"./sync.test -test.v -test.timeout 1h0m0s -remote TestB2: -list-retries 5 -verbose" - Starting (try 1/5) 2026/09/03 12:39:23 DEBUG : Creating backend with remote "TestB2:rclone-test-pujizuz3lesa" 2026/09/03 12:39:23 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/09/03 12:39:24 DEBUG : Creating backend with remote "/tmp/rclone3282517468" === 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-pujizuz3lesa", Local "Local file system at /tmp/rclone3282517468", Modify Window "1ms" 2026/09/03 12:39:25 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/09/03 12:39:25 NOTICE: sub dir/hello world: Skipped copy as --dry-run is set (size 11) 2026/09/03 12:39:25 DEBUG : B2 bucket rclone-test-pujizuz3lesa: Waiting for checks to finish 2026/09/03 12:39:25 DEBUG : B2 bucket rclone-test-pujizuz3lesa: Waiting for transfers to finish --- PASS: TestCopyWithDryRun (1.44s) === RUN TestCopy run.go:198: Remote "B2 bucket rclone-test-pujizuz3lesa", Local "Local file system at /tmp/rclone3282517468", Modify Window "1ms" 2026/09/03 12:39:25 INFO : sub dir: Set directory modification time (using DirSetModTime) 2026/09/03 12:39:25 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/09/03 12:39:25 DEBUG : B2 bucket rclone-test-pujizuz3lesa: Waiting for checks to finish 2026/09/03 12:39:25 DEBUG : B2 bucket rclone-test-pujizuz3lesa: Waiting for transfers to finish 2026/09/03 12:39:26 DEBUG : sub dir/hello world: size = 11 OK 2026/09/03 12:39:26 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/09/03 12:39:26 INFO : sub dir/hello world: Copied (new) 2026/09/03 12:39:26 DEBUG : B2 bucket rclone-test-pujizuz3lesa: Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata --- PASS: TestCopy (1.64s) === RUN TestCopyMetadata run.go:198: Remote "B2 bucket rclone-test-pujizuz3lesa", Local "Local file system at /tmp/rclone3282517468", Modify Window "1ms" sync_test.go:99: Skipping as metadata not supported --- SKIP: TestCopyMetadata (0.36s) === RUN TestCopyMetadataNoEmptyDirs run.go:198: Remote "B2 bucket rclone-test-pujizuz3lesa", Local "Local file system at /tmp/rclone3282517468", 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-pujizuz3lesa", Local "Local file system at /tmp/rclone3282517468", Modify Window "1ms" 2026/09/03 12:39:28 DEBUG : Creating backend with remote "/non-existing" 2026/09/03 12:39:28 ERROR : Local file system at /non-existing: error reading source root directory: directory not found 2026/09/03 12:39:28 DEBUG : B2 bucket rclone-test-pujizuz3lesa: Waiting for checks to finish 2026/09/03 12:39:28 DEBUG : B2 bucket rclone-test-pujizuz3lesa: Waiting for transfers to finish --- PASS: TestCopyMissingDirectory (0.54s) === RUN TestCopyNoTraverse run.go:198: Remote "B2 bucket rclone-test-pujizuz3lesa", Local "Local file system at /tmp/rclone3282517468", Modify Window "1ms" 2026/09/03 12:39:29 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/09/03 12:39:29 DEBUG : B2 bucket rclone-test-pujizuz3lesa: Waiting for checks to finish 2026/09/03 12:39:29 DEBUG : B2 bucket rclone-test-pujizuz3lesa: Waiting for transfers to finish 2026/09/03 12:39:29 DEBUG : sub dir/hello world: size = 11 OK 2026/09/03 12:39:29 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/09/03 12:39:29 INFO : sub dir/hello world: Copied (new) --- PASS: TestCopyNoTraverse (1.53s) === RUN TestCopyNoTraverseDeadlock run.go:198: Remote "B2 bucket rclone-test-pujizuz3lesa", Local "Local file system at /tmp/rclone3282517468", Modify Window "1ms" sync_test.go:223: Only runs on local --- SKIP: TestCopyNoTraverseDeadlock (0.36s) === RUN TestCopyCheckFirst run.go:198: Remote "B2 bucket rclone-test-pujizuz3lesa", Local "Local file system at /tmp/rclone3282517468", Modify Window "1ms" 2026/09/03 12:39:30 INFO : B2 bucket rclone-test-pujizuz3lesa: Running all checks before starting transfers 2026/09/03 12:39:30 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/09/03 12:39:30 DEBUG : B2 bucket rclone-test-pujizuz3lesa: Waiting for checks to finish 2026/09/03 12:39:30 INFO : B2 bucket rclone-test-pujizuz3lesa: Checks finished, now starting transfers 2026/09/03 12:39:30 DEBUG : B2 bucket rclone-test-pujizuz3lesa: Waiting for transfers to finish 2026/09/03 12:39:30 DEBUG : sub dir/hello world: size = 11 OK 2026/09/03 12:39:30 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/09/03 12:39:30 INFO : sub dir/hello world: Copied (new) --- PASS: TestCopyCheckFirst (1.08s) === RUN TestSyncNoTraverse run.go:198: Remote "B2 bucket rclone-test-pujizuz3lesa", Local "Local file system at /tmp/rclone3282517468", Modify Window "1ms" 2026/09/03 12:39:31 ERROR : Ignoring --no-traverse with sync 2026/09/03 12:39:31 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/09/03 12:39:31 DEBUG : B2 bucket rclone-test-pujizuz3lesa: Waiting for checks to finish 2026/09/03 12:39:31 DEBUG : B2 bucket rclone-test-pujizuz3lesa: Waiting for transfers to finish 2026/09/03 12:39:32 DEBUG : sub dir/hello world: size = 11 OK 2026/09/03 12:39:32 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/09/03 12:39:32 INFO : sub dir/hello world: Copied (new) 2026/09/03 12:39:32 DEBUG : Waiting for deletions to finish --- PASS: TestSyncNoTraverse (1.08s) === RUN TestCopyWithDepth run.go:198: Remote "B2 bucket rclone-test-pujizuz3lesa", Local "Local file system at /tmp/rclone3282517468", Modify Window "1ms" 2026/09/03 12:39:32 DEBUG : hello world2: Need to transfer - File not found at Destination 2026/09/03 12:39:32 DEBUG : B2 bucket rclone-test-pujizuz3lesa: Waiting for checks to finish 2026/09/03 12:39:32 DEBUG : B2 bucket rclone-test-pujizuz3lesa: Waiting for transfers to finish 2026/09/03 12:39:33 DEBUG : hello world2: size = 12 OK 2026/09/03 12:39:33 DEBUG : hello world2: sha1 = c0bf117f9c93d02c894fe8ffd6e5cecf3545c209 OK 2026/09/03 12:39:33 INFO : hello world2: Copied (new) --- PASS: TestCopyWithDepth (1.09s) === RUN TestCopyWithFilesFrom run.go:198: Remote "B2 bucket rclone-test-pujizuz3lesa", Local "Local file system at /tmp/rclone3282517468", Modify Window "1ms" 2026/09/03 12:39:34 DEBUG : potato2: Need to transfer - File not found at Destination 2026/09/03 12:39:34 DEBUG : B2 bucket rclone-test-pujizuz3lesa: Waiting for checks to finish 2026/09/03 12:39:34 DEBUG : B2 bucket rclone-test-pujizuz3lesa: Waiting for transfers to finish 2026/09/03 12:39:34 DEBUG : potato2: size = 11 OK 2026/09/03 12:39:34 DEBUG : potato2: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/09/03 12:39:34 INFO : potato2: Copied (new) --- PASS: TestCopyWithFilesFrom (1.09s) === RUN TestCopyWithFilesFromAndNoTraverse run.go:198: Remote "B2 bucket rclone-test-pujizuz3lesa", Local "Local file system at /tmp/rclone3282517468", Modify Window "1ms" 2026/09/03 12:39:35 DEBUG : potato2: Need to transfer - File not found at Destination 2026/09/03 12:39:35 DEBUG : B2 bucket rclone-test-pujizuz3lesa: Waiting for checks to finish 2026/09/03 12:39:35 DEBUG : B2 bucket rclone-test-pujizuz3lesa: Waiting for transfers to finish 2026/09/03 12:39:35 DEBUG : potato2: size = 11 OK 2026/09/03 12:39:35 DEBUG : potato2: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/09/03 12:39:35 INFO : potato2: Copied (new) --- PASS: TestCopyWithFilesFromAndNoTraverse (1.45s) === RUN TestCopyEmptyDirectories run.go:198: Remote "B2 bucket rclone-test-pujizuz3lesa", Local "Local file system at /tmp/rclone3282517468", Modify Window "1ms" 2026/09/03 12:39:36 DEBUG : sub dir2/sub sub dir2: Making directory with metadata 2026/09/03 12:39:36 INFO : sub dir2/sub sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/09/03 12:39:36 INFO : sub dir2: Set directory modification time (using DirSetModTime) 2026/09/03 12:39:36 INFO : sub dir: Set directory modification time (using DirSetModTime) 2026/09/03 12:39:36 INFO : sub dir2: Making directory 2026/09/03 12:39:36 INFO : sub dir: Making directory 2026/09/03 12:39:36 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/09/03 12:39:36 INFO : sub dir2/sub sub dir2: Making directory 2026/09/03 12:39:36 DEBUG : B2 bucket rclone-test-pujizuz3lesa: Waiting for checks to finish 2026/09/03 12:39:36 DEBUG : B2 bucket rclone-test-pujizuz3lesa: Waiting for transfers to finish 2026/09/03 12:39:36 DEBUG : sub dir/hello world: size = 11 OK 2026/09/03 12:39:36 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/09/03 12:39:36 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/09/03 12:39:36 DEBUG : B2 bucket rclone-test-pujizuz3lesa: Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata --- PASS: TestCopyEmptyDirectories (1.09s) === RUN TestCopyNoEmptyDirectories run.go:198: Remote "B2 bucket rclone-test-pujizuz3lesa", Local "Local file system at /tmp/rclone3282517468", Modify Window "1ms" 2026/09/03 12:39:37 INFO : sub dir2: Making directory 2026/09/03 12:39:37 DEBUG : sub dir2/sub sub dir2: Making directory with metadata 2026/09/03 12:39:37 INFO : sub dir2/sub sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/09/03 12:39:37 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/09/03 12:39:37 DEBUG : B2 bucket rclone-test-pujizuz3lesa: Waiting for checks to finish 2026/09/03 12:39:37 DEBUG : B2 bucket rclone-test-pujizuz3lesa: Waiting for transfers to finish 2026/09/03 12:39:37 DEBUG : sub dir/hello world: size = 11 OK 2026/09/03 12:39:37 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/09/03 12:39:37 INFO : sub dir/hello world: Copied (new) --- PASS: TestCopyNoEmptyDirectories (1.09s) === RUN TestMoveEmptyDirectories run.go:198: Remote "B2 bucket rclone-test-pujizuz3lesa", Local "Local file system at /tmp/rclone3282517468", Modify Window "1ms" 2026/09/03 12:39:38 DEBUG : sub dir2: Making directory with metadata 2026/09/03 12:39:38 INFO : sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/09/03 12:39:38 INFO : sub dir2: Making directory 2026/09/03 12:39:38 INFO : sub dir: Making directory 2026/09/03 12:39:38 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/09/03 12:39:38 DEBUG : B2 bucket rclone-test-pujizuz3lesa: Waiting for checks to finish 2026/09/03 12:39:38 DEBUG : B2 bucket rclone-test-pujizuz3lesa: Waiting for transfers to finish 2026/09/03 12:39:38 DEBUG : sub dir/hello world: size = 11 OK 2026/09/03 12:39:38 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/09/03 12:39:38 INFO : sub dir/hello world: Copied (new) 2026/09/03 12:39:38 INFO : sub dir/hello world: Deleted fstest.go:251: Filtering empty directory "sub dir2" 2026/09/03 12:39:39 DEBUG : B2 bucket rclone-test-pujizuz3lesa: Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata 2026/09/03 12:39:39 DEBUG : B2 bucket rclone-test-pujizuz3lesa: Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata --- PASS: TestMoveEmptyDirectories (1.27s) === RUN TestSyncNoUpdateDirModtime run.go:198: Remote "B2 bucket rclone-test-pujizuz3lesa", Local "Local file system at /tmp/rclone3282517468", 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-pujizuz3lesa", Local "Local file system at /tmp/rclone3282517468", Modify Window "1ms" 2026/09/03 12:39:40 INFO : sub dir2: Making directory 2026/09/03 12:39:40 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/09/03 12:39:40 DEBUG : B2 bucket rclone-test-pujizuz3lesa: Waiting for checks to finish 2026/09/03 12:39:40 DEBUG : B2 bucket rclone-test-pujizuz3lesa: Waiting for transfers to finish 2026/09/03 12:39:40 DEBUG : sub dir/hello world: size = 11 OK 2026/09/03 12:39:40 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/09/03 12:39:40 INFO : sub dir/hello world: Copied (new) 2026/09/03 12:39:40 INFO : sub dir/hello world: Deleted --- PASS: TestMoveNoEmptyDirectories (1.09s) === RUN TestSyncEmptyDirectories run.go:198: Remote "B2 bucket rclone-test-pujizuz3lesa", Local "Local file system at /tmp/rclone3282517468", Modify Window "1ms" 2026/09/03 12:39:41 DEBUG : sub dir2: Making directory with metadata 2026/09/03 12:39:41 INFO : sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/09/03 12:39:41 INFO : sub dir: Set directory modification time (using DirSetModTime) 2026/09/03 12:39:41 INFO : sub dir2: Making directory 2026/09/03 12:39:41 INFO : sub dir: Making directory 2026/09/03 12:39:41 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/09/03 12:39:41 DEBUG : B2 bucket rclone-test-pujizuz3lesa: Waiting for checks to finish 2026/09/03 12:39:41 DEBUG : B2 bucket rclone-test-pujizuz3lesa: Waiting for transfers to finish 2026/09/03 12:39:41 DEBUG : sub dir/hello world: size = 11 OK 2026/09/03 12:39:41 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/09/03 12:39:41 INFO : sub dir/hello world: Copied (new) 2026/09/03 12:39:41 DEBUG : Waiting for deletions to finish fstest.go:251: Filtering empty directory "sub dir2" 2026/09/03 12:39:41 DEBUG : B2 bucket rclone-test-pujizuz3lesa: Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata --- PASS: TestSyncEmptyDirectories (1.09s) === RUN TestSyncSetDelayedModTimes run.go:198: Remote "B2 bucket rclone-test-pujizuz3lesa", Local "Local file system at /tmp/rclone3282517468", 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-pujizuz3lesa", Local "Local file system at /tmp/rclone3282517468", Modify Window "1ms" 2026/09/03 12:39:42 INFO : sub dir2: Making directory 2026/09/03 12:39:42 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/09/03 12:39:42 DEBUG : B2 bucket rclone-test-pujizuz3lesa: Waiting for checks to finish 2026/09/03 12:39:42 DEBUG : B2 bucket rclone-test-pujizuz3lesa: Waiting for transfers to finish 2026/09/03 12:39:43 DEBUG : sub dir/hello world: size = 11 OK 2026/09/03 12:39:43 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/09/03 12:39:43 INFO : sub dir/hello world: Copied (new) 2026/09/03 12:39:43 DEBUG : Waiting for deletions to finish --- PASS: TestSyncNoEmptyDirectories (1.49s) === RUN TestServerSideCopy run.go:198: Remote "B2 bucket rclone-test-pujizuz3lesa", Local "Local file system at /tmp/rclone3282517468", Modify Window "1ms" 2026/09/03 12:39:44 DEBUG : Creating backend with remote "TestB2:rclone-test-bokuqej0quto" 2026/09/03 12:39:44 DEBUG : Config file has changed externally - reloading sync_test.go:620: Server side copy (if possible) B2 bucket rclone-test-pujizuz3lesa -> B2 bucket rclone-test-bokuqej0quto 2026/09/03 12:39:45 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/09/03 12:39:45 DEBUG : B2 bucket rclone-test-bokuqej0quto: Waiting for checks to finish 2026/09/03 12:39:45 DEBUG : B2 bucket rclone-test-bokuqej0quto: Waiting for transfers to finish 2026/09/03 12:39:46 DEBUG : sub dir/hello world: size = 11 OK 2026/09/03 12:39:46 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/09/03 12:39:46 INFO : sub dir/hello world: Copied (server-side copy) 2026/09/03 12:39:46 DEBUG : B2 bucket rclone-test-bokuqej0quto: Purge remote 2026/09/03 12:39:46 INFO : B2 bucket rclone-test-bokuqej0quto: cleaning bucket "rclone-test-bokuqej0quto" of all files 2026/09/03 12:39:46 DEBUG : sub dir/hello world: Deleting (id "4_z3f624da3408d6b7baf080e1b_f41784119806ce00a_d20260903_m123946_c001_v0001182_t0002_u01788439186332") --- PASS: TestServerSideCopy (3.69s) === RUN TestCopyOverSelf run.go:198: Remote "B2 bucket rclone-test-pujizuz3lesa", Local "Local file system at /tmp/rclone3282517468", Modify Window "1ms" 2026/09/03 12:39:48 DEBUG : B2 bucket rclone-test-pujizuz3lesa: Waiting for checks to finish 2026/09/03 12:39:48 DEBUG : sub dir/hello world: size = 17 (Local file system at /tmp/rclone3282517468) 2026/09/03 12:39:48 DEBUG : sub dir/hello world: size = 11 (B2 bucket rclone-test-pujizuz3lesa) 2026/09/03 12:39:48 DEBUG : sub dir/hello world: Sizes differ 2026/09/03 12:39:48 DEBUG : B2 bucket rclone-test-pujizuz3lesa: Waiting for transfers to finish 2026/09/03 12:39:48 DEBUG : sub dir/hello world: size = 17 OK 2026/09/03 12:39:48 DEBUG : sub dir/hello world: sha1 = b84a9b2362aee3556081792f3b7abd3958da8deb OK 2026/09/03 12:39:48 INFO : sub dir/hello world: Copied (replaced existing) --- PASS: TestCopyOverSelf (1.63s) === RUN TestServerSideCopyOverSelf run.go:198: Remote "B2 bucket rclone-test-pujizuz3lesa", Local "Local file system at /tmp/rclone3282517468", Modify Window "1ms" 2026/09/03 12:39:49 DEBUG : Creating backend with remote "TestB2:rclone-test-notatuq4funi" sync_test.go:656: Server side copy (if possible) B2 bucket rclone-test-pujizuz3lesa -> B2 bucket rclone-test-notatuq4funi 2026/09/03 12:39:51 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/09/03 12:39:51 DEBUG : B2 bucket rclone-test-notatuq4funi: Waiting for checks to finish 2026/09/03 12:39:51 DEBUG : B2 bucket rclone-test-notatuq4funi: Waiting for transfers to finish 2026/09/03 12:39:51 DEBUG : sub dir/hello world: size = 11 OK 2026/09/03 12:39:51 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/09/03 12:39:51 INFO : sub dir/hello world: Copied (server-side copy) 2026/09/03 12:39:53 DEBUG : B2 bucket rclone-test-notatuq4funi: Waiting for checks to finish 2026/09/03 12:39:53 DEBUG : sub dir/hello world: size = 17 (B2 bucket rclone-test-pujizuz3lesa) 2026/09/03 12:39:53 DEBUG : sub dir/hello world: size = 11 (B2 bucket rclone-test-notatuq4funi) 2026/09/03 12:39:53 DEBUG : sub dir/hello world: Sizes differ 2026/09/03 12:39:53 DEBUG : B2 bucket rclone-test-notatuq4funi: Waiting for transfers to finish 2026/09/03 12:39:53 DEBUG : sub dir/hello world: size = 17 OK 2026/09/03 12:39:53 DEBUG : sub dir/hello world: sha1 = b84a9b2362aee3556081792f3b7abd3958da8deb OK 2026/09/03 12:39:53 INFO : sub dir/hello world: Copied (server-side copy) 2026/09/03 12:39:53 DEBUG : B2 bucket rclone-test-notatuq4funi: Purge remote 2026/09/03 12:39:53 INFO : B2 bucket rclone-test-notatuq4funi: cleaning bucket "rclone-test-notatuq4funi" of all files 2026/09/03 12:39:53 DEBUG : sub dir/hello world: Deleting (id "4_zaf425df3408d6b7baf080e1b_f4086b3b83f6fa6f3_d20260903_m123953_c001_v0001115_t0050_u01788439193285") 2026/09/03 12:39:53 DEBUG : sub dir/hello world: Deleting (id "4_zaf425df3408d6b7baf080e1b_f4017bf7bb3dbc2f7_d20260903_m123951_c001_v0001106_t0043_u01788439191819") --- PASS: TestServerSideCopyOverSelf (5.48s) === RUN TestMoveOverSelf run.go:198: Remote "B2 bucket rclone-test-pujizuz3lesa", Local "Local file system at /tmp/rclone3282517468", Modify Window "1ms" 2026/09/03 12:39:55 DEBUG : B2 bucket rclone-test-pujizuz3lesa: Waiting for checks to finish 2026/09/03 12:39:55 DEBUG : sub dir/hello world: size = 17 (Local file system at /tmp/rclone3282517468) 2026/09/03 12:39:55 DEBUG : sub dir/hello world: size = 11 (B2 bucket rclone-test-pujizuz3lesa) 2026/09/03 12:39:55 DEBUG : sub dir/hello world: Sizes differ 2026/09/03 12:39:55 DEBUG : B2 bucket rclone-test-pujizuz3lesa: Waiting for transfers to finish 2026/09/03 12:39:55 DEBUG : sub dir/hello world: size = 17 OK 2026/09/03 12:39:55 DEBUG : sub dir/hello world: sha1 = b84a9b2362aee3556081792f3b7abd3958da8deb OK 2026/09/03 12:39:55 INFO : sub dir/hello world: Copied (replaced existing) 2026/09/03 12:39:55 INFO : sub dir/hello world: Deleted --- PASS: TestMoveOverSelf (1.63s) === RUN TestServerSideMoveOverSelf run.go:198: Remote "B2 bucket rclone-test-pujizuz3lesa", Local "Local file system at /tmp/rclone3282517468", Modify Window "1ms" 2026/09/03 12:39:57 DEBUG : Creating backend with remote "TestB2:rclone-test-gerolib1kiri" 2026/09/03 12:39:57 DEBUG : Config file has changed externally - reloading sync_test.go:701: Server side copy (if possible) B2 bucket rclone-test-pujizuz3lesa -> B2 bucket rclone-test-gerolib1kiri 2026/09/03 12:39:58 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/09/03 12:39:58 DEBUG : B2 bucket rclone-test-gerolib1kiri: Waiting for checks to finish 2026/09/03 12:39:58 DEBUG : B2 bucket rclone-test-gerolib1kiri: Waiting for transfers to finish 2026/09/03 12:39:58 DEBUG : sub dir/hello world: size = 11 OK 2026/09/03 12:39:58 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/09/03 12:39:58 INFO : sub dir/hello world: Copied (server-side copy) 2026/09/03 12:39:59 DEBUG : B2 bucket rclone-test-gerolib1kiri: Waiting for checks to finish 2026/09/03 12:39:59 DEBUG : sub dir/hello world: size = 17 (B2 bucket rclone-test-pujizuz3lesa) 2026/09/03 12:39:59 DEBUG : sub dir/hello world: size = 11 (B2 bucket rclone-test-gerolib1kiri) 2026/09/03 12:39:59 DEBUG : sub dir/hello world: Sizes differ 2026/09/03 12:39:59 DEBUG : B2 bucket rclone-test-gerolib1kiri: Waiting for transfers to finish 2026/09/03 12:40:00 DEBUG : sub dir/hello world: size = 17 OK 2026/09/03 12:40:00 DEBUG : sub dir/hello world: sha1 = b84a9b2362aee3556081792f3b7abd3958da8deb OK 2026/09/03 12:40:00 INFO : sub dir/hello world: Copied (server-side copy) 2026/09/03 12:40:00 INFO : sub dir/hello world: Deleted 2026/09/03 12:40:01 DEBUG : testing file moves 2026/09/03 12:40:01 DEBUG : sub dir/hello world: size = 24 (B2 bucket rclone-test-pujizuz3lesa) 2026/09/03 12:40:01 DEBUG : sub dir/hello world: size = 17 (B2 bucket rclone-test-gerolib1kiri) 2026/09/03 12:40:01 DEBUG : sub dir/hello world: Sizes differ 2026/09/03 12:40:01 DEBUG : B2 bucket rclone-test-gerolib1kiri: Waiting for checks to finish 2026/09/03 12:40:01 DEBUG : B2 bucket rclone-test-gerolib1kiri: Waiting for transfers to finish 2026/09/03 12:40:01 DEBUG : sub dir/hello world: size = 24 OK 2026/09/03 12:40:01 DEBUG : sub dir/hello world: sha1 = 73716105e69866349759070d23c6e97b3acc55ff OK 2026/09/03 12:40:01 INFO : sub dir/hello world: Copied (server-side copy) 2026/09/03 12:40:01 INFO : sub dir/hello world: Deleted 2026/09/03 12:40:02 DEBUG : B2 bucket rclone-test-gerolib1kiri: Purge remote 2026/09/03 12:40:02 INFO : B2 bucket rclone-test-gerolib1kiri: cleaning bucket "rclone-test-gerolib1kiri" of all files 2026/09/03 12:40:02 DEBUG : sub dir/hello world: Deleting (id "4_z3f127db3408d6b7baf080e1b_f4128058971cf847a_d20260903_m124001_c001_v0001097_t0058_u01788439201514") 2026/09/03 12:40:02 DEBUG : sub dir/hello world: Deleting (id "4_z3f127db3408d6b7baf080e1b_f4172711966f805c2_d20260903_m124000_c001_v0001099_t0014_u01788439200043") 2026/09/03 12:40:02 DEBUG : sub dir/hello world: Deleting (id "4_z3f127db3408d6b7baf080e1b_f417879e0cfde0cf3_d20260903_m123958_c001_v0001167_t0009_u01788439198875") --- PASS: TestServerSideMoveOverSelf (6.96s) === RUN TestCopyAfterDelete run.go:198: Remote "B2 bucket rclone-test-pujizuz3lesa", Local "Local file system at /tmp/rclone3282517468", Modify Window "1ms" 2026/09/03 12:40:03 ERROR : error listing: directory not found 2026/09/03 12:40:03 INFO : Local file system at /tmp/rclone3282517468: Making directory 2026/09/03 12:40:04 DEBUG : B2 bucket rclone-test-pujizuz3lesa: Waiting for checks to finish 2026/09/03 12:40:04 DEBUG : B2 bucket rclone-test-pujizuz3lesa: Waiting for transfers to finish --- PASS: TestCopyAfterDelete (1.44s) === RUN TestCopyRedownload run.go:198: Remote "B2 bucket rclone-test-pujizuz3lesa", Local "Local file system at /tmp/rclone3282517468", Modify Window "1ms" 2026/09/03 12:40:05 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/09/03 12:40:05 DEBUG : Local file system at /tmp/rclone3282517468: Waiting for checks to finish 2026/09/03 12:40:05 DEBUG : Local file system at /tmp/rclone3282517468: Waiting for transfers to finish 2026/09/03 12:40:06 DEBUG : sub dir/hello world.df762ecf.partial: size = 11 OK 2026/09/03 12:40:06 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/09/03 12:40:06 DEBUG : sub dir/hello world.df762ecf.partial: renamed to: sub dir/hello world 2026/09/03 12:40:06 INFO : sub dir/hello world: Copied (new) --- PASS: TestCopyRedownload (1.86s) === RUN TestSyncBasedOnCheckSum run.go:198: Remote "B2 bucket rclone-test-pujizuz3lesa", Local "Local file system at /tmp/rclone3282517468", Modify Window "1ms" 2026/09/03 12:40:07 DEBUG : check sum: Need to transfer - File not found at Destination 2026/09/03 12:40:07 DEBUG : B2 bucket rclone-test-pujizuz3lesa: Waiting for checks to finish 2026/09/03 12:40:07 DEBUG : B2 bucket rclone-test-pujizuz3lesa: Waiting for transfers to finish 2026/09/03 12:40:07 DEBUG : check sum: size = 1 OK 2026/09/03 12:40:07 DEBUG : check sum: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2026/09/03 12:40:07 INFO : check sum: Copied (new) 2026/09/03 12:40:07 DEBUG : Waiting for deletions to finish 2026/09/03 12:40:07 DEBUG : check sum: size = 1 OK 2026/09/03 12:40:07 DEBUG : B2 bucket rclone-test-pujizuz3lesa: Waiting for checks to finish 2026/09/03 12:40:07 DEBUG : check sum: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2026/09/03 12:40:07 DEBUG : check sum: Size and sha1 of src and dst objects identical 2026/09/03 12:40:07 DEBUG : check sum: Unchanged skipping 2026/09/03 12:40:07 DEBUG : B2 bucket rclone-test-pujizuz3lesa: Waiting for transfers to finish 2026/09/03 12:40:07 DEBUG : Waiting for deletions to finish 2026/09/03 12:40:07 INFO : There was nothing to transfer --- PASS: TestSyncBasedOnCheckSum (1.43s) === RUN TestSyncSizeOnly run.go:198: Remote "B2 bucket rclone-test-pujizuz3lesa", Local "Local file system at /tmp/rclone3282517468", Modify Window "1ms" 2026/09/03 12:40:08 DEBUG : sizeonly: Need to transfer - File not found at Destination 2026/09/03 12:40:08 DEBUG : B2 bucket rclone-test-pujizuz3lesa: Waiting for checks to finish 2026/09/03 12:40:08 DEBUG : B2 bucket rclone-test-pujizuz3lesa: Waiting for transfers to finish 2026/09/03 12:40:08 DEBUG : sizeonly: size = 6 OK 2026/09/03 12:40:08 DEBUG : sizeonly: sha1 = 3e2e95f5ad970eadfa7e17eaf73da97024aa5359 OK 2026/09/03 12:40:08 INFO : sizeonly: Copied (new) 2026/09/03 12:40:08 DEBUG : Waiting for deletions to finish 2026/09/03 12:40:09 DEBUG : sizeonly: size = 6 OK 2026/09/03 12:40:09 DEBUG : sizeonly: Sizes identical 2026/09/03 12:40:09 DEBUG : B2 bucket rclone-test-pujizuz3lesa: Waiting for checks to finish 2026/09/03 12:40:09 DEBUG : sizeonly: Unchanged skipping 2026/09/03 12:40:09 DEBUG : B2 bucket rclone-test-pujizuz3lesa: Waiting for transfers to finish 2026/09/03 12:40:09 DEBUG : Waiting for deletions to finish 2026/09/03 12:40:09 INFO : There was nothing to transfer --- PASS: TestSyncSizeOnly (1.43s) === RUN TestSyncIgnoreSize run.go:198: Remote "B2 bucket rclone-test-pujizuz3lesa", Local "Local file system at /tmp/rclone3282517468", Modify Window "1ms" 2026/09/03 12:40:09 DEBUG : ignore-size: Need to transfer - File not found at Destination 2026/09/03 12:40:09 DEBUG : B2 bucket rclone-test-pujizuz3lesa: Waiting for checks to finish 2026/09/03 12:40:09 DEBUG : B2 bucket rclone-test-pujizuz3lesa: Waiting for transfers to finish 2026/09/03 12:40:10 DEBUG : ignore-size: sha1 = 4a756ca07e9487f482465a99e8286abc86ba4dc7 OK 2026/09/03 12:40:10 INFO : ignore-size: Copied (new) 2026/09/03 12:40:10 DEBUG : Waiting for deletions to finish 2026/09/03 12:40:10 DEBUG : ignore-size: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:40:10 DEBUG : B2 bucket rclone-test-pujizuz3lesa: Waiting for checks to finish 2026/09/03 12:40:10 DEBUG : ignore-size: Unchanged skipping 2026/09/03 12:40:10 DEBUG : B2 bucket rclone-test-pujizuz3lesa: Waiting for transfers to finish 2026/09/03 12:40:10 DEBUG : Waiting for deletions to finish 2026/09/03 12:40:10 INFO : There was nothing to transfer --- PASS: TestSyncIgnoreSize (1.43s) === RUN TestSyncIgnoreTimes run.go:198: Remote "B2 bucket rclone-test-pujizuz3lesa", Local "Local file system at /tmp/rclone3282517468", Modify Window "1ms" 2026/09/03 12:40:11 DEBUG : existing: size = 6 OK 2026/09/03 12:40:11 DEBUG : existing: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:40:11 DEBUG : existing: Unchanged skipping 2026/09/03 12:40:11 DEBUG : B2 bucket rclone-test-pujizuz3lesa: Waiting for checks to finish 2026/09/03 12:40:11 DEBUG : B2 bucket rclone-test-pujizuz3lesa: Waiting for transfers to finish 2026/09/03 12:40:11 DEBUG : Waiting for deletions to finish 2026/09/03 12:40:11 INFO : There was nothing to transfer 2026/09/03 12:40:11 DEBUG : B2 bucket rclone-test-pujizuz3lesa: Waiting for checks to finish 2026/09/03 12:40:11 DEBUG : existing: Transferring unconditionally as --ignore-times is in use 2026/09/03 12:40:11 DEBUG : B2 bucket rclone-test-pujizuz3lesa: Waiting for transfers to finish 2026/09/03 12:40:12 DEBUG : existing: size = 6 OK 2026/09/03 12:40:12 DEBUG : existing: sha1 = 3e2e95f5ad970eadfa7e17eaf73da97024aa5359 OK 2026/09/03 12:40:12 INFO : existing: Copied (replaced existing) 2026/09/03 12:40:12 DEBUG : Waiting for deletions to finish --- PASS: TestSyncIgnoreTimes (1.62s) === RUN TestSyncIgnoreExisting run.go:198: Remote "B2 bucket rclone-test-pujizuz3lesa", Local "Local file system at /tmp/rclone3282517468", Modify Window "1ms" 2026/09/03 12:40:12 DEBUG : existing: Need to transfer - File not found at Destination 2026/09/03 12:40:12 DEBUG : B2 bucket rclone-test-pujizuz3lesa: Waiting for checks to finish 2026/09/03 12:40:12 DEBUG : B2 bucket rclone-test-pujizuz3lesa: Waiting for transfers to finish 2026/09/03 12:40:13 DEBUG : existing: size = 6 OK 2026/09/03 12:40:13 DEBUG : existing: sha1 = 3e2e95f5ad970eadfa7e17eaf73da97024aa5359 OK 2026/09/03 12:40:13 INFO : existing: Copied (new) 2026/09/03 12:40:13 DEBUG : Waiting for deletions to finish 2026/09/03 12:40:13 DEBUG : B2 bucket rclone-test-pujizuz3lesa: Waiting for checks to finish 2026/09/03 12:40:13 DEBUG : existing: Destination exists, skipping 2026/09/03 12:40:13 DEBUG : B2 bucket rclone-test-pujizuz3lesa: Waiting for transfers to finish 2026/09/03 12:40:13 DEBUG : Waiting for deletions to finish 2026/09/03 12:40:13 INFO : There was nothing to transfer --- PASS: TestSyncIgnoreExisting (1.43s) === RUN TestSyncIgnoreErrors run.go:198: Remote "B2 bucket rclone-test-pujizuz3lesa", Local "Local file system at /tmp/rclone3282517468", Modify Window "1ms" 2026/09/03 12:40:14 INFO : d: Making directory fstest.go:251: Filtering empty directory "d" 2026/09/03 12:40:14 DEBUG : a/potato2: Need to transfer - File not found at Destination 2026/09/03 12:40:15 DEBUG : c/non empty space: size = 5 OK 2026/09/03 12:40:15 DEBUG : c/non empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/09/03 12:40:15 DEBUG : c/non empty space: Unchanged skipping 2026/09/03 12:40:15 DEBUG : B2 bucket rclone-test-pujizuz3lesa: Waiting for checks to finish 2026/09/03 12:40:15 DEBUG : B2 bucket rclone-test-pujizuz3lesa: Waiting for transfers to finish 2026/09/03 12:40:15 DEBUG : a/potato2: size = 60 OK 2026/09/03 12:40:15 DEBUG : a/potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2026/09/03 12:40:15 INFO : a/potato2: Copied (new) 2026/09/03 12:40:15 DEBUG : Waiting for deletions to finish 2026/09/03 12:40:15 INFO : b/potato: Deleted --- PASS: TestSyncIgnoreErrors (2.51s) === RUN TestSyncAfterChangingModtimeOnly run.go:198: Remote "B2 bucket rclone-test-pujizuz3lesa", Local "Local file system at /tmp/rclone3282517468", Modify Window "1ms" 2026/09/03 12:40:17 DEBUG : B2 bucket rclone-test-pujizuz3lesa: Waiting for checks to finish 2026/09/03 12:40:17 DEBUG : empty space: size = 1 OK 2026/09/03 12:40:17 DEBUG : empty space: Modification times differ by -95456h54m52.624456789s: 2011-12-25 12:59:59.123456789 +0000 UTC, 2001-02-03 04:05:06.499 +0000 UTC 2026/09/03 12:40:17 DEBUG : empty space: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2026/09/03 12:40:17 NOTICE: empty space: Skipped update modification time as --dry-run is set (size 1) 2026/09/03 12:40:17 DEBUG : empty space: Unchanged skipping 2026/09/03 12:40:17 DEBUG : B2 bucket rclone-test-pujizuz3lesa: Waiting for transfers to finish 2026/09/03 12:40:17 DEBUG : Waiting for deletions to finish 2026/09/03 12:40:17 INFO : There was nothing to transfer 2026/09/03 12:40:17 DEBUG : empty space: size = 1 OK 2026/09/03 12:40:17 DEBUG : B2 bucket rclone-test-pujizuz3lesa: Waiting for checks to finish 2026/09/03 12:40:17 DEBUG : empty space: Modification times differ by -95456h54m52.624456789s: 2011-12-25 12:59:59.123456789 +0000 UTC, 2001-02-03 04:05:06.499 +0000 UTC 2026/09/03 12:40:17 DEBUG : empty space: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2026/09/03 12:40:18 INFO : empty space: Updated modification time in destination 2026/09/03 12:40:18 DEBUG : empty space: Unchanged skipping 2026/09/03 12:40:18 DEBUG : B2 bucket rclone-test-pujizuz3lesa: Waiting for transfers to finish 2026/09/03 12:40:18 DEBUG : Waiting for deletions to finish 2026/09/03 12:40:18 INFO : There was nothing to transfer --- PASS: TestSyncAfterChangingModtimeOnly (2.52s) === RUN TestSyncAfterChangingModtimeOnlyWithNoUpdateModTime run.go:198: Remote "B2 bucket rclone-test-pujizuz3lesa", Local "Local file system at /tmp/rclone3282517468", Modify Window "1ms" 2026/09/03 12:40:19 DEBUG : empty space: size = 1 OK 2026/09/03 12:40:19 DEBUG : empty space: Modification times differ by -95456h54m52.624456789s: 2011-12-25 12:59:59.123456789 +0000 UTC, 2001-02-03 04:05:06.499 +0000 UTC 2026/09/03 12:40:19 DEBUG : B2 bucket rclone-test-pujizuz3lesa: Waiting for checks to finish 2026/09/03 12:40:19 DEBUG : empty space: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2026/09/03 12:40:19 DEBUG : empty space: Unchanged skipping 2026/09/03 12:40:19 DEBUG : B2 bucket rclone-test-pujizuz3lesa: Waiting for transfers to finish 2026/09/03 12:40:19 DEBUG : Waiting for deletions to finish 2026/09/03 12:40:19 INFO : There was nothing to transfer --- PASS: TestSyncAfterChangingModtimeOnlyWithNoUpdateModTime (1.26s) === RUN TestSyncDoesntUpdateModtime run.go:198: Remote "B2 bucket rclone-test-pujizuz3lesa", Local "Local file system at /tmp/rclone3282517468", Modify Window "1ms" 2026/09/03 12:40:21 DEBUG : foo: size = 3 OK 2026/09/03 12:40:21 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/09/03 12:40:21 DEBUG : B2 bucket rclone-test-pujizuz3lesa: Waiting for checks to finish 2026/09/03 12:40:21 DEBUG : foo: sha1 = 0beec7b5ea3f0fdbc95d0dd47f3c5bc275da8a33 (Local file system at /tmp/rclone3282517468) 2026/09/03 12:40:21 DEBUG : foo: sha1 = 62cdb7020ff920e5aa642c3d4066950dd1f01f4d (B2 bucket rclone-test-pujizuz3lesa) 2026/09/03 12:40:21 DEBUG : foo: sha1 differ 2026/09/03 12:40:21 DEBUG : B2 bucket rclone-test-pujizuz3lesa: Waiting for transfers to finish 2026/09/03 12:40:21 DEBUG : foo: size = 3 OK 2026/09/03 12:40:21 DEBUG : foo: sha1 = 0beec7b5ea3f0fdbc95d0dd47f3c5bc275da8a33 OK 2026/09/03 12:40:21 INFO : foo: Copied (replaced existing) 2026/09/03 12:40:21 DEBUG : Waiting for deletions to finish --- PASS: TestSyncDoesntUpdateModtime (1.46s) === RUN TestSyncAfterAddingAFile run.go:198: Remote "B2 bucket rclone-test-pujizuz3lesa", Local "Local file system at /tmp/rclone3282517468", Modify Window "1ms" 2026/09/03 12:40:22 DEBUG : potato: Need to transfer - File not found at Destination 2026/09/03 12:40:22 DEBUG : empty space: size = 1 OK 2026/09/03 12:40:22 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/09/03 12:40:22 DEBUG : B2 bucket rclone-test-pujizuz3lesa: Waiting for checks to finish 2026/09/03 12:40:22 DEBUG : empty space: Unchanged skipping 2026/09/03 12:40:22 DEBUG : B2 bucket rclone-test-pujizuz3lesa: Waiting for transfers to finish 2026/09/03 12:40:23 DEBUG : potato: size = 60 OK 2026/09/03 12:40:23 DEBUG : potato: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2026/09/03 12:40:23 INFO : potato: Copied (new) 2026/09/03 12:40:23 DEBUG : Waiting for deletions to finish --- PASS: TestSyncAfterAddingAFile (1.94s) === RUN TestSyncAfterChangingFilesSizeOnly run.go:198: Remote "B2 bucket rclone-test-pujizuz3lesa", Local "Local file system at /tmp/rclone3282517468", Modify Window "1ms" 2026/09/03 12:40:24 DEBUG : B2 bucket rclone-test-pujizuz3lesa: Waiting for checks to finish 2026/09/03 12:40:24 DEBUG : potato: size = 21 (Local file system at /tmp/rclone3282517468) 2026/09/03 12:40:24 DEBUG : potato: size = 60 (B2 bucket rclone-test-pujizuz3lesa) 2026/09/03 12:40:24 DEBUG : potato: Sizes differ 2026/09/03 12:40:24 DEBUG : B2 bucket rclone-test-pujizuz3lesa: Waiting for transfers to finish 2026/09/03 12:40:24 DEBUG : potato: size = 21 OK 2026/09/03 12:40:24 DEBUG : potato: sha1 = 0fd321a1023ac4e1e1054fcc0236b9d0755f722f OK 2026/09/03 12:40:24 INFO : potato: Copied (replaced existing) 2026/09/03 12:40:24 DEBUG : Waiting for deletions to finish --- PASS: TestSyncAfterChangingFilesSizeOnly (1.59s) === RUN TestSyncAfterChangingContentsOnly run.go:198: Remote "B2 bucket rclone-test-pujizuz3lesa", Local "Local file system at /tmp/rclone3282517468", Modify Window "1ms" 2026/09/03 12:40:26 DEBUG : potato: size = 21 OK 2026/09/03 12:40:26 DEBUG : potato: Modification times differ by 119h59m59.876543211s: 2011-12-25 12:59:59.123456789 +0000 UTC, 2011-12-30 12:59:59 +0000 UTC 2026/09/03 12:40:26 DEBUG : B2 bucket rclone-test-pujizuz3lesa: Waiting for checks to finish 2026/09/03 12:40:26 DEBUG : potato: sha1 = 1ca5094b3b73f587249eabe179c40a3eec839b1f (Local file system at /tmp/rclone3282517468) 2026/09/03 12:40:26 DEBUG : potato: sha1 = 0fd321a1023ac4e1e1054fcc0236b9d0755f722f (B2 bucket rclone-test-pujizuz3lesa) 2026/09/03 12:40:26 DEBUG : potato: sha1 differ 2026/09/03 12:40:26 DEBUG : B2 bucket rclone-test-pujizuz3lesa: Waiting for transfers to finish 2026/09/03 12:40:26 DEBUG : potato: size = 21 OK 2026/09/03 12:40:26 DEBUG : potato: sha1 = 1ca5094b3b73f587249eabe179c40a3eec839b1f OK 2026/09/03 12:40:26 INFO : potato: Copied (replaced existing) 2026/09/03 12:40:26 DEBUG : Waiting for deletions to finish --- PASS: TestSyncAfterChangingContentsOnly (1.54s) === RUN TestSyncAfterRemovingAFileAndAddingAFileDryRun run.go:198: Remote "B2 bucket rclone-test-pujizuz3lesa", Local "Local file system at /tmp/rclone3282517468", Modify Window "1ms" 2026/09/03 12:40:27 DEBUG : potato2: Need to transfer - File not found at Destination 2026/09/03 12:40:27 DEBUG : empty space: size = 1 OK 2026/09/03 12:40:27 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/09/03 12:40:27 DEBUG : empty space: Unchanged skipping 2026/09/03 12:40:27 NOTICE: potato2: Skipped copy as --dry-run is set (size 60) 2026/09/03 12:40:27 DEBUG : B2 bucket rclone-test-pujizuz3lesa: Waiting for checks to finish 2026/09/03 12:40:27 DEBUG : B2 bucket rclone-test-pujizuz3lesa: Waiting for transfers to finish 2026/09/03 12:40:27 DEBUG : Waiting for deletions to finish 2026/09/03 12:40:27 NOTICE: potato: Skipped delete as --dry-run is set (size 21) --- PASS: TestSyncAfterRemovingAFileAndAddingAFileDryRun (1.46s) === RUN TestSyncAfterRemovingAFileAndAddingAFile run.go:198: Remote "B2 bucket rclone-test-pujizuz3lesa", Local "Local file system at /tmp/rclone3282517468", Modify Window "1ms" 2026/09/03 12:40:29 DEBUG : potato2: Need to transfer - File not found at Destination 2026/09/03 12:40:29 DEBUG : empty space: size = 1 OK 2026/09/03 12:40:29 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/09/03 12:40:29 DEBUG : B2 bucket rclone-test-pujizuz3lesa: Waiting for checks to finish 2026/09/03 12:40:29 DEBUG : empty space: Unchanged skipping 2026/09/03 12:40:29 DEBUG : B2 bucket rclone-test-pujizuz3lesa: Waiting for transfers to finish 2026/09/03 12:40:29 DEBUG : potato2: size = 60 OK 2026/09/03 12:40:29 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2026/09/03 12:40:29 INFO : potato2: Copied (new) 2026/09/03 12:40:29 DEBUG : Waiting for deletions to finish 2026/09/03 12:40:29 INFO : potato: Deleted --- PASS: TestSyncAfterRemovingAFileAndAddingAFile (2.44s) === RUN TestSyncAfterRemovingAFileAndAddingAFileSubDir run.go:198: Remote "B2 bucket rclone-test-pujizuz3lesa", Local "Local file system at /tmp/rclone3282517468", Modify Window "1ms" 2026/09/03 12:40:31 INFO : d: Making directory 2026/09/03 12:40:31 INFO : d/e: Making directory fstest.go:251: Filtering empty directory "d" fstest.go:251: Filtering empty directory "d/e" 2026/09/03 12:40:32 DEBUG : a/potato2: Need to transfer - File not found at Destination 2026/09/03 12:40:32 DEBUG : c/non empty space: size = 5 OK 2026/09/03 12:40:32 DEBUG : c/non empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/09/03 12:40:32 DEBUG : c/non empty space: Unchanged skipping 2026/09/03 12:40:32 DEBUG : B2 bucket rclone-test-pujizuz3lesa: Waiting for checks to finish 2026/09/03 12:40:32 DEBUG : B2 bucket rclone-test-pujizuz3lesa: Waiting for transfers to finish 2026/09/03 12:40:32 DEBUG : a/potato2: size = 60 OK 2026/09/03 12:40:32 DEBUG : a/potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2026/09/03 12:40:32 INFO : a/potato2: Copied (new) 2026/09/03 12:40:32 DEBUG : Waiting for deletions to finish 2026/09/03 12:40:32 INFO : b/potato: Deleted --- PASS: TestSyncAfterRemovingAFileAndAddingAFileSubDir (2.75s) === RUN TestSyncAfterRemovingAFileAndAddingAFileSubDirWithErrors run.go:198: Remote "B2 bucket rclone-test-pujizuz3lesa", Local "Local file system at /tmp/rclone3282517468", Modify Window "1ms" 2026/09/03 12:40:34 INFO : d: Making directory fstest.go:251: Filtering empty directory "d" 2026/09/03 12:40:34 DEBUG : a/potato2: Need to transfer - File not found at Destination 2026/09/03 12:40:34 DEBUG : c/non empty space: size = 5 OK 2026/09/03 12:40:34 DEBUG : c/non empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/09/03 12:40:34 DEBUG : c/non empty space: Unchanged skipping 2026/09/03 12:40:34 DEBUG : B2 bucket rclone-test-pujizuz3lesa: Waiting for checks to finish 2026/09/03 12:40:34 DEBUG : B2 bucket rclone-test-pujizuz3lesa: Waiting for transfers to finish 2026/09/03 12:40:34 DEBUG : a/potato2: size = 60 OK 2026/09/03 12:40:34 DEBUG : a/potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2026/09/03 12:40:34 INFO : a/potato2: Copied (new) 2026/09/03 12:40:34 ERROR : B2 bucket rclone-test-pujizuz3lesa: not deleting files as there were IO errors 2026/09/03 12:40:34 ERROR : B2 bucket rclone-test-pujizuz3lesa: not deleting directories as there were IO errors fstest.go:251: Filtering empty directory "d" --- PASS: TestSyncAfterRemovingAFileAndAddingAFileSubDirWithErrors (2.27s) === RUN TestSyncDeleteAfter --- PASS: TestSyncDeleteAfter (0.00s) === RUN TestSyncDeleteDuring run.go:198: Remote "B2 bucket rclone-test-pujizuz3lesa", Local "Local file system at /tmp/rclone3282517468", Modify Window "1ms" 2026/09/03 12:40:36 DEBUG : Waiting for deletions to finish 2026/09/03 12:40:36 DEBUG : empty space: size = 1 OK 2026/09/03 12:40:36 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/09/03 12:40:36 DEBUG : potato2: Need to transfer - File not found at Destination 2026/09/03 12:40:36 DEBUG : empty space: Unchanged skipping 2026/09/03 12:40:36 DEBUG : B2 bucket rclone-test-pujizuz3lesa: Waiting for checks to finish 2026/09/03 12:40:36 DEBUG : B2 bucket rclone-test-pujizuz3lesa: Waiting for transfers to finish 2026/09/03 12:40:36 INFO : potato: Deleted 2026/09/03 12:40:37 DEBUG : potato2: size = 60 OK 2026/09/03 12:40:37 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2026/09/03 12:40:37 INFO : potato2: Copied (new) --- PASS: TestSyncDeleteDuring (1.95s) === RUN TestSyncDeleteBefore run.go:198: Remote "B2 bucket rclone-test-pujizuz3lesa", Local "Local file system at /tmp/rclone3282517468", Modify Window "1ms" 2026/09/03 12:40:38 DEBUG : Waiting for deletions to finish 2026/09/03 12:40:38 DEBUG : B2 bucket rclone-test-pujizuz3lesa: Waiting for checks to finish 2026/09/03 12:40:38 DEBUG : B2 bucket rclone-test-pujizuz3lesa: Waiting for transfers to finish 2026/09/03 12:40:38 INFO : potato: Deleted 2026/09/03 12:40:39 DEBUG : potato2: Need to transfer - File not found at Destination 2026/09/03 12:40:39 DEBUG : empty space: size = 1 OK 2026/09/03 12:40:39 DEBUG : B2 bucket rclone-test-pujizuz3lesa: Waiting for checks to finish 2026/09/03 12:40:39 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/09/03 12:40:39 DEBUG : empty space: Unchanged skipping 2026/09/03 12:40:39 DEBUG : B2 bucket rclone-test-pujizuz3lesa: Waiting for transfers to finish 2026/09/03 12:40:39 DEBUG : potato2: size = 60 OK 2026/09/03 12:40:39 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2026/09/03 12:40:39 INFO : potato2: Copied (new) --- PASS: TestSyncDeleteBefore (2.70s) === RUN TestCopyDeleteBefore run.go:198: Remote "B2 bucket rclone-test-pujizuz3lesa", Local "Local file system at /tmp/rclone3282517468", Modify Window "1ms" 2026/09/03 12:40:41 DEBUG : potato2: Need to transfer - File not found at Destination 2026/09/03 12:40:41 DEBUG : B2 bucket rclone-test-pujizuz3lesa: Waiting for checks to finish 2026/09/03 12:40:41 DEBUG : B2 bucket rclone-test-pujizuz3lesa: Waiting for transfers to finish 2026/09/03 12:40:41 DEBUG : potato2: size = 19 OK 2026/09/03 12:40:41 DEBUG : potato2: sha1 = 810274f0df19dab60a894a562b7a8ff04c072623 OK 2026/09/03 12:40:41 INFO : potato2: Copied (new) --- PASS: TestCopyDeleteBefore (1.65s) === RUN TestSyncWithExclude run.go:198: Remote "B2 bucket rclone-test-pujizuz3lesa", Local "Local file system at /tmp/rclone3282517468", Modify Window "1ms" 2026/09/03 12:40:43 DEBUG : enormous: Excluded (Size Filter) 2026/09/03 12:40:43 DEBUG : enormous: Excluded 2026/09/03 12:40:43 DEBUG : potato2: Excluded (Size Filter) 2026/09/03 12:40:43 DEBUG : potato2: Excluded 2026/09/03 12:40:43 DEBUG : potato2: Excluded (Size Filter) 2026/09/03 12:40:43 DEBUG : potato2: Excluded 2026/09/03 12:40:43 DEBUG : empty space: size = 1 OK 2026/09/03 12:40:43 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/09/03 12:40:43 DEBUG : empty space: Unchanged skipping 2026/09/03 12:40:43 DEBUG : B2 bucket rclone-test-pujizuz3lesa: Waiting for checks to finish 2026/09/03 12:40:43 DEBUG : B2 bucket rclone-test-pujizuz3lesa: Waiting for transfers to finish 2026/09/03 12:40:43 DEBUG : Waiting for deletions to finish 2026/09/03 12:40:43 INFO : There was nothing to transfer 2026/09/03 12:40:43 DEBUG : enormous: Excluded (Size Filter) 2026/09/03 12:40:43 DEBUG : enormous: Excluded 2026/09/03 12:40:43 DEBUG : potato2: Excluded (Size Filter) 2026/09/03 12:40:43 DEBUG : potato2: Excluded 2026/09/03 12:40:43 DEBUG : potato2: Excluded (Size Filter) 2026/09/03 12:40:43 DEBUG : potato2: Excluded 2026/09/03 12:40:43 DEBUG : Local file system at /tmp/rclone3282517468: Waiting for checks to finish 2026/09/03 12:40:43 DEBUG : empty space: size = 1 OK 2026/09/03 12:40:43 DEBUG : empty space: Size and modification time the same (differ by 456.789µs, within tolerance 1ms) 2026/09/03 12:40:43 DEBUG : empty space: Unchanged skipping 2026/09/03 12:40:43 DEBUG : Local file system at /tmp/rclone3282517468: Waiting for transfers to finish 2026/09/03 12:40:43 DEBUG : Waiting for deletions to finish 2026/09/03 12:40:43 INFO : There was nothing to transfer --- PASS: TestSyncWithExclude (2.09s) === RUN TestSyncWithExcludeAndDeleteExcluded run.go:198: Remote "B2 bucket rclone-test-pujizuz3lesa", Local "Local file system at /tmp/rclone3282517468", Modify Window "1ms" 2026/09/03 12:40:45 DEBUG : enormous: Excluded (Size Filter) 2026/09/03 12:40:45 DEBUG : enormous: Excluded 2026/09/03 12:40:45 DEBUG : potato2: Excluded (Size Filter) 2026/09/03 12:40:45 DEBUG : potato2: Excluded 2026/09/03 12:40:45 DEBUG : empty space: size = 1 OK 2026/09/03 12:40:45 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/09/03 12:40:45 DEBUG : B2 bucket rclone-test-pujizuz3lesa: Waiting for checks to finish 2026/09/03 12:40:45 DEBUG : empty space: Unchanged skipping 2026/09/03 12:40:45 DEBUG : B2 bucket rclone-test-pujizuz3lesa: Waiting for transfers to finish 2026/09/03 12:40:45 DEBUG : Waiting for deletions to finish 2026/09/03 12:40:45 INFO : potato2: Deleted 2026/09/03 12:40:45 INFO : enormous: Deleted 2026/09/03 12:40:45 INFO : There was nothing to transfer 2026/09/03 12:40:46 DEBUG : empty space: size = 1 OK 2026/09/03 12:40:46 DEBUG : Local file system at /tmp/rclone3282517468: Waiting for checks to finish 2026/09/03 12:40:46 DEBUG : empty space: Size and modification time the same (differ by 456.789µs, within tolerance 1ms) 2026/09/03 12:40:46 DEBUG : empty space: Unchanged skipping 2026/09/03 12:40:46 DEBUG : Local file system at /tmp/rclone3282517468: Waiting for transfers to finish 2026/09/03 12:40:46 DEBUG : Waiting for deletions to finish 2026/09/03 12:40:46 INFO : enormous: Deleted 2026/09/03 12:40:46 INFO : potato2: Deleted 2026/09/03 12:40:46 INFO : There was nothing to transfer --- PASS: TestSyncWithExcludeAndDeleteExcluded (2.50s) === RUN TestSyncWithUpdateOlder run.go:198: Remote "B2 bucket rclone-test-pujizuz3lesa", Local "Local file system at /tmp/rclone3282517468", Modify Window "1ms" 2026/09/03 12:40:47 DEBUG : five: Need to transfer - File not found at Destination 2026/09/03 12:40:47 DEBUG : B2 bucket rclone-test-pujizuz3lesa: Waiting for checks to finish 2026/09/03 12:40:47 DEBUG : four: size = 4 (Local file system at /tmp/rclone3282517468) 2026/09/03 12:40:47 DEBUG : one: Destination is newer than source, skipping 2026/09/03 12:40:47 DEBUG : four: size = 8 (B2 bucket rclone-test-pujizuz3lesa) 2026/09/03 12:40:47 DEBUG : three: size = 5 OK 2026/09/03 12:40:47 DEBUG : three: Sizes identical 2026/09/03 12:40:47 DEBUG : two: size = 3 OK 2026/09/03 12:40:47 DEBUG : three: Destination mod time is within 1s of source and files identical, skipping 2026/09/03 12:40:47 DEBUG : four: Sizes differ 2026/09/03 12:40:47 DEBUG : two: sha1 = ad782ecdac770fc6eb9a62e44f90873fb97fb26b (Local file system at /tmp/rclone3282517468) 2026/09/03 12:40:47 DEBUG : two: sha1 = b10e0da85e90399abfec36c7376b20aa4596461b (B2 bucket rclone-test-pujizuz3lesa) 2026/09/03 12:40:47 DEBUG : four: Destination mod time is within 1s of source but files differ, transferring 2026/09/03 12:40:47 DEBUG : two: sha1 differ 2026/09/03 12:40:47 DEBUG : B2 bucket rclone-test-pujizuz3lesa: Waiting for transfers to finish 2026/09/03 12:40:48 DEBUG : five: size = 4 OK 2026/09/03 12:40:48 DEBUG : five: sha1 = 4db2c1df4610cd6c0da6b9197b066bfb4e9b9d00 OK 2026/09/03 12:40:48 INFO : five: Copied (new) 2026/09/03 12:40:48 DEBUG : four: size = 4 OK 2026/09/03 12:40:48 DEBUG : four: sha1 = 9f8f7eec5dea5ac43738721939c120318cbff1df OK 2026/09/03 12:40:48 INFO : four: Copied (replaced existing) 2026/09/03 12:40:48 DEBUG : two: size = 3 OK 2026/09/03 12:40:48 DEBUG : two: sha1 = ad782ecdac770fc6eb9a62e44f90873fb97fb26b OK 2026/09/03 12:40:48 INFO : two: Copied (replaced existing) 2026/09/03 12:40:48 DEBUG : Waiting for deletions to finish 2026/09/03 12:40:49 DEBUG : five: size = 4 OK 2026/09/03 12:40:49 DEBUG : three: size = 5 OK 2026/09/03 12:40:49 DEBUG : B2 bucket rclone-test-pujizuz3lesa: Waiting for checks to finish 2026/09/03 12:40:49 DEBUG : four: size = 4 OK 2026/09/03 12:40:49 DEBUG : one: Destination is newer than source, skipping 2026/09/03 12:40:49 DEBUG : two: size = 3 OK 2026/09/03 12:40:49 DEBUG : five: sha1 = 4db2c1df4610cd6c0da6b9197b066bfb4e9b9d00 OK 2026/09/03 12:40:49 DEBUG : five: Size and sha1 of src and dst objects identical 2026/09/03 12:40:49 DEBUG : five: Destination mod time is within 1s of source and files identical, skipping 2026/09/03 12:40:49 DEBUG : three: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb (Local file system at /tmp/rclone3282517468) 2026/09/03 12:40:49 DEBUG : three: sha1 = 03731cad13f4cf7b59703c77529381cdec1632e5 (B2 bucket rclone-test-pujizuz3lesa) 2026/09/03 12:40:49 DEBUG : three: sha1 differ 2026/09/03 12:40:49 DEBUG : three: Destination mod time is within 1s of source but files differ, transferring 2026/09/03 12:40:49 DEBUG : two: sha1 = ad782ecdac770fc6eb9a62e44f90873fb97fb26b OK 2026/09/03 12:40:49 DEBUG : two: Size and sha1 of src and dst objects identical 2026/09/03 12:40:49 DEBUG : two: Destination mod time is within 1s of source and files identical, skipping 2026/09/03 12:40:49 DEBUG : four: sha1 = 9f8f7eec5dea5ac43738721939c120318cbff1df OK 2026/09/03 12:40:49 DEBUG : four: Size and sha1 of src and dst objects identical 2026/09/03 12:40:49 DEBUG : four: Destination mod time is within 1s of source and files identical, skipping 2026/09/03 12:40:49 DEBUG : B2 bucket rclone-test-pujizuz3lesa: Waiting for transfers to finish 2026/09/03 12:40:49 DEBUG : three: size = 5 OK 2026/09/03 12:40:49 DEBUG : three: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2026/09/03 12:40:49 INFO : three: Copied (replaced existing) 2026/09/03 12:40:49 DEBUG : Waiting for deletions to finish --- PASS: TestSyncWithUpdateOlder (4.08s) === 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-pujizuz3lesa", Local "Local file system at /tmp/rclone3282517468", Modify Window "1ms" sync_test.go:1569: Can track renames: true 2026/09/03 12:40:51 INFO : B2 bucket rclone-test-pujizuz3lesa: Making map for --track-renames 2026/09/03 12:40:51 INFO : B2 bucket rclone-test-pujizuz3lesa: Finished making map for --track-renames 2026/09/03 12:40:51 DEBUG : B2 bucket rclone-test-pujizuz3lesa: Waiting for checks to finish 2026/09/03 12:40:51 DEBUG : potato: Need to transfer - No matching file found at Destination 2026/09/03 12:40:51 DEBUG : B2 bucket rclone-test-pujizuz3lesa: Waiting for renames to finish 2026/09/03 12:40:51 DEBUG : yam: Need to transfer - No matching file found at Destination 2026/09/03 12:40:51 DEBUG : B2 bucket rclone-test-pujizuz3lesa: Waiting for transfers to finish 2026/09/03 12:40:51 DEBUG : yam: size = 11 OK 2026/09/03 12:40:51 DEBUG : yam: sha1 = ad84b2fb6729688a5ee3225164a6d4d58465b33e OK 2026/09/03 12:40:51 INFO : yam: Copied (new) 2026/09/03 12:40:51 DEBUG : potato: size = 14 OK 2026/09/03 12:40:51 DEBUG : potato: sha1 = 1d1ac61cfffcfdd0a15cc9ae575fb06ca8c11fb5 OK 2026/09/03 12:40:51 INFO : potato: Copied (new) 2026/09/03 12:40:51 DEBUG : Waiting for deletions to finish 2026/09/03 12:40:51 INFO : B2 bucket rclone-test-pujizuz3lesa: Making map for --track-renames 2026/09/03 12:40:51 DEBUG : potato: size = 14 OK 2026/09/03 12:40:51 DEBUG : potato: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:40:51 INFO : B2 bucket rclone-test-pujizuz3lesa: Finished making map for --track-renames 2026/09/03 12:40:51 DEBUG : B2 bucket rclone-test-pujizuz3lesa: Waiting for checks to finish 2026/09/03 12:40:51 DEBUG : potato: Unchanged skipping 2026/09/03 12:40:51 DEBUG : B2 bucket rclone-test-pujizuz3lesa: Waiting for renames to finish 2026/09/03 12:40:52 DEBUG : yaml: size = 11 OK 2026/09/03 12:40:52 DEBUG : yam: sha1 = ad84b2fb6729688a5ee3225164a6d4d58465b33e OK 2026/09/03 12:40:52 INFO : yam: Copied (server-side copy) to: yaml 2026/09/03 12:40:52 INFO : yam: Deleted 2026/09/03 12:40:52 INFO : yaml: Renamed from "yam" 2026/09/03 12:40:52 DEBUG : B2 bucket rclone-test-pujizuz3lesa: Waiting for transfers to finish 2026/09/03 12:40:52 DEBUG : Waiting for deletions to finish --- PASS: TestSyncWithTrackRenames (2.76s) === RUN TestParseRenamesStrategyModtime --- PASS: TestParseRenamesStrategyModtime (0.00s) === RUN TestRenamesStrategyModtime --- PASS: TestRenamesStrategyModtime (0.00s) === RUN TestSyncWithTrackRenamesStrategyModtime run.go:198: Remote "B2 bucket rclone-test-pujizuz3lesa", Local "Local file system at /tmp/rclone3282517468", Modify Window "1ms" sync_test.go:1641: Can track renames: true 2026/09/03 12:40:53 INFO : B2 bucket rclone-test-pujizuz3lesa: Making map for --track-renames 2026/09/03 12:40:53 INFO : B2 bucket rclone-test-pujizuz3lesa: Finished making map for --track-renames 2026/09/03 12:40:53 DEBUG : B2 bucket rclone-test-pujizuz3lesa: Waiting for checks to finish 2026/09/03 12:40:53 DEBUG : potato: Need to transfer - No matching file found at Destination 2026/09/03 12:40:53 DEBUG : yam: Need to transfer - No matching file found at Destination 2026/09/03 12:40:53 DEBUG : B2 bucket rclone-test-pujizuz3lesa: Waiting for renames to finish 2026/09/03 12:40:53 DEBUG : B2 bucket rclone-test-pujizuz3lesa: Waiting for transfers to finish 2026/09/03 12:40:54 DEBUG : potato: size = 14 OK 2026/09/03 12:40:54 DEBUG : potato: sha1 = 1d1ac61cfffcfdd0a15cc9ae575fb06ca8c11fb5 OK 2026/09/03 12:40:54 INFO : potato: Copied (new) 2026/09/03 12:40:54 DEBUG : yam: size = 11 OK 2026/09/03 12:40:54 DEBUG : yam: sha1 = ad84b2fb6729688a5ee3225164a6d4d58465b33e OK 2026/09/03 12:40:54 INFO : yam: Copied (new) 2026/09/03 12:40:54 DEBUG : Waiting for deletions to finish 2026/09/03 12:40:54 DEBUG : potato: size = 14 OK 2026/09/03 12:40:54 INFO : B2 bucket rclone-test-pujizuz3lesa: Making map for --track-renames 2026/09/03 12:40:54 DEBUG : potato: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:40:54 INFO : B2 bucket rclone-test-pujizuz3lesa: Finished making map for --track-renames 2026/09/03 12:40:54 DEBUG : potato: Unchanged skipping 2026/09/03 12:40:54 DEBUG : B2 bucket rclone-test-pujizuz3lesa: Waiting for checks to finish 2026/09/03 12:40:54 DEBUG : B2 bucket rclone-test-pujizuz3lesa: Waiting for renames to finish 2026/09/03 12:40:54 DEBUG : yaml: size = 11 OK 2026/09/03 12:40:54 DEBUG : yam: sha1 = ad84b2fb6729688a5ee3225164a6d4d58465b33e OK 2026/09/03 12:40:54 INFO : yam: Copied (server-side copy) to: yaml 2026/09/03 12:40:55 INFO : yam: Deleted 2026/09/03 12:40:55 INFO : yaml: Renamed from "yam" 2026/09/03 12:40:55 DEBUG : B2 bucket rclone-test-pujizuz3lesa: Waiting for transfers to finish 2026/09/03 12:40:55 DEBUG : Waiting for deletions to finish --- PASS: TestSyncWithTrackRenamesStrategyModtime (2.23s) === RUN TestSyncWithTrackRenamesStrategyLeaf run.go:198: Remote "B2 bucket rclone-test-pujizuz3lesa", Local "Local file system at /tmp/rclone3282517468", Modify Window "1ms" sync_test.go:1680: Can track renames: true 2026/09/03 12:40:56 INFO : B2 bucket rclone-test-pujizuz3lesa: Making map for --track-renames 2026/09/03 12:40:56 INFO : B2 bucket rclone-test-pujizuz3lesa: Finished making map for --track-renames 2026/09/03 12:40:56 DEBUG : B2 bucket rclone-test-pujizuz3lesa: Waiting for checks to finish 2026/09/03 12:40:56 DEBUG : sub/yam: Need to transfer - No matching file found at Destination 2026/09/03 12:40:56 DEBUG : B2 bucket rclone-test-pujizuz3lesa: Waiting for renames to finish 2026/09/03 12:40:56 DEBUG : potato: Need to transfer - No matching file found at Destination 2026/09/03 12:40:56 DEBUG : B2 bucket rclone-test-pujizuz3lesa: Waiting for transfers to finish 2026/09/03 12:40:56 DEBUG : potato: size = 14 OK 2026/09/03 12:40:56 DEBUG : potato: sha1 = 1d1ac61cfffcfdd0a15cc9ae575fb06ca8c11fb5 OK 2026/09/03 12:40:56 INFO : potato: Copied (new) 2026/09/03 12:40:56 DEBUG : sub/yam: size = 11 OK 2026/09/03 12:40:56 DEBUG : sub/yam: sha1 = ad84b2fb6729688a5ee3225164a6d4d58465b33e OK 2026/09/03 12:40:56 INFO : sub/yam: Copied (new) 2026/09/03 12:40:56 DEBUG : Waiting for deletions to finish 2026/09/03 12:40:56 DEBUG : potato: size = 14 OK 2026/09/03 12:40:56 DEBUG : potato: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:40:56 DEBUG : potato: Unchanged skipping 2026/09/03 12:40:56 INFO : B2 bucket rclone-test-pujizuz3lesa: Making map for --track-renames 2026/09/03 12:40:56 INFO : B2 bucket rclone-test-pujizuz3lesa: Finished making map for --track-renames 2026/09/03 12:40:56 DEBUG : B2 bucket rclone-test-pujizuz3lesa: Waiting for checks to finish 2026/09/03 12:40:56 DEBUG : B2 bucket rclone-test-pujizuz3lesa: Waiting for renames to finish 2026/09/03 12:40:57 DEBUG : yam: size = 11 OK 2026/09/03 12:40:57 DEBUG : sub/yam: sha1 = ad84b2fb6729688a5ee3225164a6d4d58465b33e OK 2026/09/03 12:40:57 INFO : sub/yam: Copied (server-side copy) to: yam 2026/09/03 12:40:57 INFO : sub/yam: Deleted 2026/09/03 12:40:57 INFO : yam: Renamed from "sub/yam" 2026/09/03 12:40:57 DEBUG : B2 bucket rclone-test-pujizuz3lesa: Waiting for transfers to finish 2026/09/03 12:40:57 DEBUG : Waiting for deletions to finish --- PASS: TestSyncWithTrackRenamesStrategyLeaf (2.43s) === RUN TestServerSideMoveLocal run.go:198: Remote "B2 bucket rclone-test-pujizuz3lesa", Local "Local file system at /tmp/rclone3282517468", Modify Window "1ms" 2026/09/03 12:40:58 DEBUG : Creating backend with remote "/tmp/rclone3282517468/dir1" 2026/09/03 12:40:58 DEBUG : Config file has changed externally - reloading 2026/09/03 12:40:58 DEBUG : Creating backend with remote "/tmp/rclone3282517468/dir2" 2026/09/03 12:40:58 DEBUG : Local file system at /tmp/rclone3282517468/dir2: Using server-side directory move 2026/09/03 12:40:58 INFO : Local file system at /tmp/rclone3282517468/dir2: Server side directory move failed - fallback to file moves: can't copy directory - destination already exists 2026/09/03 12:40:58 DEBUG : file1.txt: Need to transfer - File not found at Destination 2026/09/03 12:40:58 DEBUG : Local file system at /tmp/rclone3282517468/dir2: Waiting for checks to finish 2026/09/03 12:40:58 INFO : file1.txt: Moved (server-side) 2026/09/03 12:40:58 DEBUG : Local file system at /tmp/rclone3282517468/dir2: Waiting for transfers to finish --- PASS: TestServerSideMoveLocal (0.37s) === RUN TestMoveWithDeleteEmptySrcDirs run.go:198: Remote "B2 bucket rclone-test-pujizuz3lesa", Local "Local file system at /tmp/rclone3282517468", Modify Window "1ms" 2026/09/03 12:40:58 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/09/03 12:40:58 DEBUG : nested/sub dir/file: Need to transfer - File not found at Destination 2026/09/03 12:40:58 DEBUG : B2 bucket rclone-test-pujizuz3lesa: Waiting for checks to finish 2026/09/03 12:40:58 DEBUG : B2 bucket rclone-test-pujizuz3lesa: Waiting for transfers to finish 2026/09/03 12:40:59 DEBUG : sub dir/hello world: Clearing upload URL because of error: Post "https://pod-000-1092-17.backblaze.com/b2api/v1/b2_upload_file/af32fd73407d6b7baf080e1b/c001_v0001092_t0022": EOF 2026/09/03 12:40:59 DEBUG : pacer: low level retry 1/1 (error Post "https://pod-000-1092-17.backblaze.com/b2api/v1/b2_upload_file/af32fd73407d6b7baf080e1b/c001_v0001092_t0022": EOF) 2026/09/03 12:40:59 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/09/03 12:40:59 DEBUG : sub dir/hello world: Received error: Post "https://pod-000-1092-17.backblaze.com/b2api/v1/b2_upload_file/af32fd73407d6b7baf080e1b/c001_v0001092_t0022": EOF - low level retry 0/10 2026/09/03 12:40:59 DEBUG : pacer: Reducing sleep to 10ms 2026/09/03 12:40:59 DEBUG : nested/sub dir/file: size = 6 OK 2026/09/03 12:40:59 DEBUG : nested/sub dir/file: sha1 = b4b3e0a278988bc15f2913af3f4153ccef74e465 OK 2026/09/03 12:40:59 INFO : nested/sub dir/file: Copied (new) 2026/09/03 12:40:59 INFO : nested/sub dir/file: Deleted 2026/09/03 12:40:59 DEBUG : sub dir/hello world: size = 11 OK 2026/09/03 12:40:59 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/09/03 12:40:59 INFO : sub dir/hello world: Copied (new) 2026/09/03 12:40:59 INFO : sub dir/hello world: Deleted 2026/09/03 12:40:59 INFO : sub dir: Removing directory 2026/09/03 12:40:59 INFO : nested/sub dir: Removing directory 2026/09/03 12:40:59 INFO : nested: Removing directory 2026/09/03 12:40:59 DEBUG : Local file system at /tmp/rclone3282517468: deleted 3 directories --- PASS: TestMoveWithDeleteEmptySrcDirs (1.53s) === RUN TestMoveWithoutDeleteEmptySrcDirs run.go:198: Remote "B2 bucket rclone-test-pujizuz3lesa", Local "Local file system at /tmp/rclone3282517468", Modify Window "1ms" 2026/09/03 12:41:00 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/09/03 12:41:00 DEBUG : nested/sub dir/file: Need to transfer - File not found at Destination 2026/09/03 12:41:00 DEBUG : B2 bucket rclone-test-pujizuz3lesa: Waiting for checks to finish 2026/09/03 12:41:00 DEBUG : B2 bucket rclone-test-pujizuz3lesa: Waiting for transfers to finish 2026/09/03 12:41:00 DEBUG : sub dir/hello world: size = 11 OK 2026/09/03 12:41:00 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/09/03 12:41:00 INFO : sub dir/hello world: Copied (new) 2026/09/03 12:41:00 INFO : sub dir/hello world: Deleted 2026/09/03 12:41:00 DEBUG : nested/sub dir/file: size = 6 OK 2026/09/03 12:41:00 DEBUG : nested/sub dir/file: sha1 = b4b3e0a278988bc15f2913af3f4153ccef74e465 OK 2026/09/03 12:41:00 INFO : nested/sub dir/file: Copied (new) 2026/09/03 12:41:00 INFO : nested/sub dir/file: Deleted --- PASS: TestMoveWithoutDeleteEmptySrcDirs (1.29s) === RUN TestMoveWithIgnoreExisting run.go:198: Remote "B2 bucket rclone-test-pujizuz3lesa", Local "Local file system at /tmp/rclone3282517468", Modify Window "1ms" 2026/09/03 12:41:01 DEBUG : existing-b: Need to transfer - File not found at Destination 2026/09/03 12:41:01 DEBUG : existing: Need to transfer - File not found at Destination 2026/09/03 12:41:01 DEBUG : B2 bucket rclone-test-pujizuz3lesa: Waiting for checks to finish 2026/09/03 12:41:01 DEBUG : B2 bucket rclone-test-pujizuz3lesa: Waiting for transfers to finish 2026/09/03 12:41:01 DEBUG : existing: size = 6 OK 2026/09/03 12:41:01 DEBUG : existing: sha1 = 3e2e95f5ad970eadfa7e17eaf73da97024aa5359 OK 2026/09/03 12:41:01 INFO : existing: Copied (new) 2026/09/03 12:41:01 INFO : existing: Deleted 2026/09/03 12:41:01 DEBUG : existing-b: size = 6 OK 2026/09/03 12:41:01 DEBUG : existing-b: sha1 = 321f6b7e8bf7f29aab89c5e41a555b1b0baa41a9 OK 2026/09/03 12:41:01 INFO : existing-b: Copied (new) 2026/09/03 12:41:01 INFO : existing-b: Deleted 2026/09/03 12:41:02 DEBUG : existing: Destination exists, skipping 2026/09/03 12:41:02 DEBUG : existing: Not removing source file as destination file exists and --ignore-existing is set 2026/09/03 12:41:02 DEBUG : B2 bucket rclone-test-pujizuz3lesa: Waiting for checks to finish 2026/09/03 12:41:02 DEBUG : B2 bucket rclone-test-pujizuz3lesa: Waiting for transfers to finish 2026/09/03 12:41:02 INFO : There was nothing to transfer --- PASS: TestMoveWithIgnoreExisting (1.65s) === RUN TestServerSideMove run.go:198: Remote "B2 bucket rclone-test-pujizuz3lesa", Local "Local file system at /tmp/rclone3282517468", Modify Window "1ms" 2026/09/03 12:41:03 DEBUG : Creating backend with remote "TestB2:rclone-test-takimiq9jade" sync_test.go:1736: Server side move (if possible) B2 bucket rclone-test-pujizuz3lesa -> B2 bucket rclone-test-takimiq9jade 2026/09/03 12:41:06 DEBUG : potato2: Need to transfer - File not found at Destination 2026/09/03 12:41:06 DEBUG : empty space: size = 1 OK 2026/09/03 12:41:06 DEBUG : empty space: Size and modification time the same (differ by 0s, within tolerance 1ms) 2026/09/03 12:41:06 DEBUG : empty space: Unchanged skipping 2026/09/03 12:41:06 DEBUG : potato3: size = 68 (B2 bucket rclone-test-pujizuz3lesa) 2026/09/03 12:41:06 DEBUG : potato3: size = 60 (B2 bucket rclone-test-takimiq9jade) 2026/09/03 12:41:06 DEBUG : potato3: Sizes differ 2026/09/03 12:41:06 DEBUG : B2 bucket rclone-test-takimiq9jade: Waiting for checks to finish 2026/09/03 12:41:06 INFO : empty space: Deleted 2026/09/03 12:41:06 DEBUG : B2 bucket rclone-test-takimiq9jade: Waiting for transfers to finish 2026/09/03 12:41:07 DEBUG : potato2: size = 60 OK 2026/09/03 12:41:07 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2026/09/03 12:41:07 INFO : potato2: Copied (server-side copy) 2026/09/03 12:41:07 INFO : potato2: Deleted 2026/09/03 12:41:07 DEBUG : potato3: size = 68 OK 2026/09/03 12:41:07 DEBUG : potato3: sha1 = 568f8850f3c1a384731dbe40c6d72e1dcae342a0 OK 2026/09/03 12:41:07 INFO : potato3: Copied (server-side copy) 2026/09/03 12:41:08 INFO : potato3: Deleted 2026/09/03 12:41:08 DEBUG : Creating backend with remote "TestB2:rclone-test-qaciqoc9tuvo" 2026/09/03 12:41:08 DEBUG : Config file has changed externally - reloading 2026/09/03 12:41:09 DEBUG : empty space: Need to transfer - File not found at Destination 2026/09/03 12:41:09 DEBUG : potato2: Need to transfer - File not found at Destination 2026/09/03 12:41:09 DEBUG : potato3: Need to transfer - File not found at Destination 2026/09/03 12:41:09 DEBUG : B2 bucket rclone-test-qaciqoc9tuvo: Waiting for checks to finish 2026/09/03 12:41:09 DEBUG : B2 bucket rclone-test-qaciqoc9tuvo: Waiting for transfers to finish 2026/09/03 12:41:10 DEBUG : empty space: size = 1 OK 2026/09/03 12:41:10 DEBUG : empty space: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2026/09/03 12:41:10 INFO : empty space: Copied (server-side copy) 2026/09/03 12:41:10 INFO : empty space: Deleted 2026/09/03 12:41:10 DEBUG : potato3: size = 68 OK 2026/09/03 12:41:10 DEBUG : potato3: sha1 = 568f8850f3c1a384731dbe40c6d72e1dcae342a0 OK 2026/09/03 12:41:10 INFO : potato3: Copied (server-side copy) 2026/09/03 12:41:10 DEBUG : potato2: size = 60 OK 2026/09/03 12:41:10 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2026/09/03 12:41:10 INFO : potato2: Copied (server-side copy) 2026/09/03 12:41:10 INFO : potato3: Deleted 2026/09/03 12:41:10 INFO : potato2: Deleted 2026/09/03 12:41:11 DEBUG : B2 bucket rclone-test-qaciqoc9tuvo: Purge remote 2026/09/03 12:41:11 INFO : B2 bucket rclone-test-qaciqoc9tuvo: cleaning bucket "rclone-test-qaciqoc9tuvo" of all files 2026/09/03 12:41:11 DEBUG : empty space: Deleting (id "4_zef329d03409d6b7baf080e1b_f416481fd59e7ee76_d20260903_m124110_c001_v0001174_t0036_u01788439270123") 2026/09/03 12:41:11 DEBUG : potato2: Deleting (id "4_zef329d03409d6b7baf080e1b_f115903a5dc47db67_d20260903_m124110_c001_v0001098_t0044_u01788439270348") 2026/09/03 12:41:11 DEBUG : potato3: Deleting (id "4_zef329d03409d6b7baf080e1b_f11784119806ce0d8_d20260903_m124110_c001_v0001182_t0044_u01788439270501") 2026/09/03 12:41:12 DEBUG : B2 bucket rclone-test-takimiq9jade: Purge remote 2026/09/03 12:41:12 INFO : B2 bucket rclone-test-takimiq9jade: cleaning bucket "rclone-test-takimiq9jade" of all files 2026/09/03 12:41:12 DEBUG : empty space: Deleting (id "4_zaf027df3409d6b7baf080e1b_f418576a6787bbc88_d20260903_m124110_c001_v7007000_t0000_u01788439270311") 2026/09/03 12:41:12 DEBUG : empty space: Deleting (id "4_zaf027df3409d6b7baf080e1b_f40874e5c376a186c_d20260903_m124106_c001_v0001182_t0024_u01788439266067") 2026/09/03 12:41:12 DEBUG : potato2: Deleting (id "4_zaf027df3409d6b7baf080e1b_f404ee08fbff7e43b_d20260903_m124110_c001_v7007000_t0000_u01788439270823") 2026/09/03 12:41:12 DEBUG : potato2: Deleting (id "4_zaf027df3409d6b7baf080e1b_f10216b0508732486_d20260903_m124106_c001_v0001116_t0054_u01788439266865") 2026/09/03 12:41:12 DEBUG : potato3: Deleting (id "4_zaf027df3409d6b7baf080e1b_f418576a6787bbc89_d20260903_m124110_c001_v7007000_t0000_u01788439270712") 2026/09/03 12:41:12 DEBUG : potato3: Deleting (id "4_zaf027df3409d6b7baf080e1b_f106cca0c396ed0f7_d20260903_m124107_c001_v0001040_t0033_u01788439267229") 2026/09/03 12:41:12 DEBUG : potato3: Deleting (id "4_zaf027df3409d6b7baf080e1b_f10874e5c376a186e_d20260903_m124106_c001_v0001182_t0033_u01788439266253") --- PASS: TestServerSideMove (10.30s) === RUN TestServerSideMoveWithFilter run.go:198: Remote "B2 bucket rclone-test-pujizuz3lesa", Local "Local file system at /tmp/rclone3282517468", Modify Window "1ms" 2026/09/03 12:41:13 DEBUG : Creating backend with remote "TestB2:rclone-test-koyojol8tuvo" sync_test.go:1736: Server side move (if possible) B2 bucket rclone-test-pujizuz3lesa -> B2 bucket rclone-test-koyojol8tuvo 2026/09/03 12:41:18 DEBUG : empty space: Excluded (Size Filter) 2026/09/03 12:41:18 DEBUG : empty space: Excluded 2026/09/03 12:41:18 DEBUG : empty space: Excluded (Size Filter) 2026/09/03 12:41:18 DEBUG : empty space: Excluded 2026/09/03 12:41:18 DEBUG : potato2: Need to transfer - File not found at Destination 2026/09/03 12:41:18 DEBUG : potato3: size = 68 (B2 bucket rclone-test-pujizuz3lesa) 2026/09/03 12:41:18 DEBUG : potato3: size = 60 (B2 bucket rclone-test-koyojol8tuvo) 2026/09/03 12:41:18 DEBUG : potato3: Sizes differ 2026/09/03 12:41:18 DEBUG : B2 bucket rclone-test-koyojol8tuvo: Waiting for checks to finish 2026/09/03 12:41:18 DEBUG : B2 bucket rclone-test-koyojol8tuvo: Waiting for transfers to finish 2026/09/03 12:41:18 DEBUG : potato2: size = 60 OK 2026/09/03 12:41:18 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2026/09/03 12:41:18 INFO : potato2: Copied (server-side copy) 2026/09/03 12:41:18 INFO : potato2: Deleted 2026/09/03 12:41:18 DEBUG : potato3: size = 68 OK 2026/09/03 12:41:18 DEBUG : potato3: sha1 = 568f8850f3c1a384731dbe40c6d72e1dcae342a0 OK 2026/09/03 12:41:18 INFO : potato3: Copied (server-side copy) 2026/09/03 12:41:18 INFO : potato3: Deleted 2026/09/03 12:41:19 DEBUG : Creating backend with remote "TestB2:rclone-test-lemiqus1kosa" 2026/09/03 12:41:20 DEBUG : empty space: Excluded (Size Filter) 2026/09/03 12:41:20 DEBUG : empty space: Excluded 2026/09/03 12:41:20 DEBUG : potato2: Need to transfer - File not found at Destination 2026/09/03 12:41:20 DEBUG : potato3: Need to transfer - File not found at Destination 2026/09/03 12:41:20 DEBUG : B2 bucket rclone-test-lemiqus1kosa: Waiting for checks to finish 2026/09/03 12:41:20 DEBUG : B2 bucket rclone-test-lemiqus1kosa: Waiting for transfers to finish 2026/09/03 12:41:21 DEBUG : potato2: size = 60 OK 2026/09/03 12:41:21 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2026/09/03 12:41:21 INFO : potato2: Copied (server-side copy) 2026/09/03 12:41:21 INFO : potato2: Deleted 2026/09/03 12:41:21 DEBUG : potato3: size = 68 OK 2026/09/03 12:41:21 DEBUG : potato3: sha1 = 568f8850f3c1a384731dbe40c6d72e1dcae342a0 OK 2026/09/03 12:41:21 INFO : potato3: Copied (server-side copy) 2026/09/03 12:41:21 INFO : potato3: Deleted 2026/09/03 12:41:21 DEBUG : B2 bucket rclone-test-lemiqus1kosa: Purge remote 2026/09/03 12:41:21 INFO : B2 bucket rclone-test-lemiqus1kosa: cleaning bucket "rclone-test-lemiqus1kosa" of all files 2026/09/03 12:41:22 DEBUG : potato2: Deleting (id "4_z9f02bdb3409d6b7baf080e1b_f102928928e7e99b5_d20260903_m124120_c001_v0001185_t0016_u01788439280923") 2026/09/03 12:41:22 DEBUG : potato3: Deleting (id "4_z9f02bdb3409d6b7baf080e1b_f10493dd7a607d00a_d20260903_m124121_c001_v0001090_t0040_u01788439281146") 2026/09/03 12:41:22 DEBUG : B2 bucket rclone-test-koyojol8tuvo: Purge remote 2026/09/03 12:41:22 INFO : B2 bucket rclone-test-koyojol8tuvo: cleaning bucket "rclone-test-koyojol8tuvo" of all files 2026/09/03 12:41:22 DEBUG : empty space: Deleting (id "4_z2f32adc3409d6b7baf080e1b_f406198bd17e7fe53_d20260903_m124117_c001_v0001103_t0010_u01788439277499") 2026/09/03 12:41:22 DEBUG : potato2: Deleting (id "4_z2f32adc3409d6b7baf080e1b_f427008fdc4aa2d22_d20260903_m124121_c001_v7007000_t0000_u01788439281117") 2026/09/03 12:41:22 DEBUG : potato2: Deleting (id "4_z2f32adc3409d6b7baf080e1b_f1040bc7a4f6721c7_d20260903_m124118_c001_v0001184_t0050_u01788439278400") 2026/09/03 12:41:22 DEBUG : potato3: Deleting (id "4_z2f32adc3409d6b7baf080e1b_f427008fdc4aa2d23_d20260903_m124121_c001_v7007000_t0000_u01788439281476") 2026/09/03 12:41:22 DEBUG : potato3: Deleting (id "4_z2f32adc3409d6b7baf080e1b_f1180144b119555e9_d20260903_m124118_c001_v0001182_t0039_u01788439278637") 2026/09/03 12:41:22 DEBUG : potato3: Deleting (id "4_z2f32adc3409d6b7baf080e1b_f106198bd17e7fe55_d20260903_m124117_c001_v0001103_t0012_u01788439277685") --- PASS: TestServerSideMoveWithFilter (10.90s) === RUN TestServerSideMoveDeleteEmptySourceDirs run.go:198: Remote "B2 bucket rclone-test-pujizuz3lesa", Local "Local file system at /tmp/rclone3282517468", Modify Window "1ms" 2026/09/03 12:41:24 DEBUG : Creating backend with remote "TestB2:rclone-test-bececum3kani" 2026/09/03 12:41:26 INFO : tomatoDir: Making directory sync_test.go:1736: Server side move (if possible) B2 bucket rclone-test-pujizuz3lesa -> B2 bucket rclone-test-bececum3kani 2026/09/03 12:41:29 DEBUG : potato2: Need to transfer - File not found at Destination 2026/09/03 12:41:29 DEBUG : empty space: size = 1 OK 2026/09/03 12:41:29 DEBUG : empty space: Size and modification time the same (differ by 0s, within tolerance 1ms) 2026/09/03 12:41:29 DEBUG : empty space: Unchanged skipping 2026/09/03 12:41:29 DEBUG : potato3: size = 68 (B2 bucket rclone-test-pujizuz3lesa) 2026/09/03 12:41:29 DEBUG : potato3: size = 60 (B2 bucket rclone-test-bececum3kani) 2026/09/03 12:41:29 DEBUG : potato3: Sizes differ 2026/09/03 12:41:29 DEBUG : B2 bucket rclone-test-bececum3kani: Waiting for checks to finish 2026/09/03 12:41:29 INFO : empty space: Deleted 2026/09/03 12:41:29 DEBUG : B2 bucket rclone-test-bececum3kani: Waiting for transfers to finish 2026/09/03 12:41:29 DEBUG : potato2: size = 60 OK 2026/09/03 12:41:29 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2026/09/03 12:41:29 INFO : potato2: Copied (server-side copy) 2026/09/03 12:41:29 INFO : potato2: Deleted 2026/09/03 12:41:29 DEBUG : potato3: size = 68 OK 2026/09/03 12:41:29 DEBUG : potato3: sha1 = 568f8850f3c1a384731dbe40c6d72e1dcae342a0 OK 2026/09/03 12:41:29 INFO : potato3: Copied (server-side copy) 2026/09/03 12:41:29 INFO : potato3: Deleted 2026/09/03 12:41:30 DEBUG : Creating backend with remote "TestB2:rclone-test-sazunoy0voro" 2026/09/03 12:41:30 INFO : tomatoDir: Making directory 2026/09/03 12:41:31 DEBUG : empty space: Need to transfer - File not found at Destination 2026/09/03 12:41:31 DEBUG : potato2: Need to transfer - File not found at Destination 2026/09/03 12:41:31 DEBUG : potato3: Need to transfer - File not found at Destination 2026/09/03 12:41:31 DEBUG : B2 bucket rclone-test-sazunoy0voro: Waiting for checks to finish 2026/09/03 12:41:31 DEBUG : B2 bucket rclone-test-sazunoy0voro: Waiting for transfers to finish 2026/09/03 12:41:32 DEBUG : potato2: size = 60 OK 2026/09/03 12:41:32 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2026/09/03 12:41:32 INFO : potato2: Copied (server-side copy) 2026/09/03 12:41:32 INFO : potato2: Deleted 2026/09/03 12:41:32 DEBUG : empty space: size = 1 OK 2026/09/03 12:41:32 DEBUG : empty space: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2026/09/03 12:41:32 INFO : empty space: Copied (server-side copy) 2026/09/03 12:41:32 DEBUG : potato3: size = 68 OK 2026/09/03 12:41:32 DEBUG : potato3: sha1 = 568f8850f3c1a384731dbe40c6d72e1dcae342a0 OK 2026/09/03 12:41:32 INFO : potato3: Copied (server-side copy) 2026/09/03 12:41:32 INFO : empty space: Deleted 2026/09/03 12:41:32 INFO : potato3: Deleted 2026/09/03 12:41:33 DEBUG : B2 bucket rclone-test-sazunoy0voro: Purge remote 2026/09/03 12:41:33 INFO : B2 bucket rclone-test-sazunoy0voro: cleaning bucket "rclone-test-sazunoy0voro" of all files 2026/09/03 12:41:33 DEBUG : empty space: Deleting (id "4_z8fe2ed63409d6b7baf080e1b_f402dd9538e064326_d20260903_m124132_c001_v0001134_t0058_u01788439292398") 2026/09/03 12:41:33 DEBUG : potato2: Deleting (id "4_z8fe2ed63409d6b7baf080e1b_f100c2c367d9e4b62_d20260903_m124132_c001_v0001165_t0017_u01788439292049") 2026/09/03 12:41:33 DEBUG : potato3: Deleting (id "4_z8fe2ed63409d6b7baf080e1b_f1003f158f7c609f6_d20260903_m124132_c001_v0001097_t0014_u01788439292307") 2026/09/03 12:41:34 DEBUG : B2 bucket rclone-test-bececum3kani: Purge remote 2026/09/03 12:41:34 INFO : B2 bucket rclone-test-bececum3kani: cleaning bucket "rclone-test-bececum3kani" of all files 2026/09/03 12:41:34 DEBUG : empty space: Deleting (id "4_zafe2dd43409d6b7baf080e1b_f425ec3318072fe8b_d20260903_m124132_c001_v7007000_t0000_u01788439292585") 2026/09/03 12:41:34 DEBUG : empty space: Deleting (id "4_zafe2dd43409d6b7baf080e1b_f4164583f99eb78bc_d20260903_m124128_c001_v0001090_t0045_u01788439288066") 2026/09/03 12:41:34 DEBUG : potato2: Deleting (id "4_zafe2dd43409d6b7baf080e1b_f425ec3318072fe8a_d20260903_m124132_c001_v7007000_t0000_u01788439292275") 2026/09/03 12:41:34 DEBUG : potato2: Deleting (id "4_zafe2dd43409d6b7baf080e1b_f10504ed399b3b7f0_d20260903_m124129_c001_v0001179_t0029_u01788439289193") 2026/09/03 12:41:34 DEBUG : potato3: Deleting (id "4_zafe2dd43409d6b7baf080e1b_f415147edf74fb00b_d20260903_m124132_c001_v7007000_t0000_u01788439292675") 2026/09/03 12:41:34 DEBUG : potato3: Deleting (id "4_zafe2dd43409d6b7baf080e1b_f115bbff467d60201_d20260903_m124129_c001_v0001184_t0050_u01788439289465") 2026/09/03 12:41:34 DEBUG : potato3: Deleting (id "4_zafe2dd43409d6b7baf080e1b_f1164583f99eb78c0_d20260903_m124128_c001_v0001090_t0013_u01788439288248") 2026/09/03 12:41:35 DEBUG : pacer: low level retry 1/10 (error Post "https://api001.backblazeb2.com/b2api/v1/b2_list_file_names": EOF) 2026/09/03 12:41:35 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/09/03 12:41:35 DEBUG : pacer: Reducing sleep to 10ms --- PASS: TestServerSideMoveDeleteEmptySourceDirs (11.68s) === RUN TestServerSideMoveOverlap run.go:198: Remote "B2 bucket rclone-test-pujizuz3lesa", Local "Local file system at /tmp/rclone3282517468", Modify Window "1ms" 2026/09/03 12:41:36 DEBUG : Creating backend with remote "TestB2:rclone-test-pujizuz3lesa/rclone-move-test" --- PASS: TestServerSideMoveOverlap (2.65s) === RUN TestSyncOverlap run.go:198: Remote "B2 bucket rclone-test-pujizuz3lesa", Local "Local file system at /tmp/rclone3282517468", Modify Window "1ms" 2026/09/03 12:41:38 DEBUG : Creating backend with remote "TestB2:rclone-test-pujizuz3lesa/rclone-sync-test" --- PASS: TestSyncOverlap (1.55s) === RUN TestSyncOverlapWithFilter run.go:198: Remote "B2 bucket rclone-test-pujizuz3lesa", Local "Local file system at /tmp/rclone3282517468", Modify Window "1ms" 2026/09/03 12:41:40 DEBUG : Creating backend with remote "TestB2:rclone-test-pujizuz3lesa/rclone-sync-test" 2026/09/03 12:41:42 DEBUG : Creating backend with remote "TestB2:rclone-test-pujizuz3lesa/rclone-sync-test-include/layer2" 2026/09/03 12:41:44 DEBUG : Creating backend with remote "TestB2:rclone-test-pujizuz3lesa/rclone-sync-test-ignore-file" 2026/09/03 12:41:48 DEBUG : rclone-sync-test-ignore-file: Excluded 2026/09/03 12:41:48 DEBUG : B2 bucket rclone-test-pujizuz3lesa path rclone-sync-test: Waiting for checks to finish 2026/09/03 12:41:48 DEBUG : B2 bucket rclone-test-pujizuz3lesa path rclone-sync-test: Waiting for transfers to finish 2026/09/03 12:41:48 DEBUG : Waiting for deletions to finish 2026/09/03 12:41:48 INFO : There was nothing to transfer 2026/09/03 12:41:49 DEBUG : rclone-sync-test-ignore-file: Excluded 2026/09/03 12:41:49 DEBUG : B2 bucket rclone-test-pujizuz3lesa: Waiting for checks to finish 2026/09/03 12:41:49 DEBUG : B2 bucket rclone-test-pujizuz3lesa: Waiting for transfers to finish 2026/09/03 12:41:49 DEBUG : Waiting for deletions to finish 2026/09/03 12:41:49 INFO : There was nothing to transfer 2026/09/03 12:41:49 DEBUG : rclone-sync-test-ignore-file: Excluded 2026/09/03 12:41:49 DEBUG : B2 bucket rclone-test-pujizuz3lesa path rclone-sync-test-include/layer2: Waiting for checks to finish 2026/09/03 12:41:49 DEBUG : B2 bucket rclone-test-pujizuz3lesa path rclone-sync-test-include/layer2: Waiting for transfers to finish 2026/09/03 12:41:49 DEBUG : Waiting for deletions to finish 2026/09/03 12:41:49 INFO : There was nothing to transfer 2026/09/03 12:41:50 DEBUG : rclone-sync-test-ignore-file: Excluded 2026/09/03 12:41:50 DEBUG : B2 bucket rclone-test-pujizuz3lesa: Waiting for checks to finish 2026/09/03 12:41:50 DEBUG : B2 bucket rclone-test-pujizuz3lesa: Waiting for transfers to finish 2026/09/03 12:41:50 DEBUG : Waiting for deletions to finish 2026/09/03 12:41:50 INFO : There was nothing to transfer 2026/09/03 12:41:50 DEBUG : Excluded 2026/09/03 12:41:50 DEBUG : rclone-sync-test-ignore-file: Excluded 2026/09/03 12:41:50 DEBUG : B2 bucket rclone-test-pujizuz3lesa path rclone-sync-test-ignore-file: Waiting for checks to finish 2026/09/03 12:41:50 DEBUG : B2 bucket rclone-test-pujizuz3lesa path rclone-sync-test-ignore-file: Waiting for transfers to finish 2026/09/03 12:41:50 DEBUG : Waiting for deletions to finish 2026/09/03 12:41:50 INFO : There was nothing to transfer --- PASS: TestSyncOverlapWithFilter (11.21s) === RUN TestSyncCompareDest run.go:198: Remote "B2 bucket rclone-test-pujizuz3lesa", Local "Local file system at /tmp/rclone3282517468", Modify Window "1ms" 2026/09/03 12:41:51 DEBUG : Creating backend with remote "TestB2:rclone-test-pujizuz3lesa/dst" 2026/09/03 12:41:52 DEBUG : Creating backend with remote "TestB2:rclone-test-pujizuz3lesa/CompareDest" 2026/09/03 12:41:54 DEBUG : one: Need to transfer - File not found at Destination 2026/09/03 12:41:54 DEBUG : B2 bucket rclone-test-pujizuz3lesa path dst: Waiting for checks to finish 2026/09/03 12:41:54 DEBUG : B2 bucket rclone-test-pujizuz3lesa path dst: Waiting for transfers to finish 2026/09/03 12:41:55 DEBUG : one: size = 3 OK 2026/09/03 12:41:55 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2026/09/03 12:41:55 INFO : one: Copied (new) 2026/09/03 12:41:55 DEBUG : Waiting for deletions to finish 2026/09/03 12:41:55 DEBUG : B2 bucket rclone-test-pujizuz3lesa path dst: Waiting for checks to finish 2026/09/03 12:41:55 DEBUG : one: size = 5 (Local file system at /tmp/rclone3282517468) 2026/09/03 12:41:55 DEBUG : one: size = 3 (B2 bucket rclone-test-pujizuz3lesa path dst) 2026/09/03 12:41:55 DEBUG : one: Sizes differ 2026/09/03 12:41:56 DEBUG : B2 bucket rclone-test-pujizuz3lesa path dst: Waiting for transfers to finish 2026/09/03 12:41:56 DEBUG : one: size = 5 OK 2026/09/03 12:41:56 DEBUG : one: sha1 = 7f376fd65843a1267de8f986d40e164e5a321c13 OK 2026/09/03 12:41:56 INFO : one: Copied (replaced existing) 2026/09/03 12:41:56 DEBUG : Waiting for deletions to finish 2026/09/03 12:41:57 DEBUG : one: size = 5 (Local file system at /tmp/rclone3282517468) 2026/09/03 12:41:57 DEBUG : one: size = 3 (B2 bucket rclone-test-pujizuz3lesa path dst) 2026/09/03 12:41:57 DEBUG : one: Sizes differ 2026/09/03 12:41:57 DEBUG : B2 bucket rclone-test-pujizuz3lesa path dst: Waiting for checks to finish 2026/09/03 12:41:58 DEBUG : one: size = 5 OK 2026/09/03 12:41:58 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/09/03 12:41:58 DEBUG : one: Destination found in --compare-dest, skipping 2026/09/03 12:41:58 DEBUG : B2 bucket rclone-test-pujizuz3lesa path dst: Waiting for transfers to finish 2026/09/03 12:41:58 DEBUG : Waiting for deletions to finish 2026/09/03 12:41:58 INFO : There was nothing to transfer 2026/09/03 12:41:58 DEBUG : one: size = 5 (Local file system at /tmp/rclone3282517468) 2026/09/03 12:41:58 DEBUG : one: size = 3 (B2 bucket rclone-test-pujizuz3lesa path dst) 2026/09/03 12:41:58 DEBUG : one: Sizes differ 2026/09/03 12:41:59 DEBUG : two: size = 3 OK 2026/09/03 12:41:59 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/09/03 12:41:59 DEBUG : two: Destination found in --compare-dest, skipping 2026/09/03 12:41:59 DEBUG : B2 bucket rclone-test-pujizuz3lesa path dst: Waiting for checks to finish 2026/09/03 12:41:59 DEBUG : one: size = 5 OK 2026/09/03 12:41:59 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/09/03 12:41:59 DEBUG : one: Destination found in --compare-dest, skipping 2026/09/03 12:41:59 DEBUG : B2 bucket rclone-test-pujizuz3lesa path dst: Waiting for transfers to finish 2026/09/03 12:41:59 DEBUG : Waiting for deletions to finish 2026/09/03 12:41:59 INFO : There was nothing to transfer 2026/09/03 12:41:59 DEBUG : one: size = 5 (Local file system at /tmp/rclone3282517468) 2026/09/03 12:41:59 DEBUG : one: size = 3 (B2 bucket rclone-test-pujizuz3lesa path dst) 2026/09/03 12:41:59 DEBUG : one: Sizes differ 2026/09/03 12:41:59 DEBUG : two: size = 3 OK 2026/09/03 12:41:59 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/09/03 12:41:59 DEBUG : two: Destination found in --compare-dest, skipping 2026/09/03 12:41:59 DEBUG : B2 bucket rclone-test-pujizuz3lesa path dst: Waiting for checks to finish 2026/09/03 12:41:59 DEBUG : one: size = 5 OK 2026/09/03 12:41:59 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/09/03 12:41:59 DEBUG : one: Destination found in --compare-dest, skipping 2026/09/03 12:41:59 DEBUG : B2 bucket rclone-test-pujizuz3lesa path dst: Waiting for transfers to finish 2026/09/03 12:41:59 DEBUG : Waiting for deletions to finish 2026/09/03 12:41:59 INFO : There was nothing to transfer 2026/09/03 12:42:00 DEBUG : one: size = 5 (Local file system at /tmp/rclone3282517468) 2026/09/03 12:42:00 DEBUG : one: size = 3 (B2 bucket rclone-test-pujizuz3lesa path dst) 2026/09/03 12:42:00 DEBUG : one: Sizes differ 2026/09/03 12:42:00 DEBUG : two: size = 3 OK 2026/09/03 12:42:00 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/09/03 12:42:00 DEBUG : two: sha1 = ad782ecdac770fc6eb9a62e44f90873fb97fb26b OK 2026/09/03 12:42:00 DEBUG : two: Destination found in --compare-dest, skipping 2026/09/03 12:42:00 DEBUG : B2 bucket rclone-test-pujizuz3lesa path dst: Waiting for checks to finish 2026/09/03 12:42:00 DEBUG : one: size = 5 OK 2026/09/03 12:42:00 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/09/03 12:42:00 DEBUG : one: Destination found in --compare-dest, skipping 2026/09/03 12:42:00 DEBUG : B2 bucket rclone-test-pujizuz3lesa path dst: Waiting for transfers to finish 2026/09/03 12:42:00 DEBUG : Waiting for deletions to finish 2026/09/03 12:42:00 INFO : There was nothing to transfer 2026/09/03 12:42:01 DEBUG : one: size = 5 (Local file system at /tmp/rclone3282517468) 2026/09/03 12:42:01 DEBUG : one: size = 3 (B2 bucket rclone-test-pujizuz3lesa path dst) 2026/09/03 12:42:01 DEBUG : one: Sizes differ 2026/09/03 12:42:01 DEBUG : two: size = 5 (Local file system at /tmp/rclone3282517468) 2026/09/03 12:42:01 DEBUG : two: size = 3 (B2 bucket rclone-test-pujizuz3lesa path CompareDest) 2026/09/03 12:42:01 DEBUG : two: Sizes differ 2026/09/03 12:42:01 DEBUG : two: Need to transfer - File not found at Destination 2026/09/03 12:42:01 DEBUG : B2 bucket rclone-test-pujizuz3lesa path dst: Waiting for checks to finish 2026/09/03 12:42:01 DEBUG : one: size = 5 OK 2026/09/03 12:42:01 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/09/03 12:42:01 DEBUG : one: Destination found in --compare-dest, skipping 2026/09/03 12:42:01 DEBUG : B2 bucket rclone-test-pujizuz3lesa path dst: Waiting for transfers to finish 2026/09/03 12:42:02 DEBUG : two: size = 5 OK 2026/09/03 12:42:02 DEBUG : two: sha1 = a4be8877ad88f3109a6411985a1f359e10e2d930 OK 2026/09/03 12:42:02 INFO : two: Copied (new) 2026/09/03 12:42:02 DEBUG : Waiting for deletions to finish --- PASS: TestSyncCompareDest (11.95s) === RUN TestSyncMultipleCompareDest run.go:198: Remote "B2 bucket rclone-test-pujizuz3lesa", Local "Local file system at /tmp/rclone3282517468", Modify Window "1ms" 2026/09/03 12:42:04 DEBUG : Creating backend with remote "TestB2:rclone-test-pujizuz3lesa/dest" 2026/09/03 12:42:05 DEBUG : Creating backend with remote "TestB2:rclone-test-pujizuz3lesa/pre-dest1" 2026/09/03 12:42:06 DEBUG : Creating backend with remote "TestB2:rclone-test-pujizuz3lesa/pre-dest2" 2026/09/03 12:42:08 DEBUG : 1: size = 1 OK 2026/09/03 12:42:08 DEBUG : 1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:42:08 DEBUG : 1: Destination found in --compare-dest, skipping 2026/09/03 12:42:09 DEBUG : 2: size = 1 OK 2026/09/03 12:42:09 DEBUG : 2: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:42:09 DEBUG : 2: Destination found in --compare-dest, skipping 2026/09/03 12:42:09 DEBUG : 3: Need to transfer - File not found at Destination 2026/09/03 12:42:09 DEBUG : B2 bucket rclone-test-pujizuz3lesa path dest: Waiting for checks to finish 2026/09/03 12:42:09 DEBUG : B2 bucket rclone-test-pujizuz3lesa path dest: Waiting for transfers to finish 2026/09/03 12:42:10 DEBUG : 3: size = 1 OK 2026/09/03 12:42:10 DEBUG : 3: sha1 = 77de68daecd823babbb58edb1c8e14d7106e83bb OK 2026/09/03 12:42:10 INFO : 3: Copied (new) 2026/09/03 12:42:10 DEBUG : Waiting for deletions to finish --- PASS: TestSyncMultipleCompareDest (8.62s) === RUN TestSyncCopyDest run.go:198: Remote "B2 bucket rclone-test-pujizuz3lesa", Local "Local file system at /tmp/rclone3282517468", Modify Window "1ms" 2026/09/03 12:42:12 DEBUG : Creating backend with remote "TestB2:rclone-test-pujizuz3lesa/dst" 2026/09/03 12:42:13 DEBUG : Creating backend with remote "TestB2:rclone-test-pujizuz3lesa/CopyDest" 2026/09/03 12:42:15 DEBUG : one: Need to transfer - File not found at Destination 2026/09/03 12:42:15 DEBUG : B2 bucket rclone-test-pujizuz3lesa path dst: Waiting for checks to finish 2026/09/03 12:42:15 DEBUG : B2 bucket rclone-test-pujizuz3lesa path dst: Waiting for transfers to finish 2026/09/03 12:42:16 DEBUG : one: size = 3 OK 2026/09/03 12:42:16 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2026/09/03 12:42:16 INFO : one: Copied (new) 2026/09/03 12:42:16 DEBUG : Waiting for deletions to finish 2026/09/03 12:42:16 DEBUG : B2 bucket rclone-test-pujizuz3lesa path dst: Waiting for checks to finish 2026/09/03 12:42:16 DEBUG : one: size = 5 (Local file system at /tmp/rclone3282517468) 2026/09/03 12:42:16 DEBUG : one: size = 3 (B2 bucket rclone-test-pujizuz3lesa path dst) 2026/09/03 12:42:16 DEBUG : one: Sizes differ 2026/09/03 12:42:16 DEBUG : B2 bucket rclone-test-pujizuz3lesa path dst: Waiting for transfers to finish 2026/09/03 12:42:16 DEBUG : one: size = 5 OK 2026/09/03 12:42:16 DEBUG : one: sha1 = 7f376fd65843a1267de8f986d40e164e5a321c13 OK 2026/09/03 12:42:16 INFO : one: Copied (replaced existing) 2026/09/03 12:42:16 DEBUG : Waiting for deletions to finish 2026/09/03 12:42:18 DEBUG : Creating backend with remote "TestB2:rclone-test-pujizuz3lesa/BackupDir" 2026/09/03 12:42:19 DEBUG : one: size = 5 (Local file system at /tmp/rclone3282517468) 2026/09/03 12:42:19 DEBUG : one: size = 3 (B2 bucket rclone-test-pujizuz3lesa path dst) 2026/09/03 12:42:19 DEBUG : B2 bucket rclone-test-pujizuz3lesa path dst: Waiting for checks to finish 2026/09/03 12:42:19 DEBUG : one: Sizes differ 2026/09/03 12:42:19 DEBUG : one: size = 5 OK 2026/09/03 12:42:19 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/09/03 12:42:19 DEBUG : one: size = 5 (Local file system at /tmp/rclone3282517468) 2026/09/03 12:42:19 DEBUG : one: size = 3 (B2 bucket rclone-test-pujizuz3lesa path dst) 2026/09/03 12:42:19 DEBUG : one: Sizes differ 2026/09/03 12:42:21 DEBUG : one: size = 3 OK 2026/09/03 12:42:21 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2026/09/03 12:42:21 INFO : one: Copied (server-side copy) 2026/09/03 12:42:21 INFO : one: Deleted 2026/09/03 12:42:21 DEBUG : one: size = 5 OK 2026/09/03 12:42:21 DEBUG : one: sha1 = 7f376fd65843a1267de8f986d40e164e5a321c13 OK 2026/09/03 12:42:21 INFO : one: Copied (server-side copy) 2026/09/03 12:42:21 DEBUG : one: Destination found in --copy-dest, using server-side copy 2026/09/03 12:42:21 DEBUG : B2 bucket rclone-test-pujizuz3lesa path dst: Waiting for transfers to finish 2026/09/03 12:42:21 DEBUG : Waiting for deletions to finish 2026/09/03 12:42:22 DEBUG : one: size = 5 OK 2026/09/03 12:42:22 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/09/03 12:42:22 DEBUG : one: Unchanged skipping 2026/09/03 12:42:22 DEBUG : two: size = 3 OK 2026/09/03 12:42:22 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/09/03 12:42:22 DEBUG : two: size = 3 OK 2026/09/03 12:42:22 DEBUG : two: sha1 = ad782ecdac770fc6eb9a62e44f90873fb97fb26b OK 2026/09/03 12:42:22 INFO : two: Copied (server-side copy) 2026/09/03 12:42:22 DEBUG : two: Destination found in --copy-dest, using server-side copy 2026/09/03 12:42:22 DEBUG : B2 bucket rclone-test-pujizuz3lesa path dst: Waiting for checks to finish 2026/09/03 12:42:22 DEBUG : B2 bucket rclone-test-pujizuz3lesa path dst: Waiting for transfers to finish 2026/09/03 12:42:22 DEBUG : Waiting for deletions to finish 2026/09/03 12:42:23 DEBUG : B2 bucket rclone-test-pujizuz3lesa path dst: Waiting for checks to finish 2026/09/03 12:42:23 DEBUG : one: size = 5 OK 2026/09/03 12:42:23 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/09/03 12:42:23 DEBUG : one: Unchanged skipping 2026/09/03 12:42:23 DEBUG : two: size = 3 OK 2026/09/03 12:42:23 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/09/03 12:42:23 DEBUG : two: Unchanged skipping 2026/09/03 12:42:23 DEBUG : B2 bucket rclone-test-pujizuz3lesa path dst: Waiting for transfers to finish 2026/09/03 12:42:23 DEBUG : Waiting for deletions to finish 2026/09/03 12:42:23 INFO : There was nothing to transfer 2026/09/03 12:42:24 DEBUG : one: size = 5 OK 2026/09/03 12:42:24 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/09/03 12:42:24 DEBUG : one: Unchanged skipping 2026/09/03 12:42:24 DEBUG : three: size = 7 (Local file system at /tmp/rclone3282517468) 2026/09/03 12:42:24 DEBUG : three: size = 5 (B2 bucket rclone-test-pujizuz3lesa path CopyDest) 2026/09/03 12:42:24 DEBUG : three: Sizes differ 2026/09/03 12:42:24 DEBUG : three: Destination not found in --copy-dest 2026/09/03 12:42:24 DEBUG : three: Need to transfer - File not found at Destination 2026/09/03 12:42:24 DEBUG : two: size = 3 OK 2026/09/03 12:42:24 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/09/03 12:42:24 DEBUG : two: Unchanged skipping 2026/09/03 12:42:24 DEBUG : B2 bucket rclone-test-pujizuz3lesa path dst: Waiting for checks to finish 2026/09/03 12:42:24 DEBUG : B2 bucket rclone-test-pujizuz3lesa path dst: Waiting for transfers to finish 2026/09/03 12:42:25 DEBUG : three: size = 7 OK 2026/09/03 12:42:25 DEBUG : three: sha1 = 370e613335f3cf2f19b2a2d35a86402f55c659f8 OK 2026/09/03 12:42:25 INFO : three: Copied (new) 2026/09/03 12:42:25 DEBUG : Waiting for deletions to finish --- PASS: TestSyncCopyDest (14.93s) === RUN TestSyncBackupDir run.go:198: Remote "B2 bucket rclone-test-pujizuz3lesa", Local "Local file system at /tmp/rclone3282517468", Modify Window "1ms" 2026/09/03 12:42:27 DEBUG : dst/one: Clearing upload URL because of error: Post "https://pod-000-1178-17.backblaze.com/b2api/v1/b2_upload_file/af32fd73407d6b7baf080e1b/c001_v0001178_t0057": EOF 2026/09/03 12:42:27 DEBUG : pacer: low level retry 1/1 (error Post "https://pod-000-1178-17.backblaze.com/b2api/v1/b2_upload_file/af32fd73407d6b7baf080e1b/c001_v0001178_t0057": EOF) 2026/09/03 12:42:27 DEBUG : pacer: Rate limited, increasing sleep to 20ms run.go:299: Retry Put of "dst/one" to B2 bucket rclone-test-pujizuz3lesa: 1/10 (Post "https://pod-000-1178-17.backblaze.com/b2api/v1/b2_upload_file/af32fd73407d6b7baf080e1b/c001_v0001178_t0057": EOF) 2026/09/03 12:42:29 DEBUG : pacer: Reducing sleep to 10ms 2026/09/03 12:42:30 DEBUG : Creating backend with remote "TestB2:rclone-test-pujizuz3lesa/dst" 2026/09/03 12:42:31 DEBUG : Creating backend with remote "TestB2:rclone-test-pujizuz3lesa/backup" 2026/09/03 12:42:33 DEBUG : two: size = 3 OK 2026/09/03 12:42:33 DEBUG : B2 bucket rclone-test-pujizuz3lesa path dst: Waiting for checks to finish 2026/09/03 12:42:33 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:42:33 DEBUG : two: Unchanged skipping 2026/09/03 12:42:33 DEBUG : one: size = 4 (Local file system at /tmp/rclone3282517468) 2026/09/03 12:42:33 DEBUG : one: size = 3 (B2 bucket rclone-test-pujizuz3lesa path dst) 2026/09/03 12:42:33 DEBUG : one: Sizes differ 2026/09/03 12:42:34 DEBUG : one: size = 3 OK 2026/09/03 12:42:34 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2026/09/03 12:42:34 INFO : one: Copied (server-side copy) 2026/09/03 12:42:34 INFO : one: Deleted 2026/09/03 12:42:34 DEBUG : B2 bucket rclone-test-pujizuz3lesa path dst: Waiting for transfers to finish 2026/09/03 12:42:35 DEBUG : one: size = 4 OK 2026/09/03 12:42:35 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2026/09/03 12:42:35 INFO : one: Copied (new) 2026/09/03 12:42:35 DEBUG : Waiting for deletions to finish 2026/09/03 12:42:35 DEBUG : three.txt: size = 5 OK 2026/09/03 12:42:35 DEBUG : three.txt: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2026/09/03 12:42:35 INFO : three.txt: Copied (server-side copy) 2026/09/03 12:42:36 INFO : three.txt: Deleted 2026/09/03 12:42:36 INFO : three.txt: Moved into backup dir 2026/09/03 12:42:37 DEBUG : one: size = 5 (Local file system at /tmp/rclone3282517468) 2026/09/03 12:42:37 DEBUG : one: size = 4 (B2 bucket rclone-test-pujizuz3lesa path dst) 2026/09/03 12:42:37 DEBUG : one: Sizes differ 2026/09/03 12:42:37 DEBUG : B2 bucket rclone-test-pujizuz3lesa path dst: Waiting for checks to finish 2026/09/03 12:42:37 DEBUG : two: size = 3 OK 2026/09/03 12:42:37 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:42:37 DEBUG : two: Unchanged skipping 2026/09/03 12:42:37 DEBUG : one: size = 4 OK 2026/09/03 12:42:37 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2026/09/03 12:42:37 INFO : one: Copied (server-side copy) 2026/09/03 12:42:38 INFO : one: Deleted 2026/09/03 12:42:38 DEBUG : B2 bucket rclone-test-pujizuz3lesa path dst: Waiting for transfers to finish 2026/09/03 12:42:38 DEBUG : one: size = 5 OK 2026/09/03 12:42:38 DEBUG : one: sha1 = 88a8c2880f555638f990d1ec4c8359b25caa20c7 OK 2026/09/03 12:42:38 INFO : one: Copied (new) 2026/09/03 12:42:38 DEBUG : Waiting for deletions to finish 2026/09/03 12:42:38 DEBUG : three.txt: size = 6 OK 2026/09/03 12:42:38 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2026/09/03 12:42:38 INFO : three.txt: Copied (server-side copy) 2026/09/03 12:42:38 INFO : three.txt: Deleted 2026/09/03 12:42:38 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDir (13.16s) === RUN TestSyncBackupDirWithSuffix run.go:198: Remote "B2 bucket rclone-test-pujizuz3lesa", Local "Local file system at /tmp/rclone3282517468", Modify Window "1ms" 2026/09/03 12:42:40 DEBUG : Creating backend with remote "TestB2:rclone-test-pujizuz3lesa/dst" 2026/09/03 12:42:42 DEBUG : Creating backend with remote "TestB2:rclone-test-pujizuz3lesa/backup" 2026/09/03 12:42:43 DEBUG : one: size = 4 (Local file system at /tmp/rclone3282517468) 2026/09/03 12:42:43 DEBUG : one: size = 3 (B2 bucket rclone-test-pujizuz3lesa path dst) 2026/09/03 12:42:43 DEBUG : one: Sizes differ 2026/09/03 12:42:43 DEBUG : two: size = 3 OK 2026/09/03 12:42:43 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:42:43 DEBUG : two: Unchanged skipping 2026/09/03 12:42:43 DEBUG : B2 bucket rclone-test-pujizuz3lesa path dst: Waiting for checks to finish 2026/09/03 12:42:45 DEBUG : one.bak: size = 3 OK 2026/09/03 12:42:45 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2026/09/03 12:42:45 INFO : one: Copied (server-side copy) to: one.bak 2026/09/03 12:42:45 INFO : one: Deleted 2026/09/03 12:42:45 DEBUG : B2 bucket rclone-test-pujizuz3lesa path dst: Waiting for transfers to finish 2026/09/03 12:42:46 DEBUG : one: size = 4 OK 2026/09/03 12:42:46 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2026/09/03 12:42:46 INFO : one: Copied (new) 2026/09/03 12:42:46 DEBUG : Waiting for deletions to finish 2026/09/03 12:42:46 DEBUG : three.txt.bak: size = 5 OK 2026/09/03 12:42:46 DEBUG : three.txt: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2026/09/03 12:42:46 INFO : three.txt: Copied (server-side copy) to: three.txt.bak 2026/09/03 12:42:46 INFO : three.txt: Deleted 2026/09/03 12:42:46 INFO : three.txt: Moved into backup dir 2026/09/03 12:42:48 DEBUG : two: size = 3 OK 2026/09/03 12:42:48 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:42:48 DEBUG : two: Unchanged skipping 2026/09/03 12:42:48 DEBUG : one: size = 5 (Local file system at /tmp/rclone3282517468) 2026/09/03 12:42:48 DEBUG : one: size = 4 (B2 bucket rclone-test-pujizuz3lesa path dst) 2026/09/03 12:42:48 DEBUG : one: Sizes differ 2026/09/03 12:42:48 DEBUG : B2 bucket rclone-test-pujizuz3lesa path dst: Waiting for checks to finish 2026/09/03 12:42:48 DEBUG : one.bak: size = 4 OK 2026/09/03 12:42:48 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2026/09/03 12:42:48 INFO : one: Copied (server-side copy) to: one.bak 2026/09/03 12:42:48 INFO : one: Deleted 2026/09/03 12:42:48 DEBUG : B2 bucket rclone-test-pujizuz3lesa path dst: Waiting for transfers to finish 2026/09/03 12:42:49 DEBUG : one: size = 5 OK 2026/09/03 12:42:49 DEBUG : one: sha1 = 88a8c2880f555638f990d1ec4c8359b25caa20c7 OK 2026/09/03 12:42:49 INFO : one: Copied (new) 2026/09/03 12:42:49 DEBUG : Waiting for deletions to finish 2026/09/03 12:42:49 DEBUG : three.txt.bak: size = 6 OK 2026/09/03 12:42:49 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2026/09/03 12:42:49 INFO : three.txt: Copied (server-side copy) to: three.txt.bak 2026/09/03 12:42:49 INFO : three.txt: Deleted 2026/09/03 12:42:49 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDirWithSuffix (10.81s) === RUN TestSyncBackupDirWithSuffixKeepExtension run.go:198: Remote "B2 bucket rclone-test-pujizuz3lesa", Local "Local file system at /tmp/rclone3282517468", Modify Window "1ms" 2026/09/03 12:42:51 DEBUG : Creating backend with remote "TestB2:rclone-test-pujizuz3lesa/dst" 2026/09/03 12:42:52 DEBUG : Creating backend with remote "TestB2:rclone-test-pujizuz3lesa/backup" 2026/09/03 12:42:54 DEBUG : one: size = 4 (Local file system at /tmp/rclone3282517468) 2026/09/03 12:42:54 DEBUG : one: size = 3 (B2 bucket rclone-test-pujizuz3lesa path dst) 2026/09/03 12:42:54 DEBUG : one: Sizes differ 2026/09/03 12:42:54 DEBUG : B2 bucket rclone-test-pujizuz3lesa path dst: Waiting for checks to finish 2026/09/03 12:42:54 DEBUG : two: size = 3 OK 2026/09/03 12:42:54 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:42:54 DEBUG : two: Unchanged skipping 2026/09/03 12:42:56 DEBUG : one-2019-01-01: size = 3 OK 2026/09/03 12:42:56 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2026/09/03 12:42:56 INFO : one: Copied (server-side copy) to: one-2019-01-01 2026/09/03 12:42:56 INFO : one: Deleted 2026/09/03 12:42:56 DEBUG : B2 bucket rclone-test-pujizuz3lesa path dst: Waiting for transfers to finish 2026/09/03 12:42:57 DEBUG : one: size = 4 OK 2026/09/03 12:42:57 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2026/09/03 12:42:57 INFO : one: Copied (new) 2026/09/03 12:42:57 DEBUG : Waiting for deletions to finish 2026/09/03 12:42:57 DEBUG : three-2019-01-01.txt: size = 5 OK 2026/09/03 12:42:57 DEBUG : three.txt: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2026/09/03 12:42:57 INFO : three.txt: Copied (server-side copy) to: three-2019-01-01.txt 2026/09/03 12:42:57 INFO : three.txt: Deleted 2026/09/03 12:42:57 INFO : three.txt: Moved into backup dir 2026/09/03 12:42:59 DEBUG : one: size = 5 (Local file system at /tmp/rclone3282517468) 2026/09/03 12:42:59 DEBUG : one: size = 4 (B2 bucket rclone-test-pujizuz3lesa path dst) 2026/09/03 12:42:59 DEBUG : one: Sizes differ 2026/09/03 12:42:59 DEBUG : two: size = 3 OK 2026/09/03 12:42:59 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:42:59 DEBUG : two: Unchanged skipping 2026/09/03 12:42:59 DEBUG : B2 bucket rclone-test-pujizuz3lesa path dst: Waiting for checks to finish 2026/09/03 12:42:59 DEBUG : one-2019-01-01: size = 4 OK 2026/09/03 12:42:59 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2026/09/03 12:42:59 INFO : one: Copied (server-side copy) to: one-2019-01-01 2026/09/03 12:42:59 INFO : one: Deleted 2026/09/03 12:42:59 DEBUG : B2 bucket rclone-test-pujizuz3lesa path dst: Waiting for transfers to finish 2026/09/03 12:42:59 DEBUG : one: size = 5 OK 2026/09/03 12:42:59 DEBUG : one: sha1 = 88a8c2880f555638f990d1ec4c8359b25caa20c7 OK 2026/09/03 12:42:59 INFO : one: Copied (new) 2026/09/03 12:42:59 DEBUG : Waiting for deletions to finish 2026/09/03 12:43:00 DEBUG : three-2019-01-01.txt: size = 6 OK 2026/09/03 12:43:00 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2026/09/03 12:43:00 INFO : three.txt: Copied (server-side copy) to: three-2019-01-01.txt 2026/09/03 12:43:00 INFO : three.txt: Deleted 2026/09/03 12:43:00 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDirWithSuffixKeepExtension (10.70s) === RUN TestSyncBackupDirSuffixOnly run.go:198: Remote "B2 bucket rclone-test-pujizuz3lesa", Local "Local file system at /tmp/rclone3282517468", Modify Window "1ms" 2026/09/03 12:43:02 DEBUG : Creating backend with remote "TestB2:rclone-test-pujizuz3lesa/dst" 2026/09/03 12:43:04 DEBUG : one: size = 4 (Local file system at /tmp/rclone3282517468) 2026/09/03 12:43:04 DEBUG : one: size = 3 (B2 bucket rclone-test-pujizuz3lesa path dst) 2026/09/03 12:43:04 DEBUG : one: Sizes differ 2026/09/03 12:43:04 DEBUG : two: size = 3 OK 2026/09/03 12:43:04 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:43:04 DEBUG : two: Unchanged skipping 2026/09/03 12:43:04 DEBUG : B2 bucket rclone-test-pujizuz3lesa path dst: Waiting for checks to finish 2026/09/03 12:43:04 DEBUG : one.bak: size = 3 OK 2026/09/03 12:43:04 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2026/09/03 12:43:04 INFO : one: Copied (server-side copy) to: one.bak 2026/09/03 12:43:04 INFO : one: Deleted 2026/09/03 12:43:04 DEBUG : B2 bucket rclone-test-pujizuz3lesa path dst: Waiting for transfers to finish 2026/09/03 12:43:05 DEBUG : one: size = 4 OK 2026/09/03 12:43:05 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2026/09/03 12:43:05 INFO : one: Copied (new) 2026/09/03 12:43:05 DEBUG : Waiting for deletions to finish 2026/09/03 12:43:05 DEBUG : three.txt.bak: size = 5 OK 2026/09/03 12:43:05 DEBUG : three.txt: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2026/09/03 12:43:05 INFO : three.txt: Copied (server-side copy) to: three.txt.bak 2026/09/03 12:43:06 INFO : three.txt: Deleted 2026/09/03 12:43:06 INFO : three.txt: Moved into backup dir 2026/09/03 12:43:06 DEBUG : one.bak: Excluded (Path Filter) 2026/09/03 12:43:06 DEBUG : one.bak: Excluded 2026/09/03 12:43:06 DEBUG : three.txt.bak: Excluded (Path Filter) 2026/09/03 12:43:06 DEBUG : three.txt.bak: Excluded 2026/09/03 12:43:06 DEBUG : one: size = 5 (Local file system at /tmp/rclone3282517468) 2026/09/03 12:43:06 DEBUG : one: size = 4 (B2 bucket rclone-test-pujizuz3lesa path dst) 2026/09/03 12:43:06 DEBUG : two: size = 3 OK 2026/09/03 12:43:06 DEBUG : one: Sizes differ 2026/09/03 12:43:06 DEBUG : B2 bucket rclone-test-pujizuz3lesa path dst: Waiting for checks to finish 2026/09/03 12:43:06 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:43:06 DEBUG : two: Unchanged skipping 2026/09/03 12:43:07 DEBUG : one.bak: size = 4 OK 2026/09/03 12:43:07 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2026/09/03 12:43:07 INFO : one: Copied (server-side copy) to: one.bak 2026/09/03 12:43:07 INFO : one: Deleted 2026/09/03 12:43:07 DEBUG : B2 bucket rclone-test-pujizuz3lesa path dst: Waiting for transfers to finish 2026/09/03 12:43:07 DEBUG : one: size = 5 OK 2026/09/03 12:43:07 DEBUG : one: sha1 = 88a8c2880f555638f990d1ec4c8359b25caa20c7 OK 2026/09/03 12:43:07 INFO : one: Copied (new) 2026/09/03 12:43:07 DEBUG : Waiting for deletions to finish 2026/09/03 12:43:08 DEBUG : three.txt.bak: size = 6 OK 2026/09/03 12:43:08 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2026/09/03 12:43:08 INFO : three.txt: Copied (server-side copy) to: three.txt.bak 2026/09/03 12:43:08 INFO : three.txt: Deleted 2026/09/03 12:43:08 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDirSuffixOnly (7.93s) === RUN TestSyncSuffix run.go:198: Remote "B2 bucket rclone-test-pujizuz3lesa", Local "Local file system at /tmp/rclone3282517468", Modify Window "1ms" 2026/09/03 12:43:10 DEBUG : Creating backend with remote "TestB2:rclone-test-pujizuz3lesa/dst" 2026/09/03 12:43:11 DEBUG : one: size = 4 (Local file system at /tmp/rclone3282517468) 2026/09/03 12:43:11 DEBUG : one: size = 3 (B2 bucket rclone-test-pujizuz3lesa path dst) 2026/09/03 12:43:11 DEBUG : one: Sizes differ 2026/09/03 12:43:13 DEBUG : one.bak: size = 3 OK 2026/09/03 12:43:13 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2026/09/03 12:43:13 INFO : one: Copied (server-side copy) to: one.bak 2026/09/03 12:43:13 INFO : one: Deleted 2026/09/03 12:43:14 DEBUG : one: size = 4 OK 2026/09/03 12:43:14 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2026/09/03 12:43:14 INFO : one: Copied (new) 2026/09/03 12:43:14 DEBUG : two: size = 3 OK 2026/09/03 12:43:14 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:43:14 DEBUG : two: Unchanged skipping 2026/09/03 12:43:14 DEBUG : three.txt: size = 6 (Local file system at /tmp/rclone3282517468) 2026/09/03 12:43:14 DEBUG : three.txt: size = 5 (B2 bucket rclone-test-pujizuz3lesa path dst) 2026/09/03 12:43:14 DEBUG : three.txt: Sizes differ 2026/09/03 12:43:14 DEBUG : three.txt.bak: size = 5 OK 2026/09/03 12:43:14 DEBUG : three.txt: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2026/09/03 12:43:14 INFO : three.txt: Copied (server-side copy) to: three.txt.bak 2026/09/03 12:43:14 INFO : three.txt: Deleted 2026/09/03 12:43:15 DEBUG : three.txt: size = 6 OK 2026/09/03 12:43:15 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2026/09/03 12:43:15 INFO : three.txt: Copied (new) 2026/09/03 12:43:15 DEBUG : one: size = 5 (Local file system at /tmp/rclone3282517468) 2026/09/03 12:43:15 DEBUG : one: size = 4 (B2 bucket rclone-test-pujizuz3lesa path dst) 2026/09/03 12:43:15 DEBUG : one: Sizes differ 2026/09/03 12:43:16 DEBUG : one.bak: size = 4 OK 2026/09/03 12:43:16 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2026/09/03 12:43:16 INFO : one: Copied (server-side copy) to: one.bak 2026/09/03 12:43:16 INFO : one: Deleted 2026/09/03 12:43:16 DEBUG : one: size = 5 OK 2026/09/03 12:43:16 DEBUG : one: sha1 = 88a8c2880f555638f990d1ec4c8359b25caa20c7 OK 2026/09/03 12:43:16 INFO : one: Copied (new) 2026/09/03 12:43:16 DEBUG : two: size = 3 OK 2026/09/03 12:43:16 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:43:16 DEBUG : two: Unchanged skipping 2026/09/03 12:43:16 DEBUG : three.txt: size = 19 (Local file system at /tmp/rclone3282517468) 2026/09/03 12:43:16 DEBUG : three.txt: size = 6 (B2 bucket rclone-test-pujizuz3lesa path dst) 2026/09/03 12:43:16 DEBUG : three.txt: Sizes differ 2026/09/03 12:43:17 DEBUG : three.txt.bak: size = 6 OK 2026/09/03 12:43:17 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2026/09/03 12:43:17 INFO : three.txt: Copied (server-side copy) to: three.txt.bak 2026/09/03 12:43:17 INFO : three.txt: Deleted 2026/09/03 12:43:17 DEBUG : three.txt: size = 19 OK 2026/09/03 12:43:17 DEBUG : three.txt: sha1 = 476e1707cbd7f0497a7dc4d44f0b07b8566ffc30 OK 2026/09/03 12:43:17 INFO : three.txt: Copied (new) --- PASS: TestSyncSuffix (9.62s) === RUN TestSyncSuffixKeepExtension run.go:198: Remote "B2 bucket rclone-test-pujizuz3lesa", Local "Local file system at /tmp/rclone3282517468", Modify Window "1ms" 2026/09/03 12:43:20 DEBUG : Creating backend with remote "TestB2:rclone-test-pujizuz3lesa/dst" 2026/09/03 12:43:21 DEBUG : one: size = 4 (Local file system at /tmp/rclone3282517468) 2026/09/03 12:43:21 DEBUG : one: size = 3 (B2 bucket rclone-test-pujizuz3lesa path dst) 2026/09/03 12:43:21 DEBUG : one: Sizes differ 2026/09/03 12:43:23 DEBUG : one-2019-01-01: size = 3 OK 2026/09/03 12:43:23 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2026/09/03 12:43:23 INFO : one: Copied (server-side copy) to: one-2019-01-01 2026/09/03 12:43:23 INFO : one: Deleted 2026/09/03 12:43:24 DEBUG : one: size = 4 OK 2026/09/03 12:43:24 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2026/09/03 12:43:24 INFO : one: Copied (new) 2026/09/03 12:43:24 DEBUG : two: size = 3 OK 2026/09/03 12:43:24 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:43:24 DEBUG : two: Unchanged skipping 2026/09/03 12:43:24 DEBUG : three.txt: size = 6 (Local file system at /tmp/rclone3282517468) 2026/09/03 12:43:24 DEBUG : three.txt: size = 5 (B2 bucket rclone-test-pujizuz3lesa path dst) 2026/09/03 12:43:24 DEBUG : three.txt: Sizes differ 2026/09/03 12:43:24 DEBUG : three-2019-01-01.txt: size = 5 OK 2026/09/03 12:43:24 DEBUG : three.txt: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2026/09/03 12:43:24 INFO : three.txt: Copied (server-side copy) to: three-2019-01-01.txt 2026/09/03 12:43:25 INFO : three.txt: Deleted 2026/09/03 12:43:25 DEBUG : three.txt: size = 6 OK 2026/09/03 12:43:25 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2026/09/03 12:43:25 INFO : three.txt: Copied (new) 2026/09/03 12:43:25 DEBUG : one: size = 5 (Local file system at /tmp/rclone3282517468) 2026/09/03 12:43:25 DEBUG : one: size = 4 (B2 bucket rclone-test-pujizuz3lesa path dst) 2026/09/03 12:43:25 DEBUG : one: Sizes differ 2026/09/03 12:43:26 DEBUG : one-2019-01-01: size = 4 OK 2026/09/03 12:43:26 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2026/09/03 12:43:26 INFO : one: Copied (server-side copy) to: one-2019-01-01 2026/09/03 12:43:26 INFO : one: Deleted 2026/09/03 12:43:26 DEBUG : one: size = 5 OK 2026/09/03 12:43:26 DEBUG : one: sha1 = 88a8c2880f555638f990d1ec4c8359b25caa20c7 OK 2026/09/03 12:43:26 INFO : one: Copied (new) 2026/09/03 12:43:26 DEBUG : two: size = 3 OK 2026/09/03 12:43:26 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:43:26 DEBUG : two: Unchanged skipping 2026/09/03 12:43:26 DEBUG : three.txt: size = 19 (Local file system at /tmp/rclone3282517468) 2026/09/03 12:43:26 DEBUG : three.txt: size = 6 (B2 bucket rclone-test-pujizuz3lesa path dst) 2026/09/03 12:43:26 DEBUG : three.txt: Sizes differ 2026/09/03 12:43:27 DEBUG : three-2019-01-01.txt: size = 6 OK 2026/09/03 12:43:27 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2026/09/03 12:43:27 INFO : three.txt: Copied (server-side copy) to: three-2019-01-01.txt 2026/09/03 12:43:27 INFO : three.txt: Deleted 2026/09/03 12:43:27 DEBUG : three.txt: size = 19 OK 2026/09/03 12:43:27 DEBUG : three.txt: sha1 = 476e1707cbd7f0497a7dc4d44f0b07b8566ffc30 OK 2026/09/03 12:43:27 INFO : three.txt: Copied (new) --- PASS: TestSyncSuffixKeepExtension (9.98s) === RUN TestSyncUTFNorm run.go:198: Remote "B2 bucket rclone-test-pujizuz3lesa", Local "Local file system at /tmp/rclone3282517468", Modify Window "1ms" 2026/09/03 12:43:30 DEBUG : Testêé: size = 14 (Local file system at /tmp/rclone3282517468) 2026/09/03 12:43:30 DEBUG : Testêé: size = 18 (B2 bucket rclone-test-pujizuz3lesa) 2026/09/03 12:43:30 DEBUG : Testêé: Sizes differ 2026/09/03 12:43:30 DEBUG : B2 bucket rclone-test-pujizuz3lesa: Waiting for checks to finish 2026/09/03 12:43:30 DEBUG : B2 bucket rclone-test-pujizuz3lesa: Waiting for transfers to finish 2026/09/03 12:43:30 DEBUG : Testêé: size = 14 OK 2026/09/03 12:43:30 DEBUG : Testêé: sha1 = a54d88e06612d820bc3be72877c74f257b561b19 OK 2026/09/03 12:43:30 INFO : Testêé: Copied (replaced existing) to: Testêé 2026/09/03 12:43:30 DEBUG : Waiting for deletions to finish --- PASS: TestSyncUTFNorm (1.86s) === RUN TestSyncImmutable run.go:198: Remote "B2 bucket rclone-test-pujizuz3lesa", Local "Local file system at /tmp/rclone3282517468", Modify Window "1ms" 2026/09/03 12:43:31 DEBUG : existing: Need to transfer - File not found at Destination 2026/09/03 12:43:31 DEBUG : B2 bucket rclone-test-pujizuz3lesa: Waiting for checks to finish 2026/09/03 12:43:31 DEBUG : B2 bucket rclone-test-pujizuz3lesa: Waiting for transfers to finish 2026/09/03 12:43:31 DEBUG : existing: size = 6 OK 2026/09/03 12:43:31 DEBUG : existing: sha1 = 3e2e95f5ad970eadfa7e17eaf73da97024aa5359 OK 2026/09/03 12:43:31 INFO : existing: Copied (new) 2026/09/03 12:43:31 DEBUG : Waiting for deletions to finish 2026/09/03 12:43:32 DEBUG : B2 bucket rclone-test-pujizuz3lesa: Waiting for checks to finish 2026/09/03 12:43:32 DEBUG : existing: size = 8 (Local file system at /tmp/rclone3282517468) 2026/09/03 12:43:32 DEBUG : existing: size = 6 (B2 bucket rclone-test-pujizuz3lesa) 2026/09/03 12:43:32 DEBUG : existing: Sizes differ 2026/09/03 12:43:32 ERROR : existing: Source and destination exist but do not match: immutable file modified 2026/09/03 12:43:32 DEBUG : B2 bucket rclone-test-pujizuz3lesa: Waiting for transfers to finish 2026/09/03 12:43:32 ERROR : B2 bucket rclone-test-pujizuz3lesa: not deleting files as there were IO errors 2026/09/03 12:43:32 ERROR : B2 bucket rclone-test-pujizuz3lesa: not deleting directories as there were IO errors --- PASS: TestSyncImmutable (1.88s) === RUN TestSyncIgnoreCase run.go:198: Remote "B2 bucket rclone-test-pujizuz3lesa", Local "Local file system at /tmp/rclone3282517468", Modify Window "1ms" 2026/09/03 12:43:33 DEBUG : EXISTING: size = 6 OK 2026/09/03 12:43:33 DEBUG : existing: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:43:33 DEBUG : existing: Unchanged skipping 2026/09/03 12:43:33 DEBUG : B2 bucket rclone-test-pujizuz3lesa: Waiting for checks to finish 2026/09/03 12:43:33 DEBUG : B2 bucket rclone-test-pujizuz3lesa: Waiting for transfers to finish 2026/09/03 12:43:33 DEBUG : Waiting for deletions to finish 2026/09/03 12:43:33 INFO : There was nothing to transfer --- PASS: TestSyncIgnoreCase (1.32s) === RUN TestFixCase run.go:198: Remote "B2 bucket rclone-test-pujizuz3lesa", Local "Local file system at /tmp/rclone3282517468", 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-pujizuz3lesa", Local "Local file system at /tmp/rclone3282517468", Modify Window "1ms" sync_test.go:2705: This test only runs on local === RUN TestMaxTransfer/Soft run.go:198: Remote "B2 bucket rclone-test-pujizuz3lesa", Local "Local file system at /tmp/rclone3282517468", Modify Window "1ms" sync_test.go:2705: This test only runs on local === RUN TestMaxTransfer/Cautious run.go:198: Remote "B2 bucket rclone-test-pujizuz3lesa", Local "Local file system at /tmp/rclone3282517468", Modify Window "1ms" sync_test.go:2705: This test only runs on local --- PASS: TestMaxTransfer (1.14s) --- SKIP: TestMaxTransfer/Hard (0.38s) --- SKIP: TestMaxTransfer/Soft (0.38s) --- SKIP: TestMaxTransfer/Cautious (0.38s) === RUN TestSyncConcurrentDelete run.go:198: Remote "B2 bucket rclone-test-pujizuz3lesa", Local "Local file system at /tmp/rclone3282517468", Modify Window "1ms" 2026/09/03 12:43:44 DEBUG : both10: size = 6 OK 2026/09/03 12:43:44 DEBUG : both10: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:43:44 DEBUG : B2 bucket rclone-test-pujizuz3lesa: Waiting for checks to finish 2026/09/03 12:43:44 DEBUG : both11: size = 6 OK 2026/09/03 12:43:44 DEBUG : both12: size = 6 OK 2026/09/03 12:43:44 DEBUG : both12: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:43:44 DEBUG : both11: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:43:44 DEBUG : both0: size = 6 OK 2026/09/03 12:43:44 DEBUG : both0: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:43:44 DEBUG : both10: Unchanged skipping 2026/09/03 12:43:44 DEBUG : both13: size = 6 OK 2026/09/03 12:43:44 DEBUG : both13: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:43:44 DEBUG : both13: Unchanged skipping 2026/09/03 12:43:44 DEBUG : both14: size = 6 OK 2026/09/03 12:43:44 DEBUG : both14: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:43:44 DEBUG : both14: Unchanged skipping 2026/09/03 12:43:44 DEBUG : both15: size = 6 OK 2026/09/03 12:43:44 DEBUG : both15: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:43:44 DEBUG : both15: Unchanged skipping 2026/09/03 12:43:44 DEBUG : both16: size = 6 OK 2026/09/03 12:43:44 DEBUG : both16: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:43:44 DEBUG : both11: Unchanged skipping 2026/09/03 12:43:44 DEBUG : both17: size = 6 OK 2026/09/03 12:43:44 DEBUG : both17: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:43:44 DEBUG : both17: Unchanged skipping 2026/09/03 12:43:44 DEBUG : both18: size = 6 OK 2026/09/03 12:43:44 DEBUG : both18: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:43:44 DEBUG : both12: Unchanged skipping 2026/09/03 12:43:44 DEBUG : both19: size = 6 OK 2026/09/03 12:43:44 DEBUG : both19: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:43:44 DEBUG : both19: Unchanged skipping 2026/09/03 12:43:44 DEBUG : both1: size = 6 OK 2026/09/03 12:43:44 DEBUG : both1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:43:44 DEBUG : both0: Unchanged skipping 2026/09/03 12:43:44 DEBUG : both2: size = 6 OK 2026/09/03 12:43:44 DEBUG : both2: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:43:44 DEBUG : both2: Unchanged skipping 2026/09/03 12:43:44 DEBUG : both3: size = 6 OK 2026/09/03 12:43:44 DEBUG : both3: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:43:44 DEBUG : both3: Unchanged skipping 2026/09/03 12:43:44 DEBUG : both4: size = 6 OK 2026/09/03 12:43:44 DEBUG : both4: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:43:44 DEBUG : both4: Unchanged skipping 2026/09/03 12:43:44 DEBUG : both5: size = 6 OK 2026/09/03 12:43:44 DEBUG : both5: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:43:44 DEBUG : both5: Unchanged skipping 2026/09/03 12:43:44 DEBUG : both6: size = 6 OK 2026/09/03 12:43:44 DEBUG : both6: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:43:44 DEBUG : both6: Unchanged skipping 2026/09/03 12:43:44 DEBUG : both7: size = 6 OK 2026/09/03 12:43:44 DEBUG : both7: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:43:44 DEBUG : both7: Unchanged skipping 2026/09/03 12:43:44 DEBUG : both8: size = 6 OK 2026/09/03 12:43:44 DEBUG : both8: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:43:44 DEBUG : both16: Unchanged skipping 2026/09/03 12:43:44 DEBUG : both9: size = 6 OK 2026/09/03 12:43:44 DEBUG : both9: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:43:44 DEBUG : both9: Unchanged skipping 2026/09/03 12:43:44 DEBUG : both18: Unchanged skipping 2026/09/03 12:43:44 DEBUG : both1: Unchanged skipping 2026/09/03 12:43:44 DEBUG : both8: Unchanged skipping 2026/09/03 12:43:44 DEBUG : B2 bucket rclone-test-pujizuz3lesa: Waiting for transfers to finish 2026/09/03 12:43:44 DEBUG : Waiting for deletions to finish 2026/09/03 12:43:44 INFO : only12: Deleted 2026/09/03 12:43:44 INFO : only14: Deleted 2026/09/03 12:43:44 INFO : only16: Deleted 2026/09/03 12:43:44 INFO : only18: Deleted 2026/09/03 12:43:44 INFO : only2: Deleted 2026/09/03 12:43:44 INFO : only4: Deleted 2026/09/03 12:43:44 INFO : only5: Deleted 2026/09/03 12:43:44 INFO : only7: Deleted 2026/09/03 12:43:44 INFO : only10: Deleted 2026/09/03 12:43:44 INFO : only13: Deleted 2026/09/03 12:43:44 INFO : only15: Deleted 2026/09/03 12:43:44 INFO : only17: Deleted 2026/09/03 12:43:44 INFO : only19: Deleted 2026/09/03 12:43:44 INFO : only8: Deleted 2026/09/03 12:43:45 INFO : only11: Deleted 2026/09/03 12:43:45 INFO : only3: Deleted 2026/09/03 12:43:45 INFO : only6: Deleted 2026/09/03 12:43:45 INFO : only0: Deleted 2026/09/03 12:43:45 INFO : only1: Deleted 2026/09/03 12:43:45 INFO : only9: Deleted 2026/09/03 12:43:45 INFO : There was nothing to transfer --- PASS: TestSyncConcurrentDelete (13.85s) === RUN TestSyncConcurrentTruncate run.go:198: Remote "B2 bucket rclone-test-pujizuz3lesa", Local "Local file system at /tmp/rclone3282517468", Modify Window "1ms" 2026/09/03 12:43:57 DEBUG : both10: size = 6 OK 2026/09/03 12:43:57 DEBUG : both10: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:43:57 DEBUG : both11: size = 6 OK 2026/09/03 12:43:57 DEBUG : B2 bucket rclone-test-pujizuz3lesa: Waiting for checks to finish 2026/09/03 12:43:57 DEBUG : both0: size = 6 OK 2026/09/03 12:43:57 DEBUG : both11: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:43:57 DEBUG : both0: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:43:57 DEBUG : both12: size = 6 OK 2026/09/03 12:43:57 DEBUG : both12: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:43:57 DEBUG : both10: Unchanged skipping 2026/09/03 12:43:57 DEBUG : both13: size = 6 OK 2026/09/03 12:43:57 DEBUG : both13: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:43:57 DEBUG : both13: Unchanged skipping 2026/09/03 12:43:57 DEBUG : both14: size = 6 OK 2026/09/03 12:43:57 DEBUG : both14: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:43:57 DEBUG : both11: Unchanged skipping 2026/09/03 12:43:57 DEBUG : both15: size = 6 OK 2026/09/03 12:43:57 DEBUG : both15: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:43:57 DEBUG : both0: Unchanged skipping 2026/09/03 12:43:57 DEBUG : both16: size = 6 OK 2026/09/03 12:43:57 DEBUG : both16: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:43:57 DEBUG : both16: Unchanged skipping 2026/09/03 12:43:57 DEBUG : both17: size = 6 OK 2026/09/03 12:43:57 DEBUG : both17: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:43:57 DEBUG : both17: Unchanged skipping 2026/09/03 12:43:57 DEBUG : both18: size = 6 OK 2026/09/03 12:43:57 DEBUG : both18: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:43:57 DEBUG : both18: Unchanged skipping 2026/09/03 12:43:57 DEBUG : both19: size = 6 OK 2026/09/03 12:43:57 DEBUG : both19: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:43:57 DEBUG : both19: Unchanged skipping 2026/09/03 12:43:57 DEBUG : both1: size = 6 OK 2026/09/03 12:43:57 DEBUG : both1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:43:57 DEBUG : both12: Unchanged skipping 2026/09/03 12:43:57 DEBUG : both2: size = 6 OK 2026/09/03 12:43:57 DEBUG : both2: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:43:57 DEBUG : both2: Unchanged skipping 2026/09/03 12:43:57 DEBUG : both3: size = 6 OK 2026/09/03 12:43:57 DEBUG : both3: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:43:57 DEBUG : both3: Unchanged skipping 2026/09/03 12:43:57 DEBUG : both4: size = 6 OK 2026/09/03 12:43:57 DEBUG : both4: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:43:57 DEBUG : both4: Unchanged skipping 2026/09/03 12:43:57 DEBUG : both5: size = 6 OK 2026/09/03 12:43:57 DEBUG : both5: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:43:57 DEBUG : both14: Unchanged skipping 2026/09/03 12:43:57 DEBUG : both6: size = 6 OK 2026/09/03 12:43:57 DEBUG : both6: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:43:57 DEBUG : both6: Unchanged skipping 2026/09/03 12:43:57 DEBUG : both7: size = 6 OK 2026/09/03 12:43:57 DEBUG : both5: Unchanged skipping 2026/09/03 12:43:57 DEBUG : both7: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:43:57 DEBUG : both8: size = 6 OK 2026/09/03 12:43:57 DEBUG : both8: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:43:57 DEBUG : both15: Unchanged skipping 2026/09/03 12:43:57 DEBUG : both9: size = 6 OK 2026/09/03 12:43:57 DEBUG : both9: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:43:57 DEBUG : both7: Unchanged skipping 2026/09/03 12:43:57 DEBUG : only0: size = 0 (Local file system at /tmp/rclone3282517468) 2026/09/03 12:43:57 DEBUG : both1: Unchanged skipping 2026/09/03 12:43:57 DEBUG : only10: size = 0 (Local file system at /tmp/rclone3282517468) 2026/09/03 12:43:57 DEBUG : only10: size = 6 (B2 bucket rclone-test-pujizuz3lesa) 2026/09/03 12:43:57 DEBUG : only10: Sizes differ 2026/09/03 12:43:57 DEBUG : only0: size = 6 (B2 bucket rclone-test-pujizuz3lesa) 2026/09/03 12:43:57 DEBUG : only0: Sizes differ 2026/09/03 12:43:57 DEBUG : both8: Unchanged skipping 2026/09/03 12:43:57 DEBUG : only11: size = 0 (Local file system at /tmp/rclone3282517468) 2026/09/03 12:43:57 DEBUG : only11: size = 6 (B2 bucket rclone-test-pujizuz3lesa) 2026/09/03 12:43:57 DEBUG : only11: Sizes differ 2026/09/03 12:43:57 DEBUG : both9: Unchanged skipping 2026/09/03 12:43:57 DEBUG : only12: size = 0 (Local file system at /tmp/rclone3282517468) 2026/09/03 12:43:57 DEBUG : only12: size = 6 (B2 bucket rclone-test-pujizuz3lesa) 2026/09/03 12:43:57 DEBUG : only12: Sizes differ 2026/09/03 12:43:57 DEBUG : only13: size = 0 (Local file system at /tmp/rclone3282517468) 2026/09/03 12:43:57 DEBUG : only13: size = 6 (B2 bucket rclone-test-pujizuz3lesa) 2026/09/03 12:43:57 DEBUG : only13: Sizes differ 2026/09/03 12:43:57 DEBUG : only14: size = 0 (Local file system at /tmp/rclone3282517468) 2026/09/03 12:43:57 DEBUG : only14: size = 6 (B2 bucket rclone-test-pujizuz3lesa) 2026/09/03 12:43:57 DEBUG : only14: Sizes differ 2026/09/03 12:43:57 DEBUG : only15: size = 0 (Local file system at /tmp/rclone3282517468) 2026/09/03 12:43:57 DEBUG : only15: size = 6 (B2 bucket rclone-test-pujizuz3lesa) 2026/09/03 12:43:57 DEBUG : only15: Sizes differ 2026/09/03 12:43:57 DEBUG : only16: size = 0 (Local file system at /tmp/rclone3282517468) 2026/09/03 12:43:57 DEBUG : only16: size = 6 (B2 bucket rclone-test-pujizuz3lesa) 2026/09/03 12:43:57 DEBUG : only16: Sizes differ 2026/09/03 12:43:57 DEBUG : only17: size = 0 (Local file system at /tmp/rclone3282517468) 2026/09/03 12:43:57 DEBUG : only17: size = 6 (B2 bucket rclone-test-pujizuz3lesa) 2026/09/03 12:43:57 DEBUG : only17: Sizes differ 2026/09/03 12:43:57 DEBUG : only18: size = 0 (Local file system at /tmp/rclone3282517468) 2026/09/03 12:43:57 DEBUG : only18: size = 6 (B2 bucket rclone-test-pujizuz3lesa) 2026/09/03 12:43:57 DEBUG : only18: Sizes differ 2026/09/03 12:43:57 DEBUG : only19: size = 0 (Local file system at /tmp/rclone3282517468) 2026/09/03 12:43:57 DEBUG : only19: size = 6 (B2 bucket rclone-test-pujizuz3lesa) 2026/09/03 12:43:57 DEBUG : only19: Sizes differ 2026/09/03 12:43:57 DEBUG : only1: size = 0 (Local file system at /tmp/rclone3282517468) 2026/09/03 12:43:57 DEBUG : only1: size = 6 (B2 bucket rclone-test-pujizuz3lesa) 2026/09/03 12:43:57 DEBUG : only1: Sizes differ 2026/09/03 12:43:57 DEBUG : only2: size = 0 (Local file system at /tmp/rclone3282517468) 2026/09/03 12:43:57 DEBUG : only2: size = 6 (B2 bucket rclone-test-pujizuz3lesa) 2026/09/03 12:43:57 DEBUG : only2: Sizes differ 2026/09/03 12:43:57 DEBUG : only3: size = 0 (Local file system at /tmp/rclone3282517468) 2026/09/03 12:43:57 DEBUG : only3: size = 6 (B2 bucket rclone-test-pujizuz3lesa) 2026/09/03 12:43:57 DEBUG : only3: Sizes differ 2026/09/03 12:43:57 DEBUG : only4: size = 0 (Local file system at /tmp/rclone3282517468) 2026/09/03 12:43:57 DEBUG : only4: size = 6 (B2 bucket rclone-test-pujizuz3lesa) 2026/09/03 12:43:57 DEBUG : only4: Sizes differ 2026/09/03 12:43:57 DEBUG : only5: size = 0 (Local file system at /tmp/rclone3282517468) 2026/09/03 12:43:57 DEBUG : only5: size = 6 (B2 bucket rclone-test-pujizuz3lesa) 2026/09/03 12:43:57 DEBUG : only5: Sizes differ 2026/09/03 12:43:57 DEBUG : only6: size = 0 (Local file system at /tmp/rclone3282517468) 2026/09/03 12:43:57 DEBUG : only6: size = 6 (B2 bucket rclone-test-pujizuz3lesa) 2026/09/03 12:43:57 DEBUG : only6: Sizes differ 2026/09/03 12:43:57 DEBUG : only7: size = 0 (Local file system at /tmp/rclone3282517468) 2026/09/03 12:43:57 DEBUG : only7: size = 6 (B2 bucket rclone-test-pujizuz3lesa) 2026/09/03 12:43:57 DEBUG : only7: Sizes differ 2026/09/03 12:43:57 DEBUG : only8: size = 0 (Local file system at /tmp/rclone3282517468) 2026/09/03 12:43:57 DEBUG : only8: size = 6 (B2 bucket rclone-test-pujizuz3lesa) 2026/09/03 12:43:57 DEBUG : only8: Sizes differ 2026/09/03 12:43:57 DEBUG : only9: size = 0 (Local file system at /tmp/rclone3282517468) 2026/09/03 12:43:57 DEBUG : only9: size = 6 (B2 bucket rclone-test-pujizuz3lesa) 2026/09/03 12:43:57 DEBUG : only9: Sizes differ 2026/09/03 12:43:57 DEBUG : B2 bucket rclone-test-pujizuz3lesa: Waiting for transfers to finish 2026/09/03 12:43:58 DEBUG : only13: size = 0 OK 2026/09/03 12:43:58 DEBUG : only13: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/09/03 12:43:58 INFO : only13: Copied (replaced existing) 2026/09/03 12:43:58 DEBUG : only14: size = 0 OK 2026/09/03 12:43:58 DEBUG : only14: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/09/03 12:43:58 INFO : only14: Copied (replaced existing) 2026/09/03 12:43:58 DEBUG : only16: size = 0 OK 2026/09/03 12:43:58 DEBUG : only16: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/09/03 12:43:58 INFO : only16: Copied (replaced existing) 2026/09/03 12:43:58 DEBUG : only17: size = 0 OK 2026/09/03 12:43:58 DEBUG : only17: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/09/03 12:43:58 INFO : only17: Copied (replaced existing) 2026/09/03 12:43:58 DEBUG : only15: size = 0 OK 2026/09/03 12:43:58 DEBUG : only15: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/09/03 12:43:58 INFO : only15: Copied (replaced existing) 2026/09/03 12:43:58 DEBUG : only18: size = 0 OK 2026/09/03 12:43:58 DEBUG : only18: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/09/03 12:43:58 INFO : only18: Copied (replaced existing) 2026/09/03 12:43:59 DEBUG : only19: size = 0 OK 2026/09/03 12:43:59 DEBUG : only19: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/09/03 12:43:59 INFO : only19: Copied (replaced existing) 2026/09/03 12:43:59 DEBUG : only1: size = 0 OK 2026/09/03 12:43:59 DEBUG : only1: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/09/03 12:43:59 INFO : only1: Copied (replaced existing) 2026/09/03 12:43:59 DEBUG : only12: size = 0 OK 2026/09/03 12:43:59 DEBUG : only12: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/09/03 12:43:59 INFO : only12: Copied (replaced existing) 2026/09/03 12:43:59 DEBUG : only2: size = 0 OK 2026/09/03 12:43:59 DEBUG : only2: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/09/03 12:43:59 INFO : only2: Copied (replaced existing) 2026/09/03 12:43:59 DEBUG : only3: size = 0 OK 2026/09/03 12:43:59 DEBUG : only3: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/09/03 12:43:59 INFO : only3: Copied (replaced existing) 2026/09/03 12:43:59 DEBUG : only4: size = 0 OK 2026/09/03 12:43:59 DEBUG : only4: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/09/03 12:43:59 INFO : only4: Copied (replaced existing) 2026/09/03 12:43:59 DEBUG : only5: size = 0 OK 2026/09/03 12:43:59 DEBUG : only5: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/09/03 12:43:59 INFO : only5: Copied (replaced existing) 2026/09/03 12:43:59 DEBUG : only6: size = 0 OK 2026/09/03 12:43:59 DEBUG : only6: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/09/03 12:43:59 INFO : only6: Copied (replaced existing) 2026/09/03 12:43:59 DEBUG : only7: size = 0 OK 2026/09/03 12:43:59 DEBUG : only7: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/09/03 12:43:59 INFO : only7: Copied (replaced existing) 2026/09/03 12:43:59 DEBUG : only8: size = 0 OK 2026/09/03 12:43:59 DEBUG : only8: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/09/03 12:43:59 INFO : only8: Copied (replaced existing) 2026/09/03 12:43:59 DEBUG : only9: size = 0 OK 2026/09/03 12:43:59 DEBUG : only9: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/09/03 12:43:59 INFO : only9: Copied (replaced existing) 2026/09/03 12:43:59 DEBUG : only10: size = 0 OK 2026/09/03 12:43:59 DEBUG : only10: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/09/03 12:43:59 INFO : only10: Copied (replaced existing) 2026/09/03 12:43:59 DEBUG : only0: size = 0 OK 2026/09/03 12:43:59 DEBUG : only0: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/09/03 12:43:59 INFO : only0: Copied (replaced existing) 2026/09/03 12:43:59 DEBUG : only11: size = 0 OK 2026/09/03 12:43:59 DEBUG : only11: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/09/03 12:43:59 INFO : only11: Copied (replaced existing) 2026/09/03 12:43:59 DEBUG : Waiting for deletions to finish --- PASS: TestSyncConcurrentTruncate (18.11s) === RUN TestSyncReplaceDirModTime run.go:198: Remote "B2 bucket rclone-test-pujizuz3lesa", Local "Local file system at /tmp/rclone3282517468", Modify Window "1ms" 2026/09/03 12:44:07 DEBUG : empty_dir: Making directory with metadata 2026/09/03 12:44:07 INFO : empty_dir: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/09/03 12:44:07 DEBUG : empty_on_remote: Making directory with metadata 2026/09/03 12:44:07 INFO : empty_on_remote: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/09/03 12:44:07 INFO : empty_on_remote: Making directory 2026/09/03 12:44:07 INFO : empty_on_remote: Made directory with modification time 2011-12-25 12:59:59.123456789 +0000 UTC 2026/09/03 12:44:08 INFO : test_dir1: Set directory modification time (using DirSetModTime) 2026/09/03 12:44:08 INFO : test_dir2: Set directory modification time (using DirSetModTime) 2026/09/03 12:44:08 INFO : test_dir2/sub_dir: Set directory modification time (using DirSetModTime) 2026/09/03 12:44:08 INFO : empty_on_remote: Set directory modification time (using DirSetModTime) --- PASS: TestSyncReplaceDirModTime (2.63s) === RUN TestSyncReplaceDirModTimeWithEmptyDirs run.go:198: Remote "B2 bucket rclone-test-pujizuz3lesa", Local "Local file system at /tmp/rclone3282517468", Modify Window "1ms" 2026/09/03 12:44:10 DEBUG : empty_dir: Making directory with metadata 2026/09/03 12:44:10 INFO : empty_dir: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/09/03 12:44:10 DEBUG : empty_on_remote: Making directory with metadata 2026/09/03 12:44:10 INFO : empty_on_remote: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/09/03 12:44:10 INFO : empty_on_remote: Making directory 2026/09/03 12:44:10 INFO : empty_on_remote: Made directory with modification time 2011-12-25 12:59:59.123456789 +0000 UTC 2026/09/03 12:44:11 INFO : test_dir1: Set directory modification time (using DirSetModTime) 2026/09/03 12:44:11 INFO : test_dir2: Set directory modification time (using DirSetModTime) 2026/09/03 12:44:11 INFO : test_dir2/sub_dir: Set directory modification time (using DirSetModTime) 2026/09/03 12:44:11 INFO : empty_on_remote: Set directory modification time (using DirSetModTime) 2026/09/03 12:44:11 INFO : empty_dir: Set directory modification time (using DirSetModTime) --- PASS: TestSyncReplaceDirModTimeWithEmptyDirs (2.43s) === RUN TestNothingToTransferWithEmptyDirs run.go:198: Remote "B2 bucket rclone-test-pujizuz3lesa", Local "Local file system at /tmp/rclone3282517468", Modify Window "1ms" 2026/09/03 12:44:12 INFO : sub dir: Set directory modification time (using DirSetModTime) 2026/09/03 12:44:12 INFO : sub dir: Making directory 2026/09/03 12:44:12 INFO : sub dir: Made directory with modification time 2011-12-30 12:59:59 +0000 UTC --- PASS: TestNothingToTransferWithEmptyDirs (3.29s) === RUN TestNothingToTransferWithoutEmptyDirs run.go:198: Remote "B2 bucket rclone-test-pujizuz3lesa", Local "Local file system at /tmp/rclone3282517468", Modify Window "1ms" 2026/09/03 12:44:16 INFO : sub dir: Set directory modification time (using DirSetModTime) 2026/09/03 12:44:16 INFO : sub dir: Making directory 2026/09/03 12:44:16 INFO : sub dir: Made directory with modification time 2011-12-30 12:59:59 +0000 UTC --- PASS: TestNothingToTransferWithoutEmptyDirs (3.63s) === RUN TestTransform === RUN TestTransform/NFC run.go:198: Remote "B2 bucket rclone-test-pujizuz3lesa", Local "Local file system at /tmp/rclone3282517468", Modify Window "1ms" 2026/09/03 12:44:23 DEBUG : Waiting for deletions to finish 2026/09/03 12:44:23 DEBUG : apple: Excluded (Path Filter) 2026/09/03 12:44:23 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/09/03 12:44:23 DEBUG : banana: Excluded (Path Filter) 2026/09/03 12:44:23 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/09/03 12:44:23 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/09/03 12:44:23 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/09/03 12:44:23 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/09/03 12:44:23 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/09/03 12:44:23 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/09/03 12:44:23 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/09/03 12:44:23 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/09/03 12:44:23 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/09/03 12:44:23 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/09/03 12:44:23 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/09/03 12:44:23 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/09/03 12:44:23 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/09/03 12:44:23 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/09/03 12:44:23 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/09/03 12:44:23 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/09/03 12:44:23 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/09/03 12:44:24 DEBUG : apple: size = 5 OK 2026/09/03 12:44:24 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:44:24 DEBUG : banana: size = 6 OK 2026/09/03 12:44:24 DEBUG : apple: Unchanged skipping 2026/09/03 12:44:24 DEBUG : appleappleapplebanana: size = 21 OK 2026/09/03 12:44:24 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:44:24 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:44:24 DEBUG : banana: Unchanged skipping 2026/09/03 12:44:24 DEBUG : appleappleapplebanana: Unchanged skipping 2026/09/03 12:44:24 DEBUG : splitbananasplit: size = 16 OK 2026/09/03 12:44:24 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:44:24 DEBUG : splitbananasplit: Unchanged skipping 2026/09/03 12:44:24 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/09/03 12:44:24 DEBUG : B2 bucket rclone-test-pujizuz3lesa: Waiting for checks to finish 2026/09/03 12:44:24 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:44:24 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/09/03 12:44:24 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/09/03 12:44:24 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/09/03 12:44:24 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:44:24 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/09/03 12:44:24 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/09/03 12:44:24 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:44:24 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/09/03 12:44:24 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:44:24 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/09/03 12:44:24 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/09/03 12:44:24 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/09/03 12:44:24 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:44:24 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/09/03 12:44:24 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/09/03 12:44:24 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:44:24 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/09/03 12:44:24 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/09/03 12:44:24 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:44:24 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/09/03 12:44:24 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/09/03 12:44:24 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/09/03 12:44:24 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:44:24 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:44:24 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/09/03 12:44:24 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/09/03 12:44:24 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:44:24 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:44:24 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/09/03 12:44:24 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/09/03 12:44:24 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/09/03 12:44:24 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:44:24 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/09/03 12:44:24 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/09/03 12:44:24 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:44:24 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/09/03 12:44:24 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:44:24 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/09/03 12:44:24 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/09/03 12:44:24 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/09/03 12:44:24 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:44:24 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/09/03 12:44:24 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:44:24 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/09/03 12:44:24 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/09/03 12:44:24 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/09/03 12:44:24 DEBUG : B2 bucket rclone-test-pujizuz3lesa: Waiting for transfers to finish 2026/09/03 12:44:24 DEBUG : Waiting for deletions to finish 2026/09/03 12:44:24 INFO : There was nothing to transfer 2026/09/03 12:44:24 DEBUG : Waiting for deletions to finish 2026/09/03 12:44:24 DEBUG : apple: Excluded (Path Filter) 2026/09/03 12:44:24 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/09/03 12:44:24 DEBUG : banana: Excluded (Path Filter) 2026/09/03 12:44:24 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/09/03 12:44:24 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/09/03 12:44:24 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/09/03 12:44:24 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/09/03 12:44:24 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/09/03 12:44:24 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/09/03 12:44:24 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/09/03 12:44:24 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/09/03 12:44:24 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/09/03 12:44:24 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/09/03 12:44:24 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/09/03 12:44:24 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/09/03 12:44:24 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/09/03 12:44:24 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/09/03 12:44:24 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/09/03 12:44:24 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/09/03 12:44:24 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/09/03 12:44:25 DEBUG : apple: size = 5 OK 2026/09/03 12:44:25 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:44:25 DEBUG : apple: Unchanged skipping 2026/09/03 12:44:25 DEBUG : appleappleapplebanana: size = 21 OK 2026/09/03 12:44:25 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:44:25 DEBUG : appleappleapplebanana: Unchanged skipping 2026/09/03 12:44:25 DEBUG : banana: size = 6 OK 2026/09/03 12:44:25 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:44:25 DEBUG : banana: Unchanged skipping 2026/09/03 12:44:25 DEBUG : splitbananasplit: size = 16 OK 2026/09/03 12:44:25 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:44:25 DEBUG : splitbananasplit: Unchanged skipping 2026/09/03 12:44:25 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/09/03 12:44:25 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:44:25 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/09/03 12:44:25 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/09/03 12:44:25 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:44:25 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/09/03 12:44:25 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/09/03 12:44:25 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:44:25 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/09/03 12:44:25 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/09/03 12:44:25 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:44:25 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/09/03 12:44:25 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/09/03 12:44:25 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:44:25 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/09/03 12:44:25 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/09/03 12:44:25 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:44:25 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/09/03 12:44:25 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/09/03 12:44:25 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:44:25 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/09/03 12:44:25 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/09/03 12:44:25 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:44:25 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/09/03 12:44:25 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/09/03 12:44:25 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:44:25 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/09/03 12:44:25 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/09/03 12:44:25 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:44:25 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/09/03 12:44:25 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/09/03 12:44:25 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:44:25 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/09/03 12:44:25 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/09/03 12:44:25 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:44:25 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/09/03 12:44:25 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/09/03 12:44:25 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:44:25 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/09/03 12:44:25 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/09/03 12:44:25 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:44:25 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/09/03 12:44:25 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/09/03 12:44:25 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:44:25 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/09/03 12:44:25 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/09/03 12:44:25 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:44:25 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/09/03 12:44:25 DEBUG : B2 bucket rclone-test-pujizuz3lesa: Waiting for checks to finish 2026/09/03 12:44:25 DEBUG : B2 bucket rclone-test-pujizuz3lesa: Waiting for transfers to finish 2026/09/03 12:44:25 DEBUG : Waiting for deletions to finish 2026/09/03 12:44:25 INFO : There was nothing to transfer 2026/09/03 12:44:25 DEBUG : Waiting for deletions to finish 2026/09/03 12:44:25 DEBUG : apple: Excluded (Path Filter) 2026/09/03 12:44:25 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/09/03 12:44:25 DEBUG : banana: Excluded (Path Filter) 2026/09/03 12:44:25 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/09/03 12:44:25 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/09/03 12:44:25 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/09/03 12:44:25 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/09/03 12:44:25 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/09/03 12:44:25 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/09/03 12:44:25 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/09/03 12:44:25 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/09/03 12:44:25 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/09/03 12:44:25 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/09/03 12:44:25 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/09/03 12:44:25 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/09/03 12:44:25 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/09/03 12:44:25 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/09/03 12:44:25 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/09/03 12:44:25 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/09/03 12:44:25 DEBUG : splitbananasplit: Excluded (Path Filter) === RUN TestTransform/NFD run.go:198: Remote "B2 bucket rclone-test-pujizuz3lesa", Local "Local file system at /tmp/rclone3282517468", Modify Window "1ms" 2026/09/03 12:44:35 DEBUG : Waiting for deletions to finish 2026/09/03 12:44:35 DEBUG : apple: Excluded (Path Filter) 2026/09/03 12:44:35 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/09/03 12:44:35 DEBUG : banana: Excluded (Path Filter) 2026/09/03 12:44:35 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/09/03 12:44:35 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/09/03 12:44:35 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/09/03 12:44:35 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/09/03 12:44:35 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/09/03 12:44:35 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/09/03 12:44:35 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/09/03 12:44:35 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/09/03 12:44:35 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/09/03 12:44:35 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/09/03 12:44:35 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/09/03 12:44:35 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/09/03 12:44:35 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/09/03 12:44:35 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/09/03 12:44:35 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/09/03 12:44:35 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/09/03 12:44:35 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/09/03 12:44:35 DEBUG : apple: size = 5 OK 2026/09/03 12:44:35 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:44:35 DEBUG : apple: Unchanged skipping 2026/09/03 12:44:35 DEBUG : appleappleapplebanana: size = 21 OK 2026/09/03 12:44:35 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:44:35 DEBUG : appleappleapplebanana: Unchanged skipping 2026/09/03 12:44:35 DEBUG : banana: size = 6 OK 2026/09/03 12:44:35 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:44:35 DEBUG : banana: Unchanged skipping 2026/09/03 12:44:35 DEBUG : splitbananasplit: size = 16 OK 2026/09/03 12:44:35 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:44:35 DEBUG : splitbananasplit: Unchanged skipping 2026/09/03 12:44:36 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/09/03 12:44:36 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:44:36 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/09/03 12:44:36 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/09/03 12:44:36 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/09/03 12:44:36 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:44:36 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/09/03 12:44:36 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/09/03 12:44:36 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:44:36 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:44:36 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/09/03 12:44:36 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/09/03 12:44:36 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/09/03 12:44:36 DEBUG : B2 bucket rclone-test-pujizuz3lesa: Waiting for checks to finish 2026/09/03 12:44:36 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:44:36 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/09/03 12:44:36 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:44:36 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/09/03 12:44:36 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/09/03 12:44:36 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:44:36 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/09/03 12:44:36 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/09/03 12:44:36 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:44:36 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/09/03 12:44:36 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/09/03 12:44:36 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:44:36 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/09/03 12:44:36 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/09/03 12:44:36 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:44:36 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/09/03 12:44:36 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:44:36 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/09/03 12:44:36 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/09/03 12:44:36 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/09/03 12:44:36 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:44:36 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/09/03 12:44:36 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:44:36 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/09/03 12:44:36 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/09/03 12:44:36 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/09/03 12:44:36 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:44:36 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/09/03 12:44:36 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/09/03 12:44:36 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:44:36 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/09/03 12:44:36 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/09/03 12:44:36 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:44:36 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/09/03 12:44:36 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/09/03 12:44:36 DEBUG : B2 bucket rclone-test-pujizuz3lesa: Waiting for transfers to finish 2026/09/03 12:44:36 DEBUG : Waiting for deletions to finish 2026/09/03 12:44:36 INFO : There was nothing to transfer 2026/09/03 12:44:36 DEBUG : Waiting for deletions to finish 2026/09/03 12:44:36 DEBUG : apple: Excluded (Path Filter) 2026/09/03 12:44:36 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/09/03 12:44:36 DEBUG : banana: Excluded (Path Filter) 2026/09/03 12:44:36 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/09/03 12:44:36 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/09/03 12:44:36 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/09/03 12:44:36 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/09/03 12:44:36 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/09/03 12:44:36 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/09/03 12:44:36 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/09/03 12:44:36 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/09/03 12:44:36 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/09/03 12:44:36 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/09/03 12:44:36 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/09/03 12:44:36 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/09/03 12:44:36 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/09/03 12:44:36 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/09/03 12:44:36 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/09/03 12:44:36 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/09/03 12:44:36 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/09/03 12:44:36 DEBUG : apple: size = 5 OK 2026/09/03 12:44:36 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:44:36 DEBUG : apple: Unchanged skipping 2026/09/03 12:44:36 DEBUG : appleappleapplebanana: size = 21 OK 2026/09/03 12:44:36 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:44:36 DEBUG : appleappleapplebanana: Unchanged skipping 2026/09/03 12:44:36 DEBUG : splitbananasplit: size = 16 OK 2026/09/03 12:44:36 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:44:36 DEBUG : splitbananasplit: Unchanged skipping 2026/09/03 12:44:36 DEBUG : banana: size = 6 OK 2026/09/03 12:44:36 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:44:36 DEBUG : banana: Unchanged skipping 2026/09/03 12:44:37 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/09/03 12:44:37 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:44:37 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/09/03 12:44:37 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/09/03 12:44:37 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:44:37 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/09/03 12:44:37 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/09/03 12:44:37 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/09/03 12:44:37 DEBUG : B2 bucket rclone-test-pujizuz3lesa: Waiting for checks to finish 2026/09/03 12:44:37 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:44:37 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/09/03 12:44:37 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/09/03 12:44:37 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:44:37 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/09/03 12:44:37 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/09/03 12:44:37 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:44:37 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:44:37 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/09/03 12:44:37 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/09/03 12:44:37 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:44:37 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/09/03 12:44:37 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/09/03 12:44:37 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:44:37 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/09/03 12:44:37 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/09/03 12:44:37 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:44:37 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/09/03 12:44:37 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/09/03 12:44:37 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/09/03 12:44:37 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:44:37 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/09/03 12:44:37 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/09/03 12:44:37 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/09/03 12:44:37 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:44:37 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:44:37 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/09/03 12:44:37 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/09/03 12:44:37 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/09/03 12:44:37 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:44:37 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/09/03 12:44:37 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/09/03 12:44:37 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:44:37 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/09/03 12:44:37 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/09/03 12:44:37 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:44:37 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/09/03 12:44:37 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:44:37 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/09/03 12:44:37 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/09/03 12:44:37 DEBUG : B2 bucket rclone-test-pujizuz3lesa: Waiting for transfers to finish 2026/09/03 12:44:37 DEBUG : Waiting for deletions to finish 2026/09/03 12:44:37 INFO : There was nothing to transfer 2026/09/03 12:44:37 DEBUG : Waiting for deletions to finish 2026/09/03 12:44:37 DEBUG : apple: Excluded (Path Filter) 2026/09/03 12:44:37 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/09/03 12:44:37 DEBUG : banana: Excluded (Path Filter) 2026/09/03 12:44:37 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/09/03 12:44:37 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/09/03 12:44:37 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/09/03 12:44:37 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/09/03 12:44:37 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/09/03 12:44:37 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/09/03 12:44:37 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/09/03 12:44:37 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/09/03 12:44:37 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/09/03 12:44:37 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/09/03 12:44:37 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/09/03 12:44:37 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/09/03 12:44:37 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/09/03 12:44:37 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/09/03 12:44:37 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/09/03 12:44:37 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/09/03 12:44:37 DEBUG : splitbananasplit: Excluded (Path Filter) === RUN TestTransform/base64 run.go:198: Remote "B2 bucket rclone-test-pujizuz3lesa", Local "Local file system at /tmp/rclone3282517468", Modify Window "1ms" 2026/09/03 12:44:46 DEBUG : Waiting for deletions to finish 2026/09/03 12:44:47 DEBUG : apple: Excluded (Path Filter) 2026/09/03 12:44:47 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/09/03 12:44:47 DEBUG : banana: Excluded (Path Filter) 2026/09/03 12:44:47 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/09/03 12:44:47 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/09/03 12:44:47 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/09/03 12:44:47 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/09/03 12:44:47 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/09/03 12:44:47 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/09/03 12:44:47 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/09/03 12:44:47 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/09/03 12:44:47 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/09/03 12:44:47 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/09/03 12:44:47 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/09/03 12:44:47 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/09/03 12:44:47 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/09/03 12:44:47 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/09/03 12:44:47 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/09/03 12:44:47 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/09/03 12:44:47 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/09/03 12:44:47 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/09/03 12:44:47 DEBUG : apple: transformed to: YXBwbGU= 2026/09/03 12:44:47 DEBUG : banana: transformed to: YmFuYW5h 2026/09/03 12:44:47 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/09/03 12:44:47 DEBUG : banana: transformed to: YmFuYW5h 2026/09/03 12:44:47 DEBUG : apple: transformed to: YXBwbGU= 2026/09/03 12:44:47 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/09/03 12:44:47 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/09/03 12:44:47 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/09/03 12:44:47 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/09/03 12:44:47 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/09/03 12:44:47 DEBUG : banana: transformed to: YmFuYW5h 2026/09/03 12:44:47 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/09/03 12:44:47 DEBUG : apple: transformed to: YXBwbGU= 2026/09/03 12:44:47 DEBUG : apple: transformed to: YXBwbGU= 2026/09/03 12:44:47 DEBUG : apple: Need to transfer - File not found at Destination 2026/09/03 12:44:47 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/09/03 12:44:47 DEBUG : appleappleapplebanana: Need to transfer - File not found at Destination 2026/09/03 12:44:47 DEBUG : banana: transformed to: YmFuYW5h 2026/09/03 12:44:47 DEBUG : banana: Need to transfer - File not found at Destination 2026/09/03 12:44:47 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/09/03 12:44:47 DEBUG : splitbananasplit: Need to transfer - File not found at Destination 2026/09/03 12:44:47 DEBUG : apple: transformed to: YXBwbGU= 2026/09/03 12:44:47 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/09/03 12:44:47 DEBUG : banana: transformed to: YmFuYW5h 2026/09/03 12:44:47 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/09/03 12:44:47 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/09/03 12:44:47 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/09/03 12:44:47 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/09/03 12:44:47 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/09/03 12:44:47 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/09/03 12:44:47 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/09/03 12:44:47 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/09/03 12:44:47 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/09/03 12:44:47 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/09/03 12:44:47 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/09/03 12:44:47 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/09/03 12:44:47 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/09/03 12:44:47 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/09/03 12:44:47 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/09/03 12:44:47 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/09/03 12:44:47 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/09/03 12:44:47 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/09/03 12:44:47 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/09/03 12:44:47 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/09/03 12:44:47 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/09/03 12:44:47 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/09/03 12:44:47 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/09/03 12:44:47 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/09/03 12:44:47 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/09/03 12:44:47 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/09/03 12:44:47 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/09/03 12:44:47 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/09/03 12:44:47 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/09/03 12:44:47 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/09/03 12:44:47 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/09/03 12:44:47 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/09/03 12:44:47 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/09/03 12:44:47 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/09/03 12:44:47 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/09/03 12:44:47 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/09/03 12:44:47 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/09/03 12:44:47 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/09/03 12:44:47 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/09/03 12:44:47 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/09/03 12:44:47 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/09/03 12:44:47 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/09/03 12:44:47 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/09/03 12:44:47 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/09/03 12:44:47 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/09/03 12:44:47 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/09/03 12:44:47 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/09/03 12:44:47 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/09/03 12:44:47 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/09/03 12:44:47 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/09/03 12:44:47 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/09/03 12:44:47 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/09/03 12:44:47 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/09/03 12:44:47 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/09/03 12:44:47 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/09/03 12:44:47 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/09/03 12:44:47 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/09/03 12:44:47 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/09/03 12:44:47 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/09/03 12:44:47 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/09/03 12:44:47 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/09/03 12:44:47 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/09/03 12:44:47 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/09/03 12:44:47 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/09/03 12:44:47 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/09/03 12:44:47 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/09/03 12:44:47 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/09/03 12:44:47 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/09/03 12:44:47 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/09/03 12:44:47 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/09/03 12:44:47 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/09/03 12:44:47 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/09/03 12:44:47 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/09/03 12:44:47 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/09/03 12:44:47 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/09/03 12:44:47 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/09/03 12:44:47 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/09/03 12:44:47 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/09/03 12:44:47 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/09/03 12:44:47 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/09/03 12:44:47 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/09/03 12:44:47 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/09/03 12:44:47 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/09/03 12:44:47 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/09/03 12:44:47 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/09/03 12:44:47 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/09/03 12:44:47 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/09/03 12:44:47 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/09/03 12:44:47 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/09/03 12:44:47 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/09/03 12:44:47 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/09/03 12:44:47 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/09/03 12:44:47 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/09/03 12:44:47 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/09/03 12:44:47 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/09/03 12:44:47 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/09/03 12:44:47 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/09/03 12:44:47 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/09/03 12:44:47 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/09/03 12:44:47 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/09/03 12:44:47 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/09/03 12:44:47 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/09/03 12:44:47 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/09/03 12:44:47 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/09/03 12:44:47 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/09/03 12:44:47 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/09/03 12:44:47 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/09/03 12:44:47 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/09/03 12:44:47 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/09/03 12:44:47 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/09/03 12:44:47 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/09/03 12:44:47 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/09/03 12:44:47 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/09/03 12:44:47 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/09/03 12:44:47 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/09/03 12:44:47 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/09/03 12:44:47 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/09/03 12:44:47 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/09/03 12:44:47 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/09/03 12:44:47 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/09/03 12:44:47 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/09/03 12:44:47 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/09/03 12:44:47 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/09/03 12:44:47 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/09/03 12:44:47 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/09/03 12:44:47 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/09/03 12:44:47 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/09/03 12:44:47 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/09/03 12:44:47 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/09/03 12:44:47 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/09/03 12:44:47 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/09/03 12:44:47 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/09/03 12:44:47 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/09/03 12:44:47 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/09/03 12:44:47 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/09/03 12:44:47 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/09/03 12:44:47 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/09/03 12:44:47 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/09/03 12:44:47 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/09/03 12:44:47 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/09/03 12:44:47 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/09/03 12:44:47 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/09/03 12:44:47 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/09/03 12:44:47 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/09/03 12:44:47 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/09/03 12:44:47 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/09/03 12:44:47 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/09/03 12:44:47 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/09/03 12:44:47 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/09/03 12:44:47 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/09/03 12:44:47 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/09/03 12:44:47 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/09/03 12:44:47 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/09/03 12:44:47 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/09/03 12:44:47 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/09/03 12:44:47 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/09/03 12:44:47 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/09/03 12:44:47 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/09/03 12:44:47 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/09/03 12:44:47 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/09/03 12:44:47 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/09/03 12:44:47 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/09/03 12:44:47 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/09/03 12:44:47 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/09/03 12:44:47 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/09/03 12:44:47 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/09/03 12:44:47 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/09/03 12:44:47 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/09/03 12:44:47 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/09/03 12:44:47 DEBUG : 0015-9;=.txt: transformed to: MDAxNS05Oz0udHh0 2026/09/03 12:44:47 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/09/03 12:44:47 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/09/03 12:44:47 DEBUG : dir1/0000-abcdefg.txt: Need to transfer - File not found at Destination 2026/09/03 12:44:47 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/09/03 12:44:47 DEBUG : dir1/0001-bcdefgh.txt: Need to transfer - File not found at Destination 2026/09/03 12:44:47 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/09/03 12:44:47 DEBUG : dir1/0002-cdefghi.txt: Need to transfer - File not found at Destination 2026/09/03 12:44:47 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/09/03 12:44:47 DEBUG : dir1/0003-defghij.txt: Need to transfer - File not found at Destination 2026/09/03 12:44:47 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/09/03 12:44:47 DEBUG : dir1/0004-efghijk.txt: Need to transfer - File not found at Destination 2026/09/03 12:44:47 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/09/03 12:44:47 DEBUG : dir1/0005-fghijkl.txt: Need to transfer - File not found at Destination 2026/09/03 12:44:47 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/09/03 12:44:47 DEBUG : dir1/0006-ghijklm.txt: Need to transfer - File not found at Destination 2026/09/03 12:44:47 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/09/03 12:44:47 DEBUG : dir1/0007-1234567.txt: Need to transfer - File not found at Destination 2026/09/03 12:44:47 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/09/03 12:44:47 DEBUG : dir1/0008-2345678.txt: Need to transfer - File not found at Destination 2026/09/03 12:44:47 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/09/03 12:44:47 DEBUG : dir1/0009-3456789.txt: Need to transfer - File not found at Destination 2026/09/03 12:44:47 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/09/03 12:44:47 DEBUG : dir1/0010-456789.txt: Need to transfer - File not found at Destination 2026/09/03 12:44:47 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/09/03 12:44:47 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination 2026/09/03 12:44:47 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/09/03 12:44:47 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2026/09/03 12:44:47 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/09/03 12:44:47 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2026/09/03 12:44:47 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/09/03 12:44:47 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2026/09/03 12:44:47 DEBUG : 0015-9;=.txt: transformed to: MDAxNS05Oz0udHh0 2026/09/03 12:44:47 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination 2026/09/03 12:44:47 DEBUG : B2 bucket rclone-test-pujizuz3lesa: Waiting for checks to finish 2026/09/03 12:44:47 DEBUG : B2 bucket rclone-test-pujizuz3lesa: Waiting for transfers to finish 2026/09/03 12:44:48 DEBUG : YXBwbGU=: size = 5 OK 2026/09/03 12:44:48 DEBUG : YmFuYW5h: size = 6 OK 2026/09/03 12:44:48 DEBUG : apple: sha1 = d0be2dc421be4fcd0172e5afceea3970e2f3d940 OK 2026/09/03 12:44:48 INFO : apple: Copied (new) to: YXBwbGU= 2026/09/03 12:44:48 DEBUG : banana: sha1 = 250e77f12a5ab6972a0895d290c4792f0a326ea8 OK 2026/09/03 12:44:48 INFO : banana: Copied (new) to: YmFuYW5h 2026/09/03 12:44:48 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/09/03 12:44:48 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/09/03 12:44:48 DEBUG : YXBwbGVhcHBsZWFwcGxlYmFuYW5h: size = 21 OK 2026/09/03 12:44:48 DEBUG : appleappleapplebanana: sha1 = d4006cec695294959fc86acc4d86a4a8bd1771d4 OK 2026/09/03 12:44:48 INFO : appleappleapplebanana: Copied (new) to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/09/03 12:44:48 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/09/03 12:44:48 DEBUG : dir1/MDAwMS1iY2RlZmdoLnR4dA==: size = 21 OK 2026/09/03 12:44:48 DEBUG : dir1/0001-bcdefgh.txt: sha1 = 13f6ac14c045641af16b93bf99a126efa57a13c0 OK 2026/09/03 12:44:48 INFO : dir1/0001-bcdefgh.txt: Copied (new) to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/09/03 12:44:48 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/09/03 12:44:48 DEBUG : dir1/MDAwMC1hYmNkZWZnLnR4dA==: size = 21 OK 2026/09/03 12:44:48 DEBUG : dir1/0000-abcdefg.txt: sha1 = 39cc20a3972ef42585635752f22e809ce7661dd0 OK 2026/09/03 12:44:48 INFO : dir1/0000-abcdefg.txt: Copied (new) to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/09/03 12:44:48 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/09/03 12:44:48 DEBUG : c3BsaXRiYW5hbmFzcGxpdA==: size = 16 OK 2026/09/03 12:44:48 DEBUG : splitbananasplit: sha1 = c045b86d2da0a5c0db76c2e57cc85d98a73d0dfe OK 2026/09/03 12:44:48 INFO : splitbananasplit: Copied (new) to: c3BsaXRiYW5hbmFzcGxpdA== 2026/09/03 12:44:48 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/09/03 12:44:48 DEBUG : dir1/MDAwMi1jZGVmZ2hpLnR4dA==: size = 21 OK 2026/09/03 12:44:48 DEBUG : dir1/0002-cdefghi.txt: sha1 = f5271bcb3e6699430d75487a6e002f56f75748d6 OK 2026/09/03 12:44:48 INFO : dir1/0002-cdefghi.txt: Copied (new) to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/09/03 12:44:48 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/09/03 12:44:48 DEBUG : dir1/MDAwMy1kZWZnaGlqLnR4dA==: size = 21 OK 2026/09/03 12:44:48 DEBUG : dir1/0003-defghij.txt: sha1 = 6275159262463ab911da879437354a03fc105132 OK 2026/09/03 12:44:48 INFO : dir1/0003-defghij.txt: Copied (new) to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/09/03 12:44:48 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/09/03 12:44:48 DEBUG : dir1/MDAwNC1lZmdoaWprLnR4dA==: size = 21 OK 2026/09/03 12:44:48 DEBUG : dir1/0004-efghijk.txt: sha1 = 8a6e3a10e2778fd7a449c0ddeff0e60b99b818f6 OK 2026/09/03 12:44:48 INFO : dir1/0004-efghijk.txt: Copied (new) to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/09/03 12:44:48 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/09/03 12:44:48 DEBUG : dir1/MDAwNS1mZ2hpamtsLnR4dA==: size = 21 OK 2026/09/03 12:44:48 DEBUG : dir1/0005-fghijkl.txt: sha1 = 9be5d86eeb571f4bb49cba75a71573bae6d7f9b0 OK 2026/09/03 12:44:48 INFO : dir1/0005-fghijkl.txt: Copied (new) to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/09/03 12:44:48 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/09/03 12:44:48 DEBUG : dir1/MDAwNy0xMjM0NTY3LnR4dA==: size = 21 OK 2026/09/03 12:44:48 DEBUG : dir1/0007-1234567.txt: sha1 = f65b28e19d4af11accc4c96ab412abe037842afc OK 2026/09/03 12:44:48 INFO : dir1/0007-1234567.txt: Copied (new) to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/09/03 12:44:48 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/09/03 12:44:49 DEBUG : dir1/MDAwOS0zNDU2Nzg5LnR4dA==: size = 21 OK 2026/09/03 12:44:49 DEBUG : dir1/0009-3456789.txt: sha1 = cf20fbc0bb51b0e93dd849f5493167c827e103dc OK 2026/09/03 12:44:49 INFO : dir1/0009-3456789.txt: Copied (new) to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/09/03 12:44:49 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/09/03 12:44:49 DEBUG : dir1/MDAxMC00NTY3ODkudHh0: size = 20 OK 2026/09/03 12:44:49 DEBUG : dir1/0010-456789.txt: sha1 = ef1ccb5339c5b9d3b78cdb41937cb754674521e9 OK 2026/09/03 12:44:49 INFO : dir1/0010-456789.txt: Copied (new) to: dir1/MDAxMC00NTY3ODkudHh0 2026/09/03 12:44:49 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/09/03 12:44:49 DEBUG : dir1/MDAwOC0yMzQ1Njc4LnR4dA==: size = 21 OK 2026/09/03 12:44:49 DEBUG : dir1/0008-2345678.txt: sha1 = 35bd7b0a5af9be4c53d2bf8b53d45f0c4e5d9d07 OK 2026/09/03 12:44:49 INFO : dir1/0008-2345678.txt: Copied (new) to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/09/03 12:44:49 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/09/03 12:44:49 DEBUG : dir1/MDAxMS01Njc4OTsudHh0: size = 20 OK 2026/09/03 12:44:49 DEBUG : dir1/0011-56789;.txt: sha1 = ce6baa1459a8f1c8daeca41dccc499a5a7f9d342 OK 2026/09/03 12:44:49 INFO : dir1/0011-56789;.txt: Copied (new) to: dir1/MDAxMS01Njc4OTsudHh0 2026/09/03 12:44:49 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/09/03 12:44:49 DEBUG : dir1/MDAxMi02Nzg5Oy50eHQ=: size = 19 OK 2026/09/03 12:44:49 DEBUG : dir1/0012-6789;.txt: sha1 = 41938da9b0f9799a9c96dea5682322b6b7607058 OK 2026/09/03 12:44:49 INFO : dir1/0012-6789;.txt: Copied (new) to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/09/03 12:44:49 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/09/03 12:44:49 DEBUG : dir1/MDAwNi1naGlqa2xtLnR4dA==: size = 21 OK 2026/09/03 12:44:49 DEBUG : dir1/0006-ghijklm.txt: sha1 = 022b65de02ed02df549dca26b856b83ea957c161 OK 2026/09/03 12:44:49 INFO : dir1/0006-ghijklm.txt: Copied (new) to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/09/03 12:44:49 DEBUG : dir1/MDAxMy03ODk7PS50eHQ=: size = 19 OK 2026/09/03 12:44:49 DEBUG : dir1/0013-789;=.txt: sha1 = 957e831070085d71b655c9afa66b8e0cb86662b3 OK 2026/09/03 12:44:49 INFO : dir1/0013-789;=.txt: Copied (new) to: dir1/MDAxMy03ODk7PS50eHQ= 2026/09/03 12:44:49 DEBUG : dir1/MDAxNC04OTs9LnR4dA==: size = 18 OK 2026/09/03 12:44:49 DEBUG : dir1/0014-89;=.txt: sha1 = 6f88327b529855962672012b6f4fc01033c31ec0 OK 2026/09/03 12:44:49 INFO : dir1/0014-89;=.txt: Copied (new) to: dir1/MDAxNC04OTs9LnR4dA== 2026/09/03 12:44:49 DEBUG : dir1/MDAxNS05Oz0udHh0: size = 17 OK 2026/09/03 12:44:49 DEBUG : dir1/0015-9;=.txt: sha1 = 2a0afde94c232e5cb80d07261acf840a4a5f0143 OK 2026/09/03 12:44:49 INFO : dir1/0015-9;=.txt: Copied (new) to: dir1/MDAxNS05Oz0udHh0 2026/09/03 12:44:49 DEBUG : Waiting for deletions to finish 2026/09/03 12:44:49 INFO : apple: Deleted 2026/09/03 12:44:49 INFO : dir1/0006-ghijklm.txt: Deleted 2026/09/03 12:44:49 INFO : dir1/0007-1234567.txt: Deleted 2026/09/03 12:44:49 INFO : dir1/0005-fghijkl.txt: Deleted 2026/09/03 12:44:50 INFO : dir1/0011-56789;.txt: Deleted 2026/09/03 12:44:50 INFO : dir1/0008-2345678.txt: Deleted 2026/09/03 12:44:50 INFO : appleappleapplebanana: Deleted 2026/09/03 12:44:50 INFO : dir1/0013-789;=.txt: Deleted 2026/09/03 12:44:50 INFO : dir1/0015-9;=.txt: Deleted 2026/09/03 12:44:50 INFO : banana: Deleted 2026/09/03 12:44:50 INFO : splitbananasplit: Deleted 2026/09/03 12:44:50 INFO : dir1/0002-cdefghi.txt: Deleted 2026/09/03 12:44:50 INFO : dir1/0003-defghij.txt: Deleted 2026/09/03 12:44:50 INFO : dir1/0004-efghijk.txt: Deleted 2026/09/03 12:44:50 INFO : dir1/0010-456789.txt: Deleted 2026/09/03 12:44:50 INFO : dir1/0012-6789;.txt: Deleted 2026/09/03 12:44:50 INFO : dir1/0000-abcdefg.txt: Deleted 2026/09/03 12:44:50 INFO : dir1/0014-89;=.txt: Deleted 2026/09/03 12:44:50 INFO : dir1/0009-3456789.txt: Deleted 2026/09/03 12:44:50 INFO : dir1/0001-bcdefgh.txt: Deleted 2026/09/03 12:44:50 DEBUG : Waiting for deletions to finish 2026/09/03 12:44:50 DEBUG : YXBwbGU=: Excluded (Path Filter) 2026/09/03 12:44:50 DEBUG : YXBwbGVhcHBsZWFwcGxlYmFuYW5h: Excluded (Path Filter) 2026/09/03 12:44:50 DEBUG : YmFuYW5h: Excluded (Path Filter) 2026/09/03 12:44:50 DEBUG : c3BsaXRiYW5hbmFzcGxpdA==: Excluded (Path Filter) 2026/09/03 12:44:50 DEBUG : dir1/MDAwMC1hYmNkZWZnLnR4dA==: Excluded (Path Filter) 2026/09/03 12:44:50 DEBUG : dir1/MDAwMS1iY2RlZmdoLnR4dA==: Excluded (Path Filter) 2026/09/03 12:44:50 DEBUG : dir1/MDAwMi1jZGVmZ2hpLnR4dA==: Excluded (Path Filter) 2026/09/03 12:44:50 DEBUG : dir1/MDAwMy1kZWZnaGlqLnR4dA==: Excluded (Path Filter) 2026/09/03 12:44:50 DEBUG : dir1/MDAwNC1lZmdoaWprLnR4dA==: Excluded (Path Filter) 2026/09/03 12:44:50 DEBUG : dir1/MDAwNS1mZ2hpamtsLnR4dA==: Excluded (Path Filter) 2026/09/03 12:44:50 DEBUG : dir1/MDAwNi1naGlqa2xtLnR4dA==: Excluded (Path Filter) 2026/09/03 12:44:50 DEBUG : dir1/MDAwNy0xMjM0NTY3LnR4dA==: Excluded (Path Filter) 2026/09/03 12:44:50 DEBUG : dir1/MDAwOC0yMzQ1Njc4LnR4dA==: Excluded (Path Filter) 2026/09/03 12:44:50 DEBUG : dir1/MDAwOS0zNDU2Nzg5LnR4dA==: Excluded (Path Filter) 2026/09/03 12:44:50 DEBUG : dir1/MDAxMC00NTY3ODkudHh0: Excluded (Path Filter) 2026/09/03 12:44:50 DEBUG : dir1/MDAxMS01Njc4OTsudHh0: Excluded (Path Filter) 2026/09/03 12:44:50 DEBUG : dir1/MDAxMi02Nzg5Oy50eHQ=: Excluded (Path Filter) 2026/09/03 12:44:50 DEBUG : dir1/MDAxMy03ODk7PS50eHQ=: Excluded (Path Filter) 2026/09/03 12:44:50 DEBUG : dir1/MDAxNC04OTs9LnR4dA==: Excluded (Path Filter) 2026/09/03 12:44:50 DEBUG : dir1/MDAxNS05Oz0udHh0: Excluded (Path Filter) 2026/09/03 12:44:50 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/09/03 12:44:50 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/09/03 12:44:50 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/09/03 12:44:50 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/09/03 12:44:50 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/09/03 12:44:50 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/09/03 12:44:50 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/09/03 12:44:50 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/09/03 12:44:50 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/09/03 12:44:50 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/09/03 12:44:50 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/09/03 12:44:50 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/09/03 12:44:50 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/09/03 12:44:50 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/09/03 12:44:50 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/09/03 12:44:50 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/09/03 12:44:50 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/09/03 12:44:50 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/09/03 12:44:50 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/09/03 12:44:50 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/09/03 12:44:50 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/09/03 12:44:50 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/09/03 12:44:50 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/09/03 12:44:50 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/09/03 12:44:50 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/09/03 12:44:50 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/09/03 12:44:50 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/09/03 12:44:50 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/09/03 12:44:50 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/09/03 12:44:50 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/09/03 12:44:50 DEBUG : apple: transformed to: YXBwbGU= 2026/09/03 12:44:50 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/09/03 12:44:50 DEBUG : apple: transformed to: YXBwbGU= 2026/09/03 12:44:50 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/09/03 12:44:50 DEBUG : apple: transformed to: YXBwbGU= 2026/09/03 12:44:50 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/09/03 12:44:50 DEBUG : apple: transformed to: YXBwbGU= 2026/09/03 12:44:50 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/09/03 12:44:50 DEBUG : apple: transformed to: YXBwbGU= 2026/09/03 12:44:50 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/09/03 12:44:50 DEBUG : apple: transformed to: YXBwbGU= 2026/09/03 12:44:50 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/09/03 12:44:50 DEBUG : apple: transformed to: YXBwbGU= 2026/09/03 12:44:50 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/09/03 12:44:50 DEBUG : apple: transformed to: YXBwbGU= 2026/09/03 12:44:50 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/09/03 12:44:50 DEBUG : apple: transformed to: YXBwbGU= 2026/09/03 12:44:50 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/09/03 12:44:50 DEBUG : apple: transformed to: YXBwbGU= 2026/09/03 12:44:50 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/09/03 12:44:50 DEBUG : apple: transformed to: YXBwbGU= 2026/09/03 12:44:50 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/09/03 12:44:50 DEBUG : apple: transformed to: YXBwbGU= 2026/09/03 12:44:50 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/09/03 12:44:50 DEBUG : apple: transformed to: YXBwbGU= 2026/09/03 12:44:50 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/09/03 12:44:50 DEBUG : apple: transformed to: YXBwbGU= 2026/09/03 12:44:50 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/09/03 12:44:50 DEBUG : apple: transformed to: YXBwbGU= 2026/09/03 12:44:50 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/09/03 12:44:50 DEBUG : apple: transformed to: YXBwbGU= 2026/09/03 12:44:50 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/09/03 12:44:50 DEBUG : banana: transformed to: YmFuYW5h 2026/09/03 12:44:50 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/09/03 12:44:50 DEBUG : banana: transformed to: YmFuYW5h 2026/09/03 12:44:50 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/09/03 12:44:50 DEBUG : banana: transformed to: YmFuYW5h 2026/09/03 12:44:50 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/09/03 12:44:50 DEBUG : banana: transformed to: YmFuYW5h 2026/09/03 12:44:50 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/09/03 12:44:50 DEBUG : banana: transformed to: YmFuYW5h 2026/09/03 12:44:50 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/09/03 12:44:50 DEBUG : banana: transformed to: YmFuYW5h 2026/09/03 12:44:50 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/09/03 12:44:50 DEBUG : banana: transformed to: YmFuYW5h 2026/09/03 12:44:50 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/09/03 12:44:50 DEBUG : banana: transformed to: YmFuYW5h 2026/09/03 12:44:50 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/09/03 12:44:50 DEBUG : banana: transformed to: YmFuYW5h 2026/09/03 12:44:50 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/09/03 12:44:50 DEBUG : banana: transformed to: YmFuYW5h 2026/09/03 12:44:50 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/09/03 12:44:50 DEBUG : banana: transformed to: YmFuYW5h 2026/09/03 12:44:50 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/09/03 12:44:50 DEBUG : banana: transformed to: YmFuYW5h 2026/09/03 12:44:50 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/09/03 12:44:50 DEBUG : banana: transformed to: YmFuYW5h 2026/09/03 12:44:50 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/09/03 12:44:50 DEBUG : banana: transformed to: YmFuYW5h 2026/09/03 12:44:50 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/09/03 12:44:50 DEBUG : banana: transformed to: YmFuYW5h 2026/09/03 12:44:50 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/09/03 12:44:50 DEBUG : banana: transformed to: YmFuYW5h 2026/09/03 12:44:50 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/09/03 12:44:50 DEBUG : banana: transformed to: YmFuYW5h 2026/09/03 12:44:50 DEBUG : apple: transformed to: YXBwbGU= 2026/09/03 12:44:50 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/09/03 12:44:50 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/09/03 12:44:50 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/09/03 12:44:50 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/09/03 12:44:50 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/09/03 12:44:50 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/09/03 12:44:50 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/09/03 12:44:50 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/09/03 12:44:50 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/09/03 12:44:50 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/09/03 12:44:50 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/09/03 12:44:50 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/09/03 12:44:50 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/09/03 12:44:50 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/09/03 12:44:50 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/09/03 12:44:50 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/09/03 12:44:50 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/09/03 12:44:50 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/09/03 12:44:50 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/09/03 12:44:50 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/09/03 12:44:50 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/09/03 12:44:50 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/09/03 12:44:50 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/09/03 12:44:50 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/09/03 12:44:50 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/09/03 12:44:50 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/09/03 12:44:50 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/09/03 12:44:50 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/09/03 12:44:50 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/09/03 12:44:50 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/09/03 12:44:50 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/09/03 12:44:50 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/09/03 12:44:50 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/09/03 12:44:50 DEBUG : banana: transformed to: YmFuYW5h 2026/09/03 12:44:50 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/09/03 12:44:50 DEBUG : apple: transformed to: YXBwbGU= 2026/09/03 12:44:50 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/09/03 12:44:50 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/09/03 12:44:50 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/09/03 12:44:50 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/09/03 12:44:50 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/09/03 12:44:50 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/09/03 12:44:50 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/09/03 12:44:50 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/09/03 12:44:50 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/09/03 12:44:50 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/09/03 12:44:50 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/09/03 12:44:50 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/09/03 12:44:50 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/09/03 12:44:50 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/09/03 12:44:50 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/09/03 12:44:50 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/09/03 12:44:50 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/09/03 12:44:50 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/09/03 12:44:50 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/09/03 12:44:50 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/09/03 12:44:50 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/09/03 12:44:50 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/09/03 12:44:50 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/09/03 12:44:50 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/09/03 12:44:50 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/09/03 12:44:50 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/09/03 12:44:50 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/09/03 12:44:50 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/09/03 12:44:50 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/09/03 12:44:50 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/09/03 12:44:50 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/09/03 12:44:50 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/09/03 12:44:50 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/09/03 12:44:50 DEBUG : banana: transformed to: YmFuYW5h 2026/09/03 12:44:50 DEBUG : apple: transformed to: YXBwbGU= 2026/09/03 12:44:50 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/09/03 12:44:50 DEBUG : banana: transformed to: YmFuYW5h 2026/09/03 12:44:50 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/09/03 12:44:50 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/09/03 12:44:50 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/09/03 12:44:50 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/09/03 12:44:50 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/09/03 12:44:50 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/09/03 12:44:50 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/09/03 12:44:50 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/09/03 12:44:50 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/09/03 12:44:50 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/09/03 12:44:50 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/09/03 12:44:50 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/09/03 12:44:50 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/09/03 12:44:50 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/09/03 12:44:50 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/09/03 12:44:50 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/09/03 12:44:50 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/09/03 12:44:50 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/09/03 12:44:50 DEBUG : apple: transformed to: YXBwbGU= 2026/09/03 12:44:50 DEBUG : banana: transformed to: YmFuYW5h 2026/09/03 12:44:50 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/09/03 12:44:50 DEBUG : banana: transformed to: YmFuYW5h 2026/09/03 12:44:50 DEBUG : apple: transformed to: YXBwbGU= 2026/09/03 12:44:50 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/09/03 12:44:50 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/09/03 12:44:50 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/09/03 12:44:50 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/09/03 12:44:50 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/09/03 12:44:50 DEBUG : banana: transformed to: YmFuYW5h 2026/09/03 12:44:50 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/09/03 12:44:50 DEBUG : apple: transformed to: YXBwbGU= 2026/09/03 12:44:50 DEBUG : apple: transformed to: YXBwbGU= 2026/09/03 12:44:51 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/09/03 12:44:51 DEBUG : banana: transformed to: YmFuYW5h 2026/09/03 12:44:51 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/09/03 12:44:51 DEBUG : YXBwbGU=: size = 5 OK 2026/09/03 12:44:51 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:44:51 DEBUG : YmFuYW5h: size = 6 OK 2026/09/03 12:44:51 DEBUG : YXBwbGVhcHBsZWFwcGxlYmFuYW5h: size = 21 OK 2026/09/03 12:44:51 DEBUG : apple: Unchanged skipping 2026/09/03 12:44:51 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:44:51 DEBUG : appleappleapplebanana: Unchanged skipping 2026/09/03 12:44:51 DEBUG : c3BsaXRiYW5hbmFzcGxpdA==: size = 16 OK 2026/09/03 12:44:51 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:44:51 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:44:51 DEBUG : banana: Unchanged skipping 2026/09/03 12:44:51 DEBUG : splitbananasplit: Unchanged skipping 2026/09/03 12:44:51 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/09/03 12:44:51 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/09/03 12:44:51 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/09/03 12:44:51 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/09/03 12:44:51 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/09/03 12:44:51 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/09/03 12:44:51 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/09/03 12:44:51 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/09/03 12:44:51 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/09/03 12:44:51 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/09/03 12:44:51 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/09/03 12:44:51 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/09/03 12:44:51 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/09/03 12:44:51 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/09/03 12:44:51 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/09/03 12:44:51 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/09/03 12:44:51 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/09/03 12:44:51 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/09/03 12:44:51 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/09/03 12:44:51 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/09/03 12:44:51 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/09/03 12:44:51 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/09/03 12:44:51 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/09/03 12:44:51 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/09/03 12:44:51 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/09/03 12:44:51 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/09/03 12:44:51 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/09/03 12:44:51 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/09/03 12:44:51 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/09/03 12:44:51 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/09/03 12:44:51 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/09/03 12:44:51 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/09/03 12:44:51 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/09/03 12:44:51 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/09/03 12:44:51 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/09/03 12:44:51 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/09/03 12:44:51 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/09/03 12:44:51 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/09/03 12:44:51 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/09/03 12:44:51 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/09/03 12:44:51 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/09/03 12:44:51 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/09/03 12:44:51 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/09/03 12:44:51 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/09/03 12:44:51 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/09/03 12:44:51 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/09/03 12:44:51 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/09/03 12:44:51 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/09/03 12:44:51 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/09/03 12:44:51 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/09/03 12:44:51 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/09/03 12:44:51 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/09/03 12:44:51 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/09/03 12:44:51 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/09/03 12:44:51 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/09/03 12:44:51 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/09/03 12:44:51 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/09/03 12:44:51 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/09/03 12:44:51 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/09/03 12:44:51 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/09/03 12:44:51 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/09/03 12:44:51 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/09/03 12:44:51 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/09/03 12:44:51 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/09/03 12:44:51 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/09/03 12:44:51 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/09/03 12:44:51 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/09/03 12:44:51 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/09/03 12:44:51 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/09/03 12:44:51 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/09/03 12:44:51 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/09/03 12:44:51 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/09/03 12:44:51 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/09/03 12:44:51 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/09/03 12:44:51 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/09/03 12:44:51 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/09/03 12:44:51 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/09/03 12:44:51 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/09/03 12:44:51 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/09/03 12:44:51 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/09/03 12:44:51 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/09/03 12:44:51 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/09/03 12:44:51 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/09/03 12:44:51 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/09/03 12:44:51 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/09/03 12:44:51 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/09/03 12:44:51 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/09/03 12:44:51 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/09/03 12:44:51 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/09/03 12:44:51 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/09/03 12:44:51 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/09/03 12:44:51 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/09/03 12:44:51 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/09/03 12:44:51 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/09/03 12:44:51 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/09/03 12:44:51 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/09/03 12:44:51 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/09/03 12:44:51 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/09/03 12:44:51 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/09/03 12:44:51 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/09/03 12:44:51 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/09/03 12:44:51 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/09/03 12:44:51 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/09/03 12:44:51 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/09/03 12:44:51 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/09/03 12:44:51 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/09/03 12:44:51 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/09/03 12:44:51 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/09/03 12:44:51 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/09/03 12:44:51 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/09/03 12:44:51 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/09/03 12:44:51 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/09/03 12:44:51 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/09/03 12:44:51 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/09/03 12:44:51 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/09/03 12:44:51 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/09/03 12:44:51 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/09/03 12:44:51 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/09/03 12:44:51 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/09/03 12:44:51 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/09/03 12:44:51 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/09/03 12:44:51 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/09/03 12:44:51 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/09/03 12:44:51 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/09/03 12:44:51 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/09/03 12:44:51 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/09/03 12:44:51 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/09/03 12:44:51 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/09/03 12:44:51 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/09/03 12:44:51 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/09/03 12:44:51 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/09/03 12:44:51 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/09/03 12:44:51 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/09/03 12:44:51 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/09/03 12:44:51 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/09/03 12:44:51 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/09/03 12:44:51 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/09/03 12:44:51 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/09/03 12:44:51 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/09/03 12:44:51 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/09/03 12:44:51 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/09/03 12:44:51 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/09/03 12:44:51 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/09/03 12:44:51 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/09/03 12:44:51 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/09/03 12:44:51 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/09/03 12:44:51 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/09/03 12:44:51 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/09/03 12:44:51 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/09/03 12:44:51 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/09/03 12:44:51 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/09/03 12:44:51 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/09/03 12:44:51 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/09/03 12:44:51 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/09/03 12:44:51 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/09/03 12:44:51 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/09/03 12:44:51 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/09/03 12:44:51 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/09/03 12:44:51 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/09/03 12:44:51 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/09/03 12:44:51 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/09/03 12:44:51 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/09/03 12:44:51 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/09/03 12:44:51 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/09/03 12:44:51 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/09/03 12:44:51 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/09/03 12:44:51 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/09/03 12:44:51 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/09/03 12:44:51 DEBUG : 0015-9;=.txt: transformed to: MDAxNS05Oz0udHh0 2026/09/03 12:44:51 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/09/03 12:44:51 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/09/03 12:44:51 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/09/03 12:44:51 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/09/03 12:44:51 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/09/03 12:44:51 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/09/03 12:44:51 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/09/03 12:44:51 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/09/03 12:44:51 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/09/03 12:44:51 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/09/03 12:44:51 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/09/03 12:44:51 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/09/03 12:44:51 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/09/03 12:44:51 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/09/03 12:44:51 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/09/03 12:44:51 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/09/03 12:44:51 DEBUG : 0015-9;=.txt: transformed to: MDAxNS05Oz0udHh0 2026/09/03 12:44:51 DEBUG : dir1/MDAwMC1hYmNkZWZnLnR4dA==: size = 21 OK 2026/09/03 12:44:51 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:44:51 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/09/03 12:44:51 DEBUG : dir1/MDAwMi1jZGVmZ2hpLnR4dA==: size = 21 OK 2026/09/03 12:44:51 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:44:51 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/09/03 12:44:51 DEBUG : dir1/MDAwNC1lZmdoaWprLnR4dA==: size = 21 OK 2026/09/03 12:44:51 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:44:51 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/09/03 12:44:51 DEBUG : dir1/MDAwNi1naGlqa2xtLnR4dA==: size = 21 OK 2026/09/03 12:44:51 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:44:51 DEBUG : B2 bucket rclone-test-pujizuz3lesa: Waiting for checks to finish 2026/09/03 12:44:51 DEBUG : dir1/MDAxMC00NTY3ODkudHh0: size = 20 OK 2026/09/03 12:44:51 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/09/03 12:44:51 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:44:51 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/09/03 12:44:51 DEBUG : dir1/MDAxMS01Njc4OTsudHh0: size = 20 OK 2026/09/03 12:44:51 DEBUG : dir1/MDAxMi02Nzg5Oy50eHQ=: size = 19 OK 2026/09/03 12:44:51 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:44:51 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/09/03 12:44:51 DEBUG : dir1/MDAxMy03ODk7PS50eHQ=: size = 19 OK 2026/09/03 12:44:51 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:44:51 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/09/03 12:44:51 DEBUG : dir1/MDAxNC04OTs9LnR4dA==: size = 18 OK 2026/09/03 12:44:51 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:44:51 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:44:51 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/09/03 12:44:51 DEBUG : dir1/MDAxNS05Oz0udHh0: size = 17 OK 2026/09/03 12:44:51 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:44:51 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/09/03 12:44:51 DEBUG : dir1/MDAwMy1kZWZnaGlqLnR4dA==: size = 21 OK 2026/09/03 12:44:51 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:44:51 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/09/03 12:44:51 DEBUG : dir1/MDAwOC0yMzQ1Njc4LnR4dA==: size = 21 OK 2026/09/03 12:44:51 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:44:51 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/09/03 12:44:51 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/09/03 12:44:51 DEBUG : dir1/MDAwOS0zNDU2Nzg5LnR4dA==: size = 21 OK 2026/09/03 12:44:51 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:44:51 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/09/03 12:44:51 DEBUG : dir1/MDAwMS1iY2RlZmdoLnR4dA==: size = 21 OK 2026/09/03 12:44:51 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:44:51 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/09/03 12:44:51 DEBUG : dir1/MDAwNy0xMjM0NTY3LnR4dA==: size = 21 OK 2026/09/03 12:44:51 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:44:51 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/09/03 12:44:51 DEBUG : dir1/MDAwNS1mZ2hpamtsLnR4dA==: size = 21 OK 2026/09/03 12:44:51 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:44:51 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/09/03 12:44:51 DEBUG : B2 bucket rclone-test-pujizuz3lesa: Waiting for transfers to finish 2026/09/03 12:44:51 DEBUG : Waiting for deletions to finish 2026/09/03 12:44:51 DEBUG : Waiting for deletions to finish 2026/09/03 12:44:51 DEBUG : YXBwbGU=: Excluded (Path Filter) 2026/09/03 12:44:51 DEBUG : YXBwbGVhcHBsZWFwcGxlYmFuYW5h: Excluded (Path Filter) 2026/09/03 12:44:51 DEBUG : YmFuYW5h: Excluded (Path Filter) 2026/09/03 12:44:51 DEBUG : c3BsaXRiYW5hbmFzcGxpdA==: Excluded (Path Filter) 2026/09/03 12:44:51 DEBUG : dir1/MDAwMC1hYmNkZWZnLnR4dA==: Excluded (Path Filter) 2026/09/03 12:44:51 DEBUG : dir1/MDAwMS1iY2RlZmdoLnR4dA==: Excluded (Path Filter) 2026/09/03 12:44:51 DEBUG : dir1/MDAwMi1jZGVmZ2hpLnR4dA==: Excluded (Path Filter) 2026/09/03 12:44:51 DEBUG : dir1/MDAwMy1kZWZnaGlqLnR4dA==: Excluded (Path Filter) 2026/09/03 12:44:51 DEBUG : dir1/MDAwNC1lZmdoaWprLnR4dA==: Excluded (Path Filter) 2026/09/03 12:44:51 DEBUG : dir1/MDAwNS1mZ2hpamtsLnR4dA==: Excluded (Path Filter) 2026/09/03 12:44:51 DEBUG : dir1/MDAwNi1naGlqa2xtLnR4dA==: Excluded (Path Filter) 2026/09/03 12:44:51 DEBUG : dir1/MDAwNy0xMjM0NTY3LnR4dA==: Excluded (Path Filter) 2026/09/03 12:44:51 DEBUG : dir1/MDAwOC0yMzQ1Njc4LnR4dA==: Excluded (Path Filter) 2026/09/03 12:44:51 DEBUG : dir1/MDAwOS0zNDU2Nzg5LnR4dA==: Excluded (Path Filter) 2026/09/03 12:44:51 DEBUG : dir1/MDAxMC00NTY3ODkudHh0: Excluded (Path Filter) 2026/09/03 12:44:51 DEBUG : dir1/MDAxMS01Njc4OTsudHh0: Excluded (Path Filter) 2026/09/03 12:44:51 DEBUG : dir1/MDAxMi02Nzg5Oy50eHQ=: Excluded (Path Filter) 2026/09/03 12:44:51 DEBUG : dir1/MDAxMy03ODk7PS50eHQ=: Excluded (Path Filter) 2026/09/03 12:44:51 DEBUG : dir1/MDAxNC04OTs9LnR4dA==: Excluded (Path Filter) 2026/09/03 12:44:51 DEBUG : dir1/MDAxNS05Oz0udHh0: Excluded (Path Filter) 2026/09/03 12:44:51 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/09/03 12:44:51 DEBUG : apple: transformed to: YXBwbGU= 2026/09/03 12:44:51 DEBUG : banana: transformed to: YmFuYW5h 2026/09/03 12:44:51 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/09/03 12:44:51 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/09/03 12:44:51 DEBUG : banana: transformed to: YmFuYW5h 2026/09/03 12:44:51 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/09/03 12:44:51 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/09/03 12:44:51 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/09/03 12:44:51 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/09/03 12:44:51 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/09/03 12:44:51 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/09/03 12:44:51 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/09/03 12:44:51 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/09/03 12:44:51 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/09/03 12:44:51 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/09/03 12:44:51 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/09/03 12:44:51 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/09/03 12:44:51 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/09/03 12:44:51 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/09/03 12:44:51 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/09/03 12:44:51 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/09/03 12:44:51 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/09/03 12:44:51 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/09/03 12:44:51 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/09/03 12:44:51 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/09/03 12:44:51 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/09/03 12:44:51 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/09/03 12:44:51 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/09/03 12:44:51 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/09/03 12:44:51 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/09/03 12:44:51 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/09/03 12:44:51 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/09/03 12:44:51 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/09/03 12:44:51 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/09/03 12:44:51 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/09/03 12:44:51 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/09/03 12:44:51 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/09/03 12:44:51 DEBUG : apple: transformed to: YXBwbGU= 2026/09/03 12:44:51 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/09/03 12:44:51 DEBUG : banana: transformed to: YmFuYW5h 2026/09/03 12:44:51 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/09/03 12:44:51 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/09/03 12:44:51 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/09/03 12:44:51 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/09/03 12:44:51 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/09/03 12:44:51 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/09/03 12:44:51 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/09/03 12:44:51 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/09/03 12:44:51 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/09/03 12:44:51 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/09/03 12:44:51 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/09/03 12:44:51 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/09/03 12:44:51 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/09/03 12:44:51 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/09/03 12:44:51 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/09/03 12:44:51 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/09/03 12:44:51 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 === RUN TestTransform/prefix run.go:198: Remote "B2 bucket rclone-test-pujizuz3lesa", Local "Local file system at /tmp/rclone3282517468", Modify Window "1ms" 2026/09/03 12:45:01 DEBUG : Waiting for deletions to finish 2026/09/03 12:45:01 DEBUG : apple: Excluded (Path Filter) 2026/09/03 12:45:01 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/09/03 12:45:01 DEBUG : banana: Excluded (Path Filter) 2026/09/03 12:45:01 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/09/03 12:45:01 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/09/03 12:45:01 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/09/03 12:45:01 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/09/03 12:45:01 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/09/03 12:45:01 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/09/03 12:45:01 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/09/03 12:45:01 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/09/03 12:45:01 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/09/03 12:45:01 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/09/03 12:45:01 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/09/03 12:45:01 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/09/03 12:45:01 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/09/03 12:45:01 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/09/03 12:45:01 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/09/03 12:45:01 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/09/03 12:45:01 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/09/03 12:45:01 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/09/03 12:45:01 DEBUG : apple: transformed to: PREFIXapple 2026/09/03 12:45:01 DEBUG : banana: transformed to: PREFIXbanana 2026/09/03 12:45:01 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/09/03 12:45:01 DEBUG : banana: transformed to: PREFIXbanana 2026/09/03 12:45:01 DEBUG : apple: transformed to: PREFIXapple 2026/09/03 12:45:01 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/09/03 12:45:01 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/09/03 12:45:01 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/09/03 12:45:01 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/09/03 12:45:01 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/09/03 12:45:01 DEBUG : banana: transformed to: PREFIXbanana 2026/09/03 12:45:01 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/09/03 12:45:01 DEBUG : apple: transformed to: PREFIXapple 2026/09/03 12:45:01 DEBUG : apple: transformed to: PREFIXapple 2026/09/03 12:45:02 DEBUG : apple: Need to transfer - File not found at Destination 2026/09/03 12:45:02 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/09/03 12:45:02 DEBUG : appleappleapplebanana: Need to transfer - File not found at Destination 2026/09/03 12:45:02 DEBUG : banana: transformed to: PREFIXbanana 2026/09/03 12:45:02 DEBUG : banana: Need to transfer - File not found at Destination 2026/09/03 12:45:02 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/09/03 12:45:02 DEBUG : splitbananasplit: Need to transfer - File not found at Destination 2026/09/03 12:45:02 DEBUG : apple: transformed to: PREFIXapple 2026/09/03 12:45:02 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/09/03 12:45:02 DEBUG : banana: transformed to: PREFIXbanana 2026/09/03 12:45:02 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/09/03 12:45:02 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/09/03 12:45:02 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/09/03 12:45:02 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/09/03 12:45:02 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/09/03 12:45:02 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/09/03 12:45:02 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/09/03 12:45:02 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/09/03 12:45:02 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/09/03 12:45:02 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/09/03 12:45:02 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/09/03 12:45:02 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/09/03 12:45:02 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/09/03 12:45:02 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/09/03 12:45:02 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/09/03 12:45:02 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/09/03 12:45:02 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/09/03 12:45:02 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/09/03 12:45:02 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/09/03 12:45:02 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/09/03 12:45:02 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/09/03 12:45:02 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/09/03 12:45:02 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/09/03 12:45:02 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/09/03 12:45:02 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/09/03 12:45:02 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/09/03 12:45:02 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/09/03 12:45:02 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/09/03 12:45:02 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/09/03 12:45:02 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/09/03 12:45:02 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/09/03 12:45:02 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/09/03 12:45:02 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/09/03 12:45:02 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/09/03 12:45:02 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/09/03 12:45:02 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/09/03 12:45:02 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/09/03 12:45:02 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/09/03 12:45:02 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/09/03 12:45:02 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/09/03 12:45:02 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/09/03 12:45:02 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/09/03 12:45:02 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/09/03 12:45:02 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/09/03 12:45:02 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/09/03 12:45:02 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/09/03 12:45:02 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/09/03 12:45:02 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/09/03 12:45:02 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/09/03 12:45:02 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/09/03 12:45:02 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/09/03 12:45:02 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/09/03 12:45:02 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/09/03 12:45:02 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/09/03 12:45:02 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/09/03 12:45:02 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/09/03 12:45:02 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/09/03 12:45:02 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/09/03 12:45:02 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/09/03 12:45:02 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/09/03 12:45:02 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/09/03 12:45:02 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/09/03 12:45:02 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/09/03 12:45:02 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/09/03 12:45:02 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/09/03 12:45:02 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/09/03 12:45:02 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/09/03 12:45:02 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/09/03 12:45:02 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/09/03 12:45:02 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/09/03 12:45:02 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/09/03 12:45:02 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/09/03 12:45:02 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/09/03 12:45:02 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/09/03 12:45:02 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/09/03 12:45:02 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/09/03 12:45:02 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/09/03 12:45:02 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/09/03 12:45:02 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/09/03 12:45:02 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/09/03 12:45:02 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/09/03 12:45:02 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/09/03 12:45:02 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/09/03 12:45:02 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/09/03 12:45:02 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/09/03 12:45:02 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/09/03 12:45:02 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/09/03 12:45:02 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/09/03 12:45:02 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/09/03 12:45:02 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/09/03 12:45:02 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/09/03 12:45:02 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/09/03 12:45:02 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/09/03 12:45:02 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/09/03 12:45:02 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/09/03 12:45:02 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/09/03 12:45:02 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/09/03 12:45:02 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/09/03 12:45:02 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/09/03 12:45:02 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/09/03 12:45:02 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/09/03 12:45:02 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/09/03 12:45:02 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/09/03 12:45:02 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/09/03 12:45:02 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/09/03 12:45:02 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/09/03 12:45:02 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/09/03 12:45:02 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/09/03 12:45:02 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/09/03 12:45:02 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/09/03 12:45:02 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/09/03 12:45:02 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/09/03 12:45:02 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/09/03 12:45:02 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/09/03 12:45:02 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/09/03 12:45:02 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/09/03 12:45:02 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/09/03 12:45:02 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/09/03 12:45:02 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/09/03 12:45:02 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/09/03 12:45:02 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/09/03 12:45:02 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/09/03 12:45:02 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/09/03 12:45:02 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/09/03 12:45:02 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/09/03 12:45:02 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/09/03 12:45:02 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/09/03 12:45:02 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/09/03 12:45:02 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/09/03 12:45:02 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/09/03 12:45:02 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/09/03 12:45:02 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2026/09/03 12:45:02 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/09/03 12:45:02 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2026/09/03 12:45:02 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/09/03 12:45:02 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2026/09/03 12:45:02 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/09/03 12:45:02 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2026/09/03 12:45:02 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/09/03 12:45:02 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2026/09/03 12:45:02 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/09/03 12:45:02 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/09/03 12:45:02 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/09/03 12:45:02 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/09/03 12:45:02 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/09/03 12:45:02 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/09/03 12:45:02 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/09/03 12:45:02 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/09/03 12:45:02 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/09/03 12:45:02 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/09/03 12:45:02 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2026/09/03 12:45:02 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/09/03 12:45:02 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/09/03 12:45:02 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/09/03 12:45:02 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/09/03 12:45:02 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/09/03 12:45:02 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/09/03 12:45:02 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/09/03 12:45:02 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/09/03 12:45:02 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/09/03 12:45:02 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/09/03 12:45:02 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/09/03 12:45:02 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/09/03 12:45:02 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/09/03 12:45:02 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/09/03 12:45:02 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/09/03 12:45:02 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/09/03 12:45:02 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/09/03 12:45:02 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/09/03 12:45:02 DEBUG : 0015-9;=.txt: transformed to: PREFIX0015-9;=.txt 2026/09/03 12:45:02 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/09/03 12:45:02 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/09/03 12:45:02 DEBUG : PREFIXbanana: size = 6 OK 2026/09/03 12:45:02 DEBUG : banana: sha1 = 250e77f12a5ab6972a0895d290c4792f0a326ea8 OK 2026/09/03 12:45:02 INFO : banana: Copied (new) to: PREFIXbanana 2026/09/03 12:45:02 DEBUG : PREFIXapple: size = 5 OK 2026/09/03 12:45:02 DEBUG : apple: sha1 = d0be2dc421be4fcd0172e5afceea3970e2f3d940 OK 2026/09/03 12:45:02 INFO : apple: Copied (new) to: PREFIXapple 2026/09/03 12:45:02 DEBUG : dir1/0000-abcdefg.txt: Need to transfer - File not found at Destination 2026/09/03 12:45:02 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/09/03 12:45:02 DEBUG : dir1/0001-bcdefgh.txt: Need to transfer - File not found at Destination 2026/09/03 12:45:02 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/09/03 12:45:02 DEBUG : dir1/0002-cdefghi.txt: Need to transfer - File not found at Destination 2026/09/03 12:45:02 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/09/03 12:45:02 DEBUG : dir1/0003-defghij.txt: Need to transfer - File not found at Destination 2026/09/03 12:45:02 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/09/03 12:45:02 DEBUG : dir1/0004-efghijk.txt: Need to transfer - File not found at Destination 2026/09/03 12:45:02 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2026/09/03 12:45:02 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/09/03 12:45:02 DEBUG : dir1/0005-fghijkl.txt: Need to transfer - File not found at Destination 2026/09/03 12:45:02 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/09/03 12:45:02 DEBUG : dir1/0006-ghijklm.txt: Need to transfer - File not found at Destination 2026/09/03 12:45:02 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/09/03 12:45:02 DEBUG : dir1/0007-1234567.txt: Need to transfer - File not found at Destination 2026/09/03 12:45:02 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/09/03 12:45:02 DEBUG : dir1/0008-2345678.txt: Need to transfer - File not found at Destination 2026/09/03 12:45:02 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/09/03 12:45:02 DEBUG : dir1/0009-3456789.txt: Need to transfer - File not found at Destination 2026/09/03 12:45:02 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2026/09/03 12:45:02 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt 2026/09/03 12:45:02 DEBUG : dir1/0010-456789.txt: Need to transfer - File not found at Destination 2026/09/03 12:45:02 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/09/03 12:45:02 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination 2026/09/03 12:45:02 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/09/03 12:45:02 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2026/09/03 12:45:02 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/09/03 12:45:02 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2026/09/03 12:45:02 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/09/03 12:45:02 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2026/09/03 12:45:02 DEBUG : 0015-9;=.txt: transformed to: PREFIX0015-9;=.txt 2026/09/03 12:45:02 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination 2026/09/03 12:45:02 DEBUG : B2 bucket rclone-test-pujizuz3lesa: Waiting for checks to finish 2026/09/03 12:45:02 DEBUG : B2 bucket rclone-test-pujizuz3lesa: Waiting for transfers to finish 2026/09/03 12:45:02 DEBUG : PREFIXsplitbananasplit: size = 16 OK 2026/09/03 12:45:02 DEBUG : splitbananasplit: sha1 = c045b86d2da0a5c0db76c2e57cc85d98a73d0dfe OK 2026/09/03 12:45:02 INFO : splitbananasplit: Copied (new) to: PREFIXsplitbananasplit 2026/09/03 12:45:02 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2026/09/03 12:45:02 DEBUG : PREFIXappleappleapplebanana: size = 21 OK 2026/09/03 12:45:02 DEBUG : appleappleapplebanana: sha1 = d4006cec695294959fc86acc4d86a4a8bd1771d4 OK 2026/09/03 12:45:02 INFO : appleappleapplebanana: Copied (new) to: PREFIXappleappleapplebanana 2026/09/03 12:45:02 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2026/09/03 12:45:02 DEBUG : dir1/PREFIX0000-abcdefg.txt: size = 21 OK 2026/09/03 12:45:02 DEBUG : dir1/0000-abcdefg.txt: sha1 = 39cc20a3972ef42585635752f22e809ce7661dd0 OK 2026/09/03 12:45:02 INFO : dir1/0000-abcdefg.txt: Copied (new) to: dir1/PREFIX0000-abcdefg.txt 2026/09/03 12:45:02 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2026/09/03 12:45:02 DEBUG : dir1/PREFIX0002-cdefghi.txt: size = 21 OK 2026/09/03 12:45:02 DEBUG : dir1/0002-cdefghi.txt: sha1 = f5271bcb3e6699430d75487a6e002f56f75748d6 OK 2026/09/03 12:45:02 INFO : dir1/0002-cdefghi.txt: Copied (new) to: dir1/PREFIX0002-cdefghi.txt 2026/09/03 12:45:02 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2026/09/03 12:45:02 DEBUG : dir1/PREFIX0001-bcdefgh.txt: size = 21 OK 2026/09/03 12:45:02 DEBUG : dir1/0001-bcdefgh.txt: sha1 = 13f6ac14c045641af16b93bf99a126efa57a13c0 OK 2026/09/03 12:45:02 INFO : dir1/0001-bcdefgh.txt: Copied (new) to: dir1/PREFIX0001-bcdefgh.txt 2026/09/03 12:45:02 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2026/09/03 12:45:02 DEBUG : dir1/PREFIX0004-efghijk.txt: size = 21 OK 2026/09/03 12:45:02 DEBUG : dir1/0004-efghijk.txt: sha1 = 8a6e3a10e2778fd7a449c0ddeff0e60b99b818f6 OK 2026/09/03 12:45:02 INFO : dir1/0004-efghijk.txt: Copied (new) to: dir1/PREFIX0004-efghijk.txt 2026/09/03 12:45:02 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2026/09/03 12:45:02 DEBUG : dir1/PREFIX0003-defghij.txt: size = 21 OK 2026/09/03 12:45:02 DEBUG : dir1/0003-defghij.txt: sha1 = 6275159262463ab911da879437354a03fc105132 OK 2026/09/03 12:45:02 INFO : dir1/0003-defghij.txt: Copied (new) to: dir1/PREFIX0003-defghij.txt 2026/09/03 12:45:02 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2026/09/03 12:45:02 DEBUG : dir1/PREFIX0005-fghijkl.txt: size = 21 OK 2026/09/03 12:45:02 DEBUG : dir1/0005-fghijkl.txt: sha1 = 9be5d86eeb571f4bb49cba75a71573bae6d7f9b0 OK 2026/09/03 12:45:02 INFO : dir1/0005-fghijkl.txt: Copied (new) to: dir1/PREFIX0005-fghijkl.txt 2026/09/03 12:45:02 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2026/09/03 12:45:02 DEBUG : dir1/PREFIX0006-ghijklm.txt: size = 21 OK 2026/09/03 12:45:02 DEBUG : dir1/0006-ghijklm.txt: sha1 = 022b65de02ed02df549dca26b856b83ea957c161 OK 2026/09/03 12:45:02 INFO : dir1/0006-ghijklm.txt: Copied (new) to: dir1/PREFIX0006-ghijklm.txt 2026/09/03 12:45:02 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2026/09/03 12:45:03 DEBUG : dir1/PREFIX0007-1234567.txt: size = 21 OK 2026/09/03 12:45:03 DEBUG : dir1/0007-1234567.txt: sha1 = f65b28e19d4af11accc4c96ab412abe037842afc OK 2026/09/03 12:45:03 INFO : dir1/0007-1234567.txt: Copied (new) to: dir1/PREFIX0007-1234567.txt 2026/09/03 12:45:03 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2026/09/03 12:45:03 DEBUG : dir1/PREFIX0009-3456789.txt: size = 21 OK 2026/09/03 12:45:03 DEBUG : dir1/0009-3456789.txt: sha1 = cf20fbc0bb51b0e93dd849f5493167c827e103dc OK 2026/09/03 12:45:03 INFO : dir1/0009-3456789.txt: Copied (new) to: dir1/PREFIX0009-3456789.txt 2026/09/03 12:45:03 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2026/09/03 12:45:03 DEBUG : dir1/PREFIX0008-2345678.txt: size = 21 OK 2026/09/03 12:45:03 DEBUG : dir1/0008-2345678.txt: sha1 = 35bd7b0a5af9be4c53d2bf8b53d45f0c4e5d9d07 OK 2026/09/03 12:45:03 INFO : dir1/0008-2345678.txt: Copied (new) to: dir1/PREFIX0008-2345678.txt 2026/09/03 12:45:03 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2026/09/03 12:45:03 DEBUG : dir1/PREFIX0012-6789;.txt: size = 19 OK 2026/09/03 12:45:03 DEBUG : dir1/0012-6789;.txt: sha1 = 41938da9b0f9799a9c96dea5682322b6b7607058 OK 2026/09/03 12:45:03 INFO : dir1/0012-6789;.txt: Copied (new) to: dir1/PREFIX0012-6789;.txt 2026/09/03 12:45:03 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2026/09/03 12:45:03 DEBUG : dir1/PREFIX0011-56789;.txt: size = 20 OK 2026/09/03 12:45:03 DEBUG : dir1/0011-56789;.txt: sha1 = ce6baa1459a8f1c8daeca41dccc499a5a7f9d342 OK 2026/09/03 12:45:03 INFO : dir1/0011-56789;.txt: Copied (new) to: dir1/PREFIX0011-56789;.txt 2026/09/03 12:45:03 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt 2026/09/03 12:45:03 DEBUG : dir1/PREFIX0010-456789.txt: size = 20 OK 2026/09/03 12:45:03 DEBUG : dir1/0010-456789.txt: sha1 = ef1ccb5339c5b9d3b78cdb41937cb754674521e9 OK 2026/09/03 12:45:03 INFO : dir1/0010-456789.txt: Copied (new) to: dir1/PREFIX0010-456789.txt 2026/09/03 12:45:03 DEBUG : dir1/PREFIX0013-789;=.txt: size = 19 OK 2026/09/03 12:45:03 DEBUG : dir1/0013-789;=.txt: sha1 = 957e831070085d71b655c9afa66b8e0cb86662b3 OK 2026/09/03 12:45:03 INFO : dir1/0013-789;=.txt: Copied (new) to: dir1/PREFIX0013-789;=.txt 2026/09/03 12:45:03 DEBUG : dir1/PREFIX0014-89;=.txt: size = 18 OK 2026/09/03 12:45:03 DEBUG : dir1/0014-89;=.txt: sha1 = 6f88327b529855962672012b6f4fc01033c31ec0 OK 2026/09/03 12:45:03 INFO : dir1/0014-89;=.txt: Copied (new) to: dir1/PREFIX0014-89;=.txt 2026/09/03 12:45:03 DEBUG : dir1/PREFIX0015-9;=.txt: size = 17 OK 2026/09/03 12:45:03 DEBUG : dir1/0015-9;=.txt: sha1 = 2a0afde94c232e5cb80d07261acf840a4a5f0143 OK 2026/09/03 12:45:03 INFO : dir1/0015-9;=.txt: Copied (new) to: dir1/PREFIX0015-9;=.txt 2026/09/03 12:45:03 DEBUG : Waiting for deletions to finish 2026/09/03 12:45:03 INFO : banana: Deleted 2026/09/03 12:45:03 INFO : dir1/0000-abcdefg.txt: Deleted 2026/09/03 12:45:03 INFO : dir1/0006-ghijklm.txt: Deleted 2026/09/03 12:45:03 INFO : dir1/0007-1234567.txt: Deleted 2026/09/03 12:45:03 INFO : dir1/0012-6789;.txt: Deleted 2026/09/03 12:45:03 INFO : dir1/0002-cdefghi.txt: Deleted 2026/09/03 12:45:03 INFO : dir1/0014-89;=.txt: Deleted 2026/09/03 12:45:03 INFO : dir1/0003-defghij.txt: Deleted 2026/09/03 12:45:03 INFO : dir1/0009-3456789.txt: Deleted 2026/09/03 12:45:03 INFO : dir1/0011-56789;.txt: Deleted 2026/09/03 12:45:04 INFO : dir1/0013-789;=.txt: Deleted 2026/09/03 12:45:04 INFO : apple: Deleted 2026/09/03 12:45:04 INFO : appleappleapplebanana: Deleted 2026/09/03 12:45:04 INFO : splitbananasplit: Deleted 2026/09/03 12:45:04 INFO : dir1/0010-456789.txt: Deleted 2026/09/03 12:45:04 INFO : dir1/0001-bcdefgh.txt: Deleted 2026/09/03 12:45:04 INFO : dir1/0015-9;=.txt: Deleted 2026/09/03 12:45:04 INFO : dir1/0004-efghijk.txt: Deleted 2026/09/03 12:45:04 INFO : dir1/0005-fghijkl.txt: Deleted 2026/09/03 12:45:04 INFO : dir1/0008-2345678.txt: Deleted 2026/09/03 12:45:04 DEBUG : Waiting for deletions to finish 2026/09/03 12:45:04 DEBUG : PREFIXapple: Excluded (Path Filter) 2026/09/03 12:45:04 DEBUG : PREFIXappleappleapplebanana: Excluded (Path Filter) 2026/09/03 12:45:04 DEBUG : PREFIXbanana: Excluded (Path Filter) 2026/09/03 12:45:04 DEBUG : PREFIXsplitbananasplit: Excluded (Path Filter) 2026/09/03 12:45:04 DEBUG : dir1/PREFIX0000-abcdefg.txt: Excluded (Path Filter) 2026/09/03 12:45:04 DEBUG : dir1/PREFIX0001-bcdefgh.txt: Excluded (Path Filter) 2026/09/03 12:45:04 DEBUG : dir1/PREFIX0002-cdefghi.txt: Excluded (Path Filter) 2026/09/03 12:45:04 DEBUG : dir1/PREFIX0003-defghij.txt: Excluded (Path Filter) 2026/09/03 12:45:04 DEBUG : dir1/PREFIX0004-efghijk.txt: Excluded (Path Filter) 2026/09/03 12:45:04 DEBUG : dir1/PREFIX0005-fghijkl.txt: Excluded (Path Filter) 2026/09/03 12:45:04 DEBUG : dir1/PREFIX0006-ghijklm.txt: Excluded (Path Filter) 2026/09/03 12:45:04 DEBUG : dir1/PREFIX0007-1234567.txt: Excluded (Path Filter) 2026/09/03 12:45:04 DEBUG : dir1/PREFIX0008-2345678.txt: Excluded (Path Filter) 2026/09/03 12:45:04 DEBUG : dir1/PREFIX0009-3456789.txt: Excluded (Path Filter) 2026/09/03 12:45:04 DEBUG : dir1/PREFIX0010-456789.txt: Excluded (Path Filter) 2026/09/03 12:45:04 DEBUG : dir1/PREFIX0011-56789;.txt: Excluded (Path Filter) 2026/09/03 12:45:04 DEBUG : dir1/PREFIX0012-6789;.txt: Excluded (Path Filter) 2026/09/03 12:45:04 DEBUG : dir1/PREFIX0013-789;=.txt: Excluded (Path Filter) 2026/09/03 12:45:04 DEBUG : dir1/PREFIX0014-89;=.txt: Excluded (Path Filter) 2026/09/03 12:45:04 DEBUG : dir1/PREFIX0015-9;=.txt: Excluded (Path Filter) 2026/09/03 12:45:04 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2026/09/03 12:45:04 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt 2026/09/03 12:45:04 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2026/09/03 12:45:04 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2026/09/03 12:45:04 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2026/09/03 12:45:04 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2026/09/03 12:45:04 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2026/09/03 12:45:04 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2026/09/03 12:45:04 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2026/09/03 12:45:04 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2026/09/03 12:45:04 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2026/09/03 12:45:04 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2026/09/03 12:45:04 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2026/09/03 12:45:04 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2026/09/03 12:45:04 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2026/09/03 12:45:04 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2026/09/03 12:45:04 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2026/09/03 12:45:04 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2026/09/03 12:45:04 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2026/09/03 12:45:04 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2026/09/03 12:45:04 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2026/09/03 12:45:04 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2026/09/03 12:45:04 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2026/09/03 12:45:04 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2026/09/03 12:45:04 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2026/09/03 12:45:04 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2026/09/03 12:45:04 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2026/09/03 12:45:04 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2026/09/03 12:45:04 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt 2026/09/03 12:45:04 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2026/09/03 12:45:04 DEBUG : apple: transformed to: PREFIXapple 2026/09/03 12:45:04 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt 2026/09/03 12:45:04 DEBUG : apple: transformed to: PREFIXapple 2026/09/03 12:45:04 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2026/09/03 12:45:04 DEBUG : apple: transformed to: PREFIXapple 2026/09/03 12:45:04 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2026/09/03 12:45:04 DEBUG : apple: transformed to: PREFIXapple 2026/09/03 12:45:04 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2026/09/03 12:45:04 DEBUG : apple: transformed to: PREFIXapple 2026/09/03 12:45:04 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2026/09/03 12:45:04 DEBUG : apple: transformed to: PREFIXapple 2026/09/03 12:45:04 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2026/09/03 12:45:04 DEBUG : apple: transformed to: PREFIXapple 2026/09/03 12:45:04 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2026/09/03 12:45:04 DEBUG : apple: transformed to: PREFIXapple 2026/09/03 12:45:04 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2026/09/03 12:45:04 DEBUG : apple: transformed to: PREFIXapple 2026/09/03 12:45:04 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2026/09/03 12:45:04 DEBUG : apple: transformed to: PREFIXapple 2026/09/03 12:45:04 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2026/09/03 12:45:04 DEBUG : apple: transformed to: PREFIXapple 2026/09/03 12:45:04 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2026/09/03 12:45:04 DEBUG : apple: transformed to: PREFIXapple 2026/09/03 12:45:04 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2026/09/03 12:45:04 DEBUG : apple: transformed to: PREFIXapple 2026/09/03 12:45:04 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2026/09/03 12:45:04 DEBUG : apple: transformed to: PREFIXapple 2026/09/03 12:45:04 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2026/09/03 12:45:04 DEBUG : apple: transformed to: PREFIXapple 2026/09/03 12:45:04 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2026/09/03 12:45:04 DEBUG : apple: transformed to: PREFIXapple 2026/09/03 12:45:04 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt 2026/09/03 12:45:04 DEBUG : banana: transformed to: PREFIXbanana 2026/09/03 12:45:04 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt 2026/09/03 12:45:04 DEBUG : banana: transformed to: PREFIXbanana 2026/09/03 12:45:04 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2026/09/03 12:45:04 DEBUG : banana: transformed to: PREFIXbanana 2026/09/03 12:45:04 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2026/09/03 12:45:04 DEBUG : banana: transformed to: PREFIXbanana 2026/09/03 12:45:04 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2026/09/03 12:45:04 DEBUG : banana: transformed to: PREFIXbanana 2026/09/03 12:45:04 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2026/09/03 12:45:04 DEBUG : banana: transformed to: PREFIXbanana 2026/09/03 12:45:04 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2026/09/03 12:45:04 DEBUG : banana: transformed to: PREFIXbanana 2026/09/03 12:45:04 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2026/09/03 12:45:04 DEBUG : banana: transformed to: PREFIXbanana 2026/09/03 12:45:04 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2026/09/03 12:45:04 DEBUG : banana: transformed to: PREFIXbanana 2026/09/03 12:45:04 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2026/09/03 12:45:04 DEBUG : banana: transformed to: PREFIXbanana 2026/09/03 12:45:04 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2026/09/03 12:45:04 DEBUG : banana: transformed to: PREFIXbanana 2026/09/03 12:45:04 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2026/09/03 12:45:04 DEBUG : banana: transformed to: PREFIXbanana 2026/09/03 12:45:04 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2026/09/03 12:45:04 DEBUG : banana: transformed to: PREFIXbanana 2026/09/03 12:45:04 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2026/09/03 12:45:04 DEBUG : banana: transformed to: PREFIXbanana 2026/09/03 12:45:04 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2026/09/03 12:45:04 DEBUG : banana: transformed to: PREFIXbanana 2026/09/03 12:45:04 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2026/09/03 12:45:04 DEBUG : banana: transformed to: PREFIXbanana 2026/09/03 12:45:04 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt 2026/09/03 12:45:04 DEBUG : banana: transformed to: PREFIXbanana 2026/09/03 12:45:04 DEBUG : apple: transformed to: PREFIXapple 2026/09/03 12:45:04 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/09/03 12:45:04 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt 2026/09/03 12:45:04 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/09/03 12:45:04 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2026/09/03 12:45:04 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/09/03 12:45:04 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2026/09/03 12:45:04 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/09/03 12:45:04 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2026/09/03 12:45:04 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/09/03 12:45:04 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2026/09/03 12:45:04 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/09/03 12:45:04 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2026/09/03 12:45:04 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/09/03 12:45:04 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2026/09/03 12:45:04 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/09/03 12:45:04 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2026/09/03 12:45:04 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/09/03 12:45:04 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2026/09/03 12:45:04 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/09/03 12:45:04 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2026/09/03 12:45:04 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/09/03 12:45:04 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2026/09/03 12:45:04 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/09/03 12:45:04 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2026/09/03 12:45:04 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/09/03 12:45:04 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2026/09/03 12:45:04 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/09/03 12:45:04 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2026/09/03 12:45:04 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/09/03 12:45:04 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2026/09/03 12:45:04 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/09/03 12:45:04 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt 2026/09/03 12:45:04 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/09/03 12:45:04 DEBUG : banana: transformed to: PREFIXbanana 2026/09/03 12:45:04 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/09/03 12:45:04 DEBUG : apple: transformed to: PREFIXapple 2026/09/03 12:45:04 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/09/03 12:45:04 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt 2026/09/03 12:45:04 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/09/03 12:45:04 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2026/09/03 12:45:04 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/09/03 12:45:04 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2026/09/03 12:45:04 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/09/03 12:45:04 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2026/09/03 12:45:04 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/09/03 12:45:04 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2026/09/03 12:45:04 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/09/03 12:45:04 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2026/09/03 12:45:04 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/09/03 12:45:04 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2026/09/03 12:45:04 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/09/03 12:45:04 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2026/09/03 12:45:04 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/09/03 12:45:04 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2026/09/03 12:45:04 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/09/03 12:45:04 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2026/09/03 12:45:04 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/09/03 12:45:04 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2026/09/03 12:45:04 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/09/03 12:45:04 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2026/09/03 12:45:04 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/09/03 12:45:04 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2026/09/03 12:45:04 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/09/03 12:45:04 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2026/09/03 12:45:04 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/09/03 12:45:04 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2026/09/03 12:45:04 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/09/03 12:45:04 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt 2026/09/03 12:45:04 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/09/03 12:45:04 DEBUG : banana: transformed to: PREFIXbanana 2026/09/03 12:45:04 DEBUG : apple: transformed to: PREFIXapple 2026/09/03 12:45:04 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/09/03 12:45:04 DEBUG : banana: transformed to: PREFIXbanana 2026/09/03 12:45:04 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/09/03 12:45:04 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt 2026/09/03 12:45:04 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2026/09/03 12:45:04 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2026/09/03 12:45:04 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2026/09/03 12:45:04 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2026/09/03 12:45:04 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2026/09/03 12:45:04 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2026/09/03 12:45:04 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2026/09/03 12:45:04 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2026/09/03 12:45:04 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2026/09/03 12:45:04 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2026/09/03 12:45:04 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2026/09/03 12:45:04 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2026/09/03 12:45:04 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2026/09/03 12:45:04 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2026/09/03 12:45:04 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt 2026/09/03 12:45:04 DEBUG : apple: Need to transfer - File not found at Destination 2026/09/03 12:45:04 DEBUG : appleappleapplebanana: Need to transfer - File not found at Destination 2026/09/03 12:45:04 DEBUG : banana: Need to transfer - File not found at Destination 2026/09/03 12:45:04 DEBUG : splitbananasplit: Need to transfer - File not found at Destination 2026/09/03 12:45:05 DEBUG : apple: size = 5 OK 2026/09/03 12:45:05 DEBUG : apple: sha1 = d0be2dc421be4fcd0172e5afceea3970e2f3d940 OK 2026/09/03 12:45:05 INFO : apple: Copied (new) 2026/09/03 12:45:05 DEBUG : appleappleapplebanana: size = 21 OK 2026/09/03 12:45:05 DEBUG : appleappleapplebanana: sha1 = d4006cec695294959fc86acc4d86a4a8bd1771d4 OK 2026/09/03 12:45:05 INFO : appleappleapplebanana: Copied (new) 2026/09/03 12:45:05 DEBUG : banana: size = 6 OK 2026/09/03 12:45:05 DEBUG : banana: sha1 = 250e77f12a5ab6972a0895d290c4792f0a326ea8 OK 2026/09/03 12:45:05 INFO : banana: Copied (new) 2026/09/03 12:45:05 DEBUG : splitbananasplit: size = 16 OK 2026/09/03 12:45:05 DEBUG : splitbananasplit: sha1 = c045b86d2da0a5c0db76c2e57cc85d98a73d0dfe OK 2026/09/03 12:45:05 INFO : splitbananasplit: Copied (new) 2026/09/03 12:45:05 DEBUG : dir1/0000-abcdefg.txt: Need to transfer - File not found at Destination 2026/09/03 12:45:05 DEBUG : dir1/0001-bcdefgh.txt: Need to transfer - File not found at Destination 2026/09/03 12:45:05 DEBUG : dir1/0002-cdefghi.txt: Need to transfer - File not found at Destination 2026/09/03 12:45:05 DEBUG : dir1/0003-defghij.txt: Need to transfer - File not found at Destination 2026/09/03 12:45:05 DEBUG : dir1/0004-efghijk.txt: Need to transfer - File not found at Destination 2026/09/03 12:45:05 DEBUG : dir1/0005-fghijkl.txt: Need to transfer - File not found at Destination 2026/09/03 12:45:05 DEBUG : dir1/0006-ghijklm.txt: Need to transfer - File not found at Destination 2026/09/03 12:45:05 DEBUG : dir1/0007-1234567.txt: Need to transfer - File not found at Destination 2026/09/03 12:45:05 DEBUG : dir1/0008-2345678.txt: Need to transfer - File not found at Destination 2026/09/03 12:45:05 DEBUG : dir1/0009-3456789.txt: Need to transfer - File not found at Destination 2026/09/03 12:45:05 DEBUG : dir1/0010-456789.txt: Need to transfer - File not found at Destination 2026/09/03 12:45:05 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination 2026/09/03 12:45:05 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2026/09/03 12:45:05 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2026/09/03 12:45:05 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2026/09/03 12:45:05 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination 2026/09/03 12:45:05 DEBUG : B2 bucket rclone-test-pujizuz3lesa: Waiting for checks to finish 2026/09/03 12:45:05 DEBUG : B2 bucket rclone-test-pujizuz3lesa: Waiting for transfers to finish 2026/09/03 12:45:05 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/09/03 12:45:05 DEBUG : dir1/0002-cdefghi.txt: sha1 = f5271bcb3e6699430d75487a6e002f56f75748d6 OK 2026/09/03 12:45:05 INFO : dir1/0002-cdefghi.txt: Copied (new) 2026/09/03 12:45:05 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/09/03 12:45:05 DEBUG : dir1/0000-abcdefg.txt: sha1 = 39cc20a3972ef42585635752f22e809ce7661dd0 OK 2026/09/03 12:45:05 INFO : dir1/0000-abcdefg.txt: Copied (new) 2026/09/03 12:45:05 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/09/03 12:45:05 DEBUG : dir1/0003-defghij.txt: sha1 = 6275159262463ab911da879437354a03fc105132 OK 2026/09/03 12:45:05 INFO : dir1/0003-defghij.txt: Copied (new) 2026/09/03 12:45:05 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/09/03 12:45:05 DEBUG : dir1/0001-bcdefgh.txt: sha1 = 13f6ac14c045641af16b93bf99a126efa57a13c0 OK 2026/09/03 12:45:05 INFO : dir1/0001-bcdefgh.txt: Copied (new) 2026/09/03 12:45:05 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/09/03 12:45:05 DEBUG : dir1/0004-efghijk.txt: sha1 = 8a6e3a10e2778fd7a449c0ddeff0e60b99b818f6 OK 2026/09/03 12:45:05 INFO : dir1/0004-efghijk.txt: Copied (new) 2026/09/03 12:45:05 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/09/03 12:45:05 DEBUG : dir1/0005-fghijkl.txt: sha1 = 9be5d86eeb571f4bb49cba75a71573bae6d7f9b0 OK 2026/09/03 12:45:05 INFO : dir1/0005-fghijkl.txt: Copied (new) 2026/09/03 12:45:05 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/09/03 12:45:05 DEBUG : dir1/0006-ghijklm.txt: sha1 = 022b65de02ed02df549dca26b856b83ea957c161 OK 2026/09/03 12:45:05 INFO : dir1/0006-ghijklm.txt: Copied (new) 2026/09/03 12:45:05 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/09/03 12:45:05 DEBUG : dir1/0007-1234567.txt: sha1 = f65b28e19d4af11accc4c96ab412abe037842afc OK 2026/09/03 12:45:05 INFO : dir1/0007-1234567.txt: Copied (new) 2026/09/03 12:45:05 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/09/03 12:45:05 DEBUG : dir1/0008-2345678.txt: sha1 = 35bd7b0a5af9be4c53d2bf8b53d45f0c4e5d9d07 OK 2026/09/03 12:45:05 INFO : dir1/0008-2345678.txt: Copied (new) 2026/09/03 12:45:05 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/09/03 12:45:05 DEBUG : dir1/0009-3456789.txt: sha1 = cf20fbc0bb51b0e93dd849f5493167c827e103dc OK 2026/09/03 12:45:05 INFO : dir1/0009-3456789.txt: Copied (new) 2026/09/03 12:45:05 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/09/03 12:45:05 DEBUG : dir1/0010-456789.txt: sha1 = ef1ccb5339c5b9d3b78cdb41937cb754674521e9 OK 2026/09/03 12:45:05 INFO : dir1/0010-456789.txt: Copied (new) 2026/09/03 12:45:05 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/09/03 12:45:05 DEBUG : dir1/0011-56789;.txt: sha1 = ce6baa1459a8f1c8daeca41dccc499a5a7f9d342 OK 2026/09/03 12:45:05 INFO : dir1/0011-56789;.txt: Copied (new) 2026/09/03 12:45:05 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/09/03 12:45:05 DEBUG : dir1/0012-6789;.txt: sha1 = 41938da9b0f9799a9c96dea5682322b6b7607058 OK 2026/09/03 12:45:05 INFO : dir1/0012-6789;.txt: Copied (new) 2026/09/03 12:45:05 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/09/03 12:45:05 DEBUG : dir1/0013-789;=.txt: sha1 = 957e831070085d71b655c9afa66b8e0cb86662b3 OK 2026/09/03 12:45:05 INFO : dir1/0013-789;=.txt: Copied (new) 2026/09/03 12:45:05 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/09/03 12:45:05 DEBUG : dir1/0014-89;=.txt: sha1 = 6f88327b529855962672012b6f4fc01033c31ec0 OK 2026/09/03 12:45:05 INFO : dir1/0014-89;=.txt: Copied (new) 2026/09/03 12:45:05 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/09/03 12:45:05 DEBUG : dir1/0015-9;=.txt: sha1 = 2a0afde94c232e5cb80d07261acf840a4a5f0143 OK 2026/09/03 12:45:05 INFO : dir1/0015-9;=.txt: Copied (new) 2026/09/03 12:45:05 DEBUG : Waiting for deletions to finish 2026/09/03 12:45:06 INFO : PREFIXsplitbananasplit: Deleted 2026/09/03 12:45:06 INFO : dir1/PREFIX0006-ghijklm.txt: Deleted 2026/09/03 12:45:06 INFO : dir1/PREFIX0008-2345678.txt: Deleted 2026/09/03 12:45:06 INFO : dir1/PREFIX0001-bcdefgh.txt: Deleted 2026/09/03 12:45:06 INFO : dir1/PREFIX0013-789;=.txt: Deleted 2026/09/03 12:45:06 INFO : PREFIXappleappleapplebanana: Deleted 2026/09/03 12:45:06 INFO : dir1/PREFIX0007-1234567.txt: Deleted 2026/09/03 12:45:06 INFO : dir1/PREFIX0002-cdefghi.txt: Deleted 2026/09/03 12:45:06 INFO : dir1/PREFIX0014-89;=.txt: Deleted 2026/09/03 12:45:06 INFO : PREFIXapple: Deleted 2026/09/03 12:45:06 INFO : dir1/PREFIX0009-3456789.txt: Deleted 2026/09/03 12:45:06 INFO : dir1/PREFIX0015-9;=.txt: Deleted 2026/09/03 12:45:06 INFO : PREFIXbanana: Deleted 2026/09/03 12:45:06 INFO : dir1/PREFIX0000-abcdefg.txt: Deleted 2026/09/03 12:45:06 INFO : dir1/PREFIX0003-defghij.txt: Deleted 2026/09/03 12:45:06 INFO : dir1/PREFIX0004-efghijk.txt: Deleted 2026/09/03 12:45:06 INFO : dir1/PREFIX0005-fghijkl.txt: Deleted 2026/09/03 12:45:06 INFO : dir1/PREFIX0010-456789.txt: Deleted 2026/09/03 12:45:06 INFO : dir1/PREFIX0011-56789;.txt: Deleted 2026/09/03 12:45:06 INFO : dir1/PREFIX0012-6789;.txt: Deleted 2026/09/03 12:45:06 DEBUG : Waiting for deletions to finish 2026/09/03 12:45:06 DEBUG : apple: Excluded (Path Filter) 2026/09/03 12:45:06 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/09/03 12:45:06 DEBUG : banana: Excluded (Path Filter) 2026/09/03 12:45:06 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/09/03 12:45:06 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/09/03 12:45:06 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/09/03 12:45:06 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/09/03 12:45:06 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/09/03 12:45:06 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/09/03 12:45:06 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/09/03 12:45:06 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/09/03 12:45:06 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/09/03 12:45:06 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/09/03 12:45:06 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/09/03 12:45:06 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/09/03 12:45:06 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/09/03 12:45:06 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/09/03 12:45:06 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/09/03 12:45:06 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/09/03 12:45:06 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/09/03 12:45:06 DEBUG : Waiting for deletions to finish 2026/09/03 12:45:07 DEBUG : apple: Excluded (Path Filter) 2026/09/03 12:45:07 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/09/03 12:45:07 DEBUG : banana: Excluded (Path Filter) 2026/09/03 12:45:07 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/09/03 12:45:07 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/09/03 12:45:07 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/09/03 12:45:07 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/09/03 12:45:07 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/09/03 12:45:07 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/09/03 12:45:07 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/09/03 12:45:07 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/09/03 12:45:07 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/09/03 12:45:07 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/09/03 12:45:07 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/09/03 12:45:07 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/09/03 12:45:07 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/09/03 12:45:07 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/09/03 12:45:07 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/09/03 12:45:07 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/09/03 12:45:07 DEBUG : splitbananasplit: Excluded (Path Filter) === RUN TestTransform/suffix run.go:198: Remote "B2 bucket rclone-test-pujizuz3lesa", Local "Local file system at /tmp/rclone3282517468", Modify Window "1ms" 2026/09/03 12:45:17 DEBUG : Waiting for deletions to finish 2026/09/03 12:45:17 DEBUG : apple: Excluded (Path Filter) 2026/09/03 12:45:17 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/09/03 12:45:17 DEBUG : banana: Excluded (Path Filter) 2026/09/03 12:45:17 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/09/03 12:45:17 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/09/03 12:45:17 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/09/03 12:45:17 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/09/03 12:45:17 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/09/03 12:45:17 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/09/03 12:45:17 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/09/03 12:45:17 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/09/03 12:45:17 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/09/03 12:45:17 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/09/03 12:45:17 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/09/03 12:45:17 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/09/03 12:45:17 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/09/03 12:45:17 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/09/03 12:45:17 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/09/03 12:45:17 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/09/03 12:45:17 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/09/03 12:45:17 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2026/09/03 12:45:17 DEBUG : apple: transformed to: appleSUFFIX 2026/09/03 12:45:17 DEBUG : banana: transformed to: bananaSUFFIX 2026/09/03 12:45:17 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2026/09/03 12:45:17 DEBUG : banana: transformed to: bananaSUFFIX 2026/09/03 12:45:17 DEBUG : apple: transformed to: appleSUFFIX 2026/09/03 12:45:17 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2026/09/03 12:45:17 DEBUG : banana: transformed to: bananaSUFFIX 2026/09/03 12:45:17 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/09/03 12:45:17 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2026/09/03 12:45:17 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/09/03 12:45:17 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/09/03 12:45:17 DEBUG : banana: transformed to: bananaSUFFIX 2026/09/03 12:45:17 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/09/03 12:45:17 DEBUG : apple: transformed to: appleSUFFIX 2026/09/03 12:45:17 DEBUG : apple: transformed to: appleSUFFIX 2026/09/03 12:45:17 DEBUG : apple: Need to transfer - File not found at Destination 2026/09/03 12:45:17 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/09/03 12:45:17 DEBUG : appleappleapplebanana: Need to transfer - File not found at Destination 2026/09/03 12:45:17 DEBUG : banana: transformed to: bananaSUFFIX 2026/09/03 12:45:17 DEBUG : banana: Need to transfer - File not found at Destination 2026/09/03 12:45:17 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2026/09/03 12:45:17 DEBUG : splitbananasplit: Need to transfer - File not found at Destination 2026/09/03 12:45:17 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/09/03 12:45:17 DEBUG : banana: transformed to: bananaSUFFIX 2026/09/03 12:45:17 DEBUG : apple: transformed to: appleSUFFIX 2026/09/03 12:45:17 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2026/09/03 12:45:17 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/09/03 12:45:17 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/09/03 12:45:17 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/09/03 12:45:17 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/09/03 12:45:17 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/09/03 12:45:17 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/09/03 12:45:17 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/09/03 12:45:17 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/09/03 12:45:17 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/09/03 12:45:17 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/09/03 12:45:17 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/09/03 12:45:17 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/09/03 12:45:17 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/09/03 12:45:17 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/09/03 12:45:17 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/09/03 12:45:17 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/09/03 12:45:17 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/09/03 12:45:17 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/09/03 12:45:17 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/09/03 12:45:17 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/09/03 12:45:17 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/09/03 12:45:17 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/09/03 12:45:17 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/09/03 12:45:17 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/09/03 12:45:17 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/09/03 12:45:17 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/09/03 12:45:17 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/09/03 12:45:17 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/09/03 12:45:17 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/09/03 12:45:17 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/09/03 12:45:17 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/09/03 12:45:17 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/09/03 12:45:17 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/09/03 12:45:17 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/09/03 12:45:17 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/09/03 12:45:17 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/09/03 12:45:17 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/09/03 12:45:17 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/09/03 12:45:17 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/09/03 12:45:17 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/09/03 12:45:17 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/09/03 12:45:17 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/09/03 12:45:17 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/09/03 12:45:17 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/09/03 12:45:17 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/09/03 12:45:17 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/09/03 12:45:17 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/09/03 12:45:17 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/09/03 12:45:17 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/09/03 12:45:17 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/09/03 12:45:17 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/09/03 12:45:17 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/09/03 12:45:17 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/09/03 12:45:17 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/09/03 12:45:17 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/09/03 12:45:17 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/09/03 12:45:17 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/09/03 12:45:17 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/09/03 12:45:17 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/09/03 12:45:17 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/09/03 12:45:17 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/09/03 12:45:17 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/09/03 12:45:17 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/09/03 12:45:17 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/09/03 12:45:17 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/09/03 12:45:17 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/09/03 12:45:17 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/09/03 12:45:17 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/09/03 12:45:17 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/09/03 12:45:17 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/09/03 12:45:17 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/09/03 12:45:17 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/09/03 12:45:17 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/09/03 12:45:17 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/09/03 12:45:17 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/09/03 12:45:17 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/09/03 12:45:17 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/09/03 12:45:17 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/09/03 12:45:17 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/09/03 12:45:17 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/09/03 12:45:17 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/09/03 12:45:17 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/09/03 12:45:17 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/09/03 12:45:17 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/09/03 12:45:17 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/09/03 12:45:17 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/09/03 12:45:17 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/09/03 12:45:17 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/09/03 12:45:17 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/09/03 12:45:17 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/09/03 12:45:17 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/09/03 12:45:17 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/09/03 12:45:17 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/09/03 12:45:17 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/09/03 12:45:17 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/09/03 12:45:17 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/09/03 12:45:17 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/09/03 12:45:17 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/09/03 12:45:17 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/09/03 12:45:17 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/09/03 12:45:17 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/09/03 12:45:17 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/09/03 12:45:17 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/09/03 12:45:17 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/09/03 12:45:17 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/09/03 12:45:17 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/09/03 12:45:17 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/09/03 12:45:17 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/09/03 12:45:17 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/09/03 12:45:17 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/09/03 12:45:17 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/09/03 12:45:17 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/09/03 12:45:17 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/09/03 12:45:17 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/09/03 12:45:17 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/09/03 12:45:17 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/09/03 12:45:17 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/09/03 12:45:17 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/09/03 12:45:17 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/09/03 12:45:17 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/09/03 12:45:17 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/09/03 12:45:17 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/09/03 12:45:17 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/09/03 12:45:17 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/09/03 12:45:17 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/09/03 12:45:17 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/09/03 12:45:17 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/09/03 12:45:17 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/09/03 12:45:17 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/09/03 12:45:17 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/09/03 12:45:17 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2026/09/03 12:45:17 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/09/03 12:45:17 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2026/09/03 12:45:17 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/09/03 12:45:17 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2026/09/03 12:45:17 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/09/03 12:45:17 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2026/09/03 12:45:17 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/09/03 12:45:17 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2026/09/03 12:45:17 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/09/03 12:45:17 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/09/03 12:45:17 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/09/03 12:45:17 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/09/03 12:45:17 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/09/03 12:45:17 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/09/03 12:45:17 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/09/03 12:45:17 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/09/03 12:45:17 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/09/03 12:45:17 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/09/03 12:45:17 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2026/09/03 12:45:17 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/09/03 12:45:17 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/09/03 12:45:17 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/09/03 12:45:17 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/09/03 12:45:17 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/09/03 12:45:17 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/09/03 12:45:17 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/09/03 12:45:17 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/09/03 12:45:17 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/09/03 12:45:17 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/09/03 12:45:17 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/09/03 12:45:17 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/09/03 12:45:17 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/09/03 12:45:17 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/09/03 12:45:17 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/09/03 12:45:17 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/09/03 12:45:17 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/09/03 12:45:17 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/09/03 12:45:17 DEBUG : 0015-9;=.txt: transformed to: 0015-9;=.txtSUFFIX 2026/09/03 12:45:17 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/09/03 12:45:17 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/09/03 12:45:18 DEBUG : bananaSUFFIX: size = 6 OK 2026/09/03 12:45:18 DEBUG : banana: sha1 = 250e77f12a5ab6972a0895d290c4792f0a326ea8 OK 2026/09/03 12:45:18 INFO : banana: Copied (new) to: bananaSUFFIX 2026/09/03 12:45:18 DEBUG : appleSUFFIX: size = 5 OK 2026/09/03 12:45:18 DEBUG : apple: sha1 = d0be2dc421be4fcd0172e5afceea3970e2f3d940 OK 2026/09/03 12:45:18 INFO : apple: Copied (new) to: appleSUFFIX 2026/09/03 12:45:18 DEBUG : splitbananasplitSUFFIX: size = 16 OK 2026/09/03 12:45:18 DEBUG : splitbananasplit: sha1 = c045b86d2da0a5c0db76c2e57cc85d98a73d0dfe OK 2026/09/03 12:45:18 INFO : splitbananasplit: Copied (new) to: splitbananasplitSUFFIX 2026/09/03 12:45:18 DEBUG : dir1/0000-abcdefg.txt: Need to transfer - File not found at Destination 2026/09/03 12:45:18 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/09/03 12:45:18 DEBUG : dir1/0001-bcdefgh.txt: Need to transfer - File not found at Destination 2026/09/03 12:45:18 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/09/03 12:45:18 DEBUG : dir1/0002-cdefghi.txt: Need to transfer - File not found at Destination 2026/09/03 12:45:18 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/09/03 12:45:18 DEBUG : dir1/0003-defghij.txt: Need to transfer - File not found at Destination 2026/09/03 12:45:18 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/09/03 12:45:18 DEBUG : dir1/0004-efghijk.txt: Need to transfer - File not found at Destination 2026/09/03 12:45:18 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/09/03 12:45:18 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcdefg.txtSUFFIX 2026/09/03 12:45:18 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX 2026/09/03 12:45:18 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX 2026/09/03 12:45:18 DEBUG : dir1/0005-fghijkl.txt: Need to transfer - File not found at Destination 2026/09/03 12:45:18 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/09/03 12:45:18 DEBUG : dir1/0006-ghijklm.txt: Need to transfer - File not found at Destination 2026/09/03 12:45:18 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/09/03 12:45:18 DEBUG : dir1/0007-1234567.txt: Need to transfer - File not found at Destination 2026/09/03 12:45:18 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/09/03 12:45:18 DEBUG : dir1/0008-2345678.txt: Need to transfer - File not found at Destination 2026/09/03 12:45:18 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/09/03 12:45:18 DEBUG : dir1/0009-3456789.txt: Need to transfer - File not found at Destination 2026/09/03 12:45:18 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2026/09/03 12:45:18 DEBUG : dir1/0010-456789.txt: Need to transfer - File not found at Destination 2026/09/03 12:45:18 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/09/03 12:45:18 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination 2026/09/03 12:45:18 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/09/03 12:45:18 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2026/09/03 12:45:18 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/09/03 12:45:18 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2026/09/03 12:45:18 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/09/03 12:45:18 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2026/09/03 12:45:18 DEBUG : 0015-9;=.txt: transformed to: 0015-9;=.txtSUFFIX 2026/09/03 12:45:18 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination 2026/09/03 12:45:18 DEBUG : B2 bucket rclone-test-pujizuz3lesa: Waiting for checks to finish 2026/09/03 12:45:18 DEBUG : B2 bucket rclone-test-pujizuz3lesa: Waiting for transfers to finish 2026/09/03 12:45:18 DEBUG : appleappleapplebananaSUFFIX: size = 21 OK 2026/09/03 12:45:18 DEBUG : appleappleapplebanana: sha1 = d4006cec695294959fc86acc4d86a4a8bd1771d4 OK 2026/09/03 12:45:18 INFO : appleappleapplebanana: Copied (new) to: appleappleapplebananaSUFFIX 2026/09/03 12:45:18 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX 2026/09/03 12:45:18 DEBUG : dir1/0002-cdefghi.txtSUFFIX: size = 21 OK 2026/09/03 12:45:18 DEBUG : dir1/0002-cdefghi.txt: sha1 = f5271bcb3e6699430d75487a6e002f56f75748d6 OK 2026/09/03 12:45:18 INFO : dir1/0002-cdefghi.txt: Copied (new) to: dir1/0002-cdefghi.txtSUFFIX 2026/09/03 12:45:18 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX 2026/09/03 12:45:18 DEBUG : dir1/0003-defghij.txtSUFFIX: size = 21 OK 2026/09/03 12:45:18 DEBUG : dir1/0003-defghij.txt: sha1 = 6275159262463ab911da879437354a03fc105132 OK 2026/09/03 12:45:18 INFO : dir1/0003-defghij.txt: Copied (new) to: dir1/0003-defghij.txtSUFFIX 2026/09/03 12:45:18 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX 2026/09/03 12:45:18 DEBUG : dir1/0001-bcdefgh.txtSUFFIX: size = 21 OK 2026/09/03 12:45:18 DEBUG : dir1/0001-bcdefgh.txt: sha1 = 13f6ac14c045641af16b93bf99a126efa57a13c0 OK 2026/09/03 12:45:18 INFO : dir1/0001-bcdefgh.txt: Copied (new) to: dir1/0001-bcdefgh.txtSUFFIX 2026/09/03 12:45:18 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX 2026/09/03 12:45:18 DEBUG : dir1/0000-abcdefg.txtSUFFIX: size = 21 OK 2026/09/03 12:45:18 DEBUG : dir1/0000-abcdefg.txt: sha1 = 39cc20a3972ef42585635752f22e809ce7661dd0 OK 2026/09/03 12:45:18 INFO : dir1/0000-abcdefg.txt: Copied (new) to: dir1/0000-abcdefg.txtSUFFIX 2026/09/03 12:45:18 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX 2026/09/03 12:45:18 DEBUG : dir1/0004-efghijk.txtSUFFIX: size = 21 OK 2026/09/03 12:45:18 DEBUG : dir1/0004-efghijk.txt: sha1 = 8a6e3a10e2778fd7a449c0ddeff0e60b99b818f6 OK 2026/09/03 12:45:18 INFO : dir1/0004-efghijk.txt: Copied (new) to: dir1/0004-efghijk.txtSUFFIX 2026/09/03 12:45:18 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX 2026/09/03 12:45:18 DEBUG : dir1/0005-fghijkl.txtSUFFIX: size = 21 OK 2026/09/03 12:45:18 DEBUG : dir1/0005-fghijkl.txt: sha1 = 9be5d86eeb571f4bb49cba75a71573bae6d7f9b0 OK 2026/09/03 12:45:18 INFO : dir1/0005-fghijkl.txt: Copied (new) to: dir1/0005-fghijkl.txtSUFFIX 2026/09/03 12:45:18 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX 2026/09/03 12:45:18 DEBUG : dir1/0006-ghijklm.txtSUFFIX: size = 21 OK 2026/09/03 12:45:18 DEBUG : dir1/0006-ghijklm.txt: sha1 = 022b65de02ed02df549dca26b856b83ea957c161 OK 2026/09/03 12:45:18 INFO : dir1/0006-ghijklm.txt: Copied (new) to: dir1/0006-ghijklm.txtSUFFIX 2026/09/03 12:45:18 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX 2026/09/03 12:45:18 DEBUG : dir1/0007-1234567.txtSUFFIX: size = 21 OK 2026/09/03 12:45:18 DEBUG : dir1/0007-1234567.txt: sha1 = f65b28e19d4af11accc4c96ab412abe037842afc OK 2026/09/03 12:45:18 INFO : dir1/0007-1234567.txt: Copied (new) to: dir1/0007-1234567.txtSUFFIX 2026/09/03 12:45:18 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX 2026/09/03 12:45:18 DEBUG : dir1/0008-2345678.txtSUFFIX: size = 21 OK 2026/09/03 12:45:18 DEBUG : dir1/0008-2345678.txt: sha1 = 35bd7b0a5af9be4c53d2bf8b53d45f0c4e5d9d07 OK 2026/09/03 12:45:18 INFO : dir1/0008-2345678.txt: Copied (new) to: dir1/0008-2345678.txtSUFFIX 2026/09/03 12:45:18 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX 2026/09/03 12:45:18 DEBUG : dir1/0009-3456789.txtSUFFIX: size = 21 OK 2026/09/03 12:45:18 DEBUG : dir1/0009-3456789.txt: sha1 = cf20fbc0bb51b0e93dd849f5493167c827e103dc OK 2026/09/03 12:45:18 INFO : dir1/0009-3456789.txt: Copied (new) to: dir1/0009-3456789.txtSUFFIX 2026/09/03 12:45:18 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX 2026/09/03 12:45:19 DEBUG : dir1/0010-456789.txtSUFFIX: size = 20 OK 2026/09/03 12:45:19 DEBUG : dir1/0010-456789.txt: sha1 = ef1ccb5339c5b9d3b78cdb41937cb754674521e9 OK 2026/09/03 12:45:19 INFO : dir1/0010-456789.txt: Copied (new) to: dir1/0010-456789.txtSUFFIX 2026/09/03 12:45:19 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX 2026/09/03 12:45:19 DEBUG : dir1/0012-6789;.txtSUFFIX: size = 19 OK 2026/09/03 12:45:19 DEBUG : dir1/0012-6789;.txt: sha1 = 41938da9b0f9799a9c96dea5682322b6b7607058 OK 2026/09/03 12:45:19 INFO : dir1/0012-6789;.txt: Copied (new) to: dir1/0012-6789;.txtSUFFIX 2026/09/03 12:45:19 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX 2026/09/03 12:45:19 DEBUG : dir1/0011-56789;.txtSUFFIX: size = 20 OK 2026/09/03 12:45:19 DEBUG : dir1/0011-56789;.txt: sha1 = ce6baa1459a8f1c8daeca41dccc499a5a7f9d342 OK 2026/09/03 12:45:19 INFO : dir1/0011-56789;.txt: Copied (new) to: dir1/0011-56789;.txtSUFFIX 2026/09/03 12:45:19 DEBUG : dir1/0013-789;=.txtSUFFIX: size = 19 OK 2026/09/03 12:45:19 DEBUG : dir1/0013-789;=.txt: sha1 = 957e831070085d71b655c9afa66b8e0cb86662b3 OK 2026/09/03 12:45:19 INFO : dir1/0013-789;=.txt: Copied (new) to: dir1/0013-789;=.txtSUFFIX 2026/09/03 12:45:19 DEBUG : dir1/0015-9;=.txtSUFFIX: size = 17 OK 2026/09/03 12:45:19 DEBUG : dir1/0015-9;=.txt: sha1 = 2a0afde94c232e5cb80d07261acf840a4a5f0143 OK 2026/09/03 12:45:19 INFO : dir1/0015-9;=.txt: Copied (new) to: dir1/0015-9;=.txtSUFFIX 2026/09/03 12:45:19 DEBUG : dir1/0014-89;=.txtSUFFIX: size = 18 OK 2026/09/03 12:45:19 DEBUG : dir1/0014-89;=.txt: sha1 = 6f88327b529855962672012b6f4fc01033c31ec0 OK 2026/09/03 12:45:19 INFO : dir1/0014-89;=.txt: Copied (new) to: dir1/0014-89;=.txtSUFFIX 2026/09/03 12:45:19 DEBUG : Waiting for deletions to finish 2026/09/03 12:45:19 INFO : dir1/0002-cdefghi.txt: Deleted 2026/09/03 12:45:19 INFO : dir1/0000-abcdefg.txt: Deleted 2026/09/03 12:45:19 INFO : dir1/0004-efghijk.txt: Deleted 2026/09/03 12:45:19 INFO : dir1/0006-ghijklm.txt: Deleted 2026/09/03 12:45:19 INFO : dir1/0001-bcdefgh.txt: Deleted 2026/09/03 12:45:19 INFO : dir1/0007-1234567.txt: Deleted 2026/09/03 12:45:19 INFO : dir1/0010-456789.txt: Deleted 2026/09/03 12:45:19 INFO : dir1/0009-3456789.txt: Deleted 2026/09/03 12:45:19 INFO : dir1/0013-789;=.txt: Deleted 2026/09/03 12:45:19 INFO : dir1/0014-89;=.txt: Deleted 2026/09/03 12:45:19 INFO : dir1/0015-9;=.txt: Deleted 2026/09/03 12:45:19 INFO : dir1/0011-56789;.txt: Deleted 2026/09/03 12:45:19 INFO : dir1/0003-defghij.txt: Deleted 2026/09/03 12:45:19 INFO : dir1/0005-fghijkl.txt: Deleted 2026/09/03 12:45:19 INFO : dir1/0008-2345678.txt: Deleted 2026/09/03 12:45:19 INFO : dir1/0012-6789;.txt: Deleted 2026/09/03 12:45:19 INFO : apple: Deleted 2026/09/03 12:45:19 INFO : banana: Deleted 2026/09/03 12:45:19 INFO : appleappleapplebanana: Deleted 2026/09/03 12:45:19 INFO : splitbananasplit: Deleted 2026/09/03 12:45:19 DEBUG : Waiting for deletions to finish 2026/09/03 12:45:20 DEBUG : appleSUFFIX: Excluded (Path Filter) 2026/09/03 12:45:20 DEBUG : appleappleapplebananaSUFFIX: Excluded (Path Filter) 2026/09/03 12:45:20 DEBUG : bananaSUFFIX: Excluded (Path Filter) 2026/09/03 12:45:20 DEBUG : dir1/0000-abcdefg.txtSUFFIX: Excluded (Path Filter) 2026/09/03 12:45:20 DEBUG : dir1/0001-bcdefgh.txtSUFFIX: Excluded (Path Filter) 2026/09/03 12:45:20 DEBUG : dir1/0002-cdefghi.txtSUFFIX: Excluded (Path Filter) 2026/09/03 12:45:20 DEBUG : dir1/0003-defghij.txtSUFFIX: Excluded (Path Filter) 2026/09/03 12:45:20 DEBUG : dir1/0004-efghijk.txtSUFFIX: Excluded (Path Filter) 2026/09/03 12:45:20 DEBUG : dir1/0005-fghijkl.txtSUFFIX: Excluded (Path Filter) 2026/09/03 12:45:20 DEBUG : dir1/0006-ghijklm.txtSUFFIX: Excluded (Path Filter) 2026/09/03 12:45:20 DEBUG : dir1/0007-1234567.txtSUFFIX: Excluded (Path Filter) 2026/09/03 12:45:20 DEBUG : dir1/0008-2345678.txtSUFFIX: Excluded (Path Filter) 2026/09/03 12:45:20 DEBUG : dir1/0009-3456789.txtSUFFIX: Excluded (Path Filter) 2026/09/03 12:45:20 DEBUG : dir1/0010-456789.txtSUFFIX: Excluded (Path Filter) 2026/09/03 12:45:20 DEBUG : dir1/0011-56789;.txtSUFFIX: Excluded (Path Filter) 2026/09/03 12:45:20 DEBUG : dir1/0012-6789;.txtSUFFIX: Excluded (Path Filter) 2026/09/03 12:45:20 DEBUG : dir1/0013-789;=.txtSUFFIX: Excluded (Path Filter) 2026/09/03 12:45:20 DEBUG : dir1/0014-89;=.txtSUFFIX: Excluded (Path Filter) 2026/09/03 12:45:20 DEBUG : dir1/0015-9;=.txtSUFFIX: Excluded (Path Filter) 2026/09/03 12:45:20 DEBUG : splitbananasplitSUFFIX: Excluded (Path Filter) 2026/09/03 12:45:20 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX 2026/09/03 12:45:20 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcdefg.txtSUFFIX 2026/09/03 12:45:20 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX 2026/09/03 12:45:20 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX 2026/09/03 12:45:20 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX 2026/09/03 12:45:20 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX 2026/09/03 12:45:20 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX 2026/09/03 12:45:20 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX 2026/09/03 12:45:20 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX 2026/09/03 12:45:20 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX 2026/09/03 12:45:20 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX 2026/09/03 12:45:20 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX 2026/09/03 12:45:20 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX 2026/09/03 12:45:20 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX 2026/09/03 12:45:20 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX 2026/09/03 12:45:20 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX 2026/09/03 12:45:20 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX 2026/09/03 12:45:20 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX 2026/09/03 12:45:20 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX 2026/09/03 12:45:20 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX 2026/09/03 12:45:20 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX 2026/09/03 12:45:20 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX 2026/09/03 12:45:20 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX 2026/09/03 12:45:20 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX 2026/09/03 12:45:20 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX 2026/09/03 12:45:20 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX 2026/09/03 12:45:20 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX 2026/09/03 12:45:20 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX 2026/09/03 12:45:20 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX 2026/09/03 12:45:20 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX 2026/09/03 12:45:20 DEBUG : apple: transformed to: appleSUFFIX 2026/09/03 12:45:20 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX 2026/09/03 12:45:20 DEBUG : apple: transformed to: appleSUFFIX 2026/09/03 12:45:20 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX 2026/09/03 12:45:20 DEBUG : apple: transformed to: appleSUFFIX 2026/09/03 12:45:20 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX 2026/09/03 12:45:20 DEBUG : apple: transformed to: appleSUFFIX 2026/09/03 12:45:20 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX 2026/09/03 12:45:20 DEBUG : apple: transformed to: appleSUFFIX 2026/09/03 12:45:20 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX 2026/09/03 12:45:20 DEBUG : apple: transformed to: appleSUFFIX 2026/09/03 12:45:20 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX 2026/09/03 12:45:20 DEBUG : apple: transformed to: appleSUFFIX 2026/09/03 12:45:20 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX 2026/09/03 12:45:20 DEBUG : apple: transformed to: appleSUFFIX 2026/09/03 12:45:20 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX 2026/09/03 12:45:20 DEBUG : apple: transformed to: appleSUFFIX 2026/09/03 12:45:20 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX 2026/09/03 12:45:20 DEBUG : apple: transformed to: appleSUFFIX 2026/09/03 12:45:20 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX 2026/09/03 12:45:20 DEBUG : apple: transformed to: appleSUFFIX 2026/09/03 12:45:20 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX 2026/09/03 12:45:20 DEBUG : apple: transformed to: appleSUFFIX 2026/09/03 12:45:20 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX 2026/09/03 12:45:20 DEBUG : apple: transformed to: appleSUFFIX 2026/09/03 12:45:20 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX 2026/09/03 12:45:20 DEBUG : apple: transformed to: appleSUFFIX 2026/09/03 12:45:20 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX 2026/09/03 12:45:20 DEBUG : apple: transformed to: appleSUFFIX 2026/09/03 12:45:20 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX 2026/09/03 12:45:20 DEBUG : apple: transformed to: appleSUFFIX 2026/09/03 12:45:20 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcdefg.txtSUFFIX 2026/09/03 12:45:20 DEBUG : banana: transformed to: bananaSUFFIX 2026/09/03 12:45:20 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX 2026/09/03 12:45:20 DEBUG : banana: transformed to: bananaSUFFIX 2026/09/03 12:45:20 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX 2026/09/03 12:45:20 DEBUG : banana: transformed to: bananaSUFFIX 2026/09/03 12:45:20 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX 2026/09/03 12:45:20 DEBUG : banana: transformed to: bananaSUFFIX 2026/09/03 12:45:20 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX 2026/09/03 12:45:20 DEBUG : banana: transformed to: bananaSUFFIX 2026/09/03 12:45:20 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX 2026/09/03 12:45:20 DEBUG : banana: transformed to: bananaSUFFIX 2026/09/03 12:45:20 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX 2026/09/03 12:45:20 DEBUG : banana: transformed to: bananaSUFFIX 2026/09/03 12:45:20 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX 2026/09/03 12:45:20 DEBUG : banana: transformed to: bananaSUFFIX 2026/09/03 12:45:20 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX 2026/09/03 12:45:20 DEBUG : banana: transformed to: bananaSUFFIX 2026/09/03 12:45:20 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX 2026/09/03 12:45:20 DEBUG : banana: transformed to: bananaSUFFIX 2026/09/03 12:45:20 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX 2026/09/03 12:45:20 DEBUG : banana: transformed to: bananaSUFFIX 2026/09/03 12:45:20 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX 2026/09/03 12:45:20 DEBUG : banana: transformed to: bananaSUFFIX 2026/09/03 12:45:20 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX 2026/09/03 12:45:20 DEBUG : banana: transformed to: bananaSUFFIX 2026/09/03 12:45:20 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX 2026/09/03 12:45:20 DEBUG : banana: transformed to: bananaSUFFIX 2026/09/03 12:45:20 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX 2026/09/03 12:45:20 DEBUG : banana: transformed to: bananaSUFFIX 2026/09/03 12:45:20 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX 2026/09/03 12:45:20 DEBUG : banana: transformed to: bananaSUFFIX 2026/09/03 12:45:20 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcdefg.txtSUFFIX 2026/09/03 12:45:20 DEBUG : banana: transformed to: bananaSUFFIX 2026/09/03 12:45:20 DEBUG : apple: transformed to: appleSUFFIX 2026/09/03 12:45:20 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/09/03 12:45:20 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX 2026/09/03 12:45:20 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/09/03 12:45:20 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX 2026/09/03 12:45:20 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/09/03 12:45:20 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX 2026/09/03 12:45:20 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/09/03 12:45:20 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX 2026/09/03 12:45:20 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/09/03 12:45:20 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX 2026/09/03 12:45:20 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/09/03 12:45:20 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX 2026/09/03 12:45:20 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/09/03 12:45:20 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX 2026/09/03 12:45:20 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/09/03 12:45:20 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX 2026/09/03 12:45:20 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/09/03 12:45:20 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX 2026/09/03 12:45:20 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/09/03 12:45:20 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX 2026/09/03 12:45:20 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/09/03 12:45:20 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX 2026/09/03 12:45:20 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/09/03 12:45:20 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX 2026/09/03 12:45:20 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/09/03 12:45:20 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX 2026/09/03 12:45:20 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/09/03 12:45:20 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX 2026/09/03 12:45:20 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/09/03 12:45:20 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX 2026/09/03 12:45:20 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/09/03 12:45:20 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcdefg.txtSUFFIX 2026/09/03 12:45:20 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/09/03 12:45:20 DEBUG : banana: transformed to: bananaSUFFIX 2026/09/03 12:45:20 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/09/03 12:45:20 DEBUG : apple: transformed to: appleSUFFIX 2026/09/03 12:45:20 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2026/09/03 12:45:20 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX 2026/09/03 12:45:20 DEBUG : apple: transformed to: appleSUFFIX 2026/09/03 12:45:20 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/09/03 12:45:20 DEBUG : banana: transformed to: bananaSUFFIX 2026/09/03 12:45:20 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcdefg.txtSUFFIX 2026/09/03 12:45:20 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX 2026/09/03 12:45:20 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX 2026/09/03 12:45:20 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX 2026/09/03 12:45:20 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX 2026/09/03 12:45:20 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX 2026/09/03 12:45:20 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX 2026/09/03 12:45:20 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX 2026/09/03 12:45:20 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX 2026/09/03 12:45:20 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX 2026/09/03 12:45:20 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX 2026/09/03 12:45:20 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX 2026/09/03 12:45:20 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX 2026/09/03 12:45:20 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX 2026/09/03 12:45:20 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX 2026/09/03 12:45:20 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX 2026/09/03 12:45:20 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2026/09/03 12:45:20 DEBUG : apple: Need to transfer - File not found at Destination 2026/09/03 12:45:20 DEBUG : appleappleapplebanana: Need to transfer - File not found at Destination 2026/09/03 12:45:20 DEBUG : banana: Need to transfer - File not found at Destination 2026/09/03 12:45:20 DEBUG : splitbananasplit: Need to transfer - File not found at Destination 2026/09/03 12:45:20 DEBUG : apple: size = 5 OK 2026/09/03 12:45:20 DEBUG : apple: sha1 = d0be2dc421be4fcd0172e5afceea3970e2f3d940 OK 2026/09/03 12:45:20 INFO : apple: Copied (new) 2026/09/03 12:45:20 DEBUG : banana: size = 6 OK 2026/09/03 12:45:20 DEBUG : banana: sha1 = 250e77f12a5ab6972a0895d290c4792f0a326ea8 OK 2026/09/03 12:45:20 INFO : banana: Copied (new) 2026/09/03 12:45:20 DEBUG : appleappleapplebanana: size = 21 OK 2026/09/03 12:45:20 DEBUG : appleappleapplebanana: sha1 = d4006cec695294959fc86acc4d86a4a8bd1771d4 OK 2026/09/03 12:45:20 INFO : appleappleapplebanana: Copied (new) 2026/09/03 12:45:20 DEBUG : dir1/0000-abcdefg.txt: Need to transfer - File not found at Destination 2026/09/03 12:45:20 DEBUG : dir1/0001-bcdefgh.txt: Need to transfer - File not found at Destination 2026/09/03 12:45:20 DEBUG : dir1/0002-cdefghi.txt: Need to transfer - File not found at Destination 2026/09/03 12:45:20 DEBUG : dir1/0003-defghij.txt: Need to transfer - File not found at Destination 2026/09/03 12:45:20 DEBUG : dir1/0004-efghijk.txt: Need to transfer - File not found at Destination 2026/09/03 12:45:20 DEBUG : dir1/0005-fghijkl.txt: Need to transfer - File not found at Destination 2026/09/03 12:45:20 DEBUG : dir1/0006-ghijklm.txt: Need to transfer - File not found at Destination 2026/09/03 12:45:20 DEBUG : dir1/0007-1234567.txt: Need to transfer - File not found at Destination 2026/09/03 12:45:20 DEBUG : dir1/0008-2345678.txt: Need to transfer - File not found at Destination 2026/09/03 12:45:20 DEBUG : dir1/0009-3456789.txt: Need to transfer - File not found at Destination 2026/09/03 12:45:20 DEBUG : dir1/0010-456789.txt: Need to transfer - File not found at Destination 2026/09/03 12:45:20 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination 2026/09/03 12:45:20 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2026/09/03 12:45:20 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2026/09/03 12:45:20 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2026/09/03 12:45:20 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination 2026/09/03 12:45:20 DEBUG : B2 bucket rclone-test-pujizuz3lesa: Waiting for checks to finish 2026/09/03 12:45:20 DEBUG : B2 bucket rclone-test-pujizuz3lesa: Waiting for transfers to finish 2026/09/03 12:45:20 DEBUG : splitbananasplit: size = 16 OK 2026/09/03 12:45:20 DEBUG : splitbananasplit: sha1 = c045b86d2da0a5c0db76c2e57cc85d98a73d0dfe OK 2026/09/03 12:45:20 INFO : splitbananasplit: Copied (new) 2026/09/03 12:45:20 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/09/03 12:45:20 DEBUG : dir1/0000-abcdefg.txt: sha1 = 39cc20a3972ef42585635752f22e809ce7661dd0 OK 2026/09/03 12:45:20 INFO : dir1/0000-abcdefg.txt: Copied (new) 2026/09/03 12:45:20 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/09/03 12:45:20 DEBUG : dir1/0001-bcdefgh.txt: sha1 = 13f6ac14c045641af16b93bf99a126efa57a13c0 OK 2026/09/03 12:45:20 INFO : dir1/0001-bcdefgh.txt: Copied (new) 2026/09/03 12:45:20 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/09/03 12:45:20 DEBUG : dir1/0002-cdefghi.txt: sha1 = f5271bcb3e6699430d75487a6e002f56f75748d6 OK 2026/09/03 12:45:20 INFO : dir1/0002-cdefghi.txt: Copied (new) 2026/09/03 12:45:21 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/09/03 12:45:21 DEBUG : dir1/0003-defghij.txt: sha1 = 6275159262463ab911da879437354a03fc105132 OK 2026/09/03 12:45:21 INFO : dir1/0003-defghij.txt: Copied (new) 2026/09/03 12:45:21 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/09/03 12:45:21 DEBUG : dir1/0004-efghijk.txt: sha1 = 8a6e3a10e2778fd7a449c0ddeff0e60b99b818f6 OK 2026/09/03 12:45:21 INFO : dir1/0004-efghijk.txt: Copied (new) 2026/09/03 12:45:21 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/09/03 12:45:21 DEBUG : dir1/0005-fghijkl.txt: sha1 = 9be5d86eeb571f4bb49cba75a71573bae6d7f9b0 OK 2026/09/03 12:45:21 INFO : dir1/0005-fghijkl.txt: Copied (new) 2026/09/03 12:45:21 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/09/03 12:45:21 DEBUG : dir1/0006-ghijklm.txt: sha1 = 022b65de02ed02df549dca26b856b83ea957c161 OK 2026/09/03 12:45:21 INFO : dir1/0006-ghijklm.txt: Copied (new) 2026/09/03 12:45:21 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/09/03 12:45:21 DEBUG : dir1/0007-1234567.txt: sha1 = f65b28e19d4af11accc4c96ab412abe037842afc OK 2026/09/03 12:45:21 INFO : dir1/0007-1234567.txt: Copied (new) 2026/09/03 12:45:21 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/09/03 12:45:21 DEBUG : dir1/0008-2345678.txt: sha1 = 35bd7b0a5af9be4c53d2bf8b53d45f0c4e5d9d07 OK 2026/09/03 12:45:21 INFO : dir1/0008-2345678.txt: Copied (new) 2026/09/03 12:45:21 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/09/03 12:45:21 DEBUG : dir1/0009-3456789.txt: sha1 = cf20fbc0bb51b0e93dd849f5493167c827e103dc OK 2026/09/03 12:45:21 INFO : dir1/0009-3456789.txt: Copied (new) 2026/09/03 12:45:21 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/09/03 12:45:21 DEBUG : dir1/0010-456789.txt: sha1 = ef1ccb5339c5b9d3b78cdb41937cb754674521e9 OK 2026/09/03 12:45:21 INFO : dir1/0010-456789.txt: Copied (new) 2026/09/03 12:45:21 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/09/03 12:45:21 DEBUG : dir1/0011-56789;.txt: sha1 = ce6baa1459a8f1c8daeca41dccc499a5a7f9d342 OK 2026/09/03 12:45:21 INFO : dir1/0011-56789;.txt: Copied (new) 2026/09/03 12:45:21 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/09/03 12:45:21 DEBUG : dir1/0012-6789;.txt: sha1 = 41938da9b0f9799a9c96dea5682322b6b7607058 OK 2026/09/03 12:45:21 INFO : dir1/0012-6789;.txt: Copied (new) 2026/09/03 12:45:21 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/09/03 12:45:21 DEBUG : dir1/0013-789;=.txt: sha1 = 957e831070085d71b655c9afa66b8e0cb86662b3 OK 2026/09/03 12:45:21 INFO : dir1/0013-789;=.txt: Copied (new) 2026/09/03 12:45:21 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/09/03 12:45:21 DEBUG : dir1/0014-89;=.txt: sha1 = 6f88327b529855962672012b6f4fc01033c31ec0 OK 2026/09/03 12:45:21 INFO : dir1/0014-89;=.txt: Copied (new) 2026/09/03 12:45:21 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/09/03 12:45:21 DEBUG : dir1/0015-9;=.txt: sha1 = 2a0afde94c232e5cb80d07261acf840a4a5f0143 OK 2026/09/03 12:45:21 INFO : dir1/0015-9;=.txt: Copied (new) 2026/09/03 12:45:21 DEBUG : Waiting for deletions to finish 2026/09/03 12:45:21 INFO : appleSUFFIX: Deleted 2026/09/03 12:45:21 INFO : dir1/0007-1234567.txtSUFFIX: Deleted 2026/09/03 12:45:21 INFO : dir1/0005-fghijkl.txtSUFFIX: Deleted 2026/09/03 12:45:21 INFO : dir1/0006-ghijklm.txtSUFFIX: Deleted 2026/09/03 12:45:21 INFO : dir1/0001-bcdefgh.txtSUFFIX: Deleted 2026/09/03 12:45:21 INFO : dir1/0010-456789.txtSUFFIX: Deleted 2026/09/03 12:45:21 INFO : dir1/0002-cdefghi.txtSUFFIX: Deleted 2026/09/03 12:45:21 INFO : dir1/0012-6789;.txtSUFFIX: Deleted 2026/09/03 12:45:21 INFO : appleappleapplebananaSUFFIX: Deleted 2026/09/03 12:45:21 INFO : splitbananasplitSUFFIX: Deleted 2026/09/03 12:45:21 INFO : dir1/0008-2345678.txtSUFFIX: Deleted 2026/09/03 12:45:21 INFO : dir1/0013-789;=.txtSUFFIX: Deleted 2026/09/03 12:45:21 INFO : dir1/0014-89;=.txtSUFFIX: Deleted 2026/09/03 12:45:21 INFO : dir1/0015-9;=.txtSUFFIX: Deleted 2026/09/03 12:45:21 INFO : dir1/0009-3456789.txtSUFFIX: Deleted 2026/09/03 12:45:22 INFO : bananaSUFFIX: Deleted 2026/09/03 12:45:22 INFO : dir1/0000-abcdefg.txtSUFFIX: Deleted 2026/09/03 12:45:22 INFO : dir1/0004-efghijk.txtSUFFIX: Deleted 2026/09/03 12:45:22 INFO : dir1/0003-defghij.txtSUFFIX: Deleted 2026/09/03 12:45:22 INFO : dir1/0011-56789;.txtSUFFIX: Deleted 2026/09/03 12:45:22 DEBUG : Waiting for deletions to finish 2026/09/03 12:45:22 DEBUG : apple: Excluded (Path Filter) 2026/09/03 12:45:22 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/09/03 12:45:22 DEBUG : banana: Excluded (Path Filter) 2026/09/03 12:45:22 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/09/03 12:45:22 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/09/03 12:45:22 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/09/03 12:45:22 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/09/03 12:45:22 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/09/03 12:45:22 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/09/03 12:45:22 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/09/03 12:45:22 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/09/03 12:45:22 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/09/03 12:45:22 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/09/03 12:45:22 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/09/03 12:45:22 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/09/03 12:45:22 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/09/03 12:45:22 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/09/03 12:45:22 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/09/03 12:45:22 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/09/03 12:45:22 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/09/03 12:45:22 DEBUG : Waiting for deletions to finish 2026/09/03 12:45:22 DEBUG : apple: Excluded (Path Filter) 2026/09/03 12:45:22 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/09/03 12:45:22 DEBUG : banana: Excluded (Path Filter) 2026/09/03 12:45:22 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/09/03 12:45:22 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/09/03 12:45:22 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/09/03 12:45:22 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/09/03 12:45:22 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/09/03 12:45:22 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/09/03 12:45:22 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/09/03 12:45:22 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/09/03 12:45:22 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/09/03 12:45:22 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/09/03 12:45:22 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/09/03 12:45:22 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/09/03 12:45:22 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/09/03 12:45:22 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/09/03 12:45:22 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/09/03 12:45:22 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/09/03 12:45:22 DEBUG : splitbananasplit: Excluded (Path Filter) === RUN TestTransform/truncate run.go:198: Remote "B2 bucket rclone-test-pujizuz3lesa", Local "Local file system at /tmp/rclone3282517468", Modify Window "1ms" 2026/09/03 12:45:32 DEBUG : Waiting for deletions to finish 2026/09/03 12:45:33 DEBUG : apple: Excluded (Path Filter) 2026/09/03 12:45:33 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/09/03 12:45:33 DEBUG : banana: Excluded (Path Filter) 2026/09/03 12:45:33 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/09/03 12:45:33 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/09/03 12:45:33 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/09/03 12:45:33 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/09/03 12:45:33 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/09/03 12:45:33 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/09/03 12:45:33 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/09/03 12:45:33 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/09/03 12:45:33 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/09/03 12:45:33 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/09/03 12:45:33 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/09/03 12:45:33 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/09/03 12:45:33 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/09/03 12:45:33 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/09/03 12:45:33 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/09/03 12:45:33 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/09/03 12:45:33 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/09/03 12:45:33 DEBUG : splitbananasplit: transformed to: splitbanan 2026/09/03 12:45:33 DEBUG : splitbananasplit: transformed to: splitbanan 2026/09/03 12:45:33 DEBUG : splitbananasplit: transformed to: splitbanan 2026/09/03 12:45:33 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/09/03 12:45:33 DEBUG : splitbananasplit: transformed to: splitbanan 2026/09/03 12:45:33 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/09/03 12:45:33 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/09/03 12:45:33 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/09/03 12:45:33 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/09/03 12:45:33 DEBUG : appleappleapplebanana: Need to transfer - File not found at Destination 2026/09/03 12:45:33 DEBUG : splitbananasplit: transformed to: splitbanan 2026/09/03 12:45:33 DEBUG : splitbananasplit: Need to transfer - File not found at Destination 2026/09/03 12:45:33 DEBUG : apple: size = 5 OK 2026/09/03 12:45:33 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:45:33 DEBUG : apple: Unchanged skipping 2026/09/03 12:45:33 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/09/03 12:45:33 DEBUG : banana: size = 6 OK 2026/09/03 12:45:33 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:45:33 DEBUG : banana: Unchanged skipping 2026/09/03 12:45:33 DEBUG : splitbananasplit: transformed to: splitbanan 2026/09/03 12:45:33 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/09/03 12:45:33 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/09/03 12:45:33 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/09/03 12:45:33 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/09/03 12:45:33 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/09/03 12:45:33 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/09/03 12:45:33 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/09/03 12:45:33 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/09/03 12:45:33 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/09/03 12:45:33 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/09/03 12:45:33 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/09/03 12:45:33 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/09/03 12:45:33 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/09/03 12:45:33 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/09/03 12:45:33 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/09/03 12:45:33 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/09/03 12:45:33 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/09/03 12:45:33 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/09/03 12:45:33 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/09/03 12:45:33 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/09/03 12:45:33 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/09/03 12:45:33 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/09/03 12:45:33 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/09/03 12:45:33 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/09/03 12:45:33 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/09/03 12:45:33 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/09/03 12:45:33 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/09/03 12:45:33 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/09/03 12:45:33 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/09/03 12:45:33 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/09/03 12:45:33 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/09/03 12:45:33 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/09/03 12:45:33 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/09/03 12:45:33 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/09/03 12:45:33 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/09/03 12:45:33 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/09/03 12:45:33 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/09/03 12:45:33 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/09/03 12:45:33 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/09/03 12:45:33 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/09/03 12:45:33 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/09/03 12:45:33 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/09/03 12:45:33 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/09/03 12:45:33 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/09/03 12:45:33 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/09/03 12:45:33 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/09/03 12:45:33 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/09/03 12:45:33 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/09/03 12:45:33 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/09/03 12:45:33 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/09/03 12:45:33 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/09/03 12:45:33 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/09/03 12:45:33 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/09/03 12:45:33 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/09/03 12:45:33 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/09/03 12:45:33 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/09/03 12:45:33 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/09/03 12:45:33 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/09/03 12:45:33 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/09/03 12:45:33 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/09/03 12:45:33 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/09/03 12:45:33 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/09/03 12:45:33 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/09/03 12:45:33 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/09/03 12:45:33 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/09/03 12:45:33 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/09/03 12:45:33 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/09/03 12:45:33 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/09/03 12:45:33 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/09/03 12:45:33 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/09/03 12:45:33 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/09/03 12:45:33 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/09/03 12:45:33 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/09/03 12:45:33 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/09/03 12:45:33 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/09/03 12:45:33 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/09/03 12:45:33 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/09/03 12:45:33 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/09/03 12:45:33 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/09/03 12:45:33 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/09/03 12:45:33 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/09/03 12:45:33 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/09/03 12:45:33 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/09/03 12:45:33 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/09/03 12:45:33 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/09/03 12:45:33 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/09/03 12:45:33 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/09/03 12:45:33 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/09/03 12:45:33 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/09/03 12:45:33 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/09/03 12:45:33 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/09/03 12:45:33 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/09/03 12:45:33 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/09/03 12:45:33 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/09/03 12:45:33 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/09/03 12:45:33 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/09/03 12:45:33 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/09/03 12:45:33 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/09/03 12:45:33 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/09/03 12:45:33 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/09/03 12:45:33 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/09/03 12:45:33 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/09/03 12:45:33 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/09/03 12:45:33 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/09/03 12:45:33 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/09/03 12:45:33 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/09/03 12:45:33 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/09/03 12:45:33 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/09/03 12:45:33 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/09/03 12:45:33 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/09/03 12:45:33 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/09/03 12:45:33 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/09/03 12:45:33 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/09/03 12:45:33 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/09/03 12:45:33 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/09/03 12:45:33 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/09/03 12:45:33 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/09/03 12:45:33 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/09/03 12:45:33 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/09/03 12:45:33 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/09/03 12:45:33 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/09/03 12:45:33 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/09/03 12:45:33 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/09/03 12:45:33 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/09/03 12:45:33 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/09/03 12:45:33 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/09/03 12:45:33 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/09/03 12:45:33 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/09/03 12:45:33 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/09/03 12:45:33 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/09/03 12:45:33 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/09/03 12:45:33 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/09/03 12:45:33 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/09/03 12:45:33 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/09/03 12:45:33 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/09/03 12:45:33 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/09/03 12:45:33 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/09/03 12:45:33 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/09/03 12:45:33 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/09/03 12:45:33 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/09/03 12:45:33 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/09/03 12:45:33 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/09/03 12:45:33 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/09/03 12:45:33 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/09/03 12:45:33 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/09/03 12:45:33 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/09/03 12:45:33 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/09/03 12:45:33 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/09/03 12:45:33 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/09/03 12:45:33 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/09/03 12:45:33 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/09/03 12:45:33 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/09/03 12:45:33 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/09/03 12:45:33 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/09/03 12:45:33 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/09/03 12:45:33 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/09/03 12:45:33 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/09/03 12:45:33 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/09/03 12:45:33 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/09/03 12:45:33 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/09/03 12:45:33 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/09/03 12:45:33 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/09/03 12:45:33 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/09/03 12:45:33 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/09/03 12:45:33 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/09/03 12:45:33 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/09/03 12:45:33 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/09/03 12:45:33 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/09/03 12:45:33 DEBUG : 0015-9;=.txt: transformed to: 0015-9;=.t 2026/09/03 12:45:33 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/09/03 12:45:33 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/09/03 12:45:33 DEBUG : appleapple: size = 21 OK 2026/09/03 12:45:33 DEBUG : appleappleapplebanana: sha1 = d4006cec695294959fc86acc4d86a4a8bd1771d4 OK 2026/09/03 12:45:33 INFO : appleappleapplebanana: Copied (new) to: appleapple 2026/09/03 12:45:33 DEBUG : splitbanan: size = 16 OK 2026/09/03 12:45:33 DEBUG : splitbananasplit: sha1 = c045b86d2da0a5c0db76c2e57cc85d98a73d0dfe OK 2026/09/03 12:45:33 INFO : splitbananasplit: Copied (new) to: splitbanan 2026/09/03 12:45:34 DEBUG : dir1/0000-abcdefg.txt: Need to transfer - File not found at Destination 2026/09/03 12:45:34 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/09/03 12:45:34 DEBUG : dir1/0001-bcdefgh.txt: Need to transfer - File not found at Destination 2026/09/03 12:45:34 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/09/03 12:45:34 DEBUG : dir1/0002-cdefghi.txt: Need to transfer - File not found at Destination 2026/09/03 12:45:34 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/09/03 12:45:34 DEBUG : dir1/0003-defghij.txt: Need to transfer - File not found at Destination 2026/09/03 12:45:34 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/09/03 12:45:34 DEBUG : dir1/0004-efghijk.txt: Need to transfer - File not found at Destination 2026/09/03 12:45:34 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/09/03 12:45:34 DEBUG : dir1/0005-fghijkl.txt: Need to transfer - File not found at Destination 2026/09/03 12:45:34 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/09/03 12:45:34 DEBUG : dir1/0006-ghijklm.txt: Need to transfer - File not found at Destination 2026/09/03 12:45:34 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/09/03 12:45:34 DEBUG : dir1/0007-1234567.txt: Need to transfer - File not found at Destination 2026/09/03 12:45:34 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/09/03 12:45:34 DEBUG : dir1/0008-2345678.txt: Need to transfer - File not found at Destination 2026/09/03 12:45:34 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/09/03 12:45:34 DEBUG : dir1/0009-3456789.txt: Need to transfer - File not found at Destination 2026/09/03 12:45:34 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/09/03 12:45:34 DEBUG : dir1/0010-456789.txt: Need to transfer - File not found at Destination 2026/09/03 12:45:34 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/09/03 12:45:34 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination 2026/09/03 12:45:34 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/09/03 12:45:34 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2026/09/03 12:45:34 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/09/03 12:45:34 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2026/09/03 12:45:34 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/09/03 12:45:34 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2026/09/03 12:45:34 DEBUG : 0015-9;=.txt: transformed to: 0015-9;=.t 2026/09/03 12:45:34 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination 2026/09/03 12:45:34 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/09/03 12:45:34 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/09/03 12:45:34 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/09/03 12:45:34 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/09/03 12:45:34 DEBUG : B2 bucket rclone-test-pujizuz3lesa: Waiting for checks to finish 2026/09/03 12:45:34 DEBUG : B2 bucket rclone-test-pujizuz3lesa: Waiting for transfers to finish 2026/09/03 12:45:34 DEBUG : dir1/0001-bcdef: size = 21 OK 2026/09/03 12:45:34 DEBUG : dir1/0001-bcdefgh.txt: sha1 = 13f6ac14c045641af16b93bf99a126efa57a13c0 OK 2026/09/03 12:45:34 INFO : dir1/0001-bcdefgh.txt: Copied (new) to: dir1/0001-bcdef 2026/09/03 12:45:34 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/09/03 12:45:34 DEBUG : dir1/0000-abcde: size = 21 OK 2026/09/03 12:45:34 DEBUG : dir1/0000-abcdefg.txt: sha1 = 39cc20a3972ef42585635752f22e809ce7661dd0 OK 2026/09/03 12:45:34 INFO : dir1/0000-abcdefg.txt: Copied (new) to: dir1/0000-abcde 2026/09/03 12:45:34 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/09/03 12:45:34 DEBUG : dir1/0002-cdefg: size = 21 OK 2026/09/03 12:45:34 DEBUG : dir1/0002-cdefghi.txt: sha1 = f5271bcb3e6699430d75487a6e002f56f75748d6 OK 2026/09/03 12:45:34 INFO : dir1/0002-cdefghi.txt: Copied (new) to: dir1/0002-cdefg 2026/09/03 12:45:34 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/09/03 12:45:34 DEBUG : dir1/0003-defgh: size = 21 OK 2026/09/03 12:45:34 DEBUG : dir1/0003-defghij.txt: sha1 = 6275159262463ab911da879437354a03fc105132 OK 2026/09/03 12:45:34 INFO : dir1/0003-defghij.txt: Copied (new) to: dir1/0003-defgh 2026/09/03 12:45:34 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/09/03 12:45:34 DEBUG : dir1/0004-efghi: size = 21 OK 2026/09/03 12:45:34 DEBUG : dir1/0004-efghijk.txt: sha1 = 8a6e3a10e2778fd7a449c0ddeff0e60b99b818f6 OK 2026/09/03 12:45:34 INFO : dir1/0004-efghijk.txt: Copied (new) to: dir1/0004-efghi 2026/09/03 12:45:34 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/09/03 12:45:34 DEBUG : dir1/0005-fghij: size = 21 OK 2026/09/03 12:45:34 DEBUG : dir1/0005-fghijkl.txt: sha1 = 9be5d86eeb571f4bb49cba75a71573bae6d7f9b0 OK 2026/09/03 12:45:34 INFO : dir1/0005-fghijkl.txt: Copied (new) to: dir1/0005-fghij 2026/09/03 12:45:34 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/09/03 12:45:34 DEBUG : dir1/0006-ghijk: size = 21 OK 2026/09/03 12:45:34 DEBUG : dir1/0006-ghijklm.txt: sha1 = 022b65de02ed02df549dca26b856b83ea957c161 OK 2026/09/03 12:45:34 INFO : dir1/0006-ghijklm.txt: Copied (new) to: dir1/0006-ghijk 2026/09/03 12:45:34 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/09/03 12:45:34 DEBUG : dir1/0007-12345: size = 21 OK 2026/09/03 12:45:34 DEBUG : dir1/0007-1234567.txt: sha1 = f65b28e19d4af11accc4c96ab412abe037842afc OK 2026/09/03 12:45:34 INFO : dir1/0007-1234567.txt: Copied (new) to: dir1/0007-12345 2026/09/03 12:45:34 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/09/03 12:45:34 DEBUG : dir1/0008-23456: size = 21 OK 2026/09/03 12:45:34 DEBUG : dir1/0008-2345678.txt: sha1 = 35bd7b0a5af9be4c53d2bf8b53d45f0c4e5d9d07 OK 2026/09/03 12:45:34 INFO : dir1/0008-2345678.txt: Copied (new) to: dir1/0008-23456 2026/09/03 12:45:34 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/09/03 12:45:34 DEBUG : dir1/0009-34567: size = 21 OK 2026/09/03 12:45:34 DEBUG : dir1/0009-3456789.txt: sha1 = cf20fbc0bb51b0e93dd849f5493167c827e103dc OK 2026/09/03 12:45:34 INFO : dir1/0009-3456789.txt: Copied (new) to: dir1/0009-34567 2026/09/03 12:45:34 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/09/03 12:45:34 DEBUG : dir1/0010-45678: size = 20 OK 2026/09/03 12:45:34 DEBUG : dir1/0010-456789.txt: sha1 = ef1ccb5339c5b9d3b78cdb41937cb754674521e9 OK 2026/09/03 12:45:34 INFO : dir1/0010-456789.txt: Copied (new) to: dir1/0010-45678 2026/09/03 12:45:34 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/09/03 12:45:34 DEBUG : dir1/0011-56789: size = 20 OK 2026/09/03 12:45:34 DEBUG : dir1/0011-56789;.txt: sha1 = ce6baa1459a8f1c8daeca41dccc499a5a7f9d342 OK 2026/09/03 12:45:34 INFO : dir1/0011-56789;.txt: Copied (new) to: dir1/0011-56789 2026/09/03 12:45:34 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/09/03 12:45:34 DEBUG : dir1/0012-6789;: size = 19 OK 2026/09/03 12:45:34 DEBUG : dir1/0012-6789;.txt: sha1 = 41938da9b0f9799a9c96dea5682322b6b7607058 OK 2026/09/03 12:45:34 INFO : dir1/0012-6789;.txt: Copied (new) to: dir1/0012-6789; 2026/09/03 12:45:34 DEBUG : dir1/0013-789;=: size = 19 OK 2026/09/03 12:45:34 DEBUG : dir1/0013-789;=.txt: sha1 = 957e831070085d71b655c9afa66b8e0cb86662b3 OK 2026/09/03 12:45:34 INFO : dir1/0013-789;=.txt: Copied (new) to: dir1/0013-789;= 2026/09/03 12:45:34 DEBUG : dir1/0014-89;=.: size = 18 OK 2026/09/03 12:45:34 DEBUG : dir1/0014-89;=.txt: sha1 = 6f88327b529855962672012b6f4fc01033c31ec0 OK 2026/09/03 12:45:34 INFO : dir1/0014-89;=.txt: Copied (new) to: dir1/0014-89;=. 2026/09/03 12:45:34 DEBUG : dir1/0015-9;=.t: size = 17 OK 2026/09/03 12:45:34 DEBUG : dir1/0015-9;=.txt: sha1 = 2a0afde94c232e5cb80d07261acf840a4a5f0143 OK 2026/09/03 12:45:34 INFO : dir1/0015-9;=.txt: Copied (new) to: dir1/0015-9;=.t 2026/09/03 12:45:34 DEBUG : Waiting for deletions to finish 2026/09/03 12:45:34 INFO : dir1/0007-1234567.txt: Deleted 2026/09/03 12:45:34 INFO : dir1/0013-789;=.txt: Deleted 2026/09/03 12:45:34 INFO : dir1/0009-3456789.txt: Deleted 2026/09/03 12:45:34 INFO : splitbananasplit: Deleted 2026/09/03 12:45:35 INFO : dir1/0001-bcdefgh.txt: Deleted 2026/09/03 12:45:35 INFO : dir1/0004-efghijk.txt: Deleted 2026/09/03 12:45:35 INFO : dir1/0006-ghijklm.txt: Deleted 2026/09/03 12:45:35 INFO : dir1/0008-2345678.txt: Deleted 2026/09/03 12:45:35 INFO : dir1/0011-56789;.txt: Deleted 2026/09/03 12:45:35 INFO : dir1/0014-89;=.txt: Deleted 2026/09/03 12:45:35 INFO : dir1/0015-9;=.txt: Deleted 2026/09/03 12:45:35 INFO : appleappleapplebanana: Deleted 2026/09/03 12:45:35 INFO : dir1/0003-defghij.txt: Deleted 2026/09/03 12:45:35 INFO : dir1/0010-456789.txt: Deleted 2026/09/03 12:45:35 INFO : dir1/0012-6789;.txt: Deleted 2026/09/03 12:45:35 INFO : dir1/0000-abcdefg.txt: Deleted 2026/09/03 12:45:35 INFO : dir1/0005-fghijkl.txt: Deleted 2026/09/03 12:45:35 INFO : dir1/0002-cdefghi.txt: Deleted 2026/09/03 12:45:35 DEBUG : Waiting for deletions to finish 2026/09/03 12:45:35 DEBUG : apple: Excluded (Path Filter) 2026/09/03 12:45:35 DEBUG : appleapple: Excluded (Path Filter) 2026/09/03 12:45:35 DEBUG : banana: Excluded (Path Filter) 2026/09/03 12:45:35 DEBUG : dir1/0000-abcde: Excluded (Path Filter) 2026/09/03 12:45:35 DEBUG : dir1/0001-bcdef: Excluded (Path Filter) 2026/09/03 12:45:35 DEBUG : dir1/0002-cdefg: Excluded (Path Filter) 2026/09/03 12:45:35 DEBUG : dir1/0003-defgh: Excluded (Path Filter) 2026/09/03 12:45:35 DEBUG : dir1/0004-efghi: Excluded (Path Filter) 2026/09/03 12:45:35 DEBUG : dir1/0005-fghij: Excluded (Path Filter) 2026/09/03 12:45:35 DEBUG : dir1/0006-ghijk: Excluded (Path Filter) 2026/09/03 12:45:35 DEBUG : dir1/0007-12345: Excluded (Path Filter) 2026/09/03 12:45:35 DEBUG : dir1/0008-23456: Excluded (Path Filter) 2026/09/03 12:45:35 DEBUG : dir1/0009-34567: Excluded (Path Filter) 2026/09/03 12:45:35 DEBUG : dir1/0010-45678: Excluded (Path Filter) 2026/09/03 12:45:35 DEBUG : dir1/0011-56789: Excluded (Path Filter) 2026/09/03 12:45:35 DEBUG : dir1/0012-6789;: Excluded (Path Filter) 2026/09/03 12:45:35 DEBUG : dir1/0013-789;=: Excluded (Path Filter) 2026/09/03 12:45:35 DEBUG : dir1/0014-89;=.: Excluded (Path Filter) 2026/09/03 12:45:35 DEBUG : dir1/0015-9;=.t: Excluded (Path Filter) 2026/09/03 12:45:35 DEBUG : splitbanan: Excluded (Path Filter) 2026/09/03 12:45:35 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/09/03 12:45:35 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/09/03 12:45:35 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/09/03 12:45:35 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/09/03 12:45:35 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/09/03 12:45:35 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/09/03 12:45:35 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/09/03 12:45:35 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/09/03 12:45:35 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/09/03 12:45:35 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/09/03 12:45:35 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/09/03 12:45:35 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/09/03 12:45:35 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/09/03 12:45:35 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/09/03 12:45:35 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/09/03 12:45:35 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/09/03 12:45:35 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/09/03 12:45:35 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/09/03 12:45:35 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/09/03 12:45:35 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/09/03 12:45:35 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/09/03 12:45:35 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/09/03 12:45:35 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/09/03 12:45:35 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/09/03 12:45:35 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/09/03 12:45:35 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/09/03 12:45:35 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/09/03 12:45:35 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/09/03 12:45:35 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/09/03 12:45:35 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/09/03 12:45:35 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/09/03 12:45:35 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/09/03 12:45:35 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/09/03 12:45:35 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/09/03 12:45:35 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/09/03 12:45:35 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/09/03 12:45:35 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/09/03 12:45:35 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/09/03 12:45:35 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/09/03 12:45:35 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/09/03 12:45:35 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/09/03 12:45:35 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/09/03 12:45:35 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/09/03 12:45:35 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/09/03 12:45:35 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/09/03 12:45:35 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/09/03 12:45:35 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/09/03 12:45:35 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/09/03 12:45:35 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/09/03 12:45:35 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/09/03 12:45:35 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/09/03 12:45:35 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/09/03 12:45:35 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/09/03 12:45:35 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/09/03 12:45:35 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/09/03 12:45:35 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/09/03 12:45:35 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/09/03 12:45:35 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/09/03 12:45:35 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/09/03 12:45:35 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/09/03 12:45:35 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/09/03 12:45:35 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/09/03 12:45:35 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/09/03 12:45:35 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/09/03 12:45:35 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/09/03 12:45:35 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/09/03 12:45:35 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/09/03 12:45:35 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/09/03 12:45:35 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/09/03 12:45:35 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/09/03 12:45:35 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/09/03 12:45:35 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/09/03 12:45:35 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/09/03 12:45:35 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/09/03 12:45:35 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/09/03 12:45:35 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/09/03 12:45:35 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/09/03 12:45:35 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/09/03 12:45:35 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/09/03 12:45:35 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/09/03 12:45:35 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/09/03 12:45:35 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/09/03 12:45:35 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/09/03 12:45:35 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/09/03 12:45:35 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/09/03 12:45:35 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/09/03 12:45:35 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/09/03 12:45:35 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/09/03 12:45:35 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/09/03 12:45:35 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/09/03 12:45:35 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/09/03 12:45:35 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/09/03 12:45:35 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/09/03 12:45:35 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/09/03 12:45:35 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/09/03 12:45:35 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/09/03 12:45:35 DEBUG : splitbananasplit: transformed to: splitbanan 2026/09/03 12:45:35 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/09/03 12:45:35 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/09/03 12:45:35 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/09/03 12:45:35 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/09/03 12:45:35 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/09/03 12:45:35 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/09/03 12:45:35 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/09/03 12:45:35 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/09/03 12:45:35 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/09/03 12:45:35 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/09/03 12:45:35 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/09/03 12:45:35 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/09/03 12:45:35 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/09/03 12:45:35 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/09/03 12:45:35 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/09/03 12:45:35 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/09/03 12:45:35 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/09/03 12:45:35 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/09/03 12:45:35 DEBUG : splitbananasplit: transformed to: splitbanan 2026/09/03 12:45:35 DEBUG : splitbananasplit: transformed to: splitbanan 2026/09/03 12:45:35 DEBUG : splitbananasplit: transformed to: splitbanan 2026/09/03 12:45:35 DEBUG : splitbananasplit: transformed to: splitbanan 2026/09/03 12:45:35 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/09/03 12:45:35 DEBUG : splitbananasplit: transformed to: splitbanan 2026/09/03 12:45:35 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/09/03 12:45:35 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/09/03 12:45:35 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/09/03 12:45:36 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/09/03 12:45:36 DEBUG : splitbananasplit: transformed to: splitbanan 2026/09/03 12:45:36 DEBUG : banana: size = 6 OK 2026/09/03 12:45:36 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:45:36 DEBUG : banana: Unchanged skipping 2026/09/03 12:45:36 DEBUG : apple: size = 5 OK 2026/09/03 12:45:36 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:45:36 DEBUG : appleapple: size = 21 OK 2026/09/03 12:45:36 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:45:36 DEBUG : splitbanan: size = 16 OK 2026/09/03 12:45:36 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:45:36 DEBUG : splitbananasplit: Unchanged skipping 2026/09/03 12:45:36 DEBUG : appleappleapplebanana: Unchanged skipping 2026/09/03 12:45:36 DEBUG : apple: Unchanged skipping 2026/09/03 12:45:36 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/09/03 12:45:36 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/09/03 12:45:36 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/09/03 12:45:36 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/09/03 12:45:36 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/09/03 12:45:36 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/09/03 12:45:36 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/09/03 12:45:36 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/09/03 12:45:36 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/09/03 12:45:36 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/09/03 12:45:36 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/09/03 12:45:36 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/09/03 12:45:36 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/09/03 12:45:36 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/09/03 12:45:36 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/09/03 12:45:36 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/09/03 12:45:36 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/09/03 12:45:36 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/09/03 12:45:36 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/09/03 12:45:36 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/09/03 12:45:36 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/09/03 12:45:36 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/09/03 12:45:36 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/09/03 12:45:36 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/09/03 12:45:36 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/09/03 12:45:36 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/09/03 12:45:36 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/09/03 12:45:36 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/09/03 12:45:36 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/09/03 12:45:36 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/09/03 12:45:36 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/09/03 12:45:36 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/09/03 12:45:36 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/09/03 12:45:36 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/09/03 12:45:36 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/09/03 12:45:36 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/09/03 12:45:36 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/09/03 12:45:36 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/09/03 12:45:36 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/09/03 12:45:36 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/09/03 12:45:36 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/09/03 12:45:36 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/09/03 12:45:36 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/09/03 12:45:36 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/09/03 12:45:36 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/09/03 12:45:36 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/09/03 12:45:36 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/09/03 12:45:36 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/09/03 12:45:36 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/09/03 12:45:36 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/09/03 12:45:36 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/09/03 12:45:36 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/09/03 12:45:36 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/09/03 12:45:36 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/09/03 12:45:36 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/09/03 12:45:36 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/09/03 12:45:36 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/09/03 12:45:36 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/09/03 12:45:36 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/09/03 12:45:36 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/09/03 12:45:36 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/09/03 12:45:36 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/09/03 12:45:36 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/09/03 12:45:36 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/09/03 12:45:36 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/09/03 12:45:36 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/09/03 12:45:36 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/09/03 12:45:36 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/09/03 12:45:36 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/09/03 12:45:36 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/09/03 12:45:36 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/09/03 12:45:36 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/09/03 12:45:36 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/09/03 12:45:36 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/09/03 12:45:36 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/09/03 12:45:36 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/09/03 12:45:36 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/09/03 12:45:36 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/09/03 12:45:36 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/09/03 12:45:36 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/09/03 12:45:36 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/09/03 12:45:36 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/09/03 12:45:36 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/09/03 12:45:36 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/09/03 12:45:36 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/09/03 12:45:36 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/09/03 12:45:36 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/09/03 12:45:36 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/09/03 12:45:36 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/09/03 12:45:36 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/09/03 12:45:36 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/09/03 12:45:36 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/09/03 12:45:36 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/09/03 12:45:36 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/09/03 12:45:36 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/09/03 12:45:36 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/09/03 12:45:36 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/09/03 12:45:36 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/09/03 12:45:36 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/09/03 12:45:36 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/09/03 12:45:36 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/09/03 12:45:36 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/09/03 12:45:36 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/09/03 12:45:36 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/09/03 12:45:36 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/09/03 12:45:36 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/09/03 12:45:36 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/09/03 12:45:36 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/09/03 12:45:36 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/09/03 12:45:36 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/09/03 12:45:36 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/09/03 12:45:36 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/09/03 12:45:36 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/09/03 12:45:36 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/09/03 12:45:36 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/09/03 12:45:36 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/09/03 12:45:36 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/09/03 12:45:36 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/09/03 12:45:36 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/09/03 12:45:36 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/09/03 12:45:36 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/09/03 12:45:36 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/09/03 12:45:36 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/09/03 12:45:36 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/09/03 12:45:36 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/09/03 12:45:36 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/09/03 12:45:36 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/09/03 12:45:36 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/09/03 12:45:36 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/09/03 12:45:36 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/09/03 12:45:36 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/09/03 12:45:36 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/09/03 12:45:36 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/09/03 12:45:36 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/09/03 12:45:36 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/09/03 12:45:36 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/09/03 12:45:36 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/09/03 12:45:36 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/09/03 12:45:36 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/09/03 12:45:36 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/09/03 12:45:36 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/09/03 12:45:36 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/09/03 12:45:36 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/09/03 12:45:36 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/09/03 12:45:36 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/09/03 12:45:36 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/09/03 12:45:36 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/09/03 12:45:36 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/09/03 12:45:36 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/09/03 12:45:36 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/09/03 12:45:36 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/09/03 12:45:36 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/09/03 12:45:36 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/09/03 12:45:36 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/09/03 12:45:36 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/09/03 12:45:36 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/09/03 12:45:36 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/09/03 12:45:36 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/09/03 12:45:36 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/09/03 12:45:36 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/09/03 12:45:36 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/09/03 12:45:36 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/09/03 12:45:36 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/09/03 12:45:36 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/09/03 12:45:36 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/09/03 12:45:36 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/09/03 12:45:36 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/09/03 12:45:36 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/09/03 12:45:36 DEBUG : 0015-9;=.txt: transformed to: 0015-9;=.t 2026/09/03 12:45:36 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/09/03 12:45:36 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/09/03 12:45:36 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/09/03 12:45:36 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/09/03 12:45:36 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/09/03 12:45:36 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/09/03 12:45:36 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/09/03 12:45:36 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/09/03 12:45:36 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/09/03 12:45:36 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/09/03 12:45:36 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/09/03 12:45:36 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/09/03 12:45:36 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/09/03 12:45:36 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/09/03 12:45:36 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/09/03 12:45:36 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/09/03 12:45:36 DEBUG : dir1/0000-abcde: size = 21 OK 2026/09/03 12:45:36 DEBUG : dir1/0002-cdefg: size = 21 OK 2026/09/03 12:45:36 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:45:36 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:45:36 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/09/03 12:45:36 DEBUG : dir1/0005-fghij: size = 21 OK 2026/09/03 12:45:36 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:45:36 DEBUG : 0015-9;=.txt: transformed to: 0015-9;=.t 2026/09/03 12:45:36 DEBUG : dir1/0008-23456: size = 21 OK 2026/09/03 12:45:36 DEBUG : dir1/0006-ghijk: size = 21 OK 2026/09/03 12:45:36 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:45:36 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/09/03 12:45:36 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/09/03 12:45:36 DEBUG : dir1/0009-34567: size = 21 OK 2026/09/03 12:45:36 DEBUG : dir1/0007-12345: size = 21 OK 2026/09/03 12:45:36 DEBUG : dir1/0010-45678: size = 20 OK 2026/09/03 12:45:36 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:45:36 DEBUG : dir1/0001-bcdef: size = 21 OK 2026/09/03 12:45:36 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:45:36 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/09/03 12:45:36 DEBUG : B2 bucket rclone-test-pujizuz3lesa: Waiting for checks to finish 2026/09/03 12:45:36 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/09/03 12:45:36 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:45:36 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:45:36 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/09/03 12:45:36 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:45:36 DEBUG : dir1/0013-789;=: size = 19 OK 2026/09/03 12:45:36 DEBUG : dir1/0012-6789;: size = 19 OK 2026/09/03 12:45:36 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:45:36 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:45:36 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/09/03 12:45:36 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/09/03 12:45:36 DEBUG : dir1/0014-89;=.: size = 18 OK 2026/09/03 12:45:36 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/09/03 12:45:36 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:45:36 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/09/03 12:45:36 DEBUG : dir1/0011-56789: size = 20 OK 2026/09/03 12:45:36 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:45:36 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/09/03 12:45:36 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/09/03 12:45:36 DEBUG : dir1/0003-defgh: size = 21 OK 2026/09/03 12:45:36 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:45:36 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/09/03 12:45:36 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/09/03 12:45:36 DEBUG : dir1/0004-efghi: size = 21 OK 2026/09/03 12:45:36 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:45:36 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/09/03 12:45:36 DEBUG : dir1/0015-9;=.t: size = 17 OK 2026/09/03 12:45:36 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:45:36 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/09/03 12:45:36 DEBUG : B2 bucket rclone-test-pujizuz3lesa: Waiting for transfers to finish 2026/09/03 12:45:36 DEBUG : Waiting for deletions to finish 2026/09/03 12:45:36 DEBUG : Waiting for deletions to finish 2026/09/03 12:45:36 DEBUG : apple: Excluded (Path Filter) 2026/09/03 12:45:36 DEBUG : appleapple: Excluded (Path Filter) 2026/09/03 12:45:36 DEBUG : banana: Excluded (Path Filter) 2026/09/03 12:45:36 DEBUG : dir1/0000-abcde: Excluded (Path Filter) 2026/09/03 12:45:36 DEBUG : dir1/0001-bcdef: Excluded (Path Filter) 2026/09/03 12:45:36 DEBUG : dir1/0002-cdefg: Excluded (Path Filter) 2026/09/03 12:45:36 DEBUG : dir1/0003-defgh: Excluded (Path Filter) 2026/09/03 12:45:36 DEBUG : dir1/0004-efghi: Excluded (Path Filter) 2026/09/03 12:45:36 DEBUG : dir1/0005-fghij: Excluded (Path Filter) 2026/09/03 12:45:36 DEBUG : dir1/0006-ghijk: Excluded (Path Filter) 2026/09/03 12:45:36 DEBUG : dir1/0007-12345: Excluded (Path Filter) 2026/09/03 12:45:36 DEBUG : dir1/0008-23456: Excluded (Path Filter) 2026/09/03 12:45:36 DEBUG : dir1/0009-34567: Excluded (Path Filter) 2026/09/03 12:45:36 DEBUG : dir1/0010-45678: Excluded (Path Filter) 2026/09/03 12:45:36 DEBUG : dir1/0011-56789: Excluded (Path Filter) 2026/09/03 12:45:36 DEBUG : dir1/0012-6789;: Excluded (Path Filter) 2026/09/03 12:45:36 DEBUG : dir1/0013-789;=: Excluded (Path Filter) 2026/09/03 12:45:36 DEBUG : dir1/0014-89;=.: Excluded (Path Filter) 2026/09/03 12:45:36 DEBUG : dir1/0015-9;=.t: Excluded (Path Filter) 2026/09/03 12:45:36 DEBUG : splitbanan: Excluded (Path Filter) 2026/09/03 12:45:36 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/09/03 12:45:36 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/09/03 12:45:36 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/09/03 12:45:36 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/09/03 12:45:36 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/09/03 12:45:36 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/09/03 12:45:36 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/09/03 12:45:36 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/09/03 12:45:36 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/09/03 12:45:36 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/09/03 12:45:36 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/09/03 12:45:36 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/09/03 12:45:36 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/09/03 12:45:36 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/09/03 12:45:36 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/09/03 12:45:36 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/09/03 12:45:36 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/09/03 12:45:36 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/09/03 12:45:36 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/09/03 12:45:36 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/09/03 12:45:36 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/09/03 12:45:36 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/09/03 12:45:36 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/09/03 12:45:36 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/09/03 12:45:36 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/09/03 12:45:36 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/09/03 12:45:36 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/09/03 12:45:36 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/09/03 12:45:36 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/09/03 12:45:36 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/09/03 12:45:36 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/09/03 12:45:36 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/09/03 12:45:36 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/09/03 12:45:36 DEBUG : splitbananasplit: transformed to: splitbanan 2026/09/03 12:45:36 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/09/03 12:45:36 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/09/03 12:45:36 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/09/03 12:45:36 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/09/03 12:45:36 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/09/03 12:45:36 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/09/03 12:45:36 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/09/03 12:45:36 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/09/03 12:45:36 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/09/03 12:45:36 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/09/03 12:45:36 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/09/03 12:45:36 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/09/03 12:45:36 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/09/03 12:45:36 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/09/03 12:45:36 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/09/03 12:45:36 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/09/03 12:45:36 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/09/03 12:45:36 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/09/03 12:45:36 DEBUG : splitbananasplit: transformed to: splitbanan === RUN TestTransform/encoder run.go:198: Remote "B2 bucket rclone-test-pujizuz3lesa", Local "Local file system at /tmp/rclone3282517468", Modify Window "1ms" 2026/09/03 12:45:46 DEBUG : Waiting for deletions to finish 2026/09/03 12:45:46 DEBUG : apple: Excluded (Path Filter) 2026/09/03 12:45:46 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/09/03 12:45:46 DEBUG : banana: Excluded (Path Filter) 2026/09/03 12:45:46 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/09/03 12:45:46 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/09/03 12:45:46 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/09/03 12:45:46 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/09/03 12:45:46 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/09/03 12:45:46 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/09/03 12:45:46 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/09/03 12:45:46 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/09/03 12:45:46 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/09/03 12:45:46 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/09/03 12:45:46 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/09/03 12:45:46 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/09/03 12:45:46 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/09/03 12:45:46 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/09/03 12:45:46 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/09/03 12:45:46 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/09/03 12:45:46 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/09/03 12:45:47 DEBUG : apple: size = 5 OK 2026/09/03 12:45:47 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:45:47 DEBUG : apple: Unchanged skipping 2026/09/03 12:45:47 DEBUG : appleappleapplebanana: size = 21 OK 2026/09/03 12:45:47 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:45:47 DEBUG : appleappleapplebanana: Unchanged skipping 2026/09/03 12:45:47 DEBUG : banana: size = 6 OK 2026/09/03 12:45:47 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:45:47 DEBUG : banana: Unchanged skipping 2026/09/03 12:45:47 DEBUG : splitbananasplit: size = 16 OK 2026/09/03 12:45:47 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:45:47 DEBUG : splitbananasplit: Unchanged skipping 2026/09/03 12:45:47 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/09/03 12:45:47 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:45:47 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/09/03 12:45:47 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/09/03 12:45:47 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:45:47 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/09/03 12:45:47 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/09/03 12:45:47 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/09/03 12:45:47 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:45:47 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:45:47 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/09/03 12:45:47 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/09/03 12:45:47 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/09/03 12:45:47 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/09/03 12:45:47 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/09/03 12:45:47 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:45:47 DEBUG : B2 bucket rclone-test-pujizuz3lesa: Waiting for checks to finish 2026/09/03 12:45:47 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/09/03 12:45:47 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/09/03 12:45:47 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:45:47 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/09/03 12:45:47 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/09/03 12:45:47 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:45:47 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/09/03 12:45:47 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/09/03 12:45:47 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:45:47 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/09/03 12:45:47 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/09/03 12:45:47 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:45:47 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/09/03 12:45:47 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/09/03 12:45:47 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:45:47 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:45:47 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/09/03 12:45:47 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:45:47 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/09/03 12:45:47 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/09/03 12:45:47 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:45:47 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/09/03 12:45:47 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/09/03 12:45:47 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/09/03 12:45:47 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/09/03 12:45:47 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:45:47 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/09/03 12:45:47 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:45:47 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/09/03 12:45:47 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/09/03 12:45:47 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:45:47 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/09/03 12:45:47 DEBUG : B2 bucket rclone-test-pujizuz3lesa: Waiting for transfers to finish 2026/09/03 12:45:47 DEBUG : Waiting for deletions to finish 2026/09/03 12:45:47 INFO : There was nothing to transfer 2026/09/03 12:45:47 DEBUG : Waiting for deletions to finish 2026/09/03 12:45:47 DEBUG : apple: Excluded (Path Filter) 2026/09/03 12:45:47 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/09/03 12:45:47 DEBUG : banana: Excluded (Path Filter) 2026/09/03 12:45:47 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/09/03 12:45:47 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/09/03 12:45:47 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/09/03 12:45:47 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/09/03 12:45:47 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/09/03 12:45:47 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/09/03 12:45:47 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/09/03 12:45:47 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/09/03 12:45:47 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/09/03 12:45:47 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/09/03 12:45:47 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/09/03 12:45:47 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/09/03 12:45:47 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/09/03 12:45:47 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/09/03 12:45:47 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/09/03 12:45:47 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/09/03 12:45:47 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/09/03 12:45:48 DEBUG : apple: size = 5 OK 2026/09/03 12:45:48 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:45:48 DEBUG : apple: Unchanged skipping 2026/09/03 12:45:48 DEBUG : appleappleapplebanana: size = 21 OK 2026/09/03 12:45:48 DEBUG : banana: size = 6 OK 2026/09/03 12:45:48 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:45:48 DEBUG : appleappleapplebanana: Unchanged skipping 2026/09/03 12:45:48 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:45:48 DEBUG : banana: Unchanged skipping 2026/09/03 12:45:48 DEBUG : splitbananasplit: size = 16 OK 2026/09/03 12:45:48 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:45:48 DEBUG : splitbananasplit: Unchanged skipping 2026/09/03 12:45:48 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/09/03 12:45:48 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:45:48 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/09/03 12:45:48 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/09/03 12:45:48 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:45:48 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/09/03 12:45:48 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/09/03 12:45:48 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:45:48 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/09/03 12:45:48 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/09/03 12:45:48 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:45:48 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/09/03 12:45:48 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/09/03 12:45:48 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/09/03 12:45:48 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/09/03 12:45:48 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:45:48 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/09/03 12:45:48 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:45:48 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/09/03 12:45:48 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:45:48 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/09/03 12:45:48 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:45:48 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/09/03 12:45:48 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/09/03 12:45:48 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/09/03 12:45:48 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:45:48 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/09/03 12:45:48 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:45:48 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/09/03 12:45:48 DEBUG : B2 bucket rclone-test-pujizuz3lesa: Waiting for checks to finish 2026/09/03 12:45:48 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/09/03 12:45:48 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/09/03 12:45:48 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:45:48 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/09/03 12:45:48 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/09/03 12:45:48 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:45:48 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:45:48 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/09/03 12:45:48 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/09/03 12:45:48 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/09/03 12:45:48 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/09/03 12:45:48 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/09/03 12:45:48 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:45:48 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/09/03 12:45:48 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:45:48 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/09/03 12:45:48 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/09/03 12:45:48 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:45:48 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/09/03 12:45:48 DEBUG : B2 bucket rclone-test-pujizuz3lesa: Waiting for transfers to finish 2026/09/03 12:45:48 DEBUG : Waiting for deletions to finish 2026/09/03 12:45:48 INFO : There was nothing to transfer 2026/09/03 12:45:48 DEBUG : Waiting for deletions to finish 2026/09/03 12:45:48 DEBUG : apple: Excluded (Path Filter) 2026/09/03 12:45:48 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/09/03 12:45:48 DEBUG : banana: Excluded (Path Filter) 2026/09/03 12:45:48 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/09/03 12:45:48 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/09/03 12:45:48 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/09/03 12:45:48 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/09/03 12:45:48 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/09/03 12:45:48 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/09/03 12:45:48 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/09/03 12:45:48 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/09/03 12:45:48 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/09/03 12:45:48 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/09/03 12:45:48 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/09/03 12:45:48 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/09/03 12:45:48 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/09/03 12:45:48 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/09/03 12:45:48 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/09/03 12:45:48 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/09/03 12:45:48 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/09/03 12:45:48 DEBUG : Waiting for deletions to finish 2026/09/03 12:45:49 DEBUG : apple: Excluded (Path Filter) 2026/09/03 12:45:49 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/09/03 12:45:49 DEBUG : banana: Excluded (Path Filter) 2026/09/03 12:45:49 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/09/03 12:45:49 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/09/03 12:45:49 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/09/03 12:45:49 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/09/03 12:45:49 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/09/03 12:45:49 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/09/03 12:45:49 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/09/03 12:45:49 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/09/03 12:45:49 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/09/03 12:45:49 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/09/03 12:45:49 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/09/03 12:45:49 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/09/03 12:45:49 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/09/03 12:45:49 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/09/03 12:45:49 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/09/03 12:45:49 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/09/03 12:45:49 DEBUG : splitbananasplit: Excluded (Path Filter) === RUN TestTransform/ISO-8859-1 run.go:198: Remote "B2 bucket rclone-test-pujizuz3lesa", Local "Local file system at /tmp/rclone3282517468", Modify Window "1ms" 2026/09/03 12:45:59 DEBUG : Waiting for deletions to finish 2026/09/03 12:45:59 DEBUG : apple: Excluded (Path Filter) 2026/09/03 12:45:59 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/09/03 12:45:59 DEBUG : banana: Excluded (Path Filter) 2026/09/03 12:45:59 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/09/03 12:45:59 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/09/03 12:45:59 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/09/03 12:45:59 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/09/03 12:45:59 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/09/03 12:45:59 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/09/03 12:45:59 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/09/03 12:45:59 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/09/03 12:45:59 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/09/03 12:45:59 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/09/03 12:45:59 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/09/03 12:45:59 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/09/03 12:45:59 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/09/03 12:45:59 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/09/03 12:45:59 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/09/03 12:45:59 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/09/03 12:45:59 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/09/03 12:45:59 DEBUG : apple: size = 5 OK 2026/09/03 12:45:59 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:45:59 DEBUG : apple: Unchanged skipping 2026/09/03 12:45:59 DEBUG : appleappleapplebanana: size = 21 OK 2026/09/03 12:45:59 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:45:59 DEBUG : banana: size = 6 OK 2026/09/03 12:45:59 DEBUG : appleappleapplebanana: Unchanged skipping 2026/09/03 12:45:59 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:45:59 DEBUG : banana: Unchanged skipping 2026/09/03 12:45:59 DEBUG : splitbananasplit: size = 16 OK 2026/09/03 12:45:59 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:45:59 DEBUG : splitbananasplit: Unchanged skipping 2026/09/03 12:46:00 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/09/03 12:46:00 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:46:00 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/09/03 12:46:00 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/09/03 12:46:00 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:46:00 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/09/03 12:46:00 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/09/03 12:46:00 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/09/03 12:46:00 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:46:00 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/09/03 12:46:00 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:46:00 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/09/03 12:46:00 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:46:00 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/09/03 12:46:00 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/09/03 12:46:00 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:46:00 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/09/03 12:46:00 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/09/03 12:46:00 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/09/03 12:46:00 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:46:00 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:46:00 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/09/03 12:46:00 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/09/03 12:46:00 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:46:00 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/09/03 12:46:00 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/09/03 12:46:00 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:46:00 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/09/03 12:46:00 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:46:00 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/09/03 12:46:00 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/09/03 12:46:00 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:46:00 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/09/03 12:46:00 DEBUG : B2 bucket rclone-test-pujizuz3lesa: Waiting for checks to finish 2026/09/03 12:46:00 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/09/03 12:46:00 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/09/03 12:46:00 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:46:00 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/09/03 12:46:00 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/09/03 12:46:00 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/09/03 12:46:00 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:46:00 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/09/03 12:46:00 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:46:00 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/09/03 12:46:00 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/09/03 12:46:00 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/09/03 12:46:00 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:46:00 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/09/03 12:46:00 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/09/03 12:46:00 DEBUG : B2 bucket rclone-test-pujizuz3lesa: Waiting for transfers to finish 2026/09/03 12:46:00 DEBUG : Waiting for deletions to finish 2026/09/03 12:46:00 INFO : There was nothing to transfer 2026/09/03 12:46:00 DEBUG : Waiting for deletions to finish 2026/09/03 12:46:00 DEBUG : apple: Excluded (Path Filter) 2026/09/03 12:46:00 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/09/03 12:46:00 DEBUG : banana: Excluded (Path Filter) 2026/09/03 12:46:00 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/09/03 12:46:00 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/09/03 12:46:00 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/09/03 12:46:00 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/09/03 12:46:00 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/09/03 12:46:00 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/09/03 12:46:00 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/09/03 12:46:00 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/09/03 12:46:00 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/09/03 12:46:00 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/09/03 12:46:00 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/09/03 12:46:00 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/09/03 12:46:00 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/09/03 12:46:00 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/09/03 12:46:00 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/09/03 12:46:00 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/09/03 12:46:00 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/09/03 12:46:00 DEBUG : apple: size = 5 OK 2026/09/03 12:46:00 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:46:00 DEBUG : apple: Unchanged skipping 2026/09/03 12:46:00 DEBUG : appleappleapplebanana: size = 21 OK 2026/09/03 12:46:00 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:46:00 DEBUG : appleappleapplebanana: Unchanged skipping 2026/09/03 12:46:00 DEBUG : banana: size = 6 OK 2026/09/03 12:46:00 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:46:00 DEBUG : splitbananasplit: size = 16 OK 2026/09/03 12:46:00 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:46:00 DEBUG : banana: Unchanged skipping 2026/09/03 12:46:00 DEBUG : splitbananasplit: Unchanged skipping 2026/09/03 12:46:01 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/09/03 12:46:01 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:46:01 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/09/03 12:46:01 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/09/03 12:46:01 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:46:01 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/09/03 12:46:01 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/09/03 12:46:01 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:46:01 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/09/03 12:46:01 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/09/03 12:46:01 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:46:01 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/09/03 12:46:01 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/09/03 12:46:01 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/09/03 12:46:01 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/09/03 12:46:01 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:46:01 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/09/03 12:46:01 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/09/03 12:46:01 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:46:01 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/09/03 12:46:01 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/09/03 12:46:01 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:46:01 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:46:01 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/09/03 12:46:01 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/09/03 12:46:01 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/09/03 12:46:01 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:46:01 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:46:01 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/09/03 12:46:01 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/09/03 12:46:01 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/09/03 12:46:01 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/09/03 12:46:01 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:46:01 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:46:01 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/09/03 12:46:01 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/09/03 12:46:01 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:46:01 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/09/03 12:46:01 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/09/03 12:46:01 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:46:01 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/09/03 12:46:01 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/09/03 12:46:01 DEBUG : B2 bucket rclone-test-pujizuz3lesa: Waiting for checks to finish 2026/09/03 12:46:01 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:46:01 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:46:01 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/09/03 12:46:01 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/09/03 12:46:01 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/09/03 12:46:01 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/09/03 12:46:01 DEBUG : B2 bucket rclone-test-pujizuz3lesa: Waiting for transfers to finish 2026/09/03 12:46:01 DEBUG : Waiting for deletions to finish 2026/09/03 12:46:01 INFO : There was nothing to transfer 2026/09/03 12:46:01 DEBUG : Waiting for deletions to finish 2026/09/03 12:46:01 DEBUG : apple: Excluded (Path Filter) 2026/09/03 12:46:01 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/09/03 12:46:01 DEBUG : banana: Excluded (Path Filter) 2026/09/03 12:46:01 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/09/03 12:46:01 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/09/03 12:46:01 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/09/03 12:46:01 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/09/03 12:46:01 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/09/03 12:46:01 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/09/03 12:46:01 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/09/03 12:46:01 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/09/03 12:46:01 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/09/03 12:46:01 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/09/03 12:46:01 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/09/03 12:46:01 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/09/03 12:46:01 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/09/03 12:46:01 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/09/03 12:46:01 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/09/03 12:46:01 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/09/03 12:46:01 DEBUG : splitbananasplit: Excluded (Path Filter) === RUN TestTransform/charmap run.go:198: Remote "B2 bucket rclone-test-pujizuz3lesa", Local "Local file system at /tmp/rclone3282517468", Modify Window "1ms" 2026/09/03 12:46:11 DEBUG : Waiting for deletions to finish 2026/09/03 12:46:11 DEBUG : pacer: low level retry 1/10 (error Post "https://api001.backblazeb2.com/b2api/v1/b2_list_file_names": EOF) 2026/09/03 12:46:11 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/09/03 12:46:12 DEBUG : pacer: Reducing sleep to 10ms 2026/09/03 12:46:12 DEBUG : apple: Excluded (Path Filter) 2026/09/03 12:46:12 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/09/03 12:46:12 DEBUG : banana: Excluded (Path Filter) 2026/09/03 12:46:12 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/09/03 12:46:12 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/09/03 12:46:12 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/09/03 12:46:12 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/09/03 12:46:12 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/09/03 12:46:12 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/09/03 12:46:12 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/09/03 12:46:12 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/09/03 12:46:12 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/09/03 12:46:12 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/09/03 12:46:12 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/09/03 12:46:12 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/09/03 12:46:12 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/09/03 12:46:12 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/09/03 12:46:12 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/09/03 12:46:12 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/09/03 12:46:12 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/09/03 12:46:12 DEBUG : apple: size = 5 OK 2026/09/03 12:46:12 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:46:12 DEBUG : banana: size = 6 OK 2026/09/03 12:46:12 DEBUG : appleappleapplebanana: size = 21 OK 2026/09/03 12:46:12 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:46:12 DEBUG : appleappleapplebanana: Unchanged skipping 2026/09/03 12:46:12 DEBUG : apple: Unchanged skipping 2026/09/03 12:46:12 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:46:12 DEBUG : banana: Unchanged skipping 2026/09/03 12:46:12 DEBUG : splitbananasplit: size = 16 OK 2026/09/03 12:46:12 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:46:12 DEBUG : splitbananasplit: Unchanged skipping 2026/09/03 12:46:12 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/09/03 12:46:12 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:46:12 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/09/03 12:46:12 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/09/03 12:46:12 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:46:12 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/09/03 12:46:12 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/09/03 12:46:12 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:46:12 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/09/03 12:46:12 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/09/03 12:46:12 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:46:12 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/09/03 12:46:12 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/09/03 12:46:12 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:46:12 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/09/03 12:46:12 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/09/03 12:46:12 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:46:12 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/09/03 12:46:12 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/09/03 12:46:12 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:46:12 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/09/03 12:46:12 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/09/03 12:46:12 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:46:12 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/09/03 12:46:12 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/09/03 12:46:12 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:46:12 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/09/03 12:46:12 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/09/03 12:46:12 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:46:12 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/09/03 12:46:12 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/09/03 12:46:12 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:46:12 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/09/03 12:46:12 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:46:12 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/09/03 12:46:12 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/09/03 12:46:12 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:46:12 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/09/03 12:46:12 DEBUG : B2 bucket rclone-test-pujizuz3lesa: Waiting for checks to finish 2026/09/03 12:46:12 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/09/03 12:46:12 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:46:12 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/09/03 12:46:12 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/09/03 12:46:12 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:46:12 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/09/03 12:46:12 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/09/03 12:46:12 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/09/03 12:46:12 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:46:12 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/09/03 12:46:12 DEBUG : B2 bucket rclone-test-pujizuz3lesa: Waiting for transfers to finish 2026/09/03 12:46:12 DEBUG : Waiting for deletions to finish 2026/09/03 12:46:12 INFO : There was nothing to transfer 2026/09/03 12:46:12 DEBUG : Waiting for deletions to finish 2026/09/03 12:46:12 DEBUG : apple: Excluded (Path Filter) 2026/09/03 12:46:12 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/09/03 12:46:12 DEBUG : banana: Excluded (Path Filter) 2026/09/03 12:46:12 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/09/03 12:46:12 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/09/03 12:46:12 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/09/03 12:46:12 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/09/03 12:46:12 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/09/03 12:46:12 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/09/03 12:46:12 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/09/03 12:46:12 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/09/03 12:46:12 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/09/03 12:46:12 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/09/03 12:46:12 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/09/03 12:46:12 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/09/03 12:46:12 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/09/03 12:46:12 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/09/03 12:46:12 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/09/03 12:46:12 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/09/03 12:46:12 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/09/03 12:46:13 DEBUG : apple: size = 5 OK 2026/09/03 12:46:13 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:46:13 DEBUG : apple: Unchanged skipping 2026/09/03 12:46:13 DEBUG : splitbananasplit: size = 16 OK 2026/09/03 12:46:13 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:46:13 DEBUG : splitbananasplit: Unchanged skipping 2026/09/03 12:46:13 DEBUG : banana: size = 6 OK 2026/09/03 12:46:13 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:46:13 DEBUG : banana: Unchanged skipping 2026/09/03 12:46:13 DEBUG : appleappleapplebanana: size = 21 OK 2026/09/03 12:46:13 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:46:13 DEBUG : appleappleapplebanana: Unchanged skipping 2026/09/03 12:46:13 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/09/03 12:46:13 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/09/03 12:46:13 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:46:13 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/09/03 12:46:13 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/09/03 12:46:13 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:46:13 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/09/03 12:46:13 DEBUG : B2 bucket rclone-test-pujizuz3lesa: Waiting for checks to finish 2026/09/03 12:46:13 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:46:13 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/09/03 12:46:13 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/09/03 12:46:13 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:46:13 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/09/03 12:46:13 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/09/03 12:46:13 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/09/03 12:46:13 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:46:13 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:46:13 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/09/03 12:46:13 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/09/03 12:46:13 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/09/03 12:46:13 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/09/03 12:46:13 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:46:13 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/09/03 12:46:13 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/09/03 12:46:13 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/09/03 12:46:13 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:46:13 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/09/03 12:46:13 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/09/03 12:46:13 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:46:13 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:46:13 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/09/03 12:46:13 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/09/03 12:46:13 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:46:13 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/09/03 12:46:13 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/09/03 12:46:13 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:46:13 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:46:13 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/09/03 12:46:13 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:46:13 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/09/03 12:46:13 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/09/03 12:46:13 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/09/03 12:46:13 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/09/03 12:46:13 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:46:13 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/09/03 12:46:13 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/09/03 12:46:13 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:46:13 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/09/03 12:46:13 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/09/03 12:46:13 DEBUG : B2 bucket rclone-test-pujizuz3lesa: Waiting for transfers to finish 2026/09/03 12:46:13 DEBUG : Waiting for deletions to finish 2026/09/03 12:46:13 INFO : There was nothing to transfer 2026/09/03 12:46:13 DEBUG : Waiting for deletions to finish 2026/09/03 12:46:13 DEBUG : apple: Excluded (Path Filter) 2026/09/03 12:46:13 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/09/03 12:46:13 DEBUG : banana: Excluded (Path Filter) 2026/09/03 12:46:13 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/09/03 12:46:13 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/09/03 12:46:13 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/09/03 12:46:13 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/09/03 12:46:13 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/09/03 12:46:13 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/09/03 12:46:13 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/09/03 12:46:13 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/09/03 12:46:13 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/09/03 12:46:13 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/09/03 12:46:13 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/09/03 12:46:13 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/09/03 12:46:13 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/09/03 12:46:13 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/09/03 12:46:13 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/09/03 12:46:13 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/09/03 12:46:13 DEBUG : splitbananasplit: Excluded (Path Filter) === RUN TestTransform/lowercase run.go:198: Remote "B2 bucket rclone-test-pujizuz3lesa", Local "Local file system at /tmp/rclone3282517468", Modify Window "1ms" 2026/09/03 12:46:23 DEBUG : Waiting for deletions to finish 2026/09/03 12:46:23 DEBUG : apple: Excluded (Path Filter) 2026/09/03 12:46:23 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/09/03 12:46:23 DEBUG : banana: Excluded (Path Filter) 2026/09/03 12:46:23 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/09/03 12:46:23 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/09/03 12:46:23 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/09/03 12:46:23 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/09/03 12:46:23 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/09/03 12:46:23 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/09/03 12:46:23 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/09/03 12:46:23 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/09/03 12:46:23 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/09/03 12:46:23 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/09/03 12:46:23 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/09/03 12:46:23 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/09/03 12:46:23 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/09/03 12:46:23 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/09/03 12:46:23 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/09/03 12:46:23 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/09/03 12:46:23 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/09/03 12:46:24 DEBUG : apple: size = 5 OK 2026/09/03 12:46:24 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:46:24 DEBUG : apple: Unchanged skipping 2026/09/03 12:46:24 DEBUG : appleappleapplebanana: size = 21 OK 2026/09/03 12:46:24 DEBUG : banana: size = 6 OK 2026/09/03 12:46:24 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:46:24 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:46:24 DEBUG : banana: Unchanged skipping 2026/09/03 12:46:24 DEBUG : appleappleapplebanana: Unchanged skipping 2026/09/03 12:46:24 DEBUG : splitbananasplit: size = 16 OK 2026/09/03 12:46:24 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:46:24 DEBUG : splitbananasplit: Unchanged skipping 2026/09/03 12:46:24 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/09/03 12:46:24 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:46:24 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/09/03 12:46:24 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/09/03 12:46:24 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:46:24 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/09/03 12:46:24 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/09/03 12:46:24 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:46:24 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/09/03 12:46:24 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:46:24 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/09/03 12:46:24 DEBUG : B2 bucket rclone-test-pujizuz3lesa: Waiting for checks to finish 2026/09/03 12:46:24 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/09/03 12:46:24 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:46:24 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/09/03 12:46:24 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/09/03 12:46:24 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/09/03 12:46:24 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:46:24 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:46:24 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/09/03 12:46:24 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/09/03 12:46:24 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/09/03 12:46:24 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:46:24 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/09/03 12:46:24 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/09/03 12:46:24 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:46:24 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/09/03 12:46:24 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:46:24 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/09/03 12:46:24 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/09/03 12:46:24 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/09/03 12:46:24 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/09/03 12:46:24 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:46:24 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/09/03 12:46:24 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/09/03 12:46:24 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:46:24 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/09/03 12:46:24 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:46:24 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/09/03 12:46:24 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/09/03 12:46:24 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:46:24 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/09/03 12:46:24 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/09/03 12:46:24 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:46:24 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/09/03 12:46:24 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/09/03 12:46:24 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/09/03 12:46:24 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:46:24 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/09/03 12:46:24 DEBUG : B2 bucket rclone-test-pujizuz3lesa: Waiting for transfers to finish 2026/09/03 12:46:24 DEBUG : Waiting for deletions to finish 2026/09/03 12:46:24 INFO : There was nothing to transfer 2026/09/03 12:46:24 DEBUG : Waiting for deletions to finish 2026/09/03 12:46:24 DEBUG : apple: Excluded (Path Filter) 2026/09/03 12:46:24 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/09/03 12:46:24 DEBUG : banana: Excluded (Path Filter) 2026/09/03 12:46:24 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/09/03 12:46:24 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/09/03 12:46:24 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/09/03 12:46:24 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/09/03 12:46:24 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/09/03 12:46:24 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/09/03 12:46:24 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/09/03 12:46:24 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/09/03 12:46:24 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/09/03 12:46:24 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/09/03 12:46:24 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/09/03 12:46:24 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/09/03 12:46:24 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/09/03 12:46:24 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/09/03 12:46:24 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/09/03 12:46:24 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/09/03 12:46:24 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/09/03 12:46:25 DEBUG : apple: size = 5 OK 2026/09/03 12:46:25 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:46:25 DEBUG : apple: Unchanged skipping 2026/09/03 12:46:25 DEBUG : appleappleapplebanana: size = 21 OK 2026/09/03 12:46:25 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:46:25 DEBUG : appleappleapplebanana: Unchanged skipping 2026/09/03 12:46:25 DEBUG : banana: size = 6 OK 2026/09/03 12:46:25 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:46:25 DEBUG : banana: Unchanged skipping 2026/09/03 12:46:25 DEBUG : splitbananasplit: size = 16 OK 2026/09/03 12:46:25 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:46:25 DEBUG : splitbananasplit: Unchanged skipping 2026/09/03 12:46:25 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/09/03 12:46:25 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:46:25 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/09/03 12:46:25 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/09/03 12:46:25 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:46:25 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/09/03 12:46:25 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/09/03 12:46:25 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/09/03 12:46:25 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/09/03 12:46:25 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/09/03 12:46:25 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:46:25 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/09/03 12:46:25 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:46:25 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/09/03 12:46:25 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/09/03 12:46:25 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/09/03 12:46:25 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:46:25 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/09/03 12:46:25 DEBUG : B2 bucket rclone-test-pujizuz3lesa: Waiting for checks to finish 2026/09/03 12:46:25 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/09/03 12:46:25 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:46:25 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/09/03 12:46:25 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/09/03 12:46:25 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/09/03 12:46:25 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:46:25 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:46:25 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/09/03 12:46:25 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/09/03 12:46:25 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:46:25 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/09/03 12:46:25 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/09/03 12:46:25 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/09/03 12:46:25 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:46:25 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/09/03 12:46:25 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:46:25 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/09/03 12:46:25 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:46:25 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:46:25 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/09/03 12:46:25 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:46:25 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/09/03 12:46:25 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/09/03 12:46:25 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/09/03 12:46:25 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/09/03 12:46:25 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:46:25 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/09/03 12:46:25 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/09/03 12:46:25 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:46:25 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/09/03 12:46:25 DEBUG : B2 bucket rclone-test-pujizuz3lesa: Waiting for transfers to finish 2026/09/03 12:46:25 DEBUG : Waiting for deletions to finish 2026/09/03 12:46:25 INFO : There was nothing to transfer 2026/09/03 12:46:25 DEBUG : Waiting for deletions to finish 2026/09/03 12:46:25 DEBUG : apple: Excluded (Path Filter) 2026/09/03 12:46:25 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/09/03 12:46:25 DEBUG : banana: Excluded (Path Filter) 2026/09/03 12:46:25 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/09/03 12:46:25 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/09/03 12:46:25 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/09/03 12:46:25 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/09/03 12:46:25 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/09/03 12:46:25 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/09/03 12:46:25 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/09/03 12:46:25 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/09/03 12:46:25 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/09/03 12:46:25 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/09/03 12:46:25 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/09/03 12:46:25 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/09/03 12:46:25 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/09/03 12:46:25 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/09/03 12:46:25 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/09/03 12:46:25 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/09/03 12:46:25 DEBUG : splitbananasplit: Excluded (Path Filter) === RUN TestTransform/ascii run.go:198: Remote "B2 bucket rclone-test-pujizuz3lesa", Local "Local file system at /tmp/rclone3282517468", Modify Window "1ms" 2026/09/03 12:46:35 DEBUG : Waiting for deletions to finish 2026/09/03 12:46:36 DEBUG : apple: Excluded (Path Filter) 2026/09/03 12:46:36 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/09/03 12:46:36 DEBUG : banana: Excluded (Path Filter) 2026/09/03 12:46:36 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/09/03 12:46:36 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/09/03 12:46:36 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/09/03 12:46:36 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/09/03 12:46:36 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/09/03 12:46:36 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/09/03 12:46:36 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/09/03 12:46:36 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/09/03 12:46:36 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/09/03 12:46:36 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/09/03 12:46:36 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/09/03 12:46:36 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/09/03 12:46:36 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/09/03 12:46:36 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/09/03 12:46:36 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/09/03 12:46:36 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/09/03 12:46:36 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/09/03 12:46:36 DEBUG : appleappleapplebanana: size = 21 OK 2026/09/03 12:46:36 DEBUG : splitbananasplit: size = 16 OK 2026/09/03 12:46:36 DEBUG : apple: size = 5 OK 2026/09/03 12:46:36 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:46:36 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:46:36 DEBUG : apple: Unchanged skipping 2026/09/03 12:46:36 DEBUG : appleappleapplebanana: Unchanged skipping 2026/09/03 12:46:36 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:46:36 DEBUG : splitbananasplit: Unchanged skipping 2026/09/03 12:46:36 DEBUG : banana: size = 6 OK 2026/09/03 12:46:36 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:46:36 DEBUG : banana: Unchanged skipping 2026/09/03 12:46:36 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/09/03 12:46:36 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:46:36 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/09/03 12:46:36 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/09/03 12:46:36 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:46:36 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/09/03 12:46:36 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/09/03 12:46:36 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/09/03 12:46:36 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:46:36 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/09/03 12:46:36 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/09/03 12:46:36 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:46:36 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:46:36 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/09/03 12:46:36 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/09/03 12:46:36 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:46:36 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/09/03 12:46:36 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/09/03 12:46:36 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:46:36 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/09/03 12:46:36 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/09/03 12:46:36 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/09/03 12:46:36 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/09/03 12:46:36 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:46:36 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/09/03 12:46:36 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/09/03 12:46:36 DEBUG : B2 bucket rclone-test-pujizuz3lesa: Waiting for checks to finish 2026/09/03 12:46:36 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:46:36 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/09/03 12:46:36 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/09/03 12:46:36 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/09/03 12:46:36 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:46:36 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/09/03 12:46:36 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/09/03 12:46:36 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:46:36 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/09/03 12:46:36 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:46:36 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/09/03 12:46:36 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:46:36 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/09/03 12:46:36 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:46:36 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/09/03 12:46:36 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/09/03 12:46:36 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:46:36 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/09/03 12:46:36 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/09/03 12:46:36 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/09/03 12:46:36 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:46:36 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/09/03 12:46:36 DEBUG : B2 bucket rclone-test-pujizuz3lesa: Waiting for transfers to finish 2026/09/03 12:46:36 DEBUG : Waiting for deletions to finish 2026/09/03 12:46:36 INFO : There was nothing to transfer 2026/09/03 12:46:36 DEBUG : Waiting for deletions to finish 2026/09/03 12:46:37 DEBUG : apple: Excluded (Path Filter) 2026/09/03 12:46:37 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/09/03 12:46:37 DEBUG : banana: Excluded (Path Filter) 2026/09/03 12:46:37 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/09/03 12:46:37 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/09/03 12:46:37 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/09/03 12:46:37 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/09/03 12:46:37 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/09/03 12:46:37 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/09/03 12:46:37 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/09/03 12:46:37 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/09/03 12:46:37 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/09/03 12:46:37 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/09/03 12:46:37 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/09/03 12:46:37 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/09/03 12:46:37 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/09/03 12:46:37 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/09/03 12:46:37 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/09/03 12:46:37 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/09/03 12:46:37 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/09/03 12:46:37 DEBUG : apple: size = 5 OK 2026/09/03 12:46:37 DEBUG : banana: size = 6 OK 2026/09/03 12:46:37 DEBUG : splitbananasplit: size = 16 OK 2026/09/03 12:46:37 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:46:37 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:46:37 DEBUG : apple: Unchanged skipping 2026/09/03 12:46:37 DEBUG : splitbananasplit: Unchanged skipping 2026/09/03 12:46:37 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:46:37 DEBUG : banana: Unchanged skipping 2026/09/03 12:46:37 DEBUG : appleappleapplebanana: size = 21 OK 2026/09/03 12:46:37 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:46:37 DEBUG : appleappleapplebanana: Unchanged skipping 2026/09/03 12:46:37 DEBUG : B2 bucket rclone-test-pujizuz3lesa: Waiting for checks to finish 2026/09/03 12:46:37 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/09/03 12:46:37 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:46:37 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/09/03 12:46:37 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/09/03 12:46:37 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/09/03 12:46:37 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:46:37 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:46:37 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/09/03 12:46:37 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/09/03 12:46:37 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/09/03 12:46:37 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/09/03 12:46:37 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:46:37 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:46:37 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/09/03 12:46:37 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/09/03 12:46:37 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:46:37 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/09/03 12:46:37 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/09/03 12:46:37 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:46:37 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/09/03 12:46:37 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/09/03 12:46:37 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/09/03 12:46:37 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:46:37 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/09/03 12:46:37 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/09/03 12:46:37 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/09/03 12:46:37 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:46:37 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/09/03 12:46:37 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/09/03 12:46:37 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/09/03 12:46:37 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:46:37 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/09/03 12:46:37 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/09/03 12:46:37 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:46:37 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/09/03 12:46:37 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:46:37 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/09/03 12:46:37 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/09/03 12:46:37 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:46:37 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:46:37 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/09/03 12:46:37 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/09/03 12:46:37 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:46:37 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/09/03 12:46:37 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:46:37 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/09/03 12:46:37 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/09/03 12:46:37 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/09/03 12:46:37 DEBUG : B2 bucket rclone-test-pujizuz3lesa: Waiting for transfers to finish 2026/09/03 12:46:37 DEBUG : Waiting for deletions to finish 2026/09/03 12:46:37 INFO : There was nothing to transfer 2026/09/03 12:46:37 DEBUG : Waiting for deletions to finish 2026/09/03 12:46:37 DEBUG : apple: Excluded (Path Filter) 2026/09/03 12:46:37 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/09/03 12:46:37 DEBUG : banana: Excluded (Path Filter) 2026/09/03 12:46:37 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/09/03 12:46:37 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/09/03 12:46:37 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/09/03 12:46:37 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/09/03 12:46:37 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/09/03 12:46:37 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/09/03 12:46:37 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/09/03 12:46:37 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/09/03 12:46:37 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/09/03 12:46:37 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/09/03 12:46:37 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/09/03 12:46:37 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/09/03 12:46:37 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/09/03 12:46:37 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/09/03 12:46:37 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/09/03 12:46:37 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/09/03 12:46:37 DEBUG : splitbananasplit: Excluded (Path Filter) --- PASS: TestTransform (143.33s) --- PASS: TestTransform/NFC (10.78s) --- PASS: TestTransform/NFD (11.45s) --- PASS: TestTransform/base64 (14.30s) --- PASS: TestTransform/prefix (15.79s) --- PASS: TestTransform/suffix (15.64s) --- PASS: TestTransform/truncate (13.69s) --- PASS: TestTransform/encoder (12.56s) --- PASS: TestTransform/ISO-8859-1 (12.21s) --- PASS: TestTransform/charmap (12.47s) --- PASS: TestTransform/lowercase (12.07s) --- PASS: TestTransform/ascii (12.37s) === RUN TestTransformCopy run.go:198: Remote "B2 bucket rclone-test-pujizuz3lesa", Local "Local file system at /tmp/rclone3282517468", Modify Window "1ms" 2026/09/03 12:46:43 DEBUG : sub dir: transformed to: sub dir_somesuffix 2026/09/03 12:46:43 DEBUG : sub dir: transformed to: sub dir_somesuffix 2026/09/03 12:46:43 INFO : sub dir_somesuffix: Making directory 2026/09/03 12:46:43 DEBUG : sub dir: transformed to: sub dir_somesuffix 2026/09/03 12:46:43 DEBUG : hello world.txt: transformed to: hello world_somesuffix.txt 2026/09/03 12:46:43 DEBUG : sub dir/hello world.txt: transformed to: sub dir_somesuffix/hello world_somesuffix.txt 2026/09/03 12:46:43 DEBUG : sub dir/hello world.txt: Need to transfer - File not found at Destination 2026/09/03 12:46:43 DEBUG : sub dir/hello world.txt: transformed to: sub dir_somesuffix/hello world_somesuffix.txt 2026/09/03 12:46:43 DEBUG : B2 bucket rclone-test-pujizuz3lesa: Waiting for checks to finish 2026/09/03 12:46:43 DEBUG : B2 bucket rclone-test-pujizuz3lesa: Waiting for transfers to finish 2026/09/03 12:46:43 DEBUG : sub dir_somesuffix/hello world_somesuffix.txt: size = 11 OK 2026/09/03 12:46:43 DEBUG : sub dir/hello world.txt: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/09/03 12:46:43 INFO : sub dir/hello world.txt: Copied (new) to: sub dir_somesuffix/hello world_somesuffix.txt 2026/09/03 12:46:43 DEBUG : Waiting for deletions to finish --- PASS: TestTransformCopy (1.57s) === RUN TestDoubleTransform run.go:198: Remote "B2 bucket rclone-test-pujizuz3lesa", Local "Local file system at /tmp/rclone3282517468", Modify Window "1ms" 2026/09/03 12:46:44 DEBUG : toe: transformed to: tictactoe 2026/09/03 12:46:44 DEBUG : toe: transformed to: tictactoe 2026/09/03 12:46:44 INFO : tictactoe: Making directory 2026/09/03 12:46:44 DEBUG : toe: transformed to: tictactoe 2026/09/03 12:46:44 DEBUG : toe: transformed to: tictactoe 2026/09/03 12:46:44 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/09/03 12:46:44 DEBUG : toe/toe: Need to transfer - File not found at Destination 2026/09/03 12:46:44 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/09/03 12:46:44 DEBUG : B2 bucket rclone-test-pujizuz3lesa: Waiting for checks to finish 2026/09/03 12:46:44 DEBUG : B2 bucket rclone-test-pujizuz3lesa: Waiting for transfers to finish 2026/09/03 12:46:45 DEBUG : tictactoe/tictactoe: size = 11 OK 2026/09/03 12:46:45 DEBUG : toe/toe: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/09/03 12:46:45 INFO : toe/toe: Copied (new) to: tictactoe/tictactoe 2026/09/03 12:46:45 DEBUG : Waiting for deletions to finish --- PASS: TestDoubleTransform (1.54s) === RUN TestFileTag run.go:198: Remote "B2 bucket rclone-test-pujizuz3lesa", Local "Local file system at /tmp/rclone3282517468", Modify Window "1ms" 2026/09/03 12:46:46 INFO : toe: Making directory 2026/09/03 12:46:46 INFO : toe/toe: Making directory 2026/09/03 12:46:46 DEBUG : toe: transformed to: tictactoe 2026/09/03 12:46:46 DEBUG : toe/toe/toe: transformed to: toe/toe/tictactoe 2026/09/03 12:46:46 DEBUG : toe/toe/toe: Need to transfer - File not found at Destination 2026/09/03 12:46:46 DEBUG : toe/toe/toe: transformed to: toe/toe/tictactoe 2026/09/03 12:46:46 DEBUG : B2 bucket rclone-test-pujizuz3lesa: Waiting for checks to finish 2026/09/03 12:46:46 DEBUG : B2 bucket rclone-test-pujizuz3lesa: Waiting for transfers to finish 2026/09/03 12:46:46 DEBUG : toe/toe/tictactoe: size = 11 OK 2026/09/03 12:46:46 DEBUG : toe/toe/toe: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/09/03 12:46:46 INFO : toe/toe/toe: Copied (new) to: toe/toe/tictactoe 2026/09/03 12:46:46 DEBUG : Waiting for deletions to finish --- PASS: TestFileTag (1.54s) === RUN TestNoTag run.go:198: Remote "B2 bucket rclone-test-pujizuz3lesa", Local "Local file system at /tmp/rclone3282517468", Modify Window "1ms" 2026/09/03 12:46:47 INFO : toe: Making directory 2026/09/03 12:46:47 INFO : toe/toe: Making directory 2026/09/03 12:46:47 DEBUG : toe: transformed to: tictactoe 2026/09/03 12:46:47 DEBUG : toe/toe/toe: transformed to: toe/toe/tictactoe 2026/09/03 12:46:47 DEBUG : toe/toe/toe: Need to transfer - File not found at Destination 2026/09/03 12:46:47 DEBUG : toe/toe/toe: transformed to: toe/toe/tictactoe 2026/09/03 12:46:47 DEBUG : B2 bucket rclone-test-pujizuz3lesa: Waiting for checks to finish 2026/09/03 12:46:47 DEBUG : B2 bucket rclone-test-pujizuz3lesa: Waiting for transfers to finish 2026/09/03 12:46:48 DEBUG : toe/toe/tictactoe: size = 11 OK 2026/09/03 12:46:48 DEBUG : toe/toe/toe: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/09/03 12:46:48 INFO : toe/toe/toe: Copied (new) to: toe/toe/tictactoe 2026/09/03 12:46:48 DEBUG : Waiting for deletions to finish --- PASS: TestNoTag (1.53s) === RUN TestDirTag run.go:198: Remote "B2 bucket rclone-test-pujizuz3lesa", Local "Local file system at /tmp/rclone3282517468", Modify Window "1ms" 2026/09/03 12:46:49 DEBUG : empty_dir: Making directory with metadata 2026/09/03 12:46:49 INFO : empty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/09/03 12:46:49 DEBUG : toe: transformed to: tictactoe 2026/09/03 12:46:49 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/09/03 12:46:49 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/09/03 12:46:49 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/09/03 12:46:49 INFO : tictacempty_dir: Making directory 2026/09/03 12:46:49 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/09/03 12:46:49 DEBUG : toe: transformed to: tictactoe 2026/09/03 12:46:49 DEBUG : toe: transformed to: tictactoe 2026/09/03 12:46:49 INFO : tictactoe: Making directory 2026/09/03 12:46:49 DEBUG : toe: transformed to: tictactoe 2026/09/03 12:46:49 DEBUG : toe: transformed to: tictactoe 2026/09/03 12:46:49 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/09/03 12:46:49 INFO : tictactoe/tictactoe: Making directory 2026/09/03 12:46:49 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/09/03 12:46:49 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/toe.txt 2026/09/03 12:46:49 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2026/09/03 12:46:49 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/toe.txt 2026/09/03 12:46:49 DEBUG : B2 bucket rclone-test-pujizuz3lesa: Waiting for checks to finish 2026/09/03 12:46:49 DEBUG : B2 bucket rclone-test-pujizuz3lesa: Waiting for transfers to finish 2026/09/03 12:46:50 DEBUG : tictactoe/tictactoe/toe.txt: size = 11 OK 2026/09/03 12:46:50 DEBUG : toe/toe/toe.txt: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/09/03 12:46:50 INFO : toe/toe/toe.txt: Copied (new) to: tictactoe/tictactoe/toe.txt 2026/09/03 12:46:50 DEBUG : Waiting for deletions to finish fstest.go:251: Filtering empty directory "tictacempty_dir" --- PASS: TestDirTag (1.66s) === RUN TestAllTag run.go:198: Remote "B2 bucket rclone-test-pujizuz3lesa", Local "Local file system at /tmp/rclone3282517468", Modify Window "1ms" 2026/09/03 12:46:50 DEBUG : empty_dir: Making directory with metadata 2026/09/03 12:46:50 INFO : empty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/09/03 12:46:50 DEBUG : toe: transformed to: tictactoe 2026/09/03 12:46:50 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/09/03 12:46:50 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/09/03 12:46:51 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/09/03 12:46:51 INFO : tictacempty_dir: Making directory 2026/09/03 12:46:51 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/09/03 12:46:51 DEBUG : toe: transformed to: tictactoe 2026/09/03 12:46:51 DEBUG : toe: transformed to: tictactoe 2026/09/03 12:46:51 INFO : tictactoe: Making directory 2026/09/03 12:46:51 DEBUG : toe: transformed to: tictactoe 2026/09/03 12:46:51 DEBUG : toe: transformed to: tictactoe 2026/09/03 12:46:51 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/09/03 12:46:51 INFO : tictactoe/tictactoe: Making directory 2026/09/03 12:46:51 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/09/03 12:46:51 DEBUG : toe.txt: transformed to: tictactoe.txt 2026/09/03 12:46:51 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/09/03 12:46:51 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2026/09/03 12:46:51 DEBUG : B2 bucket rclone-test-pujizuz3lesa: Waiting for checks to finish 2026/09/03 12:46:51 DEBUG : B2 bucket rclone-test-pujizuz3lesa: Waiting for transfers to finish 2026/09/03 12:46:51 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/09/03 12:46:51 DEBUG : tictactoe/tictactoe/tictactoe.txt: size = 11 OK 2026/09/03 12:46:51 DEBUG : toe/toe/toe.txt: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/09/03 12:46:51 INFO : toe/toe/toe.txt: Copied (new) to: tictactoe/tictactoe/tictactoe.txt 2026/09/03 12:46:51 DEBUG : Waiting for deletions to finish fstest.go:251: Filtering empty directory "tictacempty_dir" 2026/09/03 12:46:52 DEBUG : B2 bucket rclone-test-pujizuz3lesa: Waiting for checks to finish 2026/09/03 12:46:52 DEBUG : toe: transformed to: tictactoe 2026/09/03 12:46:52 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/09/03 12:46:52 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/09/03 12:46:52 DEBUG : toe: transformed to: tictactoe 2026/09/03 12:46:52 DEBUG : toe: transformed to: tictactoe 2026/09/03 12:46:52 DEBUG : toe.txt: transformed to: tictactoe.txt 2026/09/03 12:46:52 DEBUG : tictactoe/tictactoe/tictactoe.txt: size = 11 OK 2026/09/03 12:46:52 DEBUG : toe/toe/toe.txt: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/09/03 12:46:52 DEBUG : tictactoe/tictactoe/tictactoe.txt: OK 2026/09/03 12:46:52 NOTICE: B2 bucket rclone-test-pujizuz3lesa: 0 differences found 2026/09/03 12:46:52 NOTICE: B2 bucket rclone-test-pujizuz3lesa: 1 matching files --- PASS: TestAllTag (2.29s) === RUN TestRunTwice run.go:198: Remote "B2 bucket rclone-test-pujizuz3lesa", Local "Local file system at /tmp/rclone3282517468", Modify Window "1ms" 2026/09/03 12:46:53 DEBUG : toe: transformed to: tictactoe 2026/09/03 12:46:53 DEBUG : toe: transformed to: tictactoe 2026/09/03 12:46:53 INFO : tictactoe: Making directory 2026/09/03 12:46:53 DEBUG : toe: transformed to: tictactoe 2026/09/03 12:46:53 DEBUG : toe: transformed to: tictactoe 2026/09/03 12:46:53 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/09/03 12:46:53 INFO : tictactoe/tictactoe: Making directory 2026/09/03 12:46:53 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/09/03 12:46:53 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/toe.txt 2026/09/03 12:46:53 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2026/09/03 12:46:53 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/toe.txt 2026/09/03 12:46:53 DEBUG : B2 bucket rclone-test-pujizuz3lesa: Waiting for checks to finish 2026/09/03 12:46:53 DEBUG : B2 bucket rclone-test-pujizuz3lesa: Waiting for transfers to finish 2026/09/03 12:46:54 DEBUG : tictactoe/tictactoe/toe.txt: size = 11 OK 2026/09/03 12:46:54 DEBUG : toe/toe/toe.txt: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/09/03 12:46:54 INFO : toe/toe/toe.txt: Copied (new) to: tictactoe/tictactoe/toe.txt 2026/09/03 12:46:54 DEBUG : Waiting for deletions to finish 2026/09/03 12:46:54 DEBUG : toe: transformed to: tictactoe 2026/09/03 12:46:54 DEBUG : toe: transformed to: tictactoe 2026/09/03 12:46:54 DEBUG : toe: transformed to: tictactoe 2026/09/03 12:46:54 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/09/03 12:46:54 DEBUG : B2 bucket rclone-test-pujizuz3lesa: Waiting for checks to finish 2026/09/03 12:46:54 DEBUG : tictactoe/tictactoe/toe.txt: size = 11 OK 2026/09/03 12:46:54 DEBUG : toe/toe/toe.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/03 12:46:54 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/toe.txt 2026/09/03 12:46:54 DEBUG : toe/toe/toe.txt: Unchanged skipping 2026/09/03 12:46:54 DEBUG : B2 bucket rclone-test-pujizuz3lesa: Waiting for transfers to finish 2026/09/03 12:46:54 DEBUG : Waiting for deletions to finish --- PASS: TestRunTwice (2.51s) === RUN TestSyntax 2026/09/03 12:46:55 DEBUG : received prefix --- PASS: TestSyntax (0.00s) === RUN TestConflicting run.go:198: Remote "B2 bucket rclone-test-pujizuz3lesa", Local "Local file system at /tmp/rclone3282517468", Modify Window "1ms" 2026/09/03 12:46:55 INFO : toe: Making directory 2026/09/03 12:46:55 INFO : toe/toe: Making directory 2026/09/03 12:46:55 DEBUG : toe/toe/toe: Need to transfer - File not found at Destination 2026/09/03 12:46:55 DEBUG : B2 bucket rclone-test-pujizuz3lesa: Waiting for checks to finish 2026/09/03 12:46:55 DEBUG : B2 bucket rclone-test-pujizuz3lesa: Waiting for transfers to finish 2026/09/03 12:46:56 DEBUG : toe/toe/toe: size = 11 OK 2026/09/03 12:46:56 DEBUG : toe/toe/toe: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/09/03 12:46:56 INFO : toe/toe/toe: Copied (new) 2026/09/03 12:46:56 DEBUG : Waiting for deletions to finish --- PASS: TestConflicting (1.54s) === RUN TestMove run.go:198: Remote "B2 bucket rclone-test-pujizuz3lesa", Local "Local file system at /tmp/rclone3282517468", Modify Window "1ms" 2026/09/03 12:46:57 DEBUG : empty_dir: Making directory with metadata 2026/09/03 12:46:57 INFO : empty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/09/03 12:46:57 DEBUG : toe: transformed to: tictactoe 2026/09/03 12:46:57 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/09/03 12:46:57 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/09/03 12:46:57 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/09/03 12:46:57 INFO : tictacempty_dir: Making directory 2026/09/03 12:46:57 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/09/03 12:46:57 DEBUG : toe: transformed to: tictactoe 2026/09/03 12:46:57 DEBUG : toe: transformed to: tictactoe 2026/09/03 12:46:57 INFO : tictactoe: Making directory 2026/09/03 12:46:57 DEBUG : toe: transformed to: tictactoe 2026/09/03 12:46:57 DEBUG : toe: transformed to: tictactoe 2026/09/03 12:46:57 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/09/03 12:46:57 INFO : tictactoe/tictactoe: Making directory 2026/09/03 12:46:57 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/09/03 12:46:57 DEBUG : toe.txt: transformed to: tictactoe.txt 2026/09/03 12:46:57 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/09/03 12:46:57 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2026/09/03 12:46:57 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/09/03 12:46:57 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/09/03 12:46:57 DEBUG : B2 bucket rclone-test-pujizuz3lesa: Waiting for checks to finish 2026/09/03 12:46:57 DEBUG : B2 bucket rclone-test-pujizuz3lesa: Waiting for transfers to finish 2026/09/03 12:46:58 DEBUG : tictactoe/tictactoe/tictactoe.txt: size = 11 OK 2026/09/03 12:46:58 DEBUG : toe/toe/toe.txt: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/09/03 12:46:58 INFO : toe/toe/toe.txt: Copied (new) to: tictactoe/tictactoe/tictactoe.txt 2026/09/03 12:46:58 INFO : toe/toe/toe.txt: Deleted 2026/09/03 12:46:58 INFO : toe/toe: Removing directory 2026/09/03 12:46:58 INFO : toe: Removing directory 2026/09/03 12:46:58 INFO : empty_dir: Removing directory 2026/09/03 12:46:58 DEBUG : Local file system at /tmp/rclone3282517468: deleted 3 directories fstest.go:251: Filtering empty directory "tictacempty_dir" --- PASS: TestMove (1.59s) === RUN TestTransformFile run.go:198: Remote "B2 bucket rclone-test-pujizuz3lesa", Local "Local file system at /tmp/rclone3282517468", Modify Window "1ms" 2026/09/03 12:46:58 DEBUG : empty_dir: Making directory with metadata 2026/09/03 12:46:58 INFO : empty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/09/03 12:46:58 DEBUG : toe: transformed to: tictactoe 2026/09/03 12:46:58 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/09/03 12:46:58 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/09/03 12:46:59 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/09/03 12:46:59 INFO : tictacempty_dir: Making directory 2026/09/03 12:46:59 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/09/03 12:46:59 DEBUG : toe: transformed to: tictactoe 2026/09/03 12:46:59 DEBUG : toe: transformed to: tictactoe 2026/09/03 12:46:59 INFO : tictactoe: Making directory 2026/09/03 12:46:59 DEBUG : toe: transformed to: tictactoe 2026/09/03 12:46:59 DEBUG : toe: transformed to: tictactoe 2026/09/03 12:46:59 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/09/03 12:46:59 INFO : tictactoe/tictactoe: Making directory 2026/09/03 12:46:59 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/09/03 12:46:59 DEBUG : toe.txt: transformed to: tictactoe.txt 2026/09/03 12:46:59 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/09/03 12:46:59 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2026/09/03 12:46:59 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/09/03 12:46:59 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/09/03 12:46:59 DEBUG : B2 bucket rclone-test-pujizuz3lesa: Waiting for checks to finish 2026/09/03 12:46:59 DEBUG : B2 bucket rclone-test-pujizuz3lesa: Waiting for transfers to finish 2026/09/03 12:46:59 DEBUG : tictactoe/tictactoe/tictactoe.txt: size = 11 OK 2026/09/03 12:46:59 DEBUG : toe/toe/toe.txt: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/09/03 12:46:59 INFO : toe/toe/toe.txt: Copied (new) to: tictactoe/tictactoe/tictactoe.txt 2026/09/03 12:46:59 INFO : toe/toe/toe.txt: Deleted 2026/09/03 12:46:59 INFO : toe/toe: Removing directory 2026/09/03 12:46:59 INFO : toe: Removing directory 2026/09/03 12:46:59 INFO : empty_dir: Removing directory 2026/09/03 12:46:59 DEBUG : Local file system at /tmp/rclone3282517468: deleted 3 directories fstest.go:251: Filtering empty directory "tictacempty_dir" 2026/09/03 12:47:00 DEBUG : tictactoe/tictactoe/tictactoe.txt: size = 11 OK 2026/09/03 12:47:00 DEBUG : tictactoe/tictactoe/tictactoe.txt: Size and modification time the same (differ by 0s, within tolerance 1ms) 2026/09/03 12:47:00 DEBUG : tictactoe/tictactoe/tictactoe.txt: transformed to: toe/toe/toe.txt 2026/09/03 12:47:00 DEBUG : tictactoe/tictactoe/tictactoe.txt: transformed to: toe/toe/toe.txt 2026/09/03 12:47:00 DEBUG : tictactoe/tictactoe/tictactoe.txt: transformed to: toe/toe/toe.txt 2026/09/03 12:47:00 DEBUG : toe/toe/toe.txt: size = 11 OK 2026/09/03 12:47:00 DEBUG : tictactoe/tictactoe/tictactoe.txt: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/09/03 12:47:00 INFO : tictactoe/tictactoe/tictactoe.txt: Copied (server-side copy) to: toe/toe/toe.txt 2026/09/03 12:47:01 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 (3.10s) === RUN TestManualTransformFile run.go:198: Remote "B2 bucket rclone-test-pujizuz3lesa", Local "Local file system at /tmp/rclone3282517468", Modify Window "1ms" 2026/09/03 12:47:01 DEBUG : Reset feature "Copy" 2026/09/03 12:47:01 DEBUG : Reset feature "Move" 2026/09/03 12:47:01 DEBUG : Reset feature "Copy" 2026/09/03 12:47:01 DEBUG : Reset feature "Move" 2026/09/03 12:47:01 DEBUG : empty_dir: Making directory with metadata 2026/09/03 12:47:01 INFO : empty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/09/03 12:47:01 DEBUG : toe: transformed to: tictactoe 2026/09/03 12:47:01 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/09/03 12:47:01 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/09/03 12:47:02 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/09/03 12:47:02 INFO : tictacempty_dir: Making directory 2026/09/03 12:47:02 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/09/03 12:47:02 DEBUG : toe: transformed to: tictactoe 2026/09/03 12:47:02 DEBUG : toe: transformed to: tictactoe 2026/09/03 12:47:02 INFO : tictactoe: Making directory 2026/09/03 12:47:02 DEBUG : toe: transformed to: tictactoe 2026/09/03 12:47:02 DEBUG : toe: transformed to: tictactoe 2026/09/03 12:47:02 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/09/03 12:47:02 INFO : tictactoe/tictactoe: Making directory 2026/09/03 12:47:02 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/09/03 12:47:02 DEBUG : toe.txt: transformed to: tictactoe.txt 2026/09/03 12:47:02 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/09/03 12:47:02 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2026/09/03 12:47:02 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/09/03 12:47:02 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/09/03 12:47:02 DEBUG : B2 bucket rclone-test-pujizuz3lesa: Waiting for checks to finish 2026/09/03 12:47:02 DEBUG : B2 bucket rclone-test-pujizuz3lesa: Waiting for transfers to finish 2026/09/03 12:47:02 DEBUG : tictactoe/tictactoe/tictactoe.txt: size = 11 OK 2026/09/03 12:47:02 DEBUG : toe/toe/toe.txt: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/09/03 12:47:02 INFO : toe/toe/toe.txt: Copied (new) to: tictactoe/tictactoe/tictactoe.txt 2026/09/03 12:47:02 INFO : toe/toe/toe.txt: Deleted 2026/09/03 12:47:02 INFO : toe/toe: Removing directory 2026/09/03 12:47:02 INFO : toe: Removing directory 2026/09/03 12:47:02 INFO : empty_dir: Removing directory 2026/09/03 12:47:02 DEBUG : Local file system at /tmp/rclone3282517468: deleted 3 directories fstest.go:251: Filtering empty directory "tictacempty_dir" 2026/09/03 12:47:03 DEBUG : tictactoe/tictactoe/tictactoe.txt: size = 11 OK 2026/09/03 12:47:03 DEBUG : tictactoe/tictactoe/tictactoe.txt: Size and modification time the same (differ by 0s, within tolerance 1ms) 2026/09/03 12:47:03 DEBUG : tictactoe/tictactoe/tictactoe.txt: transformed to: toe/toe/toe.txt 2026/09/03 12:47:03 DEBUG : tictactoe/tictactoe/tictactoe.txt: transformed to: toe/toe/toe.txt 2026/09/03 12:47:03 DEBUG : tictactoe/tictactoe/tictactoe.txt: transformed to: toe/toe/toe.txt 2026/09/03 12:47:04 DEBUG : toe/toe/toe.txt: size = 11 OK 2026/09/03 12:47:04 DEBUG : tictactoe/tictactoe/tictactoe.txt: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/09/03 12:47:04 INFO : tictactoe/tictactoe/tictactoe.txt: Copied (new) to: toe/toe/toe.txt 2026/09/03 12:47:04 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.22s) === RUN TestBase64 run.go:198: Remote "B2 bucket rclone-test-pujizuz3lesa", Local "Local file system at /tmp/rclone3282517468", Modify Window "1ms" 2026/09/03 12:47:05 DEBUG : toe: transformed to: dG9l 2026/09/03 12:47:05 DEBUG : toe: transformed to: dG9l 2026/09/03 12:47:05 INFO : dG9l: Making directory 2026/09/03 12:47:05 DEBUG : toe: transformed to: dG9l 2026/09/03 12:47:05 DEBUG : toe: transformed to: dG9l 2026/09/03 12:47:05 DEBUG : toe/toe: transformed to: dG9l/dG9l 2026/09/03 12:47:05 INFO : dG9l/dG9l: Making directory 2026/09/03 12:47:05 DEBUG : toe/toe: transformed to: dG9l/dG9l 2026/09/03 12:47:05 DEBUG : toe.txt: transformed to: dG9lLnR4dA== 2026/09/03 12:47:05 DEBUG : toe/toe/toe.txt: transformed to: dG9l/dG9l/dG9lLnR4dA== 2026/09/03 12:47:05 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2026/09/03 12:47:05 DEBUG : toe/toe/toe.txt: transformed to: dG9l/dG9l/dG9lLnR4dA== 2026/09/03 12:47:05 DEBUG : B2 bucket rclone-test-pujizuz3lesa: Waiting for checks to finish 2026/09/03 12:47:05 DEBUG : B2 bucket rclone-test-pujizuz3lesa: Waiting for transfers to finish 2026/09/03 12:47:05 DEBUG : dG9l/dG9l/dG9lLnR4dA==: size = 11 OK 2026/09/03 12:47:05 DEBUG : toe/toe/toe.txt: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/09/03 12:47:05 INFO : toe/toe/toe.txt: Copied (new) to: dG9l/dG9l/dG9lLnR4dA== 2026/09/03 12:47:05 DEBUG : Waiting for deletions to finish 2026/09/03 12:47:06 DEBUG : dG9l: transformed to: toe 2026/09/03 12:47:06 DEBUG : dG9l: transformed to: toe 2026/09/03 12:47:06 DEBUG : dG9l: transformed to: toe 2026/09/03 12:47:06 DEBUG : dG9l/dG9l: transformed to: toe/toe 2026/09/03 12:47:06 DEBUG : dG9lLnR4dA==: transformed to: toe.txt 2026/09/03 12:47:06 DEBUG : toe/toe/toe.txt: size = 11 OK 2026/09/03 12:47:06 DEBUG : Local file system at /tmp/rclone3282517468: Waiting for checks to finish 2026/09/03 12:47:06 DEBUG : dG9l/dG9l/dG9lLnR4dA==: Size and modification time the same (differ by 999.999µs, within tolerance 1ms) 2026/09/03 12:47:06 DEBUG : dG9l/dG9l/dG9lLnR4dA==: transformed to: toe/toe/toe.txt 2026/09/03 12:47:06 DEBUG : dG9l/dG9l/dG9lLnR4dA==: Unchanged skipping 2026/09/03 12:47:06 DEBUG : Local file system at /tmp/rclone3282517468: Waiting for transfers to finish 2026/09/03 12:47:06 DEBUG : Waiting for deletions to finish --- PASS: TestBase64 (2.45s) === RUN TestError run.go:198: Remote "B2 bucket rclone-test-pujizuz3lesa", Local "Local file system at /tmp/rclone3282517468", Modify Window "1ms" 2026/09/03 12:47:07 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2026/09/03 12:47:07 DEBUG : toe: transformed to: 2026/09/03 12:47:07 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2026/09/03 12:47:07 DEBUG : toe: transformed to: 2026/09/03 12:47:07 INFO : B2 bucket rclone-test-pujizuz3lesa: Making directory 2026/09/03 12:47:07 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2026/09/03 12:47:07 DEBUG : toe: transformed to: 2026/09/03 12:47:07 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2026/09/03 12:47:07 DEBUG : toe: transformed to: 2026/09/03 12:47:07 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2026/09/03 12:47:07 DEBUG : toe/toe: transformed to: 2026/09/03 12:47:07 ERROR : toe/toe: number of path segments must match: toe/toe (1), (0) 2026/09/03 12:47:07 INFO : toe/toe: Making directory 2026/09/03 12:47:07 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2026/09/03 12:47:07 DEBUG : toe/toe: transformed to: 2026/09/03 12:47:07 ERROR : toe/toe: number of path segments must match: toe/toe (1), (0) 2026/09/03 12:47:07 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2026/09/03 12:47:07 DEBUG : toe: transformed to: 2026/09/03 12:47:07 DEBUG : toe/toe/toe: Need to transfer - File not found at Destination 2026/09/03 12:47:07 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2026/09/03 12:47:07 DEBUG : toe/toe/toe: transformed to: 2026/09/03 12:47:07 ERROR : toe/toe/toe: number of path segments must match: toe/toe/toe (2), (0) 2026/09/03 12:47:07 DEBUG : B2 bucket rclone-test-pujizuz3lesa: Waiting for checks to finish 2026/09/03 12:47:07 DEBUG : B2 bucket rclone-test-pujizuz3lesa: Waiting for transfers to finish 2026/09/03 12:47:08 DEBUG : toe/toe/toe: size = 11 OK 2026/09/03 12:47:08 DEBUG : toe/toe/toe: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/09/03 12:47:08 INFO : toe/toe/toe: Copied (new) 2026/09/03 12:47:08 ERROR : B2 bucket rclone-test-pujizuz3lesa: not deleting files as there were IO errors 2026/09/03 12:47:08 ERROR : B2 bucket rclone-test-pujizuz3lesa: not deleting directories as there were IO errors --- PASS: TestError (1.55s) PASS 2026/09/03 12:47:09 DEBUG : B2 bucket rclone-test-pujizuz3lesa: Purge remote 2026/09/03 12:47:09 INFO : B2 bucket rclone-test-pujizuz3lesa: cleaning bucket "rclone-test-pujizuz3lesa" of all files 2026/09/03 12:47:10 DEBUG : BackupDir/one: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4262768aa7faad32_d20260903_m124225_c001_v7007000_t0000_u01788439345620") 2026/09/03 12:47:10 DEBUG : BackupDir/one: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4130581815616c78_d20260903_m124221_c001_v0001105_t0001_u01788439341315") 2026/09/03 12:47:10 DEBUG : CompareDest/one: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f423cbaf4e6d6f0d0_d20260903_m124202_c001_v7007000_t0000_u01788439322624") 2026/09/03 12:47:10 DEBUG : CompareDest/one: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f417605ac8c51be29_d20260903_m124157_c001_v0001178_t0057_u01788439317478") 2026/09/03 12:47:10 DEBUG : CompareDest/two: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f423cbaf4e6d6f0d1_d20260903_m124202_c001_v7007000_t0000_u01788439322803") 2026/09/03 12:47:10 DEBUG : CompareDest/two: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b153a07_d20260903_m124158_c001_v0001130_t0033_u01788439318395") 2026/09/03 12:47:10 DEBUG : CopyDest/one: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4262768aa7faad33_d20260903_m124225_c001_v7007000_t0000_u01788439345801") 2026/09/03 12:47:10 DEBUG : CopyDest/one: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b153a35_d20260903_m124218_c001_v0001130_t0033_u01788439338183") 2026/09/03 12:47:10 DEBUG : CopyDest/three: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4262768aa7faad34_d20260903_m124225_c001_v7007000_t0000_u01788439345982") 2026/09/03 12:47:10 DEBUG : CopyDest/three: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b153a47_d20260903_m124223_c001_v0001130_t0033_u01788439343937") 2026/09/03 12:47:10 DEBUG : CopyDest/two: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4262768aa7faad35_d20260903_m124226_c001_v7007000_t0000_u01788439346176") 2026/09/03 12:47:10 DEBUG : CopyDest/two: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f417605ac8c51be59_d20260903_m124222_c001_v0001178_t0057_u01788439342071") 2026/09/03 12:47:10 DEBUG : EXISTING: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f423cbaf4e6d6f114_d20260903_m124333_c001_v7007000_t0000_u01788439413976") 2026/09/03 12:47:10 DEBUG : EXISTING: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b153afb_d20260903_m124333_c001_v0001130_t0033_u01788439413026") 2026/09/03 12:47:10 DEBUG : PREFIXapple: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f404ee08fbff7e556_d20260903_m124506_c001_v7007000_t0000_u01788439506223") 2026/09/03 12:47:10 DEBUG : PREFIXapple: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f41954eb796a2e4bb_d20260903_m124502_c001_v0001179_t0006_u01788439502216") 2026/09/03 12:47:10 DEBUG : PREFIXappleappleapplebanana: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f422adc4bae2b0afe_d20260903_m124506_c001_v7007000_t0000_u01788439506079") 2026/09/03 12:47:10 DEBUG : PREFIXappleappleapplebanana: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f1036258c3b153c4d_d20260903_m124502_c001_v0001130_t0030_u01788439502194") 2026/09/03 12:47:10 DEBUG : PREFIXbanana: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4086babe16ee7ff5_d20260903_m124506_c001_v7007000_t0000_u01788439506256") 2026/09/03 12:47:11 DEBUG : PREFIXbanana: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f404bc4d0f088ec34_d20260903_m124502_c001_v0001174_t0020_u01788439502204") 2026/09/03 12:47:11 DEBUG : PREFIXsplitbananasplit: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f422adc4bae2b0afd_d20260903_m124506_c001_v7007000_t0000_u01788439506029") 2026/09/03 12:47:11 DEBUG : PREFIXsplitbananasplit: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4167e2ac3bfccb35_d20260903_m124502_c001_v0001176_t0030_u01788439502225") 2026/09/03 12:47:11 DEBUG : Testêé: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f423cbaf4e6d6f112_d20260903_m124330_c001_v7007000_t0000_u01788439410777") 2026/09/03 12:47:11 DEBUG : Testêé: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b153af5_d20260903_m124330_c001_v0001130_t0033_u01788439410218") 2026/09/03 12:47:11 DEBUG : Testêé: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b153af3_d20260903_m124329_c001_v0001130_t0033_u01788439409646") 2026/09/03 12:47:11 DEBUG : YXBwbGU=: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f422adc4bae2b0ac8_d20260903_m124452_c001_v7007000_t0000_u01788439492007") 2026/09/03 12:47:11 DEBUG : YXBwbGU=: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4167e2ac3bfccaf1_d20260903_m124447_c001_v0001176_t0030_u01788439487723") 2026/09/03 12:47:11 DEBUG : YXBwbGVhcHBsZWFwcGxlYmFuYW5h: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f422adc4bae2b0ac9_d20260903_m124452_c001_v7007000_t0000_u01788439492188") 2026/09/03 12:47:11 DEBUG : YXBwbGVhcHBsZWFwcGxlYmFuYW5h: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f1036258c3b153c33_d20260903_m124447_c001_v0001130_t0058_u01788439487732") 2026/09/03 12:47:11 DEBUG : YmFuYW5h: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f422adc4bae2b0aca_d20260903_m124452_c001_v7007000_t0000_u01788439492369") 2026/09/03 12:47:11 DEBUG : YmFuYW5h: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f404bc4d0f088ebc8_d20260903_m124447_c001_v0001174_t0020_u01788439487742") 2026/09/03 12:47:11 DEBUG : a/potato2: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f418576a6787bbb7a_d20260903_m124035_c001_v7007000_t0000_u01788439235347") 2026/09/03 12:47:11 DEBUG : a/potato2: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f1036258c3b153915_d20260903_m124034_c001_v0001130_t0039_u01788439234561") 2026/09/03 12:47:11 DEBUG : a/potato2: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f417fc692ceb1abc0_d20260903_m124033_c001_v7007000_t0000_u01788439233260") 2026/09/03 12:47:11 DEBUG : a/potato2: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f1036258c3b15390d_d20260903_m124032_c001_v0001130_t0032_u01788439232114") 2026/09/03 12:47:11 DEBUG : a/potato2: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f417d71d9dca2c1e3_d20260903_m124016_c001_v7007000_t0000_u01788439216322") 2026/09/03 12:47:11 DEBUG : a/potato2: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f1036258c3b1538cb_d20260903_m124015_c001_v0001130_t0025_u01788439215091") 2026/09/03 12:47:11 DEBUG : apple: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f425ec331807332e5_d20260903_m124638_c001_v7007000_t0000_u01788439598507") 2026/09/03 12:47:11 DEBUG : apple: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f41954eb796a2e60f_d20260903_m124635_c001_v0001179_t0006_u01788439595170") 2026/09/03 12:47:11 DEBUG : apple: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f425ec33180731b55_d20260903_m124626_c001_v7007000_t0000_u01788439586496") 2026/09/03 12:47:12 DEBUG : apple: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f41954eb796a2e5eb_d20260903_m124623_c001_v0001179_t0006_u01788439583079") 2026/09/03 12:47:12 DEBUG : apple: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f425ec33180731b3c_d20260903_m124614_c001_v7007000_t0000_u01788439574436") 2026/09/03 12:47:12 DEBUG : apple: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f41954eb796a2e5b1_d20260903_m124610_c001_v0001179_t0006_u01788439570647") 2026/09/03 12:47:12 DEBUG : apple: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f422adc4bae2b149b_d20260903_m124601_c001_v7007000_t0000_u01788439561880") 2026/09/03 12:47:12 DEBUG : apple: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f41954eb796a2e583_d20260903_m124558_c001_v0001179_t0006_u01788439558413") 2026/09/03 12:47:12 DEBUG : apple: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f422adc4bae2b145a_d20260903_m124549_c001_v7007000_t0000_u01788439549685") 2026/09/03 12:47:12 DEBUG : apple: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f41954eb796a2e55d_d20260903_m124545_c001_v0001179_t0006_u01788439545854") 2026/09/03 12:47:12 DEBUG : apple: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f419d536a48d9ba86_d20260903_m124537_c001_v7007000_t0000_u01788439537164") 2026/09/03 12:47:12 DEBUG : apple: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f404bc4d0f088ed12_d20260903_m124532_c001_v0001174_t0020_u01788439532234") 2026/09/03 12:47:12 DEBUG : apple: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4051c0a98ce29347_d20260903_m124523_c001_v7007000_t0000_u01788439523426") 2026/09/03 12:47:12 DEBUG : apple: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f404bc4d0f088ecc0_d20260903_m124520_c001_v0001174_t0020_u01788439520665") 2026/09/03 12:47:12 DEBUG : apple: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4248bf7d6b8018a9_d20260903_m124519_c001_v7007000_t0000_u01788439519775") 2026/09/03 12:47:12 DEBUG : apple: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f404bc4d0f088eca2_d20260903_m124516_c001_v0001174_t0020_u01788439516500") 2026/09/03 12:47:12 DEBUG : apple: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f412677dbc3ad5eb1_d20260903_m124507_c001_v7007000_t0000_u01788439507767") 2026/09/03 12:47:12 DEBUG : apple: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f404bc4d0f088ec42_d20260903_m124505_c001_v0001174_t0020_u01788439505026") 2026/09/03 12:47:12 DEBUG : apple: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f422adc4bae2b0aee_d20260903_m124503_c001_v7007000_t0000_u01788439503973") 2026/09/03 12:47:12 DEBUG : apple: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b153c49_d20260903_m124500_c001_v0001130_t0033_u01788439500768") 2026/09/03 12:47:12 DEBUG : apple: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f42185d556fdebf65_d20260903_m124449_c001_v7007000_t0000_u01788439489559") 2026/09/03 12:47:12 DEBUG : apple: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f404bc4d0f088ebb6_d20260903_m124446_c001_v0001174_t0020_u01788439486313") 2026/09/03 12:47:12 DEBUG : apple: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f42185d556fdebf40_d20260903_m124437_c001_v7007000_t0000_u01788439477784") 2026/09/03 12:47:12 DEBUG : apple: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4167e2ac3bfccac9_d20260903_m124434_c001_v0001176_t0030_u01788439474616") 2026/09/03 12:47:13 DEBUG : apple: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4248bf7d6b80109d_d20260903_m124426_c001_v7007000_t0000_u01788439466257") 2026/09/03 12:47:13 DEBUG : apple: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b153bf7_d20260903_m124423_c001_v0001130_t0033_u01788439463113") 2026/09/03 12:47:13 DEBUG : appleSUFFIX: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f417d71d9dca2c787_d20260903_m124521_c001_v7007000_t0000_u01788439521654") 2026/09/03 12:47:13 DEBUG : appleSUFFIX: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b153c7b_d20260903_m124517_c001_v0001130_t0033_u01788439517989") 2026/09/03 12:47:13 DEBUG : appleapple: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f419d536a48d9ba87_d20260903_m124537_c001_v7007000_t0000_u01788439537346") 2026/09/03 12:47:13 DEBUG : appleapple: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f404bc4d0f088ed22_d20260903_m124533_c001_v0001174_t0020_u01788439533892") 2026/09/03 12:47:13 DEBUG : appleappleapplebanana: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f425ec331807332e6_d20260903_m124638_c001_v7007000_t0000_u01788439598688") 2026/09/03 12:47:13 DEBUG : appleappleapplebanana: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f404bc4d0f088eee6_d20260903_m124635_c001_v0001174_t0020_u01788439595558") 2026/09/03 12:47:13 DEBUG : appleappleapplebanana: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f425ec33180731b56_d20260903_m124626_c001_v7007000_t0000_u01788439586678") 2026/09/03 12:47:13 DEBUG : appleappleapplebanana: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f404bc4d0f088ee98_d20260903_m124623_c001_v0001174_t0020_u01788439583449") 2026/09/03 12:47:13 DEBUG : appleappleapplebanana: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f425ec33180731b3d_d20260903_m124614_c001_v7007000_t0000_u01788439574617") 2026/09/03 12:47:13 DEBUG : appleappleapplebanana: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f404bc4d0f088ee34_d20260903_m124611_c001_v0001174_t0020_u01788439571017") 2026/09/03 12:47:13 DEBUG : appleappleapplebanana: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f422adc4bae2b149e_d20260903_m124602_c001_v7007000_t0000_u01788439562144") 2026/09/03 12:47:13 DEBUG : appleappleapplebanana: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f404bc4d0f088edf0_d20260903_m124558_c001_v0001174_t0020_u01788439558782") 2026/09/03 12:47:13 DEBUG : appleappleapplebanana: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f422adc4bae2b145b_d20260903_m124549_c001_v7007000_t0000_u01788439549928") 2026/09/03 12:47:13 DEBUG : appleappleapplebanana: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f404bc4d0f088ed82_d20260903_m124546_c001_v0001174_t0020_u01788439546221") 2026/09/03 12:47:13 DEBUG : appleappleapplebanana: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f415c338d69f1b05e_d20260903_m124535_c001_v7007000_t0000_u01788439535107") 2026/09/03 12:47:13 DEBUG : appleappleapplebanana: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f41954eb796a2e539_d20260903_m124532_c001_v0001179_t0006_u01788439532601") 2026/09/03 12:47:13 DEBUG : appleappleapplebanana: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4051c0a98ce29348_d20260903_m124523_c001_v7007000_t0000_u01788439523608") 2026/09/03 12:47:13 DEBUG : appleappleapplebanana: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f41954eb796a2e50b_d20260903_m124520_c001_v0001179_t0006_u01788439520685") 2026/09/03 12:47:14 DEBUG : appleappleapplebanana: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4106feb03c0216cf_d20260903_m124519_c001_v7007000_t0000_u01788439519801") 2026/09/03 12:47:14 DEBUG : appleappleapplebanana: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4167e2ac3bfccb61_d20260903_m124516_c001_v0001176_t0030_u01788439516869") 2026/09/03 12:47:14 DEBUG : appleappleapplebanana: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f412677dbc3ad5eb2_d20260903_m124508_c001_v7007000_t0000_u01788439508053") 2026/09/03 12:47:14 DEBUG : appleappleapplebanana: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b153c57_d20260903_m124505_c001_v0001130_t0033_u01788439505035") 2026/09/03 12:47:14 DEBUG : appleappleapplebanana: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4051c0a98ce29330_d20260903_m124503_c001_v7007000_t0000_u01788439503981") 2026/09/03 12:47:14 DEBUG : appleappleapplebanana: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f41954eb796a2e4b7_d20260903_m124501_c001_v0001179_t0006_u01788439501140") 2026/09/03 12:47:14 DEBUG : appleappleapplebanana: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f423cbaf4e6d6f142_d20260903_m124449_c001_v7007000_t0000_u01788439489943") 2026/09/03 12:47:14 DEBUG : appleappleapplebanana: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b153c31_d20260903_m124446_c001_v0001130_t0033_u01788439486682") 2026/09/03 12:47:14 DEBUG : appleappleapplebanana: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f42185d556fdebf41_d20260903_m124437_c001_v7007000_t0000_u01788439477966") 2026/09/03 12:47:14 DEBUG : appleappleapplebanana: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f404bc4d0f088eb68_d20260903_m124434_c001_v0001174_t0020_u01788439474981") 2026/09/03 12:47:14 DEBUG : appleappleapplebanana: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4248bf7d6b80109e_d20260903_m124426_c001_v7007000_t0000_u01788439466440") 2026/09/03 12:47:14 DEBUG : appleappleapplebanana: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4167e2ac3bfccaa9_d20260903_m124423_c001_v0001176_t0030_u01788439463481") 2026/09/03 12:47:14 DEBUG : appleappleapplebananaSUFFIX: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f417d71d9dca2c789_d20260903_m124521_c001_v7007000_t0000_u01788439521835") 2026/09/03 12:47:14 DEBUG : appleappleapplebananaSUFFIX: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f1167e2ac3bfccb63_d20260903_m124517_c001_v0001176_t0057_u01788439517998") 2026/09/03 12:47:14 DEBUG : b/potato: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f418576a6787bbb7b_d20260903_m124035_c001_v7007000_t0000_u01788439235530") 2026/09/03 12:47:14 DEBUG : b/potato: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b153911_d20260903_m124033_c001_v0001130_t0033_u01788439233805") 2026/09/03 12:47:14 DEBUG : b/potato: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f417fc692ceb1abbe_d20260903_m124032_c001_v7007000_t0000_u01788439232712") 2026/09/03 12:47:14 DEBUG : b/potato: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b153909_d20260903_m124031_c001_v0001130_t0033_u01788439231059") 2026/09/03 12:47:14 DEBUG : b/potato: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f417d71d9dca2c1e1_d20260903_m124015_c001_v7007000_t0000_u01788439215787") 2026/09/03 12:47:14 DEBUG : b/potato: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b1538c7_d20260903_m124014_c001_v0001130_t0033_u01788439214344") 2026/09/03 12:47:14 DEBUG : backup/one: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f414e196a1ef109d0_d20260903_m124239_c001_v7007000_t0000_u01788439359336") 2026/09/03 12:47:14 DEBUG : backup/one: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4054f9f172671e57_d20260903_m124237_c001_v0001180_t0022_u01788439357866") 2026/09/03 12:47:14 DEBUG : backup/one: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f40375c406b3a7b3c_d20260903_m124234_c001_v0001178_t0015_u01788439354565") 2026/09/03 12:47:15 DEBUG : backup/one-2019-01-01: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f423cbaf4e6d6f0f6_d20260903_m124300_c001_v7007000_t0000_u01788439380842") 2026/09/03 12:47:15 DEBUG : backup/one-2019-01-01: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f401db13e1ca3339a_d20260903_m124259_c001_v0001171_t0027_u01788439379361") 2026/09/03 12:47:15 DEBUG : backup/one-2019-01-01: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f411e9aa1c54ea7d7_d20260903_m124256_c001_v0001103_t0025_u01788439376021") 2026/09/03 12:47:15 DEBUG : backup/one.bak: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f40307053da88d2b8_d20260903_m124250_c001_v7007000_t0000_u01788439370132") 2026/09/03 12:47:15 DEBUG : backup/one.bak: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f41722a9f49035d75_d20260903_m124248_c001_v0001116_t0025_u01788439368596") 2026/09/03 12:47:15 DEBUG : backup/one.bak: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4020d28141b4057e_d20260903_m124245_c001_v0001100_t0005_u01788439365259") 2026/09/03 12:47:15 DEBUG : backup/three-2019-01-01.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f423cbaf4e6d6f0f7_d20260903_m124301_c001_v7007000_t0000_u01788439381023") 2026/09/03 12:47:15 DEBUG : backup/three-2019-01-01.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f405c8ff3d7f78ea6_d20260903_m124300_c001_v0001037_t0047_u01788439380104") 2026/09/03 12:47:15 DEBUG : backup/three-2019-01-01.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f410a0552a3389e01_d20260903_m124257_c001_v0001032_t0049_u01788439377312") 2026/09/03 12:47:15 DEBUG : backup/three.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f414e196a1ef109d1_d20260903_m124239_c001_v7007000_t0000_u01788439359517") 2026/09/03 12:47:15 DEBUG : backup/three.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4051c361fcc651f1_d20260903_m124238_c001_v0001137_t0003_u01788439358606") 2026/09/03 12:47:15 DEBUG : backup/three.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4017a9819aacb13f_d20260903_m124235_c001_v0001040_t0050_u01788439355845") 2026/09/03 12:47:15 DEBUG : backup/three.txt.bak: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f40307053da88d2b9_d20260903_m124250_c001_v7007000_t0000_u01788439370315") 2026/09/03 12:47:15 DEBUG : backup/three.txt.bak: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f417fc92481eed74b_d20260903_m124249_c001_v0001185_t0005_u01788439369390") 2026/09/03 12:47:15 DEBUG : backup/three.txt.bak: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f416fbe6d763a5b2a_d20260903_m124246_c001_v0001184_t0041_u01788439366552") 2026/09/03 12:47:15 DEBUG : banana: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f425ec331807332e7_d20260903_m124638_c001_v7007000_t0000_u01788439598870") 2026/09/03 12:47:15 DEBUG : banana: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b153d27_d20260903_m124635_c001_v0001130_t0033_u01788439595373") 2026/09/03 12:47:15 DEBUG : banana: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f425ec33180731b57_d20260903_m124626_c001_v7007000_t0000_u01788439586862") 2026/09/03 12:47:16 DEBUG : banana: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b153d05_d20260903_m124623_c001_v0001130_t0033_u01788439583264") 2026/09/03 12:47:16 DEBUG : banana: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f425ec33180731b3e_d20260903_m124614_c001_v7007000_t0000_u01788439574798") 2026/09/03 12:47:16 DEBUG : banana: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b153ced_d20260903_m124610_c001_v0001130_t0033_u01788439570831") 2026/09/03 12:47:16 DEBUG : banana: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f422adc4bae2b14a0_d20260903_m124602_c001_v7007000_t0000_u01788439562327") 2026/09/03 12:47:16 DEBUG : banana: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b153cdf_d20260903_m124558_c001_v0001130_t0033_u01788439558597") 2026/09/03 12:47:16 DEBUG : banana: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f422adc4bae2b145c_d20260903_m124550_c001_v7007000_t0000_u01788439550111") 2026/09/03 12:47:16 DEBUG : banana: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b153cc3_d20260903_m124546_c001_v0001130_t0033_u01788439546038") 2026/09/03 12:47:16 DEBUG : banana: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f419d536a48d9ba88_d20260903_m124537_c001_v7007000_t0000_u01788439537528") 2026/09/03 12:47:16 DEBUG : banana: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4167e2ac3bfccb8b_d20260903_m124532_c001_v0001176_t0030_u01788439532416") 2026/09/03 12:47:16 DEBUG : banana: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4051c0a98ce29349_d20260903_m124523_c001_v7007000_t0000_u01788439523789") 2026/09/03 12:47:16 DEBUG : banana: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4167e2ac3bfccb6f_d20260903_m124520_c001_v0001176_t0030_u01788439520675") 2026/09/03 12:47:16 DEBUG : banana: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f427008fdc4aa31b3_d20260903_m124519_c001_v7007000_t0000_u01788439519796") 2026/09/03 12:47:16 DEBUG : banana: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b153c79_d20260903_m124516_c001_v0001130_t0033_u01788439516685") 2026/09/03 12:47:16 DEBUG : banana: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f412677dbc3ad5eb3_d20260903_m124508_c001_v7007000_t0000_u01788439508233") 2026/09/03 12:47:16 DEBUG : banana: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4167e2ac3bfccb43_d20260903_m124505_c001_v0001176_t0030_u01788439505047") 2026/09/03 12:47:16 DEBUG : banana: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f422adc4bae2b0ae9_d20260903_m124503_c001_v7007000_t0000_u01788439503596") 2026/09/03 12:47:16 DEBUG : banana: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f404bc4d0f088ec28_d20260903_m124500_c001_v0001174_t0020_u01788439500952") 2026/09/03 12:47:16 DEBUG : banana: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f422adc4bae2b0ac5_d20260903_m124449_c001_v7007000_t0000_u01788439489973") 2026/09/03 12:47:16 DEBUG : banana: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4167e2ac3bfccaef_d20260903_m124446_c001_v0001176_t0030_u01788439486499") 2026/09/03 12:47:16 DEBUG : banana: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f42185d556fdebf42_d20260903_m124438_c001_v7007000_t0000_u01788439478148") 2026/09/03 12:47:16 DEBUG : banana: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b153c0f_d20260903_m124434_c001_v0001130_t0033_u01788439474798") 2026/09/03 12:47:16 DEBUG : banana: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4248bf7d6b80109f_d20260903_m124426_c001_v7007000_t0000_u01788439466622") 2026/09/03 12:47:16 DEBUG : banana: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f404bc4d0f088eb1a_d20260903_m124423_c001_v0001174_t0020_u01788439463297") 2026/09/03 12:47:17 DEBUG : bananaSUFFIX: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4106feb03c0216d2_d20260903_m124521_c001_v7007000_t0000_u01788439521913") 2026/09/03 12:47:17 DEBUG : bananaSUFFIX: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f404bc4d0f088ecaa_d20260903_m124517_c001_v0001174_t0020_u01788439517978") 2026/09/03 12:47:17 DEBUG : both0: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4248bf7d6b801040_d20260903_m124400_c001_v7007000_t0000_u01788439440244") 2026/09/03 12:47:17 DEBUG : both0: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b153b69_d20260903_m124350_c001_v0001130_t0033_u01788439430063") 2026/09/03 12:47:17 DEBUG : both0: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4106feb03c02166a_d20260903_m124345_c001_v7007000_t0000_u01788439425847") 2026/09/03 12:47:17 DEBUG : both0: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b153b03_d20260903_m124335_c001_v0001130_t0033_u01788439415861") 2026/09/03 12:47:17 DEBUG : both1: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4248bf7d6b801041_d20260903_m124400_c001_v7007000_t0000_u01788439440425") 2026/09/03 12:47:17 DEBUG : both1: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b153b6d_d20260903_m124350_c001_v0001130_t0033_u01788439430432") 2026/09/03 12:47:17 DEBUG : both1: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4106feb03c02166b_d20260903_m124346_c001_v7007000_t0000_u01788439426029") 2026/09/03 12:47:17 DEBUG : both1: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b153b09_d20260903_m124336_c001_v0001130_t0033_u01788439416227") 2026/09/03 12:47:17 DEBUG : both10: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4248bf7d6b801042_d20260903_m124400_c001_v7007000_t0000_u01788439440607") 2026/09/03 12:47:17 DEBUG : both10: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b153b93_d20260903_m124353_c001_v0001130_t0033_u01788439433842") 2026/09/03 12:47:17 DEBUG : both10: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4106feb03c02166c_d20260903_m124346_c001_v7007000_t0000_u01788439426230") 2026/09/03 12:47:17 DEBUG : both10: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b153b31_d20260903_m124339_c001_v0001130_t0033_u01788439419535") 2026/09/03 12:47:17 DEBUG : both11: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4248bf7d6b801044_d20260903_m124400_c001_v7007000_t0000_u01788439440789") 2026/09/03 12:47:17 DEBUG : both11: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b153b9b_d20260903_m124354_c001_v0001130_t0033_u01788439434205") 2026/09/03 12:47:17 DEBUG : both11: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4106feb03c02166d_d20260903_m124346_c001_v7007000_t0000_u01788439426413") 2026/09/03 12:47:17 DEBUG : both11: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b153b35_d20260903_m124339_c001_v0001130_t0033_u01788439419900") 2026/09/03 12:47:17 DEBUG : both12: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4248bf7d6b801045_d20260903_m124400_c001_v7007000_t0000_u01788439440972") 2026/09/03 12:47:17 DEBUG : both12: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b153ba1_d20260903_m124354_c001_v0001130_t0033_u01788439434570") 2026/09/03 12:47:17 DEBUG : both12: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4106feb03c02166e_d20260903_m124346_c001_v7007000_t0000_u01788439426595") 2026/09/03 12:47:18 DEBUG : both12: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b153b39_d20260903_m124340_c001_v0001130_t0033_u01788439420281") 2026/09/03 12:47:18 DEBUG : both13: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4248bf7d6b801047_d20260903_m124401_c001_v7007000_t0000_u01788439441153") 2026/09/03 12:47:18 DEBUG : both13: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b153ba5_d20260903_m124354_c001_v0001130_t0033_u01788439434935") 2026/09/03 12:47:18 DEBUG : both13: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4106feb03c02166f_d20260903_m124346_c001_v7007000_t0000_u01788439426777") 2026/09/03 12:47:18 DEBUG : both13: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b153b3d_d20260903_m124340_c001_v0001130_t0033_u01788439420647") 2026/09/03 12:47:18 DEBUG : both14: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4248bf7d6b801048_d20260903_m124401_c001_v7007000_t0000_u01788439441335") 2026/09/03 12:47:18 DEBUG : both14: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b153ba9_d20260903_m124355_c001_v0001130_t0033_u01788439435301") 2026/09/03 12:47:18 DEBUG : both14: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4106feb03c021670_d20260903_m124346_c001_v7007000_t0000_u01788439426958") 2026/09/03 12:47:18 DEBUG : both14: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b153b41_d20260903_m124341_c001_v0001130_t0033_u01788439421011") 2026/09/03 12:47:18 DEBUG : both15: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4248bf7d6b801049_d20260903_m124401_c001_v7007000_t0000_u01788439441517") 2026/09/03 12:47:18 DEBUG : both15: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b153baf_d20260903_m124355_c001_v0001130_t0033_u01788439435676") 2026/09/03 12:47:18 DEBUG : both15: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4106feb03c021672_d20260903_m124347_c001_v7007000_t0000_u01788439427140") 2026/09/03 12:47:18 DEBUG : both15: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b153b45_d20260903_m124341_c001_v0001130_t0033_u01788439421374") 2026/09/03 12:47:18 DEBUG : both16: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4248bf7d6b80104a_d20260903_m124401_c001_v7007000_t0000_u01788439441699") 2026/09/03 12:47:18 DEBUG : both16: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b153bb5_d20260903_m124356_c001_v0001130_t0033_u01788439436040") 2026/09/03 12:47:18 DEBUG : both16: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4106feb03c021673_d20260903_m124347_c001_v7007000_t0000_u01788439427322") 2026/09/03 12:47:18 DEBUG : both16: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b153b49_d20260903_m124341_c001_v0001130_t0033_u01788439421740") 2026/09/03 12:47:18 DEBUG : both17: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4248bf7d6b80104c_d20260903_m124401_c001_v7007000_t0000_u01788439441881") 2026/09/03 12:47:18 DEBUG : both17: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b153bb9_d20260903_m124356_c001_v0001130_t0033_u01788439436407") 2026/09/03 12:47:18 DEBUG : both17: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4106feb03c021674_d20260903_m124347_c001_v7007000_t0000_u01788439427504") 2026/09/03 12:47:18 DEBUG : both17: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b153b4d_d20260903_m124342_c001_v0001130_t0033_u01788439422105") 2026/09/03 12:47:19 DEBUG : both18: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4248bf7d6b80104d_d20260903_m124402_c001_v7007000_t0000_u01788439442069") 2026/09/03 12:47:19 DEBUG : both18: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b153bbd_d20260903_m124356_c001_v0001130_t0033_u01788439436773") 2026/09/03 12:47:19 DEBUG : both18: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4106feb03c021675_d20260903_m124347_c001_v7007000_t0000_u01788439427687") 2026/09/03 12:47:19 DEBUG : both18: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b153b51_d20260903_m124342_c001_v0001130_t0033_u01788439422487") 2026/09/03 12:47:19 DEBUG : both19: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4248bf7d6b801050_d20260903_m124402_c001_v7007000_t0000_u01788439442251") 2026/09/03 12:47:19 DEBUG : both19: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b153bc1_d20260903_m124357_c001_v0001130_t0033_u01788439437137") 2026/09/03 12:47:19 DEBUG : both19: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4106feb03c021676_d20260903_m124347_c001_v7007000_t0000_u01788439427870") 2026/09/03 12:47:19 DEBUG : both19: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b153b59_d20260903_m124342_c001_v0001130_t0033_u01788439422850") 2026/09/03 12:47:19 DEBUG : both2: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4248bf7d6b801052_d20260903_m124402_c001_v7007000_t0000_u01788439442433") 2026/09/03 12:47:19 DEBUG : both2: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b153b71_d20260903_m124350_c001_v0001130_t0033_u01788439430802") 2026/09/03 12:47:19 DEBUG : both2: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4106feb03c021679_d20260903_m124348_c001_v7007000_t0000_u01788439428052") 2026/09/03 12:47:19 DEBUG : both2: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b153b0f_d20260903_m124336_c001_v0001130_t0033_u01788439416590") 2026/09/03 12:47:19 DEBUG : both3: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4248bf7d6b801053_d20260903_m124402_c001_v7007000_t0000_u01788439442628") 2026/09/03 12:47:19 DEBUG : both3: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b153b75_d20260903_m124351_c001_v0001130_t0033_u01788439431168") 2026/09/03 12:47:19 DEBUG : both3: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4106feb03c02167a_d20260903_m124348_c001_v7007000_t0000_u01788439428235") 2026/09/03 12:47:19 DEBUG : both3: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b153b13_d20260903_m124336_c001_v0001130_t0033_u01788439416953") 2026/09/03 12:47:19 DEBUG : both4: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4248bf7d6b801054_d20260903_m124402_c001_v7007000_t0000_u01788439442810") 2026/09/03 12:47:19 DEBUG : both4: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b153b7b_d20260903_m124351_c001_v0001130_t0033_u01788439431535") 2026/09/03 12:47:19 DEBUG : both4: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4106feb03c02167b_d20260903_m124348_c001_v7007000_t0000_u01788439428418") 2026/09/03 12:47:19 DEBUG : both4: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b153b17_d20260903_m124337_c001_v0001130_t0033_u01788439417317") 2026/09/03 12:47:20 DEBUG : both5: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4248bf7d6b801055_d20260903_m124402_c001_v7007000_t0000_u01788439442992") 2026/09/03 12:47:20 DEBUG : both5: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b153b7f_d20260903_m124351_c001_v0001130_t0033_u01788439431904") 2026/09/03 12:47:20 DEBUG : both5: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4106feb03c02167d_d20260903_m124348_c001_v7007000_t0000_u01788439428600") 2026/09/03 12:47:20 DEBUG : both5: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b153b1b_d20260903_m124337_c001_v0001130_t0033_u01788439417684") 2026/09/03 12:47:20 DEBUG : both6: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4248bf7d6b801056_d20260903_m124403_c001_v7007000_t0000_u01788439443174") 2026/09/03 12:47:20 DEBUG : both6: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b153b83_d20260903_m124352_c001_v0001130_t0033_u01788439432268") 2026/09/03 12:47:20 DEBUG : both6: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4106feb03c02167e_d20260903_m124348_c001_v7007000_t0000_u01788439428781") 2026/09/03 12:47:20 DEBUG : both6: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b153b1f_d20260903_m124338_c001_v0001130_t0033_u01788439418050") 2026/09/03 12:47:20 DEBUG : both7: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4248bf7d6b801057_d20260903_m124403_c001_v7007000_t0000_u01788439443355") 2026/09/03 12:47:20 DEBUG : both7: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b153b87_d20260903_m124352_c001_v0001130_t0033_u01788439432634") 2026/09/03 12:47:20 DEBUG : both7: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4106feb03c02167f_d20260903_m124348_c001_v7007000_t0000_u01788439428964") 2026/09/03 12:47:20 DEBUG : both7: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b153b23_d20260903_m124338_c001_v0001130_t0033_u01788439418415") 2026/09/03 12:47:20 DEBUG : both8: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4248bf7d6b801059_d20260903_m124403_c001_v7007000_t0000_u01788439443538") 2026/09/03 12:47:20 DEBUG : both8: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b153b8b_d20260903_m124353_c001_v0001130_t0033_u01788439433000") 2026/09/03 12:47:20 DEBUG : both8: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4106feb03c021680_d20260903_m124349_c001_v7007000_t0000_u01788439429147") 2026/09/03 12:47:20 DEBUG : both8: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b153b27_d20260903_m124338_c001_v0001130_t0033_u01788439418778") 2026/09/03 12:47:20 DEBUG : both9: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4248bf7d6b80105a_d20260903_m124403_c001_v7007000_t0000_u01788439443720") 2026/09/03 12:47:20 DEBUG : both9: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b153b8f_d20260903_m124353_c001_v0001130_t0033_u01788439433368") 2026/09/03 12:47:20 DEBUG : both9: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4106feb03c021681_d20260903_m124349_c001_v7007000_t0000_u01788439429328") 2026/09/03 12:47:20 DEBUG : both9: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b153b2b_d20260903_m124339_c001_v0001130_t0033_u01788439419171") 2026/09/03 12:47:20 DEBUG : c/non empty space: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f418576a6787bbb7e_d20260903_m124035_c001_v7007000_t0000_u01788439235713") 2026/09/03 12:47:20 DEBUG : c/non empty space: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b153913_d20260903_m124033_c001_v0001130_t0033_u01788439233989") 2026/09/03 12:47:21 DEBUG : c/non empty space: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f417fc692ceb1abc1_d20260903_m124033_c001_v7007000_t0000_u01788439233442") 2026/09/03 12:47:21 DEBUG : c/non empty space: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b15390b_d20260903_m124031_c001_v0001130_t0033_u01788439231245") 2026/09/03 12:47:21 DEBUG : c/non empty space: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f417d71d9dca2c1e4_d20260903_m124016_c001_v7007000_t0000_u01788439216501") 2026/09/03 12:47:21 DEBUG : c/non empty space: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b1538c9_d20260903_m124014_c001_v0001130_t0033_u01788439214528") 2026/09/03 12:47:21 DEBUG : c3BsaXRiYW5hbmFzcGxpdA==: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f422adc4bae2b0acb_d20260903_m124452_c001_v7007000_t0000_u01788439492550") 2026/09/03 12:47:21 DEBUG : c3BsaXRiYW5hbmFzcGxpdA==: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f41954eb796a2e485_d20260903_m124448_c001_v0001179_t0006_u01788439488480") 2026/09/03 12:47:21 DEBUG : check sum: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f417d71d9dca2c1da_d20260903_m124008_c001_v7007000_t0000_u01788439208065") 2026/09/03 12:47:21 DEBUG : check sum: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b1538a9_d20260903_m124007_c001_v0001130_t0033_u01788439207169") 2026/09/03 12:47:21 DEBUG : dG9l/dG9l/dG9lLnR4dA==: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4190aa7fd08b80df_d20260903_m124707_c001_v7007000_t0000_u01788439627299") 2026/09/03 12:47:21 DEBUG : dG9l/dG9l/dG9lLnR4dA==: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f41954eb796a2e673_d20260903_m124705_c001_v0001179_t0006_u01788439625792") 2026/09/03 12:47:21 DEBUG : dest/3: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4262768aa7faad1b_d20260903_m124211_c001_v7007000_t0000_u01788439331432") 2026/09/03 12:47:21 DEBUG : dest/3: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4197359f4899f566_d20260903_m124210_c001_v0001183_t0047_u01788439330342") 2026/09/03 12:47:21 DEBUG : dir1/0000-abcde: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f419d536a48d9ba89_d20260903_m124537_c001_v7007000_t0000_u01788439537710") 2026/09/03 12:47:21 DEBUG : dir1/0000-abcde: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b153c9d_d20260903_m124534_c001_v0001130_t0033_u01788439534115") 2026/09/03 12:47:21 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f425ec331807332e8_d20260903_m124639_c001_v7007000_t0000_u01788439599052") 2026/09/03 12:47:21 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f41954eb796a2e601_d20260903_m124631_c001_v0001179_t0006_u01788439591114") 2026/09/03 12:47:21 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f425ec33180731b58_d20260903_m124627_c001_v7007000_t0000_u01788439587044") 2026/09/03 12:47:21 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f41954eb796a2e5cd_d20260903_m124619_c001_v0001179_t0006_u01788439579051") 2026/09/03 12:47:21 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f425ec33180731b3f_d20260903_m124614_c001_v7007000_t0000_u01788439574979") 2026/09/03 12:47:21 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f41954eb796a2e595_d20260903_m124606_c001_v0001179_t0006_u01788439566581") 2026/09/03 12:47:22 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f422adc4bae2b14a1_d20260903_m124602_c001_v7007000_t0000_u01788439562510") 2026/09/03 12:47:22 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f41954eb796a2e571_d20260903_m124554_c001_v0001179_t0006_u01788439554364") 2026/09/03 12:47:22 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f422adc4bae2b145d_d20260903_m124550_c001_v7007000_t0000_u01788439550294") 2026/09/03 12:47:22 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f41954eb796a2e551_d20260903_m124541_c001_v0001179_t0006_u01788439541809") 2026/09/03 12:47:22 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f415147edf74fb179_d20260903_m124535_c001_v7007000_t0000_u01788439535265") 2026/09/03 12:47:22 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f404bc4d0f088ecf2_d20260903_m124528_c001_v0001174_t0020_u01788439528116") 2026/09/03 12:47:22 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4051c0a98ce2934a_d20260903_m124523_c001_v7007000_t0000_u01788439523970") 2026/09/03 12:47:22 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f404bc4d0f088ecc2_d20260903_m124520_c001_v0001174_t0020_u01788439520881") 2026/09/03 12:47:22 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f404393dd6906397f_d20260903_m124519_c001_v7007000_t0000_u01788439519389") 2026/09/03 12:47:22 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f404bc4d0f088ec7c_d20260903_m124512_c001_v0001174_t0020_u01788439512477") 2026/09/03 12:47:22 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f412677dbc3ad5eb4_d20260903_m124508_c001_v7007000_t0000_u01788439508415") 2026/09/03 12:47:22 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b153c59_d20260903_m124505_c001_v0001130_t0033_u01788439505267") 2026/09/03 12:47:22 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f422adc4bae2b0aea_d20260903_m124503_c001_v7007000_t0000_u01788439503608") 2026/09/03 12:47:22 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b153c3f_d20260903_m124456_c001_v0001130_t0033_u01788439496676") 2026/09/03 12:47:22 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f404ee08fbff7e54d_d20260903_m124450_c001_v7007000_t0000_u01788439490247") 2026/09/03 12:47:22 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b153c1b_d20260903_m124442_c001_v0001130_t0033_u01788439482430") 2026/09/03 12:47:22 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f42185d556fdebf43_d20260903_m124438_c001_v7007000_t0000_u01788439478329") 2026/09/03 12:47:22 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f404bc4d0f088eb3e_d20260903_m124430_c001_v0001174_t0020_u01788439470939") 2026/09/03 12:47:22 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f42185d556fdebf1a_d20260903_m124426_c001_v7007000_t0000_u01788439466809") 2026/09/03 12:47:22 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4167e2ac3bfcca97_d20260903_m124420_c001_v0001176_t0030_u01788439460154") 2026/09/03 12:47:23 DEBUG : dir1/0000-abcdefg.txtSUFFIX: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f417d71d9dca2c78b_d20260903_m124522_c001_v7007000_t0000_u01788439522015") 2026/09/03 12:47:23 DEBUG : dir1/0000-abcdefg.txtSUFFIX: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f104bc4d0f088ecae_d20260903_m124518_c001_v0001174_t0046_u01788439518197") 2026/09/03 12:47:23 DEBUG : dir1/0001-bcdef: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f419d536a48d9ba8a_d20260903_m124537_c001_v7007000_t0000_u01788439537891") 2026/09/03 12:47:23 DEBUG : dir1/0001-bcdef: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f41954eb796a2e53d_d20260903_m124534_c001_v0001179_t0006_u01788439534104") 2026/09/03 12:47:23 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f425ec331807332e9_d20260903_m124639_c001_v7007000_t0000_u01788439599233") 2026/09/03 12:47:23 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b153d13_d20260903_m124631_c001_v0001130_t0033_u01788439591655") 2026/09/03 12:47:23 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f425ec33180731b59_d20260903_m124627_c001_v7007000_t0000_u01788439587225") 2026/09/03 12:47:23 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b153cf5_d20260903_m124619_c001_v0001130_t0033_u01788439579595") 2026/09/03 12:47:23 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f425ec33180731b40_d20260903_m124615_c001_v7007000_t0000_u01788439575160") 2026/09/03 12:47:23 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b153ce3_d20260903_m124607_c001_v0001130_t0033_u01788439567123") 2026/09/03 12:47:23 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f422adc4bae2b14a3_d20260903_m124602_c001_v7007000_t0000_u01788439562691") 2026/09/03 12:47:23 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b153ccd_d20260903_m124554_c001_v0001130_t0033_u01788439554918") 2026/09/03 12:47:23 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f422adc4bae2b145e_d20260903_m124550_c001_v7007000_t0000_u01788439550475") 2026/09/03 12:47:23 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b153cb3_d20260903_m124542_c001_v0001130_t0033_u01788439542350") 2026/09/03 12:47:23 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f419d536a48d9ba83_d20260903_m124534_c001_v7007000_t0000_u01788439534920") 2026/09/03 12:47:23 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4167e2ac3bfccb81_d20260903_m124528_c001_v0001176_t0030_u01788439528665") 2026/09/03 12:47:23 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4051c0a98ce2934b_d20260903_m124524_c001_v7007000_t0000_u01788439524236") 2026/09/03 12:47:23 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4167e2ac3bfccb71_d20260903_m124520_c001_v0001176_t0030_u01788439520891") 2026/09/03 12:47:23 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4248bf7d6b8018a6_d20260903_m124519_c001_v7007000_t0000_u01788439519418") 2026/09/03 12:47:23 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b153c6b_d20260903_m124513_c001_v0001130_t0033_u01788439513026") 2026/09/03 12:47:23 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f412677dbc3ad5eb5_d20260903_m124508_c001_v7007000_t0000_u01788439508597") 2026/09/03 12:47:23 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f41954eb796a2e4cd_d20260903_m124505_c001_v0001179_t0006_u01788439505290") 2026/09/03 12:47:23 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f408021850f964dae_d20260903_m124504_c001_v7007000_t0000_u01788439504014") 2026/09/03 12:47:23 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f404bc4d0f088ec0c_d20260903_m124457_c001_v0001174_t0020_u01788439497220") 2026/09/03 12:47:24 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f422adc4bae2b0ac6_d20260903_m124450_c001_v7007000_t0000_u01788439490248") 2026/09/03 12:47:24 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f404bc4d0f088eb96_d20260903_m124442_c001_v0001174_t0020_u01788439482971") 2026/09/03 12:47:24 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f42185d556fdebf45_d20260903_m124438_c001_v7007000_t0000_u01788439478511") 2026/09/03 12:47:24 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4167e2ac3bfccabd_d20260903_m124431_c001_v0001176_t0030_u01788439471492") 2026/09/03 12:47:24 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f42185d556fdebf1b_d20260903_m124426_c001_v7007000_t0000_u01788439466990") 2026/09/03 12:47:24 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b153bed_d20260903_m124420_c001_v0001130_t0033_u01788439460338") 2026/09/03 12:47:24 DEBUG : dir1/0001-bcdefgh.txtSUFFIX: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f417d71d9dca2c788_d20260903_m124521_c001_v7007000_t0000_u01788439521695") 2026/09/03 12:47:24 DEBUG : dir1/0001-bcdefgh.txtSUFFIX: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f1036258c3b153c7d_d20260903_m124518_c001_v0001130_t0021_u01788439518207") 2026/09/03 12:47:24 DEBUG : dir1/0002-cdefg: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f419d536a48d9ba8b_d20260903_m124538_c001_v7007000_t0000_u01788439538089") 2026/09/03 12:47:24 DEBUG : dir1/0002-cdefg: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f404bc4d0f088ed26_d20260903_m124534_c001_v0001174_t0020_u01788439534127") 2026/09/03 12:47:24 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f425ec331807332ea_d20260903_m124639_c001_v7007000_t0000_u01788439599415") 2026/09/03 12:47:24 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f404bc4d0f088eed2_d20260903_m124632_c001_v0001174_t0020_u01788439592198") 2026/09/03 12:47:24 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f425ec33180731b5a_d20260903_m124627_c001_v7007000_t0000_u01788439587407") 2026/09/03 12:47:24 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f404bc4d0f088ee70_d20260903_m124620_c001_v0001174_t0020_u01788439580137") 2026/09/03 12:47:24 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f425ec33180731b41_d20260903_m124615_c001_v7007000_t0000_u01788439575342") 2026/09/03 12:47:24 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f404bc4d0f088ee16_d20260903_m124607_c001_v0001174_t0020_u01788439567670") 2026/09/03 12:47:24 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f422adc4bae2b14a6_d20260903_m124602_c001_v7007000_t0000_u01788439562872") 2026/09/03 12:47:24 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f404bc4d0f088edb4_d20260903_m124555_c001_v0001174_t0020_u01788439555467") 2026/09/03 12:47:24 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f422adc4bae2b145f_d20260903_m124550_c001_v7007000_t0000_u01788439550658") 2026/09/03 12:47:24 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f404bc4d0f088ed68_d20260903_m124542_c001_v0001174_t0020_u01788439542904") 2026/09/03 12:47:25 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f419d536a48d9ba85_d20260903_m124535_c001_v7007000_t0000_u01788439535287") 2026/09/03 12:47:25 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f41954eb796a2e52d_d20260903_m124529_c001_v0001179_t0006_u01788439529214") 2026/09/03 12:47:25 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4051c0a98ce2934c_d20260903_m124524_c001_v7007000_t0000_u01788439524418") 2026/09/03 12:47:25 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f41954eb796a2e50d_d20260903_m124520_c001_v0001179_t0006_u01788439520902") 2026/09/03 12:47:25 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f412677dbc3ad5ecb_d20260903_m124519_c001_v7007000_t0000_u01788439519376") 2026/09/03 12:47:25 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4167e2ac3bfccb53_d20260903_m124513_c001_v0001176_t0030_u01788439513567") 2026/09/03 12:47:25 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f412677dbc3ad5eb6_d20260903_m124508_c001_v7007000_t0000_u01788439508778") 2026/09/03 12:47:25 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f404bc4d0f088ec44_d20260903_m124505_c001_v0001174_t0020_u01788439505257") 2026/09/03 12:47:25 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f422adc4bae2b0aeb_d20260903_m124503_c001_v7007000_t0000_u01788439503776") 2026/09/03 12:47:25 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f41954eb796a2e4ab_d20260903_m124457_c001_v0001179_t0006_u01788439497771") 2026/09/03 12:47:25 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f415147edf74fb156_d20260903_m124449_c001_v7007000_t0000_u01788439489989") 2026/09/03 12:47:25 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4167e2ac3bfccadf_d20260903_m124443_c001_v0001176_t0030_u01788439483525") 2026/09/03 12:47:25 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f42185d556fdebf46_d20260903_m124438_c001_v7007000_t0000_u01788439478692") 2026/09/03 12:47:25 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b153c03_d20260903_m124432_c001_v0001130_t0033_u01788439472035") 2026/09/03 12:47:25 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f42185d556fdebf1c_d20260903_m124427_c001_v7007000_t0000_u01788439467172") 2026/09/03 12:47:25 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f404bc4d0f088eafb_d20260903_m124420_c001_v0001174_t0020_u01788439460522") 2026/09/03 12:47:25 DEBUG : dir1/0002-cdefghi.txtSUFFIX: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f407006445fe866da_d20260903_m124521_c001_v7007000_t0000_u01788439521717") 2026/09/03 12:47:25 DEBUG : dir1/0002-cdefghi.txtSUFFIX: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f11954eb796a2e4ff_d20260903_m124518_c001_v0001179_t0027_u01788439518216") 2026/09/03 12:47:25 DEBUG : dir1/0003-defgh: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f419d536a48d9ba8c_d20260903_m124538_c001_v7007000_t0000_u01788439538272") 2026/09/03 12:47:25 DEBUG : dir1/0003-defgh: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4167e2ac3bfccb8f_d20260903_m124534_c001_v0001176_t0030_u01788439534136") 2026/09/03 12:47:25 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f425ec331807332eb_d20260903_m124639_c001_v7007000_t0000_u01788439599597") 2026/09/03 12:47:25 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4167e2ac3bfccc03_d20260903_m124632_c001_v0001176_t0030_u01788439592737") 2026/09/03 12:47:26 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f425ec33180731b5b_d20260903_m124627_c001_v7007000_t0000_u01788439587589") 2026/09/03 12:47:26 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4167e2ac3bfccbe7_d20260903_m124620_c001_v0001176_t0030_u01788439580681") 2026/09/03 12:47:26 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f425ec33180731b42_d20260903_m124615_c001_v7007000_t0000_u01788439575524") 2026/09/03 12:47:26 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4167e2ac3bfccbcf_d20260903_m124608_c001_v0001176_t0030_u01788439568217") 2026/09/03 12:47:26 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f422adc4bae2b14a7_d20260903_m124603_c001_v7007000_t0000_u01788439563053") 2026/09/03 12:47:26 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4167e2ac3bfccbb9_d20260903_m124556_c001_v0001176_t0030_u01788439556009") 2026/09/03 12:47:26 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f422adc4bae2b1460_d20260903_m124550_c001_v7007000_t0000_u01788439550840") 2026/09/03 12:47:26 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4167e2ac3bfccba1_d20260903_m124543_c001_v0001176_t0030_u01788439543459") 2026/09/03 12:47:26 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f422adc4bae2b1450_d20260903_m124535_c001_v7007000_t0000_u01788439535232") 2026/09/03 12:47:26 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b153c93_d20260903_m124529_c001_v0001130_t0033_u01788439529753") 2026/09/03 12:47:26 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4051c0a98ce2934d_d20260903_m124524_c001_v7007000_t0000_u01788439524599") 2026/09/03 12:47:26 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b153c89_d20260903_m124520_c001_v0001130_t0033_u01788439520913") 2026/09/03 12:47:26 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f412677dbc3ad5ecd_d20260903_m124519_c001_v7007000_t0000_u01788439519739") 2026/09/03 12:47:26 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f41954eb796a2e4e7_d20260903_m124514_c001_v0001179_t0006_u01788439514105") 2026/09/03 12:47:26 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f412677dbc3ad5eb7_d20260903_m124508_c001_v7007000_t0000_u01788439508961") 2026/09/03 12:47:26 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4167e2ac3bfccb45_d20260903_m124505_c001_v0001176_t0030_u01788439505280") 2026/09/03 12:47:26 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4051c0a98ce2932f_d20260903_m124503_c001_v7007000_t0000_u01788439503801") 2026/09/03 12:47:26 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4167e2ac3bfccb29_d20260903_m124458_c001_v0001176_t0030_u01788439498321") 2026/09/03 12:47:26 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f42185d556fdebf68_d20260903_m124450_c001_v7007000_t0000_u01788439490104") 2026/09/03 12:47:26 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b153c1f_d20260903_m124443_c001_v0001130_t0033_u01788439483708") 2026/09/03 12:47:26 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f42185d556fdebf49_d20260903_m124438_c001_v7007000_t0000_u01788439478873") 2026/09/03 12:47:26 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f404bc4d0f088eb46_d20260903_m124432_c001_v0001174_t0020_u01788439472217") 2026/09/03 12:47:27 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f42185d556fdebf1e_d20260903_m124427_c001_v7007000_t0000_u01788439467354") 2026/09/03 12:47:27 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4167e2ac3bfcca9b_d20260903_m124420_c001_v0001176_t0030_u01788439460707") 2026/09/03 12:47:27 DEBUG : dir1/0003-defghij.txtSUFFIX: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4202747ae8af1338_d20260903_m124522_c001_v7007000_t0000_u01788439522046") 2026/09/03 12:47:27 DEBUG : dir1/0003-defghij.txtSUFFIX: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f1167e2ac3bfccb65_d20260903_m124518_c001_v0001176_t0059_u01788439518228") 2026/09/03 12:47:27 DEBUG : dir1/0004-efghi: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f419d536a48d9ba8d_d20260903_m124538_c001_v7007000_t0000_u01788439538454") 2026/09/03 12:47:27 DEBUG : dir1/0004-efghi: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f41954eb796a2e53f_d20260903_m124534_c001_v0001179_t0006_u01788439534287") 2026/09/03 12:47:27 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f425ec331807332ec_d20260903_m124639_c001_v7007000_t0000_u01788439599780") 2026/09/03 12:47:27 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f41954eb796a2e607_d20260903_m124632_c001_v0001179_t0006_u01788439592921") 2026/09/03 12:47:27 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f425ec33180731b5c_d20260903_m124627_c001_v7007000_t0000_u01788439587770") 2026/09/03 12:47:27 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f41954eb796a2e5dd_d20260903_m124620_c001_v0001179_t0006_u01788439580866") 2026/09/03 12:47:27 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f425ec33180731b43_d20260903_m124615_c001_v7007000_t0000_u01788439575706") 2026/09/03 12:47:27 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f41954eb796a2e59f_d20260903_m124608_c001_v0001179_t0006_u01788439568404") 2026/09/03 12:47:27 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f422adc4bae2b14a8_d20260903_m124603_c001_v7007000_t0000_u01788439563234") 2026/09/03 12:47:27 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f41954eb796a2e577_d20260903_m124556_c001_v0001179_t0006_u01788439556200") 2026/09/03 12:47:27 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f422adc4bae2b1461_d20260903_m124551_c001_v7007000_t0000_u01788439551024") 2026/09/03 12:47:27 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f41954eb796a2e555_d20260903_m124543_c001_v0001179_t0006_u01788439543643") 2026/09/03 12:47:27 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f415c338d69f1b05a_d20260903_m124534_c001_v7007000_t0000_u01788439534928") 2026/09/03 12:47:27 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f404bc4d0f088ecfe_d20260903_m124529_c001_v0001174_t0020_u01788439529934") 2026/09/03 12:47:27 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4051c0a98ce2934f_d20260903_m124524_c001_v7007000_t0000_u01788439524780") 2026/09/03 12:47:27 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f404bc4d0f088ecc4_d20260903_m124521_c001_v0001174_t0020_u01788439521065") 2026/09/03 12:47:28 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f416b9bff8e3d4bbd_d20260903_m124519_c001_v7007000_t0000_u01788439519400") 2026/09/03 12:47:28 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f404bc4d0f088ec88_d20260903_m124514_c001_v0001174_t0020_u01788439514288") 2026/09/03 12:47:28 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f412677dbc3ad5eb8_d20260903_m124509_c001_v7007000_t0000_u01788439509142") 2026/09/03 12:47:28 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f404bc4d0f088ec4a_d20260903_m124505_c001_v0001174_t0020_u01788439505443") 2026/09/03 12:47:28 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4113b6c006f85d46_d20260903_m124504_c001_v7007000_t0000_u01788439504040") 2026/09/03 12:47:28 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b153c43_d20260903_m124458_c001_v0001130_t0033_u01788439498506") 2026/09/03 12:47:28 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4248bf7d6b8010bc_d20260903_m124450_c001_v7007000_t0000_u01788439490115") 2026/09/03 12:47:28 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f404bc4d0f088eba0_d20260903_m124443_c001_v0001174_t0020_u01788439483891") 2026/09/03 12:47:28 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f42185d556fdebf4a_d20260903_m124439_c001_v7007000_t0000_u01788439479055") 2026/09/03 12:47:28 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4167e2ac3bfccac1_d20260903_m124432_c001_v0001176_t0030_u01788439472406") 2026/09/03 12:47:28 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f42185d556fdebf1f_d20260903_m124427_c001_v7007000_t0000_u01788439467535") 2026/09/03 12:47:28 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b153bef_d20260903_m124420_c001_v0001130_t0033_u01788439460894") 2026/09/03 12:47:28 DEBUG : dir1/0004-efghijk.txtSUFFIX: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f413a4e154d9e6092_d20260903_m124522_c001_v7007000_t0000_u01788439522035") 2026/09/03 12:47:28 DEBUG : dir1/0004-efghijk.txtSUFFIX: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f11954eb796a2e501_d20260903_m124518_c001_v0001179_t0046_u01788439518434") 2026/09/03 12:47:28 DEBUG : dir1/0005-fghij: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f419d536a48d9ba8e_d20260903_m124538_c001_v7007000_t0000_u01788439538636") 2026/09/03 12:47:28 DEBUG : dir1/0005-fghij: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b153c9f_d20260903_m124534_c001_v0001130_t0033_u01788439534298") 2026/09/03 12:47:28 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f425ec331807332ed_d20260903_m124639_c001_v7007000_t0000_u01788439599962") 2026/09/03 12:47:28 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b153d1b_d20260903_m124633_c001_v0001130_t0033_u01788439593104") 2026/09/03 12:47:28 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f425ec33180731b5d_d20260903_m124627_c001_v7007000_t0000_u01788439587951") 2026/09/03 12:47:28 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b153cfb_d20260903_m124621_c001_v0001130_t0033_u01788439581050") 2026/09/03 12:47:28 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f425ec33180731b44_d20260903_m124615_c001_v7007000_t0000_u01788439575889") 2026/09/03 12:47:28 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b153ce5_d20260903_m124608_c001_v0001130_t0033_u01788439568590") 2026/09/03 12:47:28 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f422adc4bae2b14aa_d20260903_m124603_c001_v7007000_t0000_u01788439563416") 2026/09/03 12:47:29 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b153cd3_d20260903_m124556_c001_v0001130_t0033_u01788439556384") 2026/09/03 12:47:29 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f422adc4bae2b1462_d20260903_m124551_c001_v7007000_t0000_u01788439551208") 2026/09/03 12:47:29 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b153cb7_d20260903_m124543_c001_v0001130_t0033_u01788439543827") 2026/09/03 12:47:29 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f415c338d69f1b061_d20260903_m124535_c001_v7007000_t0000_u01788439535285") 2026/09/03 12:47:29 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4167e2ac3bfccb85_d20260903_m124530_c001_v0001176_t0030_u01788439530119") 2026/09/03 12:47:29 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4051c0a98ce29352_d20260903_m124524_c001_v7007000_t0000_u01788439524961") 2026/09/03 12:47:29 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4167e2ac3bfccb73_d20260903_m124521_c001_v0001176_t0030_u01788439521077") 2026/09/03 12:47:29 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f404393dd69063981_d20260903_m124519_c001_v7007000_t0000_u01788439519752") 2026/09/03 12:47:29 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b153c73_d20260903_m124514_c001_v0001130_t0033_u01788439514473") 2026/09/03 12:47:29 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f412677dbc3ad5eb9_d20260903_m124509_c001_v7007000_t0000_u01788439509324") 2026/09/03 12:47:29 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b153c5b_d20260903_m124505_c001_v0001130_t0033_u01788439505454") 2026/09/03 12:47:29 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f422adc4bae2b0af0_d20260903_m124504_c001_v7007000_t0000_u01788439504141") 2026/09/03 12:47:29 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f404bc4d0f088ec16_d20260903_m124458_c001_v0001174_t0020_u01788439498689") 2026/09/03 12:47:29 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4248bf7d6b8010ba_d20260903_m124449_c001_v7007000_t0000_u01788439489748") 2026/09/03 12:47:29 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4167e2ac3bfccae3_d20260903_m124444_c001_v0001176_t0030_u01788439484076") 2026/09/03 12:47:29 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f42185d556fdebf4c_d20260903_m124439_c001_v7007000_t0000_u01788439479238") 2026/09/03 12:47:30 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b153c05_d20260903_m124432_c001_v0001130_t0033_u01788439472590") 2026/09/03 12:47:30 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f42185d556fdebf20_d20260903_m124427_c001_v7007000_t0000_u01788439467717") 2026/09/03 12:47:30 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f404bc4d0f088eb00_d20260903_m124421_c001_v0001174_t0020_u01788439461083") 2026/09/03 12:47:30 DEBUG : dir1/0005-fghijkl.txtSUFFIX: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4202747ae8af1335_d20260903_m124521_c001_v7007000_t0000_u01788439521681") 2026/09/03 12:47:30 DEBUG : dir1/0005-fghijkl.txtSUFFIX: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f1167e2ac3bfccb69_d20260903_m124518_c001_v0001176_t0016_u01788439518445") 2026/09/03 12:47:30 DEBUG : dir1/0006-ghijk: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f419d536a48d9ba8f_d20260903_m124538_c001_v7007000_t0000_u01788439538818") 2026/09/03 12:47:30 DEBUG : dir1/0006-ghijk: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f404bc4d0f088ed28_d20260903_m124534_c001_v0001174_t0020_u01788439534311") 2026/09/03 12:47:30 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f425ec331807332ee_d20260903_m124640_c001_v7007000_t0000_u01788439600143") 2026/09/03 12:47:30 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f404bc4d0f088eed8_d20260903_m124633_c001_v0001174_t0020_u01788439593287") 2026/09/03 12:47:30 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f425ec33180731b5e_d20260903_m124628_c001_v7007000_t0000_u01788439588132") 2026/09/03 12:47:30 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f404bc4d0f088ee80_d20260903_m124621_c001_v0001174_t0020_u01788439581234") 2026/09/03 12:47:30 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f425ec33180731b46_d20260903_m124616_c001_v7007000_t0000_u01788439576072") 2026/09/03 12:47:30 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f404bc4d0f088ee20_d20260903_m124608_c001_v0001174_t0020_u01788439568781") 2026/09/03 12:47:30 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f422adc4bae2b14ac_d20260903_m124603_c001_v7007000_t0000_u01788439563597") 2026/09/03 12:47:30 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f404bc4d0f088edc6_d20260903_m124556_c001_v0001174_t0020_u01788439556569") 2026/09/03 12:47:30 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f422adc4bae2b1463_d20260903_m124551_c001_v7007000_t0000_u01788439551392") 2026/09/03 12:47:30 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f404bc4d0f088ed76_d20260903_m124544_c001_v0001174_t0020_u01788439544010") 2026/09/03 12:47:30 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f422adc4bae2b144f_d20260903_m124535_c001_v7007000_t0000_u01788439535052") 2026/09/03 12:47:30 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f41954eb796a2e52f_d20260903_m124530_c001_v0001179_t0006_u01788439530399") 2026/09/03 12:47:30 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4051c0a98ce29353_d20260903_m124525_c001_v7007000_t0000_u01788439525143") 2026/09/03 12:47:30 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f41954eb796a2e50f_d20260903_m124521_c001_v0001179_t0006_u01788439521087") 2026/09/03 12:47:30 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f414e196a1ef10a4b_d20260903_m124519_c001_v7007000_t0000_u01788439519412") 2026/09/03 12:47:30 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4167e2ac3bfccb55_d20260903_m124514_c001_v0001176_t0030_u01788439514657") 2026/09/03 12:47:31 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f412677dbc3ad5eba_d20260903_m124509_c001_v7007000_t0000_u01788439509506") 2026/09/03 12:47:31 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4167e2ac3bfccb47_d20260903_m124505_c001_v0001176_t0030_u01788439505465") 2026/09/03 12:47:31 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4051c0a98ce2932e_d20260903_m124503_c001_v7007000_t0000_u01788439503621") 2026/09/03 12:47:31 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f41954eb796a2e4b1_d20260903_m124458_c001_v0001179_t0006_u01788439498921") 2026/09/03 12:47:31 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4248bf7d6b8010b9_d20260903_m124449_c001_v7007000_t0000_u01788439489568") 2026/09/03 12:47:31 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b153c25_d20260903_m124444_c001_v0001130_t0033_u01788439484258") 2026/09/03 12:47:31 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f42185d556fdebf4d_d20260903_m124439_c001_v7007000_t0000_u01788439479421") 2026/09/03 12:47:31 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f404bc4d0f088eb48_d20260903_m124432_c001_v0001174_t0020_u01788439472773") 2026/09/03 12:47:31 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f42185d556fdebf21_d20260903_m124427_c001_v7007000_t0000_u01788439467899") 2026/09/03 12:47:31 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4167e2ac3bfcca9d_d20260903_m124421_c001_v0001176_t0030_u01788439461270") 2026/09/03 12:47:31 DEBUG : dir1/0006-ghijklm.txtSUFFIX: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4051c0a98ce29341_d20260903_m124521_c001_v7007000_t0000_u01788439521685") 2026/09/03 12:47:31 DEBUG : dir1/0006-ghijklm.txtSUFFIX: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f1036258c3b153c7f_d20260903_m124518_c001_v0001130_t0006_u01788439518529") 2026/09/03 12:47:31 DEBUG : dir1/0007-12345: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f419d536a48d9ba91_d20260903_m124539_c001_v7007000_t0000_u01788439539000") 2026/09/03 12:47:31 DEBUG : dir1/0007-12345: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4167e2ac3bfccb91_d20260903_m124534_c001_v0001176_t0030_u01788439534321") 2026/09/03 12:47:31 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f425ec331807332ef_d20260903_m124640_c001_v7007000_t0000_u01788439600326") 2026/09/03 12:47:31 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4167e2ac3bfccc05_d20260903_m124633_c001_v0001176_t0030_u01788439593473") 2026/09/03 12:47:31 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f425ec33180731b5f_d20260903_m124628_c001_v7007000_t0000_u01788439588313") 2026/09/03 12:47:31 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4167e2ac3bfccbe9_d20260903_m124621_c001_v0001176_t0030_u01788439581417") 2026/09/03 12:47:31 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f425ec33180731b47_d20260903_m124616_c001_v7007000_t0000_u01788439576253") 2026/09/03 12:47:32 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4167e2ac3bfccbd3_d20260903_m124608_c001_v0001176_t0030_u01788439568970") 2026/09/03 12:47:32 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f422adc4bae2b14af_d20260903_m124603_c001_v7007000_t0000_u01788439563779") 2026/09/03 12:47:32 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4167e2ac3bfccbbb_d20260903_m124556_c001_v0001176_t0030_u01788439556751") 2026/09/03 12:47:32 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f422adc4bae2b1465_d20260903_m124551_c001_v7007000_t0000_u01788439551575") 2026/09/03 12:47:32 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4167e2ac3bfccba3_d20260903_m124544_c001_v0001176_t0030_u01788439544196") 2026/09/03 12:47:32 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f422adc4bae2b144e_d20260903_m124534_c001_v7007000_t0000_u01788439534871") 2026/09/03 12:47:32 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b153c95_d20260903_m124530_c001_v0001130_t0033_u01788439530581") 2026/09/03 12:47:32 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4051c0a98ce29354_d20260903_m124525_c001_v7007000_t0000_u01788439525324") 2026/09/03 12:47:32 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b153c8b_d20260903_m124521_c001_v0001130_t0033_u01788439521099") 2026/09/03 12:47:32 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f427008fdc4aa31b1_d20260903_m124519_c001_v7007000_t0000_u01788439519433") 2026/09/03 12:47:32 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f41954eb796a2e4f1_d20260903_m124514_c001_v0001179_t0006_u01788439514841") 2026/09/03 12:47:32 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f412677dbc3ad5ebc_d20260903_m124509_c001_v7007000_t0000_u01788439509692") 2026/09/03 12:47:32 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f41954eb796a2e4cf_d20260903_m124505_c001_v0001179_t0006_u01788439505476") 2026/09/03 12:47:32 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f407006445fe862d5_d20260903_m124503_c001_v7007000_t0000_u01788439503629") 2026/09/03 12:47:32 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4167e2ac3bfccb2b_d20260903_m124459_c001_v0001176_t0030_u01788439499105") 2026/09/03 12:47:32 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f42185d556fdebf66_d20260903_m124449_c001_v7007000_t0000_u01788439489740") 2026/09/03 12:47:32 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f404bc4d0f088eba8_d20260903_m124444_c001_v0001174_t0020_u01788439484497") 2026/09/03 12:47:32 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f42185d556fdebf4e_d20260903_m124439_c001_v7007000_t0000_u01788439479604") 2026/09/03 12:47:32 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4167e2ac3bfccac3_d20260903_m124432_c001_v0001176_t0030_u01788439472959") 2026/09/03 12:47:32 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f42185d556fdebf22_d20260903_m124428_c001_v7007000_t0000_u01788439468083") 2026/09/03 12:47:32 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b153bf1_d20260903_m124421_c001_v0001130_t0033_u01788439461454") 2026/09/03 12:47:32 DEBUG : dir1/0007-1234567.txtSUFFIX: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f413a4e154d9e6090_d20260903_m124521_c001_v7007000_t0000_u01788439521669") 2026/09/03 12:47:32 DEBUG : dir1/0007-1234567.txtSUFFIX: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f104bc4d0f088ecb4_d20260903_m124518_c001_v0001174_t0035_u01788439518540") 2026/09/03 12:47:32 DEBUG : dir1/0008-23456: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f419d536a48d9ba92_d20260903_m124539_c001_v7007000_t0000_u01788439539182") 2026/09/03 12:47:33 DEBUG : dir1/0008-23456: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f41954eb796a2e541_d20260903_m124534_c001_v0001179_t0006_u01788439534471") 2026/09/03 12:47:33 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f425ec331807332f0_d20260903_m124640_c001_v7007000_t0000_u01788439600508") 2026/09/03 12:47:33 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f41954eb796a2e609_d20260903_m124633_c001_v0001179_t0006_u01788439593658") 2026/09/03 12:47:33 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f425ec33180731b60_d20260903_m124628_c001_v7007000_t0000_u01788439588495") 2026/09/03 12:47:33 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f41954eb796a2e5df_d20260903_m124621_c001_v0001179_t0006_u01788439581601") 2026/09/03 12:47:33 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f425ec33180731b48_d20260903_m124616_c001_v7007000_t0000_u01788439576434") 2026/09/03 12:47:33 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f41954eb796a2e5a5_d20260903_m124609_c001_v0001179_t0006_u01788439569154") 2026/09/03 12:47:33 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f422adc4bae2b14b1_d20260903_m124603_c001_v7007000_t0000_u01788439563961") 2026/09/03 12:47:33 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f41954eb796a2e57b_d20260903_m124556_c001_v0001179_t0006_u01788439556937") 2026/09/03 12:47:33 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f422adc4bae2b1466_d20260903_m124551_c001_v7007000_t0000_u01788439551755") 2026/09/03 12:47:33 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f41954eb796a2e559_d20260903_m124544_c001_v0001179_t0006_u01788439544382") 2026/09/03 12:47:33 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4086babe16ee87df_d20260903_m124535_c001_v7007000_t0000_u01788439535062") 2026/09/03 12:47:33 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f404bc4d0f088ed04_d20260903_m124530_c001_v0001174_t0020_u01788439530764") 2026/09/03 12:47:33 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4051c0a98ce29355_d20260903_m124525_c001_v7007000_t0000_u01788439525505") 2026/09/03 12:47:33 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f404bc4d0f088ecc6_d20260903_m124521_c001_v0001174_t0020_u01788439521251") 2026/09/03 12:47:33 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f416b9bff8e3d4bc0_d20260903_m124519_c001_v7007000_t0000_u01788439519761") 2026/09/03 12:47:33 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f404bc4d0f088ec94_d20260903_m124515_c001_v0001174_t0020_u01788439515028") 2026/09/03 12:47:33 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f412677dbc3ad5ebd_d20260903_m124509_c001_v7007000_t0000_u01788439509875") 2026/09/03 12:47:33 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f404bc4d0f088ec4e_d20260903_m124505_c001_v0001174_t0020_u01788439505629") 2026/09/03 12:47:33 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f422adc4bae2b0af1_d20260903_m124504_c001_v7007000_t0000_u01788439504156") 2026/09/03 12:47:34 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b153c45_d20260903_m124459_c001_v0001130_t0033_u01788439499291") 2026/09/03 12:47:34 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4248bf7d6b8010bb_d20260903_m124449_c001_v7007000_t0000_u01788439489934") 2026/09/03 12:47:34 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4167e2ac3bfccae9_d20260903_m124444_c001_v0001176_t0030_u01788439484681") 2026/09/03 12:47:34 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f42185d556fdebf4f_d20260903_m124439_c001_v7007000_t0000_u01788439479786") 2026/09/03 12:47:34 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b153c07_d20260903_m124433_c001_v0001130_t0033_u01788439473143") 2026/09/03 12:47:34 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f42185d556fdebf24_d20260903_m124428_c001_v7007000_t0000_u01788439468266") 2026/09/03 12:47:34 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f404bc4d0f088eb04_d20260903_m124421_c001_v0001174_t0020_u01788439461638") 2026/09/03 12:47:34 DEBUG : dir1/0008-2345678.txtSUFFIX: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4202747ae8af1337_d20260903_m124521_c001_v7007000_t0000_u01788439521861") 2026/09/03 12:47:34 DEBUG : dir1/0008-2345678.txtSUFFIX: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f11954eb796a2e503_d20260903_m124518_c001_v0001179_t0047_u01788439518647") 2026/09/03 12:47:34 DEBUG : dir1/0009-34567: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f419d536a48d9ba93_d20260903_m124539_c001_v7007000_t0000_u01788439539364") 2026/09/03 12:47:34 DEBUG : dir1/0009-34567: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b153ca1_d20260903_m124534_c001_v0001130_t0033_u01788439534480") 2026/09/03 12:47:34 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f425ec331807332f1_d20260903_m124640_c001_v7007000_t0000_u01788439600695") 2026/09/03 12:47:34 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b153d1d_d20260903_m124633_c001_v0001130_t0033_u01788439593842") 2026/09/03 12:47:34 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f425ec33180731b62_d20260903_m124628_c001_v7007000_t0000_u01788439588677") 2026/09/03 12:47:34 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b153d01_d20260903_m124621_c001_v0001130_t0033_u01788439581788") 2026/09/03 12:47:34 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f425ec33180731b49_d20260903_m124616_c001_v7007000_t0000_u01788439576616") 2026/09/03 12:47:34 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b153ce7_d20260903_m124609_c001_v0001130_t0033_u01788439569340") 2026/09/03 12:47:34 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f422adc4bae2b14b4_d20260903_m124604_c001_v7007000_t0000_u01788439564144") 2026/09/03 12:47:34 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b153cd5_d20260903_m124557_c001_v0001130_t0033_u01788439557123") 2026/09/03 12:47:34 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f422adc4bae2b1467_d20260903_m124551_c001_v7007000_t0000_u01788439551937") 2026/09/03 12:47:34 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b153cb9_d20260903_m124544_c001_v0001130_t0033_u01788439544566") 2026/09/03 12:47:34 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4051c0a98ce29362_d20260903_m124534_c001_v7007000_t0000_u01788439534892") 2026/09/03 12:47:35 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4167e2ac3bfccb87_d20260903_m124530_c001_v0001176_t0030_u01788439530946") 2026/09/03 12:47:35 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4051c0a98ce29356_d20260903_m124525_c001_v7007000_t0000_u01788439525686") 2026/09/03 12:47:35 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4167e2ac3bfccb75_d20260903_m124521_c001_v0001176_t0030_u01788439521261") 2026/09/03 12:47:35 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f404393dd69063980_d20260903_m124519_c001_v7007000_t0000_u01788439519571") 2026/09/03 12:47:35 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b153c75_d20260903_m124515_c001_v0001130_t0033_u01788439515214") 2026/09/03 12:47:35 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f412677dbc3ad5ebe_d20260903_m124510_c001_v7007000_t0000_u01788439510056") 2026/09/03 12:47:35 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b153c5d_d20260903_m124505_c001_v0001130_t0033_u01788439505638") 2026/09/03 12:47:35 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f407006445fe862d6_d20260903_m124503_c001_v7007000_t0000_u01788439503812") 2026/09/03 12:47:35 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f404bc4d0f088ec1e_d20260903_m124459_c001_v0001174_t0020_u01788439499474") 2026/09/03 12:47:35 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4262768aa7faadbc_d20260903_m124450_c001_v7007000_t0000_u01788439490248") 2026/09/03 12:47:35 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b153c29_d20260903_m124444_c001_v0001130_t0033_u01788439484864") 2026/09/03 12:47:35 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f42185d556fdebf50_d20260903_m124439_c001_v7007000_t0000_u01788439479973") 2026/09/03 12:47:35 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f404bc4d0f088eb52_d20260903_m124433_c001_v0001174_t0020_u01788439473326") 2026/09/03 12:47:35 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f42185d556fdebf25_d20260903_m124428_c001_v7007000_t0000_u01788439468447") 2026/09/03 12:47:35 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4167e2ac3bfcca9f_d20260903_m124421_c001_v0001176_t0030_u01788439461824") 2026/09/03 12:47:35 DEBUG : dir1/0009-3456789.txtSUFFIX: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f407006445fe866db_d20260903_m124521_c001_v7007000_t0000_u01788439521904") 2026/09/03 12:47:35 DEBUG : dir1/0009-3456789.txtSUFFIX: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f1167e2ac3bfccb6b_d20260903_m124518_c001_v0001176_t0041_u01788439518745") 2026/09/03 12:47:35 DEBUG : dir1/0010-45678: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f419d536a48d9ba94_d20260903_m124539_c001_v7007000_t0000_u01788439539546") 2026/09/03 12:47:35 DEBUG : dir1/0010-45678: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f404bc4d0f088ed2a_d20260903_m124534_c001_v0001174_t0020_u01788439534494") 2026/09/03 12:47:35 DEBUG : dir1/0010-456789.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f425ec331807332f2_d20260903_m124640_c001_v7007000_t0000_u01788439600876") 2026/09/03 12:47:35 DEBUG : dir1/0010-456789.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f404bc4d0f088eede_d20260903_m124634_c001_v0001174_t0020_u01788439594025") 2026/09/03 12:47:35 DEBUG : dir1/0010-456789.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f425ec33180731b63_d20260903_m124628_c001_v7007000_t0000_u01788439588859") 2026/09/03 12:47:36 DEBUG : dir1/0010-456789.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f404bc4d0f088ee88_d20260903_m124621_c001_v0001174_t0020_u01788439581974") 2026/09/03 12:47:36 DEBUG : dir1/0010-456789.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f425ec33180731b4a_d20260903_m124616_c001_v7007000_t0000_u01788439576798") 2026/09/03 12:47:36 DEBUG : dir1/0010-456789.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f404bc4d0f088ee26_d20260903_m124609_c001_v0001174_t0020_u01788439569537") 2026/09/03 12:47:36 DEBUG : dir1/0010-456789.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f422adc4bae2b14b5_d20260903_m124604_c001_v7007000_t0000_u01788439564326") 2026/09/03 12:47:36 DEBUG : dir1/0010-456789.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f404bc4d0f088edd8_d20260903_m124557_c001_v0001174_t0020_u01788439557307") 2026/09/03 12:47:36 DEBUG : dir1/0010-456789.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f422adc4bae2b1468_d20260903_m124552_c001_v7007000_t0000_u01788439552120") 2026/09/03 12:47:36 DEBUG : dir1/0010-456789.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f404bc4d0f088ed7c_d20260903_m124544_c001_v0001174_t0020_u01788439544749") 2026/09/03 12:47:36 DEBUG : dir1/0010-456789.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4086babe16ee87e0_d20260903_m124535_c001_v7007000_t0000_u01788439535242") 2026/09/03 12:47:36 DEBUG : dir1/0010-456789.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f41954eb796a2e531_d20260903_m124531_c001_v0001179_t0006_u01788439531129") 2026/09/03 12:47:36 DEBUG : dir1/0010-456789.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4051c0a98ce29357_d20260903_m124525_c001_v7007000_t0000_u01788439525867") 2026/09/03 12:47:36 DEBUG : dir1/0010-456789.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f41954eb796a2e513_d20260903_m124521_c001_v0001179_t0006_u01788439521271") 2026/09/03 12:47:36 DEBUG : dir1/0010-456789.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f412677dbc3ad5ecc_d20260903_m124519_c001_v7007000_t0000_u01788439519558") 2026/09/03 12:47:36 DEBUG : dir1/0010-456789.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4167e2ac3bfccb59_d20260903_m124515_c001_v0001176_t0030_u01788439515397") 2026/09/03 12:47:36 DEBUG : dir1/0010-456789.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f412677dbc3ad5ebf_d20260903_m124510_c001_v7007000_t0000_u01788439510237") 2026/09/03 12:47:36 DEBUG : dir1/0010-456789.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4167e2ac3bfccb49_d20260903_m124505_c001_v0001176_t0030_u01788439505650") 2026/09/03 12:47:36 DEBUG : dir1/0010-456789.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f425ec3318072ff6a_d20260903_m124504_c001_v7007000_t0000_u01788439504006") 2026/09/03 12:47:36 DEBUG : dir1/0010-456789.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f41954eb796a2e4b3_d20260903_m124459_c001_v0001179_t0006_u01788439499661") 2026/09/03 12:47:36 DEBUG : dir1/0010-456789.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f423cbaf4e6d6f143_d20260903_m124450_c001_v7007000_t0000_u01788439490125") 2026/09/03 12:47:36 DEBUG : dir1/0010-456789.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f404bc4d0f088ebac_d20260903_m124445_c001_v0001174_t0020_u01788439485047") 2026/09/03 12:47:36 DEBUG : dir1/0010-456789.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f42185d556fdebf51_d20260903_m124440_c001_v7007000_t0000_u01788439480153") 2026/09/03 12:47:37 DEBUG : dir1/0010-456789.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4167e2ac3bfccac5_d20260903_m124433_c001_v0001176_t0030_u01788439473513") 2026/09/03 12:47:37 DEBUG : dir1/0010-456789.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f42185d556fdebf26_d20260903_m124428_c001_v7007000_t0000_u01788439468628") 2026/09/03 12:47:37 DEBUG : dir1/0010-456789.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b153bf3_d20260903_m124422_c001_v0001130_t0033_u01788439462007") 2026/09/03 12:47:37 DEBUG : dir1/0010-456789.txtSUFFIX: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f40000c264973e25b_d20260903_m124521_c001_v7007000_t0000_u01788439521711") 2026/09/03 12:47:37 DEBUG : dir1/0010-456789.txtSUFFIX: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f1036258c3b153c81_d20260903_m124518_c001_v0001130_t0011_u01788439518835") 2026/09/03 12:47:37 DEBUG : dir1/0011-56789: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f419d536a48d9ba95_d20260903_m124539_c001_v7007000_t0000_u01788439539729") 2026/09/03 12:47:37 DEBUG : dir1/0011-56789: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4167e2ac3bfccb93_d20260903_m124534_c001_v0001176_t0030_u01788439534504") 2026/09/03 12:47:37 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f425ec331807332f3_d20260903_m124641_c001_v7007000_t0000_u01788439601061") 2026/09/03 12:47:37 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4167e2ac3bfccc09_d20260903_m124634_c001_v0001176_t0030_u01788439594210") 2026/09/03 12:47:37 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f425ec33180731b64_d20260903_m124629_c001_v7007000_t0000_u01788439589041") 2026/09/03 12:47:37 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4167e2ac3bfccbeb_d20260903_m124622_c001_v0001176_t0030_u01788439582157") 2026/09/03 12:47:37 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f425ec33180731b4b_d20260903_m124616_c001_v7007000_t0000_u01788439576979") 2026/09/03 12:47:37 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4167e2ac3bfccbd5_d20260903_m124609_c001_v0001176_t0030_u01788439569721") 2026/09/03 12:47:37 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f422adc4bae2b14b7_d20260903_m124604_c001_v7007000_t0000_u01788439564508") 2026/09/03 12:47:37 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4167e2ac3bfccbbd_d20260903_m124557_c001_v0001176_t0030_u01788439557491") 2026/09/03 12:47:37 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f422adc4bae2b146a_d20260903_m124552_c001_v7007000_t0000_u01788439552301") 2026/09/03 12:47:37 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4167e2ac3bfccba5_d20260903_m124544_c001_v0001176_t0030_u01788439544934") 2026/09/03 12:47:37 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4051c0a98ce29363_d20260903_m124535_c001_v7007000_t0000_u01788439535073") 2026/09/03 12:47:37 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b153c97_d20260903_m124531_c001_v0001130_t0033_u01788439531312") 2026/09/03 12:47:37 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4051c0a98ce29358_d20260903_m124526_c001_v7007000_t0000_u01788439526048") 2026/09/03 12:47:37 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b153c8d_d20260903_m124521_c001_v0001130_t0033_u01788439521285") 2026/09/03 12:47:37 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f427008fdc4aa31b2_d20260903_m124519_c001_v7007000_t0000_u01788439519614") 2026/09/03 12:47:37 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f41954eb796a2e4f3_d20260903_m124515_c001_v0001179_t0006_u01788439515580") 2026/09/03 12:47:37 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f412677dbc3ad5ec0_d20260903_m124510_c001_v7007000_t0000_u01788439510419") 2026/09/03 12:47:38 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f41954eb796a2e4d3_d20260903_m124505_c001_v0001179_t0006_u01788439505661") 2026/09/03 12:47:38 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f425ec3318072ff68_d20260903_m124503_c001_v7007000_t0000_u01788439503821") 2026/09/03 12:47:38 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4167e2ac3bfccb2d_d20260903_m124459_c001_v0001176_t0030_u01788439499844") 2026/09/03 12:47:38 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f42185d556fdebf67_d20260903_m124449_c001_v7007000_t0000_u01788439489922") 2026/09/03 12:47:38 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4167e2ac3bfccaeb_d20260903_m124445_c001_v0001176_t0030_u01788439485231") 2026/09/03 12:47:38 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f42185d556fdebf52_d20260903_m124440_c001_v7007000_t0000_u01788439480335") 2026/09/03 12:47:38 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b153c09_d20260903_m124433_c001_v0001130_t0033_u01788439473696") 2026/09/03 12:47:38 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f42185d556fdebf27_d20260903_m124428_c001_v7007000_t0000_u01788439468810") 2026/09/03 12:47:38 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f404bc4d0f088eb0c_d20260903_m124422_c001_v0001174_t0020_u01788439462191") 2026/09/03 12:47:38 DEBUG : dir1/0011-56789;.txtSUFFIX: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4051c0a98ce29343_d20260903_m124522_c001_v7007000_t0000_u01788439522056") 2026/09/03 12:47:38 DEBUG : dir1/0011-56789;.txtSUFFIX: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f104bc4d0f088ecb6_d20260903_m124518_c001_v0001174_t0013_u01788439518847") 2026/09/03 12:47:38 DEBUG : dir1/0012-6789;: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f419d536a48d9ba96_d20260903_m124539_c001_v7007000_t0000_u01788439539911") 2026/09/03 12:47:38 DEBUG : dir1/0012-6789;: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f41954eb796a2e543_d20260903_m124534_c001_v0001179_t0006_u01788439534653") 2026/09/03 12:47:38 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f425ec331807332f4_d20260903_m124641_c001_v7007000_t0000_u01788439601243") 2026/09/03 12:47:38 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f41954eb796a2e60d_d20260903_m124634_c001_v0001179_t0006_u01788439594394") 2026/09/03 12:47:38 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f425ec33180731b65_d20260903_m124629_c001_v7007000_t0000_u01788439589223") 2026/09/03 12:47:38 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f41954eb796a2e5e5_d20260903_m124622_c001_v0001179_t0006_u01788439582342") 2026/09/03 12:47:38 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f425ec33180731b4d_d20260903_m124617_c001_v7007000_t0000_u01788439577160") 2026/09/03 12:47:38 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f41954eb796a2e5a9_d20260903_m124609_c001_v0001179_t0006_u01788439569907") 2026/09/03 12:47:38 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f422adc4bae2b14b9_d20260903_m124604_c001_v7007000_t0000_u01788439564690") 2026/09/03 12:47:39 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f41954eb796a2e581_d20260903_m124557_c001_v0001179_t0006_u01788439557675") 2026/09/03 12:47:39 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f422adc4bae2b146c_d20260903_m124552_c001_v7007000_t0000_u01788439552483") 2026/09/03 12:47:39 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f41954eb796a2e55b_d20260903_m124545_c001_v0001179_t0006_u01788439545119") 2026/09/03 12:47:39 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4051c0a98ce29364_d20260903_m124535_c001_v7007000_t0000_u01788439535254") 2026/09/03 12:47:39 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f404bc4d0f088ed0a_d20260903_m124531_c001_v0001174_t0020_u01788439531496") 2026/09/03 12:47:39 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4051c0a98ce29359_d20260903_m124526_c001_v7007000_t0000_u01788439526229") 2026/09/03 12:47:39 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f404bc4d0f088ecca_d20260903_m124521_c001_v0001174_t0020_u01788439521435") 2026/09/03 12:47:39 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f414e196a1ef10a4e_d20260903_m124519_c001_v7007000_t0000_u01788439519774") 2026/09/03 12:47:39 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f404bc4d0f088ec98_d20260903_m124515_c001_v0001174_t0020_u01788439515763") 2026/09/03 12:47:39 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f412677dbc3ad5ec2_d20260903_m124510_c001_v7007000_t0000_u01788439510601") 2026/09/03 12:47:39 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f404bc4d0f088ec50_d20260903_m124505_c001_v0001174_t0020_u01788439505813") 2026/09/03 12:47:39 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f425ec3318072ff67_d20260903_m124503_c001_v7007000_t0000_u01788439503641") 2026/09/03 12:47:39 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b153c47_d20260903_m124500_c001_v0001130_t0033_u01788439500029") 2026/09/03 12:47:39 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f415147edf74fb157_d20260903_m124450_c001_v7007000_t0000_u01788439490224") 2026/09/03 12:47:39 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b153c2d_d20260903_m124445_c001_v0001130_t0033_u01788439485579") 2026/09/03 12:47:39 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f42185d556fdebf54_d20260903_m124440_c001_v7007000_t0000_u01788439480521") 2026/09/03 12:47:39 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f404bc4d0f088eb5c_d20260903_m124433_c001_v0001174_t0020_u01788439473879") 2026/09/03 12:47:39 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f42185d556fdebf28_d20260903_m124428_c001_v7007000_t0000_u01788439468992") 2026/09/03 12:47:39 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4167e2ac3bfccaa3_d20260903_m124422_c001_v0001176_t0030_u01788439462375") 2026/09/03 12:47:39 DEBUG : dir1/0012-6789;.txtSUFFIX: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4106feb03c0216d1_d20260903_m124521_c001_v7007000_t0000_u01788439521727") 2026/09/03 12:47:39 DEBUG : dir1/0012-6789;.txtSUFFIX: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f11954eb796a2e505_d20260903_m124518_c001_v0001179_t0037_u01788439518856") 2026/09/03 12:47:39 DEBUG : dir1/0013-789;=: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f419d536a48d9ba97_d20260903_m124540_c001_v7007000_t0000_u01788439540094") 2026/09/03 12:47:40 DEBUG : dir1/0013-789;=: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b153ca3_d20260903_m124534_c001_v0001130_t0033_u01788439534663") 2026/09/03 12:47:40 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f425ec331807332f5_d20260903_m124641_c001_v7007000_t0000_u01788439601425") 2026/09/03 12:47:40 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b153d25_d20260903_m124634_c001_v0001130_t0033_u01788439594577") 2026/09/03 12:47:40 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f425ec33180731b66_d20260903_m124629_c001_v7007000_t0000_u01788439589405") 2026/09/03 12:47:40 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b153d03_d20260903_m124622_c001_v0001130_t0033_u01788439582527") 2026/09/03 12:47:40 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f425ec33180731b4e_d20260903_m124617_c001_v7007000_t0000_u01788439577341") 2026/09/03 12:47:40 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b153ceb_d20260903_m124610_c001_v0001130_t0033_u01788439570091") 2026/09/03 12:47:40 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f422adc4bae2b14bb_d20260903_m124604_c001_v7007000_t0000_u01788439564871") 2026/09/03 12:47:40 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b153cdd_d20260903_m124557_c001_v0001130_t0033_u01788439557860") 2026/09/03 12:47:40 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f422adc4bae2b146e_d20260903_m124552_c001_v7007000_t0000_u01788439552665") 2026/09/03 12:47:40 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b153cbd_d20260903_m124545_c001_v0001130_t0033_u01788439545303") 2026/09/03 12:47:40 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4086babe16ee87de_d20260903_m124534_c001_v7007000_t0000_u01788439534882") 2026/09/03 12:47:40 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4167e2ac3bfccb89_d20260903_m124531_c001_v0001176_t0030_u01788439531684") 2026/09/03 12:47:40 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4051c0a98ce2935a_d20260903_m124526_c001_v7007000_t0000_u01788439526410") 2026/09/03 12:47:40 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4167e2ac3bfccb77_d20260903_m124521_c001_v0001176_t0030_u01788439521445") 2026/09/03 12:47:40 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f416b9bff8e3d4bbe_d20260903_m124519_c001_v7007000_t0000_u01788439519581") 2026/09/03 12:47:40 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b153c77_d20260903_m124515_c001_v0001130_t0033_u01788439515948") 2026/09/03 12:47:40 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f412677dbc3ad5ec3_d20260903_m124510_c001_v7007000_t0000_u01788439510783") 2026/09/03 12:47:40 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b153c5f_d20260903_m124505_c001_v0001130_t0033_u01788439505823") 2026/09/03 12:47:40 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f422adc4bae2b0aed_d20260903_m124503_c001_v7007000_t0000_u01788439503960") 2026/09/03 12:47:40 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f404bc4d0f088ec22_d20260903_m124500_c001_v0001174_t0020_u01788439500212") 2026/09/03 12:47:40 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f415147edf74fb155_d20260903_m124449_c001_v7007000_t0000_u01788439489953") 2026/09/03 12:47:41 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f404bc4d0f088ebb4_d20260903_m124445_c001_v0001174_t0020_u01788439485762") 2026/09/03 12:47:41 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f42185d556fdebf55_d20260903_m124440_c001_v7007000_t0000_u01788439480704") 2026/09/03 12:47:41 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4167e2ac3bfccac7_d20260903_m124434_c001_v0001176_t0030_u01788439474064") 2026/09/03 12:47:41 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f42185d556fdebf29_d20260903_m124429_c001_v7007000_t0000_u01788439469173") 2026/09/03 12:47:41 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b153bf5_d20260903_m124422_c001_v0001130_t0033_u01788439462559") 2026/09/03 12:47:41 DEBUG : dir1/0013-789;=.txtSUFFIX: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4051c0a98ce29342_d20260903_m124521_c001_v7007000_t0000_u01788439521871") 2026/09/03 12:47:41 DEBUG : dir1/0013-789;=.txtSUFFIX: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f1167e2ac3bfccb6d_d20260903_m124518_c001_v0001176_t0039_u01788439518964") 2026/09/03 12:47:41 DEBUG : dir1/0014-89;=.: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f419d536a48d9ba98_d20260903_m124540_c001_v7007000_t0000_u01788439540280") 2026/09/03 12:47:41 DEBUG : dir1/0014-89;=.: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f404bc4d0f088ed2e_d20260903_m124534_c001_v0001174_t0020_u01788439534679") 2026/09/03 12:47:41 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f425ec331807332f6_d20260903_m124641_c001_v7007000_t0000_u01788439601607") 2026/09/03 12:47:41 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f404bc4d0f088eee2_d20260903_m124634_c001_v0001174_t0020_u01788439594760") 2026/09/03 12:47:41 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f425ec33180731b67_d20260903_m124629_c001_v7007000_t0000_u01788439589586") 2026/09/03 12:47:41 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f404bc4d0f088ee96_d20260903_m124622_c001_v0001174_t0020_u01788439582712") 2026/09/03 12:47:41 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f425ec33180731b4f_d20260903_m124617_c001_v7007000_t0000_u01788439577527") 2026/09/03 12:47:41 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f404bc4d0f088ee2a_d20260903_m124610_c001_v0001174_t0020_u01788439570277") 2026/09/03 12:47:41 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f422adc4bae2b14bc_d20260903_m124605_c001_v7007000_t0000_u01788439565053") 2026/09/03 12:47:41 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f404bc4d0f088ede2_d20260903_m124558_c001_v0001174_t0020_u01788439558045") 2026/09/03 12:47:41 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f422adc4bae2b146f_d20260903_m124552_c001_v7007000_t0000_u01788439552846") 2026/09/03 12:47:41 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f404bc4d0f088ed7e_d20260903_m124545_c001_v0001174_t0020_u01788439545485") 2026/09/03 12:47:41 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f415147edf74fb178_d20260903_m124535_c001_v7007000_t0000_u01788439535083") 2026/09/03 12:47:41 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f41954eb796a2e535_d20260903_m124531_c001_v0001179_t0006_u01788439531867") 2026/09/03 12:47:41 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4051c0a98ce2935b_d20260903_m124526_c001_v7007000_t0000_u01788439526592") 2026/09/03 12:47:42 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f41954eb796a2e515_d20260903_m124521_c001_v0001179_t0006_u01788439521456") 2026/09/03 12:47:42 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f414e196a1ef10a4c_d20260903_m124519_c001_v7007000_t0000_u01788439519594") 2026/09/03 12:47:42 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4167e2ac3bfccb5b_d20260903_m124516_c001_v0001176_t0030_u01788439516132") 2026/09/03 12:47:42 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f412677dbc3ad5ec4_d20260903_m124510_c001_v7007000_t0000_u01788439510963") 2026/09/03 12:47:42 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4167e2ac3bfccb4b_d20260903_m124505_c001_v0001176_t0030_u01788439505834") 2026/09/03 12:47:42 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f422adc4bae2b0aec_d20260903_m124503_c001_v7007000_t0000_u01788439503791") 2026/09/03 12:47:42 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f41954eb796a2e4b5_d20260903_m124500_c001_v0001179_t0006_u01788439500398") 2026/09/03 12:47:42 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f415147edf74fb158_d20260903_m124450_c001_v7007000_t0000_u01788439490248") 2026/09/03 12:47:42 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4167e2ac3bfccaed_d20260903_m124445_c001_v0001176_t0030_u01788439485946") 2026/09/03 12:47:42 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f42185d556fdebf56_d20260903_m124440_c001_v7007000_t0000_u01788439480886") 2026/09/03 12:47:42 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b153c0d_d20260903_m124434_c001_v0001130_t0033_u01788439474248") 2026/09/03 12:47:42 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f42185d556fdebf2a_d20260903_m124429_c001_v7007000_t0000_u01788439469355") 2026/09/03 12:47:42 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f404bc4d0f088eb14_d20260903_m124422_c001_v0001174_t0020_u01788439462743") 2026/09/03 12:47:42 DEBUG : dir1/0014-89;=.txtSUFFIX: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f417d71d9dca2c78a_d20260903_m124521_c001_v7007000_t0000_u01788439521881") 2026/09/03 12:47:42 DEBUG : dir1/0014-89;=.txtSUFFIX: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f1036258c3b153c83_d20260903_m124519_c001_v0001130_t0008_u01788439519102") 2026/09/03 12:47:42 DEBUG : dir1/0015-9;=.t: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f419d536a48d9ba99_d20260903_m124540_c001_v7007000_t0000_u01788439540462") 2026/09/03 12:47:42 DEBUG : dir1/0015-9;=.t: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4167e2ac3bfccb95_d20260903_m124534_c001_v0001176_t0030_u01788439534688") 2026/09/03 12:47:42 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f425ec331807332f7_d20260903_m124641_c001_v7007000_t0000_u01788439601789") 2026/09/03 12:47:42 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4167e2ac3bfccc0f_d20260903_m124634_c001_v0001176_t0030_u01788439594943") 2026/09/03 12:47:42 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f425ec33180731b68_d20260903_m124629_c001_v7007000_t0000_u01788439589768") 2026/09/03 12:47:42 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4167e2ac3bfccbef_d20260903_m124622_c001_v0001176_t0030_u01788439582894") 2026/09/03 12:47:42 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f425ec33180731b50_d20260903_m124617_c001_v7007000_t0000_u01788439577708") 2026/09/03 12:47:43 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4167e2ac3bfccbd7_d20260903_m124610_c001_v0001176_t0030_u01788439570462") 2026/09/03 12:47:43 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f422adc4bae2b14bd_d20260903_m124605_c001_v7007000_t0000_u01788439565235") 2026/09/03 12:47:43 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4167e2ac3bfccbbf_d20260903_m124558_c001_v0001176_t0030_u01788439558226") 2026/09/03 12:47:43 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f422adc4bae2b1471_d20260903_m124553_c001_v7007000_t0000_u01788439553029") 2026/09/03 12:47:43 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4167e2ac3bfccba7_d20260903_m124545_c001_v0001176_t0030_u01788439545670") 2026/09/03 12:47:43 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f419d536a48d9ba84_d20260903_m124535_c001_v7007000_t0000_u01788439535106") 2026/09/03 12:47:43 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b153c99_d20260903_m124532_c001_v0001130_t0033_u01788439532049") 2026/09/03 12:47:43 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4051c0a98ce2935d_d20260903_m124526_c001_v7007000_t0000_u01788439526773") 2026/09/03 12:47:43 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b153c8f_d20260903_m124521_c001_v0001130_t0033_u01788439521470") 2026/09/03 12:47:43 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4248bf7d6b8018a8_d20260903_m124519_c001_v7007000_t0000_u01788439519597") 2026/09/03 12:47:43 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f41954eb796a2e4f5_d20260903_m124516_c001_v0001179_t0006_u01788439516316") 2026/09/03 12:47:43 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f412677dbc3ad5ec5_d20260903_m124511_c001_v7007000_t0000_u01788439511145") 2026/09/03 12:47:43 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f41954eb796a2e4d5_d20260903_m124505_c001_v0001179_t0006_u01788439505845") 2026/09/03 12:47:43 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f417d71d9dca2c394_d20260903_m124504_c001_v7007000_t0000_u01788439504020") 2026/09/03 12:47:43 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4167e2ac3bfccb31_d20260903_m124500_c001_v0001176_t0030_u01788439500582") 2026/09/03 12:47:43 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f404ee08fbff7e54c_d20260903_m124449_c001_v7007000_t0000_u01788439489964") 2026/09/03 12:47:43 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b153c2f_d20260903_m124446_c001_v0001130_t0033_u01788439486129") 2026/09/03 12:47:43 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f42185d556fdebf57_d20260903_m124441_c001_v7007000_t0000_u01788439481069") 2026/09/03 12:47:43 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f404bc4d0f088eb62_d20260903_m124434_c001_v0001174_t0020_u01788439474431") 2026/09/03 12:47:44 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f42185d556fdebf2b_d20260903_m124429_c001_v7007000_t0000_u01788439469536") 2026/09/03 12:47:44 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4167e2ac3bfccaa7_d20260903_m124422_c001_v0001176_t0030_u01788439462929") 2026/09/03 12:47:44 DEBUG : dir1/0015-9;=.txtSUFFIX: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f40000c264973e25c_d20260903_m124521_c001_v7007000_t0000_u01788439521893") 2026/09/03 12:47:44 DEBUG : dir1/0015-9;=.txtSUFFIX: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f41954eb796a2e507_d20260903_m124519_c001_v0001179_t0006_u01788439519130") 2026/09/03 12:47:44 DEBUG : dir1/MDAwMC1hYmNkZWZnLnR4dA==: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f422adc4bae2b0acc_d20260903_m124452_c001_v7007000_t0000_u01788439492730") 2026/09/03 12:47:44 DEBUG : dir1/MDAwMC1hYmNkZWZnLnR4dA==: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f104bc4d0f088ebcc_d20260903_m124448_c001_v0001174_t0001_u01788439488131") 2026/09/03 12:47:44 DEBUG : dir1/MDAwMS1iY2RlZmdoLnR4dA==: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f422adc4bae2b0acd_d20260903_m124452_c001_v7007000_t0000_u01788439492985") 2026/09/03 12:47:44 DEBUG : dir1/MDAwMS1iY2RlZmdoLnR4dA==: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f1167e2ac3bfccaf3_d20260903_m124448_c001_v0001176_t0016_u01788439488122") 2026/09/03 12:47:44 DEBUG : dir1/MDAwMi1jZGVmZ2hpLnR4dA==: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f422adc4bae2b0ace_d20260903_m124453_c001_v7007000_t0000_u01788439493165") 2026/09/03 12:47:44 DEBUG : dir1/MDAwMi1jZGVmZ2hpLnR4dA==: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f1036258c3b153c35_d20260903_m124448_c001_v0001130_t0030_u01788439488204") 2026/09/03 12:47:44 DEBUG : dir1/MDAwMy1kZWZnaGlqLnR4dA==: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f422adc4bae2b0acf_d20260903_m124453_c001_v7007000_t0000_u01788439493346") 2026/09/03 12:47:44 DEBUG : dir1/MDAwMy1kZWZnaGlqLnR4dA==: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f1167e2ac3bfccaf5_d20260903_m124448_c001_v0001176_t0007_u01788439488469") 2026/09/03 12:47:44 DEBUG : dir1/MDAwNC1lZmdoaWprLnR4dA==: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f422adc4bae2b0ad0_d20260903_m124453_c001_v7007000_t0000_u01788439493527") 2026/09/03 12:47:44 DEBUG : dir1/MDAwNC1lZmdoaWprLnR4dA==: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f104bc4d0f088ebd0_d20260903_m124448_c001_v0001174_t0056_u01788439488487") 2026/09/03 12:47:44 DEBUG : dir1/MDAwNS1mZ2hpamtsLnR4dA==: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f422adc4bae2b0ad1_d20260903_m124453_c001_v7007000_t0000_u01788439493709") 2026/09/03 12:47:44 DEBUG : dir1/MDAwNS1mZ2hpamtsLnR4dA==: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f11954eb796a2e487_d20260903_m124448_c001_v0001179_t0017_u01788439488664") 2026/09/03 12:47:44 DEBUG : dir1/MDAwNi1naGlqa2xtLnR4dA==: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f422adc4bae2b0ad2_d20260903_m124453_c001_v7007000_t0000_u01788439493890") 2026/09/03 12:47:44 DEBUG : dir1/MDAwNi1naGlqa2xtLnR4dA==: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f1036258c3b153c37_d20260903_m124448_c001_v0001130_t0026_u01788439488676") 2026/09/03 12:47:44 DEBUG : dir1/MDAwNy0xMjM0NTY3LnR4dA==: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f422adc4bae2b0ad3_d20260903_m124454_c001_v7007000_t0000_u01788439494072") 2026/09/03 12:47:44 DEBUG : dir1/MDAwNy0xMjM0NTY3LnR4dA==: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f1167e2ac3bfccaf7_d20260903_m124448_c001_v0001176_t0036_u01788439488696") 2026/09/03 12:47:45 DEBUG : dir1/MDAwOC0yMzQ1Njc4LnR4dA==: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f422adc4bae2b0ad4_d20260903_m124454_c001_v7007000_t0000_u01788439494255") 2026/09/03 12:47:45 DEBUG : dir1/MDAwOC0yMzQ1Njc4LnR4dA==: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f104bc4d0f088ebd8_d20260903_m124448_c001_v0001174_t0049_u01788439488782") 2026/09/03 12:47:45 DEBUG : dir1/MDAwOS0zNDU2Nzg5LnR4dA==: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f422adc4bae2b0ad5_d20260903_m124454_c001_v7007000_t0000_u01788439494455") 2026/09/03 12:47:45 DEBUG : dir1/MDAwOS0zNDU2Nzg5LnR4dA==: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f11954eb796a2e48b_d20260903_m124448_c001_v0001179_t0018_u01788439488880") 2026/09/03 12:47:45 DEBUG : dir1/MDAxMC00NTY3ODkudHh0: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f422adc4bae2b0ad6_d20260903_m124454_c001_v7007000_t0000_u01788439494636") 2026/09/03 12:47:45 DEBUG : dir1/MDAxMC00NTY3ODkudHh0: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f1167e2ac3bfccaf9_d20260903_m124448_c001_v0001176_t0023_u01788439488917") 2026/09/03 12:47:45 DEBUG : dir1/MDAxMS01Njc4OTsudHh0: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f422adc4bae2b0ad7_d20260903_m124454_c001_v7007000_t0000_u01788439494817") 2026/09/03 12:47:45 DEBUG : dir1/MDAxMS01Njc4OTsudHh0: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f11954eb796a2e48f_d20260903_m124449_c001_v0001179_t0032_u01788439489100") 2026/09/03 12:47:45 DEBUG : dir1/MDAxMi02Nzg5Oy50eHQ=: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f422adc4bae2b0ad8_d20260903_m124454_c001_v7007000_t0000_u01788439494998") 2026/09/03 12:47:45 DEBUG : dir1/MDAxMi02Nzg5Oy50eHQ=: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f1167e2ac3bfccafb_d20260903_m124449_c001_v0001176_t0022_u01788439489159") 2026/09/03 12:47:45 DEBUG : dir1/MDAxMy03ODk7PS50eHQ=: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f422adc4bae2b0ad9_d20260903_m124455_c001_v7007000_t0000_u01788439495179") 2026/09/03 12:47:45 DEBUG : dir1/MDAxMy03ODk7PS50eHQ=: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f104bc4d0f088ebde_d20260903_m124449_c001_v0001174_t0041_u01788439489225") 2026/09/03 12:47:45 DEBUG : dir1/MDAxNC04OTs9LnR4dA==: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f422adc4bae2b0ada_d20260903_m124455_c001_v7007000_t0000_u01788439495360") 2026/09/03 12:47:45 DEBUG : dir1/MDAxNC04OTs9LnR4dA==: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f11954eb796a2e493_d20260903_m124449_c001_v0001179_t0009_u01788439489331") 2026/09/03 12:47:45 DEBUG : dir1/MDAxNS05Oz0udHh0: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f422adc4bae2b0adb_d20260903_m124455_c001_v7007000_t0000_u01788439495541") 2026/09/03 12:47:45 DEBUG : dir1/MDAxNS05Oz0udHh0: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4167e2ac3bfccafd_d20260903_m124449_c001_v0001176_t0030_u01788439489375") 2026/09/03 12:47:45 DEBUG : dir1/PREFIX0000-abcdefg.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f422adc4bae2b0b01_d20260903_m124506_c001_v7007000_t0000_u01788439506266") 2026/09/03 12:47:45 DEBUG : dir1/PREFIX0000-abcdefg.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f11954eb796a2e4bd_d20260903_m124502_c001_v0001179_t0049_u01788439502416") 2026/09/03 12:47:45 DEBUG : dir1/PREFIX0001-bcdefgh.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f412677dbc3ad5eae_d20260903_m124506_c001_v7007000_t0000_u01788439506062") 2026/09/03 12:47:45 DEBUG : dir1/PREFIX0001-bcdefgh.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f104bc4d0f088ec36_d20260903_m124502_c001_v0001174_t0013_u01788439502405") 2026/09/03 12:47:45 DEBUG : dir1/PREFIX0002-cdefghi.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4113b6c006f85d4a_d20260903_m124506_c001_v7007000_t0000_u01788439506101") 2026/09/03 12:47:45 DEBUG : dir1/PREFIX0002-cdefghi.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f1167e2ac3bfccb37_d20260903_m124502_c001_v0001176_t0055_u01788439502426") 2026/09/03 12:47:45 DEBUG : dir1/PREFIX0003-defghij.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f40196966996c531d_d20260903_m124506_c001_v7007000_t0000_u01788439506280") 2026/09/03 12:47:45 DEBUG : dir1/PREFIX0003-defghij.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f1036258c3b153c4f_d20260903_m124502_c001_v0001130_t0020_u01788439502586") 2026/09/03 12:47:46 DEBUG : dir1/PREFIX0004-efghijk.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4113b6c006f85d4b_d20260903_m124506_c001_v7007000_t0000_u01788439506292") 2026/09/03 12:47:46 DEBUG : dir1/PREFIX0004-efghijk.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f11954eb796a2e4bf_d20260903_m124502_c001_v0001179_t0022_u01788439502635") 2026/09/03 12:47:46 DEBUG : dir1/PREFIX0005-fghijkl.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f422adc4bae2b0b03_d20260903_m124506_c001_v7007000_t0000_u01788439506395") 2026/09/03 12:47:46 DEBUG : dir1/PREFIX0005-fghijkl.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f1167e2ac3bfccb39_d20260903_m124502_c001_v0001176_t0011_u01788439502674") 2026/09/03 12:47:46 DEBUG : dir1/PREFIX0006-ghijklm.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f404ee08fbff7e555_d20260903_m124506_c001_v7007000_t0000_u01788439506039") 2026/09/03 12:47:46 DEBUG : dir1/PREFIX0006-ghijklm.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f104bc4d0f088ec38_d20260903_m124502_c001_v0001174_t0046_u01788439502706") 2026/09/03 12:47:46 DEBUG : dir1/PREFIX0007-1234567.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f40196966996c531c_d20260903_m124506_c001_v7007000_t0000_u01788439506094") 2026/09/03 12:47:46 DEBUG : dir1/PREFIX0007-1234567.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f11954eb796a2e4c1_d20260903_m124502_c001_v0001179_t0053_u01788439502854") 2026/09/03 12:47:46 DEBUG : dir1/PREFIX0008-2345678.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4097edb6108b57cc_d20260903_m124506_c001_v7007000_t0000_u01788439506052") 2026/09/03 12:47:46 DEBUG : dir1/PREFIX0008-2345678.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f1036258c3b153c53_d20260903_m124502_c001_v0001130_t0021_u01788439502891") 2026/09/03 12:47:46 DEBUG : dir1/PREFIX0009-3456789.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4097edb6108b57cd_d20260903_m124506_c001_v7007000_t0000_u01788439506233") 2026/09/03 12:47:46 DEBUG : dir1/PREFIX0009-3456789.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f1167e2ac3bfccb3b_d20260903_m124502_c001_v0001176_t0053_u01788439502902") 2026/09/03 12:47:46 DEBUG : dir1/PREFIX0010-456789.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f404ee08fbff7e557_d20260903_m124506_c001_v7007000_t0000_u01788439506407") 2026/09/03 12:47:46 DEBUG : dir1/PREFIX0010-456789.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f104bc4d0f088ec3c_d20260903_m124502_c001_v0001174_t0036_u01788439502978") 2026/09/03 12:47:46 DEBUG : dir1/PREFIX0011-56789;.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4097edb6108b57ce_d20260903_m124506_c001_v7007000_t0000_u01788439506419") 2026/09/03 12:47:46 DEBUG : dir1/PREFIX0011-56789;.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f11954eb796a2e4c3_d20260903_m124503_c001_v0001179_t0057_u01788439503123") 2026/09/03 12:47:46 DEBUG : dir1/PREFIX0012-6789;.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f412677dbc3ad5eb0_d20260903_m124506_c001_v7007000_t0000_u01788439506431") 2026/09/03 12:47:46 DEBUG : dir1/PREFIX0012-6789;.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f1167e2ac3bfccb3f_d20260903_m124503_c001_v0001176_t0051_u01788439503133") 2026/09/03 12:47:46 DEBUG : dir1/PREFIX0013-789;=.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4086babe16ee7ff4_d20260903_m124506_c001_v7007000_t0000_u01788439506075") 2026/09/03 12:47:46 DEBUG : dir1/PREFIX0013-789;=.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f1036258c3b153c55_d20260903_m124503_c001_v0001130_t0008_u01788439503220") 2026/09/03 12:47:47 DEBUG : dir1/PREFIX0014-89;=.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f422adc4bae2b0b00_d20260903_m124506_c001_v7007000_t0000_u01788439506212") 2026/09/03 12:47:47 DEBUG : dir1/PREFIX0014-89;=.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f1167e2ac3bfccb41_d20260903_m124503_c001_v0001176_t0017_u01788439503358") 2026/09/03 12:47:47 DEBUG : dir1/PREFIX0015-9;=.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f412677dbc3ad5eaf_d20260903_m124506_c001_v7007000_t0000_u01788439506244") 2026/09/03 12:47:47 DEBUG : dir1/PREFIX0015-9;=.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f41954eb796a2e4c5_d20260903_m124503_c001_v0001179_t0006_u01788439503413") 2026/09/03 12:47:47 DEBUG : dst/one: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f423cbaf4e6d6f10d_d20260903_m124328_c001_v7007000_t0000_u01788439408191") 2026/09/03 12:47:47 DEBUG : dst/one: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f406eeb67b9af2847_d20260903_m124326_c001_v0001098_t0004_u01788439406477") 2026/09/03 12:47:47 DEBUG : dst/one: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f417fc692ceb1ac4a_d20260903_m124326_c001_v7007000_t0000_u01788439406295") 2026/09/03 12:47:47 DEBUG : dst/one: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f406eeb67b9af2841_d20260903_m124324_c001_v0001098_t0004_u01788439404041") 2026/09/03 12:47:47 DEBUG : dst/one: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f417fc692ceb1ac47_d20260903_m124323_c001_v7007000_t0000_u01788439403177") 2026/09/03 12:47:47 DEBUG : dst/one: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b153ad7_d20260903_m124319_c001_v0001130_t0033_u01788439399662") 2026/09/03 12:47:47 DEBUG : dst/one: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f423cbaf4e6d6f106_d20260903_m124318_c001_v7007000_t0000_u01788439398096") 2026/09/03 12:47:47 DEBUG : dst/one: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f41406c7ed8170205_d20260903_m124316_c001_v0001146_t0049_u01788439396376") 2026/09/03 12:47:47 DEBUG : dst/one: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f413a4e154d9e5ff9_d20260903_m124316_c001_v7007000_t0000_u01788439396193") 2026/09/03 12:47:47 DEBUG : dst/one: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f41406c7ed81701fd_d20260903_m124313_c001_v0001146_t0049_u01788439393928") 2026/09/03 12:47:47 DEBUG : dst/one: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f413a4e154d9e5ff0_d20260903_m124313_c001_v7007000_t0000_u01788439393184") 2026/09/03 12:47:47 DEBUG : dst/one: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b153ac5_d20260903_m124309_c001_v0001130_t0033_u01788439389683") 2026/09/03 12:47:47 DEBUG : dst/one: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f423cbaf4e6d6f100_d20260903_m124308_c001_v7007000_t0000_u01788439388767") 2026/09/03 12:47:47 DEBUG : dst/one: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f402dd9538e0643a4_d20260903_m124307_c001_v0001134_t0015_u01788439387547") 2026/09/03 12:47:47 DEBUG : dst/one: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f423cbaf4e6d6f0fc_d20260903_m124307_c001_v7007000_t0000_u01788439387310") 2026/09/03 12:47:47 DEBUG : dst/one: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f402dd9538e06439c_d20260903_m124305_c001_v0001134_t0015_u01788439385426") 2026/09/03 12:47:47 DEBUG : dst/one: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f423cbaf4e6d6f0fa_d20260903_m124304_c001_v7007000_t0000_u01788439384704") 2026/09/03 12:47:47 DEBUG : dst/one: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b153aa7_d20260903_m124301_c001_v0001130_t0033_u01788439381756") 2026/09/03 12:47:48 DEBUG : dst/one: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f423cbaf4e6d6f0f8_d20260903_m124301_c001_v7007000_t0000_u01788439381205") 2026/09/03 12:47:48 DEBUG : dst/one: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f41361c8cc0ef0145_d20260903_m124259_c001_v0001134_t0007_u01788439379727") 2026/09/03 12:47:48 DEBUG : dst/one: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f416b9bff8e3d4af8_d20260903_m124259_c001_v7007000_t0000_u01788439379545") 2026/09/03 12:47:48 DEBUG : dst/one: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f41361c8cc0ef013f_d20260903_m124256_c001_v0001134_t0007_u01788439376926") 2026/09/03 12:47:48 DEBUG : dst/one: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f416b9bff8e3d4af1_d20260903_m124256_c001_v7007000_t0000_u01788439376204") 2026/09/03 12:47:48 DEBUG : dst/one: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b153a91_d20260903_m124251_c001_v0001130_t0033_u01788439371053") 2026/09/03 12:47:48 DEBUG : dst/one: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f40307053da88d2ba_d20260903_m124250_c001_v7007000_t0000_u01788439370499") 2026/09/03 12:47:48 DEBUG : dst/one: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4154d02f604a5d6e_d20260903_m124248_c001_v0001117_t0010_u01788439368966") 2026/09/03 12:47:48 DEBUG : dst/one: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f412677dbc3ad5da6_d20260903_m124248_c001_v7007000_t0000_u01788439368783") 2026/09/03 12:47:48 DEBUG : dst/one: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4154d02f604a5d6a_d20260903_m124246_c001_v0001117_t0010_u01788439366166") 2026/09/03 12:47:48 DEBUG : dst/one: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f412677dbc3ad5d72_d20260903_m124245_c001_v7007000_t0000_u01788439365440") 2026/09/03 12:47:48 DEBUG : dst/one: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b153a77_d20260903_m124240_c001_v0001130_t0033_u01788439360244") 2026/09/03 12:47:48 DEBUG : dst/one: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f414e196a1ef109d2_d20260903_m124239_c001_v7007000_t0000_u01788439359698") 2026/09/03 12:47:48 DEBUG : dst/one: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4021f8f2d4861ca0_d20260903_m124238_c001_v0001137_t0009_u01788439358230") 2026/09/03 12:47:48 DEBUG : dst/one: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f427008fdc4aa2d51_d20260903_m124238_c001_v7007000_t0000_u01788439358049") 2026/09/03 12:47:48 DEBUG : dst/one: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4021f8f2d4861c98_d20260903_m124235_c001_v0001137_t0009_u01788439355467") 2026/09/03 12:47:48 DEBUG : dst/one: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f427008fdc4aa2d4f_d20260903_m124234_c001_v7007000_t0000_u01788439354749") 2026/09/03 12:47:48 DEBUG : dst/one: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b153a59_d20260903_m124229_c001_v0001130_t0033_u01788439349616") 2026/09/03 12:47:48 DEBUG : dst/one: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4262768aa7faad36_d20260903_m124226_c001_v7007000_t0000_u01788439346357") 2026/09/03 12:47:48 DEBUG : dst/one: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f400537972d324989_d20260903_m124221_c001_v0001173_t0032_u01788439341698") 2026/09/03 12:47:48 DEBUG : dst/one: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f419d536a48d982bf_d20260903_m124221_c001_v7007000_t0000_u01788439341499") 2026/09/03 12:47:48 DEBUG : dst/one: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f417605ac8c51be4f_d20260903_m124217_c001_v0001178_t0057_u01788439337630") 2026/09/03 12:47:49 DEBUG : dst/one: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4021f8f2d4861c72_d20260903_m124216_c001_v0001137_t0038_u01788439336907") 2026/09/03 12:47:49 DEBUG : dst/one: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4021f8f2d4861c70_d20260903_m124215_c001_v0001137_t0038_u01788439335989") 2026/09/03 12:47:49 DEBUG : dst/one: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f423cbaf4e6d6f0d2_d20260903_m124202_c001_v7007000_t0000_u01788439322983") 2026/09/03 12:47:49 DEBUG : dst/one: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b153a03_d20260903_m124156_c001_v0001130_t0033_u01788439316925") 2026/09/03 12:47:49 DEBUG : dst/one: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f416e2f8825d32b7d_d20260903_m124156_c001_v0001183_t0001_u01788439316191") 2026/09/03 12:47:49 DEBUG : dst/one: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f416e2f8825d32b73_d20260903_m124155_c001_v0001183_t0001_u01788439315268") 2026/09/03 12:47:49 DEBUG : dst/one-2019-01-01: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f423cbaf4e6d6f10e_d20260903_m124328_c001_v7007000_t0000_u01788439408373") 2026/09/03 12:47:49 DEBUG : dst/one-2019-01-01: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f40504ed399b3b8ef_d20260903_m124326_c001_v0001179_t0002_u01788439406110") 2026/09/03 12:47:49 DEBUG : dst/one-2019-01-01: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f412b53a0747568a3_d20260903_m124322_c001_v0001174_t0022_u01788439402992") 2026/09/03 12:47:49 DEBUG : dst/one.bak: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f423cbaf4e6d6f107_d20260903_m124318_c001_v7007000_t0000_u01788439398278") 2026/09/03 12:47:49 DEBUG : dst/one.bak: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f416e2f8825d32cc9_d20260903_m124315_c001_v0001183_t0012_u01788439395987") 2026/09/03 12:47:49 DEBUG : dst/one.bak: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f41184c3ddd9883ee_d20260903_m124312_c001_v0001181_t0006_u01788439392999") 2026/09/03 12:47:49 DEBUG : dst/one.bak: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f423cbaf4e6d6f101_d20260903_m124308_c001_v7007000_t0000_u01788439388950") 2026/09/03 12:47:49 DEBUG : dst/one.bak: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4072004b6303df6c_d20260903_m124307_c001_v0001109_t0034_u01788439387125") 2026/09/03 12:47:49 DEBUG : dst/one.bak: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f415b87b56e7c8e31_d20260903_m124304_c001_v0001174_t0056_u01788439384517") 2026/09/03 12:47:49 DEBUG : dst/three: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4262768aa7faad37_d20260903_m124226_c001_v7007000_t0000_u01788439346539") 2026/09/03 12:47:49 DEBUG : dst/three: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4021f8f2d4861c84_d20260903_m124225_c001_v0001137_t0038_u01788439345057") 2026/09/03 12:47:49 DEBUG : dst/three-2019-01-01.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f423cbaf4e6d6f10f_d20260903_m124328_c001_v7007000_t0000_u01788439408555") 2026/09/03 12:47:49 DEBUG : dst/three-2019-01-01.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4022a1187e486413_d20260903_m124327_c001_v0001154_t0012_u01788439407216") 2026/09/03 12:47:49 DEBUG : dst/three-2019-01-01.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f417744cc73fbc8f6_d20260903_m124324_c001_v0001174_t0038_u01788439404783") 2026/09/03 12:47:50 DEBUG : dst/three.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f423cbaf4e6d6f110_d20260903_m124328_c001_v7007000_t0000_u01788439408738") 2026/09/03 12:47:50 DEBUG : dst/three.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f406eeb67b9af284b_d20260903_m124327_c001_v0001098_t0004_u01788439407616") 2026/09/03 12:47:50 DEBUG : dst/three.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f417fc692ceb1ac4c_d20260903_m124327_c001_v7007000_t0000_u01788439407433") 2026/09/03 12:47:50 DEBUG : dst/three.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f406eeb67b9af2843_d20260903_m124325_c001_v0001098_t0004_u01788439405152") 2026/09/03 12:47:50 DEBUG : dst/three.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f417fc692ceb1ac49_d20260903_m124324_c001_v7007000_t0000_u01788439404970") 2026/09/03 12:47:50 DEBUG : dst/three.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b153adb_d20260903_m124320_c001_v0001130_t0033_u01788439400027") 2026/09/03 12:47:50 DEBUG : dst/three.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f423cbaf4e6d6f108_d20260903_m124318_c001_v7007000_t0000_u01788439398571") 2026/09/03 12:47:50 DEBUG : dst/three.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f41406c7ed8170209_d20260903_m124317_c001_v0001146_t0049_u01788439397522") 2026/09/03 12:47:50 DEBUG : dst/three.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f413a4e154d9e5ffd_d20260903_m124317_c001_v7007000_t0000_u01788439397339") 2026/09/03 12:47:50 DEBUG : dst/three.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f41406c7ed81701ff_d20260903_m124315_c001_v0001146_t0049_u01788439395045") 2026/09/03 12:47:50 DEBUG : dst/three.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f413a4e154d9e5ff6_d20260903_m124314_c001_v7007000_t0000_u01788439394862") 2026/09/03 12:47:50 DEBUG : dst/three.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b153ac9_d20260903_m124310_c001_v0001130_t0033_u01788439390051") 2026/09/03 12:47:50 DEBUG : dst/three.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f423cbaf4e6d6f0fe_d20260903_m124308_c001_v7007000_t0000_u01788439388107") 2026/09/03 12:47:50 DEBUG : dst/three.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b153ab3_d20260903_m124306_c001_v0001130_t0033_u01788439386361") 2026/09/03 12:47:50 DEBUG : dst/three.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f423cbaf4e6d6f0fb_d20260903_m124305_c001_v7007000_t0000_u01788439385992") 2026/09/03 12:47:50 DEBUG : dst/three.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b153aab_d20260903_m124302_c001_v0001130_t0033_u01788439382122") 2026/09/03 12:47:50 DEBUG : dst/three.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f416b9bff8e3d4af9_d20260903_m124300_c001_v7007000_t0000_u01788439380289") 2026/09/03 12:47:50 DEBUG : dst/three.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b153aa3_d20260903_m124258_c001_v0001130_t0033_u01788439378597") 2026/09/03 12:47:50 DEBUG : dst/three.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f416b9bff8e3d4af4_d20260903_m124257_c001_v7007000_t0000_u01788439377498") 2026/09/03 12:47:50 DEBUG : dst/three.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b153a95_d20260903_m124251_c001_v0001130_t0033_u01788439371420") 2026/09/03 12:47:50 DEBUG : dst/three.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f412677dbc3ad5db2_d20260903_m124249_c001_v7007000_t0000_u01788439369574") 2026/09/03 12:47:50 DEBUG : dst/three.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b153a85_d20260903_m124247_c001_v0001130_t0033_u01788439367828") 2026/09/03 12:47:50 DEBUG : dst/three.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f412677dbc3ad5d86_d20260903_m124246_c001_v7007000_t0000_u01788439366736") 2026/09/03 12:47:51 DEBUG : dst/three.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b153a7d_d20260903_m124240_c001_v0001130_t0033_u01788439360670") 2026/09/03 12:47:51 DEBUG : dst/three.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f427008fdc4aa2d52_d20260903_m124238_c001_v7007000_t0000_u01788439358789") 2026/09/03 12:47:51 DEBUG : dst/three.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b153a73_d20260903_m124237_c001_v0001130_t0033_u01788439357107") 2026/09/03 12:47:51 DEBUG : dst/three.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f427008fdc4aa2d50_d20260903_m124236_c001_v7007000_t0000_u01788439356029") 2026/09/03 12:47:51 DEBUG : dst/three.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b153a5d_d20260903_m124229_c001_v0001130_t0033_u01788439349978") 2026/09/03 12:47:51 DEBUG : dst/three.txt.bak: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f423cbaf4e6d6f109_d20260903_m124318_c001_v7007000_t0000_u01788439398754") 2026/09/03 12:47:51 DEBUG : dst/three.txt.bak: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f415b87b56e7c8eeb_d20260903_m124317_c001_v0001174_t0021_u01788439397155") 2026/09/03 12:47:51 DEBUG : dst/three.txt.bak: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f408c458703aaed5e_d20260903_m124314_c001_v0001185_t0015_u01788439394674") 2026/09/03 12:47:51 DEBUG : dst/three.txt.bak: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f423cbaf4e6d6f102_d20260903_m124309_c001_v7007000_t0000_u01788439389132") 2026/09/03 12:47:51 DEBUG : dst/three.txt.bak: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4024405dfdd99707_d20260903_m124307_c001_v0001105_t0039_u01788439387923") 2026/09/03 12:47:51 DEBUG : dst/three.txt.bak: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f414d71fe3eda55ab_d20260903_m124305_c001_v0001171_t0010_u01788439385806") 2026/09/03 12:47:51 DEBUG : dst/two: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f423cbaf4e6d6f111_d20260903_m124328_c001_v7007000_t0000_u01788439408920") 2026/09/03 12:47:51 DEBUG : dst/two: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b153ad9_d20260903_m124319_c001_v0001130_t0033_u01788439399845") 2026/09/03 12:47:51 DEBUG : dst/two: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f423cbaf4e6d6f10a_d20260903_m124318_c001_v7007000_t0000_u01788439398937") 2026/09/03 12:47:51 DEBUG : dst/two: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b153ac7_d20260903_m124309_c001_v0001130_t0033_u01788439389867") 2026/09/03 12:47:51 DEBUG : dst/two: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f423cbaf4e6d6f103_d20260903_m124309_c001_v7007000_t0000_u01788439389314") 2026/09/03 12:47:51 DEBUG : dst/two: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b153aa9_d20260903_m124301_c001_v0001130_t0033_u01788439381940") 2026/09/03 12:47:51 DEBUG : dst/two: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f423cbaf4e6d6f0f9_d20260903_m124301_c001_v7007000_t0000_u01788439381389") 2026/09/03 12:47:51 DEBUG : dst/two: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b153a93_d20260903_m124251_c001_v0001130_t0033_u01788439371236") 2026/09/03 12:47:52 DEBUG : dst/two: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f40307053da88d2bb_d20260903_m124250_c001_v7007000_t0000_u01788439370683") 2026/09/03 12:47:52 DEBUG : dst/two: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b153a79_d20260903_m124240_c001_v0001130_t0033_u01788439360428") 2026/09/03 12:47:52 DEBUG : dst/two: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f414e196a1ef109d3_d20260903_m124239_c001_v7007000_t0000_u01788439359879") 2026/09/03 12:47:52 DEBUG : dst/two: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b153a5b_d20260903_m124229_c001_v0001130_t0033_u01788439349797") 2026/09/03 12:47:52 DEBUG : dst/two: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4262768aa7faad38_d20260903_m124226_c001_v7007000_t0000_u01788439346720") 2026/09/03 12:47:52 DEBUG : dst/two: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4124c46079ccc126_d20260903_m124222_c001_v0001173_t0053_u01788439342830") 2026/09/03 12:47:52 DEBUG : dst/two: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f423cbaf4e6d6f0d3_d20260903_m124203_c001_v7007000_t0000_u01788439323179") 2026/09/03 12:47:52 DEBUG : dst/two: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f416e2f8825d32b99_d20260903_m124202_c001_v0001183_t0001_u01788439322082") 2026/09/03 12:47:52 DEBUG : empty space: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f425ec3318072fe7d_d20260903_m124129_c001_v7007000_t0000_u01788439289163") 2026/09/03 12:47:52 DEBUG : empty space: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b1539bb_d20260903_m124125_c001_v0001130_t0033_u01788439285991") 2026/09/03 12:47:52 DEBUG : empty space: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f425ec3318072fe73_d20260903_m124124_c001_v7007000_t0000_u01788439284137") 2026/09/03 12:47:52 DEBUG : empty space: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f417605ac8c51bddd_d20260903_m124115_c001_v0001178_t0057_u01788439275493") 2026/09/03 12:47:52 DEBUG : empty space: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f425ec3318072fe49_d20260903_m124106_c001_v7007000_t0000_u01788439266831") 2026/09/03 12:47:52 DEBUG : empty space: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b153983_d20260903_m124104_c001_v0001130_t0033_u01788439264060") 2026/09/03 12:47:52 DEBUG : empty space: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f418576a6787bbbaf_d20260903_m124046_c001_v7007000_t0000_u01788439246599") 2026/09/03 12:47:52 DEBUG : empty space: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b153943_d20260903_m124044_c001_v0001130_t0033_u01788439244820") 2026/09/03 12:47:52 DEBUG : empty space: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f418576a6787bbba2_d20260903_m124043_c001_v7007000_t0000_u01788439243917") 2026/09/03 12:47:52 DEBUG : empty space: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b15393b_d20260903_m124042_c001_v0001130_t0033_u01788439242809") 2026/09/03 12:47:52 DEBUG : empty space: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f418576a6787bbb8f_d20260903_m124040_c001_v7007000_t0000_u01788439240180") 2026/09/03 12:47:52 DEBUG : empty space: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b153929_d20260903_m124038_c001_v0001130_t0033_u01788439238212") 2026/09/03 12:47:52 DEBUG : empty space: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f418576a6787bbb82_d20260903_m124037_c001_v7007000_t0000_u01788439237481") 2026/09/03 12:47:52 DEBUG : empty space: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b15391d_d20260903_m124036_c001_v0001130_t0033_u01788439236261") 2026/09/03 12:47:52 DEBUG : empty space: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f417fc692ceb1abb7_d20260903_m124030_c001_v7007000_t0000_u01788439230393") 2026/09/03 12:47:52 DEBUG : empty space: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b153903_d20260903_m124028_c001_v0001130_t0033_u01788439228806") 2026/09/03 12:47:53 DEBUG : empty space: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f417fc692ceb1abad_d20260903_m124028_c001_v7007000_t0000_u01788439228079") 2026/09/03 12:47:53 DEBUG : empty space: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b1538fd_d20260903_m124027_c001_v0001130_t0033_u01788439227347") 2026/09/03 12:47:53 DEBUG : empty space: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f417fc692ceb1aba7_d20260903_m124023_c001_v7007000_t0000_u01788439223489") 2026/09/03 12:47:53 DEBUG : empty space: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b1538e3_d20260903_m124022_c001_v0001130_t0033_u01788439222094") 2026/09/03 12:47:53 DEBUG : empty space: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f417d71d9dca2c1e8_d20260903_m124020_c001_v7007000_t0000_u01788439220276") 2026/09/03 12:47:53 DEBUG : empty space: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b1538d9_d20260903_m124019_c001_v0001130_t0033_u01788439219378") 2026/09/03 12:47:53 DEBUG : empty space: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f417d71d9dca2c1e7_d20260903_m124019_c001_v7007000_t0000_u01788439219020") 2026/09/03 12:47:53 DEBUG : empty space: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4113d06cf4555ffd_d20260903_m124018_c001_v0001115_t0021_u01788439218371") 2026/09/03 12:47:53 DEBUG : empty space: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b1538d3_d20260903_m124016_c001_v0001130_t0033_u01788439216866") 2026/09/03 12:47:53 DEBUG : enormous: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f418576a6787bbbac_d20260903_m124045_c001_v7007000_t0000_u01788439245867") 2026/09/03 12:47:53 DEBUG : enormous: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f1036258c3b153945_d20260903_m124045_c001_v0001130_t0012_u01788439245002") 2026/09/03 12:47:53 DEBUG : existing: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f423cbaf4e6d6f113_d20260903_m124332_c001_v7007000_t0000_u01788439412655") 2026/09/03 12:47:53 DEBUG : existing: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b153af9_d20260903_m124331_c001_v0001130_t0033_u01788439411522") 2026/09/03 12:47:53 DEBUG : existing: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f425ec3318072fe3e_d20260903_m124102_c001_v7007000_t0000_u01788439262754") 2026/09/03 12:47:53 DEBUG : existing: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f417605ac8c51bdbb_d20260903_m124101_c001_v0001178_t0057_u01788439261832") 2026/09/03 12:47:53 DEBUG : existing: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f417d71d9dca2c1e0_d20260903_m124013_c001_v7007000_t0000_u01788439213984") 2026/09/03 12:47:53 DEBUG : existing: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b1538c3_d20260903_m124013_c001_v0001130_t0033_u01788439213088") 2026/09/03 12:47:53 DEBUG : existing: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f417d71d9dca2c1df_d20260903_m124012_c001_v7007000_t0000_u01788439212552") 2026/09/03 12:47:53 DEBUG : existing: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b1538bd_d20260903_m124012_c001_v0001130_t0033_u01788439212013") 2026/09/03 12:47:53 DEBUG : existing: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b1538bb_d20260903_m124011_c001_v0001130_t0033_u01788439211288") 2026/09/03 12:47:54 DEBUG : existing-b: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f425ec3318072fe40_d20260903_m124102_c001_v7007000_t0000_u01788439262934") 2026/09/03 12:47:54 DEBUG : existing-b: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b15397f_d20260903_m124101_c001_v0001130_t0033_u01788439261844") 2026/09/03 12:47:54 DEBUG : file1: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4248bf7d6b801085_d20260903_m124412_c001_v7007000_t0000_u01788439452129") 2026/09/03 12:47:54 DEBUG : file1: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f404bc4d0f088eac7_d20260903_m124411_c001_v0001174_t0020_u01788439451004") 2026/09/03 12:47:54 DEBUG : file1: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4248bf7d6b80107c_d20260903_m124409_c001_v7007000_t0000_u01788439449711") 2026/09/03 12:47:54 DEBUG : file1: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4167e2ac3bfcca85_d20260903_m124408_c001_v0001176_t0030_u01788439448378") 2026/09/03 12:47:54 DEBUG : five: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f418576a6787bbbbc_d20260903_m124049_c001_v7007000_t0000_u01788439249947") 2026/09/03 12:47:54 DEBUG : five: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b153957_d20260903_m124048_c001_v0001130_t0033_u01788439248068") 2026/09/03 12:47:54 DEBUG : foo: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f417fc692ceb1aba2_d20260903_m124021_c001_v7007000_t0000_u01788439221733") 2026/09/03 12:47:54 DEBUG : foo: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b1538e1_d20260903_m124021_c001_v0001130_t0033_u01788439221187") 2026/09/03 12:47:54 DEBUG : foo: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b1538db_d20260903_m124020_c001_v0001130_t0033_u01788439220633") 2026/09/03 12:47:54 DEBUG : four: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f418576a6787bbbbe_d20260903_m124050_c001_v7007000_t0000_u01788439250129") 2026/09/03 12:47:54 DEBUG : four: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f417c777a4fbaed8b_d20260903_m124048_c001_v0001092_t0022_u01788439248631") 2026/09/03 12:47:54 DEBUG : four: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b153953_d20260903_m124047_c001_v0001130_t0033_u01788439247516") 2026/09/03 12:47:54 DEBUG : hello world2: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4051c0a98ce288d0_d20260903_m123933_c001_v7007000_t0000_u01788439173572") 2026/09/03 12:47:54 DEBUG : hello world2: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b153841_d20260903_m123933_c001_v0001130_t0033_u01788439173026") 2026/09/03 12:47:54 DEBUG : ignore-size: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f417d71d9dca2c1de_d20260903_m124010_c001_v7007000_t0000_u01788439210929") 2026/09/03 12:47:54 DEBUG : ignore-size: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b1538b7_d20260903_m124010_c001_v0001130_t0033_u01788439210034") 2026/09/03 12:47:54 DEBUG : nested/sub dir/file: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f425ec3318072fe39_d20260903_m124101_c001_v7007000_t0000_u01788439261106") 2026/09/03 12:47:54 DEBUG : nested/sub dir/file: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b153979_d20260903_m124100_c001_v0001130_t0033_u01788439260557") 2026/09/03 12:47:55 DEBUG : nested/sub dir/file: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f418576a6787bbbe2_d20260903_m124059_c001_v7007000_t0000_u01788439259808") 2026/09/03 12:47:55 DEBUG : nested/sub dir/file: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f417605ac8c51bdb3_d20260903_m124059_c001_v0001178_t0057_u01788439259029") 2026/09/03 12:47:55 DEBUG : one: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f418576a6787bbbc0_d20260903_m124050_c001_v7007000_t0000_u01788439250311") 2026/09/03 12:47:55 DEBUG : one: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b15394d_d20260903_m124046_c001_v0001130_t0033_u01788439246967") 2026/09/03 12:47:55 DEBUG : only0: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4248bf7d6b80105b_d20260903_m124403_c001_v7007000_t0000_u01788439443902") 2026/09/03 12:47:55 DEBUG : only0: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4120a940ae4476dc_d20260903_m124359_c001_v0001134_t0050_u01788439439525") 2026/09/03 12:47:55 DEBUG : only0: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b153b6b_d20260903_m124350_c001_v0001130_t0033_u01788439430247") 2026/09/03 12:47:55 DEBUG : only0: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f407006445fe8626a_d20260903_m124345_c001_v7007000_t0000_u01788439425062") 2026/09/03 12:47:55 DEBUG : only0: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b153b05_d20260903_m124336_c001_v0001130_t0033_u01788439416045") 2026/09/03 12:47:55 DEBUG : only1: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4248bf7d6b80105d_d20260903_m124404_c001_v7007000_t0000_u01788439444084") 2026/09/03 12:47:55 DEBUG : only1: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f404bc4d0f088ea93_d20260903_m124358_c001_v0001174_t0020_u01788439438982") 2026/09/03 12:47:55 DEBUG : only1: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b153b6f_d20260903_m124350_c001_v0001130_t0033_u01788439430618") 2026/09/03 12:47:55 DEBUG : only1: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f417fc692ceb1ac61_d20260903_m124345_c001_v7007000_t0000_u01788439425212") 2026/09/03 12:47:55 DEBUG : only1: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b153b0b_d20260903_m124336_c001_v0001130_t0033_u01788439416408") 2026/09/03 12:47:55 DEBUG : only10: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4248bf7d6b80105e_d20260903_m124404_c001_v7007000_t0000_u01788439444265") 2026/09/03 12:47:55 DEBUG : only10: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b153bd1_d20260903_m124359_c001_v0001130_t0033_u01788439439376") 2026/09/03 12:47:55 DEBUG : only10: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b153b97_d20260903_m124354_c001_v0001130_t0033_u01788439434023") 2026/09/03 12:47:55 DEBUG : only10: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f416b9bff8e3d4b30_d20260903_m124344_c001_v7007000_t0000_u01788439424680") 2026/09/03 12:47:55 DEBUG : only10: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b153b33_d20260903_m124339_c001_v0001130_t0033_u01788439419718") 2026/09/03 12:47:55 DEBUG : only11: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4248bf7d6b801060_d20260903_m124404_c001_v7007000_t0000_u01788439444476") 2026/09/03 12:47:56 DEBUG : only11: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f404bc4d0f088ea9d_d20260903_m124359_c001_v0001174_t0020_u01788439439538") 2026/09/03 12:47:56 DEBUG : only11: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b153b9f_d20260903_m124354_c001_v0001130_t0033_u01788439434387") 2026/09/03 12:47:56 DEBUG : only11: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f417fc692ceb1ac60_d20260903_m124345_c001_v7007000_t0000_u01788439425030") 2026/09/03 12:47:56 DEBUG : only11: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b153b37_d20260903_m124340_c001_v0001130_t0033_u01788439420099") 2026/09/03 12:47:56 DEBUG : only12: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4248bf7d6b801061_d20260903_m124404_c001_v7007000_t0000_u01788439444659") 2026/09/03 12:47:56 DEBUG : only12: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4167e2ac3bfcca63_d20260903_m124358_c001_v0001176_t0030_u01788439438980") 2026/09/03 12:47:56 DEBUG : only12: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b153ba3_d20260903_m124354_c001_v0001130_t0033_u01788439434752") 2026/09/03 12:47:56 DEBUG : only12: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f417fc692ceb1ac5a_d20260903_m124344_c001_v7007000_t0000_u01788439424115") 2026/09/03 12:47:56 DEBUG : only12: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b153b3b_d20260903_m124340_c001_v0001130_t0033_u01788439420464") 2026/09/03 12:47:56 DEBUG : only13: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4248bf7d6b801063_d20260903_m124404_c001_v7007000_t0000_u01788439444840") 2026/09/03 12:47:56 DEBUG : only13: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b153bc7_d20260903_m124358_c001_v0001130_t0033_u01788439438044") 2026/09/03 12:47:56 DEBUG : only13: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b153ba7_d20260903_m124355_c001_v0001130_t0033_u01788439435119") 2026/09/03 12:47:56 DEBUG : only13: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f407006445fe86267_d20260903_m124344_c001_v7007000_t0000_u01788439424693") 2026/09/03 12:47:56 DEBUG : only13: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b153b3f_d20260903_m124340_c001_v0001130_t0033_u01788439420829") 2026/09/03 12:47:56 DEBUG : only14: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4248bf7d6b801064_d20260903_m124405_c001_v7007000_t0000_u01788439445021") 2026/09/03 12:47:56 DEBUG : only14: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4120a940ae4476d0_d20260903_m124358_c001_v0001134_t0050_u01788439438602") 2026/09/03 12:47:56 DEBUG : only14: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b153bad_d20260903_m124355_c001_v0001130_t0033_u01788439435484") 2026/09/03 12:47:56 DEBUG : only14: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f417fc692ceb1ac5c_d20260903_m124344_c001_v7007000_t0000_u01788439424297") 2026/09/03 12:47:56 DEBUG : only14: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b153b43_d20260903_m124341_c001_v0001130_t0033_u01788439421192") 2026/09/03 12:47:56 DEBUG : only15: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4248bf7d6b801065_d20260903_m124405_c001_v7007000_t0000_u01788439445203") 2026/09/03 12:47:56 DEBUG : only15: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f404bc4d0f088ea8f_d20260903_m124358_c001_v0001174_t0020_u01788439438789") 2026/09/03 12:47:56 DEBUG : only15: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b153bb3_d20260903_m124355_c001_v0001130_t0033_u01788439435858") 2026/09/03 12:47:57 DEBUG : only15: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f417fc692ceb1ac5f_d20260903_m124344_c001_v7007000_t0000_u01788439424840") 2026/09/03 12:47:57 DEBUG : only15: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b153b47_d20260903_m124341_c001_v0001130_t0033_u01788439421557") 2026/09/03 12:47:57 DEBUG : only16: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4248bf7d6b801066_d20260903_m124405_c001_v7007000_t0000_u01788439445384") 2026/09/03 12:47:57 DEBUG : only16: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b153bc9_d20260903_m124358_c001_v0001130_t0033_u01788439438620") 2026/09/03 12:47:57 DEBUG : only16: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b153bb7_d20260903_m124356_c001_v0001130_t0033_u01788439436223") 2026/09/03 12:47:57 DEBUG : only16: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f417fc692ceb1ac5d_d20260903_m124344_c001_v7007000_t0000_u01788439424478") 2026/09/03 12:47:57 DEBUG : only16: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b153b4b_d20260903_m124341_c001_v0001130_t0033_u01788439421923") 2026/09/03 12:47:58 DEBUG : only17: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4248bf7d6b801068_d20260903_m124405_c001_v7007000_t0000_u01788439445566") 2026/09/03 12:47:58 DEBUG : only17: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4120a940ae4476d2_d20260903_m124358_c001_v0001134_t0050_u01788439438787") 2026/09/03 12:47:58 DEBUG : only17: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b153bbb_d20260903_m124356_c001_v0001130_t0033_u01788439436589") 2026/09/03 12:47:58 DEBUG : only17: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4106feb03c021666_d20260903_m124344_c001_v7007000_t0000_u01788439424852") 2026/09/03 12:47:58 DEBUG : only17: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b153b4f_d20260903_m124342_c001_v0001130_t0033_u01788439422287") 2026/09/03 12:47:58 DEBUG : only18: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4248bf7d6b801069_d20260903_m124405_c001_v7007000_t0000_u01788439445753") 2026/09/03 12:47:58 DEBUG : only18: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b153bcb_d20260903_m124358_c001_v0001130_t0033_u01788439438802") 2026/09/03 12:47:58 DEBUG : only18: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b153bbf_d20260903_m124356_c001_v0001130_t0033_u01788439436955") 2026/09/03 12:47:58 DEBUG : only18: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4106feb03c021663_d20260903_m124344_c001_v7007000_t0000_u01788439424485") 2026/09/03 12:47:58 DEBUG : only18: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b153b57_d20260903_m124342_c001_v0001130_t0033_u01788439422668") 2026/09/03 12:47:58 DEBUG : only19: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4248bf7d6b80106a_d20260903_m124405_c001_v7007000_t0000_u01788439445934") 2026/09/03 12:47:58 DEBUG : only19: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4120a940ae4476d4_d20260903_m124358_c001_v0001134_t0050_u01788439438970") 2026/09/03 12:47:58 DEBUG : only19: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b153bc3_d20260903_m124357_c001_v0001130_t0033_u01788439437320") 2026/09/03 12:47:58 DEBUG : only19: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f416b9bff8e3d4b31_d20260903_m124344_c001_v7007000_t0000_u01788439424862") 2026/09/03 12:47:58 DEBUG : only19: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b153b5b_d20260903_m124343_c001_v0001130_t0033_u01788439423034") 2026/09/03 12:47:58 DEBUG : only2: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4248bf7d6b80106c_d20260903_m124406_c001_v7007000_t0000_u01788439446119") 2026/09/03 12:47:58 DEBUG : only2: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b153bcd_d20260903_m124358_c001_v0001130_t0033_u01788439438992") 2026/09/03 12:47:58 DEBUG : only2: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b153b73_d20260903_m124350_c001_v0001130_t0033_u01788439430985") 2026/09/03 12:47:58 DEBUG : only2: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f416b9bff8e3d4b2f_d20260903_m124344_c001_v7007000_t0000_u01788439424495") 2026/09/03 12:47:58 DEBUG : only2: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b153b11_d20260903_m124336_c001_v0001130_t0033_u01788439416772") 2026/09/03 12:47:58 DEBUG : only3: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4248bf7d6b80106d_d20260903_m124406_c001_v7007000_t0000_u01788439446301") 2026/09/03 12:47:58 DEBUG : only3: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4120a940ae4476d6_d20260903_m124359_c001_v0001134_t0050_u01788439439157") 2026/09/03 12:47:58 DEBUG : only3: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b153b77_d20260903_m124351_c001_v0001130_t0033_u01788439431351") 2026/09/03 12:47:58 DEBUG : only3: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4106feb03c021667_d20260903_m124345_c001_v7007000_t0000_u01788439425040") 2026/09/03 12:47:58 DEBUG : only3: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b153b15_d20260903_m124337_c001_v0001130_t0033_u01788439417135") 2026/09/03 12:47:58 DEBUG : only4: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4248bf7d6b80106f_d20260903_m124406_c001_v7007000_t0000_u01788439446484") 2026/09/03 12:47:58 DEBUG : only4: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f404bc4d0f088ea95_d20260903_m124359_c001_v0001174_t0020_u01788439439168") 2026/09/03 12:47:58 DEBUG : only4: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b153b7d_d20260903_m124351_c001_v0001130_t0033_u01788439431717") 2026/09/03 12:47:59 DEBUG : only4: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f407006445fe86266_d20260903_m124344_c001_v7007000_t0000_u01788439424512") 2026/09/03 12:47:59 DEBUG : only4: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b153b19_d20260903_m124337_c001_v0001130_t0033_u01788439417499") 2026/09/03 12:47:59 DEBUG : only5: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4248bf7d6b801070_d20260903_m124406_c001_v7007000_t0000_u01788439446666") 2026/09/03 12:47:59 DEBUG : only5: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4167e2ac3bfcca65_d20260903_m124359_c001_v0001176_t0030_u01788439439178") 2026/09/03 12:47:59 DEBUG : only5: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b153b81_d20260903_m124352_c001_v0001130_t0033_u01788439432086") 2026/09/03 12:47:59 DEBUG : only5: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f417fc692ceb1ac5e_d20260903_m124344_c001_v7007000_t0000_u01788439424659") 2026/09/03 12:47:59 DEBUG : only5: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b153b1d_d20260903_m124337_c001_v0001130_t0033_u01788439417866") 2026/09/03 12:47:59 DEBUG : only6: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4248bf7d6b801072_d20260903_m124406_c001_v7007000_t0000_u01788439446849") 2026/09/03 12:47:59 DEBUG : only6: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b153bcf_d20260903_m124359_c001_v0001130_t0033_u01788439439188") 2026/09/03 12:47:59 DEBUG : only6: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b153b85_d20260903_m124352_c001_v0001130_t0033_u01788439432450") 2026/09/03 12:47:59 DEBUG : only6: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f416b9bff8e3d4b32_d20260903_m124345_c001_v7007000_t0000_u01788439425050") 2026/09/03 12:47:59 DEBUG : only6: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b153b21_d20260903_m124338_c001_v0001130_t0033_u01788439418232") 2026/09/03 12:47:59 DEBUG : only7: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4248bf7d6b801073_d20260903_m124407_c001_v7007000_t0000_u01788439447031") 2026/09/03 12:47:59 DEBUG : only7: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4120a940ae4476da_d20260903_m124359_c001_v0001134_t0050_u01788439439343") 2026/09/03 12:47:59 DEBUG : only7: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b153b89_d20260903_m124352_c001_v0001130_t0033_u01788439432817") 2026/09/03 12:47:59 DEBUG : only7: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4106feb03c021665_d20260903_m124344_c001_v7007000_t0000_u01788439424669") 2026/09/03 12:47:59 DEBUG : only7: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b153b25_d20260903_m124338_c001_v0001130_t0033_u01788439418597") 2026/09/03 12:47:59 DEBUG : only8: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4248bf7d6b801075_d20260903_m124407_c001_v7007000_t0000_u01788439447212") 2026/09/03 12:47:59 DEBUG : only8: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f404bc4d0f088ea99_d20260903_m124359_c001_v0001174_t0020_u01788439439355") 2026/09/03 12:47:59 DEBUG : only8: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b153b8d_d20260903_m124353_c001_v0001130_t0033_u01788439433186") 2026/09/03 12:47:59 DEBUG : only8: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f407006445fe86269_d20260903_m124344_c001_v7007000_t0000_u01788439424874") 2026/09/03 12:48:00 DEBUG : only8: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b153b29_d20260903_m124338_c001_v0001130_t0033_u01788439418988") 2026/09/03 12:48:00 DEBUG : only9: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4248bf7d6b801076_d20260903_m124407_c001_v7007000_t0000_u01788439447394") 2026/09/03 12:48:00 DEBUG : only9: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4167e2ac3bfcca67_d20260903_m124359_c001_v0001176_t0030_u01788439439366") 2026/09/03 12:48:00 DEBUG : only9: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b153b91_d20260903_m124353_c001_v0001130_t0033_u01788439433659") 2026/09/03 12:48:00 DEBUG : only9: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4106feb03c021668_d20260903_m124345_c001_v7007000_t0000_u01788439425222") 2026/09/03 12:48:00 DEBUG : only9: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b153b2d_d20260903_m124339_c001_v0001130_t0033_u01788439419352") 2026/09/03 12:48:00 DEBUG : potato: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f418576a6787bbbdb_d20260903_m124057_c001_v7007000_t0000_u01788439257915") 2026/09/03 12:48:00 DEBUG : potato: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f417605ac8c51bda7_d20260903_m124056_c001_v0001178_t0057_u01788439256214") 2026/09/03 12:48:00 DEBUG : potato: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f418576a6787bbbd5_d20260903_m124055_c001_v7007000_t0000_u01788439255481") 2026/09/03 12:48:00 DEBUG : potato: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b153969_d20260903_m124053_c001_v0001130_t0033_u01788439253987") 2026/09/03 12:48:00 DEBUG : potato: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f418576a6787bbbcb_d20260903_m124053_c001_v7007000_t0000_u01788439253255") 2026/09/03 12:48:00 DEBUG : potato: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f417605ac8c51bd99_d20260903_m124051_c001_v0001178_t0057_u01788439251238") 2026/09/03 12:48:00 DEBUG : potato: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f418576a6787bbb98_d20260903_m124041_c001_v7007000_t0000_u01788439241829") 2026/09/03 12:48:00 DEBUG : potato: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b15392f_d20260903_m124040_c001_v0001130_t0033_u01788439240728") 2026/09/03 12:48:00 DEBUG : potato: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f418576a6787bbb86_d20260903_m124038_c001_v7007000_t0000_u01788439238762") 2026/09/03 12:48:00 DEBUG : potato: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b153925_d20260903_m124038_c001_v0001130_t0033_u01788439238030") 2026/09/03 12:48:00 DEBUG : potato: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f418576a6787bbb80_d20260903_m124036_c001_v7007000_t0000_u01788439236816") 2026/09/03 12:48:00 DEBUG : potato: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b15391b_d20260903_m124036_c001_v0001130_t0033_u01788439236077") 2026/09/03 12:48:00 DEBUG : potato: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f417fc692ceb1abb1_d20260903_m124029_c001_v7007000_t0000_u01788439229845") 2026/09/03 12:48:00 DEBUG : potato: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b153901_d20260903_m124028_c001_v0001130_t0033_u01788439228622") 2026/09/03 12:48:00 DEBUG : potato: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f417fc692ceb1abae_d20260903_m124028_c001_v7007000_t0000_u01788439228261") 2026/09/03 12:48:01 DEBUG : potato: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b1538fb_d20260903_m124027_c001_v0001130_t0033_u01788439227163") 2026/09/03 12:48:01 DEBUG : potato: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f417fc692ceb1abab_d20260903_m124026_c001_v7007000_t0000_u01788439226723") 2026/09/03 12:48:01 DEBUG : potato: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b1538f9_d20260903_m124026_c001_v0001130_t0033_u01788439226174") 2026/09/03 12:48:01 DEBUG : potato: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b1538f5_d20260903_m124025_c001_v0001130_t0033_u01788439225626") 2026/09/03 12:48:01 DEBUG : potato: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f417fc692ceb1abaa_d20260903_m124025_c001_v7007000_t0000_u01788439225265") 2026/09/03 12:48:01 DEBUG : potato: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b1538f1_d20260903_m124024_c001_v0001130_t0033_u01788439224717") 2026/09/03 12:48:01 DEBUG : potato: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f1036258c3b1538ed_d20260903_m124024_c001_v0001130_t0009_u01788439224032") 2026/09/03 12:48:01 DEBUG : potato: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f417fc692ceb1aba8_d20260903_m124023_c001_v7007000_t0000_u01788439223670") 2026/09/03 12:48:01 DEBUG : potato: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f1036258c3b1538e5_d20260903_m124022_c001_v0001130_t0052_u01788439222652") 2026/09/03 12:48:01 DEBUG : potato2: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f40000c264973d83c_d20260903_m124138_c001_v7007000_t0000_u01788439298466") 2026/09/03 12:48:01 DEBUG : potato2: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f1036258c3b1539dd_d20260903_m124137_c001_v0001130_t0057_u01788439297654") 2026/09/03 12:48:01 DEBUG : potato2: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f425ec3318072fe7f_d20260903_m124129_c001_v7007000_t0000_u01788439289428") 2026/09/03 12:48:01 DEBUG : potato2: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f117605ac8c51bde5_d20260903_m124125_c001_v0001178_t0023_u01788439285404") 2026/09/03 12:48:01 DEBUG : potato2: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f425ec3318072fe65_d20260903_m124118_c001_v7007000_t0000_u01788439278608") 2026/09/03 12:48:01 DEBUG : potato2: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f1036258c3b15399b_d20260903_m124114_c001_v0001130_t0046_u01788439274541") 2026/09/03 12:48:01 DEBUG : potato2: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f425ec3318072fe4c_d20260903_m124107_c001_v7007000_t0000_u01788439267632") 2026/09/03 12:48:01 DEBUG : potato2: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f117605ac8c51bdc1_d20260903_m124103_c001_v0001178_t0019_u01788439263844") 2026/09/03 12:48:01 DEBUG : potato2: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f418576a6787bbbab_d20260903_m124045_c001_v7007000_t0000_u01788439245686") 2026/09/03 12:48:01 DEBUG : potato2: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f1036258c3b15393f_d20260903_m124044_c001_v0001130_t0038_u01788439244463") 2026/09/03 12:48:01 DEBUG : potato2: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f418576a6787bbba4_d20260903_m124044_c001_v7007000_t0000_u01788439244100") 2026/09/03 12:48:01 DEBUG : potato2: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f1036258c3b153939_d20260903_m124042_c001_v0001130_t0053_u01788439242377") 2026/09/03 12:48:01 DEBUG : potato2: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f418576a6787bbb99_d20260903_m124042_c001_v7007000_t0000_u01788439242012") 2026/09/03 12:48:01 DEBUG : potato2: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b153933_d20260903_m124041_c001_v0001130_t0033_u01788439241280") 2026/09/03 12:48:02 DEBUG : potato2: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f418576a6787bbb91_d20260903_m124040_c001_v7007000_t0000_u01788439240362") 2026/09/03 12:48:02 DEBUG : potato2: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f1036258c3b15392b_d20260903_m124039_c001_v0001130_t0034_u01788439239129") 2026/09/03 12:48:02 DEBUG : potato2: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f418576a6787bbb83_d20260903_m124037_c001_v7007000_t0000_u01788439237665") 2026/09/03 12:48:02 DEBUG : potato2: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f1036258c3b15391f_d20260903_m124036_c001_v0001130_t0014_u01788439236825") 2026/09/03 12:48:02 DEBUG : potato2: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f417fc692ceb1abb8_d20260903_m124030_c001_v7007000_t0000_u01788439230693") 2026/09/03 12:48:02 DEBUG : potato2: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f1036258c3b153905_d20260903_m124029_c001_v0001130_t0051_u01788439229357") 2026/09/03 12:48:02 DEBUG : potato2: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4051c0a98ce288d2_d20260903_m123936_c001_v7007000_t0000_u01788439176106") 2026/09/03 12:48:02 DEBUG : potato2: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b153849_d20260903_m123935_c001_v0001130_t0033_u01788439175561") 2026/09/03 12:48:02 DEBUG : potato2: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4051c0a98ce288d1_d20260903_m123934_c001_v7007000_t0000_u01788439174658") 2026/09/03 12:48:02 DEBUG : potato2: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b153845_d20260903_m123934_c001_v0001130_t0033_u01788439174112") 2026/09/03 12:48:02 DEBUG : potato3: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f425ec3318072fe81_d20260903_m124129_c001_v7007000_t0000_u01788439289680") 2026/09/03 12:48:02 DEBUG : potato3: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f117605ac8c51bde7_d20260903_m124126_c001_v0001178_t0014_u01788439286175") 2026/09/03 12:48:02 DEBUG : potato3: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f425ec3318072fe67_d20260903_m124118_c001_v7007000_t0000_u01788439278851") 2026/09/03 12:48:02 DEBUG : potato3: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f1036258c3b15399d_d20260903_m124115_c001_v0001130_t0017_u01788439275679") 2026/09/03 12:48:02 DEBUG : potato3: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f425ec3318072fe4d_d20260903_m124107_c001_v7007000_t0000_u01788439267913") 2026/09/03 12:48:02 DEBUG : potato3: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f117605ac8c51bdc3_d20260903_m124104_c001_v0001178_t0003_u01788439264244") 2026/09/03 12:48:02 DEBUG : pre-dest1/1: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4262768aa7faad1c_d20260903_m124211_c001_v7007000_t0000_u01788439331613") 2026/09/03 12:48:02 DEBUG : pre-dest1/1: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f417605ac8c51be31_d20260903_m124203_c001_v0001178_t0057_u01788439323904") 2026/09/03 12:48:02 DEBUG : pre-dest2/2: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4262768aa7faad1e_d20260903_m124211_c001_v7007000_t0000_u01788439331795") 2026/09/03 12:48:02 DEBUG : pre-dest2/2: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b153a1b_d20260903_m124204_c001_v0001130_t0033_u01788439324444") 2026/09/03 12:48:03 DEBUG : rclone-sync-test-ignore-file/.ignore: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f423cbaf4e6d6f0c2_d20260903_m124151_c001_v7007000_t0000_u01788439311230") 2026/09/03 12:48:03 DEBUG : rclone-sync-test-ignore-file/.ignore: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f117605ac8c51be15_d20260903_m124147_c001_v0001178_t0033_u01788439307330") 2026/09/03 12:48:03 DEBUG : sizeonly: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f417d71d9dca2c1dc_d20260903_m124009_c001_v7007000_t0000_u01788439209497") 2026/09/03 12:48:03 DEBUG : sizeonly: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b1538b1_d20260903_m124008_c001_v0001130_t0033_u01788439208601") 2026/09/03 12:48:03 DEBUG : splitbanan: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f419d536a48d9ba9a_d20260903_m124540_c001_v7007000_t0000_u01788439540644") 2026/09/03 12:48:03 DEBUG : splitbanan: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4167e2ac3bfccb8d_d20260903_m124533_c001_v0001176_t0030_u01788439533903") 2026/09/03 12:48:03 DEBUG : splitbananasplit: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f425ec331807332f8_d20260903_m124641_c001_v7007000_t0000_u01788439601970") 2026/09/03 12:48:03 DEBUG : splitbananasplit: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4167e2ac3bfccc13_d20260903_m124635_c001_v0001176_t0030_u01788439595743") 2026/09/03 12:48:03 DEBUG : splitbananasplit: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f425ec33180731b69_d20260903_m124629_c001_v7007000_t0000_u01788439589950") 2026/09/03 12:48:03 DEBUG : splitbananasplit: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4167e2ac3bfccbf1_d20260903_m124623_c001_v0001176_t0030_u01788439583631") 2026/09/03 12:48:03 DEBUG : splitbananasplit: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f425ec33180731b51_d20260903_m124617_c001_v7007000_t0000_u01788439577890") 2026/09/03 12:48:03 DEBUG : splitbananasplit: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4167e2ac3bfccbdb_d20260903_m124611_c001_v0001176_t0030_u01788439571202") 2026/09/03 12:48:03 DEBUG : splitbananasplit: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f422adc4bae2b14bf_d20260903_m124605_c001_v7007000_t0000_u01788439565418") 2026/09/03 12:48:03 DEBUG : splitbananasplit: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4167e2ac3bfccbc3_d20260903_m124559_c001_v0001176_t0030_u01788439559088") 2026/09/03 12:48:03 DEBUG : splitbananasplit: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f422adc4bae2b1474_d20260903_m124553_c001_v7007000_t0000_u01788439553211") 2026/09/03 12:48:03 DEBUG : splitbananasplit: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4167e2ac3bfccbab_d20260903_m124546_c001_v0001176_t0030_u01788439546405") 2026/09/03 12:48:03 DEBUG : splitbananasplit: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f415147edf74fb177_d20260903_m124534_c001_v7007000_t0000_u01788439534902") 2026/09/03 12:48:03 DEBUG : splitbananasplit: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b153c9b_d20260903_m124532_c001_v0001130_t0033_u01788439532783") 2026/09/03 12:48:03 DEBUG : splitbananasplit: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4051c0a98ce2935e_d20260903_m124526_c001_v7007000_t0000_u01788439526953") 2026/09/03 12:48:03 DEBUG : splitbananasplit: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b153c87_d20260903_m124520_c001_v0001130_t0033_u01788439520696") 2026/09/03 12:48:04 DEBUG : splitbananasplit: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f417d71d9dca2c39c_d20260903_m124519_c001_v7007000_t0000_u01788439519808") 2026/09/03 12:48:04 DEBUG : splitbananasplit: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f41954eb796a2e4f7_d20260903_m124517_c001_v0001179_t0006_u01788439517052") 2026/09/03 12:48:04 DEBUG : splitbananasplit: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f412677dbc3ad5ec6_d20260903_m124511_c001_v7007000_t0000_u01788439511327") 2026/09/03 12:48:04 DEBUG : splitbananasplit: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f41954eb796a2e4cb_d20260903_m124505_c001_v0001179_t0006_u01788439505058") 2026/09/03 12:48:04 DEBUG : splitbananasplit: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f407006445fe862d7_d20260903_m124503_c001_v7007000_t0000_u01788439503994") 2026/09/03 12:48:04 DEBUG : splitbananasplit: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4167e2ac3bfccb33_d20260903_m124501_c001_v0001176_t0030_u01788439501322") 2026/09/03 12:48:04 DEBUG : splitbananasplit: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4262768aa7faadba_d20260903_m124449_c001_v7007000_t0000_u01788439489983") 2026/09/03 12:48:04 DEBUG : splitbananasplit: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f404bc4d0f088ebc0_d20260903_m124446_c001_v0001174_t0020_u01788439486867") 2026/09/03 12:48:04 DEBUG : splitbananasplit: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f42185d556fdebf58_d20260903_m124441_c001_v7007000_t0000_u01788439481251") 2026/09/03 12:48:04 DEBUG : splitbananasplit: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4167e2ac3bfccacd_d20260903_m124435_c001_v0001176_t0030_u01788439475167") 2026/09/03 12:48:04 DEBUG : splitbananasplit: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f42185d556fdebf2d_d20260903_m124429_c001_v7007000_t0000_u01788439469717") 2026/09/03 12:48:04 DEBUG : splitbananasplit: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b153bfb_d20260903_m124423_c001_v0001130_t0033_u01788439463665") 2026/09/03 12:48:04 DEBUG : splitbananasplitSUFFIX: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f413a4e154d9e6091_d20260903_m124521_c001_v7007000_t0000_u01788439521850") 2026/09/03 12:48:04 DEBUG : splitbananasplitSUFFIX: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f41954eb796a2e4fb_d20260903_m124518_c001_v0001179_t0006_u01788439518008") 2026/09/03 12:48:04 DEBUG : sub dir/hello world: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4248bf7d6b801095_d20260903_m124419_c001_v7007000_t0000_u01788439459240") 2026/09/03 12:48:04 DEBUG : sub dir/hello world: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b153be7_d20260903_m124416_c001_v0001130_t0033_u01788439456438") 2026/09/03 12:48:04 DEBUG : sub dir/hello world: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f404393dd69063970_d20260903_m124415_c001_v7007000_t0000_u01788439455528") 2026/09/03 12:48:04 DEBUG : sub dir/hello world: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b153be5_d20260903_m124413_c001_v0001130_t0033_u01788439453065") 2026/09/03 12:48:04 DEBUG : sub dir/hello world: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f425ec3318072fe3a_d20260903_m124101_c001_v7007000_t0000_u01788439261287") 2026/09/03 12:48:04 DEBUG : sub dir/hello world: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f417605ac8c51bdb5_d20260903_m124100_c001_v0001178_t0057_u01788439260547") 2026/09/03 12:48:05 DEBUG : sub dir/hello world: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f418576a6787bbbe4_d20260903_m124059_c001_v7007000_t0000_u01788439259991") 2026/09/03 12:48:05 DEBUG : sub dir/hello world: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b153977_d20260903_m124059_c001_v0001130_t0033_u01788439259181") 2026/09/03 12:48:05 DEBUG : sub dir/hello world: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f417d71d9dca2c1d8_d20260903_m124006_c001_v7007000_t0000_u01788439206633") 2026/09/03 12:48:05 DEBUG : sub dir/hello world: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b1538a3_d20260903_m124005_c001_v0001130_t0033_u01788439205130") 2026/09/03 12:48:05 DEBUG : sub dir/hello world: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f417d71d9dca2c1d6_d20260903_m124004_c001_v7007000_t0000_u01788439204772") 2026/09/03 12:48:05 DEBUG : sub dir/hello world: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b15389d_d20260903_m124003_c001_v0001130_t0033_u01788439203688") 2026/09/03 12:48:05 DEBUG : sub dir/hello world: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f417d71d9dca2c1cf_d20260903_m124001_c001_v7007000_t0000_u01788439201697") 2026/09/03 12:48:05 DEBUG : sub dir/hello world: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b153897_d20260903_m124000_c001_v0001130_t0033_u01788439200765") 2026/09/03 12:48:05 DEBUG : sub dir/hello world: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f417d71d9dca2c1cc_d20260903_m124000_c001_v7007000_t0000_u01788439200229") 2026/09/03 12:48:05 DEBUG : sub dir/hello world: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b153893_d20260903_m123959_c001_v0001130_t0033_u01788439199238") 2026/09/03 12:48:05 DEBUG : sub dir/hello world: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b15388b_d20260903_m123956_c001_v0001130_t0033_u01788439196724") 2026/09/03 12:48:05 DEBUG : sub dir/hello world: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f417d71d9dca2c1c5_d20260903_m123956_c001_v7007000_t0000_u01788439196349") 2026/09/03 12:48:05 DEBUG : sub dir/hello world: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b153885_d20260903_m123955_c001_v0001130_t0033_u01788439195810") 2026/09/03 12:48:05 DEBUG : sub dir/hello world: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b15387d_d20260903_m123955_c001_v0001130_t0033_u01788439195091") 2026/09/03 12:48:05 DEBUG : sub dir/hello world: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f417d71d9dca2c1c2_d20260903_m123954_c001_v7007000_t0000_u01788439194734") 2026/09/03 12:48:05 DEBUG : sub dir/hello world: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b153879_d20260903_m123952_c001_v0001130_t0033_u01788439192181") 2026/09/03 12:48:05 DEBUG : sub dir/hello world: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b153875_d20260903_m123949_c001_v0001130_t0033_u01788439189613") 2026/09/03 12:48:05 DEBUG : sub dir/hello world: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4051c0a98ce288df_d20260903_m123949_c001_v7007000_t0000_u01788439189252") 2026/09/03 12:48:05 DEBUG : sub dir/hello world: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b153873_d20260903_m123948_c001_v0001130_t0033_u01788439188707") 2026/09/03 12:48:06 DEBUG : sub dir/hello world: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b15386d_d20260903_m123947_c001_v0001130_t0033_u01788439187980") 2026/09/03 12:48:06 DEBUG : sub dir/hello world: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4051c0a98ce288de_d20260903_m123947_c001_v7007000_t0000_u01788439187606") 2026/09/03 12:48:06 DEBUG : sub dir/hello world: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b153865_d20260903_m123944_c001_v0001130_t0033_u01788439184286") 2026/09/03 12:48:06 DEBUG : sub dir/hello world: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4051c0a98ce288dc_d20260903_m123943_c001_v7007000_t0000_u01788439183526") 2026/09/03 12:48:06 DEBUG : sub dir/hello world: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b153861_d20260903_m123942_c001_v0001130_t0033_u01788439182981") 2026/09/03 12:48:06 DEBUG : sub dir/hello world: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4051c0a98ce288db_d20260903_m123942_c001_v7007000_t0000_u01788439182079") 2026/09/03 12:48:06 DEBUG : sub dir/hello world: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b15385d_d20260903_m123941_c001_v0001130_t0033_u01788439181535") 2026/09/03 12:48:06 DEBUG : sub dir/hello world: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4051c0a98ce288d8_d20260903_m123940_c001_v7007000_t0000_u01788439180992") 2026/09/03 12:48:06 DEBUG : sub dir/hello world: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b153857_d20260903_m123940_c001_v0001130_t0033_u01788439180447") 2026/09/03 12:48:06 DEBUG : sub dir/hello world: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4051c0a98ce288d7_d20260903_m123939_c001_v7007000_t0000_u01788439179546") 2026/09/03 12:48:06 DEBUG : sub dir/hello world: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b153855_d20260903_m123938_c001_v0001130_t0033_u01788439178821") 2026/09/03 12:48:06 DEBUG : sub dir/hello world: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4051c0a98ce288d5_d20260903_m123938_c001_v7007000_t0000_u01788439178278") 2026/09/03 12:48:06 DEBUG : sub dir/hello world: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b15384f_d20260903_m123937_c001_v0001130_t0033_u01788439177734") 2026/09/03 12:48:06 DEBUG : sub dir/hello world: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4051c0a98ce288d3_d20260903_m123937_c001_v7007000_t0000_u01788439177192") 2026/09/03 12:48:06 DEBUG : sub dir/hello world: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b15384d_d20260903_m123936_c001_v0001130_t0033_u01788439176647") 2026/09/03 12:48:06 DEBUG : sub dir/hello world: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4051c0a98ce288ce_d20260903_m123932_c001_v7007000_t0000_u01788439172485") 2026/09/03 12:48:06 DEBUG : sub dir/hello world: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b15383d_d20260903_m123931_c001_v0001130_t0033_u01788439171941") 2026/09/03 12:48:06 DEBUG : sub dir/hello world: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4051c0a98ce288cc_d20260903_m123931_c001_v7007000_t0000_u01788439171401") 2026/09/03 12:48:06 DEBUG : sub dir/hello world: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b153839_d20260903_m123930_c001_v0001130_t0033_u01788439170856") 2026/09/03 12:48:06 DEBUG : sub dir/hello world: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4051c0a98ce288c9_d20260903_m123929_c001_v7007000_t0000_u01788439169884") 2026/09/03 12:48:06 DEBUG : sub dir/hello world: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b153837_d20260903_m123929_c001_v0001130_t0033_u01788439169329") 2026/09/03 12:48:06 DEBUG : sub dir/hello world: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4051c0a98ce288c6_d20260903_m123927_c001_v7007000_t0000_u01788439167170") 2026/09/03 12:48:06 DEBUG : sub dir/hello world: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b15382f_d20260903_m123926_c001_v0001130_t0033_u01788439166623") 2026/09/03 12:48:06 DEBUG : sub dir2/very/very/very/very/very/nested/subdir/hello world: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4248bf7d6b801096_d20260903_m124419_c001_v7007000_t0000_u01788439459421") 2026/09/03 12:48:07 DEBUG : sub dir2/very/very/very/very/very/nested/subdir/hello world: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f104bc4d0f088eae1_d20260903_m124416_c001_v0001174_t0058_u01788439456729") 2026/09/03 12:48:07 DEBUG : sub dir2/very/very/very/very/very/nested/subdir/hello world: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f404393dd69063971_d20260903_m124415_c001_v7007000_t0000_u01788439455709") 2026/09/03 12:48:07 DEBUG : sub dir2/very/very/very/very/very/nested/subdir/hello world: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f1167e2ac3bfcca8f_d20260903_m124413_c001_v0001176_t0027_u01788439453077") 2026/09/03 12:48:07 DEBUG : sub dir_somesuffix/hello world_somesuffix.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4190aa7fd08b6d3c_d20260903_m124644_c001_v7007000_t0000_u01788439604305") 2026/09/03 12:48:07 DEBUG : sub dir_somesuffix/hello world_somesuffix.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f11954eb796a2e62f_d20260903_m124643_c001_v0001179_t0013_u01788439603682") 2026/09/03 12:48:07 DEBUG : sub/yam: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f418576a6787bbbda_d20260903_m124057_c001_v7007000_t0000_u01788439257366") 2026/09/03 12:48:07 DEBUG : sub/yam: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b153971_d20260903_m124056_c001_v0001130_t0033_u01788439256224") 2026/09/03 12:48:07 DEBUG : test_dir1/file2: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4248bf7d6b801086_d20260903_m124412_c001_v7007000_t0000_u01788439452310") 2026/09/03 12:48:07 DEBUG : test_dir1/file2: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4167e2ac3bfcca8b_d20260903_m124410_c001_v0001176_t0030_u01788439450651") 2026/09/03 12:48:07 DEBUG : test_dir1/file2: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4248bf7d6b80107e_d20260903_m124409_c001_v7007000_t0000_u01788439449893") 2026/09/03 12:48:07 DEBUG : test_dir1/file2: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4120a940ae4476e8_d20260903_m124408_c001_v0001134_t0050_u01788439448400") 2026/09/03 12:48:07 DEBUG : test_dir2/sub_dir/file3: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4248bf7d6b801087_d20260903_m124412_c001_v7007000_t0000_u01788439452493") 2026/09/03 12:48:07 DEBUG : test_dir2/sub_dir/file3: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4120a940ae4476ee_d20260903_m124410_c001_v0001134_t0050_u01788439450660") 2026/09/03 12:48:07 DEBUG : test_dir2/sub_dir/file3: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4248bf7d6b80107f_d20260903_m124410_c001_v7007000_t0000_u01788439450075") 2026/09/03 12:48:07 DEBUG : test_dir2/sub_dir/file3: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b153bdd_d20260903_m124408_c001_v0001130_t0033_u01788439448396") 2026/09/03 12:48:07 DEBUG : three: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f418576a6787bbbc1_d20260903_m124050_c001_v7007000_t0000_u01788439250494") 2026/09/03 12:48:07 DEBUG : three: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b15395d_d20260903_m124049_c001_v0001130_t0033_u01788439249376") 2026/09/03 12:48:07 DEBUG : three: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b153951_d20260903_m124047_c001_v0001130_t0033_u01788439247333") 2026/09/03 12:48:07 DEBUG : tictactoe/tictactoe: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4190aa7fd08b6d3d_d20260903_m124645_c001_v7007000_t0000_u01788439605842") 2026/09/03 12:48:07 DEBUG : tictactoe/tictactoe: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b153d37_d20260903_m124645_c001_v0001130_t0033_u01788439605256") 2026/09/03 12:48:08 DEBUG : tictactoe/tictactoe/tictactoe.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4190aa7fd08b6d4f_d20260903_m124704_c001_v7007000_t0000_u01788439624268") 2026/09/03 12:48:08 DEBUG : tictactoe/tictactoe/tictactoe.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f104bc4d0f088ef94_d20260903_m124702_c001_v0001174_t0028_u01788439622569") 2026/09/03 12:48:08 DEBUG : tictactoe/tictactoe/tictactoe.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4190aa7fd08b6d4b_d20260903_m124700_c001_v7007000_t0000_u01788439620939") 2026/09/03 12:48:08 DEBUG : tictactoe/tictactoe/tictactoe.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f1036258c3b153d4d_d20260903_m124659_c001_v0001130_t0012_u01788439619476") 2026/09/03 12:48:08 DEBUG : tictactoe/tictactoe/tictactoe.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4190aa7fd08b6d4a_d20260903_m124658_c001_v7007000_t0000_u01788439618528") 2026/09/03 12:48:08 DEBUG : tictactoe/tictactoe/tictactoe.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f11954eb796a2e65b_d20260903_m124657_c001_v0001179_t0034_u01788439617874") 2026/09/03 12:48:08 DEBUG : tictactoe/tictactoe/tictactoe.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4190aa7fd08b6d45_d20260903_m124652_c001_v7007000_t0000_u01788439612873") 2026/09/03 12:48:08 DEBUG : tictactoe/tictactoe/tictactoe.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f1036258c3b153d43_d20260903_m124651_c001_v0001130_t0012_u01788439611537") 2026/09/03 12:48:08 DEBUG : tictactoe/tictactoe/toe.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4190aa7fd08b6d46_d20260903_m124655_c001_v7007000_t0000_u01788439615381") 2026/09/03 12:48:08 DEBUG : tictactoe/tictactoe/toe.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f104bc4d0f088ef5c_d20260903_m124653_c001_v0001174_t0007_u01788439613830") 2026/09/03 12:48:08 DEBUG : tictactoe/tictactoe/toe.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4190aa7fd08b6d42_d20260903_m124650_c001_v7007000_t0000_u01788439610592") 2026/09/03 12:48:08 DEBUG : tictactoe/tictactoe/toe.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f11954eb796a2e649_d20260903_m124649_c001_v0001179_t0046_u01788439609889") 2026/09/03 12:48:08 DEBUG : toe/toe/tictactoe: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4190aa7fd08b6d41_d20260903_m124648_c001_v7007000_t0000_u01788439608914") 2026/09/03 12:48:08 DEBUG : toe/toe/tictactoe: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4167e2ac3bfccc29_d20260903_m124648_c001_v0001176_t0030_u01788439608333") 2026/09/03 12:48:08 DEBUG : toe/toe/tictactoe: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4190aa7fd08b6d40_d20260903_m124647_c001_v7007000_t0000_u01788439607393") 2026/09/03 12:48:08 DEBUG : toe/toe/tictactoe: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f404bc4d0f088ef26_d20260903_m124646_c001_v0001174_t0020_u01788439606807") 2026/09/03 12:48:08 DEBUG : toe/toe/toe: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4190aa7fd08b80e4_d20260903_m124708_c001_v7007000_t0000_u01788439628840") 2026/09/03 12:48:08 DEBUG : toe/toe/toe: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b153d5d_d20260903_m124708_c001_v0001130_t0033_u01788439628248") 2026/09/03 12:48:08 DEBUG : toe/toe/toe: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4190aa7fd08b6d47_d20260903_m124656_c001_v7007000_t0000_u01788439616929") 2026/09/03 12:48:08 DEBUG : toe/toe/toe: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4167e2ac3bfccc2d_d20260903_m124656_c001_v0001176_t0030_u01788439616329") 2026/09/03 12:48:08 DEBUG : toe/toe/toe.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4190aa7fd08b6d51_d20260903_m124704_c001_v7007000_t0000_u01788439624849") 2026/09/03 12:48:08 DEBUG : toe/toe/toe.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4167e2ac3bfccc3b_d20260903_m124704_c001_v0001176_t0030_u01788439624086") 2026/09/03 12:48:09 DEBUG : toe/toe/toe.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4190aa7fd08b6d4c_d20260903_m124701_c001_v7007000_t0000_u01788439621618") 2026/09/03 12:48:09 DEBUG : toe/toe/toe.txt: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4041b4fca72bbcc0_d20260903_m124700_c001_v0001153_t0003_u01788439620753") 2026/09/03 12:48:09 DEBUG : two: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f418576a6787bbbc3_d20260903_m124050_c001_v7007000_t0000_u01788439250675") 2026/09/03 12:48:09 DEBUG : two: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f417605ac8c51bd8f_d20260903_m124048_c001_v0001178_t0057_u01788439248815") 2026/09/03 12:48:09 DEBUG : two: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4036258c3b15394f_d20260903_m124047_c001_v0001130_t0033_u01788439247149") 2026/09/03 12:48:09 DEBUG : yam: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f418576a6787bbbdd_d20260903_m124058_c001_v7007000_t0000_u01788439258097") 2026/09/03 12:48:09 DEBUG : yam: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4175a78bf1e56be3_d20260903_m124057_c001_v0001154_t0025_u01788439257160") 2026/09/03 12:48:09 DEBUG : yam: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f418576a6787bbbd2_d20260903_m124054_c001_v7007000_t0000_u01788439254932") 2026/09/03 12:48:09 DEBUG : yam: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f417c777a4fbaedb9_d20260903_m124053_c001_v0001092_t0022_u01788439253999") 2026/09/03 12:48:09 DEBUG : yam: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f418576a6787bbbca_d20260903_m124052_c001_v7007000_t0000_u01788439252704") 2026/09/03 12:48:09 DEBUG : yam: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f417c777a4fbaed9f_d20260903_m124051_c001_v0001092_t0022_u01788439251229") 2026/09/03 12:48:09 DEBUG : yaml: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f418576a6787bbbd6_d20260903_m124055_c001_v7007000_t0000_u01788439255664") 2026/09/03 12:48:09 DEBUG : yaml: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f4051c6c10569f3ce_d20260903_m124054_c001_v0001106_t0046_u01788439254747") 2026/09/03 12:48:09 DEBUG : yaml: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f418576a6787bbbcd_d20260903_m124053_c001_v7007000_t0000_u01788439253437") 2026/09/03 12:48:09 DEBUG : yaml: Deleting (id "4_zaf32fd73407d6b7baf080e1b_f402389a809d15eb3_d20260903_m124052_c001_v0001090_t0014_u01788439252518") "./sync.test -test.v -test.timeout 1h0m0s -remote TestB2: -list-retries 5 -verbose" - Finished OK in 8m46.797615161s (try 1/5)