"./sync.test -test.v -test.timeout 1h0m0s -remote TestB2: -list-retries 5 -verbose -fast-list" - Starting (try 1/5) 2026/08/28 03:59:28 DEBUG : Creating backend with remote "TestB2:rclone-test-wucebug2fati" 2026/08/28 03:59:28 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/08/28 03:59:28 DEBUG : Creating backend with remote "/tmp/rclone988977894" === RUN TestPipe --- PASS: TestPipe (0.00s) === RUN TestPipeConcurrent --- PASS: TestPipeConcurrent (0.03s) === RUN TestPipeOrderBy === RUN TestPipeOrderBy/#00 === RUN TestPipeOrderBy/size === RUN TestPipeOrderBy/name === RUN TestPipeOrderBy/modtime === RUN TestPipeOrderBy/size,ascending === RUN TestPipeOrderBy/name,asc === RUN TestPipeOrderBy/modtime,ascending === RUN TestPipeOrderBy/size,descending === RUN TestPipeOrderBy/name,desc === RUN TestPipeOrderBy/modtime,descending === RUN TestPipeOrderBy/size,mixed,50 === RUN TestPipeOrderBy/size,mixed,51 --- PASS: TestPipeOrderBy (0.00s) --- PASS: TestPipeOrderBy/#00 (0.00s) --- PASS: TestPipeOrderBy/size (0.00s) --- PASS: TestPipeOrderBy/name (0.00s) --- PASS: TestPipeOrderBy/modtime (0.00s) --- PASS: TestPipeOrderBy/size,ascending (0.00s) --- PASS: TestPipeOrderBy/name,asc (0.00s) --- PASS: TestPipeOrderBy/modtime,ascending (0.00s) --- PASS: TestPipeOrderBy/size,descending (0.00s) --- PASS: TestPipeOrderBy/name,desc (0.00s) --- PASS: TestPipeOrderBy/modtime,descending (0.00s) --- PASS: TestPipeOrderBy/size,mixed,50 (0.00s) --- PASS: TestPipeOrderBy/size,mixed,51 (0.00s) === RUN TestNewLess === RUN TestNewLess/blankOK === RUN TestNewLess/tooManyParts === RUN TestNewLess/tooManyParts2 === RUN TestNewLess/badMixed === RUN TestNewLess/unknownComparison === RUN TestNewLess/unknownSortDirection === RUN TestNewLess/patternNeedsGlob === RUN TestNewLess/patternRejectsEmptyGlob === RUN TestNewLess/patternRejectsBadGlob === RUN TestNewLess/patternOrder === RUN TestNewLess/size === RUN TestNewLess/name === RUN TestNewLess/modtime === RUN TestNewLess/size,ascending === RUN TestNewLess/name,asc === RUN TestNewLess/modtime,ascending === RUN TestNewLess/size,descending === RUN TestNewLess/name,desc === RUN TestNewLess/modtime,descending === RUN TestNewLess/modtime,mixed === RUN TestNewLess/modtime,mixed,30 --- PASS: TestNewLess (0.00s) --- PASS: TestNewLess/blankOK (0.00s) --- PASS: TestNewLess/tooManyParts (0.00s) --- PASS: TestNewLess/tooManyParts2 (0.00s) --- PASS: TestNewLess/badMixed (0.00s) --- PASS: TestNewLess/unknownComparison (0.00s) --- PASS: TestNewLess/unknownSortDirection (0.00s) --- PASS: TestNewLess/patternNeedsGlob (0.00s) --- PASS: TestNewLess/patternRejectsEmptyGlob (0.00s) --- PASS: TestNewLess/patternRejectsBadGlob (0.00s) --- PASS: TestNewLess/patternOrder (0.00s) --- PASS: TestNewLess/size (0.00s) --- PASS: TestNewLess/name (0.00s) --- PASS: TestNewLess/modtime (0.00s) --- PASS: TestNewLess/size,ascending (0.00s) --- PASS: TestNewLess/name,asc (0.00s) --- PASS: TestNewLess/modtime,ascending (0.00s) --- PASS: TestNewLess/size,descending (0.00s) --- PASS: TestNewLess/name,desc (0.00s) --- PASS: TestNewLess/modtime,descending (0.00s) --- PASS: TestNewLess/modtime,mixed (0.00s) --- PASS: TestNewLess/modtime,mixed,30 (0.00s) === RUN TestRcCopy rc_test.go:16: Skipping test on non local remote --- SKIP: TestRcCopy (0.00s) === RUN TestRcMove rc_test.go:16: Skipping test on non local remote --- SKIP: TestRcMove (0.00s) === RUN TestRcSync rc_test.go:16: Skipping test on non local remote --- SKIP: TestRcSync (0.00s) === RUN TestCopyWithDryRun run.go:198: Remote "B2 bucket rclone-test-wucebug2fati", Local "Local file system at /tmp/rclone988977894", Modify Window "1ms" 2026/08/28 03:59:29 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/28 03:59:29 DEBUG : B2 bucket rclone-test-wucebug2fati: Waiting for checks to finish 2026/08/28 03:59:29 NOTICE: sub dir/hello world: Skipped copy as --dry-run is set (size 11) 2026/08/28 03:59:29 DEBUG : B2 bucket rclone-test-wucebug2fati: Waiting for transfers to finish --- PASS: TestCopyWithDryRun (1.48s) === RUN TestCopy run.go:198: Remote "B2 bucket rclone-test-wucebug2fati", Local "Local file system at /tmp/rclone988977894", Modify Window "1ms" 2026/08/28 03:59:30 INFO : sub dir: Set directory modification time (using DirSetModTime) 2026/08/28 03:59:30 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/28 03:59:30 DEBUG : B2 bucket rclone-test-wucebug2fati: Waiting for checks to finish 2026/08/28 03:59:30 DEBUG : B2 bucket rclone-test-wucebug2fati: Waiting for transfers to finish 2026/08/28 03:59:31 DEBUG : sub dir/hello world: size = 11 OK 2026/08/28 03:59:31 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/28 03:59:31 INFO : sub dir/hello world: Copied (new) 2026/08/28 03:59:31 DEBUG : B2 bucket rclone-test-wucebug2fati: 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-wucebug2fati", Local "Local file system at /tmp/rclone988977894", 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-wucebug2fati", Local "Local file system at /tmp/rclone988977894", 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-wucebug2fati", Local "Local file system at /tmp/rclone988977894", Modify Window "1ms" 2026/08/28 03:59:32 DEBUG : Creating backend with remote "/non-existing" 2026/08/28 03:59:32 ERROR : Local file system at /non-existing: error reading source root directory: directory not found 2026/08/28 03:59:32 DEBUG : B2 bucket rclone-test-wucebug2fati: Waiting for checks to finish 2026/08/28 03:59:32 DEBUG : B2 bucket rclone-test-wucebug2fati: Waiting for transfers to finish --- PASS: TestCopyMissingDirectory (0.54s) === RUN TestCopyNoTraverse run.go:198: Remote "B2 bucket rclone-test-wucebug2fati", Local "Local file system at /tmp/rclone988977894", Modify Window "1ms" 2026/08/28 03:59:33 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/28 03:59:33 DEBUG : B2 bucket rclone-test-wucebug2fati: Waiting for checks to finish 2026/08/28 03:59:33 DEBUG : B2 bucket rclone-test-wucebug2fati: Waiting for transfers to finish 2026/08/28 03:59:33 DEBUG : sub dir/hello world: size = 11 OK 2026/08/28 03:59:33 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/28 03:59:33 INFO : sub dir/hello world: Copied (new) --- PASS: TestCopyNoTraverse (1.44s) === RUN TestCopyNoTraverseDeadlock run.go:198: Remote "B2 bucket rclone-test-wucebug2fati", Local "Local file system at /tmp/rclone988977894", 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-wucebug2fati", Local "Local file system at /tmp/rclone988977894", Modify Window "1ms" 2026/08/28 03:59:34 INFO : B2 bucket rclone-test-wucebug2fati: Running all checks before starting transfers 2026/08/28 03:59:35 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/28 03:59:35 DEBUG : B2 bucket rclone-test-wucebug2fati: Waiting for checks to finish 2026/08/28 03:59:35 INFO : B2 bucket rclone-test-wucebug2fati: Checks finished, now starting transfers 2026/08/28 03:59:35 DEBUG : B2 bucket rclone-test-wucebug2fati: Waiting for transfers to finish 2026/08/28 03:59:35 DEBUG : sub dir/hello world: size = 11 OK 2026/08/28 03:59:35 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/28 03:59:35 INFO : sub dir/hello world: Copied (new) --- PASS: TestCopyCheckFirst (1.08s) === RUN TestSyncNoTraverse run.go:198: Remote "B2 bucket rclone-test-wucebug2fati", Local "Local file system at /tmp/rclone988977894", Modify Window "1ms" 2026/08/28 03:59:36 ERROR : Ignoring --no-traverse with sync 2026/08/28 03:59:36 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/28 03:59:36 DEBUG : B2 bucket rclone-test-wucebug2fati: Waiting for checks to finish 2026/08/28 03:59:36 DEBUG : B2 bucket rclone-test-wucebug2fati: Waiting for transfers to finish 2026/08/28 03:59:36 DEBUG : sub dir/hello world: size = 11 OK 2026/08/28 03:59:36 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/28 03:59:36 INFO : sub dir/hello world: Copied (new) 2026/08/28 03:59:36 DEBUG : Waiting for deletions to finish --- PASS: TestSyncNoTraverse (1.09s) === RUN TestCopyWithDepth run.go:198: Remote "B2 bucket rclone-test-wucebug2fati", Local "Local file system at /tmp/rclone988977894", Modify Window "1ms" 2026/08/28 03:59:37 DEBUG : hello world2: Need to transfer - File not found at Destination 2026/08/28 03:59:37 DEBUG : B2 bucket rclone-test-wucebug2fati: Waiting for checks to finish 2026/08/28 03:59:37 DEBUG : B2 bucket rclone-test-wucebug2fati: Waiting for transfers to finish 2026/08/28 03:59:37 DEBUG : hello world2: size = 12 OK 2026/08/28 03:59:37 DEBUG : hello world2: sha1 = c0bf117f9c93d02c894fe8ffd6e5cecf3545c209 OK 2026/08/28 03:59:37 INFO : hello world2: Copied (new) --- PASS: TestCopyWithDepth (1.17s) === RUN TestCopyWithFilesFrom run.go:198: Remote "B2 bucket rclone-test-wucebug2fati", Local "Local file system at /tmp/rclone988977894", Modify Window "1ms" 2026/08/28 03:59:38 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/28 03:59:38 DEBUG : B2 bucket rclone-test-wucebug2fati: Waiting for checks to finish 2026/08/28 03:59:38 DEBUG : B2 bucket rclone-test-wucebug2fati: Waiting for transfers to finish 2026/08/28 03:59:38 DEBUG : potato2: size = 11 OK 2026/08/28 03:59:38 DEBUG : potato2: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/28 03:59:38 INFO : potato2: Copied (new) --- PASS: TestCopyWithFilesFrom (1.09s) === RUN TestCopyWithFilesFromAndNoTraverse run.go:198: Remote "B2 bucket rclone-test-wucebug2fati", Local "Local file system at /tmp/rclone988977894", Modify Window "1ms" 2026/08/28 03:59:39 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/28 03:59:39 DEBUG : B2 bucket rclone-test-wucebug2fati: Waiting for checks to finish 2026/08/28 03:59:39 DEBUG : B2 bucket rclone-test-wucebug2fati: Waiting for transfers to finish 2026/08/28 03:59:40 DEBUG : potato2: size = 11 OK 2026/08/28 03:59:40 DEBUG : potato2: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/28 03:59:40 INFO : potato2: Copied (new) --- PASS: TestCopyWithFilesFromAndNoTraverse (1.45s) === RUN TestCopyEmptyDirectories run.go:198: Remote "B2 bucket rclone-test-wucebug2fati", Local "Local file system at /tmp/rclone988977894", Modify Window "1ms" 2026/08/28 03:59:40 DEBUG : sub dir2/sub sub dir2: Making directory with metadata 2026/08/28 03:59:40 INFO : sub dir2/sub sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/28 03:59:40 INFO : sub dir2: Set directory modification time (using DirSetModTime) 2026/08/28 03:59:40 INFO : sub dir: Set directory modification time (using DirSetModTime) 2026/08/28 03:59:41 INFO : sub dir2: Making directory 2026/08/28 03:59:41 INFO : sub dir: Making directory 2026/08/28 03:59:41 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/28 03:59:41 INFO : sub dir2/sub sub dir2: Making directory 2026/08/28 03:59:41 DEBUG : B2 bucket rclone-test-wucebug2fati: Waiting for checks to finish 2026/08/28 03:59:41 DEBUG : B2 bucket rclone-test-wucebug2fati: Waiting for transfers to finish 2026/08/28 03:59:41 DEBUG : sub dir/hello world: size = 11 OK 2026/08/28 03:59:41 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/28 03:59:41 INFO : sub dir/hello world: Copied (new) fstest.go:251: Filtering empty directory "sub dir2" fstest.go:251: Filtering empty directory "sub dir2/sub sub dir2" 2026/08/28 03:59:41 DEBUG : B2 bucket rclone-test-wucebug2fati: 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-wucebug2fati", Local "Local file system at /tmp/rclone988977894", Modify Window "1ms" 2026/08/28 03:59:41 INFO : sub dir2: Making directory 2026/08/28 03:59:41 DEBUG : sub dir2/sub sub dir2: Making directory with metadata 2026/08/28 03:59:41 INFO : sub dir2/sub sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/28 03:59:42 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/28 03:59:42 DEBUG : B2 bucket rclone-test-wucebug2fati: Waiting for checks to finish 2026/08/28 03:59:42 DEBUG : B2 bucket rclone-test-wucebug2fati: Waiting for transfers to finish 2026/08/28 03:59:42 DEBUG : sub dir/hello world: size = 11 OK 2026/08/28 03:59:42 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/28 03:59:42 INFO : sub dir/hello world: Copied (new) --- PASS: TestCopyNoEmptyDirectories (1.08s) === RUN TestMoveEmptyDirectories run.go:198: Remote "B2 bucket rclone-test-wucebug2fati", Local "Local file system at /tmp/rclone988977894", Modify Window "1ms" 2026/08/28 03:59:43 DEBUG : sub dir2: Making directory with metadata 2026/08/28 03:59:43 INFO : sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/28 03:59:43 INFO : sub dir2: Making directory 2026/08/28 03:59:43 INFO : sub dir: Making directory 2026/08/28 03:59:43 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/28 03:59:43 DEBUG : B2 bucket rclone-test-wucebug2fati: Waiting for checks to finish 2026/08/28 03:59:43 DEBUG : B2 bucket rclone-test-wucebug2fati: Waiting for transfers to finish 2026/08/28 03:59:43 DEBUG : sub dir/hello world: size = 11 OK 2026/08/28 03:59:43 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/28 03:59:43 INFO : sub dir/hello world: Copied (new) 2026/08/28 03:59:43 INFO : sub dir/hello world: Deleted fstest.go:251: Filtering empty directory "sub dir2" 2026/08/28 03:59:43 DEBUG : B2 bucket rclone-test-wucebug2fati: Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata 2026/08/28 03:59:43 DEBUG : B2 bucket rclone-test-wucebug2fati: 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-wucebug2fati", Local "Local file system at /tmp/rclone988977894", 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-wucebug2fati", Local "Local file system at /tmp/rclone988977894", Modify Window "1ms" 2026/08/28 03:59:44 INFO : sub dir2: Making directory 2026/08/28 03:59:44 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/28 03:59:44 DEBUG : B2 bucket rclone-test-wucebug2fati: Waiting for checks to finish 2026/08/28 03:59:44 DEBUG : B2 bucket rclone-test-wucebug2fati: Waiting for transfers to finish 2026/08/28 03:59:45 DEBUG : sub dir/hello world: size = 11 OK 2026/08/28 03:59:45 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/28 03:59:45 INFO : sub dir/hello world: Copied (new) 2026/08/28 03:59:45 INFO : sub dir/hello world: Deleted --- PASS: TestMoveNoEmptyDirectories (1.08s) === RUN TestSyncEmptyDirectories run.go:198: Remote "B2 bucket rclone-test-wucebug2fati", Local "Local file system at /tmp/rclone988977894", Modify Window "1ms" 2026/08/28 03:59:45 DEBUG : sub dir2: Making directory with metadata 2026/08/28 03:59:45 INFO : sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/28 03:59:45 INFO : sub dir: Set directory modification time (using DirSetModTime) 2026/08/28 03:59:45 INFO : sub dir2: Making directory 2026/08/28 03:59:45 INFO : sub dir: Making directory 2026/08/28 03:59:45 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/28 03:59:45 DEBUG : B2 bucket rclone-test-wucebug2fati: Waiting for checks to finish 2026/08/28 03:59:45 DEBUG : B2 bucket rclone-test-wucebug2fati: Waiting for transfers to finish 2026/08/28 03:59:46 DEBUG : sub dir/hello world: size = 11 OK 2026/08/28 03:59:46 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/28 03:59:46 INFO : sub dir/hello world: Copied (new) 2026/08/28 03:59:46 DEBUG : Waiting for deletions to finish fstest.go:251: Filtering empty directory "sub dir2" 2026/08/28 03:59:46 DEBUG : B2 bucket rclone-test-wucebug2fati: 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-wucebug2fati", Local "Local file system at /tmp/rclone988977894", 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-wucebug2fati", Local "Local file system at /tmp/rclone988977894", Modify Window "1ms" 2026/08/28 03:59:47 INFO : sub dir2: Making directory 2026/08/28 03:59:47 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/28 03:59:47 DEBUG : B2 bucket rclone-test-wucebug2fati: Waiting for checks to finish 2026/08/28 03:59:47 DEBUG : B2 bucket rclone-test-wucebug2fati: Waiting for transfers to finish 2026/08/28 03:59:47 DEBUG : sub dir/hello world: size = 11 OK 2026/08/28 03:59:47 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/28 03:59:47 INFO : sub dir/hello world: Copied (new) 2026/08/28 03:59:47 DEBUG : Waiting for deletions to finish --- PASS: TestSyncNoEmptyDirectories (1.10s) === RUN TestServerSideCopy run.go:198: Remote "B2 bucket rclone-test-wucebug2fati", Local "Local file system at /tmp/rclone988977894", Modify Window "1ms" 2026/08/28 03:59:48 DEBUG : Creating backend with remote "TestB2:rclone-test-giqemey7vile" sync_test.go:620: Server side copy (if possible) B2 bucket rclone-test-wucebug2fati -> B2 bucket rclone-test-giqemey7vile 2026/08/28 03:59:49 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/28 03:59:49 DEBUG : B2 bucket rclone-test-giqemey7vile: Waiting for checks to finish 2026/08/28 03:59:49 DEBUG : B2 bucket rclone-test-giqemey7vile: Waiting for transfers to finish 2026/08/28 03:59:50 DEBUG : sub dir/hello world: size = 11 OK 2026/08/28 03:59:50 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/28 03:59:50 INFO : sub dir/hello world: Copied (server-side copy) 2026/08/28 03:59:50 DEBUG : B2 bucket rclone-test-giqemey7vile: Purge remote 2026/08/28 03:59:50 INFO : B2 bucket rclone-test-giqemey7vile: cleaning bucket "rclone-test-giqemey7vile" of all files 2026/08/28 03:59:50 DEBUG : sub dir/hello world: Deleting (id "4_zbf721de3806d4b6baf080e1b_f40056d4293556fc6_d20260828_m035950_c001_v0001098_t0023_u01787889590347") --- PASS: TestServerSideCopy (3.74s) === RUN TestCopyOverSelf run.go:198: Remote "B2 bucket rclone-test-wucebug2fati", Local "Local file system at /tmp/rclone988977894", Modify Window "1ms" 2026/08/28 03:59:52 DEBUG : sub dir/hello world: size = 17 (Local file system at /tmp/rclone988977894) 2026/08/28 03:59:52 DEBUG : sub dir/hello world: size = 11 (B2 bucket rclone-test-wucebug2fati) 2026/08/28 03:59:52 DEBUG : sub dir/hello world: Sizes differ 2026/08/28 03:59:52 DEBUG : B2 bucket rclone-test-wucebug2fati: Waiting for checks to finish 2026/08/28 03:59:52 DEBUG : B2 bucket rclone-test-wucebug2fati: Waiting for transfers to finish 2026/08/28 03:59:52 DEBUG : sub dir/hello world: size = 17 OK 2026/08/28 03:59:52 DEBUG : sub dir/hello world: sha1 = b84a9b2362aee3556081792f3b7abd3958da8deb OK 2026/08/28 03:59:52 INFO : sub dir/hello world: Copied (replaced existing) --- PASS: TestCopyOverSelf (1.45s) === RUN TestServerSideCopyOverSelf run.go:198: Remote "B2 bucket rclone-test-wucebug2fati", Local "Local file system at /tmp/rclone988977894", Modify Window "1ms" 2026/08/28 03:59:53 DEBUG : Creating backend with remote "TestB2:rclone-test-vulamul3guxa" sync_test.go:656: Server side copy (if possible) B2 bucket rclone-test-wucebug2fati -> B2 bucket rclone-test-vulamul3guxa 2026/08/28 03:59:54 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/28 03:59:54 DEBUG : B2 bucket rclone-test-vulamul3guxa: Waiting for checks to finish 2026/08/28 03:59:54 DEBUG : B2 bucket rclone-test-vulamul3guxa: Waiting for transfers to finish 2026/08/28 03:59:55 DEBUG : sub dir/hello world: size = 11 OK 2026/08/28 03:59:55 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/28 03:59:55 INFO : sub dir/hello world: Copied (server-side copy) 2026/08/28 03:59:56 DEBUG : sub dir/hello world: size = 17 (B2 bucket rclone-test-wucebug2fati) 2026/08/28 03:59:56 DEBUG : sub dir/hello world: size = 11 (B2 bucket rclone-test-vulamul3guxa) 2026/08/28 03:59:56 DEBUG : sub dir/hello world: Sizes differ 2026/08/28 03:59:56 DEBUG : B2 bucket rclone-test-vulamul3guxa: Waiting for checks to finish 2026/08/28 03:59:56 DEBUG : B2 bucket rclone-test-vulamul3guxa: Waiting for transfers to finish 2026/08/28 03:59:56 DEBUG : sub dir/hello world: size = 17 OK 2026/08/28 03:59:56 DEBUG : sub dir/hello world: sha1 = b84a9b2362aee3556081792f3b7abd3958da8deb OK 2026/08/28 03:59:56 INFO : sub dir/hello world: Copied (server-side copy) 2026/08/28 03:59:56 DEBUG : B2 bucket rclone-test-vulamul3guxa: Purge remote 2026/08/28 03:59:56 INFO : B2 bucket rclone-test-vulamul3guxa: cleaning bucket "rclone-test-vulamul3guxa" of all files 2026/08/28 03:59:56 DEBUG : sub dir/hello world: Deleting (id "4_zaf823d23806d4b6baf080e1b_f40752e7204a64549_d20260828_m035956_c001_v0001090_t0049_u01787889596393") 2026/08/28 03:59:56 DEBUG : sub dir/hello world: Deleting (id "4_zaf823d23806d4b6baf080e1b_f4171ca02c22eec94_d20260828_m035955_c001_v0001183_t0056_u01787889595420") --- PASS: TestServerSideCopyOverSelf (4.97s) === RUN TestMoveOverSelf run.go:198: Remote "B2 bucket rclone-test-wucebug2fati", Local "Local file system at /tmp/rclone988977894", Modify Window "1ms" 2026/08/28 03:59:59 DEBUG : sub dir/hello world: size = 17 (Local file system at /tmp/rclone988977894) 2026/08/28 03:59:59 DEBUG : sub dir/hello world: size = 11 (B2 bucket rclone-test-wucebug2fati) 2026/08/28 03:59:59 DEBUG : sub dir/hello world: Sizes differ 2026/08/28 03:59:59 DEBUG : B2 bucket rclone-test-wucebug2fati: Waiting for checks to finish 2026/08/28 03:59:59 DEBUG : B2 bucket rclone-test-wucebug2fati: Waiting for transfers to finish 2026/08/28 03:59:59 DEBUG : sub dir/hello world: size = 17 OK 2026/08/28 03:59:59 DEBUG : sub dir/hello world: sha1 = b84a9b2362aee3556081792f3b7abd3958da8deb OK 2026/08/28 03:59:59 INFO : sub dir/hello world: Copied (replaced existing) 2026/08/28 03:59:59 INFO : sub dir/hello world: Deleted --- PASS: TestMoveOverSelf (1.45s) === RUN TestServerSideMoveOverSelf run.go:198: Remote "B2 bucket rclone-test-wucebug2fati", Local "Local file system at /tmp/rclone988977894", Modify Window "1ms" 2026/08/28 04:00:00 DEBUG : Creating backend with remote "TestB2:rclone-test-puvuzos0hove" sync_test.go:701: Server side copy (if possible) B2 bucket rclone-test-wucebug2fati -> B2 bucket rclone-test-puvuzos0hove 2026/08/28 04:00:01 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/28 04:00:01 DEBUG : B2 bucket rclone-test-puvuzos0hove: Waiting for checks to finish 2026/08/28 04:00:01 DEBUG : B2 bucket rclone-test-puvuzos0hove: Waiting for transfers to finish 2026/08/28 04:00:01 DEBUG : sub dir/hello world: size = 11 OK 2026/08/28 04:00:01 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/28 04:00:01 INFO : sub dir/hello world: Copied (server-side copy) 2026/08/28 04:00:02 DEBUG : sub dir/hello world: size = 17 (B2 bucket rclone-test-wucebug2fati) 2026/08/28 04:00:02 DEBUG : sub dir/hello world: size = 11 (B2 bucket rclone-test-puvuzos0hove) 2026/08/28 04:00:02 DEBUG : sub dir/hello world: Sizes differ 2026/08/28 04:00:02 DEBUG : B2 bucket rclone-test-puvuzos0hove: Waiting for checks to finish 2026/08/28 04:00:02 DEBUG : B2 bucket rclone-test-puvuzos0hove: Waiting for transfers to finish 2026/08/28 04:00:03 DEBUG : sub dir/hello world: size = 17 OK 2026/08/28 04:00:03 DEBUG : sub dir/hello world: sha1 = b84a9b2362aee3556081792f3b7abd3958da8deb OK 2026/08/28 04:00:03 INFO : sub dir/hello world: Copied (server-side copy) 2026/08/28 04:00:03 INFO : sub dir/hello world: Deleted 2026/08/28 04:00:04 DEBUG : testing file moves 2026/08/28 04:00:04 DEBUG : sub dir/hello world: size = 24 (B2 bucket rclone-test-wucebug2fati) 2026/08/28 04:00:04 DEBUG : sub dir/hello world: size = 17 (B2 bucket rclone-test-puvuzos0hove) 2026/08/28 04:00:04 DEBUG : sub dir/hello world: Sizes differ 2026/08/28 04:00:04 DEBUG : B2 bucket rclone-test-puvuzos0hove: Waiting for checks to finish 2026/08/28 04:00:04 DEBUG : B2 bucket rclone-test-puvuzos0hove: Waiting for transfers to finish 2026/08/28 04:00:04 DEBUG : sub dir/hello world: size = 24 OK 2026/08/28 04:00:04 DEBUG : sub dir/hello world: sha1 = 73716105e69866349759070d23c6e97b3acc55ff OK 2026/08/28 04:00:04 INFO : sub dir/hello world: Copied (server-side copy) 2026/08/28 04:00:04 INFO : sub dir/hello world: Deleted 2026/08/28 04:00:04 DEBUG : B2 bucket rclone-test-puvuzos0hove: Purge remote 2026/08/28 04:00:04 INFO : B2 bucket rclone-test-puvuzos0hove: cleaning bucket "rclone-test-puvuzos0hove" of all files 2026/08/28 04:00:05 DEBUG : sub dir/hello world: Deleting (id "4_zbff24db3806d4b6baf080e1b_f4090c45f1fd90672_d20260828_m040004_c001_v0001174_t0023_u01787889604303") 2026/08/28 04:00:05 DEBUG : sub dir/hello world: Deleting (id "4_zbff24db3806d4b6baf080e1b_f40816baeb82fefb2_d20260828_m040002_c001_v0001117_t0029_u01787889602931") 2026/08/28 04:00:05 DEBUG : sub dir/hello world: Deleting (id "4_zbff24db3806d4b6baf080e1b_f41845e5d2bb32d19_d20260828_m040001_c001_v0001104_t0026_u01787889601890") --- PASS: TestServerSideMoveOverSelf (6.55s) === RUN TestCopyAfterDelete run.go:198: Remote "B2 bucket rclone-test-wucebug2fati", Local "Local file system at /tmp/rclone988977894", Modify Window "1ms" 2026/08/28 04:00:06 ERROR : error listing: directory not found 2026/08/28 04:00:06 INFO : Local file system at /tmp/rclone988977894: Making directory 2026/08/28 04:00:07 DEBUG : B2 bucket rclone-test-wucebug2fati: Waiting for checks to finish 2026/08/28 04:00:07 DEBUG : B2 bucket rclone-test-wucebug2fati: Waiting for transfers to finish --- PASS: TestCopyAfterDelete (1.39s) === RUN TestCopyRedownload run.go:198: Remote "B2 bucket rclone-test-wucebug2fati", Local "Local file system at /tmp/rclone988977894", Modify Window "1ms" 2026/08/28 04:00:08 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/28 04:00:08 DEBUG : Local file system at /tmp/rclone988977894: Waiting for checks to finish 2026/08/28 04:00:08 DEBUG : Local file system at /tmp/rclone988977894: Waiting for transfers to finish 2026/08/28 04:00:08 DEBUG : sub dir/hello world.df762ecf.partial: size = 11 OK 2026/08/28 04:00:08 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/28 04:00:08 DEBUG : sub dir/hello world.df762ecf.partial: renamed to: sub dir/hello world 2026/08/28 04:00:08 INFO : sub dir/hello world: Copied (new) --- PASS: TestCopyRedownload (1.64s) === RUN TestSyncBasedOnCheckSum run.go:198: Remote "B2 bucket rclone-test-wucebug2fati", Local "Local file system at /tmp/rclone988977894", Modify Window "1ms" 2026/08/28 04:00:09 DEBUG : check sum: Need to transfer - File not found at Destination 2026/08/28 04:00:09 DEBUG : B2 bucket rclone-test-wucebug2fati: Waiting for checks to finish 2026/08/28 04:00:09 DEBUG : B2 bucket rclone-test-wucebug2fati: Waiting for transfers to finish 2026/08/28 04:00:09 DEBUG : check sum: size = 1 OK 2026/08/28 04:00:09 DEBUG : check sum: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2026/08/28 04:00:09 INFO : check sum: Copied (new) 2026/08/28 04:00:09 DEBUG : Waiting for deletions to finish 2026/08/28 04:00:10 DEBUG : B2 bucket rclone-test-wucebug2fati: Waiting for checks to finish 2026/08/28 04:00:10 DEBUG : check sum: size = 1 OK 2026/08/28 04:00:10 DEBUG : check sum: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2026/08/28 04:00:10 DEBUG : check sum: Size and sha1 of src and dst objects identical 2026/08/28 04:00:10 DEBUG : check sum: Unchanged skipping 2026/08/28 04:00:10 DEBUG : B2 bucket rclone-test-wucebug2fati: Waiting for transfers to finish 2026/08/28 04:00:10 DEBUG : Waiting for deletions to finish 2026/08/28 04:00:10 INFO : There was nothing to transfer --- PASS: TestSyncBasedOnCheckSum (1.70s) === RUN TestSyncSizeOnly run.go:198: Remote "B2 bucket rclone-test-wucebug2fati", Local "Local file system at /tmp/rclone988977894", Modify Window "1ms" 2026/08/28 04:00:11 DEBUG : sizeonly: Need to transfer - File not found at Destination 2026/08/28 04:00:11 DEBUG : B2 bucket rclone-test-wucebug2fati: Waiting for checks to finish 2026/08/28 04:00:11 DEBUG : B2 bucket rclone-test-wucebug2fati: Waiting for transfers to finish 2026/08/28 04:00:11 DEBUG : sizeonly: size = 6 OK 2026/08/28 04:00:11 DEBUG : sizeonly: sha1 = 3e2e95f5ad970eadfa7e17eaf73da97024aa5359 OK 2026/08/28 04:00:11 INFO : sizeonly: Copied (new) 2026/08/28 04:00:11 DEBUG : Waiting for deletions to finish 2026/08/28 04:00:11 DEBUG : sizeonly: size = 6 OK 2026/08/28 04:00:11 DEBUG : sizeonly: Sizes identical 2026/08/28 04:00:11 DEBUG : B2 bucket rclone-test-wucebug2fati: Waiting for checks to finish 2026/08/28 04:00:11 DEBUG : sizeonly: Unchanged skipping 2026/08/28 04:00:11 DEBUG : B2 bucket rclone-test-wucebug2fati: Waiting for transfers to finish 2026/08/28 04:00:11 DEBUG : Waiting for deletions to finish 2026/08/28 04:00:11 INFO : There was nothing to transfer --- PASS: TestSyncSizeOnly (1.46s) === RUN TestSyncIgnoreSize run.go:198: Remote "B2 bucket rclone-test-wucebug2fati", Local "Local file system at /tmp/rclone988977894", Modify Window "1ms" 2026/08/28 04:00:12 DEBUG : ignore-size: Need to transfer - File not found at Destination 2026/08/28 04:00:12 DEBUG : B2 bucket rclone-test-wucebug2fati: Waiting for checks to finish 2026/08/28 04:00:12 DEBUG : B2 bucket rclone-test-wucebug2fati: Waiting for transfers to finish 2026/08/28 04:00:13 DEBUG : ignore-size: sha1 = 4a756ca07e9487f482465a99e8286abc86ba4dc7 OK 2026/08/28 04:00:13 INFO : ignore-size: Copied (new) 2026/08/28 04:00:13 DEBUG : Waiting for deletions to finish 2026/08/28 04:00:13 DEBUG : ignore-size: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:00:13 DEBUG : ignore-size: Unchanged skipping 2026/08/28 04:00:13 DEBUG : B2 bucket rclone-test-wucebug2fati: Waiting for checks to finish 2026/08/28 04:00:13 DEBUG : B2 bucket rclone-test-wucebug2fati: Waiting for transfers to finish 2026/08/28 04:00:13 DEBUG : Waiting for deletions to finish 2026/08/28 04:00:13 INFO : There was nothing to transfer --- PASS: TestSyncIgnoreSize (1.48s) === RUN TestSyncIgnoreTimes run.go:198: Remote "B2 bucket rclone-test-wucebug2fati", Local "Local file system at /tmp/rclone988977894", Modify Window "1ms" 2026/08/28 04:00:14 DEBUG : existing: size = 6 OK 2026/08/28 04:00:14 DEBUG : existing: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:00:14 DEBUG : B2 bucket rclone-test-wucebug2fati: Waiting for checks to finish 2026/08/28 04:00:14 DEBUG : existing: Unchanged skipping 2026/08/28 04:00:14 DEBUG : B2 bucket rclone-test-wucebug2fati: Waiting for transfers to finish 2026/08/28 04:00:14 DEBUG : Waiting for deletions to finish 2026/08/28 04:00:14 INFO : There was nothing to transfer 2026/08/28 04:00:14 DEBUG : existing: Transferring unconditionally as --ignore-times is in use 2026/08/28 04:00:14 DEBUG : B2 bucket rclone-test-wucebug2fati: Waiting for checks to finish 2026/08/28 04:00:14 DEBUG : B2 bucket rclone-test-wucebug2fati: Waiting for transfers to finish 2026/08/28 04:00:15 DEBUG : existing: size = 6 OK 2026/08/28 04:00:15 DEBUG : existing: sha1 = 3e2e95f5ad970eadfa7e17eaf73da97024aa5359 OK 2026/08/28 04:00:15 INFO : existing: Copied (replaced existing) 2026/08/28 04:00:15 DEBUG : Waiting for deletions to finish --- PASS: TestSyncIgnoreTimes (1.64s) === RUN TestSyncIgnoreExisting run.go:198: Remote "B2 bucket rclone-test-wucebug2fati", Local "Local file system at /tmp/rclone988977894", Modify Window "1ms" 2026/08/28 04:00:15 DEBUG : existing: Need to transfer - File not found at Destination 2026/08/28 04:00:15 DEBUG : B2 bucket rclone-test-wucebug2fati: Waiting for checks to finish 2026/08/28 04:00:15 DEBUG : B2 bucket rclone-test-wucebug2fati: Waiting for transfers to finish 2026/08/28 04:00:16 DEBUG : existing: size = 6 OK 2026/08/28 04:00:16 DEBUG : existing: sha1 = 3e2e95f5ad970eadfa7e17eaf73da97024aa5359 OK 2026/08/28 04:00:16 INFO : existing: Copied (new) 2026/08/28 04:00:16 DEBUG : Waiting for deletions to finish 2026/08/28 04:00:16 DEBUG : existing: Destination exists, skipping 2026/08/28 04:00:16 DEBUG : B2 bucket rclone-test-wucebug2fati: Waiting for checks to finish 2026/08/28 04:00:16 DEBUG : B2 bucket rclone-test-wucebug2fati: Waiting for transfers to finish 2026/08/28 04:00:16 DEBUG : Waiting for deletions to finish 2026/08/28 04:00:16 INFO : There was nothing to transfer --- PASS: TestSyncIgnoreExisting (1.47s) === RUN TestSyncIgnoreErrors run.go:198: Remote "B2 bucket rclone-test-wucebug2fati", Local "Local file system at /tmp/rclone988977894", Modify Window "1ms" 2026/08/28 04:00:17 INFO : d: Making directory fstest.go:251: Filtering empty directory "d" 2026/08/28 04:00:18 DEBUG : c/non empty space: size = 5 OK 2026/08/28 04:00:18 DEBUG : c/non empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/28 04:00:18 DEBUG : a/potato2: Need to transfer - File not found at Destination 2026/08/28 04:00:18 DEBUG : c/non empty space: Unchanged skipping 2026/08/28 04:00:18 DEBUG : B2 bucket rclone-test-wucebug2fati: Waiting for checks to finish 2026/08/28 04:00:18 DEBUG : B2 bucket rclone-test-wucebug2fati: Waiting for transfers to finish 2026/08/28 04:00:18 DEBUG : a/potato2: size = 60 OK 2026/08/28 04:00:18 DEBUG : a/potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2026/08/28 04:00:18 INFO : a/potato2: Copied (new) 2026/08/28 04:00:18 DEBUG : Waiting for deletions to finish 2026/08/28 04:00:18 INFO : b/potato: Deleted --- PASS: TestSyncIgnoreErrors (2.20s) === RUN TestSyncAfterChangingModtimeOnly run.go:198: Remote "B2 bucket rclone-test-wucebug2fati", Local "Local file system at /tmp/rclone988977894", Modify Window "1ms" 2026/08/28 04:00:19 DEBUG : empty space: size = 1 OK 2026/08/28 04:00:19 DEBUG : empty space: Modification times differ by -95456h54m52.624456789s: 2011-12-25 12:59:59.123456789 +0000 UTC, 2001-02-03 04:05:06.499 +0000 UTC 2026/08/28 04:00:19 DEBUG : B2 bucket rclone-test-wucebug2fati: Waiting for checks to finish 2026/08/28 04:00:19 DEBUG : empty space: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2026/08/28 04:00:19 NOTICE: empty space: Skipped update modification time as --dry-run is set (size 1) 2026/08/28 04:00:19 DEBUG : empty space: Unchanged skipping 2026/08/28 04:00:19 DEBUG : B2 bucket rclone-test-wucebug2fati: Waiting for transfers to finish 2026/08/28 04:00:19 DEBUG : Waiting for deletions to finish 2026/08/28 04:00:19 INFO : There was nothing to transfer 2026/08/28 04:00:20 DEBUG : empty space: size = 1 OK 2026/08/28 04:00:20 DEBUG : B2 bucket rclone-test-wucebug2fati: Waiting for checks to finish 2026/08/28 04:00:20 DEBUG : empty space: Modification times differ by -95456h54m52.624456789s: 2011-12-25 12:59:59.123456789 +0000 UTC, 2001-02-03 04:05:06.499 +0000 UTC 2026/08/28 04:00:20 DEBUG : empty space: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2026/08/28 04:00:21 INFO : empty space: Updated modification time in destination 2026/08/28 04:00:21 DEBUG : empty space: Unchanged skipping 2026/08/28 04:00:21 DEBUG : B2 bucket rclone-test-wucebug2fati: Waiting for transfers to finish 2026/08/28 04:00:21 DEBUG : Waiting for deletions to finish 2026/08/28 04:00:21 INFO : There was nothing to transfer --- PASS: TestSyncAfterChangingModtimeOnly (2.45s) === RUN TestSyncAfterChangingModtimeOnlyWithNoUpdateModTime run.go:198: Remote "B2 bucket rclone-test-wucebug2fati", Local "Local file system at /tmp/rclone988977894", Modify Window "1ms" 2026/08/28 04:00:22 DEBUG : empty space: size = 1 OK 2026/08/28 04:00:22 DEBUG : empty space: Modification times differ by -95456h54m52.624456789s: 2011-12-25 12:59:59.123456789 +0000 UTC, 2001-02-03 04:05:06.499 +0000 UTC 2026/08/28 04:00:22 DEBUG : B2 bucket rclone-test-wucebug2fati: Waiting for checks to finish 2026/08/28 04:00:22 DEBUG : empty space: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2026/08/28 04:00:22 DEBUG : empty space: Unchanged skipping 2026/08/28 04:00:22 DEBUG : B2 bucket rclone-test-wucebug2fati: Waiting for transfers to finish 2026/08/28 04:00:22 DEBUG : Waiting for deletions to finish 2026/08/28 04:00:22 INFO : There was nothing to transfer --- PASS: TestSyncAfterChangingModtimeOnlyWithNoUpdateModTime (1.27s) === RUN TestSyncDoesntUpdateModtime run.go:198: Remote "B2 bucket rclone-test-wucebug2fati", Local "Local file system at /tmp/rclone988977894", Modify Window "1ms" 2026/08/28 04:00:23 DEBUG : foo: size = 3 OK 2026/08/28 04:00:23 DEBUG : foo: Modification times differ by -95456h54m52.624456789s: 2011-12-25 12:59:59.123456789 +0000 UTC, 2001-02-03 04:05:06.499 +0000 UTC 2026/08/28 04:00:23 DEBUG : B2 bucket rclone-test-wucebug2fati: Waiting for checks to finish 2026/08/28 04:00:23 DEBUG : foo: sha1 = 0beec7b5ea3f0fdbc95d0dd47f3c5bc275da8a33 (Local file system at /tmp/rclone988977894) 2026/08/28 04:00:23 DEBUG : foo: sha1 = 62cdb7020ff920e5aa642c3d4066950dd1f01f4d (B2 bucket rclone-test-wucebug2fati) 2026/08/28 04:00:23 DEBUG : foo: sha1 differ 2026/08/28 04:00:23 DEBUG : B2 bucket rclone-test-wucebug2fati: Waiting for transfers to finish 2026/08/28 04:00:23 DEBUG : foo: size = 3 OK 2026/08/28 04:00:23 DEBUG : foo: sha1 = 0beec7b5ea3f0fdbc95d0dd47f3c5bc275da8a33 OK 2026/08/28 04:00:23 INFO : foo: Copied (replaced existing) 2026/08/28 04:00:23 DEBUG : Waiting for deletions to finish --- PASS: TestSyncDoesntUpdateModtime (1.49s) === RUN TestSyncAfterAddingAFile run.go:198: Remote "B2 bucket rclone-test-wucebug2fati", Local "Local file system at /tmp/rclone988977894", Modify Window "1ms" 2026/08/28 04:00:25 DEBUG : potato: Need to transfer - File not found at Destination 2026/08/28 04:00:25 DEBUG : empty space: size = 1 OK 2026/08/28 04:00:25 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/28 04:00:25 DEBUG : empty space: Unchanged skipping 2026/08/28 04:00:25 DEBUG : B2 bucket rclone-test-wucebug2fati: Waiting for checks to finish 2026/08/28 04:00:25 DEBUG : B2 bucket rclone-test-wucebug2fati: Waiting for transfers to finish 2026/08/28 04:00:25 DEBUG : potato: size = 60 OK 2026/08/28 04:00:25 DEBUG : potato: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2026/08/28 04:00:25 INFO : potato: Copied (new) 2026/08/28 04:00:25 DEBUG : Waiting for deletions to finish --- PASS: TestSyncAfterAddingAFile (2.31s) === RUN TestSyncAfterChangingFilesSizeOnly run.go:198: Remote "B2 bucket rclone-test-wucebug2fati", Local "Local file system at /tmp/rclone988977894", Modify Window "1ms" 2026/08/28 04:00:27 DEBUG : potato: size = 21 (Local file system at /tmp/rclone988977894) 2026/08/28 04:00:27 DEBUG : potato: size = 60 (B2 bucket rclone-test-wucebug2fati) 2026/08/28 04:00:27 DEBUG : potato: Sizes differ 2026/08/28 04:00:27 DEBUG : B2 bucket rclone-test-wucebug2fati: Waiting for checks to finish 2026/08/28 04:00:27 DEBUG : B2 bucket rclone-test-wucebug2fati: Waiting for transfers to finish 2026/08/28 04:00:27 DEBUG : potato: size = 21 OK 2026/08/28 04:00:27 DEBUG : potato: sha1 = 0fd321a1023ac4e1e1054fcc0236b9d0755f722f OK 2026/08/28 04:00:27 INFO : potato: Copied (replaced existing) 2026/08/28 04:00:27 DEBUG : Waiting for deletions to finish --- PASS: TestSyncAfterChangingFilesSizeOnly (1.69s) === RUN TestSyncAfterChangingContentsOnly run.go:198: Remote "B2 bucket rclone-test-wucebug2fati", Local "Local file system at /tmp/rclone988977894", Modify Window "1ms" 2026/08/28 04:00:29 DEBUG : potato: size = 21 OK 2026/08/28 04:00:29 DEBUG : potato: Modification times differ by 119h59m59.876543211s: 2011-12-25 12:59:59.123456789 +0000 UTC, 2011-12-30 12:59:59 +0000 UTC 2026/08/28 04:00:29 DEBUG : B2 bucket rclone-test-wucebug2fati: Waiting for checks to finish 2026/08/28 04:00:29 DEBUG : potato: sha1 = 1ca5094b3b73f587249eabe179c40a3eec839b1f (Local file system at /tmp/rclone988977894) 2026/08/28 04:00:29 DEBUG : potato: sha1 = 0fd321a1023ac4e1e1054fcc0236b9d0755f722f (B2 bucket rclone-test-wucebug2fati) 2026/08/28 04:00:29 DEBUG : potato: sha1 differ 2026/08/28 04:00:29 DEBUG : B2 bucket rclone-test-wucebug2fati: Waiting for transfers to finish 2026/08/28 04:00:29 DEBUG : potato: size = 21 OK 2026/08/28 04:00:29 DEBUG : potato: sha1 = 1ca5094b3b73f587249eabe179c40a3eec839b1f OK 2026/08/28 04:00:29 INFO : potato: Copied (replaced existing) 2026/08/28 04:00:29 DEBUG : Waiting for deletions to finish --- PASS: TestSyncAfterChangingContentsOnly (1.49s) === RUN TestSyncAfterRemovingAFileAndAddingAFileDryRun run.go:198: Remote "B2 bucket rclone-test-wucebug2fati", Local "Local file system at /tmp/rclone988977894", Modify Window "1ms" 2026/08/28 04:00:30 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/28 04:00:30 DEBUG : empty space: size = 1 OK 2026/08/28 04:00:30 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/28 04:00:30 DEBUG : empty space: Unchanged skipping 2026/08/28 04:00:30 DEBUG : B2 bucket rclone-test-wucebug2fati: Waiting for checks to finish 2026/08/28 04:00:30 DEBUG : B2 bucket rclone-test-wucebug2fati: Waiting for transfers to finish 2026/08/28 04:00:30 NOTICE: potato2: Skipped copy as --dry-run is set (size 60) 2026/08/28 04:00:30 DEBUG : Waiting for deletions to finish 2026/08/28 04:00:30 NOTICE: potato: Skipped delete as --dry-run is set (size 21) --- PASS: TestSyncAfterRemovingAFileAndAddingAFileDryRun (1.50s) === RUN TestSyncAfterRemovingAFileAndAddingAFile run.go:198: Remote "B2 bucket rclone-test-wucebug2fati", Local "Local file system at /tmp/rclone988977894", Modify Window "1ms" 2026/08/28 04:00:32 DEBUG : empty space: size = 1 OK 2026/08/28 04:00:32 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/28 04:00:32 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/28 04:00:32 DEBUG : empty space: Unchanged skipping 2026/08/28 04:00:32 DEBUG : B2 bucket rclone-test-wucebug2fati: Waiting for checks to finish 2026/08/28 04:00:32 DEBUG : B2 bucket rclone-test-wucebug2fati: Waiting for transfers to finish 2026/08/28 04:00:32 DEBUG : potato2: size = 60 OK 2026/08/28 04:00:32 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2026/08/28 04:00:32 INFO : potato2: Copied (new) 2026/08/28 04:00:32 DEBUG : Waiting for deletions to finish 2026/08/28 04:00:33 INFO : potato: Deleted --- PASS: TestSyncAfterRemovingAFileAndAddingAFile (2.29s) === RUN TestSyncAfterRemovingAFileAndAddingAFileSubDir run.go:198: Remote "B2 bucket rclone-test-wucebug2fati", Local "Local file system at /tmp/rclone988977894", Modify Window "1ms" 2026/08/28 04:00:34 INFO : d: Making directory 2026/08/28 04:00:34 INFO : d/e: Making directory fstest.go:251: Filtering empty directory "d" fstest.go:251: Filtering empty directory "d/e" 2026/08/28 04:00:34 DEBUG : c/non empty space: size = 5 OK 2026/08/28 04:00:34 DEBUG : a/potato2: Need to transfer - File not found at Destination 2026/08/28 04:00:34 DEBUG : c/non empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/28 04:00:34 DEBUG : c/non empty space: Unchanged skipping 2026/08/28 04:00:34 DEBUG : B2 bucket rclone-test-wucebug2fati: Waiting for checks to finish 2026/08/28 04:00:34 DEBUG : B2 bucket rclone-test-wucebug2fati: Waiting for transfers to finish 2026/08/28 04:00:35 DEBUG : a/potato2: size = 60 OK 2026/08/28 04:00:35 DEBUG : a/potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2026/08/28 04:00:35 INFO : a/potato2: Copied (new) 2026/08/28 04:00:35 DEBUG : Waiting for deletions to finish 2026/08/28 04:00:35 INFO : b/potato: Deleted --- PASS: TestSyncAfterRemovingAFileAndAddingAFileSubDir (2.32s) === RUN TestSyncAfterRemovingAFileAndAddingAFileSubDirWithErrors run.go:198: Remote "B2 bucket rclone-test-wucebug2fati", Local "Local file system at /tmp/rclone988977894", Modify Window "1ms" 2026/08/28 04:00:36 INFO : d: Making directory fstest.go:251: Filtering empty directory "d" 2026/08/28 04:00:36 DEBUG : c/non empty space: size = 5 OK 2026/08/28 04:00:36 DEBUG : c/non empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/28 04:00:36 DEBUG : a/potato2: Need to transfer - File not found at Destination 2026/08/28 04:00:36 DEBUG : c/non empty space: Unchanged skipping 2026/08/28 04:00:36 DEBUG : B2 bucket rclone-test-wucebug2fati: Waiting for checks to finish 2026/08/28 04:00:36 DEBUG : B2 bucket rclone-test-wucebug2fati: Waiting for transfers to finish 2026/08/28 04:00:37 DEBUG : a/potato2: size = 60 OK 2026/08/28 04:00:37 DEBUG : a/potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2026/08/28 04:00:37 INFO : a/potato2: Copied (new) 2026/08/28 04:00:37 ERROR : B2 bucket rclone-test-wucebug2fati: not deleting files as there were IO errors 2026/08/28 04:00:37 ERROR : B2 bucket rclone-test-wucebug2fati: not deleting directories as there were IO errors fstest.go:251: Filtering empty directory "d" --- PASS: TestSyncAfterRemovingAFileAndAddingAFileSubDirWithErrors (2.35s) === RUN TestSyncDeleteAfter --- PASS: TestSyncDeleteAfter (0.00s) === RUN TestSyncDeleteDuring run.go:198: Remote "B2 bucket rclone-test-wucebug2fati", Local "Local file system at /tmp/rclone988977894", Modify Window "1ms" 2026/08/28 04:00:39 DEBUG : Waiting for deletions to finish 2026/08/28 04:00:39 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/28 04:00:39 DEBUG : empty space: size = 1 OK 2026/08/28 04:00:39 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/28 04:00:39 DEBUG : empty space: Unchanged skipping 2026/08/28 04:00:39 DEBUG : B2 bucket rclone-test-wucebug2fati: Waiting for checks to finish 2026/08/28 04:00:39 DEBUG : B2 bucket rclone-test-wucebug2fati: Waiting for transfers to finish 2026/08/28 04:00:39 INFO : potato: Deleted 2026/08/28 04:00:39 DEBUG : potato2: size = 60 OK 2026/08/28 04:00:39 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2026/08/28 04:00:39 INFO : potato2: Copied (new) --- PASS: TestSyncDeleteDuring (2.26s) === RUN TestSyncDeleteBefore run.go:198: Remote "B2 bucket rclone-test-wucebug2fati", Local "Local file system at /tmp/rclone988977894", Modify Window "1ms" 2026/08/28 04:00:41 DEBUG : Waiting for deletions to finish 2026/08/28 04:00:41 DEBUG : B2 bucket rclone-test-wucebug2fati: Waiting for checks to finish 2026/08/28 04:00:41 DEBUG : B2 bucket rclone-test-wucebug2fati: Waiting for transfers to finish 2026/08/28 04:00:41 INFO : potato: Deleted 2026/08/28 04:00:42 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/28 04:00:42 DEBUG : empty space: size = 1 OK 2026/08/28 04:00:42 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/28 04:00:42 DEBUG : empty space: Unchanged skipping 2026/08/28 04:00:42 DEBUG : B2 bucket rclone-test-wucebug2fati: Waiting for checks to finish 2026/08/28 04:00:42 DEBUG : B2 bucket rclone-test-wucebug2fati: Waiting for transfers to finish 2026/08/28 04:00:42 DEBUG : potato2: size = 60 OK 2026/08/28 04:00:42 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2026/08/28 04:00:42 INFO : potato2: Copied (new) --- PASS: TestSyncDeleteBefore (2.53s) === RUN TestCopyDeleteBefore run.go:198: Remote "B2 bucket rclone-test-wucebug2fati", Local "Local file system at /tmp/rclone988977894", Modify Window "1ms" 2026/08/28 04:00:43 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/28 04:00:43 DEBUG : B2 bucket rclone-test-wucebug2fati: Waiting for checks to finish 2026/08/28 04:00:43 DEBUG : B2 bucket rclone-test-wucebug2fati: Waiting for transfers to finish 2026/08/28 04:00:44 DEBUG : potato2: size = 19 OK 2026/08/28 04:00:44 DEBUG : potato2: sha1 = 810274f0df19dab60a894a562b7a8ff04c072623 OK 2026/08/28 04:00:44 INFO : potato2: Copied (new) --- PASS: TestCopyDeleteBefore (1.63s) === RUN TestSyncWithExclude run.go:198: Remote "B2 bucket rclone-test-wucebug2fati", Local "Local file system at /tmp/rclone988977894", Modify Window "1ms" 2026/08/28 04:00:46 DEBUG : enormous: Excluded (Size Filter) 2026/08/28 04:00:46 DEBUG : enormous: Excluded 2026/08/28 04:00:46 DEBUG : potato2: Excluded (Size Filter) 2026/08/28 04:00:46 DEBUG : potato2: Excluded 2026/08/28 04:00:46 DEBUG : potato2: Excluded (Size Filter) 2026/08/28 04:00:46 DEBUG : empty space: size = 1 OK 2026/08/28 04:00:46 DEBUG : B2 bucket rclone-test-wucebug2fati: Waiting for checks to finish 2026/08/28 04:00:46 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/28 04:00:46 DEBUG : empty space: Unchanged skipping 2026/08/28 04:00:46 DEBUG : B2 bucket rclone-test-wucebug2fati: Waiting for transfers to finish 2026/08/28 04:00:46 DEBUG : Waiting for deletions to finish 2026/08/28 04:00:46 INFO : There was nothing to transfer 2026/08/28 04:00:46 DEBUG : enormous: Excluded (Size Filter) 2026/08/28 04:00:46 DEBUG : enormous: Excluded 2026/08/28 04:00:46 DEBUG : potato2: Excluded (Size Filter) 2026/08/28 04:00:46 DEBUG : potato2: Excluded 2026/08/28 04:00:46 DEBUG : potato2: Excluded (Size Filter) 2026/08/28 04:00:46 DEBUG : empty space: size = 1 OK 2026/08/28 04:00:46 DEBUG : empty space: Size and modification time the same (differ by 456.789µs, within tolerance 1ms) 2026/08/28 04:00:46 DEBUG : empty space: Unchanged skipping 2026/08/28 04:00:46 DEBUG : Local file system at /tmp/rclone988977894: Waiting for checks to finish 2026/08/28 04:00:46 DEBUG : Local file system at /tmp/rclone988977894: Waiting for transfers to finish 2026/08/28 04:00:46 DEBUG : Waiting for deletions to finish 2026/08/28 04:00:46 INFO : There was nothing to transfer --- PASS: TestSyncWithExclude (2.53s) === RUN TestSyncWithExcludeAndDeleteExcluded run.go:198: Remote "B2 bucket rclone-test-wucebug2fati", Local "Local file system at /tmp/rclone988977894", Modify Window "1ms" 2026/08/28 04:00:48 DEBUG : enormous: Excluded (Size Filter) 2026/08/28 04:00:48 DEBUG : enormous: Excluded 2026/08/28 04:00:48 DEBUG : potato2: Excluded (Size Filter) 2026/08/28 04:00:48 DEBUG : potato2: Excluded 2026/08/28 04:00:48 DEBUG : B2 bucket rclone-test-wucebug2fati: Waiting for checks to finish 2026/08/28 04:00:48 DEBUG : empty space: size = 1 OK 2026/08/28 04:00:48 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/28 04:00:48 DEBUG : empty space: Unchanged skipping 2026/08/28 04:00:48 DEBUG : B2 bucket rclone-test-wucebug2fati: Waiting for transfers to finish 2026/08/28 04:00:48 DEBUG : Waiting for deletions to finish 2026/08/28 04:00:49 INFO : potato2: Deleted 2026/08/28 04:00:49 INFO : enormous: Deleted 2026/08/28 04:00:49 INFO : There was nothing to transfer 2026/08/28 04:00:49 DEBUG : empty space: size = 1 OK 2026/08/28 04:00:49 DEBUG : empty space: Size and modification time the same (differ by 456.789µs, within tolerance 1ms) 2026/08/28 04:00:49 DEBUG : empty space: Unchanged skipping 2026/08/28 04:00:49 DEBUG : Local file system at /tmp/rclone988977894: Waiting for checks to finish 2026/08/28 04:00:49 DEBUG : Local file system at /tmp/rclone988977894: Waiting for transfers to finish 2026/08/28 04:00:49 DEBUG : Waiting for deletions to finish 2026/08/28 04:00:49 INFO : enormous: Deleted 2026/08/28 04:00:49 INFO : potato2: Deleted 2026/08/28 04:00:49 INFO : There was nothing to transfer --- PASS: TestSyncWithExcludeAndDeleteExcluded (2.65s) === RUN TestSyncWithUpdateOlder run.go:198: Remote "B2 bucket rclone-test-wucebug2fati", Local "Local file system at /tmp/rclone988977894", Modify Window "1ms" 2026/08/28 04:00:51 DEBUG : five: Need to transfer - File not found at Destination 2026/08/28 04:00:51 DEBUG : four: size = 4 (Local file system at /tmp/rclone988977894) 2026/08/28 04:00:51 DEBUG : four: size = 8 (B2 bucket rclone-test-wucebug2fati) 2026/08/28 04:00:51 DEBUG : four: Sizes differ 2026/08/28 04:00:51 DEBUG : one: Destination is newer than source, skipping 2026/08/28 04:00:51 DEBUG : three: size = 5 OK 2026/08/28 04:00:51 DEBUG : three: Sizes identical 2026/08/28 04:00:51 DEBUG : four: Destination mod time is within 1s of source but files differ, transferring 2026/08/28 04:00:51 DEBUG : three: Destination mod time is within 1s of source and files identical, skipping 2026/08/28 04:00:51 DEBUG : two: size = 3 OK 2026/08/28 04:00:51 DEBUG : B2 bucket rclone-test-wucebug2fati: Waiting for checks to finish 2026/08/28 04:00:51 DEBUG : two: sha1 = ad782ecdac770fc6eb9a62e44f90873fb97fb26b (Local file system at /tmp/rclone988977894) 2026/08/28 04:00:51 DEBUG : two: sha1 = b10e0da85e90399abfec36c7376b20aa4596461b (B2 bucket rclone-test-wucebug2fati) 2026/08/28 04:00:51 DEBUG : two: sha1 differ 2026/08/28 04:00:51 DEBUG : B2 bucket rclone-test-wucebug2fati: Waiting for transfers to finish 2026/08/28 04:00:51 DEBUG : five: size = 4 OK 2026/08/28 04:00:51 DEBUG : five: sha1 = 4db2c1df4610cd6c0da6b9197b066bfb4e9b9d00 OK 2026/08/28 04:00:51 INFO : five: Copied (new) 2026/08/28 04:00:52 DEBUG : four: size = 4 OK 2026/08/28 04:00:52 DEBUG : four: sha1 = 9f8f7eec5dea5ac43738721939c120318cbff1df OK 2026/08/28 04:00:52 INFO : four: Copied (replaced existing) 2026/08/28 04:00:52 DEBUG : two: size = 3 OK 2026/08/28 04:00:52 DEBUG : two: sha1 = ad782ecdac770fc6eb9a62e44f90873fb97fb26b OK 2026/08/28 04:00:52 INFO : two: Copied (replaced existing) 2026/08/28 04:00:52 DEBUG : Waiting for deletions to finish 2026/08/28 04:00:52 DEBUG : four: size = 4 OK 2026/08/28 04:00:52 DEBUG : five: size = 4 OK 2026/08/28 04:00:52 DEBUG : one: Destination is newer than source, skipping 2026/08/28 04:00:52 DEBUG : two: size = 3 OK 2026/08/28 04:00:52 DEBUG : B2 bucket rclone-test-wucebug2fati: Waiting for checks to finish 2026/08/28 04:00:52 DEBUG : four: sha1 = 9f8f7eec5dea5ac43738721939c120318cbff1df OK 2026/08/28 04:00:52 DEBUG : four: Size and sha1 of src and dst objects identical 2026/08/28 04:00:52 DEBUG : three: size = 5 OK 2026/08/28 04:00:52 DEBUG : four: Destination mod time is within 1s of source and files identical, skipping 2026/08/28 04:00:52 DEBUG : five: sha1 = 4db2c1df4610cd6c0da6b9197b066bfb4e9b9d00 OK 2026/08/28 04:00:52 DEBUG : five: Size and sha1 of src and dst objects identical 2026/08/28 04:00:52 DEBUG : five: Destination mod time is within 1s of source and files identical, skipping 2026/08/28 04:00:52 DEBUG : two: sha1 = ad782ecdac770fc6eb9a62e44f90873fb97fb26b OK 2026/08/28 04:00:52 DEBUG : two: Size and sha1 of src and dst objects identical 2026/08/28 04:00:52 DEBUG : two: Destination mod time is within 1s of source and files identical, skipping 2026/08/28 04:00:52 DEBUG : three: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb (Local file system at /tmp/rclone988977894) 2026/08/28 04:00:52 DEBUG : three: sha1 = 03731cad13f4cf7b59703c77529381cdec1632e5 (B2 bucket rclone-test-wucebug2fati) 2026/08/28 04:00:52 DEBUG : three: sha1 differ 2026/08/28 04:00:52 DEBUG : three: Destination mod time is within 1s of source but files differ, transferring 2026/08/28 04:00:52 DEBUG : B2 bucket rclone-test-wucebug2fati: Waiting for transfers to finish 2026/08/28 04:00:52 DEBUG : three: size = 5 OK 2026/08/28 04:00:52 DEBUG : three: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2026/08/28 04:00:52 INFO : three: Copied (replaced existing) 2026/08/28 04:00:52 DEBUG : Waiting for deletions to finish --- PASS: TestSyncWithUpdateOlder (4.13s) === 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-wucebug2fati", Local "Local file system at /tmp/rclone988977894", Modify Window "1ms" sync_test.go:1569: Can track renames: true 2026/08/28 04:00:54 INFO : B2 bucket rclone-test-wucebug2fati: Making map for --track-renames 2026/08/28 04:00:54 INFO : B2 bucket rclone-test-wucebug2fati: Finished making map for --track-renames 2026/08/28 04:00:54 DEBUG : B2 bucket rclone-test-wucebug2fati: Waiting for checks to finish 2026/08/28 04:00:54 DEBUG : yam: Need to transfer - No matching file found at Destination 2026/08/28 04:00:54 DEBUG : B2 bucket rclone-test-wucebug2fati: Waiting for renames to finish 2026/08/28 04:00:54 DEBUG : potato: Need to transfer - No matching file found at Destination 2026/08/28 04:00:54 DEBUG : B2 bucket rclone-test-wucebug2fati: Waiting for transfers to finish 2026/08/28 04:00:54 DEBUG : yam: size = 11 OK 2026/08/28 04:00:54 DEBUG : yam: sha1 = ad84b2fb6729688a5ee3225164a6d4d58465b33e OK 2026/08/28 04:00:54 INFO : yam: Copied (new) 2026/08/28 04:00:54 DEBUG : potato: size = 14 OK 2026/08/28 04:00:54 DEBUG : potato: sha1 = 1d1ac61cfffcfdd0a15cc9ae575fb06ca8c11fb5 OK 2026/08/28 04:00:54 INFO : potato: Copied (new) 2026/08/28 04:00:54 DEBUG : Waiting for deletions to finish 2026/08/28 04:00:55 INFO : B2 bucket rclone-test-wucebug2fati: Making map for --track-renames 2026/08/28 04:00:55 INFO : B2 bucket rclone-test-wucebug2fati: Finished making map for --track-renames 2026/08/28 04:00:55 DEBUG : B2 bucket rclone-test-wucebug2fati: Waiting for checks to finish 2026/08/28 04:00:55 DEBUG : potato: size = 14 OK 2026/08/28 04:00:55 DEBUG : potato: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:00:55 DEBUG : potato: Unchanged skipping 2026/08/28 04:00:55 DEBUG : B2 bucket rclone-test-wucebug2fati: Waiting for renames to finish 2026/08/28 04:00:55 DEBUG : yaml: size = 11 OK 2026/08/28 04:00:55 DEBUG : yam: sha1 = ad84b2fb6729688a5ee3225164a6d4d58465b33e OK 2026/08/28 04:00:55 INFO : yam: Copied (server-side copy) to: yaml 2026/08/28 04:00:56 INFO : yam: Deleted 2026/08/28 04:00:56 INFO : yaml: Renamed from "yam" 2026/08/28 04:00:56 DEBUG : B2 bucket rclone-test-wucebug2fati: Waiting for transfers to finish 2026/08/28 04:00:56 DEBUG : Waiting for deletions to finish --- PASS: TestSyncWithTrackRenames (2.61s) === RUN TestParseRenamesStrategyModtime --- PASS: TestParseRenamesStrategyModtime (0.00s) === RUN TestRenamesStrategyModtime --- PASS: TestRenamesStrategyModtime (0.00s) === RUN TestSyncWithTrackRenamesStrategyModtime run.go:198: Remote "B2 bucket rclone-test-wucebug2fati", Local "Local file system at /tmp/rclone988977894", Modify Window "1ms" sync_test.go:1641: Can track renames: true 2026/08/28 04:00:57 INFO : B2 bucket rclone-test-wucebug2fati: Making map for --track-renames 2026/08/28 04:00:57 INFO : B2 bucket rclone-test-wucebug2fati: Finished making map for --track-renames 2026/08/28 04:00:57 DEBUG : B2 bucket rclone-test-wucebug2fati: Waiting for checks to finish 2026/08/28 04:00:57 DEBUG : potato: Need to transfer - No matching file found at Destination 2026/08/28 04:00:57 DEBUG : B2 bucket rclone-test-wucebug2fati: Waiting for renames to finish 2026/08/28 04:00:57 DEBUG : yam: Need to transfer - No matching file found at Destination 2026/08/28 04:00:57 DEBUG : B2 bucket rclone-test-wucebug2fati: Waiting for transfers to finish 2026/08/28 04:00:57 DEBUG : potato: size = 14 OK 2026/08/28 04:00:57 DEBUG : potato: sha1 = 1d1ac61cfffcfdd0a15cc9ae575fb06ca8c11fb5 OK 2026/08/28 04:00:57 INFO : potato: Copied (new) 2026/08/28 04:00:57 DEBUG : yam: size = 11 OK 2026/08/28 04:00:57 DEBUG : yam: sha1 = ad84b2fb6729688a5ee3225164a6d4d58465b33e OK 2026/08/28 04:00:57 INFO : yam: Copied (new) 2026/08/28 04:00:57 DEBUG : Waiting for deletions to finish 2026/08/28 04:00:57 INFO : B2 bucket rclone-test-wucebug2fati: Making map for --track-renames 2026/08/28 04:00:57 INFO : B2 bucket rclone-test-wucebug2fati: Finished making map for --track-renames 2026/08/28 04:00:57 DEBUG : potato: size = 14 OK 2026/08/28 04:00:57 DEBUG : potato: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:00:57 DEBUG : potato: Unchanged skipping 2026/08/28 04:00:57 DEBUG : B2 bucket rclone-test-wucebug2fati: Waiting for checks to finish 2026/08/28 04:00:57 DEBUG : B2 bucket rclone-test-wucebug2fati: Waiting for renames to finish 2026/08/28 04:00:58 DEBUG : yaml: size = 11 OK 2026/08/28 04:00:58 DEBUG : yam: sha1 = ad84b2fb6729688a5ee3225164a6d4d58465b33e OK 2026/08/28 04:00:58 INFO : yam: Copied (server-side copy) to: yaml 2026/08/28 04:00:58 INFO : yam: Deleted 2026/08/28 04:00:58 INFO : yaml: Renamed from "yam" 2026/08/28 04:00:58 DEBUG : B2 bucket rclone-test-wucebug2fati: Waiting for transfers to finish 2026/08/28 04:00:58 DEBUG : Waiting for deletions to finish --- PASS: TestSyncWithTrackRenamesStrategyModtime (2.30s) === RUN TestSyncWithTrackRenamesStrategyLeaf run.go:198: Remote "B2 bucket rclone-test-wucebug2fati", Local "Local file system at /tmp/rclone988977894", Modify Window "1ms" sync_test.go:1680: Can track renames: true 2026/08/28 04:00:59 INFO : B2 bucket rclone-test-wucebug2fati: Making map for --track-renames 2026/08/28 04:00:59 INFO : B2 bucket rclone-test-wucebug2fati: Finished making map for --track-renames 2026/08/28 04:00:59 DEBUG : B2 bucket rclone-test-wucebug2fati: Waiting for checks to finish 2026/08/28 04:00:59 DEBUG : potato: Need to transfer - No matching file found at Destination 2026/08/28 04:00:59 DEBUG : sub/yam: Need to transfer - No matching file found at Destination 2026/08/28 04:00:59 DEBUG : B2 bucket rclone-test-wucebug2fati: Waiting for renames to finish 2026/08/28 04:00:59 DEBUG : B2 bucket rclone-test-wucebug2fati: Waiting for transfers to finish 2026/08/28 04:00:59 DEBUG : potato: size = 14 OK 2026/08/28 04:00:59 DEBUG : potato: sha1 = 1d1ac61cfffcfdd0a15cc9ae575fb06ca8c11fb5 OK 2026/08/28 04:00:59 INFO : potato: Copied (new) 2026/08/28 04:00:59 DEBUG : sub/yam: size = 11 OK 2026/08/28 04:00:59 DEBUG : sub/yam: sha1 = ad84b2fb6729688a5ee3225164a6d4d58465b33e OK 2026/08/28 04:00:59 INFO : sub/yam: Copied (new) 2026/08/28 04:00:59 DEBUG : Waiting for deletions to finish 2026/08/28 04:01:00 DEBUG : potato: size = 14 OK 2026/08/28 04:01:00 DEBUG : potato: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:01:00 INFO : B2 bucket rclone-test-wucebug2fati: Making map for --track-renames 2026/08/28 04:01:00 INFO : B2 bucket rclone-test-wucebug2fati: Finished making map for --track-renames 2026/08/28 04:01:00 DEBUG : B2 bucket rclone-test-wucebug2fati: Waiting for checks to finish 2026/08/28 04:01:00 DEBUG : potato: Unchanged skipping 2026/08/28 04:01:00 DEBUG : B2 bucket rclone-test-wucebug2fati: Waiting for renames to finish 2026/08/28 04:01:00 DEBUG : yam: size = 11 OK 2026/08/28 04:01:00 DEBUG : sub/yam: sha1 = ad84b2fb6729688a5ee3225164a6d4d58465b33e OK 2026/08/28 04:01:00 INFO : sub/yam: Copied (server-side copy) to: yam 2026/08/28 04:01:00 INFO : sub/yam: Deleted 2026/08/28 04:01:00 INFO : yam: Renamed from "sub/yam" 2026/08/28 04:01:00 DEBUG : B2 bucket rclone-test-wucebug2fati: Waiting for transfers to finish 2026/08/28 04:01:00 DEBUG : Waiting for deletions to finish --- PASS: TestSyncWithTrackRenamesStrategyLeaf (2.25s) === RUN TestServerSideMoveLocal run.go:198: Remote "B2 bucket rclone-test-wucebug2fati", Local "Local file system at /tmp/rclone988977894", Modify Window "1ms" 2026/08/28 04:01:01 DEBUG : Creating backend with remote "/tmp/rclone988977894/dir1" 2026/08/28 04:01:01 DEBUG : Creating backend with remote "/tmp/rclone988977894/dir2" 2026/08/28 04:01:01 DEBUG : Local file system at /tmp/rclone988977894/dir2: Using server-side directory move 2026/08/28 04:01:01 INFO : Local file system at /tmp/rclone988977894/dir2: Server side directory move failed - fallback to file moves: can't copy directory - destination already exists 2026/08/28 04:01:01 DEBUG : file1.txt: Need to transfer - File not found at Destination 2026/08/28 04:01:01 INFO : file1.txt: Moved (server-side) 2026/08/28 04:01:01 DEBUG : Local file system at /tmp/rclone988977894/dir2: Waiting for checks to finish 2026/08/28 04:01:01 DEBUG : Local file system at /tmp/rclone988977894/dir2: Waiting for transfers to finish --- PASS: TestServerSideMoveLocal (0.37s) === RUN TestMoveWithDeleteEmptySrcDirs run.go:198: Remote "B2 bucket rclone-test-wucebug2fati", Local "Local file system at /tmp/rclone988977894", Modify Window "1ms" 2026/08/28 04:01:02 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/28 04:01:02 DEBUG : nested/sub dir/file: Need to transfer - File not found at Destination 2026/08/28 04:01:02 DEBUG : B2 bucket rclone-test-wucebug2fati: Waiting for checks to finish 2026/08/28 04:01:02 DEBUG : B2 bucket rclone-test-wucebug2fati: Waiting for transfers to finish 2026/08/28 04:01:02 DEBUG : sub dir/hello world: size = 11 OK 2026/08/28 04:01:02 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/28 04:01:02 INFO : sub dir/hello world: Copied (new) 2026/08/28 04:01:02 INFO : sub dir/hello world: Deleted 2026/08/28 04:01:02 DEBUG : nested/sub dir/file: size = 6 OK 2026/08/28 04:01:02 DEBUG : nested/sub dir/file: sha1 = b4b3e0a278988bc15f2913af3f4153ccef74e465 OK 2026/08/28 04:01:02 INFO : nested/sub dir/file: Copied (new) 2026/08/28 04:01:02 INFO : nested/sub dir/file: Deleted 2026/08/28 04:01:02 INFO : sub dir: Removing directory 2026/08/28 04:01:02 INFO : nested/sub dir: Removing directory 2026/08/28 04:01:02 INFO : nested: Removing directory 2026/08/28 04:01:02 DEBUG : Local file system at /tmp/rclone988977894: deleted 3 directories --- PASS: TestMoveWithDeleteEmptySrcDirs (1.35s) === RUN TestMoveWithoutDeleteEmptySrcDirs run.go:198: Remote "B2 bucket rclone-test-wucebug2fati", Local "Local file system at /tmp/rclone988977894", Modify Window "1ms" 2026/08/28 04:01:03 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/28 04:01:03 DEBUG : nested/sub dir/file: Need to transfer - File not found at Destination 2026/08/28 04:01:03 DEBUG : B2 bucket rclone-test-wucebug2fati: Waiting for checks to finish 2026/08/28 04:01:03 DEBUG : B2 bucket rclone-test-wucebug2fati: Waiting for transfers to finish 2026/08/28 04:01:03 DEBUG : sub dir/hello world: size = 11 OK 2026/08/28 04:01:03 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/28 04:01:03 INFO : sub dir/hello world: Copied (new) 2026/08/28 04:01:03 INFO : sub dir/hello world: Deleted 2026/08/28 04:01:03 DEBUG : nested/sub dir/file: size = 6 OK 2026/08/28 04:01:03 DEBUG : nested/sub dir/file: sha1 = b4b3e0a278988bc15f2913af3f4153ccef74e465 OK 2026/08/28 04:01:03 INFO : nested/sub dir/file: Copied (new) 2026/08/28 04:01:03 INFO : nested/sub dir/file: Deleted --- PASS: TestMoveWithoutDeleteEmptySrcDirs (1.28s) === RUN TestMoveWithIgnoreExisting run.go:198: Remote "B2 bucket rclone-test-wucebug2fati", Local "Local file system at /tmp/rclone988977894", Modify Window "1ms" 2026/08/28 04:01:04 DEBUG : existing-b: Need to transfer - File not found at Destination 2026/08/28 04:01:04 DEBUG : existing: Need to transfer - File not found at Destination 2026/08/28 04:01:04 DEBUG : B2 bucket rclone-test-wucebug2fati: Waiting for checks to finish 2026/08/28 04:01:04 DEBUG : B2 bucket rclone-test-wucebug2fati: Waiting for transfers to finish 2026/08/28 04:01:04 DEBUG : existing: size = 6 OK 2026/08/28 04:01:04 DEBUG : existing: sha1 = 3e2e95f5ad970eadfa7e17eaf73da97024aa5359 OK 2026/08/28 04:01:04 INFO : existing: Copied (new) 2026/08/28 04:01:04 INFO : existing: Deleted 2026/08/28 04:01:04 DEBUG : existing-b: size = 6 OK 2026/08/28 04:01:04 DEBUG : existing-b: sha1 = 321f6b7e8bf7f29aab89c5e41a555b1b0baa41a9 OK 2026/08/28 04:01:04 INFO : existing-b: Copied (new) 2026/08/28 04:01:04 INFO : existing-b: Deleted 2026/08/28 04:01:05 DEBUG : existing: Destination exists, skipping 2026/08/28 04:01:05 DEBUG : existing: Not removing source file as destination file exists and --ignore-existing is set 2026/08/28 04:01:05 DEBUG : B2 bucket rclone-test-wucebug2fati: Waiting for checks to finish 2026/08/28 04:01:05 DEBUG : B2 bucket rclone-test-wucebug2fati: Waiting for transfers to finish 2026/08/28 04:01:05 INFO : There was nothing to transfer --- PASS: TestMoveWithIgnoreExisting (1.85s) === RUN TestServerSideMove run.go:198: Remote "B2 bucket rclone-test-wucebug2fati", Local "Local file system at /tmp/rclone988977894", Modify Window "1ms" 2026/08/28 04:01:06 DEBUG : Creating backend with remote "TestB2:rclone-test-kodikuk5sosu" sync_test.go:1736: Server side move (if possible) B2 bucket rclone-test-wucebug2fati -> B2 bucket rclone-test-kodikuk5sosu 2026/08/28 04:01:10 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/28 04:01:10 DEBUG : empty space: size = 1 OK 2026/08/28 04:01:10 DEBUG : empty space: Size and modification time the same (differ by 0s, within tolerance 1ms) 2026/08/28 04:01:10 DEBUG : empty space: Unchanged skipping 2026/08/28 04:01:10 DEBUG : potato3: size = 68 (B2 bucket rclone-test-wucebug2fati) 2026/08/28 04:01:10 DEBUG : potato3: size = 60 (B2 bucket rclone-test-kodikuk5sosu) 2026/08/28 04:01:10 DEBUG : potato3: Sizes differ 2026/08/28 04:01:10 DEBUG : B2 bucket rclone-test-kodikuk5sosu: Waiting for checks to finish 2026/08/28 04:01:10 INFO : empty space: Deleted 2026/08/28 04:01:10 DEBUG : B2 bucket rclone-test-kodikuk5sosu: Waiting for transfers to finish 2026/08/28 04:01:10 DEBUG : potato2: size = 60 OK 2026/08/28 04:01:10 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2026/08/28 04:01:10 INFO : potato2: Copied (server-side copy) 2026/08/28 04:01:11 INFO : potato2: Deleted 2026/08/28 04:01:11 DEBUG : potato3: size = 68 OK 2026/08/28 04:01:11 DEBUG : potato3: sha1 = 568f8850f3c1a384731dbe40c6d72e1dcae342a0 OK 2026/08/28 04:01:11 INFO : potato3: Copied (server-side copy) 2026/08/28 04:01:11 INFO : potato3: Deleted 2026/08/28 04:01:11 DEBUG : Creating backend with remote "TestB2:rclone-test-sifoqiw8yone" 2026/08/28 04:01:13 DEBUG : empty space: Need to transfer - File not found at Destination 2026/08/28 04:01:13 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/28 04:01:13 DEBUG : potato3: Need to transfer - File not found at Destination 2026/08/28 04:01:13 DEBUG : B2 bucket rclone-test-sifoqiw8yone: Waiting for checks to finish 2026/08/28 04:01:13 DEBUG : B2 bucket rclone-test-sifoqiw8yone: Waiting for transfers to finish 2026/08/28 04:01:13 DEBUG : empty space: size = 1 OK 2026/08/28 04:01:13 DEBUG : empty space: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2026/08/28 04:01:13 INFO : empty space: Copied (server-side copy) 2026/08/28 04:01:13 INFO : empty space: Deleted 2026/08/28 04:01:14 DEBUG : potato2: size = 60 OK 2026/08/28 04:01:14 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2026/08/28 04:01:14 INFO : potato2: Copied (server-side copy) 2026/08/28 04:01:14 INFO : potato2: Deleted 2026/08/28 04:01:14 DEBUG : potato3: size = 68 OK 2026/08/28 04:01:14 DEBUG : potato3: sha1 = 568f8850f3c1a384731dbe40c6d72e1dcae342a0 OK 2026/08/28 04:01:14 INFO : potato3: Copied (server-side copy) 2026/08/28 04:01:14 INFO : potato3: Deleted 2026/08/28 04:01:15 DEBUG : B2 bucket rclone-test-sifoqiw8yone: Purge remote 2026/08/28 04:01:15 INFO : B2 bucket rclone-test-sifoqiw8yone: cleaning bucket "rclone-test-sifoqiw8yone" of all files 2026/08/28 04:01:15 DEBUG : empty space: Deleting (id "4_zdfb26d33807d4b6baf080e1b_f417ae3dcaee40b87_d20260828_m040113_c001_v0001131_t0032_u01787889673599") 2026/08/28 04:01:15 DEBUG : potato2: Deleting (id "4_zdfb26d33807d4b6baf080e1b_f1124ba40d82c971a_d20260828_m040113_c001_v0001161_t0035_u01787889673812") 2026/08/28 04:01:15 DEBUG : potato3: Deleting (id "4_zdfb26d33807d4b6baf080e1b_f10079cfa6863e250_d20260828_m040113_c001_v0001134_t0043_u01787889673958") 2026/08/28 04:01:15 DEBUG : B2 bucket rclone-test-kodikuk5sosu: Purge remote 2026/08/28 04:01:15 INFO : B2 bucket rclone-test-kodikuk5sosu: cleaning bucket "rclone-test-kodikuk5sosu" of all files 2026/08/28 04:01:16 DEBUG : empty space: Deleting (id "4_zcfd25d03807d4b6baf080e1b_f4041d8dd6a2fe262_d20260828_m040113_c001_v7007000_t0000_u01787889673782") 2026/08/28 04:01:16 DEBUG : empty space: Deleting (id "4_zcfd25d03807d4b6baf080e1b_f4009ecdf402a32f9_d20260828_m040109_c001_v0001161_t0026_u01787889669207") 2026/08/28 04:01:16 DEBUG : potato2: Deleting (id "4_zcfd25d03807d4b6baf080e1b_f4041d8dd6a2fe263_d20260828_m040114_c001_v7007000_t0000_u01787889674160") 2026/08/28 04:01:16 DEBUG : potato2: Deleting (id "4_zcfd25d03807d4b6baf080e1b_f11635a8df8dd4a85_d20260828_m040110_c001_v0001044_t0003_u01787889670462") 2026/08/28 04:01:16 DEBUG : potato3: Deleting (id "4_zcfd25d03807d4b6baf080e1b_f4041d8dd6a2fe264_d20260828_m040114_c001_v7007000_t0000_u01787889674393") 2026/08/28 04:01:16 DEBUG : potato3: Deleting (id "4_zcfd25d03807d4b6baf080e1b_f104b638c91295b4c_d20260828_m040110_c001_v0001102_t0046_u01787889670920") 2026/08/28 04:01:16 DEBUG : potato3: Deleting (id "4_zcfd25d03807d4b6baf080e1b_f1009ecdf402a32fd_d20260828_m040109_c001_v0001161_t0041_u01787889669394") --- PASS: TestServerSideMove (11.16s) === RUN TestServerSideMoveWithFilter run.go:198: Remote "B2 bucket rclone-test-wucebug2fati", Local "Local file system at /tmp/rclone988977894", Modify Window "1ms" 2026/08/28 04:01:17 DEBUG : Creating backend with remote "TestB2:rclone-test-xagociy4zace" sync_test.go:1736: Server side move (if possible) B2 bucket rclone-test-wucebug2fati -> B2 bucket rclone-test-xagociy4zace 2026/08/28 04:01:22 DEBUG : empty space: Excluded (Size Filter) 2026/08/28 04:01:22 DEBUG : empty space: Excluded (Size Filter) 2026/08/28 04:01:22 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/28 04:01:22 DEBUG : potato3: size = 68 (B2 bucket rclone-test-wucebug2fati) 2026/08/28 04:01:22 DEBUG : potato3: size = 60 (B2 bucket rclone-test-xagociy4zace) 2026/08/28 04:01:22 DEBUG : potato3: Sizes differ 2026/08/28 04:01:22 DEBUG : B2 bucket rclone-test-xagociy4zace: Waiting for checks to finish 2026/08/28 04:01:22 DEBUG : B2 bucket rclone-test-xagociy4zace: Waiting for transfers to finish 2026/08/28 04:01:22 DEBUG : potato2: size = 60 OK 2026/08/28 04:01:22 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2026/08/28 04:01:22 INFO : potato2: Copied (server-side copy) 2026/08/28 04:01:22 INFO : potato2: Deleted 2026/08/28 04:01:23 DEBUG : potato3: size = 68 OK 2026/08/28 04:01:23 DEBUG : potato3: sha1 = 568f8850f3c1a384731dbe40c6d72e1dcae342a0 OK 2026/08/28 04:01:23 INFO : potato3: Copied (server-side copy) 2026/08/28 04:01:23 INFO : potato3: Deleted 2026/08/28 04:01:23 DEBUG : Creating backend with remote "TestB2:rclone-test-zuxobox9tute" 2026/08/28 04:01:24 DEBUG : empty space: Excluded (Size Filter) 2026/08/28 04:01:24 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/28 04:01:24 DEBUG : potato3: Need to transfer - File not found at Destination 2026/08/28 04:01:24 DEBUG : B2 bucket rclone-test-zuxobox9tute: Waiting for checks to finish 2026/08/28 04:01:24 DEBUG : B2 bucket rclone-test-zuxobox9tute: Waiting for transfers to finish 2026/08/28 04:01:25 DEBUG : potato2: size = 60 OK 2026/08/28 04:01:25 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2026/08/28 04:01:25 INFO : potato2: Copied (server-side copy) 2026/08/28 04:01:25 INFO : potato2: Deleted 2026/08/28 04:01:25 DEBUG : potato3: size = 68 OK 2026/08/28 04:01:25 DEBUG : potato3: sha1 = 568f8850f3c1a384731dbe40c6d72e1dcae342a0 OK 2026/08/28 04:01:25 INFO : potato3: Copied (server-side copy) 2026/08/28 04:01:26 INFO : potato3: Deleted 2026/08/28 04:01:26 DEBUG : B2 bucket rclone-test-zuxobox9tute: Purge remote 2026/08/28 04:01:26 INFO : B2 bucket rclone-test-zuxobox9tute: cleaning bucket "rclone-test-zuxobox9tute" of all files 2026/08/28 04:01:26 DEBUG : potato2: Deleting (id "4_z5fc29d23807d4b6baf080e1b_f10641ff7b432492b_d20260828_m040125_c001_v0001184_t0055_u01787889685505") 2026/08/28 04:01:26 DEBUG : potato3: Deleting (id "4_z5fc29d23807d4b6baf080e1b_f106d1b56494e28f3_d20260828_m040125_c001_v0001172_t0036_u01787889685744") 2026/08/28 04:01:27 DEBUG : B2 bucket rclone-test-xagociy4zace: Purge remote 2026/08/28 04:01:27 INFO : B2 bucket rclone-test-xagociy4zace: cleaning bucket "rclone-test-xagociy4zace" of all files 2026/08/28 04:01:27 DEBUG : empty space: Deleting (id "4_zcf428d03807d4b6baf080e1b_f41478e05d6d17823_d20260828_m040121_c001_v0001137_t0058_u01787889681510") 2026/08/28 04:01:27 DEBUG : potato2: Deleting (id "4_zcf428d03807d4b6baf080e1b_f405db23562b71673_d20260828_m040125_c001_v7007000_t0000_u01787889685706") 2026/08/28 04:01:27 DEBUG : potato2: Deleting (id "4_zcf428d03807d4b6baf080e1b_f113290deea6bfbb0_d20260828_m040122_c001_v0001176_t0012_u01787889682543") 2026/08/28 04:01:27 DEBUG : potato3: Deleting (id "4_zcf428d03807d4b6baf080e1b_f405db23562b71674_d20260828_m040126_c001_v7007000_t0000_u01787889686008") 2026/08/28 04:01:27 DEBUG : potato3: Deleting (id "4_zcf428d03807d4b6baf080e1b_f1047b8446344a41c_d20260828_m040122_c001_v0001173_t0011_u01787889682834") 2026/08/28 04:01:27 DEBUG : potato3: Deleting (id "4_zcf428d03807d4b6baf080e1b_f11478e05d6d17825_d20260828_m040121_c001_v0001137_t0024_u01787889681693") --- PASS: TestServerSideMoveWithFilter (11.33s) === RUN TestServerSideMoveDeleteEmptySourceDirs run.go:198: Remote "B2 bucket rclone-test-wucebug2fati", Local "Local file system at /tmp/rclone988977894", Modify Window "1ms" 2026/08/28 04:01:28 DEBUG : Creating backend with remote "TestB2:rclone-test-xetuzuf1ceri" 2026/08/28 04:01:31 INFO : tomatoDir: Making directory sync_test.go:1736: Server side move (if possible) B2 bucket rclone-test-wucebug2fati -> B2 bucket rclone-test-xetuzuf1ceri 2026/08/28 04:01:33 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/28 04:01:33 DEBUG : empty space: size = 1 OK 2026/08/28 04:01:33 DEBUG : empty space: Size and modification time the same (differ by 0s, within tolerance 1ms) 2026/08/28 04:01:33 DEBUG : empty space: Unchanged skipping 2026/08/28 04:01:33 DEBUG : B2 bucket rclone-test-xetuzuf1ceri: Waiting for checks to finish 2026/08/28 04:01:33 DEBUG : potato3: size = 68 (B2 bucket rclone-test-wucebug2fati) 2026/08/28 04:01:33 DEBUG : potato3: size = 60 (B2 bucket rclone-test-xetuzuf1ceri) 2026/08/28 04:01:33 DEBUG : potato3: Sizes differ 2026/08/28 04:01:33 INFO : empty space: Deleted 2026/08/28 04:01:33 DEBUG : B2 bucket rclone-test-xetuzuf1ceri: Waiting for transfers to finish 2026/08/28 04:01:34 DEBUG : potato2: size = 60 OK 2026/08/28 04:01:34 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2026/08/28 04:01:34 INFO : potato2: Copied (server-side copy) 2026/08/28 04:01:34 INFO : potato2: Deleted 2026/08/28 04:01:34 DEBUG : potato3: size = 68 OK 2026/08/28 04:01:34 DEBUG : potato3: sha1 = 568f8850f3c1a384731dbe40c6d72e1dcae342a0 OK 2026/08/28 04:01:34 INFO : potato3: Copied (server-side copy) 2026/08/28 04:01:34 INFO : potato3: Deleted 2026/08/28 04:01:35 DEBUG : Creating backend with remote "TestB2:rclone-test-casebay0kepa" 2026/08/28 04:01:35 INFO : tomatoDir: Making directory 2026/08/28 04:01:36 DEBUG : empty space: Need to transfer - File not found at Destination 2026/08/28 04:01:36 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/28 04:01:36 DEBUG : potato3: Need to transfer - File not found at Destination 2026/08/28 04:01:36 DEBUG : B2 bucket rclone-test-casebay0kepa: Waiting for checks to finish 2026/08/28 04:01:36 DEBUG : B2 bucket rclone-test-casebay0kepa: Waiting for transfers to finish 2026/08/28 04:01:36 DEBUG : empty space: size = 1 OK 2026/08/28 04:01:36 DEBUG : empty space: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2026/08/28 04:01:36 INFO : empty space: Copied (server-side copy) 2026/08/28 04:01:37 INFO : empty space: Deleted 2026/08/28 04:01:37 DEBUG : potato2: size = 60 OK 2026/08/28 04:01:37 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2026/08/28 04:01:37 INFO : potato2: Copied (server-side copy) 2026/08/28 04:01:37 INFO : potato2: Deleted 2026/08/28 04:01:37 DEBUG : potato3: size = 68 OK 2026/08/28 04:01:37 DEBUG : potato3: sha1 = 568f8850f3c1a384731dbe40c6d72e1dcae342a0 OK 2026/08/28 04:01:37 INFO : potato3: Copied (server-side copy) 2026/08/28 04:01:37 INFO : potato3: Deleted 2026/08/28 04:01:38 DEBUG : B2 bucket rclone-test-casebay0kepa: Purge remote 2026/08/28 04:01:38 INFO : B2 bucket rclone-test-casebay0kepa: cleaning bucket "rclone-test-casebay0kepa" of all files 2026/08/28 04:01:38 DEBUG : empty space: Deleting (id "4_z5ff2bde3807d4b6baf080e1b_f414f4425266cc787_d20260828_m040136_c001_v0001183_t0000_u01787889696741") 2026/08/28 04:01:38 DEBUG : potato2: Deleting (id "4_z5ff2bde3807d4b6baf080e1b_f109da315b4d63780_d20260828_m040136_c001_v0001105_t0019_u01787889696957") 2026/08/28 04:01:38 DEBUG : potato3: Deleting (id "4_z5ff2bde3807d4b6baf080e1b_f110577fc8fc39287_d20260828_m040137_c001_v0001100_t0022_u01787889697104") 2026/08/28 04:01:39 DEBUG : B2 bucket rclone-test-xetuzuf1ceri: Purge remote 2026/08/28 04:01:39 INFO : B2 bucket rclone-test-xetuzuf1ceri: cleaning bucket "rclone-test-xetuzuf1ceri" of all files 2026/08/28 04:01:39 DEBUG : empty space: Deleting (id "4_zefb2adc3807d4b6baf080e1b_f408bd1f183b14dec_d20260828_m040136_c001_v7007000_t0000_u01787889696955") 2026/08/28 04:01:39 DEBUG : empty space: Deleting (id "4_zefb2adc3807d4b6baf080e1b_f4095591497dbe35c_d20260828_m040132_c001_v0001153_t0008_u01787889692758") 2026/08/28 04:01:39 DEBUG : potato2: Deleting (id "4_zefb2adc3807d4b6baf080e1b_f408bd1f183b14dee_d20260828_m040137_c001_v7007000_t0000_u01787889697208") 2026/08/28 04:01:39 DEBUG : potato2: Deleting (id "4_zefb2adc3807d4b6baf080e1b_f1136c459e961c785_d20260828_m040133_c001_v0001180_t0052_u01787889693893") 2026/08/28 04:01:39 DEBUG : potato3: Deleting (id "4_zefb2adc3807d4b6baf080e1b_f408bd1f183b14df0_d20260828_m040137_c001_v7007000_t0000_u01787889697451") 2026/08/28 04:01:39 DEBUG : potato3: Deleting (id "4_zefb2adc3807d4b6baf080e1b_f1112bba5ca2f0e3f_d20260828_m040134_c001_v0001154_t0015_u01787889694183") 2026/08/28 04:01:39 DEBUG : potato3: Deleting (id "4_zefb2adc3807d4b6baf080e1b_f1095591497dbe35e_d20260828_m040132_c001_v0001153_t0000_u01787889692957") --- PASS: TestServerSideMoveDeleteEmptySourceDirs (11.85s) === RUN TestServerSideMoveOverlap run.go:198: Remote "B2 bucket rclone-test-wucebug2fati", Local "Local file system at /tmp/rclone988977894", Modify Window "1ms" 2026/08/28 04:01:40 DEBUG : Creating backend with remote "TestB2:rclone-test-wucebug2fati/rclone-move-test" --- PASS: TestServerSideMoveOverlap (2.40s) === RUN TestSyncOverlap run.go:198: Remote "B2 bucket rclone-test-wucebug2fati", Local "Local file system at /tmp/rclone988977894", Modify Window "1ms" 2026/08/28 04:01:43 DEBUG : Creating backend with remote "TestB2:rclone-test-wucebug2fati/rclone-sync-test" --- PASS: TestSyncOverlap (1.69s) === RUN TestSyncOverlapWithFilter run.go:198: Remote "B2 bucket rclone-test-wucebug2fati", Local "Local file system at /tmp/rclone988977894", Modify Window "1ms" 2026/08/28 04:01:44 DEBUG : Creating backend with remote "TestB2:rclone-test-wucebug2fati/rclone-sync-test" 2026/08/28 04:01:47 DEBUG : Creating backend with remote "TestB2:rclone-test-wucebug2fati/rclone-sync-test-include/layer2" 2026/08/28 04:01:49 DEBUG : Creating backend with remote "TestB2:rclone-test-wucebug2fati/rclone-sync-test-ignore-file" 2026/08/28 04:01:53 DEBUG : B2 bucket rclone-test-wucebug2fati path rclone-sync-test: Waiting for checks to finish 2026/08/28 04:01:53 DEBUG : B2 bucket rclone-test-wucebug2fati path rclone-sync-test: Waiting for transfers to finish 2026/08/28 04:01:53 DEBUG : Waiting for deletions to finish 2026/08/28 04:01:53 INFO : There was nothing to transfer 2026/08/28 04:01:53 DEBUG : B2 bucket rclone-test-wucebug2fati: Waiting for checks to finish 2026/08/28 04:01:53 DEBUG : B2 bucket rclone-test-wucebug2fati: Waiting for transfers to finish 2026/08/28 04:01:53 DEBUG : Waiting for deletions to finish 2026/08/28 04:01:53 INFO : There was nothing to transfer 2026/08/28 04:01:54 DEBUG : B2 bucket rclone-test-wucebug2fati path rclone-sync-test-include/layer2: Waiting for checks to finish 2026/08/28 04:01:54 DEBUG : B2 bucket rclone-test-wucebug2fati path rclone-sync-test-include/layer2: Waiting for transfers to finish 2026/08/28 04:01:54 DEBUG : Waiting for deletions to finish 2026/08/28 04:01:54 INFO : There was nothing to transfer 2026/08/28 04:01:54 DEBUG : B2 bucket rclone-test-wucebug2fati: Waiting for checks to finish 2026/08/28 04:01:54 DEBUG : B2 bucket rclone-test-wucebug2fati: Waiting for transfers to finish 2026/08/28 04:01:54 DEBUG : Waiting for deletions to finish 2026/08/28 04:01:54 INFO : There was nothing to transfer 2026/08/28 04:01:54 DEBUG : B2 bucket rclone-test-wucebug2fati path rclone-sync-test-ignore-file: Waiting for checks to finish 2026/08/28 04:01:54 DEBUG : B2 bucket rclone-test-wucebug2fati path rclone-sync-test-ignore-file: Waiting for transfers to finish 2026/08/28 04:01:54 DEBUG : Waiting for deletions to finish 2026/08/28 04:01:54 INFO : There was nothing to transfer --- PASS: TestSyncOverlapWithFilter (10.59s) === RUN TestSyncCompareDest run.go:198: Remote "B2 bucket rclone-test-wucebug2fati", Local "Local file system at /tmp/rclone988977894", Modify Window "1ms" 2026/08/28 04:01:55 DEBUG : Creating backend with remote "TestB2:rclone-test-wucebug2fati/dst" 2026/08/28 04:01:56 DEBUG : Creating backend with remote "TestB2:rclone-test-wucebug2fati/CompareDest" 2026/08/28 04:01:58 DEBUG : one: Need to transfer - File not found at Destination 2026/08/28 04:01:58 DEBUG : B2 bucket rclone-test-wucebug2fati path dst: Waiting for checks to finish 2026/08/28 04:01:58 DEBUG : B2 bucket rclone-test-wucebug2fati path dst: Waiting for transfers to finish 2026/08/28 04:01:59 DEBUG : one: size = 3 OK 2026/08/28 04:01:59 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2026/08/28 04:01:59 INFO : one: Copied (new) 2026/08/28 04:01:59 DEBUG : Waiting for deletions to finish 2026/08/28 04:01:59 DEBUG : one: size = 5 (Local file system at /tmp/rclone988977894) 2026/08/28 04:01:59 DEBUG : one: size = 3 (B2 bucket rclone-test-wucebug2fati path dst) 2026/08/28 04:01:59 DEBUG : one: Sizes differ 2026/08/28 04:01:59 DEBUG : B2 bucket rclone-test-wucebug2fati path dst: Waiting for checks to finish 2026/08/28 04:01:59 DEBUG : B2 bucket rclone-test-wucebug2fati path dst: Waiting for transfers to finish 2026/08/28 04:02:00 DEBUG : one: size = 5 OK 2026/08/28 04:02:00 DEBUG : one: sha1 = 7f376fd65843a1267de8f986d40e164e5a321c13 OK 2026/08/28 04:02:00 INFO : one: Copied (replaced existing) 2026/08/28 04:02:00 DEBUG : Waiting for deletions to finish 2026/08/28 04:02:01 DEBUG : one: size = 5 (Local file system at /tmp/rclone988977894) 2026/08/28 04:02:01 DEBUG : one: size = 3 (B2 bucket rclone-test-wucebug2fati path dst) 2026/08/28 04:02:01 DEBUG : one: Sizes differ 2026/08/28 04:02:01 DEBUG : B2 bucket rclone-test-wucebug2fati path dst: Waiting for checks to finish 2026/08/28 04:02:01 DEBUG : one: size = 5 OK 2026/08/28 04:02:01 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/28 04:02:01 DEBUG : one: Destination found in --compare-dest, skipping 2026/08/28 04:02:01 DEBUG : B2 bucket rclone-test-wucebug2fati path dst: Waiting for transfers to finish 2026/08/28 04:02:01 DEBUG : Waiting for deletions to finish 2026/08/28 04:02:01 INFO : There was nothing to transfer 2026/08/28 04:02:03 DEBUG : one: size = 5 (Local file system at /tmp/rclone988977894) 2026/08/28 04:02:03 DEBUG : one: size = 3 (B2 bucket rclone-test-wucebug2fati path dst) 2026/08/28 04:02:03 DEBUG : one: Sizes differ 2026/08/28 04:02:03 DEBUG : two: size = 3 OK 2026/08/28 04:02:03 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/28 04:02:03 DEBUG : two: Destination found in --compare-dest, skipping 2026/08/28 04:02:03 DEBUG : B2 bucket rclone-test-wucebug2fati path dst: Waiting for checks to finish 2026/08/28 04:02:03 DEBUG : one: size = 5 OK 2026/08/28 04:02:03 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/28 04:02:03 DEBUG : one: Destination found in --compare-dest, skipping 2026/08/28 04:02:03 DEBUG : B2 bucket rclone-test-wucebug2fati path dst: Waiting for transfers to finish 2026/08/28 04:02:03 DEBUG : Waiting for deletions to finish 2026/08/28 04:02:03 INFO : There was nothing to transfer 2026/08/28 04:02:03 DEBUG : one: size = 5 (Local file system at /tmp/rclone988977894) 2026/08/28 04:02:03 DEBUG : one: size = 3 (B2 bucket rclone-test-wucebug2fati path dst) 2026/08/28 04:02:03 DEBUG : one: Sizes differ 2026/08/28 04:02:03 DEBUG : one: size = 5 OK 2026/08/28 04:02:03 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/28 04:02:03 DEBUG : one: Destination found in --compare-dest, skipping 2026/08/28 04:02:03 DEBUG : two: size = 3 OK 2026/08/28 04:02:03 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/28 04:02:03 DEBUG : two: Destination found in --compare-dest, skipping 2026/08/28 04:02:03 DEBUG : B2 bucket rclone-test-wucebug2fati path dst: Waiting for checks to finish 2026/08/28 04:02:03 DEBUG : B2 bucket rclone-test-wucebug2fati path dst: Waiting for transfers to finish 2026/08/28 04:02:03 DEBUG : Waiting for deletions to finish 2026/08/28 04:02:03 INFO : There was nothing to transfer 2026/08/28 04:02:04 DEBUG : one: size = 5 (Local file system at /tmp/rclone988977894) 2026/08/28 04:02:04 DEBUG : one: size = 3 (B2 bucket rclone-test-wucebug2fati path dst) 2026/08/28 04:02:04 DEBUG : one: Sizes differ 2026/08/28 04:02:05 DEBUG : two: size = 3 OK 2026/08/28 04:02:05 DEBUG : two: Modification times differ by -119h59m59.877s: 2011-12-30 12:59:59 +0000 UTC, 2011-12-25 12:59:59.123 +0000 UTC 2026/08/28 04:02:05 DEBUG : two: sha1 = ad782ecdac770fc6eb9a62e44f90873fb97fb26b OK 2026/08/28 04:02:05 DEBUG : two: Destination found in --compare-dest, skipping 2026/08/28 04:02:05 DEBUG : B2 bucket rclone-test-wucebug2fati path dst: Waiting for checks to finish 2026/08/28 04:02:05 DEBUG : one: size = 5 OK 2026/08/28 04:02:05 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/28 04:02:05 DEBUG : one: Destination found in --compare-dest, skipping 2026/08/28 04:02:05 DEBUG : B2 bucket rclone-test-wucebug2fati path dst: Waiting for transfers to finish 2026/08/28 04:02:05 DEBUG : Waiting for deletions to finish 2026/08/28 04:02:05 INFO : There was nothing to transfer 2026/08/28 04:02:05 DEBUG : one: size = 5 (Local file system at /tmp/rclone988977894) 2026/08/28 04:02:05 DEBUG : one: size = 3 (B2 bucket rclone-test-wucebug2fati path dst) 2026/08/28 04:02:05 DEBUG : one: Sizes differ 2026/08/28 04:02:05 DEBUG : two: size = 5 (Local file system at /tmp/rclone988977894) 2026/08/28 04:02:05 DEBUG : two: size = 3 (B2 bucket rclone-test-wucebug2fati path CompareDest) 2026/08/28 04:02:05 DEBUG : two: Sizes differ 2026/08/28 04:02:05 DEBUG : two: Need to transfer - File not found at Destination 2026/08/28 04:02:05 DEBUG : B2 bucket rclone-test-wucebug2fati path dst: Waiting for checks to finish 2026/08/28 04:02:05 DEBUG : one: size = 5 OK 2026/08/28 04:02:05 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/28 04:02:05 DEBUG : one: Destination found in --compare-dest, skipping 2026/08/28 04:02:05 DEBUG : B2 bucket rclone-test-wucebug2fati path dst: Waiting for transfers to finish 2026/08/28 04:02:06 DEBUG : two: size = 5 OK 2026/08/28 04:02:06 DEBUG : two: sha1 = a4be8877ad88f3109a6411985a1f359e10e2d930 OK 2026/08/28 04:02:06 INFO : two: Copied (new) 2026/08/28 04:02:06 DEBUG : Waiting for deletions to finish --- PASS: TestSyncCompareDest (12.21s) === RUN TestSyncMultipleCompareDest run.go:198: Remote "B2 bucket rclone-test-wucebug2fati", Local "Local file system at /tmp/rclone988977894", Modify Window "1ms" 2026/08/28 04:02:08 DEBUG : Creating backend with remote "TestB2:rclone-test-wucebug2fati/dest" 2026/08/28 04:02:09 DEBUG : Creating backend with remote "TestB2:rclone-test-wucebug2fati/pre-dest1" 2026/08/28 04:02:11 DEBUG : Creating backend with remote "TestB2:rclone-test-wucebug2fati/pre-dest2" 2026/08/28 04:02:13 DEBUG : 1: size = 1 OK 2026/08/28 04:02:13 DEBUG : 1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:02:13 DEBUG : 1: Destination found in --compare-dest, skipping 2026/08/28 04:02:13 DEBUG : 2: size = 1 OK 2026/08/28 04:02:13 DEBUG : 2: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:02:13 DEBUG : 2: Destination found in --compare-dest, skipping 2026/08/28 04:02:13 DEBUG : 3: Need to transfer - File not found at Destination 2026/08/28 04:02:13 DEBUG : B2 bucket rclone-test-wucebug2fati path dest: Waiting for checks to finish 2026/08/28 04:02:13 DEBUG : B2 bucket rclone-test-wucebug2fati path dest: Waiting for transfers to finish 2026/08/28 04:02:14 DEBUG : 3: size = 1 OK 2026/08/28 04:02:14 DEBUG : 3: sha1 = 77de68daecd823babbb58edb1c8e14d7106e83bb OK 2026/08/28 04:02:14 INFO : 3: Copied (new) 2026/08/28 04:02:14 DEBUG : Waiting for deletions to finish --- PASS: TestSyncMultipleCompareDest (8.66s) === RUN TestSyncCopyDest run.go:198: Remote "B2 bucket rclone-test-wucebug2fati", Local "Local file system at /tmp/rclone988977894", Modify Window "1ms" 2026/08/28 04:02:16 DEBUG : Creating backend with remote "TestB2:rclone-test-wucebug2fati/dst" 2026/08/28 04:02:17 DEBUG : Creating backend with remote "TestB2:rclone-test-wucebug2fati/CopyDest" 2026/08/28 04:02:19 DEBUG : one: Need to transfer - File not found at Destination 2026/08/28 04:02:19 DEBUG : B2 bucket rclone-test-wucebug2fati path dst: Waiting for checks to finish 2026/08/28 04:02:19 DEBUG : B2 bucket rclone-test-wucebug2fati path dst: Waiting for transfers to finish 2026/08/28 04:02:20 DEBUG : one: size = 3 OK 2026/08/28 04:02:20 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2026/08/28 04:02:20 INFO : one: Copied (new) 2026/08/28 04:02:20 DEBUG : Waiting for deletions to finish 2026/08/28 04:02:20 DEBUG : one: size = 5 (Local file system at /tmp/rclone988977894) 2026/08/28 04:02:20 DEBUG : one: size = 3 (B2 bucket rclone-test-wucebug2fati path dst) 2026/08/28 04:02:20 DEBUG : one: Sizes differ 2026/08/28 04:02:20 DEBUG : B2 bucket rclone-test-wucebug2fati path dst: Waiting for checks to finish 2026/08/28 04:02:20 DEBUG : B2 bucket rclone-test-wucebug2fati path dst: Waiting for transfers to finish 2026/08/28 04:02:21 DEBUG : one: size = 5 OK 2026/08/28 04:02:21 DEBUG : one: sha1 = 7f376fd65843a1267de8f986d40e164e5a321c13 OK 2026/08/28 04:02:21 INFO : one: Copied (replaced existing) 2026/08/28 04:02:21 DEBUG : Waiting for deletions to finish 2026/08/28 04:02:22 DEBUG : Creating backend with remote "TestB2:rclone-test-wucebug2fati/BackupDir" 2026/08/28 04:02:23 DEBUG : one: size = 5 (Local file system at /tmp/rclone988977894) 2026/08/28 04:02:23 DEBUG : one: size = 3 (B2 bucket rclone-test-wucebug2fati path dst) 2026/08/28 04:02:23 DEBUG : one: Sizes differ 2026/08/28 04:02:23 DEBUG : B2 bucket rclone-test-wucebug2fati path dst: Waiting for checks to finish 2026/08/28 04:02:23 DEBUG : one: size = 5 OK 2026/08/28 04:02:23 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/28 04:02:23 DEBUG : one: size = 5 (Local file system at /tmp/rclone988977894) 2026/08/28 04:02:23 DEBUG : one: size = 3 (B2 bucket rclone-test-wucebug2fati path dst) 2026/08/28 04:02:23 DEBUG : one: Sizes differ 2026/08/28 04:02:25 DEBUG : one: size = 3 OK 2026/08/28 04:02:25 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2026/08/28 04:02:25 INFO : one: Copied (server-side copy) 2026/08/28 04:02:25 INFO : one: Deleted 2026/08/28 04:02:25 DEBUG : one: size = 5 OK 2026/08/28 04:02:25 DEBUG : one: sha1 = 7f376fd65843a1267de8f986d40e164e5a321c13 OK 2026/08/28 04:02:25 INFO : one: Copied (server-side copy) 2026/08/28 04:02:25 DEBUG : one: Destination found in --copy-dest, using server-side copy 2026/08/28 04:02:25 DEBUG : B2 bucket rclone-test-wucebug2fati path dst: Waiting for transfers to finish 2026/08/28 04:02:25 DEBUG : Waiting for deletions to finish 2026/08/28 04:02:26 DEBUG : one: size = 5 OK 2026/08/28 04:02:26 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/28 04:02:26 DEBUG : one: Unchanged skipping 2026/08/28 04:02:27 DEBUG : two: size = 3 OK 2026/08/28 04:02:27 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/28 04:02:27 DEBUG : two: size = 3 OK 2026/08/28 04:02:27 DEBUG : two: sha1 = ad782ecdac770fc6eb9a62e44f90873fb97fb26b OK 2026/08/28 04:02:27 INFO : two: Copied (server-side copy) 2026/08/28 04:02:27 DEBUG : two: Destination found in --copy-dest, using server-side copy 2026/08/28 04:02:27 DEBUG : B2 bucket rclone-test-wucebug2fati path dst: Waiting for checks to finish 2026/08/28 04:02:27 DEBUG : B2 bucket rclone-test-wucebug2fati path dst: Waiting for transfers to finish 2026/08/28 04:02:27 DEBUG : Waiting for deletions to finish 2026/08/28 04:02:27 DEBUG : one: size = 5 OK 2026/08/28 04:02:27 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/28 04:02:27 DEBUG : one: Unchanged skipping 2026/08/28 04:02:27 DEBUG : two: size = 3 OK 2026/08/28 04:02:27 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/28 04:02:27 DEBUG : two: Unchanged skipping 2026/08/28 04:02:27 DEBUG : B2 bucket rclone-test-wucebug2fati path dst: Waiting for checks to finish 2026/08/28 04:02:27 DEBUG : B2 bucket rclone-test-wucebug2fati path dst: Waiting for transfers to finish 2026/08/28 04:02:27 DEBUG : Waiting for deletions to finish 2026/08/28 04:02:27 INFO : There was nothing to transfer 2026/08/28 04:02:28 DEBUG : one: size = 5 OK 2026/08/28 04:02:28 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/28 04:02:28 DEBUG : one: Unchanged skipping 2026/08/28 04:02:29 DEBUG : three: size = 7 (Local file system at /tmp/rclone988977894) 2026/08/28 04:02:29 DEBUG : three: size = 5 (B2 bucket rclone-test-wucebug2fati path CopyDest) 2026/08/28 04:02:29 DEBUG : three: Sizes differ 2026/08/28 04:02:29 DEBUG : three: Destination not found in --copy-dest 2026/08/28 04:02:29 DEBUG : three: Need to transfer - File not found at Destination 2026/08/28 04:02:29 DEBUG : B2 bucket rclone-test-wucebug2fati path dst: Waiting for checks to finish 2026/08/28 04:02:29 DEBUG : two: size = 3 OK 2026/08/28 04:02:29 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/28 04:02:29 DEBUG : two: Unchanged skipping 2026/08/28 04:02:29 DEBUG : B2 bucket rclone-test-wucebug2fati path dst: Waiting for transfers to finish 2026/08/28 04:02:29 DEBUG : three: size = 7 OK 2026/08/28 04:02:29 DEBUG : three: sha1 = 370e613335f3cf2f19b2a2d35a86402f55c659f8 OK 2026/08/28 04:02:29 INFO : three: Copied (new) 2026/08/28 04:02:29 DEBUG : Waiting for deletions to finish --- PASS: TestSyncCopyDest (15.20s) === RUN TestSyncBackupDir run.go:198: Remote "B2 bucket rclone-test-wucebug2fati", Local "Local file system at /tmp/rclone988977894", Modify Window "1ms" 2026/08/28 04:02:32 DEBUG : Creating backend with remote "TestB2:rclone-test-wucebug2fati/dst" 2026/08/28 04:02:34 DEBUG : Creating backend with remote "TestB2:rclone-test-wucebug2fati/backup" 2026/08/28 04:02:35 DEBUG : one: size = 4 (Local file system at /tmp/rclone988977894) 2026/08/28 04:02:35 DEBUG : one: size = 3 (B2 bucket rclone-test-wucebug2fati path dst) 2026/08/28 04:02:35 DEBUG : one: Sizes differ 2026/08/28 04:02:35 DEBUG : two: size = 3 OK 2026/08/28 04:02:35 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:02:35 DEBUG : two: Unchanged skipping 2026/08/28 04:02:35 DEBUG : B2 bucket rclone-test-wucebug2fati path dst: Waiting for checks to finish 2026/08/28 04:02:37 DEBUG : one: size = 3 OK 2026/08/28 04:02:37 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2026/08/28 04:02:37 INFO : one: Copied (server-side copy) 2026/08/28 04:02:37 INFO : one: Deleted 2026/08/28 04:02:37 DEBUG : B2 bucket rclone-test-wucebug2fati path dst: Waiting for transfers to finish 2026/08/28 04:02:38 DEBUG : one: size = 4 OK 2026/08/28 04:02:38 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2026/08/28 04:02:38 INFO : one: Copied (new) 2026/08/28 04:02:38 DEBUG : Waiting for deletions to finish 2026/08/28 04:02:38 DEBUG : three.txt: size = 5 OK 2026/08/28 04:02:38 DEBUG : three.txt: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2026/08/28 04:02:38 INFO : three.txt: Copied (server-side copy) 2026/08/28 04:02:38 INFO : three.txt: Deleted 2026/08/28 04:02:38 INFO : three.txt: Moved into backup dir 2026/08/28 04:02:40 DEBUG : one: size = 5 (Local file system at /tmp/rclone988977894) 2026/08/28 04:02:40 DEBUG : one: size = 4 (B2 bucket rclone-test-wucebug2fati path dst) 2026/08/28 04:02:40 DEBUG : one: Sizes differ 2026/08/28 04:02:40 DEBUG : two: size = 3 OK 2026/08/28 04:02:40 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:02:40 DEBUG : two: Unchanged skipping 2026/08/28 04:02:40 DEBUG : B2 bucket rclone-test-wucebug2fati path dst: Waiting for checks to finish 2026/08/28 04:02:40 DEBUG : one: size = 4 OK 2026/08/28 04:02:40 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2026/08/28 04:02:40 INFO : one: Copied (server-side copy) 2026/08/28 04:02:40 INFO : one: Deleted 2026/08/28 04:02:40 DEBUG : B2 bucket rclone-test-wucebug2fati path dst: Waiting for transfers to finish 2026/08/28 04:02:41 DEBUG : one: size = 5 OK 2026/08/28 04:02:41 DEBUG : one: sha1 = 88a8c2880f555638f990d1ec4c8359b25caa20c7 OK 2026/08/28 04:02:41 INFO : one: Copied (new) 2026/08/28 04:02:41 DEBUG : Waiting for deletions to finish 2026/08/28 04:02:41 DEBUG : three.txt: size = 6 OK 2026/08/28 04:02:41 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2026/08/28 04:02:41 INFO : three.txt: Copied (server-side copy) 2026/08/28 04:02:41 INFO : three.txt: Deleted 2026/08/28 04:02:41 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDir (11.59s) === RUN TestSyncBackupDirWithSuffix run.go:198: Remote "B2 bucket rclone-test-wucebug2fati", Local "Local file system at /tmp/rclone988977894", Modify Window "1ms" 2026/08/28 04:02:44 DEBUG : Creating backend with remote "TestB2:rclone-test-wucebug2fati/dst" 2026/08/28 04:02:45 DEBUG : Creating backend with remote "TestB2:rclone-test-wucebug2fati/backup" 2026/08/28 04:02:47 DEBUG : one: size = 4 (Local file system at /tmp/rclone988977894) 2026/08/28 04:02:47 DEBUG : one: size = 3 (B2 bucket rclone-test-wucebug2fati path dst) 2026/08/28 04:02:47 DEBUG : one: Sizes differ 2026/08/28 04:02:47 DEBUG : B2 bucket rclone-test-wucebug2fati path dst: Waiting for checks to finish 2026/08/28 04:02:47 DEBUG : two: size = 3 OK 2026/08/28 04:02:47 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:02:47 DEBUG : two: Unchanged skipping 2026/08/28 04:02:48 DEBUG : one.bak: size = 3 OK 2026/08/28 04:02:48 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2026/08/28 04:02:48 INFO : one: Copied (server-side copy) to: one.bak 2026/08/28 04:02:49 INFO : one: Deleted 2026/08/28 04:02:49 DEBUG : B2 bucket rclone-test-wucebug2fati path dst: Waiting for transfers to finish 2026/08/28 04:02:49 DEBUG : one: size = 4 OK 2026/08/28 04:02:49 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2026/08/28 04:02:49 INFO : one: Copied (new) 2026/08/28 04:02:49 DEBUG : Waiting for deletions to finish 2026/08/28 04:02:50 DEBUG : three.txt.bak: size = 5 OK 2026/08/28 04:02:50 DEBUG : three.txt: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2026/08/28 04:02:50 INFO : three.txt: Copied (server-side copy) to: three.txt.bak 2026/08/28 04:02:50 INFO : three.txt: Deleted 2026/08/28 04:02:50 INFO : three.txt: Moved into backup dir 2026/08/28 04:02:51 DEBUG : two: size = 3 OK 2026/08/28 04:02:51 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:02:51 DEBUG : B2 bucket rclone-test-wucebug2fati path dst: Waiting for checks to finish 2026/08/28 04:02:51 DEBUG : two: Unchanged skipping 2026/08/28 04:02:51 DEBUG : one: size = 5 (Local file system at /tmp/rclone988977894) 2026/08/28 04:02:51 DEBUG : one: size = 4 (B2 bucket rclone-test-wucebug2fati path dst) 2026/08/28 04:02:51 DEBUG : one: Sizes differ 2026/08/28 04:02:52 DEBUG : one.bak: size = 4 OK 2026/08/28 04:02:52 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2026/08/28 04:02:52 INFO : one: Copied (server-side copy) to: one.bak 2026/08/28 04:02:52 INFO : one: Deleted 2026/08/28 04:02:52 DEBUG : B2 bucket rclone-test-wucebug2fati path dst: Waiting for transfers to finish 2026/08/28 04:02:52 DEBUG : one: size = 5 OK 2026/08/28 04:02:52 DEBUG : one: sha1 = 88a8c2880f555638f990d1ec4c8359b25caa20c7 OK 2026/08/28 04:02:52 INFO : one: Copied (new) 2026/08/28 04:02:52 DEBUG : Waiting for deletions to finish 2026/08/28 04:02:53 DEBUG : three.txt.bak: size = 6 OK 2026/08/28 04:02:53 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2026/08/28 04:02:53 INFO : three.txt: Copied (server-side copy) to: three.txt.bak 2026/08/28 04:02:53 INFO : three.txt: Deleted 2026/08/28 04:02:53 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDirWithSuffix (11.45s) === RUN TestSyncBackupDirWithSuffixKeepExtension run.go:198: Remote "B2 bucket rclone-test-wucebug2fati", Local "Local file system at /tmp/rclone988977894", Modify Window "1ms" 2026/08/28 04:02:55 DEBUG : Creating backend with remote "TestB2:rclone-test-wucebug2fati/dst" 2026/08/28 04:02:57 DEBUG : Creating backend with remote "TestB2:rclone-test-wucebug2fati/backup" 2026/08/28 04:02:58 DEBUG : one: size = 4 (Local file system at /tmp/rclone988977894) 2026/08/28 04:02:58 DEBUG : one: size = 3 (B2 bucket rclone-test-wucebug2fati path dst) 2026/08/28 04:02:58 DEBUG : one: Sizes differ 2026/08/28 04:02:58 DEBUG : two: size = 3 OK 2026/08/28 04:02:58 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:02:58 DEBUG : two: Unchanged skipping 2026/08/28 04:02:58 DEBUG : B2 bucket rclone-test-wucebug2fati path dst: Waiting for checks to finish 2026/08/28 04:03:00 DEBUG : one-2019-01-01: size = 3 OK 2026/08/28 04:03:00 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2026/08/28 04:03:00 INFO : one: Copied (server-side copy) to: one-2019-01-01 2026/08/28 04:03:00 INFO : one: Deleted 2026/08/28 04:03:00 DEBUG : B2 bucket rclone-test-wucebug2fati path dst: Waiting for transfers to finish 2026/08/28 04:03:01 DEBUG : one: size = 4 OK 2026/08/28 04:03:01 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2026/08/28 04:03:01 INFO : one: Copied (new) 2026/08/28 04:03:01 DEBUG : Waiting for deletions to finish 2026/08/28 04:03:01 DEBUG : three-2019-01-01.txt: size = 5 OK 2026/08/28 04:03:01 DEBUG : three.txt: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2026/08/28 04:03:01 INFO : three.txt: Copied (server-side copy) to: three-2019-01-01.txt 2026/08/28 04:03:01 INFO : three.txt: Deleted 2026/08/28 04:03:01 INFO : three.txt: Moved into backup dir 2026/08/28 04:03:01 DEBUG : pacer: low level retry 1/10 (error Post "https://api001.backblazeb2.com/b2api/v1/b2_list_file_names": EOF) 2026/08/28 04:03:01 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/08/28 04:03:22 DEBUG : pacer: low level retry 2/10 (error Post "https://api001.backblazeb2.com/b2api/v1/b2_list_file_names": EOF) 2026/08/28 04:03:22 DEBUG : pacer: Rate limited, increasing sleep to 40ms 2026/08/28 04:03:23 DEBUG : pacer: Reducing sleep to 20ms 2026/08/28 04:03:23 DEBUG : pacer: Reducing sleep to 10ms 2026/08/28 04:03:24 DEBUG : one: size = 5 (Local file system at /tmp/rclone988977894) 2026/08/28 04:03:24 DEBUG : one: size = 4 (B2 bucket rclone-test-wucebug2fati path dst) 2026/08/28 04:03:24 DEBUG : one: Sizes differ 2026/08/28 04:03:24 DEBUG : two: size = 3 OK 2026/08/28 04:03:24 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:03:24 DEBUG : two: Unchanged skipping 2026/08/28 04:03:24 DEBUG : B2 bucket rclone-test-wucebug2fati path dst: Waiting for checks to finish 2026/08/28 04:03:25 DEBUG : one-2019-01-01: size = 4 OK 2026/08/28 04:03:25 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2026/08/28 04:03:25 INFO : one: Copied (server-side copy) to: one-2019-01-01 2026/08/28 04:03:25 INFO : one: Deleted 2026/08/28 04:03:25 DEBUG : B2 bucket rclone-test-wucebug2fati path dst: Waiting for transfers to finish 2026/08/28 04:03:26 DEBUG : one: size = 5 OK 2026/08/28 04:03:26 DEBUG : one: sha1 = 88a8c2880f555638f990d1ec4c8359b25caa20c7 OK 2026/08/28 04:03:26 INFO : one: Copied (new) 2026/08/28 04:03:26 DEBUG : Waiting for deletions to finish 2026/08/28 04:03:26 DEBUG : three-2019-01-01.txt: size = 6 OK 2026/08/28 04:03:26 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2026/08/28 04:03:26 INFO : three.txt: Copied (server-side copy) to: three-2019-01-01.txt 2026/08/28 04:03:27 INFO : three.txt: Deleted 2026/08/28 04:03:27 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDirWithSuffixKeepExtension (33.85s) === RUN TestSyncBackupDirSuffixOnly run.go:198: Remote "B2 bucket rclone-test-wucebug2fati", Local "Local file system at /tmp/rclone988977894", Modify Window "1ms" 2026/08/28 04:03:30 DEBUG : Creating backend with remote "TestB2:rclone-test-wucebug2fati/dst" 2026/08/28 04:03:32 DEBUG : two: size = 3 OK 2026/08/28 04:03:32 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:03:32 DEBUG : B2 bucket rclone-test-wucebug2fati path dst: Waiting for checks to finish 2026/08/28 04:03:32 DEBUG : two: Unchanged skipping 2026/08/28 04:03:32 DEBUG : one: size = 4 (Local file system at /tmp/rclone988977894) 2026/08/28 04:03:32 DEBUG : one: size = 3 (B2 bucket rclone-test-wucebug2fati path dst) 2026/08/28 04:03:32 DEBUG : one: Sizes differ 2026/08/28 04:03:32 DEBUG : one.bak: size = 3 OK 2026/08/28 04:03:32 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2026/08/28 04:03:32 INFO : one: Copied (server-side copy) to: one.bak 2026/08/28 04:03:32 INFO : one: Deleted 2026/08/28 04:03:32 DEBUG : B2 bucket rclone-test-wucebug2fati path dst: Waiting for transfers to finish 2026/08/28 04:03:33 DEBUG : one: size = 4 OK 2026/08/28 04:03:33 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2026/08/28 04:03:33 INFO : one: Copied (new) 2026/08/28 04:03:33 DEBUG : Waiting for deletions to finish 2026/08/28 04:03:33 DEBUG : three.txt.bak: size = 5 OK 2026/08/28 04:03:33 DEBUG : three.txt: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2026/08/28 04:03:33 INFO : three.txt: Copied (server-side copy) to: three.txt.bak 2026/08/28 04:03:33 INFO : three.txt: Deleted 2026/08/28 04:03:33 INFO : three.txt: Moved into backup dir 2026/08/28 04:03:35 DEBUG : one.bak: Excluded (Path Filter) 2026/08/28 04:03:35 DEBUG : three.txt.bak: Excluded (Path Filter) 2026/08/28 04:03:35 DEBUG : two: size = 3 OK 2026/08/28 04:03:35 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:03:35 DEBUG : two: Unchanged skipping 2026/08/28 04:03:35 DEBUG : B2 bucket rclone-test-wucebug2fati path dst: Waiting for checks to finish 2026/08/28 04:03:35 DEBUG : one: size = 5 (Local file system at /tmp/rclone988977894) 2026/08/28 04:03:35 DEBUG : one: size = 4 (B2 bucket rclone-test-wucebug2fati path dst) 2026/08/28 04:03:35 DEBUG : one: Sizes differ 2026/08/28 04:03:35 DEBUG : one.bak: size = 4 OK 2026/08/28 04:03:35 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2026/08/28 04:03:35 INFO : one: Copied (server-side copy) to: one.bak 2026/08/28 04:03:35 INFO : one: Deleted 2026/08/28 04:03:35 DEBUG : B2 bucket rclone-test-wucebug2fati path dst: Waiting for transfers to finish 2026/08/28 04:03:35 DEBUG : one: size = 5 OK 2026/08/28 04:03:35 DEBUG : one: sha1 = 88a8c2880f555638f990d1ec4c8359b25caa20c7 OK 2026/08/28 04:03:35 INFO : one: Copied (new) 2026/08/28 04:03:35 DEBUG : Waiting for deletions to finish 2026/08/28 04:03:36 DEBUG : three.txt.bak: size = 6 OK 2026/08/28 04:03:36 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2026/08/28 04:03:36 INFO : three.txt: Copied (server-side copy) to: three.txt.bak 2026/08/28 04:03:36 INFO : three.txt: Deleted 2026/08/28 04:03:36 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDirSuffixOnly (9.29s) === RUN TestSyncSuffix run.go:198: Remote "B2 bucket rclone-test-wucebug2fati", Local "Local file system at /tmp/rclone988977894", Modify Window "1ms" 2026/08/28 04:03:39 DEBUG : Creating backend with remote "TestB2:rclone-test-wucebug2fati/dst" 2026/08/28 04:03:40 DEBUG : one: size = 4 (Local file system at /tmp/rclone988977894) 2026/08/28 04:03:40 DEBUG : one: size = 3 (B2 bucket rclone-test-wucebug2fati path dst) 2026/08/28 04:03:40 DEBUG : one: Sizes differ 2026/08/28 04:03:41 DEBUG : one.bak: size = 3 OK 2026/08/28 04:03:41 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2026/08/28 04:03:41 INFO : one: Copied (server-side copy) to: one.bak 2026/08/28 04:03:42 INFO : one: Deleted 2026/08/28 04:03:42 DEBUG : one: size = 4 OK 2026/08/28 04:03:42 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2026/08/28 04:03:42 INFO : one: Copied (new) 2026/08/28 04:03:42 DEBUG : two: size = 3 OK 2026/08/28 04:03:42 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:03:42 DEBUG : two: Unchanged skipping 2026/08/28 04:03:43 DEBUG : three.txt: size = 6 (Local file system at /tmp/rclone988977894) 2026/08/28 04:03:43 DEBUG : three.txt: size = 5 (B2 bucket rclone-test-wucebug2fati path dst) 2026/08/28 04:03:43 DEBUG : three.txt: Sizes differ 2026/08/28 04:03:43 DEBUG : three.txt.bak: size = 5 OK 2026/08/28 04:03:43 DEBUG : three.txt: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2026/08/28 04:03:43 INFO : three.txt: Copied (server-side copy) to: three.txt.bak 2026/08/28 04:03:43 INFO : three.txt: Deleted 2026/08/28 04:03:43 DEBUG : three.txt: size = 6 OK 2026/08/28 04:03:43 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2026/08/28 04:03:43 INFO : three.txt: Copied (new) 2026/08/28 04:03:44 DEBUG : one: size = 5 (Local file system at /tmp/rclone988977894) 2026/08/28 04:03:44 DEBUG : one: size = 4 (B2 bucket rclone-test-wucebug2fati path dst) 2026/08/28 04:03:44 DEBUG : one: Sizes differ 2026/08/28 04:03:44 DEBUG : one.bak: size = 4 OK 2026/08/28 04:03:44 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2026/08/28 04:03:44 INFO : one: Copied (server-side copy) to: one.bak 2026/08/28 04:03:45 INFO : one: Deleted 2026/08/28 04:03:45 DEBUG : one: size = 5 OK 2026/08/28 04:03:45 DEBUG : one: sha1 = 88a8c2880f555638f990d1ec4c8359b25caa20c7 OK 2026/08/28 04:03:45 INFO : one: Copied (new) 2026/08/28 04:03:45 DEBUG : two: size = 3 OK 2026/08/28 04:03:45 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:03:45 DEBUG : two: Unchanged skipping 2026/08/28 04:03:45 DEBUG : three.txt: size = 19 (Local file system at /tmp/rclone988977894) 2026/08/28 04:03:45 DEBUG : three.txt: size = 6 (B2 bucket rclone-test-wucebug2fati path dst) 2026/08/28 04:03:45 DEBUG : three.txt: Sizes differ 2026/08/28 04:03:46 DEBUG : three.txt.bak: size = 6 OK 2026/08/28 04:03:46 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2026/08/28 04:03:46 INFO : three.txt: Copied (server-side copy) to: three.txt.bak 2026/08/28 04:03:46 INFO : three.txt: Deleted 2026/08/28 04:03:46 DEBUG : three.txt: size = 19 OK 2026/08/28 04:03:46 DEBUG : three.txt: sha1 = 476e1707cbd7f0497a7dc4d44f0b07b8566ffc30 OK 2026/08/28 04:03:46 INFO : three.txt: Copied (new) --- PASS: TestSyncSuffix (10.20s) === RUN TestSyncSuffixKeepExtension run.go:198: Remote "B2 bucket rclone-test-wucebug2fati", Local "Local file system at /tmp/rclone988977894", Modify Window "1ms" 2026/08/28 04:03:49 DEBUG : Creating backend with remote "TestB2:rclone-test-wucebug2fati/dst" 2026/08/28 04:03:51 DEBUG : one: size = 4 (Local file system at /tmp/rclone988977894) 2026/08/28 04:03:51 DEBUG : one: size = 3 (B2 bucket rclone-test-wucebug2fati path dst) 2026/08/28 04:03:51 DEBUG : one: Sizes differ 2026/08/28 04:03:52 DEBUG : one-2019-01-01: size = 3 OK 2026/08/28 04:03:52 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2026/08/28 04:03:52 INFO : one: Copied (server-side copy) to: one-2019-01-01 2026/08/28 04:03:52 INFO : one: Deleted 2026/08/28 04:03:53 DEBUG : one: size = 4 OK 2026/08/28 04:03:53 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2026/08/28 04:03:53 INFO : one: Copied (new) 2026/08/28 04:03:53 DEBUG : two: size = 3 OK 2026/08/28 04:03:53 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:03:53 DEBUG : two: Unchanged skipping 2026/08/28 04:03:53 DEBUG : three.txt: size = 6 (Local file system at /tmp/rclone988977894) 2026/08/28 04:03:53 DEBUG : three.txt: size = 5 (B2 bucket rclone-test-wucebug2fati path dst) 2026/08/28 04:03:53 DEBUG : three.txt: Sizes differ 2026/08/28 04:03:54 DEBUG : three-2019-01-01.txt: size = 5 OK 2026/08/28 04:03:54 DEBUG : three.txt: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2026/08/28 04:03:54 INFO : three.txt: Copied (server-side copy) to: three-2019-01-01.txt 2026/08/28 04:03:54 INFO : three.txt: Deleted 2026/08/28 04:03:54 DEBUG : three.txt: size = 6 OK 2026/08/28 04:03:54 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2026/08/28 04:03:54 INFO : three.txt: Copied (new) 2026/08/28 04:03:55 DEBUG : one: size = 5 (Local file system at /tmp/rclone988977894) 2026/08/28 04:03:55 DEBUG : one: size = 4 (B2 bucket rclone-test-wucebug2fati path dst) 2026/08/28 04:03:55 DEBUG : one: Sizes differ 2026/08/28 04:03:55 DEBUG : one-2019-01-01: size = 4 OK 2026/08/28 04:03:55 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2026/08/28 04:03:55 INFO : one: Copied (server-side copy) to: one-2019-01-01 2026/08/28 04:03:55 INFO : one: Deleted 2026/08/28 04:03:56 DEBUG : one: size = 5 OK 2026/08/28 04:03:56 DEBUG : one: sha1 = 88a8c2880f555638f990d1ec4c8359b25caa20c7 OK 2026/08/28 04:03:56 INFO : one: Copied (new) 2026/08/28 04:03:56 DEBUG : two: size = 3 OK 2026/08/28 04:03:56 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:03:56 DEBUG : two: Unchanged skipping 2026/08/28 04:03:56 DEBUG : three.txt: size = 19 (Local file system at /tmp/rclone988977894) 2026/08/28 04:03:56 DEBUG : three.txt: size = 6 (B2 bucket rclone-test-wucebug2fati path dst) 2026/08/28 04:03:56 DEBUG : three.txt: Sizes differ 2026/08/28 04:03:56 DEBUG : three-2019-01-01.txt: size = 6 OK 2026/08/28 04:03:56 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2026/08/28 04:03:56 INFO : three.txt: Copied (server-side copy) to: three-2019-01-01.txt 2026/08/28 04:03:57 INFO : three.txt: Deleted 2026/08/28 04:03:57 DEBUG : three.txt: size = 19 OK 2026/08/28 04:03:57 DEBUG : three.txt: sha1 = 476e1707cbd7f0497a7dc4d44f0b07b8566ffc30 OK 2026/08/28 04:03:57 INFO : three.txt: Copied (new) --- PASS: TestSyncSuffixKeepExtension (10.83s) === RUN TestSyncUTFNorm run.go:198: Remote "B2 bucket rclone-test-wucebug2fati", Local "Local file system at /tmp/rclone988977894", Modify Window "1ms" 2026/08/28 04:03:59 DEBUG : Testêé: size = 14 (Local file system at /tmp/rclone988977894) 2026/08/28 04:03:59 DEBUG : Testêé: size = 18 (B2 bucket rclone-test-wucebug2fati) 2026/08/28 04:03:59 DEBUG : Testêé: Sizes differ 2026/08/28 04:03:59 DEBUG : B2 bucket rclone-test-wucebug2fati: Waiting for checks to finish 2026/08/28 04:03:59 DEBUG : B2 bucket rclone-test-wucebug2fati: Waiting for transfers to finish 2026/08/28 04:04:00 DEBUG : Testêé: size = 14 OK 2026/08/28 04:04:00 DEBUG : Testêé: sha1 = a54d88e06612d820bc3be72877c74f257b561b19 OK 2026/08/28 04:04:00 INFO : Testêé: Copied (replaced existing) to: Testêé 2026/08/28 04:04:00 DEBUG : Waiting for deletions to finish --- PASS: TestSyncUTFNorm (2.24s) === RUN TestSyncImmutable run.go:198: Remote "B2 bucket rclone-test-wucebug2fati", Local "Local file system at /tmp/rclone988977894", Modify Window "1ms" 2026/08/28 04:04:01 DEBUG : existing: Need to transfer - File not found at Destination 2026/08/28 04:04:01 DEBUG : B2 bucket rclone-test-wucebug2fati: Waiting for checks to finish 2026/08/28 04:04:01 DEBUG : B2 bucket rclone-test-wucebug2fati: Waiting for transfers to finish 2026/08/28 04:04:01 DEBUG : existing: size = 6 OK 2026/08/28 04:04:01 DEBUG : existing: sha1 = 3e2e95f5ad970eadfa7e17eaf73da97024aa5359 OK 2026/08/28 04:04:01 INFO : existing: Copied (new) 2026/08/28 04:04:01 DEBUG : Waiting for deletions to finish 2026/08/28 04:04:02 DEBUG : existing: size = 8 (Local file system at /tmp/rclone988977894) 2026/08/28 04:04:02 DEBUG : existing: size = 6 (B2 bucket rclone-test-wucebug2fati) 2026/08/28 04:04:02 DEBUG : existing: Sizes differ 2026/08/28 04:04:02 ERROR : existing: Source and destination exist but do not match: immutable file modified 2026/08/28 04:04:02 DEBUG : B2 bucket rclone-test-wucebug2fati: Waiting for checks to finish 2026/08/28 04:04:02 DEBUG : B2 bucket rclone-test-wucebug2fati: Waiting for transfers to finish 2026/08/28 04:04:02 ERROR : B2 bucket rclone-test-wucebug2fati: not deleting files as there were IO errors 2026/08/28 04:04:02 ERROR : B2 bucket rclone-test-wucebug2fati: not deleting directories as there were IO errors --- PASS: TestSyncImmutable (2.30s) === RUN TestSyncIgnoreCase run.go:198: Remote "B2 bucket rclone-test-wucebug2fati", Local "Local file system at /tmp/rclone988977894", Modify Window "1ms" 2026/08/28 04:04:03 DEBUG : EXISTING: size = 6 OK 2026/08/28 04:04:03 DEBUG : existing: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:04:03 DEBUG : existing: Unchanged skipping 2026/08/28 04:04:03 DEBUG : B2 bucket rclone-test-wucebug2fati: Waiting for checks to finish 2026/08/28 04:04:03 DEBUG : B2 bucket rclone-test-wucebug2fati: Waiting for transfers to finish 2026/08/28 04:04:03 DEBUG : Waiting for deletions to finish 2026/08/28 04:04:03 INFO : There was nothing to transfer --- PASS: TestSyncIgnoreCase (1.29s) === RUN TestFixCase run.go:198: Remote "B2 bucket rclone-test-wucebug2fati", Local "Local file system at /tmp/rclone988977894", 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-wucebug2fati", Local "Local file system at /tmp/rclone988977894", Modify Window "1ms" sync_test.go:2705: This test only runs on local === RUN TestMaxTransfer/Soft run.go:198: Remote "B2 bucket rclone-test-wucebug2fati", Local "Local file system at /tmp/rclone988977894", Modify Window "1ms" sync_test.go:2705: This test only runs on local === RUN TestMaxTransfer/Cautious run.go:198: Remote "B2 bucket rclone-test-wucebug2fati", Local "Local file system at /tmp/rclone988977894", Modify Window "1ms" sync_test.go:2705: This test only runs on local --- PASS: TestMaxTransfer (1.11s) --- SKIP: TestMaxTransfer/Hard (0.37s) --- SKIP: TestMaxTransfer/Soft (0.37s) --- SKIP: TestMaxTransfer/Cautious (0.37s) === RUN TestSyncConcurrentDelete run.go:198: Remote "B2 bucket rclone-test-wucebug2fati", Local "Local file system at /tmp/rclone988977894", Modify Window "1ms" 2026/08/28 04:04:15 DEBUG : both0: size = 6 OK 2026/08/28 04:04:15 DEBUG : both0: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:04:15 DEBUG : both10: size = 6 OK 2026/08/28 04:04:15 DEBUG : both10: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:04:15 DEBUG : B2 bucket rclone-test-wucebug2fati: Waiting for checks to finish 2026/08/28 04:04:15 DEBUG : both12: size = 6 OK 2026/08/28 04:04:15 DEBUG : both12: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:04:15 DEBUG : both0: Unchanged skipping 2026/08/28 04:04:15 DEBUG : both13: size = 6 OK 2026/08/28 04:04:15 DEBUG : both13: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:04:15 DEBUG : both11: size = 6 OK 2026/08/28 04:04:15 DEBUG : both11: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:04:15 DEBUG : both12: Unchanged skipping 2026/08/28 04:04:15 DEBUG : both14: size = 6 OK 2026/08/28 04:04:15 DEBUG : both14: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:04:15 DEBUG : both14: Unchanged skipping 2026/08/28 04:04:15 DEBUG : both15: size = 6 OK 2026/08/28 04:04:15 DEBUG : both15: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:04:15 DEBUG : both15: Unchanged skipping 2026/08/28 04:04:15 DEBUG : both16: size = 6 OK 2026/08/28 04:04:15 DEBUG : both16: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:04:15 DEBUG : both16: Unchanged skipping 2026/08/28 04:04:15 DEBUG : both17: size = 6 OK 2026/08/28 04:04:15 DEBUG : both17: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:04:15 DEBUG : both17: Unchanged skipping 2026/08/28 04:04:15 DEBUG : both18: size = 6 OK 2026/08/28 04:04:15 DEBUG : both18: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:04:15 DEBUG : both10: Unchanged skipping 2026/08/28 04:04:15 DEBUG : both19: size = 6 OK 2026/08/28 04:04:15 DEBUG : both19: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:04:15 DEBUG : both19: Unchanged skipping 2026/08/28 04:04:15 DEBUG : both1: size = 6 OK 2026/08/28 04:04:15 DEBUG : both1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:04:15 DEBUG : both13: Unchanged skipping 2026/08/28 04:04:15 DEBUG : both2: size = 6 OK 2026/08/28 04:04:15 DEBUG : both2: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:04:15 DEBUG : both2: Unchanged skipping 2026/08/28 04:04:15 DEBUG : both3: size = 6 OK 2026/08/28 04:04:15 DEBUG : both3: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:04:15 DEBUG : both3: Unchanged skipping 2026/08/28 04:04:15 DEBUG : both4: size = 6 OK 2026/08/28 04:04:15 DEBUG : both4: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:04:15 DEBUG : both11: Unchanged skipping 2026/08/28 04:04:15 DEBUG : both5: size = 6 OK 2026/08/28 04:04:15 DEBUG : both5: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:04:15 DEBUG : both1: Unchanged skipping 2026/08/28 04:04:15 DEBUG : both6: size = 6 OK 2026/08/28 04:04:15 DEBUG : both6: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:04:15 DEBUG : both4: Unchanged skipping 2026/08/28 04:04:15 DEBUG : both7: size = 6 OK 2026/08/28 04:04:15 DEBUG : both5: Unchanged skipping 2026/08/28 04:04:15 DEBUG : both8: size = 6 OK 2026/08/28 04:04:15 DEBUG : both8: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:04:15 DEBUG : both8: Unchanged skipping 2026/08/28 04:04:15 DEBUG : both9: size = 6 OK 2026/08/28 04:04:15 DEBUG : both9: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:04:15 DEBUG : both7: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:04:15 DEBUG : both18: Unchanged skipping 2026/08/28 04:04:15 DEBUG : both9: Unchanged skipping 2026/08/28 04:04:15 DEBUG : both7: Unchanged skipping 2026/08/28 04:04:15 DEBUG : both6: Unchanged skipping 2026/08/28 04:04:15 DEBUG : B2 bucket rclone-test-wucebug2fati: Waiting for transfers to finish 2026/08/28 04:04:15 DEBUG : Waiting for deletions to finish 2026/08/28 04:04:15 INFO : only0: Deleted 2026/08/28 04:04:15 INFO : only13: Deleted 2026/08/28 04:04:15 INFO : only3: Deleted 2026/08/28 04:04:15 INFO : only6: Deleted 2026/08/28 04:04:15 INFO : only9: Deleted 2026/08/28 04:04:15 INFO : only12: Deleted 2026/08/28 04:04:15 INFO : only14: Deleted 2026/08/28 04:04:15 INFO : only15: Deleted 2026/08/28 04:04:15 INFO : only18: Deleted 2026/08/28 04:04:15 INFO : only4: Deleted 2026/08/28 04:04:15 INFO : only10: Deleted 2026/08/28 04:04:15 INFO : only11: Deleted 2026/08/28 04:04:15 INFO : only17: Deleted 2026/08/28 04:04:15 INFO : only19: Deleted 2026/08/28 04:04:16 INFO : only1: Deleted 2026/08/28 04:04:16 INFO : only2: Deleted 2026/08/28 04:04:16 INFO : only5: Deleted 2026/08/28 04:04:16 INFO : only7: Deleted 2026/08/28 04:04:16 INFO : only16: Deleted 2026/08/28 04:04:16 INFO : only8: Deleted 2026/08/28 04:04:16 INFO : There was nothing to transfer --- PASS: TestSyncConcurrentDelete (14.74s) === RUN TestSyncConcurrentTruncate run.go:198: Remote "B2 bucket rclone-test-wucebug2fati", Local "Local file system at /tmp/rclone988977894", Modify Window "1ms" 2026/08/28 04:04:30 DEBUG : both0: size = 6 OK 2026/08/28 04:04:30 DEBUG : both0: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:04:30 DEBUG : both10: size = 6 OK 2026/08/28 04:04:30 DEBUG : both10: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:04:30 DEBUG : both12: size = 6 OK 2026/08/28 04:04:30 DEBUG : both11: size = 6 OK 2026/08/28 04:04:30 DEBUG : both12: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:04:30 DEBUG : both11: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:04:30 DEBUG : B2 bucket rclone-test-wucebug2fati: Waiting for checks to finish 2026/08/28 04:04:30 DEBUG : both0: Unchanged skipping 2026/08/28 04:04:30 DEBUG : both13: size = 6 OK 2026/08/28 04:04:30 DEBUG : both13: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:04:30 DEBUG : both11: Unchanged skipping 2026/08/28 04:04:30 DEBUG : both14: size = 6 OK 2026/08/28 04:04:30 DEBUG : both14: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:04:30 DEBUG : both14: Unchanged skipping 2026/08/28 04:04:30 DEBUG : both15: size = 6 OK 2026/08/28 04:04:30 DEBUG : both15: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:04:30 DEBUG : both15: Unchanged skipping 2026/08/28 04:04:30 DEBUG : both16: size = 6 OK 2026/08/28 04:04:30 DEBUG : both16: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:04:30 DEBUG : both16: Unchanged skipping 2026/08/28 04:04:30 DEBUG : both17: size = 6 OK 2026/08/28 04:04:30 DEBUG : both17: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:04:30 DEBUG : both10: Unchanged skipping 2026/08/28 04:04:30 DEBUG : both18: size = 6 OK 2026/08/28 04:04:30 DEBUG : both18: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:04:30 DEBUG : both12: Unchanged skipping 2026/08/28 04:04:30 DEBUG : both18: Unchanged skipping 2026/08/28 04:04:30 DEBUG : both13: Unchanged skipping 2026/08/28 04:04:30 DEBUG : both2: size = 6 OK 2026/08/28 04:04:30 DEBUG : both1: size = 6 OK 2026/08/28 04:04:30 DEBUG : both2: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:04:30 DEBUG : both1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:04:30 DEBUG : both19: size = 6 OK 2026/08/28 04:04:30 DEBUG : both19: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:04:30 DEBUG : both2: Unchanged skipping 2026/08/28 04:04:30 DEBUG : both3: size = 6 OK 2026/08/28 04:04:30 DEBUG : both3: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:04:30 DEBUG : both3: Unchanged skipping 2026/08/28 04:04:30 DEBUG : both4: size = 6 OK 2026/08/28 04:04:30 DEBUG : both4: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:04:30 DEBUG : both4: Unchanged skipping 2026/08/28 04:04:30 DEBUG : both5: size = 6 OK 2026/08/28 04:04:30 DEBUG : both5: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:04:30 DEBUG : both5: Unchanged skipping 2026/08/28 04:04:30 DEBUG : both6: size = 6 OK 2026/08/28 04:04:30 DEBUG : both6: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:04:30 DEBUG : both6: Unchanged skipping 2026/08/28 04:04:30 DEBUG : both7: size = 6 OK 2026/08/28 04:04:30 DEBUG : both17: Unchanged skipping 2026/08/28 04:04:30 DEBUG : both8: size = 6 OK 2026/08/28 04:04:30 DEBUG : both8: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:04:30 DEBUG : both7: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:04:30 DEBUG : both1: Unchanged skipping 2026/08/28 04:04:30 DEBUG : both9: size = 6 OK 2026/08/28 04:04:30 DEBUG : both9: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:04:30 DEBUG : both7: Unchanged skipping 2026/08/28 04:04:30 DEBUG : only0: size = 0 (Local file system at /tmp/rclone988977894) 2026/08/28 04:04:30 DEBUG : only0: size = 6 (B2 bucket rclone-test-wucebug2fati) 2026/08/28 04:04:30 DEBUG : only0: Sizes differ 2026/08/28 04:04:30 DEBUG : only10: size = 0 (Local file system at /tmp/rclone988977894) 2026/08/28 04:04:30 DEBUG : only10: size = 6 (B2 bucket rclone-test-wucebug2fati) 2026/08/28 04:04:30 DEBUG : only10: Sizes differ 2026/08/28 04:04:30 DEBUG : only11: size = 0 (Local file system at /tmp/rclone988977894) 2026/08/28 04:04:30 DEBUG : only11: size = 6 (B2 bucket rclone-test-wucebug2fati) 2026/08/28 04:04:30 DEBUG : only11: Sizes differ 2026/08/28 04:04:30 DEBUG : only12: size = 0 (Local file system at /tmp/rclone988977894) 2026/08/28 04:04:30 DEBUG : only12: size = 6 (B2 bucket rclone-test-wucebug2fati) 2026/08/28 04:04:30 DEBUG : only12: Sizes differ 2026/08/28 04:04:30 DEBUG : both19: Unchanged skipping 2026/08/28 04:04:30 DEBUG : only13: size = 0 (Local file system at /tmp/rclone988977894) 2026/08/28 04:04:30 DEBUG : only13: size = 6 (B2 bucket rclone-test-wucebug2fati) 2026/08/28 04:04:30 DEBUG : only13: Sizes differ 2026/08/28 04:04:30 DEBUG : only14: size = 0 (Local file system at /tmp/rclone988977894) 2026/08/28 04:04:30 DEBUG : only14: size = 6 (B2 bucket rclone-test-wucebug2fati) 2026/08/28 04:04:30 DEBUG : only14: Sizes differ 2026/08/28 04:04:30 DEBUG : only15: size = 0 (Local file system at /tmp/rclone988977894) 2026/08/28 04:04:30 DEBUG : only15: size = 6 (B2 bucket rclone-test-wucebug2fati) 2026/08/28 04:04:30 DEBUG : only15: Sizes differ 2026/08/28 04:04:30 DEBUG : both8: Unchanged skipping 2026/08/28 04:04:30 DEBUG : only16: size = 0 (Local file system at /tmp/rclone988977894) 2026/08/28 04:04:30 DEBUG : only16: size = 6 (B2 bucket rclone-test-wucebug2fati) 2026/08/28 04:04:30 DEBUG : only16: Sizes differ 2026/08/28 04:04:30 DEBUG : only17: size = 0 (Local file system at /tmp/rclone988977894) 2026/08/28 04:04:30 DEBUG : only17: size = 6 (B2 bucket rclone-test-wucebug2fati) 2026/08/28 04:04:30 DEBUG : only17: Sizes differ 2026/08/28 04:04:30 DEBUG : only18: size = 0 (Local file system at /tmp/rclone988977894) 2026/08/28 04:04:30 DEBUG : only18: size = 6 (B2 bucket rclone-test-wucebug2fati) 2026/08/28 04:04:30 DEBUG : only18: Sizes differ 2026/08/28 04:04:30 DEBUG : only19: size = 0 (Local file system at /tmp/rclone988977894) 2026/08/28 04:04:30 DEBUG : only19: size = 6 (B2 bucket rclone-test-wucebug2fati) 2026/08/28 04:04:30 DEBUG : only19: Sizes differ 2026/08/28 04:04:30 DEBUG : only1: size = 0 (Local file system at /tmp/rclone988977894) 2026/08/28 04:04:30 DEBUG : only1: size = 6 (B2 bucket rclone-test-wucebug2fati) 2026/08/28 04:04:30 DEBUG : only1: Sizes differ 2026/08/28 04:04:30 DEBUG : both9: Unchanged skipping 2026/08/28 04:04:30 DEBUG : only2: size = 0 (Local file system at /tmp/rclone988977894) 2026/08/28 04:04:30 DEBUG : only2: size = 6 (B2 bucket rclone-test-wucebug2fati) 2026/08/28 04:04:30 DEBUG : only2: Sizes differ 2026/08/28 04:04:30 DEBUG : only3: size = 0 (Local file system at /tmp/rclone988977894) 2026/08/28 04:04:30 DEBUG : only3: size = 6 (B2 bucket rclone-test-wucebug2fati) 2026/08/28 04:04:30 DEBUG : only3: Sizes differ 2026/08/28 04:04:30 DEBUG : only4: size = 0 (Local file system at /tmp/rclone988977894) 2026/08/28 04:04:30 DEBUG : only4: size = 6 (B2 bucket rclone-test-wucebug2fati) 2026/08/28 04:04:30 DEBUG : only4: Sizes differ 2026/08/28 04:04:30 DEBUG : only5: size = 0 (Local file system at /tmp/rclone988977894) 2026/08/28 04:04:30 DEBUG : only5: size = 6 (B2 bucket rclone-test-wucebug2fati) 2026/08/28 04:04:30 DEBUG : only5: Sizes differ 2026/08/28 04:04:30 DEBUG : only6: size = 0 (Local file system at /tmp/rclone988977894) 2026/08/28 04:04:30 DEBUG : only6: size = 6 (B2 bucket rclone-test-wucebug2fati) 2026/08/28 04:04:30 DEBUG : only6: Sizes differ 2026/08/28 04:04:30 DEBUG : only7: size = 0 (Local file system at /tmp/rclone988977894) 2026/08/28 04:04:30 DEBUG : only7: size = 6 (B2 bucket rclone-test-wucebug2fati) 2026/08/28 04:04:30 DEBUG : only7: Sizes differ 2026/08/28 04:04:30 DEBUG : only8: size = 0 (Local file system at /tmp/rclone988977894) 2026/08/28 04:04:30 DEBUG : only9: size = 0 (Local file system at /tmp/rclone988977894) 2026/08/28 04:04:30 DEBUG : only9: size = 6 (B2 bucket rclone-test-wucebug2fati) 2026/08/28 04:04:30 DEBUG : only9: Sizes differ 2026/08/28 04:04:30 DEBUG : only8: size = 6 (B2 bucket rclone-test-wucebug2fati) 2026/08/28 04:04:30 DEBUG : only8: Sizes differ 2026/08/28 04:04:30 DEBUG : B2 bucket rclone-test-wucebug2fati: Waiting for transfers to finish 2026/08/28 04:04:30 DEBUG : only0: size = 0 OK 2026/08/28 04:04:30 DEBUG : only10: size = 0 OK 2026/08/28 04:04:30 DEBUG : only0: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/28 04:04:30 DEBUG : only10: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/28 04:04:30 INFO : only0: Copied (replaced existing) 2026/08/28 04:04:30 INFO : only10: Copied (replaced existing) 2026/08/28 04:04:30 DEBUG : only11: size = 0 OK 2026/08/28 04:04:30 DEBUG : only11: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/28 04:04:30 INFO : only11: Copied (replaced existing) 2026/08/28 04:04:30 DEBUG : only16: size = 0 OK 2026/08/28 04:04:30 DEBUG : only16: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/28 04:04:30 INFO : only16: Copied (replaced existing) 2026/08/28 04:04:30 DEBUG : only14: size = 0 OK 2026/08/28 04:04:30 DEBUG : only14: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/28 04:04:30 INFO : only14: Copied (replaced existing) 2026/08/28 04:04:30 DEBUG : only17: size = 0 OK 2026/08/28 04:04:30 DEBUG : only17: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/28 04:04:30 INFO : only17: Copied (replaced existing) 2026/08/28 04:04:30 DEBUG : only18: size = 0 OK 2026/08/28 04:04:30 DEBUG : only18: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/28 04:04:30 INFO : only18: Copied (replaced existing) 2026/08/28 04:04:30 DEBUG : only1: size = 0 OK 2026/08/28 04:04:30 DEBUG : only1: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/28 04:04:30 INFO : only1: Copied (replaced existing) 2026/08/28 04:04:30 DEBUG : only19: size = 0 OK 2026/08/28 04:04:30 DEBUG : only19: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/28 04:04:30 INFO : only19: Copied (replaced existing) 2026/08/28 04:04:30 DEBUG : only13: size = 0 OK 2026/08/28 04:04:30 DEBUG : only13: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/28 04:04:30 INFO : only13: Copied (replaced existing) 2026/08/28 04:04:30 DEBUG : only3: size = 0 OK 2026/08/28 04:04:30 DEBUG : only3: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/28 04:04:30 INFO : only3: Copied (replaced existing) 2026/08/28 04:04:30 DEBUG : only4: size = 0 OK 2026/08/28 04:04:30 DEBUG : only4: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/28 04:04:30 INFO : only4: Copied (replaced existing) 2026/08/28 04:04:30 DEBUG : only5: size = 0 OK 2026/08/28 04:04:30 DEBUG : only5: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/28 04:04:30 INFO : only5: Copied (replaced existing) 2026/08/28 04:04:31 DEBUG : only6: size = 0 OK 2026/08/28 04:04:31 DEBUG : only6: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/28 04:04:31 INFO : only6: Copied (replaced existing) 2026/08/28 04:04:31 DEBUG : only2: size = 0 OK 2026/08/28 04:04:31 DEBUG : only2: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/28 04:04:31 INFO : only2: Copied (replaced existing) 2026/08/28 04:04:31 DEBUG : only12: size = 0 OK 2026/08/28 04:04:31 DEBUG : only12: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/28 04:04:31 INFO : only12: Copied (replaced existing) 2026/08/28 04:04:31 DEBUG : only7: size = 0 OK 2026/08/28 04:04:31 DEBUG : only7: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/28 04:04:31 INFO : only7: Copied (replaced existing) 2026/08/28 04:04:31 DEBUG : only15: size = 0 OK 2026/08/28 04:04:31 DEBUG : only15: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/28 04:04:31 INFO : only15: Copied (replaced existing) 2026/08/28 04:04:31 DEBUG : only9: size = 0 OK 2026/08/28 04:04:31 DEBUG : only9: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/28 04:04:31 INFO : only9: Copied (replaced existing) 2026/08/28 04:04:31 DEBUG : only8: size = 0 OK 2026/08/28 04:04:31 DEBUG : only8: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/28 04:04:31 INFO : only8: Copied (replaced existing) 2026/08/28 04:04:31 DEBUG : Waiting for deletions to finish --- PASS: TestSyncConcurrentTruncate (18.66s) === RUN TestSyncReplaceDirModTime run.go:198: Remote "B2 bucket rclone-test-wucebug2fati", Local "Local file system at /tmp/rclone988977894", Modify Window "1ms" 2026/08/28 04:04:39 DEBUG : empty_dir: Making directory with metadata 2026/08/28 04:04:39 INFO : empty_dir: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/28 04:04:39 DEBUG : empty_on_remote: Making directory with metadata 2026/08/28 04:04:39 INFO : empty_on_remote: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/28 04:04:39 INFO : empty_on_remote: Making directory 2026/08/28 04:04:39 INFO : empty_on_remote: Made directory with modification time 2011-12-25 12:59:59.123456789 +0000 UTC 2026/08/28 04:04:40 INFO : test_dir1: Set directory modification time (using DirSetModTime) 2026/08/28 04:04:40 INFO : test_dir2: Set directory modification time (using DirSetModTime) 2026/08/28 04:04:40 INFO : test_dir2/sub_dir: Set directory modification time (using DirSetModTime) 2026/08/28 04:04:40 INFO : empty_on_remote: Set directory modification time (using DirSetModTime) --- PASS: TestSyncReplaceDirModTime (2.12s) === RUN TestSyncReplaceDirModTimeWithEmptyDirs run.go:198: Remote "B2 bucket rclone-test-wucebug2fati", Local "Local file system at /tmp/rclone988977894", Modify Window "1ms" 2026/08/28 04:04:41 DEBUG : empty_dir: Making directory with metadata 2026/08/28 04:04:41 INFO : empty_dir: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/28 04:04:41 DEBUG : empty_on_remote: Making directory with metadata 2026/08/28 04:04:41 INFO : empty_on_remote: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/28 04:04:41 INFO : empty_on_remote: Making directory 2026/08/28 04:04:41 INFO : empty_on_remote: Made directory with modification time 2011-12-25 12:59:59.123456789 +0000 UTC 2026/08/28 04:04:42 INFO : test_dir1: Set directory modification time (using DirSetModTime) 2026/08/28 04:04:42 INFO : test_dir2: Set directory modification time (using DirSetModTime) 2026/08/28 04:04:42 INFO : test_dir2/sub_dir: Set directory modification time (using DirSetModTime) 2026/08/28 04:04:42 INFO : empty_on_remote: Set directory modification time (using DirSetModTime) 2026/08/28 04:04:42 INFO : empty_dir: Set directory modification time (using DirSetModTime) --- PASS: TestSyncReplaceDirModTimeWithEmptyDirs (2.05s) === RUN TestNothingToTransferWithEmptyDirs run.go:198: Remote "B2 bucket rclone-test-wucebug2fati", Local "Local file system at /tmp/rclone988977894", Modify Window "1ms" 2026/08/28 04:04:43 INFO : sub dir: Set directory modification time (using DirSetModTime) 2026/08/28 04:04:43 INFO : sub dir: Making directory 2026/08/28 04:04:43 INFO : sub dir: Made directory with modification time 2011-12-30 12:59:59 +0000 UTC --- PASS: TestNothingToTransferWithEmptyDirs (1.73s) === RUN TestNothingToTransferWithoutEmptyDirs run.go:198: Remote "B2 bucket rclone-test-wucebug2fati", Local "Local file system at /tmp/rclone988977894", Modify Window "1ms" 2026/08/28 04:04:45 INFO : sub dir: Set directory modification time (using DirSetModTime) 2026/08/28 04:04:45 INFO : sub dir: Making directory 2026/08/28 04:04:45 INFO : sub dir: Made directory with modification time 2011-12-30 12:59:59 +0000 UTC --- PASS: TestNothingToTransferWithoutEmptyDirs (1.91s) === RUN TestTransform === RUN TestTransform/NFC run.go:198: Remote "B2 bucket rclone-test-wucebug2fati", Local "Local file system at /tmp/rclone988977894", Modify Window "1ms" 2026/08/28 04:04:50 DEBUG : Waiting for deletions to finish 2026/08/28 04:04:51 DEBUG : apple: Excluded (Path Filter) 2026/08/28 04:04:51 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/28 04:04:51 DEBUG : banana: Excluded (Path Filter) 2026/08/28 04:04:51 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/28 04:04:51 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/28 04:04:51 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/28 04:04:51 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/28 04:04:51 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/28 04:04:51 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/28 04:04:51 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/28 04:04:51 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/28 04:04:51 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/28 04:04:51 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/28 04:04:51 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/28 04:04:51 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/28 04:04:51 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/28 04:04:51 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/28 04:04:51 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/28 04:04:51 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/28 04:04:51 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/28 04:04:51 DEBUG : apple: size = 5 OK 2026/08/28 04:04:51 DEBUG : splitbananasplit: size = 16 OK 2026/08/28 04:04:51 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:04:51 DEBUG : banana: size = 6 OK 2026/08/28 04:04:51 DEBUG : splitbananasplit: Unchanged skipping 2026/08/28 04:04:51 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:04:51 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:04:51 DEBUG : apple: Unchanged skipping 2026/08/28 04:04:51 DEBUG : banana: Unchanged skipping 2026/08/28 04:04:51 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/28 04:04:51 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:04:51 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/28 04:04:51 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/28 04:04:51 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:04:51 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/28 04:04:51 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/28 04:04:51 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:04:51 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/28 04:04:51 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/28 04:04:51 DEBUG : B2 bucket rclone-test-wucebug2fati: Waiting for checks to finish 2026/08/28 04:04:51 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:04:51 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/28 04:04:51 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/28 04:04:51 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/28 04:04:51 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/28 04:04:51 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/28 04:04:51 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:04:51 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:04:51 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:04:51 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:04:51 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/28 04:04:51 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/28 04:04:51 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/28 04:04:51 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/28 04:04:51 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:04:51 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/28 04:04:51 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/28 04:04:51 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:04:51 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:04:51 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/28 04:04:51 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/28 04:04:51 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/28 04:04:51 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/28 04:04:51 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:04:51 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/28 04:04:51 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/28 04:04:51 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:04:51 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/28 04:04:51 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:04:51 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/28 04:04:51 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/28 04:04:51 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:04:51 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/28 04:04:51 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/28 04:04:51 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/28 04:04:51 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/28 04:04:51 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/28 04:04:51 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:04:51 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/28 04:04:51 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:04:51 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/28 04:04:51 DEBUG : B2 bucket rclone-test-wucebug2fati: Waiting for transfers to finish 2026/08/28 04:04:51 DEBUG : Waiting for deletions to finish 2026/08/28 04:04:51 INFO : There was nothing to transfer 2026/08/28 04:04:51 DEBUG : Waiting for deletions to finish 2026/08/28 04:04:51 DEBUG : apple: Excluded (Path Filter) 2026/08/28 04:04:51 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/28 04:04:51 DEBUG : banana: Excluded (Path Filter) 2026/08/28 04:04:51 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/28 04:04:51 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/28 04:04:51 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/28 04:04:51 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/28 04:04:51 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/28 04:04:51 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/28 04:04:51 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/28 04:04:51 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/28 04:04:51 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/28 04:04:51 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/28 04:04:51 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/28 04:04:51 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/28 04:04:51 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/28 04:04:51 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/28 04:04:51 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/28 04:04:51 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/28 04:04:51 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/28 04:04:52 DEBUG : apple: size = 5 OK 2026/08/28 04:04:52 DEBUG : banana: size = 6 OK 2026/08/28 04:04:52 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:04:52 DEBUG : banana: Unchanged skipping 2026/08/28 04:04:52 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:04:52 DEBUG : apple: Unchanged skipping 2026/08/28 04:04:52 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/28 04:04:52 DEBUG : splitbananasplit: size = 16 OK 2026/08/28 04:04:52 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:04:52 DEBUG : splitbananasplit: Unchanged skipping 2026/08/28 04:04:52 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:04:52 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/28 04:04:52 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/28 04:04:52 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:04:52 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/28 04:04:52 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/28 04:04:52 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:04:52 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/28 04:04:52 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/28 04:04:52 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:04:52 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/28 04:04:52 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/28 04:04:52 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:04:52 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/28 04:04:52 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/28 04:04:52 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:04:52 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/28 04:04:52 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/28 04:04:52 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:04:52 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/28 04:04:52 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/28 04:04:52 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:04:52 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/28 04:04:52 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/28 04:04:52 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:04:52 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/28 04:04:52 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/28 04:04:52 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:04:52 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/28 04:04:52 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/28 04:04:52 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:04:52 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/28 04:04:52 DEBUG : B2 bucket rclone-test-wucebug2fati: Waiting for checks to finish 2026/08/28 04:04:52 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/28 04:04:52 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:04:52 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/28 04:04:52 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:04:52 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/28 04:04:52 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/28 04:04:52 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:04:52 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/28 04:04:52 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/28 04:04:52 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/28 04:04:52 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/28 04:04:52 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:04:52 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:04:52 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:04:52 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/28 04:04:52 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/28 04:04:52 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/28 04:04:52 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/28 04:04:52 DEBUG : B2 bucket rclone-test-wucebug2fati: Waiting for transfers to finish 2026/08/28 04:04:52 DEBUG : Waiting for deletions to finish 2026/08/28 04:04:52 INFO : There was nothing to transfer 2026/08/28 04:04:52 DEBUG : Waiting for deletions to finish 2026/08/28 04:04:52 DEBUG : apple: Excluded (Path Filter) 2026/08/28 04:04:52 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/28 04:04:52 DEBUG : banana: Excluded (Path Filter) 2026/08/28 04:04:52 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/28 04:04:52 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/28 04:04:52 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/28 04:04:52 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/28 04:04:52 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/28 04:04:52 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/28 04:04:52 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/28 04:04:52 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/28 04:04:52 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/28 04:04:52 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/28 04:04:52 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/28 04:04:52 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/28 04:04:52 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/28 04:04:52 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/28 04:04:52 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/28 04:04:52 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/28 04:04:52 DEBUG : splitbananasplit: Excluded (Path Filter) === RUN TestTransform/NFD run.go:198: Remote "B2 bucket rclone-test-wucebug2fati", Local "Local file system at /tmp/rclone988977894", Modify Window "1ms" 2026/08/28 04:05:02 DEBUG : Waiting for deletions to finish 2026/08/28 04:05:03 DEBUG : apple: Excluded (Path Filter) 2026/08/28 04:05:03 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/28 04:05:03 DEBUG : banana: Excluded (Path Filter) 2026/08/28 04:05:03 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/28 04:05:03 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/28 04:05:03 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/28 04:05:03 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/28 04:05:03 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/28 04:05:03 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/28 04:05:03 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/28 04:05:03 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/28 04:05:03 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/28 04:05:03 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/28 04:05:03 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/28 04:05:03 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/28 04:05:03 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/28 04:05:03 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/28 04:05:03 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/28 04:05:03 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/28 04:05:03 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/28 04:05:03 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/28 04:05:03 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:05:03 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/28 04:05:03 DEBUG : apple: size = 5 OK 2026/08/28 04:05:03 DEBUG : banana: size = 6 OK 2026/08/28 04:05:03 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:05:03 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:05:03 DEBUG : apple: Unchanged skipping 2026/08/28 04:05:03 DEBUG : banana: Unchanged skipping 2026/08/28 04:05:03 DEBUG : splitbananasplit: size = 16 OK 2026/08/28 04:05:03 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:05:03 DEBUG : splitbananasplit: Unchanged skipping 2026/08/28 04:05:03 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/28 04:05:03 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:05:03 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/28 04:05:03 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:05:03 DEBUG : B2 bucket rclone-test-wucebug2fati: Waiting for checks to finish 2026/08/28 04:05:03 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/28 04:05:03 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:05:03 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/28 04:05:03 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/28 04:05:03 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/28 04:05:03 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/28 04:05:03 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:05:03 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/28 04:05:03 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/28 04:05:03 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/28 04:05:03 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:05:03 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:05:03 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/28 04:05:03 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/28 04:05:03 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:05:03 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/28 04:05:03 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/28 04:05:03 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/28 04:05:03 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/28 04:05:03 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:05:03 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/28 04:05:03 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/28 04:05:03 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:05:03 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/28 04:05:03 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:05:03 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/28 04:05:03 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/28 04:05:03 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/28 04:05:03 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:05:03 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:05:03 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/28 04:05:03 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/28 04:05:03 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/28 04:05:03 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/28 04:05:03 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/28 04:05:03 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:05:03 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:05:03 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/28 04:05:03 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/28 04:05:03 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:05:03 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:05:03 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/28 04:05:03 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/28 04:05:03 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/28 04:05:03 DEBUG : B2 bucket rclone-test-wucebug2fati: Waiting for transfers to finish 2026/08/28 04:05:03 DEBUG : Waiting for deletions to finish 2026/08/28 04:05:03 INFO : There was nothing to transfer 2026/08/28 04:05:03 DEBUG : Waiting for deletions to finish 2026/08/28 04:05:04 DEBUG : apple: Excluded (Path Filter) 2026/08/28 04:05:04 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/28 04:05:04 DEBUG : banana: Excluded (Path Filter) 2026/08/28 04:05:04 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/28 04:05:04 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/28 04:05:04 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/28 04:05:04 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/28 04:05:04 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/28 04:05:04 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/28 04:05:04 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/28 04:05:04 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/28 04:05:04 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/28 04:05:04 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/28 04:05:04 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/28 04:05:04 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/28 04:05:04 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/28 04:05:04 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/28 04:05:04 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/28 04:05:04 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/28 04:05:04 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/28 04:05:04 DEBUG : apple: size = 5 OK 2026/08/28 04:05:04 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:05:04 DEBUG : apple: Unchanged skipping 2026/08/28 04:05:04 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/28 04:05:04 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:05:04 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/28 04:05:04 DEBUG : splitbananasplit: size = 16 OK 2026/08/28 04:05:04 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:05:04 DEBUG : splitbananasplit: Unchanged skipping 2026/08/28 04:05:04 DEBUG : banana: size = 6 OK 2026/08/28 04:05:04 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:05:04 DEBUG : banana: Unchanged skipping 2026/08/28 04:05:04 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/28 04:05:04 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:05:04 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/28 04:05:04 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/28 04:05:04 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/28 04:05:04 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:05:04 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:05:04 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/28 04:05:04 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/28 04:05:04 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/28 04:05:04 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/28 04:05:04 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/28 04:05:04 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/28 04:05:04 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:05:04 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:05:04 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/28 04:05:04 DEBUG : B2 bucket rclone-test-wucebug2fati: Waiting for checks to finish 2026/08/28 04:05:04 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/28 04:05:04 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:05:04 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/28 04:05:04 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/28 04:05:04 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:05:04 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/28 04:05:04 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:05:04 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/28 04:05:04 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/28 04:05:04 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:05:04 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/28 04:05:04 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/28 04:05:04 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:05:04 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/28 04:05:04 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/28 04:05:04 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:05:04 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/28 04:05:04 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:05:04 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/28 04:05:04 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/28 04:05:04 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:05:04 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/28 04:05:04 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/28 04:05:04 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:05:04 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/28 04:05:04 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/28 04:05:04 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:05:04 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/28 04:05:04 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/28 04:05:04 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:05:04 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/28 04:05:04 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/28 04:05:04 DEBUG : B2 bucket rclone-test-wucebug2fati: Waiting for transfers to finish 2026/08/28 04:05:04 DEBUG : Waiting for deletions to finish 2026/08/28 04:05:04 INFO : There was nothing to transfer 2026/08/28 04:05:04 DEBUG : Waiting for deletions to finish 2026/08/28 04:05:04 DEBUG : apple: Excluded (Path Filter) 2026/08/28 04:05:04 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/28 04:05:04 DEBUG : banana: Excluded (Path Filter) 2026/08/28 04:05:04 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/28 04:05:04 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/28 04:05:04 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/28 04:05:04 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/28 04:05:04 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/28 04:05:04 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/28 04:05:04 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/28 04:05:04 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/28 04:05:04 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/28 04:05:04 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/28 04:05:04 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/28 04:05:04 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/28 04:05:04 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/28 04:05:04 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/28 04:05:04 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/28 04:05:04 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/28 04:05:04 DEBUG : splitbananasplit: Excluded (Path Filter) === RUN TestTransform/base64 run.go:198: Remote "B2 bucket rclone-test-wucebug2fati", Local "Local file system at /tmp/rclone988977894", Modify Window "1ms" 2026/08/28 04:05:14 DEBUG : Waiting for deletions to finish 2026/08/28 04:05:15 DEBUG : apple: Excluded (Path Filter) 2026/08/28 04:05:15 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/28 04:05:15 DEBUG : banana: Excluded (Path Filter) 2026/08/28 04:05:15 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/28 04:05:15 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/28 04:05:15 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/28 04:05:15 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/28 04:05:15 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/28 04:05:15 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/28 04:05:15 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/28 04:05:15 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/28 04:05:15 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/28 04:05:15 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/28 04:05:15 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/28 04:05:15 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/28 04:05:15 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/28 04:05:15 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/28 04:05:15 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/28 04:05:15 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/28 04:05:15 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/28 04:05:15 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/28 04:05:15 DEBUG : apple: transformed to: YXBwbGU= 2026/08/28 04:05:15 DEBUG : banana: transformed to: YmFuYW5h 2026/08/28 04:05:15 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/28 04:05:15 DEBUG : banana: transformed to: YmFuYW5h 2026/08/28 04:05:15 DEBUG : apple: transformed to: YXBwbGU= 2026/08/28 04:05:15 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/28 04:05:15 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/28 04:05:15 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/28 04:05:15 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/28 04:05:15 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/28 04:05:15 DEBUG : banana: transformed to: YmFuYW5h 2026/08/28 04:05:15 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/28 04:05:15 DEBUG : apple: transformed to: YXBwbGU= 2026/08/28 04:05:15 DEBUG : apple: transformed to: YXBwbGU= 2026/08/28 04:05:15 DEBUG : apple: Need to transfer - File not found at Destination 2026/08/28 04:05:15 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/28 04:05:15 DEBUG : appleappleapplebanana: Need to transfer - File not found at Destination 2026/08/28 04:05:15 DEBUG : banana: transformed to: YmFuYW5h 2026/08/28 04:05:15 DEBUG : banana: Need to transfer - File not found at Destination 2026/08/28 04:05:15 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/28 04:05:15 DEBUG : splitbananasplit: Need to transfer - File not found at Destination 2026/08/28 04:05:15 DEBUG : apple: transformed to: YXBwbGU= 2026/08/28 04:05:15 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/28 04:05:15 DEBUG : banana: transformed to: YmFuYW5h 2026/08/28 04:05:15 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/28 04:05:15 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/28 04:05:15 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/28 04:05:15 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/28 04:05:15 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/28 04:05:15 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/28 04:05:15 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/28 04:05:15 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/28 04:05:15 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/28 04:05:15 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/28 04:05:15 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/28 04:05:15 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/28 04:05:15 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/28 04:05:15 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/28 04:05:15 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/28 04:05:15 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/28 04:05:15 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/28 04:05:15 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/28 04:05:15 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/28 04:05:15 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/28 04:05:15 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/28 04:05:15 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/28 04:05:15 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/28 04:05:15 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/28 04:05:15 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/28 04:05:15 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/28 04:05:15 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/28 04:05:15 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/28 04:05:15 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/28 04:05:15 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/28 04:05:15 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/28 04:05:15 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/28 04:05:15 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/28 04:05:15 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/28 04:05:15 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/28 04:05:15 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/28 04:05:15 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/28 04:05:15 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/28 04:05:15 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/28 04:05:15 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/28 04:05:15 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/28 04:05:15 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/28 04:05:15 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/28 04:05:15 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/28 04:05:15 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/28 04:05:15 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/28 04:05:15 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/28 04:05:15 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/28 04:05:15 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/28 04:05:15 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/28 04:05:15 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/28 04:05:15 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/28 04:05:15 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/28 04:05:15 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/28 04:05:15 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/28 04:05:15 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/28 04:05:15 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/28 04:05:15 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/28 04:05:15 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/28 04:05:15 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/28 04:05:15 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/28 04:05:15 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/28 04:05:15 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/28 04:05:15 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/28 04:05:15 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/28 04:05:15 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/28 04:05:15 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/28 04:05:15 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/28 04:05:15 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/28 04:05:15 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/28 04:05:15 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/28 04:05:15 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/28 04:05:15 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/28 04:05:15 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/28 04:05:15 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/28 04:05:15 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/28 04:05:15 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/28 04:05:15 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/28 04:05:15 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/28 04:05:15 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/28 04:05:15 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/28 04:05:15 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/28 04:05:15 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/28 04:05:15 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/28 04:05:15 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/28 04:05:15 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/28 04:05:15 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/28 04:05:15 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/28 04:05:15 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/28 04:05:15 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/28 04:05:15 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/28 04:05:15 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/28 04:05:15 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/28 04:05:15 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/28 04:05:15 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/28 04:05:15 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/28 04:05:15 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/28 04:05:15 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/28 04:05:15 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/28 04:05:15 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/28 04:05:15 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/28 04:05:15 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/28 04:05:15 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/28 04:05:15 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/28 04:05:15 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/28 04:05:15 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/28 04:05:15 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/28 04:05:15 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/28 04:05:15 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/28 04:05:15 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/28 04:05:15 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/28 04:05:15 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/28 04:05:15 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/28 04:05:15 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/28 04:05:15 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/28 04:05:15 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/28 04:05:15 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/28 04:05:15 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/28 04:05:15 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/28 04:05:15 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/28 04:05:15 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/28 04:05:15 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/28 04:05:15 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/28 04:05:15 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/28 04:05:15 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/28 04:05:15 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/28 04:05:15 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/28 04:05:15 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/28 04:05:15 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/28 04:05:15 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/28 04:05:15 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/28 04:05:15 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/28 04:05:15 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/28 04:05:15 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/28 04:05:15 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/28 04:05:15 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/28 04:05:15 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/28 04:05:15 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/28 04:05:15 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/28 04:05:15 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/28 04:05:15 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/28 04:05:15 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/28 04:05:15 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/28 04:05:15 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/28 04:05:15 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/28 04:05:15 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/28 04:05:15 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/28 04:05:15 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/28 04:05:15 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/28 04:05:15 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/28 04:05:15 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/28 04:05:15 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/28 04:05:15 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/28 04:05:15 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/28 04:05:15 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/28 04:05:15 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/28 04:05:15 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/28 04:05:15 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/28 04:05:15 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/28 04:05:15 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/28 04:05:15 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/28 04:05:15 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/28 04:05:15 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/28 04:05:15 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/28 04:05:15 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/28 04:05:15 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/28 04:05:15 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/28 04:05:15 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/28 04:05:15 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/28 04:05:15 DEBUG : 0015-9;=.txt: transformed to: MDAxNS05Oz0udHh0 2026/08/28 04:05:15 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/28 04:05:15 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/28 04:05:15 DEBUG : dir1/0000-abcdefg.txt: Need to transfer - File not found at Destination 2026/08/28 04:05:15 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/28 04:05:15 DEBUG : dir1/0001-bcdefgh.txt: Need to transfer - File not found at Destination 2026/08/28 04:05:15 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/28 04:05:15 DEBUG : dir1/0002-cdefghi.txt: Need to transfer - File not found at Destination 2026/08/28 04:05:15 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/28 04:05:15 DEBUG : dir1/0003-defghij.txt: Need to transfer - File not found at Destination 2026/08/28 04:05:15 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/28 04:05:15 DEBUG : dir1/0004-efghijk.txt: Need to transfer - File not found at Destination 2026/08/28 04:05:15 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/28 04:05:15 DEBUG : dir1/0005-fghijkl.txt: Need to transfer - File not found at Destination 2026/08/28 04:05:15 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/28 04:05:15 DEBUG : dir1/0006-ghijklm.txt: Need to transfer - File not found at Destination 2026/08/28 04:05:15 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/28 04:05:15 DEBUG : dir1/0007-1234567.txt: Need to transfer - File not found at Destination 2026/08/28 04:05:15 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/28 04:05:15 DEBUG : dir1/0008-2345678.txt: Need to transfer - File not found at Destination 2026/08/28 04:05:15 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/28 04:05:15 DEBUG : dir1/0009-3456789.txt: Need to transfer - File not found at Destination 2026/08/28 04:05:15 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/28 04:05:15 DEBUG : dir1/0010-456789.txt: Need to transfer - File not found at Destination 2026/08/28 04:05:15 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/28 04:05:15 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination 2026/08/28 04:05:15 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/28 04:05:15 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2026/08/28 04:05:15 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/28 04:05:15 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2026/08/28 04:05:15 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/28 04:05:15 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2026/08/28 04:05:15 DEBUG : 0015-9;=.txt: transformed to: MDAxNS05Oz0udHh0 2026/08/28 04:05:15 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination 2026/08/28 04:05:15 DEBUG : B2 bucket rclone-test-wucebug2fati: Waiting for checks to finish 2026/08/28 04:05:15 DEBUG : B2 bucket rclone-test-wucebug2fati: Waiting for transfers to finish 2026/08/28 04:05:15 DEBUG : YXBwbGU=: size = 5 OK 2026/08/28 04:05:15 DEBUG : apple: sha1 = d0be2dc421be4fcd0172e5afceea3970e2f3d940 OK 2026/08/28 04:05:15 INFO : apple: Copied (new) to: YXBwbGU= 2026/08/28 04:05:15 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/28 04:05:15 DEBUG : c3BsaXRiYW5hbmFzcGxpdA==: size = 16 OK 2026/08/28 04:05:15 DEBUG : splitbananasplit: sha1 = c045b86d2da0a5c0db76c2e57cc85d98a73d0dfe OK 2026/08/28 04:05:15 INFO : splitbananasplit: Copied (new) to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/28 04:05:15 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/28 04:05:15 DEBUG : YXBwbGVhcHBsZWFwcGxlYmFuYW5h: size = 21 OK 2026/08/28 04:05:15 DEBUG : appleappleapplebanana: sha1 = d4006cec695294959fc86acc4d86a4a8bd1771d4 OK 2026/08/28 04:05:15 INFO : appleappleapplebanana: Copied (new) to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/28 04:05:15 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/28 04:05:15 DEBUG : YmFuYW5h: size = 6 OK 2026/08/28 04:05:15 DEBUG : banana: sha1 = 250e77f12a5ab6972a0895d290c4792f0a326ea8 OK 2026/08/28 04:05:15 INFO : banana: Copied (new) to: YmFuYW5h 2026/08/28 04:05:15 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/28 04:05:16 DEBUG : dir1/MDAwMi1jZGVmZ2hpLnR4dA==: size = 21 OK 2026/08/28 04:05:16 DEBUG : dir1/0002-cdefghi.txt: sha1 = f5271bcb3e6699430d75487a6e002f56f75748d6 OK 2026/08/28 04:05:16 INFO : dir1/0002-cdefghi.txt: Copied (new) to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/28 04:05:16 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/28 04:05:16 DEBUG : dir1/MDAwMy1kZWZnaGlqLnR4dA==: size = 21 OK 2026/08/28 04:05:16 DEBUG : dir1/0003-defghij.txt: sha1 = 6275159262463ab911da879437354a03fc105132 OK 2026/08/28 04:05:16 INFO : dir1/0003-defghij.txt: Copied (new) to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/28 04:05:16 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/28 04:05:16 DEBUG : dir1/MDAwNC1lZmdoaWprLnR4dA==: size = 21 OK 2026/08/28 04:05:16 DEBUG : dir1/0004-efghijk.txt: sha1 = 8a6e3a10e2778fd7a449c0ddeff0e60b99b818f6 OK 2026/08/28 04:05:16 INFO : dir1/0004-efghijk.txt: Copied (new) to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/28 04:05:16 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/28 04:05:16 DEBUG : dir1/MDAwMS1iY2RlZmdoLnR4dA==: size = 21 OK 2026/08/28 04:05:16 DEBUG : dir1/0001-bcdefgh.txt: sha1 = 13f6ac14c045641af16b93bf99a126efa57a13c0 OK 2026/08/28 04:05:16 INFO : dir1/0001-bcdefgh.txt: Copied (new) to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/28 04:05:16 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/28 04:05:16 DEBUG : dir1/MDAwMC1hYmNkZWZnLnR4dA==: size = 21 OK 2026/08/28 04:05:16 DEBUG : dir1/0000-abcdefg.txt: sha1 = 39cc20a3972ef42585635752f22e809ce7661dd0 OK 2026/08/28 04:05:16 INFO : dir1/0000-abcdefg.txt: Copied (new) to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/28 04:05:16 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/28 04:05:16 DEBUG : dir1/MDAwNi1naGlqa2xtLnR4dA==: size = 21 OK 2026/08/28 04:05:16 DEBUG : dir1/0006-ghijklm.txt: sha1 = 022b65de02ed02df549dca26b856b83ea957c161 OK 2026/08/28 04:05:16 INFO : dir1/0006-ghijklm.txt: Copied (new) to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/28 04:05:16 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/28 04:05:16 DEBUG : dir1/MDAwNS1mZ2hpamtsLnR4dA==: size = 21 OK 2026/08/28 04:05:16 DEBUG : dir1/0005-fghijkl.txt: sha1 = 9be5d86eeb571f4bb49cba75a71573bae6d7f9b0 OK 2026/08/28 04:05:16 INFO : dir1/0005-fghijkl.txt: Copied (new) to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/28 04:05:16 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/28 04:05:16 DEBUG : dir1/MDAwOS0zNDU2Nzg5LnR4dA==: size = 21 OK 2026/08/28 04:05:16 DEBUG : dir1/0009-3456789.txt: sha1 = cf20fbc0bb51b0e93dd849f5493167c827e103dc OK 2026/08/28 04:05:16 INFO : dir1/0009-3456789.txt: Copied (new) to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/28 04:05:16 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/28 04:05:16 DEBUG : dir1/MDAwNy0xMjM0NTY3LnR4dA==: size = 21 OK 2026/08/28 04:05:16 DEBUG : dir1/0007-1234567.txt: sha1 = f65b28e19d4af11accc4c96ab412abe037842afc OK 2026/08/28 04:05:16 INFO : dir1/0007-1234567.txt: Copied (new) to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/28 04:05:16 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/28 04:05:16 DEBUG : dir1/MDAwOC0yMzQ1Njc4LnR4dA==: size = 21 OK 2026/08/28 04:05:16 DEBUG : dir1/0008-2345678.txt: sha1 = 35bd7b0a5af9be4c53d2bf8b53d45f0c4e5d9d07 OK 2026/08/28 04:05:16 INFO : dir1/0008-2345678.txt: Copied (new) to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/28 04:05:16 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/28 04:05:16 DEBUG : dir1/MDAxMS01Njc4OTsudHh0: size = 20 OK 2026/08/28 04:05:16 DEBUG : dir1/0011-56789;.txt: sha1 = ce6baa1459a8f1c8daeca41dccc499a5a7f9d342 OK 2026/08/28 04:05:16 INFO : dir1/0011-56789;.txt: Copied (new) to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/28 04:05:16 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/28 04:05:17 DEBUG : dir1/MDAxMC00NTY3ODkudHh0: size = 20 OK 2026/08/28 04:05:17 DEBUG : dir1/0010-456789.txt: sha1 = ef1ccb5339c5b9d3b78cdb41937cb754674521e9 OK 2026/08/28 04:05:17 INFO : dir1/0010-456789.txt: Copied (new) to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/28 04:05:17 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/08/28 04:05:17 DEBUG : dir1/MDAxNC04OTs9LnR4dA==: size = 18 OK 2026/08/28 04:05:17 DEBUG : dir1/0014-89;=.txt: sha1 = 6f88327b529855962672012b6f4fc01033c31ec0 OK 2026/08/28 04:05:17 INFO : dir1/0014-89;=.txt: Copied (new) to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/28 04:05:17 DEBUG : dir1/MDAxMi02Nzg5Oy50eHQ=: size = 19 OK 2026/08/28 04:05:17 DEBUG : dir1/0012-6789;.txt: sha1 = 41938da9b0f9799a9c96dea5682322b6b7607058 OK 2026/08/28 04:05:17 INFO : dir1/0012-6789;.txt: Copied (new) to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/28 04:05:17 DEBUG : dir1/MDAxMy03ODk7PS50eHQ=: size = 19 OK 2026/08/28 04:05:17 DEBUG : dir1/0013-789;=.txt: sha1 = 957e831070085d71b655c9afa66b8e0cb86662b3 OK 2026/08/28 04:05:17 INFO : dir1/0013-789;=.txt: Copied (new) to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/28 04:05:17 DEBUG : dir1/MDAxNS05Oz0udHh0: size = 17 OK 2026/08/28 04:05:17 DEBUG : dir1/0015-9;=.txt: sha1 = 2a0afde94c232e5cb80d07261acf840a4a5f0143 OK 2026/08/28 04:05:17 INFO : dir1/0015-9;=.txt: Copied (new) to: dir1/MDAxNS05Oz0udHh0 2026/08/28 04:05:17 DEBUG : Waiting for deletions to finish 2026/08/28 04:05:17 INFO : dir1/0003-defghij.txt: Deleted 2026/08/28 04:05:17 INFO : dir1/0005-fghijkl.txt: Deleted 2026/08/28 04:05:17 INFO : dir1/0007-1234567.txt: Deleted 2026/08/28 04:05:17 INFO : dir1/0010-456789.txt: Deleted 2026/08/28 04:05:17 INFO : dir1/0002-cdefghi.txt: Deleted 2026/08/28 04:05:17 INFO : dir1/0004-efghijk.txt: Deleted 2026/08/28 04:05:17 INFO : dir1/0011-56789;.txt: Deleted 2026/08/28 04:05:17 INFO : dir1/0014-89;=.txt: Deleted 2026/08/28 04:05:17 INFO : dir1/0008-2345678.txt: Deleted 2026/08/28 04:05:17 INFO : dir1/0009-3456789.txt: Deleted 2026/08/28 04:05:17 INFO : dir1/0012-6789;.txt: Deleted 2026/08/28 04:05:17 INFO : apple: Deleted 2026/08/28 04:05:17 INFO : dir1/0006-ghijklm.txt: Deleted 2026/08/28 04:05:18 INFO : dir1/0013-789;=.txt: Deleted 2026/08/28 04:05:18 INFO : dir1/0015-9;=.txt: Deleted 2026/08/28 04:05:18 INFO : banana: Deleted 2026/08/28 04:05:18 INFO : splitbananasplit: Deleted 2026/08/28 04:05:18 INFO : appleappleapplebanana: Deleted 2026/08/28 04:05:18 INFO : dir1/0000-abcdefg.txt: Deleted 2026/08/28 04:05:18 INFO : dir1/0001-bcdefgh.txt: Deleted 2026/08/28 04:05:18 DEBUG : Waiting for deletions to finish 2026/08/28 04:05:18 DEBUG : YXBwbGU=: Excluded (Path Filter) 2026/08/28 04:05:18 DEBUG : YXBwbGVhcHBsZWFwcGxlYmFuYW5h: Excluded (Path Filter) 2026/08/28 04:05:18 DEBUG : YmFuYW5h: Excluded (Path Filter) 2026/08/28 04:05:18 DEBUG : c3BsaXRiYW5hbmFzcGxpdA==: Excluded (Path Filter) 2026/08/28 04:05:18 DEBUG : dir1/MDAwMC1hYmNkZWZnLnR4dA==: Excluded (Path Filter) 2026/08/28 04:05:18 DEBUG : dir1/MDAwMS1iY2RlZmdoLnR4dA==: Excluded (Path Filter) 2026/08/28 04:05:18 DEBUG : dir1/MDAwMi1jZGVmZ2hpLnR4dA==: Excluded (Path Filter) 2026/08/28 04:05:18 DEBUG : dir1/MDAwMy1kZWZnaGlqLnR4dA==: Excluded (Path Filter) 2026/08/28 04:05:18 DEBUG : dir1/MDAwNC1lZmdoaWprLnR4dA==: Excluded (Path Filter) 2026/08/28 04:05:18 DEBUG : dir1/MDAwNS1mZ2hpamtsLnR4dA==: Excluded (Path Filter) 2026/08/28 04:05:18 DEBUG : dir1/MDAwNi1naGlqa2xtLnR4dA==: Excluded (Path Filter) 2026/08/28 04:05:18 DEBUG : dir1/MDAwNy0xMjM0NTY3LnR4dA==: Excluded (Path Filter) 2026/08/28 04:05:18 DEBUG : dir1/MDAwOC0yMzQ1Njc4LnR4dA==: Excluded (Path Filter) 2026/08/28 04:05:18 DEBUG : dir1/MDAwOS0zNDU2Nzg5LnR4dA==: Excluded (Path Filter) 2026/08/28 04:05:18 DEBUG : dir1/MDAxMC00NTY3ODkudHh0: Excluded (Path Filter) 2026/08/28 04:05:18 DEBUG : dir1/MDAxMS01Njc4OTsudHh0: Excluded (Path Filter) 2026/08/28 04:05:18 DEBUG : dir1/MDAxMi02Nzg5Oy50eHQ=: Excluded (Path Filter) 2026/08/28 04:05:18 DEBUG : dir1/MDAxMy03ODk7PS50eHQ=: Excluded (Path Filter) 2026/08/28 04:05:18 DEBUG : dir1/MDAxNC04OTs9LnR4dA==: Excluded (Path Filter) 2026/08/28 04:05:18 DEBUG : dir1/MDAxNS05Oz0udHh0: Excluded (Path Filter) 2026/08/28 04:05:18 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/28 04:05:18 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/28 04:05:18 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/28 04:05:18 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/28 04:05:18 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/28 04:05:18 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/28 04:05:18 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/28 04:05:18 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/28 04:05:18 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/28 04:05:18 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/28 04:05:18 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/28 04:05:18 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/28 04:05:18 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/28 04:05:18 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/28 04:05:18 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/28 04:05:18 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/28 04:05:18 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/28 04:05:18 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/28 04:05:18 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/28 04:05:18 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/28 04:05:18 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/28 04:05:18 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/28 04:05:18 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/28 04:05:18 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/28 04:05:18 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/28 04:05:18 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/28 04:05:18 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/28 04:05:18 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/28 04:05:18 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/08/28 04:05:18 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/28 04:05:18 DEBUG : apple: transformed to: YXBwbGU= 2026/08/28 04:05:18 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/08/28 04:05:18 DEBUG : apple: transformed to: YXBwbGU= 2026/08/28 04:05:18 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/28 04:05:18 DEBUG : apple: transformed to: YXBwbGU= 2026/08/28 04:05:18 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/28 04:05:18 DEBUG : apple: transformed to: YXBwbGU= 2026/08/28 04:05:18 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/28 04:05:18 DEBUG : apple: transformed to: YXBwbGU= 2026/08/28 04:05:18 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/28 04:05:18 DEBUG : apple: transformed to: YXBwbGU= 2026/08/28 04:05:18 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/28 04:05:18 DEBUG : apple: transformed to: YXBwbGU= 2026/08/28 04:05:18 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/28 04:05:18 DEBUG : apple: transformed to: YXBwbGU= 2026/08/28 04:05:18 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/28 04:05:18 DEBUG : apple: transformed to: YXBwbGU= 2026/08/28 04:05:18 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/28 04:05:18 DEBUG : apple: transformed to: YXBwbGU= 2026/08/28 04:05:18 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/28 04:05:18 DEBUG : apple: transformed to: YXBwbGU= 2026/08/28 04:05:18 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/28 04:05:18 DEBUG : apple: transformed to: YXBwbGU= 2026/08/28 04:05:18 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/28 04:05:18 DEBUG : apple: transformed to: YXBwbGU= 2026/08/28 04:05:18 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/28 04:05:18 DEBUG : apple: transformed to: YXBwbGU= 2026/08/28 04:05:18 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/28 04:05:18 DEBUG : apple: transformed to: YXBwbGU= 2026/08/28 04:05:18 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/28 04:05:18 DEBUG : apple: transformed to: YXBwbGU= 2026/08/28 04:05:18 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/28 04:05:18 DEBUG : banana: transformed to: YmFuYW5h 2026/08/28 04:05:18 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/08/28 04:05:18 DEBUG : banana: transformed to: YmFuYW5h 2026/08/28 04:05:18 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/28 04:05:18 DEBUG : banana: transformed to: YmFuYW5h 2026/08/28 04:05:18 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/28 04:05:18 DEBUG : banana: transformed to: YmFuYW5h 2026/08/28 04:05:18 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/28 04:05:18 DEBUG : banana: transformed to: YmFuYW5h 2026/08/28 04:05:18 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/28 04:05:18 DEBUG : banana: transformed to: YmFuYW5h 2026/08/28 04:05:18 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/28 04:05:18 DEBUG : banana: transformed to: YmFuYW5h 2026/08/28 04:05:18 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/28 04:05:18 DEBUG : banana: transformed to: YmFuYW5h 2026/08/28 04:05:18 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/28 04:05:18 DEBUG : banana: transformed to: YmFuYW5h 2026/08/28 04:05:18 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/28 04:05:18 DEBUG : banana: transformed to: YmFuYW5h 2026/08/28 04:05:18 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/28 04:05:18 DEBUG : banana: transformed to: YmFuYW5h 2026/08/28 04:05:18 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/28 04:05:18 DEBUG : banana: transformed to: YmFuYW5h 2026/08/28 04:05:18 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/28 04:05:18 DEBUG : banana: transformed to: YmFuYW5h 2026/08/28 04:05:18 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/28 04:05:18 DEBUG : banana: transformed to: YmFuYW5h 2026/08/28 04:05:18 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/28 04:05:18 DEBUG : banana: transformed to: YmFuYW5h 2026/08/28 04:05:18 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/28 04:05:18 DEBUG : banana: transformed to: YmFuYW5h 2026/08/28 04:05:18 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/28 04:05:18 DEBUG : banana: transformed to: YmFuYW5h 2026/08/28 04:05:18 DEBUG : apple: transformed to: YXBwbGU= 2026/08/28 04:05:18 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/28 04:05:18 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/08/28 04:05:18 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/28 04:05:18 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/28 04:05:18 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/28 04:05:18 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/28 04:05:18 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/28 04:05:18 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/28 04:05:18 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/28 04:05:18 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/28 04:05:18 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/28 04:05:18 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/28 04:05:18 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/28 04:05:18 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/28 04:05:18 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/28 04:05:18 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/28 04:05:18 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/28 04:05:18 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/28 04:05:18 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/28 04:05:18 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/28 04:05:18 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/28 04:05:18 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/28 04:05:18 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/28 04:05:18 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/28 04:05:18 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/28 04:05:18 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/28 04:05:18 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/28 04:05:18 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/28 04:05:18 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/28 04:05:18 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/28 04:05:18 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/28 04:05:18 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/28 04:05:18 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/28 04:05:18 DEBUG : banana: transformed to: YmFuYW5h 2026/08/28 04:05:18 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/28 04:05:18 DEBUG : apple: transformed to: YXBwbGU= 2026/08/28 04:05:18 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/28 04:05:18 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/08/28 04:05:18 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/28 04:05:18 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/28 04:05:18 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/28 04:05:18 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/28 04:05:18 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/28 04:05:18 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/28 04:05:18 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/28 04:05:18 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/28 04:05:18 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/28 04:05:18 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/28 04:05:18 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/28 04:05:18 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/28 04:05:18 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/28 04:05:18 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/28 04:05:18 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/28 04:05:18 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/28 04:05:18 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/28 04:05:18 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/28 04:05:18 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/28 04:05:18 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/28 04:05:18 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/28 04:05:18 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/28 04:05:18 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/28 04:05:18 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/28 04:05:18 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/28 04:05:18 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/28 04:05:18 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/28 04:05:18 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/28 04:05:18 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/28 04:05:18 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/28 04:05:18 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/28 04:05:18 DEBUG : banana: transformed to: YmFuYW5h 2026/08/28 04:05:18 DEBUG : apple: transformed to: YXBwbGU= 2026/08/28 04:05:18 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/28 04:05:18 DEBUG : banana: transformed to: YmFuYW5h 2026/08/28 04:05:18 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/28 04:05:18 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/28 04:05:18 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/28 04:05:18 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/28 04:05:18 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/28 04:05:18 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/28 04:05:18 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/28 04:05:18 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/28 04:05:18 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/28 04:05:18 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/28 04:05:18 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/28 04:05:18 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/28 04:05:18 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/28 04:05:18 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/28 04:05:18 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/28 04:05:18 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/28 04:05:18 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/08/28 04:05:18 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/28 04:05:18 DEBUG : apple: transformed to: YXBwbGU= 2026/08/28 04:05:18 DEBUG : banana: transformed to: YmFuYW5h 2026/08/28 04:05:18 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/28 04:05:18 DEBUG : banana: transformed to: YmFuYW5h 2026/08/28 04:05:18 DEBUG : apple: transformed to: YXBwbGU= 2026/08/28 04:05:18 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/28 04:05:18 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/28 04:05:18 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/28 04:05:18 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/28 04:05:18 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/28 04:05:18 DEBUG : banana: transformed to: YmFuYW5h 2026/08/28 04:05:18 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/28 04:05:18 DEBUG : apple: transformed to: YXBwbGU= 2026/08/28 04:05:18 DEBUG : apple: transformed to: YXBwbGU= 2026/08/28 04:05:18 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/28 04:05:18 DEBUG : banana: transformed to: YmFuYW5h 2026/08/28 04:05:18 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/28 04:05:18 DEBUG : YXBwbGU=: size = 5 OK 2026/08/28 04:05:18 DEBUG : YXBwbGVhcHBsZWFwcGxlYmFuYW5h: size = 21 OK 2026/08/28 04:05:18 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:05:18 DEBUG : apple: Unchanged skipping 2026/08/28 04:05:18 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:05:18 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/28 04:05:18 DEBUG : YmFuYW5h: size = 6 OK 2026/08/28 04:05:18 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:05:18 DEBUG : banana: Unchanged skipping 2026/08/28 04:05:18 DEBUG : c3BsaXRiYW5hbmFzcGxpdA==: size = 16 OK 2026/08/28 04:05:18 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:05:18 DEBUG : splitbananasplit: Unchanged skipping 2026/08/28 04:05:18 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/28 04:05:18 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/28 04:05:18 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/28 04:05:18 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/28 04:05:18 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/28 04:05:18 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/28 04:05:18 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/28 04:05:18 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/28 04:05:18 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/28 04:05:18 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/28 04:05:18 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/28 04:05:18 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/28 04:05:18 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/28 04:05:18 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/28 04:05:18 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/28 04:05:18 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/28 04:05:18 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/28 04:05:18 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/28 04:05:18 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/28 04:05:18 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/28 04:05:18 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/28 04:05:18 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/28 04:05:18 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/28 04:05:18 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/28 04:05:18 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/28 04:05:18 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/28 04:05:18 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/28 04:05:18 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/28 04:05:18 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/28 04:05:18 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/28 04:05:18 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/28 04:05:18 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/28 04:05:18 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/28 04:05:18 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/28 04:05:18 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/28 04:05:18 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/28 04:05:18 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/28 04:05:18 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/28 04:05:18 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/28 04:05:18 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/28 04:05:18 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/28 04:05:18 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/28 04:05:18 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/28 04:05:18 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/28 04:05:18 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/28 04:05:18 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/28 04:05:18 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/28 04:05:18 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/28 04:05:18 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/28 04:05:18 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/28 04:05:18 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/28 04:05:18 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/28 04:05:18 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/28 04:05:18 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/28 04:05:18 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/28 04:05:18 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/28 04:05:18 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/28 04:05:18 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/28 04:05:18 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/28 04:05:18 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/28 04:05:18 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/28 04:05:18 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/28 04:05:18 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/28 04:05:18 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/28 04:05:18 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/28 04:05:18 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/28 04:05:18 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/28 04:05:18 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/28 04:05:18 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/28 04:05:18 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/28 04:05:18 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/28 04:05:18 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/28 04:05:18 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/28 04:05:18 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/28 04:05:18 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/28 04:05:18 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/28 04:05:18 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/28 04:05:18 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/28 04:05:18 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/28 04:05:18 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/28 04:05:18 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/28 04:05:18 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/28 04:05:18 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/28 04:05:18 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/28 04:05:18 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/28 04:05:18 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/28 04:05:18 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/28 04:05:18 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/28 04:05:18 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/28 04:05:18 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/28 04:05:18 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/28 04:05:18 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/28 04:05:18 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/28 04:05:18 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/28 04:05:18 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/28 04:05:18 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/28 04:05:18 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/28 04:05:18 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/28 04:05:18 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/28 04:05:18 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/28 04:05:18 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/28 04:05:18 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/28 04:05:18 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/28 04:05:18 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/28 04:05:18 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/28 04:05:18 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/28 04:05:18 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/28 04:05:18 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/28 04:05:18 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/28 04:05:18 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/28 04:05:18 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/28 04:05:18 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/28 04:05:18 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/28 04:05:18 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/28 04:05:18 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/28 04:05:18 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/28 04:05:18 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/28 04:05:18 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/28 04:05:18 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/28 04:05:18 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/28 04:05:18 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/28 04:05:18 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/28 04:05:18 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/28 04:05:18 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/28 04:05:18 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/28 04:05:18 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/28 04:05:18 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/28 04:05:18 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/28 04:05:18 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/28 04:05:18 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/28 04:05:18 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/28 04:05:18 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/28 04:05:18 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/28 04:05:18 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/28 04:05:18 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/28 04:05:18 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/28 04:05:18 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/28 04:05:18 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/28 04:05:18 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/28 04:05:18 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/28 04:05:18 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/28 04:05:18 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/28 04:05:18 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/28 04:05:18 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/28 04:05:18 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/28 04:05:18 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/28 04:05:18 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/28 04:05:18 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/28 04:05:18 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/28 04:05:18 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/28 04:05:18 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/28 04:05:18 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/28 04:05:18 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/28 04:05:18 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/28 04:05:18 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/28 04:05:18 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/28 04:05:18 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/28 04:05:18 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/28 04:05:18 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/28 04:05:18 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/28 04:05:18 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/28 04:05:18 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/28 04:05:18 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/28 04:05:18 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/28 04:05:18 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/28 04:05:18 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/28 04:05:18 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/28 04:05:18 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/28 04:05:18 DEBUG : 0015-9;=.txt: transformed to: MDAxNS05Oz0udHh0 2026/08/28 04:05:18 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/28 04:05:18 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/28 04:05:18 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/28 04:05:18 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/28 04:05:18 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/28 04:05:18 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/28 04:05:18 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/28 04:05:18 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/28 04:05:18 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/28 04:05:18 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/28 04:05:18 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/28 04:05:18 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/28 04:05:18 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/28 04:05:18 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/28 04:05:18 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/28 04:05:18 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/28 04:05:18 DEBUG : 0015-9;=.txt: transformed to: MDAxNS05Oz0udHh0 2026/08/28 04:05:18 DEBUG : dir1/MDAwMC1hYmNkZWZnLnR4dA==: size = 21 OK 2026/08/28 04:05:18 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:05:18 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/28 04:05:18 DEBUG : dir1/MDAwMS1iY2RlZmdoLnR4dA==: size = 21 OK 2026/08/28 04:05:18 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:05:18 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/28 04:05:18 DEBUG : dir1/MDAwMi1jZGVmZ2hpLnR4dA==: size = 21 OK 2026/08/28 04:05:18 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:05:18 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/28 04:05:18 DEBUG : dir1/MDAwMy1kZWZnaGlqLnR4dA==: size = 21 OK 2026/08/28 04:05:18 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:05:18 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/28 04:05:18 DEBUG : dir1/MDAwNC1lZmdoaWprLnR4dA==: size = 21 OK 2026/08/28 04:05:18 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:05:18 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/28 04:05:18 DEBUG : dir1/MDAwNS1mZ2hpamtsLnR4dA==: size = 21 OK 2026/08/28 04:05:18 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:05:18 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/28 04:05:18 DEBUG : dir1/MDAwNi1naGlqa2xtLnR4dA==: size = 21 OK 2026/08/28 04:05:18 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:05:18 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/28 04:05:18 DEBUG : dir1/MDAwNy0xMjM0NTY3LnR4dA==: size = 21 OK 2026/08/28 04:05:18 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:05:18 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/28 04:05:18 DEBUG : dir1/MDAwOC0yMzQ1Njc4LnR4dA==: size = 21 OK 2026/08/28 04:05:18 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:05:18 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/28 04:05:18 DEBUG : dir1/MDAwOS0zNDU2Nzg5LnR4dA==: size = 21 OK 2026/08/28 04:05:18 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:05:18 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/28 04:05:18 DEBUG : dir1/MDAxMC00NTY3ODkudHh0: size = 20 OK 2026/08/28 04:05:18 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:05:18 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/28 04:05:18 DEBUG : dir1/MDAxMS01Njc4OTsudHh0: size = 20 OK 2026/08/28 04:05:18 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:05:18 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/28 04:05:18 DEBUG : dir1/MDAxMi02Nzg5Oy50eHQ=: size = 19 OK 2026/08/28 04:05:18 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:05:18 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/28 04:05:18 DEBUG : dir1/MDAxNS05Oz0udHh0: size = 17 OK 2026/08/28 04:05:18 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:05:18 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/28 04:05:18 DEBUG : dir1/MDAxMy03ODk7PS50eHQ=: size = 19 OK 2026/08/28 04:05:18 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:05:18 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/28 04:05:18 DEBUG : B2 bucket rclone-test-wucebug2fati: Waiting for checks to finish 2026/08/28 04:05:18 DEBUG : dir1/MDAxNC04OTs9LnR4dA==: size = 18 OK 2026/08/28 04:05:18 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:05:18 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/28 04:05:18 DEBUG : B2 bucket rclone-test-wucebug2fati: Waiting for transfers to finish 2026/08/28 04:05:18 DEBUG : Waiting for deletions to finish 2026/08/28 04:05:18 DEBUG : Waiting for deletions to finish 2026/08/28 04:05:19 DEBUG : YXBwbGU=: Excluded (Path Filter) 2026/08/28 04:05:19 DEBUG : YXBwbGVhcHBsZWFwcGxlYmFuYW5h: Excluded (Path Filter) 2026/08/28 04:05:19 DEBUG : YmFuYW5h: Excluded (Path Filter) 2026/08/28 04:05:19 DEBUG : c3BsaXRiYW5hbmFzcGxpdA==: Excluded (Path Filter) 2026/08/28 04:05:19 DEBUG : dir1/MDAwMC1hYmNkZWZnLnR4dA==: Excluded (Path Filter) 2026/08/28 04:05:19 DEBUG : dir1/MDAwMS1iY2RlZmdoLnR4dA==: Excluded (Path Filter) 2026/08/28 04:05:19 DEBUG : dir1/MDAwMi1jZGVmZ2hpLnR4dA==: Excluded (Path Filter) 2026/08/28 04:05:19 DEBUG : dir1/MDAwMy1kZWZnaGlqLnR4dA==: Excluded (Path Filter) 2026/08/28 04:05:19 DEBUG : dir1/MDAwNC1lZmdoaWprLnR4dA==: Excluded (Path Filter) 2026/08/28 04:05:19 DEBUG : dir1/MDAwNS1mZ2hpamtsLnR4dA==: Excluded (Path Filter) 2026/08/28 04:05:19 DEBUG : dir1/MDAwNi1naGlqa2xtLnR4dA==: Excluded (Path Filter) 2026/08/28 04:05:19 DEBUG : dir1/MDAwNy0xMjM0NTY3LnR4dA==: Excluded (Path Filter) 2026/08/28 04:05:19 DEBUG : dir1/MDAwOC0yMzQ1Njc4LnR4dA==: Excluded (Path Filter) 2026/08/28 04:05:19 DEBUG : dir1/MDAwOS0zNDU2Nzg5LnR4dA==: Excluded (Path Filter) 2026/08/28 04:05:19 DEBUG : dir1/MDAxMC00NTY3ODkudHh0: Excluded (Path Filter) 2026/08/28 04:05:19 DEBUG : dir1/MDAxMS01Njc4OTsudHh0: Excluded (Path Filter) 2026/08/28 04:05:19 DEBUG : dir1/MDAxMi02Nzg5Oy50eHQ=: Excluded (Path Filter) 2026/08/28 04:05:19 DEBUG : dir1/MDAxMy03ODk7PS50eHQ=: Excluded (Path Filter) 2026/08/28 04:05:19 DEBUG : dir1/MDAxNC04OTs9LnR4dA==: Excluded (Path Filter) 2026/08/28 04:05:19 DEBUG : dir1/MDAxNS05Oz0udHh0: Excluded (Path Filter) 2026/08/28 04:05:19 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/28 04:05:19 DEBUG : apple: transformed to: YXBwbGU= 2026/08/28 04:05:19 DEBUG : banana: transformed to: YmFuYW5h 2026/08/28 04:05:19 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/28 04:05:19 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/28 04:05:19 DEBUG : banana: transformed to: YmFuYW5h 2026/08/28 04:05:19 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/28 04:05:19 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/28 04:05:19 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/28 04:05:19 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/28 04:05:19 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/28 04:05:19 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/28 04:05:19 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/28 04:05:19 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/28 04:05:19 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/28 04:05:19 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/28 04:05:19 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/28 04:05:19 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/28 04:05:19 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/28 04:05:19 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/28 04:05:19 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/28 04:05:19 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/28 04:05:19 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/28 04:05:19 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/28 04:05:19 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/28 04:05:19 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/28 04:05:19 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/28 04:05:19 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/28 04:05:19 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/28 04:05:19 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/28 04:05:19 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/28 04:05:19 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/28 04:05:19 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/28 04:05:19 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/28 04:05:19 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/28 04:05:19 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/28 04:05:19 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/08/28 04:05:19 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/28 04:05:19 DEBUG : apple: transformed to: YXBwbGU= 2026/08/28 04:05:19 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/28 04:05:19 DEBUG : banana: transformed to: YmFuYW5h 2026/08/28 04:05:19 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/28 04:05:19 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/28 04:05:19 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/28 04:05:19 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/28 04:05:19 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/28 04:05:19 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/28 04:05:19 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/28 04:05:19 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/28 04:05:19 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/28 04:05:19 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/28 04:05:19 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/28 04:05:19 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/28 04:05:19 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/28 04:05:19 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/28 04:05:19 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/28 04:05:19 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/28 04:05:19 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 === RUN TestTransform/prefix run.go:198: Remote "B2 bucket rclone-test-wucebug2fati", Local "Local file system at /tmp/rclone988977894", Modify Window "1ms" 2026/08/28 04:05:29 DEBUG : Waiting for deletions to finish 2026/08/28 04:05:29 DEBUG : pacer: low level retry 1/10 (error Post "https://api001.backblazeb2.com/b2api/v1/b2_list_file_names": EOF) 2026/08/28 04:05:29 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/08/28 04:05:29 DEBUG : pacer: Reducing sleep to 10ms 2026/08/28 04:05:29 DEBUG : apple: Excluded (Path Filter) 2026/08/28 04:05:29 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/28 04:05:29 DEBUG : banana: Excluded (Path Filter) 2026/08/28 04:05:29 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/28 04:05:29 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/28 04:05:29 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/28 04:05:29 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/28 04:05:29 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/28 04:05:29 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/28 04:05:29 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/28 04:05:29 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/28 04:05:29 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/28 04:05:29 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/28 04:05:29 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/28 04:05:29 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/28 04:05:29 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/28 04:05:29 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/28 04:05:29 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/28 04:05:29 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/28 04:05:29 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/28 04:05:29 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/28 04:05:29 DEBUG : apple: transformed to: PREFIXapple 2026/08/28 04:05:29 DEBUG : banana: transformed to: PREFIXbanana 2026/08/28 04:05:29 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/28 04:05:29 DEBUG : banana: transformed to: PREFIXbanana 2026/08/28 04:05:29 DEBUG : apple: transformed to: PREFIXapple 2026/08/28 04:05:29 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/28 04:05:29 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/28 04:05:29 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/28 04:05:29 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/28 04:05:29 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/28 04:05:29 DEBUG : banana: transformed to: PREFIXbanana 2026/08/28 04:05:29 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/28 04:05:29 DEBUG : apple: transformed to: PREFIXapple 2026/08/28 04:05:29 DEBUG : apple: transformed to: PREFIXapple 2026/08/28 04:05:29 DEBUG : apple: Need to transfer - File not found at Destination 2026/08/28 04:05:29 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/28 04:05:29 DEBUG : appleappleapplebanana: Need to transfer - File not found at Destination 2026/08/28 04:05:29 DEBUG : banana: transformed to: PREFIXbanana 2026/08/28 04:05:29 DEBUG : banana: Need to transfer - File not found at Destination 2026/08/28 04:05:29 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/28 04:05:29 DEBUG : splitbananasplit: Need to transfer - File not found at Destination 2026/08/28 04:05:29 DEBUG : apple: transformed to: PREFIXapple 2026/08/28 04:05:29 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/28 04:05:29 DEBUG : banana: transformed to: PREFIXbanana 2026/08/28 04:05:29 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/28 04:05:29 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/28 04:05:29 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/28 04:05:29 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/08/28 04:05:29 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/28 04:05:29 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/08/28 04:05:29 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/28 04:05:29 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/28 04:05:29 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/28 04:05:29 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/28 04:05:29 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/28 04:05:29 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/28 04:05:29 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/28 04:05:29 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/28 04:05:29 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/28 04:05:29 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/28 04:05:29 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/28 04:05:29 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/28 04:05:29 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/08/28 04:05:29 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/28 04:05:29 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/28 04:05:29 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/28 04:05:29 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/28 04:05:29 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/28 04:05:29 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/28 04:05:29 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/28 04:05:29 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/28 04:05:29 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/28 04:05:29 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/28 04:05:29 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/28 04:05:29 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/28 04:05:29 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/28 04:05:29 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/28 04:05:29 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/28 04:05:29 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/28 04:05:29 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/28 04:05:29 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/28 04:05:29 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/28 04:05:29 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/28 04:05:29 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/28 04:05:29 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/28 04:05:29 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/28 04:05:29 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/28 04:05:29 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/28 04:05:29 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/08/28 04:05:29 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/28 04:05:29 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/28 04:05:29 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/28 04:05:29 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/28 04:05:29 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/28 04:05:29 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/28 04:05:29 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/28 04:05:29 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/28 04:05:29 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/28 04:05:29 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/28 04:05:29 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/28 04:05:29 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/28 04:05:29 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/28 04:05:29 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/08/28 04:05:29 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/28 04:05:29 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/28 04:05:29 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/28 04:05:29 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/28 04:05:29 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/28 04:05:29 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/28 04:05:29 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/28 04:05:29 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/28 04:05:29 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/28 04:05:29 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/28 04:05:29 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/28 04:05:29 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/28 04:05:29 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/28 04:05:29 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/28 04:05:29 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/28 04:05:29 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/08/28 04:05:29 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/28 04:05:29 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/28 04:05:29 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/28 04:05:29 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/28 04:05:29 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/08/28 04:05:29 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/28 04:05:29 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/08/28 04:05:29 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/28 04:05:29 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/08/28 04:05:29 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/28 04:05:29 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/08/28 04:05:29 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/28 04:05:29 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/08/28 04:05:29 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/28 04:05:29 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/28 04:05:29 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/28 04:05:29 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/28 04:05:29 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/28 04:05:29 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/28 04:05:29 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/28 04:05:29 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/28 04:05:29 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/28 04:05:29 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/28 04:05:29 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/08/28 04:05:29 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/28 04:05:29 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/28 04:05:29 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/28 04:05:29 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/28 04:05:29 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/28 04:05:29 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/08/28 04:05:29 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/28 04:05:29 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/28 04:05:29 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/28 04:05:29 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/28 04:05:29 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/28 04:05:29 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/28 04:05:29 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/28 04:05:29 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/28 04:05:29 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/28 04:05:29 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/28 04:05:29 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/28 04:05:29 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/08/28 04:05:29 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/28 04:05:29 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/28 04:05:29 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/28 04:05:29 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/28 04:05:29 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/28 04:05:29 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/08/28 04:05:29 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/28 04:05:29 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/28 04:05:29 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/28 04:05:29 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/28 04:05:29 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/28 04:05:29 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/28 04:05:29 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/28 04:05:29 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/28 04:05:29 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2026/08/28 04:05:29 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/28 04:05:29 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2026/08/28 04:05:29 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/28 04:05:29 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2026/08/28 04:05:29 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/28 04:05:29 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2026/08/28 04:05:29 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/28 04:05:29 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2026/08/28 04:05:29 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/08/28 04:05:29 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/28 04:05:29 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/28 04:05:29 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/28 04:05:29 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/28 04:05:29 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/28 04:05:29 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/28 04:05:29 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/28 04:05:29 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/28 04:05:29 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/28 04:05:29 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2026/08/28 04:05:29 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/28 04:05:29 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/08/28 04:05:29 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/28 04:05:29 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/28 04:05:29 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/28 04:05:29 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/28 04:05:29 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/28 04:05:29 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/08/28 04:05:29 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/28 04:05:29 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/28 04:05:29 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/28 04:05:29 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/28 04:05:29 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/28 04:05:29 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/28 04:05:29 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/28 04:05:29 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/28 04:05:29 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/28 04:05:29 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/28 04:05:29 DEBUG : 0015-9;=.txt: transformed to: PREFIX0015-9;=.txt 2026/08/28 04:05:29 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/28 04:05:29 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/28 04:05:29 DEBUG : dir1/0000-abcdefg.txt: Need to transfer - File not found at Destination 2026/08/28 04:05:29 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/28 04:05:29 DEBUG : dir1/0001-bcdefgh.txt: Need to transfer - File not found at Destination 2026/08/28 04:05:29 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/28 04:05:29 DEBUG : dir1/0002-cdefghi.txt: Need to transfer - File not found at Destination 2026/08/28 04:05:29 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/28 04:05:29 DEBUG : dir1/0003-defghij.txt: Need to transfer - File not found at Destination 2026/08/28 04:05:29 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/28 04:05:29 DEBUG : dir1/0004-efghijk.txt: Need to transfer - File not found at Destination 2026/08/28 04:05:29 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/28 04:05:29 DEBUG : dir1/0005-fghijkl.txt: Need to transfer - File not found at Destination 2026/08/28 04:05:29 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/08/28 04:05:29 DEBUG : dir1/0006-ghijklm.txt: Need to transfer - File not found at Destination 2026/08/28 04:05:29 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/28 04:05:29 DEBUG : dir1/0007-1234567.txt: Need to transfer - File not found at Destination 2026/08/28 04:05:29 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/28 04:05:29 DEBUG : dir1/0008-2345678.txt: Need to transfer - File not found at Destination 2026/08/28 04:05:29 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/08/28 04:05:29 DEBUG : dir1/0009-3456789.txt: Need to transfer - File not found at Destination 2026/08/28 04:05:29 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2026/08/28 04:05:29 DEBUG : dir1/0010-456789.txt: Need to transfer - File not found at Destination 2026/08/28 04:05:29 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/28 04:05:29 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination 2026/08/28 04:05:29 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/28 04:05:29 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2026/08/28 04:05:29 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/28 04:05:29 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2026/08/28 04:05:29 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/28 04:05:29 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2026/08/28 04:05:29 DEBUG : 0015-9;=.txt: transformed to: PREFIX0015-9;=.txt 2026/08/28 04:05:29 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination 2026/08/28 04:05:29 DEBUG : B2 bucket rclone-test-wucebug2fati: Waiting for checks to finish 2026/08/28 04:05:29 DEBUG : B2 bucket rclone-test-wucebug2fati: Waiting for transfers to finish 2026/08/28 04:05:29 DEBUG : PREFIXapple: size = 5 OK 2026/08/28 04:05:29 DEBUG : apple: sha1 = d0be2dc421be4fcd0172e5afceea3970e2f3d940 OK 2026/08/28 04:05:29 INFO : apple: Copied (new) to: PREFIXapple 2026/08/28 04:05:29 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt 2026/08/28 04:05:29 DEBUG : PREFIXbanana: size = 6 OK 2026/08/28 04:05:29 DEBUG : banana: sha1 = 250e77f12a5ab6972a0895d290c4792f0a326ea8 OK 2026/08/28 04:05:29 INFO : banana: Copied (new) to: PREFIXbanana 2026/08/28 04:05:29 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2026/08/28 04:05:29 DEBUG : PREFIXsplitbananasplit: size = 16 OK 2026/08/28 04:05:29 DEBUG : splitbananasplit: sha1 = c045b86d2da0a5c0db76c2e57cc85d98a73d0dfe OK 2026/08/28 04:05:29 INFO : splitbananasplit: Copied (new) to: PREFIXsplitbananasplit 2026/08/28 04:05:29 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2026/08/28 04:05:30 DEBUG : PREFIXappleappleapplebanana: size = 21 OK 2026/08/28 04:05:30 DEBUG : appleappleapplebanana: sha1 = d4006cec695294959fc86acc4d86a4a8bd1771d4 OK 2026/08/28 04:05:30 INFO : appleappleapplebanana: Copied (new) to: PREFIXappleappleapplebanana 2026/08/28 04:05:30 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2026/08/28 04:05:30 DEBUG : dir1/PREFIX0000-abcdefg.txt: size = 21 OK 2026/08/28 04:05:30 DEBUG : dir1/0000-abcdefg.txt: sha1 = 39cc20a3972ef42585635752f22e809ce7661dd0 OK 2026/08/28 04:05:30 INFO : dir1/0000-abcdefg.txt: Copied (new) to: dir1/PREFIX0000-abcdefg.txt 2026/08/28 04:05:30 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2026/08/28 04:05:30 DEBUG : dir1/PREFIX0004-efghijk.txt: size = 21 OK 2026/08/28 04:05:30 DEBUG : dir1/0004-efghijk.txt: sha1 = 8a6e3a10e2778fd7a449c0ddeff0e60b99b818f6 OK 2026/08/28 04:05:30 INFO : dir1/0004-efghijk.txt: Copied (new) to: dir1/PREFIX0004-efghijk.txt 2026/08/28 04:05:30 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2026/08/28 04:05:30 DEBUG : dir1/PREFIX0002-cdefghi.txt: size = 21 OK 2026/08/28 04:05:30 DEBUG : dir1/0002-cdefghi.txt: sha1 = f5271bcb3e6699430d75487a6e002f56f75748d6 OK 2026/08/28 04:05:30 INFO : dir1/0002-cdefghi.txt: Copied (new) to: dir1/PREFIX0002-cdefghi.txt 2026/08/28 04:05:30 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2026/08/28 04:05:30 DEBUG : dir1/PREFIX0003-defghij.txt: size = 21 OK 2026/08/28 04:05:30 DEBUG : dir1/0003-defghij.txt: sha1 = 6275159262463ab911da879437354a03fc105132 OK 2026/08/28 04:05:30 INFO : dir1/0003-defghij.txt: Copied (new) to: dir1/PREFIX0003-defghij.txt 2026/08/28 04:05:30 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2026/08/28 04:05:30 DEBUG : dir1/PREFIX0001-bcdefgh.txt: size = 21 OK 2026/08/28 04:05:30 DEBUG : dir1/0001-bcdefgh.txt: sha1 = 13f6ac14c045641af16b93bf99a126efa57a13c0 OK 2026/08/28 04:05:30 INFO : dir1/0001-bcdefgh.txt: Copied (new) to: dir1/PREFIX0001-bcdefgh.txt 2026/08/28 04:05:30 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2026/08/28 04:05:30 DEBUG : dir1/PREFIX0005-fghijkl.txt: size = 21 OK 2026/08/28 04:05:30 DEBUG : dir1/0005-fghijkl.txt: sha1 = 9be5d86eeb571f4bb49cba75a71573bae6d7f9b0 OK 2026/08/28 04:05:30 INFO : dir1/0005-fghijkl.txt: Copied (new) to: dir1/PREFIX0005-fghijkl.txt 2026/08/28 04:05:30 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2026/08/28 04:05:30 DEBUG : dir1/PREFIX0006-ghijklm.txt: size = 21 OK 2026/08/28 04:05:30 DEBUG : dir1/0006-ghijklm.txt: sha1 = 022b65de02ed02df549dca26b856b83ea957c161 OK 2026/08/28 04:05:30 INFO : dir1/0006-ghijklm.txt: Copied (new) to: dir1/PREFIX0006-ghijklm.txt 2026/08/28 04:05:30 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2026/08/28 04:05:30 DEBUG : dir1/PREFIX0007-1234567.txt: size = 21 OK 2026/08/28 04:05:30 DEBUG : dir1/0007-1234567.txt: sha1 = f65b28e19d4af11accc4c96ab412abe037842afc OK 2026/08/28 04:05:30 INFO : dir1/0007-1234567.txt: Copied (new) to: dir1/PREFIX0007-1234567.txt 2026/08/28 04:05:30 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2026/08/28 04:05:30 DEBUG : dir1/PREFIX0009-3456789.txt: size = 21 OK 2026/08/28 04:05:30 DEBUG : dir1/0009-3456789.txt: sha1 = cf20fbc0bb51b0e93dd849f5493167c827e103dc OK 2026/08/28 04:05:30 INFO : dir1/0009-3456789.txt: Copied (new) to: dir1/PREFIX0009-3456789.txt 2026/08/28 04:05:30 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2026/08/28 04:05:30 DEBUG : dir1/PREFIX0012-6789;.txt: size = 19 OK 2026/08/28 04:05:30 DEBUG : dir1/0012-6789;.txt: sha1 = 41938da9b0f9799a9c96dea5682322b6b7607058 OK 2026/08/28 04:05:30 INFO : dir1/0012-6789;.txt: Copied (new) to: dir1/PREFIX0012-6789;.txt 2026/08/28 04:05:30 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2026/08/28 04:05:31 DEBUG : dir1/PREFIX0010-456789.txt: size = 20 OK 2026/08/28 04:05:31 DEBUG : dir1/0010-456789.txt: sha1 = ef1ccb5339c5b9d3b78cdb41937cb754674521e9 OK 2026/08/28 04:05:31 INFO : dir1/0010-456789.txt: Copied (new) to: dir1/PREFIX0010-456789.txt 2026/08/28 04:05:31 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2026/08/28 04:05:31 DEBUG : dir1/PREFIX0008-2345678.txt: size = 21 OK 2026/08/28 04:05:31 DEBUG : dir1/0008-2345678.txt: sha1 = 35bd7b0a5af9be4c53d2bf8b53d45f0c4e5d9d07 OK 2026/08/28 04:05:31 INFO : dir1/0008-2345678.txt: Copied (new) to: dir1/PREFIX0008-2345678.txt 2026/08/28 04:05:31 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt 2026/08/28 04:05:31 DEBUG : dir1/PREFIX0011-56789;.txt: size = 20 OK 2026/08/28 04:05:31 DEBUG : dir1/0011-56789;.txt: sha1 = ce6baa1459a8f1c8daeca41dccc499a5a7f9d342 OK 2026/08/28 04:05:31 INFO : dir1/0011-56789;.txt: Copied (new) to: dir1/PREFIX0011-56789;.txt 2026/08/28 04:05:31 DEBUG : dir1/PREFIX0013-789;=.txt: size = 19 OK 2026/08/28 04:05:31 DEBUG : dir1/0013-789;=.txt: sha1 = 957e831070085d71b655c9afa66b8e0cb86662b3 OK 2026/08/28 04:05:31 INFO : dir1/0013-789;=.txt: Copied (new) to: dir1/PREFIX0013-789;=.txt 2026/08/28 04:05:31 DEBUG : dir1/PREFIX0015-9;=.txt: size = 17 OK 2026/08/28 04:05:31 DEBUG : dir1/0015-9;=.txt: sha1 = 2a0afde94c232e5cb80d07261acf840a4a5f0143 OK 2026/08/28 04:05:31 INFO : dir1/0015-9;=.txt: Copied (new) to: dir1/PREFIX0015-9;=.txt 2026/08/28 04:05:31 DEBUG : dir1/PREFIX0014-89;=.txt: size = 18 OK 2026/08/28 04:05:31 DEBUG : dir1/0014-89;=.txt: sha1 = 6f88327b529855962672012b6f4fc01033c31ec0 OK 2026/08/28 04:05:31 INFO : dir1/0014-89;=.txt: Copied (new) to: dir1/PREFIX0014-89;=.txt 2026/08/28 04:05:31 DEBUG : Waiting for deletions to finish 2026/08/28 04:05:31 INFO : apple: Deleted 2026/08/28 04:05:31 INFO : dir1/0014-89;=.txt: Deleted 2026/08/28 04:05:31 INFO : splitbananasplit: Deleted 2026/08/28 04:05:31 INFO : dir1/0009-3456789.txt: Deleted 2026/08/28 04:05:31 INFO : banana: Deleted 2026/08/28 04:05:31 INFO : dir1/0002-cdefghi.txt: Deleted 2026/08/28 04:05:32 INFO : dir1/0010-456789.txt: Deleted 2026/08/28 04:05:32 INFO : appleappleapplebanana: Deleted 2026/08/28 04:05:32 INFO : dir1/0012-6789;.txt: Deleted 2026/08/28 04:05:32 INFO : dir1/0013-789;=.txt: Deleted 2026/08/28 04:05:32 INFO : dir1/0000-abcdefg.txt: Deleted 2026/08/28 04:05:32 INFO : dir1/0003-defghij.txt: Deleted 2026/08/28 04:05:32 INFO : dir1/0007-1234567.txt: Deleted 2026/08/28 04:05:32 INFO : dir1/0006-ghijklm.txt: Deleted 2026/08/28 04:05:32 INFO : dir1/0015-9;=.txt: Deleted 2026/08/28 04:05:32 INFO : dir1/0001-bcdefgh.txt: Deleted 2026/08/28 04:05:32 INFO : dir1/0004-efghijk.txt: Deleted 2026/08/28 04:05:32 INFO : dir1/0005-fghijkl.txt: Deleted 2026/08/28 04:05:32 INFO : dir1/0008-2345678.txt: Deleted 2026/08/28 04:05:32 INFO : dir1/0011-56789;.txt: Deleted 2026/08/28 04:05:32 DEBUG : Waiting for deletions to finish 2026/08/28 04:05:32 DEBUG : PREFIXapple: Excluded (Path Filter) 2026/08/28 04:05:32 DEBUG : PREFIXappleappleapplebanana: Excluded (Path Filter) 2026/08/28 04:05:32 DEBUG : PREFIXbanana: Excluded (Path Filter) 2026/08/28 04:05:32 DEBUG : PREFIXsplitbananasplit: Excluded (Path Filter) 2026/08/28 04:05:32 DEBUG : dir1/PREFIX0000-abcdefg.txt: Excluded (Path Filter) 2026/08/28 04:05:32 DEBUG : dir1/PREFIX0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/28 04:05:32 DEBUG : dir1/PREFIX0002-cdefghi.txt: Excluded (Path Filter) 2026/08/28 04:05:32 DEBUG : dir1/PREFIX0003-defghij.txt: Excluded (Path Filter) 2026/08/28 04:05:32 DEBUG : dir1/PREFIX0004-efghijk.txt: Excluded (Path Filter) 2026/08/28 04:05:32 DEBUG : dir1/PREFIX0005-fghijkl.txt: Excluded (Path Filter) 2026/08/28 04:05:32 DEBUG : dir1/PREFIX0006-ghijklm.txt: Excluded (Path Filter) 2026/08/28 04:05:32 DEBUG : dir1/PREFIX0007-1234567.txt: Excluded (Path Filter) 2026/08/28 04:05:32 DEBUG : dir1/PREFIX0008-2345678.txt: Excluded (Path Filter) 2026/08/28 04:05:32 DEBUG : dir1/PREFIX0009-3456789.txt: Excluded (Path Filter) 2026/08/28 04:05:32 DEBUG : dir1/PREFIX0010-456789.txt: Excluded (Path Filter) 2026/08/28 04:05:32 DEBUG : dir1/PREFIX0011-56789;.txt: Excluded (Path Filter) 2026/08/28 04:05:32 DEBUG : dir1/PREFIX0012-6789;.txt: Excluded (Path Filter) 2026/08/28 04:05:32 DEBUG : dir1/PREFIX0013-789;=.txt: Excluded (Path Filter) 2026/08/28 04:05:32 DEBUG : dir1/PREFIX0014-89;=.txt: Excluded (Path Filter) 2026/08/28 04:05:32 DEBUG : dir1/PREFIX0015-9;=.txt: Excluded (Path Filter) 2026/08/28 04:05:32 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2026/08/28 04:05:32 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt 2026/08/28 04:05:32 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2026/08/28 04:05:32 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2026/08/28 04:05:32 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2026/08/28 04:05:32 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2026/08/28 04:05:32 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2026/08/28 04:05:32 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2026/08/28 04:05:32 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2026/08/28 04:05:32 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2026/08/28 04:05:32 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2026/08/28 04:05:32 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2026/08/28 04:05:32 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2026/08/28 04:05:32 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2026/08/28 04:05:32 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2026/08/28 04:05:32 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2026/08/28 04:05:32 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2026/08/28 04:05:32 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2026/08/28 04:05:32 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2026/08/28 04:05:32 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2026/08/28 04:05:32 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2026/08/28 04:05:32 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2026/08/28 04:05:32 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2026/08/28 04:05:32 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2026/08/28 04:05:32 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2026/08/28 04:05:32 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2026/08/28 04:05:32 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2026/08/28 04:05:32 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2026/08/28 04:05:32 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt 2026/08/28 04:05:32 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2026/08/28 04:05:32 DEBUG : apple: transformed to: PREFIXapple 2026/08/28 04:05:32 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt 2026/08/28 04:05:32 DEBUG : apple: transformed to: PREFIXapple 2026/08/28 04:05:32 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2026/08/28 04:05:32 DEBUG : apple: transformed to: PREFIXapple 2026/08/28 04:05:32 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2026/08/28 04:05:32 DEBUG : apple: transformed to: PREFIXapple 2026/08/28 04:05:32 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2026/08/28 04:05:32 DEBUG : apple: transformed to: PREFIXapple 2026/08/28 04:05:32 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2026/08/28 04:05:32 DEBUG : apple: transformed to: PREFIXapple 2026/08/28 04:05:32 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2026/08/28 04:05:32 DEBUG : apple: transformed to: PREFIXapple 2026/08/28 04:05:32 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2026/08/28 04:05:32 DEBUG : apple: transformed to: PREFIXapple 2026/08/28 04:05:32 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2026/08/28 04:05:32 DEBUG : apple: transformed to: PREFIXapple 2026/08/28 04:05:32 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2026/08/28 04:05:32 DEBUG : apple: transformed to: PREFIXapple 2026/08/28 04:05:32 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2026/08/28 04:05:32 DEBUG : apple: transformed to: PREFIXapple 2026/08/28 04:05:32 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2026/08/28 04:05:32 DEBUG : apple: transformed to: PREFIXapple 2026/08/28 04:05:32 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2026/08/28 04:05:32 DEBUG : apple: transformed to: PREFIXapple 2026/08/28 04:05:32 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2026/08/28 04:05:32 DEBUG : apple: transformed to: PREFIXapple 2026/08/28 04:05:32 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2026/08/28 04:05:32 DEBUG : apple: transformed to: PREFIXapple 2026/08/28 04:05:32 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2026/08/28 04:05:32 DEBUG : apple: transformed to: PREFIXapple 2026/08/28 04:05:32 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt 2026/08/28 04:05:32 DEBUG : banana: transformed to: PREFIXbanana 2026/08/28 04:05:32 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt 2026/08/28 04:05:32 DEBUG : banana: transformed to: PREFIXbanana 2026/08/28 04:05:32 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2026/08/28 04:05:32 DEBUG : banana: transformed to: PREFIXbanana 2026/08/28 04:05:32 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2026/08/28 04:05:32 DEBUG : banana: transformed to: PREFIXbanana 2026/08/28 04:05:32 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2026/08/28 04:05:32 DEBUG : banana: transformed to: PREFIXbanana 2026/08/28 04:05:32 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2026/08/28 04:05:32 DEBUG : banana: transformed to: PREFIXbanana 2026/08/28 04:05:32 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2026/08/28 04:05:32 DEBUG : banana: transformed to: PREFIXbanana 2026/08/28 04:05:32 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2026/08/28 04:05:32 DEBUG : banana: transformed to: PREFIXbanana 2026/08/28 04:05:32 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2026/08/28 04:05:32 DEBUG : banana: transformed to: PREFIXbanana 2026/08/28 04:05:32 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2026/08/28 04:05:32 DEBUG : banana: transformed to: PREFIXbanana 2026/08/28 04:05:32 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2026/08/28 04:05:32 DEBUG : banana: transformed to: PREFIXbanana 2026/08/28 04:05:32 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2026/08/28 04:05:32 DEBUG : banana: transformed to: PREFIXbanana 2026/08/28 04:05:32 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2026/08/28 04:05:32 DEBUG : banana: transformed to: PREFIXbanana 2026/08/28 04:05:32 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2026/08/28 04:05:32 DEBUG : banana: transformed to: PREFIXbanana 2026/08/28 04:05:32 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2026/08/28 04:05:32 DEBUG : banana: transformed to: PREFIXbanana 2026/08/28 04:05:32 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2026/08/28 04:05:32 DEBUG : banana: transformed to: PREFIXbanana 2026/08/28 04:05:32 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt 2026/08/28 04:05:32 DEBUG : banana: transformed to: PREFIXbanana 2026/08/28 04:05:32 DEBUG : apple: transformed to: PREFIXapple 2026/08/28 04:05:32 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/28 04:05:32 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt 2026/08/28 04:05:32 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/28 04:05:32 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2026/08/28 04:05:32 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/28 04:05:32 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2026/08/28 04:05:32 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/28 04:05:32 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2026/08/28 04:05:32 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/28 04:05:32 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2026/08/28 04:05:32 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/28 04:05:32 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2026/08/28 04:05:32 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/28 04:05:32 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2026/08/28 04:05:32 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/28 04:05:32 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2026/08/28 04:05:32 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/28 04:05:32 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2026/08/28 04:05:32 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/28 04:05:32 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2026/08/28 04:05:32 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/28 04:05:32 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2026/08/28 04:05:32 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/28 04:05:32 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2026/08/28 04:05:32 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/28 04:05:32 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2026/08/28 04:05:32 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/28 04:05:32 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2026/08/28 04:05:32 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/28 04:05:32 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2026/08/28 04:05:32 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/28 04:05:32 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt 2026/08/28 04:05:32 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/28 04:05:32 DEBUG : banana: transformed to: PREFIXbanana 2026/08/28 04:05:32 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/28 04:05:32 DEBUG : apple: transformed to: PREFIXapple 2026/08/28 04:05:32 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/28 04:05:32 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt 2026/08/28 04:05:32 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/28 04:05:32 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2026/08/28 04:05:32 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/28 04:05:32 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2026/08/28 04:05:32 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/28 04:05:32 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2026/08/28 04:05:32 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/28 04:05:32 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2026/08/28 04:05:32 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/28 04:05:32 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2026/08/28 04:05:32 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/28 04:05:32 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2026/08/28 04:05:32 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/28 04:05:32 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2026/08/28 04:05:32 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/28 04:05:32 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2026/08/28 04:05:32 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/28 04:05:32 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2026/08/28 04:05:32 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/28 04:05:32 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2026/08/28 04:05:32 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/28 04:05:32 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2026/08/28 04:05:32 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/28 04:05:32 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2026/08/28 04:05:32 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/28 04:05:32 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2026/08/28 04:05:32 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/28 04:05:32 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2026/08/28 04:05:32 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/28 04:05:32 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt 2026/08/28 04:05:32 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/28 04:05:32 DEBUG : banana: transformed to: PREFIXbanana 2026/08/28 04:05:32 DEBUG : apple: transformed to: PREFIXapple 2026/08/28 04:05:32 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/28 04:05:32 DEBUG : banana: transformed to: PREFIXbanana 2026/08/28 04:05:32 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/28 04:05:32 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt 2026/08/28 04:05:32 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2026/08/28 04:05:32 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2026/08/28 04:05:32 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2026/08/28 04:05:32 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2026/08/28 04:05:32 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2026/08/28 04:05:32 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2026/08/28 04:05:32 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2026/08/28 04:05:32 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2026/08/28 04:05:32 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2026/08/28 04:05:32 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2026/08/28 04:05:32 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2026/08/28 04:05:32 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2026/08/28 04:05:32 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2026/08/28 04:05:32 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2026/08/28 04:05:32 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt 2026/08/28 04:05:32 DEBUG : apple: Need to transfer - File not found at Destination 2026/08/28 04:05:32 DEBUG : appleappleapplebanana: Need to transfer - File not found at Destination 2026/08/28 04:05:32 DEBUG : banana: Need to transfer - File not found at Destination 2026/08/28 04:05:32 DEBUG : splitbananasplit: Need to transfer - File not found at Destination 2026/08/28 04:05:32 DEBUG : dir1/0000-abcdefg.txt: Need to transfer - File not found at Destination 2026/08/28 04:05:32 DEBUG : dir1/0001-bcdefgh.txt: Need to transfer - File not found at Destination 2026/08/28 04:05:32 DEBUG : dir1/0002-cdefghi.txt: Need to transfer - File not found at Destination 2026/08/28 04:05:32 DEBUG : dir1/0003-defghij.txt: Need to transfer - File not found at Destination 2026/08/28 04:05:32 DEBUG : dir1/0004-efghijk.txt: Need to transfer - File not found at Destination 2026/08/28 04:05:32 DEBUG : dir1/0005-fghijkl.txt: Need to transfer - File not found at Destination 2026/08/28 04:05:32 DEBUG : dir1/0006-ghijklm.txt: Need to transfer - File not found at Destination 2026/08/28 04:05:32 DEBUG : dir1/0007-1234567.txt: Need to transfer - File not found at Destination 2026/08/28 04:05:32 DEBUG : dir1/0008-2345678.txt: Need to transfer - File not found at Destination 2026/08/28 04:05:32 DEBUG : dir1/0009-3456789.txt: Need to transfer - File not found at Destination 2026/08/28 04:05:32 DEBUG : dir1/0010-456789.txt: Need to transfer - File not found at Destination 2026/08/28 04:05:32 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination 2026/08/28 04:05:32 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2026/08/28 04:05:32 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2026/08/28 04:05:32 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2026/08/28 04:05:32 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination 2026/08/28 04:05:32 DEBUG : B2 bucket rclone-test-wucebug2fati: Waiting for checks to finish 2026/08/28 04:05:32 DEBUG : B2 bucket rclone-test-wucebug2fati: Waiting for transfers to finish 2026/08/28 04:05:33 DEBUG : apple: size = 5 OK 2026/08/28 04:05:33 DEBUG : apple: sha1 = d0be2dc421be4fcd0172e5afceea3970e2f3d940 OK 2026/08/28 04:05:33 INFO : apple: Copied (new) 2026/08/28 04:05:33 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/28 04:05:33 DEBUG : appleappleapplebanana: sha1 = d4006cec695294959fc86acc4d86a4a8bd1771d4 OK 2026/08/28 04:05:33 INFO : appleappleapplebanana: Copied (new) 2026/08/28 04:05:33 DEBUG : banana: size = 6 OK 2026/08/28 04:05:33 DEBUG : banana: sha1 = 250e77f12a5ab6972a0895d290c4792f0a326ea8 OK 2026/08/28 04:05:33 INFO : banana: Copied (new) 2026/08/28 04:05:33 DEBUG : splitbananasplit: size = 16 OK 2026/08/28 04:05:33 DEBUG : splitbananasplit: sha1 = c045b86d2da0a5c0db76c2e57cc85d98a73d0dfe OK 2026/08/28 04:05:33 INFO : splitbananasplit: Copied (new) 2026/08/28 04:05:33 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/28 04:05:33 DEBUG : dir1/0000-abcdefg.txt: sha1 = 39cc20a3972ef42585635752f22e809ce7661dd0 OK 2026/08/28 04:05:33 INFO : dir1/0000-abcdefg.txt: Copied (new) 2026/08/28 04:05:33 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/28 04:05:33 DEBUG : dir1/0001-bcdefgh.txt: sha1 = 13f6ac14c045641af16b93bf99a126efa57a13c0 OK 2026/08/28 04:05:33 INFO : dir1/0001-bcdefgh.txt: Copied (new) 2026/08/28 04:05:33 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/28 04:05:33 DEBUG : dir1/0002-cdefghi.txt: sha1 = f5271bcb3e6699430d75487a6e002f56f75748d6 OK 2026/08/28 04:05:33 INFO : dir1/0002-cdefghi.txt: Copied (new) 2026/08/28 04:05:33 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/28 04:05:33 DEBUG : dir1/0003-defghij.txt: sha1 = 6275159262463ab911da879437354a03fc105132 OK 2026/08/28 04:05:33 INFO : dir1/0003-defghij.txt: Copied (new) 2026/08/28 04:05:33 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/28 04:05:33 DEBUG : dir1/0004-efghijk.txt: sha1 = 8a6e3a10e2778fd7a449c0ddeff0e60b99b818f6 OK 2026/08/28 04:05:33 INFO : dir1/0004-efghijk.txt: Copied (new) 2026/08/28 04:05:33 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/28 04:05:33 DEBUG : dir1/0005-fghijkl.txt: sha1 = 9be5d86eeb571f4bb49cba75a71573bae6d7f9b0 OK 2026/08/28 04:05:33 INFO : dir1/0005-fghijkl.txt: Copied (new) 2026/08/28 04:05:33 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/28 04:05:33 DEBUG : dir1/0006-ghijklm.txt: sha1 = 022b65de02ed02df549dca26b856b83ea957c161 OK 2026/08/28 04:05:33 INFO : dir1/0006-ghijklm.txt: Copied (new) 2026/08/28 04:05:33 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/28 04:05:33 DEBUG : dir1/0008-2345678.txt: sha1 = 35bd7b0a5af9be4c53d2bf8b53d45f0c4e5d9d07 OK 2026/08/28 04:05:33 INFO : dir1/0008-2345678.txt: Copied (new) 2026/08/28 04:05:33 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/28 04:05:33 DEBUG : dir1/0007-1234567.txt: sha1 = f65b28e19d4af11accc4c96ab412abe037842afc OK 2026/08/28 04:05:33 INFO : dir1/0007-1234567.txt: Copied (new) 2026/08/28 04:05:33 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/28 04:05:33 DEBUG : dir1/0009-3456789.txt: sha1 = cf20fbc0bb51b0e93dd849f5493167c827e103dc OK 2026/08/28 04:05:33 INFO : dir1/0009-3456789.txt: Copied (new) 2026/08/28 04:05:33 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/28 04:05:33 DEBUG : dir1/0010-456789.txt: sha1 = ef1ccb5339c5b9d3b78cdb41937cb754674521e9 OK 2026/08/28 04:05:33 INFO : dir1/0010-456789.txt: Copied (new) 2026/08/28 04:05:33 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/28 04:05:33 DEBUG : dir1/0011-56789;.txt: sha1 = ce6baa1459a8f1c8daeca41dccc499a5a7f9d342 OK 2026/08/28 04:05:33 INFO : dir1/0011-56789;.txt: Copied (new) 2026/08/28 04:05:33 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/28 04:05:33 DEBUG : dir1/0012-6789;.txt: sha1 = 41938da9b0f9799a9c96dea5682322b6b7607058 OK 2026/08/28 04:05:33 INFO : dir1/0012-6789;.txt: Copied (new) 2026/08/28 04:05:33 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/28 04:05:33 DEBUG : dir1/0013-789;=.txt: sha1 = 957e831070085d71b655c9afa66b8e0cb86662b3 OK 2026/08/28 04:05:33 INFO : dir1/0013-789;=.txt: Copied (new) 2026/08/28 04:05:33 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/28 04:05:33 DEBUG : dir1/0014-89;=.txt: sha1 = 6f88327b529855962672012b6f4fc01033c31ec0 OK 2026/08/28 04:05:33 INFO : dir1/0014-89;=.txt: Copied (new) 2026/08/28 04:05:34 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/28 04:05:34 DEBUG : dir1/0015-9;=.txt: sha1 = 2a0afde94c232e5cb80d07261acf840a4a5f0143 OK 2026/08/28 04:05:34 INFO : dir1/0015-9;=.txt: Copied (new) 2026/08/28 04:05:34 DEBUG : Waiting for deletions to finish 2026/08/28 04:05:34 INFO : dir1/PREFIX0001-bcdefgh.txt: Deleted 2026/08/28 04:05:34 INFO : dir1/PREFIX0002-cdefghi.txt: Deleted 2026/08/28 04:05:34 INFO : dir1/PREFIX0006-ghijklm.txt: Deleted 2026/08/28 04:05:34 INFO : dir1/PREFIX0011-56789;.txt: Deleted 2026/08/28 04:05:34 INFO : dir1/PREFIX0015-9;=.txt: Deleted 2026/08/28 04:05:34 INFO : PREFIXapple: Deleted 2026/08/28 04:05:34 INFO : PREFIXappleappleapplebanana: Deleted 2026/08/28 04:05:34 INFO : PREFIXbanana: Deleted 2026/08/28 04:05:34 INFO : PREFIXsplitbananasplit: Deleted 2026/08/28 04:05:34 INFO : dir1/PREFIX0014-89;=.txt: Deleted 2026/08/28 04:05:34 INFO : dir1/PREFIX0000-abcdefg.txt: Deleted 2026/08/28 04:05:34 INFO : dir1/PREFIX0005-fghijkl.txt: Deleted 2026/08/28 04:05:34 INFO : dir1/PREFIX0010-456789.txt: Deleted 2026/08/28 04:05:34 INFO : dir1/PREFIX0008-2345678.txt: Deleted 2026/08/28 04:05:34 INFO : dir1/PREFIX0003-defghij.txt: Deleted 2026/08/28 04:05:34 INFO : dir1/PREFIX0007-1234567.txt: Deleted 2026/08/28 04:05:34 INFO : dir1/PREFIX0004-efghijk.txt: Deleted 2026/08/28 04:05:34 INFO : dir1/PREFIX0009-3456789.txt: Deleted 2026/08/28 04:05:34 INFO : dir1/PREFIX0012-6789;.txt: Deleted 2026/08/28 04:05:34 INFO : dir1/PREFIX0013-789;=.txt: Deleted 2026/08/28 04:05:34 DEBUG : Waiting for deletions to finish 2026/08/28 04:05:34 DEBUG : apple: Excluded (Path Filter) 2026/08/28 04:05:34 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/28 04:05:34 DEBUG : banana: Excluded (Path Filter) 2026/08/28 04:05:34 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/28 04:05:34 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/28 04:05:34 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/28 04:05:34 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/28 04:05:34 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/28 04:05:34 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/28 04:05:34 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/28 04:05:34 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/28 04:05:34 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/28 04:05:34 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/28 04:05:34 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/28 04:05:34 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/28 04:05:34 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/28 04:05:34 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/28 04:05:34 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/28 04:05:34 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/28 04:05:34 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/28 04:05:35 DEBUG : Waiting for deletions to finish 2026/08/28 04:05:35 DEBUG : apple: Excluded (Path Filter) 2026/08/28 04:05:35 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/28 04:05:35 DEBUG : banana: Excluded (Path Filter) 2026/08/28 04:05:35 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/28 04:05:35 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/28 04:05:35 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/28 04:05:35 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/28 04:05:35 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/28 04:05:35 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/28 04:05:35 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/28 04:05:35 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/28 04:05:35 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/28 04:05:35 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/28 04:05:35 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/28 04:05:35 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/28 04:05:35 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/28 04:05:35 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/28 04:05:35 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/28 04:05:35 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/28 04:05:35 DEBUG : splitbananasplit: Excluded (Path Filter) === RUN TestTransform/suffix run.go:198: Remote "B2 bucket rclone-test-wucebug2fati", Local "Local file system at /tmp/rclone988977894", Modify Window "1ms" 2026/08/28 04:05:45 DEBUG : Waiting for deletions to finish 2026/08/28 04:05:45 DEBUG : apple: Excluded (Path Filter) 2026/08/28 04:05:45 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/28 04:05:45 DEBUG : banana: Excluded (Path Filter) 2026/08/28 04:05:45 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/28 04:05:45 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/28 04:05:45 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/28 04:05:45 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/28 04:05:45 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/28 04:05:45 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/28 04:05:45 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/28 04:05:45 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/28 04:05:45 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/28 04:05:45 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/28 04:05:45 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/28 04:05:45 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/28 04:05:45 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/28 04:05:45 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/28 04:05:45 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/28 04:05:45 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/28 04:05:45 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/28 04:05:45 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2026/08/28 04:05:45 DEBUG : apple: transformed to: appleSUFFIX 2026/08/28 04:05:45 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/28 04:05:45 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2026/08/28 04:05:45 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/28 04:05:45 DEBUG : apple: transformed to: appleSUFFIX 2026/08/28 04:05:45 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2026/08/28 04:05:45 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/28 04:05:45 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/28 04:05:45 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2026/08/28 04:05:45 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/28 04:05:45 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/28 04:05:45 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/28 04:05:45 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/28 04:05:45 DEBUG : apple: transformed to: appleSUFFIX 2026/08/28 04:05:45 DEBUG : apple: transformed to: appleSUFFIX 2026/08/28 04:05:46 DEBUG : apple: Need to transfer - File not found at Destination 2026/08/28 04:05:46 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/28 04:05:46 DEBUG : appleappleapplebanana: Need to transfer - File not found at Destination 2026/08/28 04:05:46 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/28 04:05:46 DEBUG : banana: Need to transfer - File not found at Destination 2026/08/28 04:05:46 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2026/08/28 04:05:46 DEBUG : splitbananasplit: Need to transfer - File not found at Destination 2026/08/28 04:05:46 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/28 04:05:46 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/28 04:05:46 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2026/08/28 04:05:46 DEBUG : apple: transformed to: appleSUFFIX 2026/08/28 04:05:46 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/28 04:05:46 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/28 04:05:46 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/08/28 04:05:46 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/28 04:05:46 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/08/28 04:05:46 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/28 04:05:46 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/28 04:05:46 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/28 04:05:46 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/28 04:05:46 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/28 04:05:46 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/28 04:05:46 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/28 04:05:46 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/28 04:05:46 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/28 04:05:46 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/28 04:05:46 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/28 04:05:46 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/28 04:05:46 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/08/28 04:05:46 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/28 04:05:46 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/28 04:05:46 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/28 04:05:46 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/28 04:05:46 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/28 04:05:46 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/28 04:05:46 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/28 04:05:46 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/28 04:05:46 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/28 04:05:46 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/28 04:05:46 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/28 04:05:46 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/28 04:05:46 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/28 04:05:46 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/28 04:05:46 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/28 04:05:46 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/28 04:05:46 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/28 04:05:46 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/28 04:05:46 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/28 04:05:46 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/28 04:05:46 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/28 04:05:46 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/28 04:05:46 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/28 04:05:46 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/28 04:05:46 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/28 04:05:46 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/08/28 04:05:46 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/28 04:05:46 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/28 04:05:46 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/28 04:05:46 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/28 04:05:46 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/28 04:05:46 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/28 04:05:46 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/28 04:05:46 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/28 04:05:46 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/28 04:05:46 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/28 04:05:46 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/28 04:05:46 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/28 04:05:46 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/28 04:05:46 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/08/28 04:05:46 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/28 04:05:46 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/28 04:05:46 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/28 04:05:46 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/28 04:05:46 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/28 04:05:46 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/28 04:05:46 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/28 04:05:46 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/28 04:05:46 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/28 04:05:46 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/28 04:05:46 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/28 04:05:46 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/28 04:05:46 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/28 04:05:46 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/28 04:05:46 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/28 04:05:46 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/08/28 04:05:46 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/28 04:05:46 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/28 04:05:46 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/28 04:05:46 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/28 04:05:46 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/08/28 04:05:46 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/28 04:05:46 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/08/28 04:05:46 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/28 04:05:46 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/08/28 04:05:46 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/28 04:05:46 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/08/28 04:05:46 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/28 04:05:46 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/08/28 04:05:46 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/28 04:05:46 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/28 04:05:46 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/28 04:05:46 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/28 04:05:46 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/28 04:05:46 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/28 04:05:46 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/28 04:05:46 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/28 04:05:46 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/28 04:05:46 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/28 04:05:46 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/08/28 04:05:46 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/28 04:05:46 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/28 04:05:46 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/28 04:05:46 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/28 04:05:46 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/28 04:05:46 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/08/28 04:05:46 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/28 04:05:46 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/28 04:05:46 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/28 04:05:46 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/28 04:05:46 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/28 04:05:46 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/28 04:05:46 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/28 04:05:46 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/28 04:05:46 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/28 04:05:46 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/28 04:05:46 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/28 04:05:46 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/08/28 04:05:46 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/28 04:05:46 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/28 04:05:46 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/28 04:05:46 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/28 04:05:46 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/28 04:05:46 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/08/28 04:05:46 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/28 04:05:46 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/28 04:05:46 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/28 04:05:46 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/28 04:05:46 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/28 04:05:46 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/28 04:05:46 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/28 04:05:46 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/28 04:05:46 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2026/08/28 04:05:46 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/28 04:05:46 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2026/08/28 04:05:46 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/28 04:05:46 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2026/08/28 04:05:46 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/28 04:05:46 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2026/08/28 04:05:46 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/28 04:05:46 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2026/08/28 04:05:46 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/08/28 04:05:46 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/28 04:05:46 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/28 04:05:46 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/28 04:05:46 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/28 04:05:46 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/28 04:05:46 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/28 04:05:46 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/28 04:05:46 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/28 04:05:46 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/28 04:05:46 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2026/08/28 04:05:46 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/28 04:05:46 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/08/28 04:05:46 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/28 04:05:46 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/28 04:05:46 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/28 04:05:46 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/28 04:05:46 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/28 04:05:46 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/08/28 04:05:46 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/28 04:05:46 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/28 04:05:46 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/28 04:05:46 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/28 04:05:46 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/28 04:05:46 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/28 04:05:46 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/28 04:05:46 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/28 04:05:46 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/28 04:05:46 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/28 04:05:46 DEBUG : 0015-9;=.txt: transformed to: 0015-9;=.txtSUFFIX 2026/08/28 04:05:46 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/28 04:05:46 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/28 04:05:46 DEBUG : dir1/0000-abcdefg.txt: Need to transfer - File not found at Destination 2026/08/28 04:05:46 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/28 04:05:46 DEBUG : dir1/0001-bcdefgh.txt: Need to transfer - File not found at Destination 2026/08/28 04:05:46 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/28 04:05:46 DEBUG : dir1/0002-cdefghi.txt: Need to transfer - File not found at Destination 2026/08/28 04:05:46 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/28 04:05:46 DEBUG : dir1/0003-defghij.txt: Need to transfer - File not found at Destination 2026/08/28 04:05:46 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/28 04:05:46 DEBUG : dir1/0004-efghijk.txt: Need to transfer - File not found at Destination 2026/08/28 04:05:46 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/28 04:05:46 DEBUG : dir1/0005-fghijkl.txt: Need to transfer - File not found at Destination 2026/08/28 04:05:46 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/08/28 04:05:46 DEBUG : dir1/0006-ghijklm.txt: Need to transfer - File not found at Destination 2026/08/28 04:05:46 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/28 04:05:46 DEBUG : dir1/0007-1234567.txt: Need to transfer - File not found at Destination 2026/08/28 04:05:46 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/28 04:05:46 DEBUG : dir1/0008-2345678.txt: Need to transfer - File not found at Destination 2026/08/28 04:05:46 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/08/28 04:05:46 DEBUG : dir1/0009-3456789.txt: Need to transfer - File not found at Destination 2026/08/28 04:05:46 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2026/08/28 04:05:46 DEBUG : dir1/0010-456789.txt: Need to transfer - File not found at Destination 2026/08/28 04:05:46 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/28 04:05:46 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination 2026/08/28 04:05:46 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/28 04:05:46 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2026/08/28 04:05:46 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/28 04:05:46 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2026/08/28 04:05:46 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/28 04:05:46 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2026/08/28 04:05:46 DEBUG : 0015-9;=.txt: transformed to: 0015-9;=.txtSUFFIX 2026/08/28 04:05:46 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination 2026/08/28 04:05:46 DEBUG : B2 bucket rclone-test-wucebug2fati: Waiting for checks to finish 2026/08/28 04:05:46 DEBUG : B2 bucket rclone-test-wucebug2fati: Waiting for transfers to finish 2026/08/28 04:05:46 DEBUG : bananaSUFFIX: size = 6 OK 2026/08/28 04:05:46 DEBUG : banana: sha1 = 250e77f12a5ab6972a0895d290c4792f0a326ea8 OK 2026/08/28 04:05:46 INFO : banana: Copied (new) to: bananaSUFFIX 2026/08/28 04:05:46 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcdefg.txtSUFFIX 2026/08/28 04:05:46 DEBUG : splitbananasplitSUFFIX: size = 16 OK 2026/08/28 04:05:46 DEBUG : splitbananasplit: sha1 = c045b86d2da0a5c0db76c2e57cc85d98a73d0dfe OK 2026/08/28 04:05:46 INFO : splitbananasplit: Copied (new) to: splitbananasplitSUFFIX 2026/08/28 04:05:46 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX 2026/08/28 04:05:46 DEBUG : appleSUFFIX: size = 5 OK 2026/08/28 04:05:46 DEBUG : apple: sha1 = d0be2dc421be4fcd0172e5afceea3970e2f3d940 OK 2026/08/28 04:05:46 INFO : apple: Copied (new) to: appleSUFFIX 2026/08/28 04:05:46 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX 2026/08/28 04:05:46 DEBUG : dir1/0000-abcdefg.txtSUFFIX: size = 21 OK 2026/08/28 04:05:46 DEBUG : dir1/0000-abcdefg.txt: sha1 = 39cc20a3972ef42585635752f22e809ce7661dd0 OK 2026/08/28 04:05:46 INFO : dir1/0000-abcdefg.txt: Copied (new) to: dir1/0000-abcdefg.txtSUFFIX 2026/08/28 04:05:46 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX 2026/08/28 04:05:46 DEBUG : appleappleapplebananaSUFFIX: size = 21 OK 2026/08/28 04:05:46 DEBUG : appleappleapplebanana: sha1 = d4006cec695294959fc86acc4d86a4a8bd1771d4 OK 2026/08/28 04:05:46 INFO : appleappleapplebanana: Copied (new) to: appleappleapplebananaSUFFIX 2026/08/28 04:05:46 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX 2026/08/28 04:05:46 DEBUG : dir1/0003-defghij.txtSUFFIX: size = 21 OK 2026/08/28 04:05:46 DEBUG : dir1/0003-defghij.txt: sha1 = 6275159262463ab911da879437354a03fc105132 OK 2026/08/28 04:05:46 INFO : dir1/0003-defghij.txt: Copied (new) to: dir1/0003-defghij.txtSUFFIX 2026/08/28 04:05:46 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX 2026/08/28 04:05:46 DEBUG : dir1/0001-bcdefgh.txtSUFFIX: size = 21 OK 2026/08/28 04:05:46 DEBUG : dir1/0001-bcdefgh.txt: sha1 = 13f6ac14c045641af16b93bf99a126efa57a13c0 OK 2026/08/28 04:05:46 INFO : dir1/0001-bcdefgh.txt: Copied (new) to: dir1/0001-bcdefgh.txtSUFFIX 2026/08/28 04:05:46 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX 2026/08/28 04:05:46 DEBUG : dir1/0002-cdefghi.txtSUFFIX: size = 21 OK 2026/08/28 04:05:46 DEBUG : dir1/0002-cdefghi.txt: sha1 = f5271bcb3e6699430d75487a6e002f56f75748d6 OK 2026/08/28 04:05:46 INFO : dir1/0002-cdefghi.txt: Copied (new) to: dir1/0002-cdefghi.txtSUFFIX 2026/08/28 04:05:46 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX 2026/08/28 04:05:47 DEBUG : dir1/0005-fghijkl.txtSUFFIX: size = 21 OK 2026/08/28 04:05:47 DEBUG : dir1/0005-fghijkl.txt: sha1 = 9be5d86eeb571f4bb49cba75a71573bae6d7f9b0 OK 2026/08/28 04:05:47 INFO : dir1/0005-fghijkl.txt: Copied (new) to: dir1/0005-fghijkl.txtSUFFIX 2026/08/28 04:05:47 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX 2026/08/28 04:05:47 DEBUG : dir1/0006-ghijklm.txtSUFFIX: size = 21 OK 2026/08/28 04:05:47 DEBUG : dir1/0006-ghijklm.txt: sha1 = 022b65de02ed02df549dca26b856b83ea957c161 OK 2026/08/28 04:05:47 INFO : dir1/0006-ghijklm.txt: Copied (new) to: dir1/0006-ghijklm.txtSUFFIX 2026/08/28 04:05:47 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX 2026/08/28 04:05:47 DEBUG : dir1/0008-2345678.txtSUFFIX: size = 21 OK 2026/08/28 04:05:47 DEBUG : dir1/0008-2345678.txt: sha1 = 35bd7b0a5af9be4c53d2bf8b53d45f0c4e5d9d07 OK 2026/08/28 04:05:47 INFO : dir1/0008-2345678.txt: Copied (new) to: dir1/0008-2345678.txtSUFFIX 2026/08/28 04:05:47 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX 2026/08/28 04:05:47 DEBUG : dir1/0007-1234567.txtSUFFIX: size = 21 OK 2026/08/28 04:05:47 DEBUG : dir1/0007-1234567.txt: sha1 = f65b28e19d4af11accc4c96ab412abe037842afc OK 2026/08/28 04:05:47 INFO : dir1/0007-1234567.txt: Copied (new) to: dir1/0007-1234567.txtSUFFIX 2026/08/28 04:05:47 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX 2026/08/28 04:05:47 DEBUG : dir1/0004-efghijk.txtSUFFIX: size = 21 OK 2026/08/28 04:05:47 DEBUG : dir1/0004-efghijk.txt: sha1 = 8a6e3a10e2778fd7a449c0ddeff0e60b99b818f6 OK 2026/08/28 04:05:47 INFO : dir1/0004-efghijk.txt: Copied (new) to: dir1/0004-efghijk.txtSUFFIX 2026/08/28 04:05:47 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX 2026/08/28 04:05:47 DEBUG : dir1/0010-456789.txtSUFFIX: size = 20 OK 2026/08/28 04:05:47 DEBUG : dir1/0010-456789.txt: sha1 = ef1ccb5339c5b9d3b78cdb41937cb754674521e9 OK 2026/08/28 04:05:47 INFO : dir1/0010-456789.txt: Copied (new) to: dir1/0010-456789.txtSUFFIX 2026/08/28 04:05:47 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX 2026/08/28 04:05:47 DEBUG : dir1/0011-56789;.txtSUFFIX: size = 20 OK 2026/08/28 04:05:47 DEBUG : dir1/0011-56789;.txt: sha1 = ce6baa1459a8f1c8daeca41dccc499a5a7f9d342 OK 2026/08/28 04:05:47 INFO : dir1/0011-56789;.txt: Copied (new) to: dir1/0011-56789;.txtSUFFIX 2026/08/28 04:05:47 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX 2026/08/28 04:05:47 DEBUG : dir1/0009-3456789.txtSUFFIX: size = 21 OK 2026/08/28 04:05:47 DEBUG : dir1/0009-3456789.txt: sha1 = cf20fbc0bb51b0e93dd849f5493167c827e103dc OK 2026/08/28 04:05:47 INFO : dir1/0009-3456789.txt: Copied (new) to: dir1/0009-3456789.txtSUFFIX 2026/08/28 04:05:47 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX 2026/08/28 04:05:47 DEBUG : dir1/0013-789;=.txtSUFFIX: size = 19 OK 2026/08/28 04:05:47 DEBUG : dir1/0013-789;=.txt: sha1 = 957e831070085d71b655c9afa66b8e0cb86662b3 OK 2026/08/28 04:05:47 INFO : dir1/0013-789;=.txt: Copied (new) to: dir1/0013-789;=.txtSUFFIX 2026/08/28 04:05:47 DEBUG : dir1/0012-6789;.txtSUFFIX: size = 19 OK 2026/08/28 04:05:47 DEBUG : dir1/0012-6789;.txt: sha1 = 41938da9b0f9799a9c96dea5682322b6b7607058 OK 2026/08/28 04:05:47 INFO : dir1/0012-6789;.txt: Copied (new) to: dir1/0012-6789;.txtSUFFIX 2026/08/28 04:05:47 DEBUG : dir1/0015-9;=.txtSUFFIX: size = 17 OK 2026/08/28 04:05:47 DEBUG : dir1/0015-9;=.txt: sha1 = 2a0afde94c232e5cb80d07261acf840a4a5f0143 OK 2026/08/28 04:05:47 INFO : dir1/0015-9;=.txt: Copied (new) to: dir1/0015-9;=.txtSUFFIX 2026/08/28 04:05:47 DEBUG : dir1/0014-89;=.txtSUFFIX: size = 18 OK 2026/08/28 04:05:47 DEBUG : dir1/0014-89;=.txt: sha1 = 6f88327b529855962672012b6f4fc01033c31ec0 OK 2026/08/28 04:05:47 INFO : dir1/0014-89;=.txt: Copied (new) to: dir1/0014-89;=.txtSUFFIX 2026/08/28 04:05:47 DEBUG : Waiting for deletions to finish 2026/08/28 04:05:48 INFO : dir1/0010-456789.txt: Deleted 2026/08/28 04:05:48 INFO : dir1/0006-ghijklm.txt: Deleted 2026/08/28 04:05:48 INFO : dir1/0000-abcdefg.txt: Deleted 2026/08/28 04:05:48 INFO : dir1/0013-789;=.txt: Deleted 2026/08/28 04:05:48 INFO : appleappleapplebanana: Deleted 2026/08/28 04:05:48 INFO : dir1/0007-1234567.txt: Deleted 2026/08/28 04:05:48 INFO : dir1/0004-efghijk.txt: Deleted 2026/08/28 04:05:48 INFO : dir1/0009-3456789.txt: Deleted 2026/08/28 04:05:48 INFO : dir1/0014-89;=.txt: Deleted 2026/08/28 04:05:48 INFO : dir1/0001-bcdefgh.txt: Deleted 2026/08/28 04:05:48 INFO : dir1/0005-fghijkl.txt: Deleted 2026/08/28 04:05:48 INFO : dir1/0011-56789;.txt: Deleted 2026/08/28 04:05:48 INFO : dir1/0002-cdefghi.txt: Deleted 2026/08/28 04:05:48 INFO : dir1/0008-2345678.txt: Deleted 2026/08/28 04:05:48 INFO : dir1/0012-6789;.txt: Deleted 2026/08/28 04:05:48 INFO : dir1/0015-9;=.txt: Deleted 2026/08/28 04:05:48 INFO : apple: Deleted 2026/08/28 04:05:48 INFO : banana: Deleted 2026/08/28 04:05:48 INFO : splitbananasplit: Deleted 2026/08/28 04:05:48 INFO : dir1/0003-defghij.txt: Deleted 2026/08/28 04:05:48 DEBUG : Waiting for deletions to finish 2026/08/28 04:05:48 DEBUG : appleSUFFIX: Excluded (Path Filter) 2026/08/28 04:05:48 DEBUG : appleappleapplebananaSUFFIX: Excluded (Path Filter) 2026/08/28 04:05:48 DEBUG : bananaSUFFIX: Excluded (Path Filter) 2026/08/28 04:05:48 DEBUG : dir1/0000-abcdefg.txtSUFFIX: Excluded (Path Filter) 2026/08/28 04:05:48 DEBUG : dir1/0001-bcdefgh.txtSUFFIX: Excluded (Path Filter) 2026/08/28 04:05:48 DEBUG : dir1/0002-cdefghi.txtSUFFIX: Excluded (Path Filter) 2026/08/28 04:05:48 DEBUG : dir1/0003-defghij.txtSUFFIX: Excluded (Path Filter) 2026/08/28 04:05:48 DEBUG : dir1/0004-efghijk.txtSUFFIX: Excluded (Path Filter) 2026/08/28 04:05:48 DEBUG : dir1/0005-fghijkl.txtSUFFIX: Excluded (Path Filter) 2026/08/28 04:05:48 DEBUG : dir1/0006-ghijklm.txtSUFFIX: Excluded (Path Filter) 2026/08/28 04:05:48 DEBUG : dir1/0007-1234567.txtSUFFIX: Excluded (Path Filter) 2026/08/28 04:05:48 DEBUG : dir1/0008-2345678.txtSUFFIX: Excluded (Path Filter) 2026/08/28 04:05:48 DEBUG : dir1/0009-3456789.txtSUFFIX: Excluded (Path Filter) 2026/08/28 04:05:48 DEBUG : dir1/0010-456789.txtSUFFIX: Excluded (Path Filter) 2026/08/28 04:05:48 DEBUG : dir1/0011-56789;.txtSUFFIX: Excluded (Path Filter) 2026/08/28 04:05:48 DEBUG : dir1/0012-6789;.txtSUFFIX: Excluded (Path Filter) 2026/08/28 04:05:48 DEBUG : dir1/0013-789;=.txtSUFFIX: Excluded (Path Filter) 2026/08/28 04:05:48 DEBUG : dir1/0014-89;=.txtSUFFIX: Excluded (Path Filter) 2026/08/28 04:05:48 DEBUG : dir1/0015-9;=.txtSUFFIX: Excluded (Path Filter) 2026/08/28 04:05:48 DEBUG : splitbananasplitSUFFIX: Excluded (Path Filter) 2026/08/28 04:05:49 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX 2026/08/28 04:05:49 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcdefg.txtSUFFIX 2026/08/28 04:05:49 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX 2026/08/28 04:05:49 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX 2026/08/28 04:05:49 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX 2026/08/28 04:05:49 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX 2026/08/28 04:05:49 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX 2026/08/28 04:05:49 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX 2026/08/28 04:05:49 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX 2026/08/28 04:05:49 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX 2026/08/28 04:05:49 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX 2026/08/28 04:05:49 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX 2026/08/28 04:05:49 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX 2026/08/28 04:05:49 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX 2026/08/28 04:05:49 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX 2026/08/28 04:05:49 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX 2026/08/28 04:05:49 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX 2026/08/28 04:05:49 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX 2026/08/28 04:05:49 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX 2026/08/28 04:05:49 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX 2026/08/28 04:05:49 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX 2026/08/28 04:05:49 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX 2026/08/28 04:05:49 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX 2026/08/28 04:05:49 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX 2026/08/28 04:05:49 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX 2026/08/28 04:05:49 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX 2026/08/28 04:05:49 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX 2026/08/28 04:05:49 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX 2026/08/28 04:05:49 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX 2026/08/28 04:05:49 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX 2026/08/28 04:05:49 DEBUG : apple: transformed to: appleSUFFIX 2026/08/28 04:05:49 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX 2026/08/28 04:05:49 DEBUG : apple: transformed to: appleSUFFIX 2026/08/28 04:05:49 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX 2026/08/28 04:05:49 DEBUG : apple: transformed to: appleSUFFIX 2026/08/28 04:05:49 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX 2026/08/28 04:05:49 DEBUG : apple: transformed to: appleSUFFIX 2026/08/28 04:05:49 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX 2026/08/28 04:05:49 DEBUG : apple: transformed to: appleSUFFIX 2026/08/28 04:05:49 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX 2026/08/28 04:05:49 DEBUG : apple: transformed to: appleSUFFIX 2026/08/28 04:05:49 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX 2026/08/28 04:05:49 DEBUG : apple: transformed to: appleSUFFIX 2026/08/28 04:05:49 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX 2026/08/28 04:05:49 DEBUG : apple: transformed to: appleSUFFIX 2026/08/28 04:05:49 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX 2026/08/28 04:05:49 DEBUG : apple: transformed to: appleSUFFIX 2026/08/28 04:05:49 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX 2026/08/28 04:05:49 DEBUG : apple: transformed to: appleSUFFIX 2026/08/28 04:05:49 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX 2026/08/28 04:05:49 DEBUG : apple: transformed to: appleSUFFIX 2026/08/28 04:05:49 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX 2026/08/28 04:05:49 DEBUG : apple: transformed to: appleSUFFIX 2026/08/28 04:05:49 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX 2026/08/28 04:05:49 DEBUG : apple: transformed to: appleSUFFIX 2026/08/28 04:05:49 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX 2026/08/28 04:05:49 DEBUG : apple: transformed to: appleSUFFIX 2026/08/28 04:05:49 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX 2026/08/28 04:05:49 DEBUG : apple: transformed to: appleSUFFIX 2026/08/28 04:05:49 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX 2026/08/28 04:05:49 DEBUG : apple: transformed to: appleSUFFIX 2026/08/28 04:05:49 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcdefg.txtSUFFIX 2026/08/28 04:05:49 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/28 04:05:49 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX 2026/08/28 04:05:49 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/28 04:05:49 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX 2026/08/28 04:05:49 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/28 04:05:49 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX 2026/08/28 04:05:49 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/28 04:05:49 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX 2026/08/28 04:05:49 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/28 04:05:49 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX 2026/08/28 04:05:49 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/28 04:05:49 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX 2026/08/28 04:05:49 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/28 04:05:49 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX 2026/08/28 04:05:49 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/28 04:05:49 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX 2026/08/28 04:05:49 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/28 04:05:49 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX 2026/08/28 04:05:49 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/28 04:05:49 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX 2026/08/28 04:05:49 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/28 04:05:49 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX 2026/08/28 04:05:49 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/28 04:05:49 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX 2026/08/28 04:05:49 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/28 04:05:49 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX 2026/08/28 04:05:49 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/28 04:05:49 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX 2026/08/28 04:05:49 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/28 04:05:49 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX 2026/08/28 04:05:49 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/28 04:05:49 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcdefg.txtSUFFIX 2026/08/28 04:05:49 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/28 04:05:49 DEBUG : apple: transformed to: appleSUFFIX 2026/08/28 04:05:49 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/28 04:05:49 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX 2026/08/28 04:05:49 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/28 04:05:49 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX 2026/08/28 04:05:49 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/28 04:05:49 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX 2026/08/28 04:05:49 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/28 04:05:49 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX 2026/08/28 04:05:49 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/28 04:05:49 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX 2026/08/28 04:05:49 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/28 04:05:49 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX 2026/08/28 04:05:49 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/28 04:05:49 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX 2026/08/28 04:05:49 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/28 04:05:49 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX 2026/08/28 04:05:49 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/28 04:05:49 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX 2026/08/28 04:05:49 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/28 04:05:49 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX 2026/08/28 04:05:49 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/28 04:05:49 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX 2026/08/28 04:05:49 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/28 04:05:49 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX 2026/08/28 04:05:49 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/28 04:05:49 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX 2026/08/28 04:05:49 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/28 04:05:49 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX 2026/08/28 04:05:49 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/28 04:05:49 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX 2026/08/28 04:05:49 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/28 04:05:49 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcdefg.txtSUFFIX 2026/08/28 04:05:49 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/28 04:05:49 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/28 04:05:49 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/28 04:05:49 DEBUG : apple: transformed to: appleSUFFIX 2026/08/28 04:05:49 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2026/08/28 04:05:49 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX 2026/08/28 04:05:49 DEBUG : apple: transformed to: appleSUFFIX 2026/08/28 04:05:49 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/28 04:05:49 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/28 04:05:49 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcdefg.txtSUFFIX 2026/08/28 04:05:49 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX 2026/08/28 04:05:49 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX 2026/08/28 04:05:49 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX 2026/08/28 04:05:49 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX 2026/08/28 04:05:49 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX 2026/08/28 04:05:49 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX 2026/08/28 04:05:49 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX 2026/08/28 04:05:49 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX 2026/08/28 04:05:49 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX 2026/08/28 04:05:49 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX 2026/08/28 04:05:49 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX 2026/08/28 04:05:49 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX 2026/08/28 04:05:49 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX 2026/08/28 04:05:49 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX 2026/08/28 04:05:49 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX 2026/08/28 04:05:49 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2026/08/28 04:05:49 DEBUG : apple: Need to transfer - File not found at Destination 2026/08/28 04:05:49 DEBUG : appleappleapplebanana: Need to transfer - File not found at Destination 2026/08/28 04:05:49 DEBUG : banana: Need to transfer - File not found at Destination 2026/08/28 04:05:49 DEBUG : splitbananasplit: Need to transfer - File not found at Destination 2026/08/28 04:05:49 DEBUG : dir1/0000-abcdefg.txt: Need to transfer - File not found at Destination 2026/08/28 04:05:49 DEBUG : dir1/0001-bcdefgh.txt: Need to transfer - File not found at Destination 2026/08/28 04:05:49 DEBUG : dir1/0002-cdefghi.txt: Need to transfer - File not found at Destination 2026/08/28 04:05:49 DEBUG : dir1/0003-defghij.txt: Need to transfer - File not found at Destination 2026/08/28 04:05:49 DEBUG : dir1/0004-efghijk.txt: Need to transfer - File not found at Destination 2026/08/28 04:05:49 DEBUG : dir1/0005-fghijkl.txt: Need to transfer - File not found at Destination 2026/08/28 04:05:49 DEBUG : dir1/0006-ghijklm.txt: Need to transfer - File not found at Destination 2026/08/28 04:05:49 DEBUG : dir1/0007-1234567.txt: Need to transfer - File not found at Destination 2026/08/28 04:05:49 DEBUG : dir1/0008-2345678.txt: Need to transfer - File not found at Destination 2026/08/28 04:05:49 DEBUG : dir1/0009-3456789.txt: Need to transfer - File not found at Destination 2026/08/28 04:05:49 DEBUG : dir1/0010-456789.txt: Need to transfer - File not found at Destination 2026/08/28 04:05:49 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination 2026/08/28 04:05:49 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2026/08/28 04:05:49 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2026/08/28 04:05:49 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2026/08/28 04:05:49 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination 2026/08/28 04:05:49 DEBUG : B2 bucket rclone-test-wucebug2fati: Waiting for checks to finish 2026/08/28 04:05:49 DEBUG : B2 bucket rclone-test-wucebug2fati: Waiting for transfers to finish 2026/08/28 04:05:49 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/28 04:05:49 DEBUG : appleappleapplebanana: sha1 = d4006cec695294959fc86acc4d86a4a8bd1771d4 OK 2026/08/28 04:05:49 INFO : appleappleapplebanana: Copied (new) 2026/08/28 04:05:49 DEBUG : banana: size = 6 OK 2026/08/28 04:05:49 DEBUG : banana: sha1 = 250e77f12a5ab6972a0895d290c4792f0a326ea8 OK 2026/08/28 04:05:49 INFO : banana: Copied (new) 2026/08/28 04:05:49 DEBUG : apple: size = 5 OK 2026/08/28 04:05:49 DEBUG : apple: sha1 = d0be2dc421be4fcd0172e5afceea3970e2f3d940 OK 2026/08/28 04:05:49 INFO : apple: Copied (new) 2026/08/28 04:05:49 DEBUG : splitbananasplit: size = 16 OK 2026/08/28 04:05:49 DEBUG : splitbananasplit: sha1 = c045b86d2da0a5c0db76c2e57cc85d98a73d0dfe OK 2026/08/28 04:05:49 INFO : splitbananasplit: Copied (new) 2026/08/28 04:05:49 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/28 04:05:49 DEBUG : dir1/0000-abcdefg.txt: sha1 = 39cc20a3972ef42585635752f22e809ce7661dd0 OK 2026/08/28 04:05:49 INFO : dir1/0000-abcdefg.txt: Copied (new) 2026/08/28 04:05:49 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/28 04:05:49 DEBUG : dir1/0001-bcdefgh.txt: sha1 = 13f6ac14c045641af16b93bf99a126efa57a13c0 OK 2026/08/28 04:05:49 INFO : dir1/0001-bcdefgh.txt: Copied (new) 2026/08/28 04:05:49 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/28 04:05:49 DEBUG : dir1/0002-cdefghi.txt: sha1 = f5271bcb3e6699430d75487a6e002f56f75748d6 OK 2026/08/28 04:05:49 INFO : dir1/0002-cdefghi.txt: Copied (new) 2026/08/28 04:05:49 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/28 04:05:49 DEBUG : dir1/0003-defghij.txt: sha1 = 6275159262463ab911da879437354a03fc105132 OK 2026/08/28 04:05:49 INFO : dir1/0003-defghij.txt: Copied (new) 2026/08/28 04:05:49 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/28 04:05:49 DEBUG : dir1/0004-efghijk.txt: sha1 = 8a6e3a10e2778fd7a449c0ddeff0e60b99b818f6 OK 2026/08/28 04:05:49 INFO : dir1/0004-efghijk.txt: Copied (new) 2026/08/28 04:05:49 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/28 04:05:49 DEBUG : dir1/0005-fghijkl.txt: sha1 = 9be5d86eeb571f4bb49cba75a71573bae6d7f9b0 OK 2026/08/28 04:05:49 INFO : dir1/0005-fghijkl.txt: Copied (new) 2026/08/28 04:05:49 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/28 04:05:49 DEBUG : dir1/0006-ghijklm.txt: sha1 = 022b65de02ed02df549dca26b856b83ea957c161 OK 2026/08/28 04:05:49 INFO : dir1/0006-ghijklm.txt: Copied (new) 2026/08/28 04:05:49 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/28 04:05:49 DEBUG : dir1/0007-1234567.txt: sha1 = f65b28e19d4af11accc4c96ab412abe037842afc OK 2026/08/28 04:05:49 INFO : dir1/0007-1234567.txt: Copied (new) 2026/08/28 04:05:50 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/28 04:05:50 DEBUG : dir1/0008-2345678.txt: sha1 = 35bd7b0a5af9be4c53d2bf8b53d45f0c4e5d9d07 OK 2026/08/28 04:05:50 INFO : dir1/0008-2345678.txt: Copied (new) 2026/08/28 04:05:50 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/28 04:05:50 DEBUG : dir1/0009-3456789.txt: sha1 = cf20fbc0bb51b0e93dd849f5493167c827e103dc OK 2026/08/28 04:05:50 INFO : dir1/0009-3456789.txt: Copied (new) 2026/08/28 04:05:50 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/28 04:05:50 DEBUG : dir1/0010-456789.txt: sha1 = ef1ccb5339c5b9d3b78cdb41937cb754674521e9 OK 2026/08/28 04:05:50 INFO : dir1/0010-456789.txt: Copied (new) 2026/08/28 04:05:50 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/28 04:05:50 DEBUG : dir1/0011-56789;.txt: sha1 = ce6baa1459a8f1c8daeca41dccc499a5a7f9d342 OK 2026/08/28 04:05:50 INFO : dir1/0011-56789;.txt: Copied (new) 2026/08/28 04:05:50 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/28 04:05:50 DEBUG : dir1/0013-789;=.txt: sha1 = 957e831070085d71b655c9afa66b8e0cb86662b3 OK 2026/08/28 04:05:50 INFO : dir1/0013-789;=.txt: Copied (new) 2026/08/28 04:05:50 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/28 04:05:50 DEBUG : dir1/0012-6789;.txt: sha1 = 41938da9b0f9799a9c96dea5682322b6b7607058 OK 2026/08/28 04:05:50 INFO : dir1/0012-6789;.txt: Copied (new) 2026/08/28 04:05:50 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/28 04:05:50 DEBUG : dir1/0014-89;=.txt: sha1 = 6f88327b529855962672012b6f4fc01033c31ec0 OK 2026/08/28 04:05:50 INFO : dir1/0014-89;=.txt: Copied (new) 2026/08/28 04:05:50 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/28 04:05:50 DEBUG : dir1/0015-9;=.txt: sha1 = 2a0afde94c232e5cb80d07261acf840a4a5f0143 OK 2026/08/28 04:05:50 INFO : dir1/0015-9;=.txt: Copied (new) 2026/08/28 04:05:50 DEBUG : Waiting for deletions to finish 2026/08/28 04:05:50 INFO : appleappleapplebananaSUFFIX: Deleted 2026/08/28 04:05:50 INFO : dir1/0006-ghijklm.txtSUFFIX: Deleted 2026/08/28 04:05:50 INFO : appleSUFFIX: Deleted 2026/08/28 04:05:50 INFO : dir1/0002-cdefghi.txtSUFFIX: Deleted 2026/08/28 04:05:50 INFO : splitbananasplitSUFFIX: Deleted 2026/08/28 04:05:50 INFO : dir1/0001-bcdefgh.txtSUFFIX: Deleted 2026/08/28 04:05:50 INFO : dir1/0003-defghij.txtSUFFIX: Deleted 2026/08/28 04:05:50 INFO : dir1/0004-efghijk.txtSUFFIX: Deleted 2026/08/28 04:05:50 INFO : dir1/0008-2345678.txtSUFFIX: Deleted 2026/08/28 04:05:50 INFO : dir1/0009-3456789.txtSUFFIX: Deleted 2026/08/28 04:05:50 INFO : dir1/0011-56789;.txtSUFFIX: Deleted 2026/08/28 04:05:50 INFO : dir1/0000-abcdefg.txtSUFFIX: Deleted 2026/08/28 04:05:50 INFO : dir1/0010-456789.txtSUFFIX: Deleted 2026/08/28 04:05:50 INFO : dir1/0012-6789;.txtSUFFIX: Deleted 2026/08/28 04:05:50 INFO : dir1/0013-789;=.txtSUFFIX: Deleted 2026/08/28 04:05:50 INFO : dir1/0014-89;=.txtSUFFIX: Deleted 2026/08/28 04:05:50 INFO : dir1/0015-9;=.txtSUFFIX: Deleted 2026/08/28 04:05:50 INFO : bananaSUFFIX: Deleted 2026/08/28 04:05:50 INFO : dir1/0005-fghijkl.txtSUFFIX: Deleted 2026/08/28 04:05:50 INFO : dir1/0007-1234567.txtSUFFIX: Deleted 2026/08/28 04:05:50 DEBUG : Waiting for deletions to finish 2026/08/28 04:05:51 DEBUG : apple: Excluded (Path Filter) 2026/08/28 04:05:51 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/28 04:05:51 DEBUG : banana: Excluded (Path Filter) 2026/08/28 04:05:51 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/28 04:05:51 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/28 04:05:51 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/28 04:05:51 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/28 04:05:51 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/28 04:05:51 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/28 04:05:51 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/28 04:05:51 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/28 04:05:51 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/28 04:05:51 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/28 04:05:51 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/28 04:05:51 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/28 04:05:51 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/28 04:05:51 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/28 04:05:51 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/28 04:05:51 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/28 04:05:51 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/28 04:05:51 DEBUG : Waiting for deletions to finish 2026/08/28 04:05:51 DEBUG : apple: Excluded (Path Filter) 2026/08/28 04:05:51 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/28 04:05:51 DEBUG : banana: Excluded (Path Filter) 2026/08/28 04:05:51 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/28 04:05:51 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/28 04:05:51 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/28 04:05:51 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/28 04:05:51 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/28 04:05:51 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/28 04:05:51 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/28 04:05:51 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/28 04:05:51 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/28 04:05:51 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/28 04:05:51 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/28 04:05:51 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/28 04:05:51 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/28 04:05:51 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/28 04:05:51 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/28 04:05:51 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/28 04:05:51 DEBUG : splitbananasplit: Excluded (Path Filter) === RUN TestTransform/truncate run.go:198: Remote "B2 bucket rclone-test-wucebug2fati", Local "Local file system at /tmp/rclone988977894", Modify Window "1ms" 2026/08/28 04:06:01 DEBUG : Waiting for deletions to finish 2026/08/28 04:06:01 DEBUG : apple: Excluded (Path Filter) 2026/08/28 04:06:01 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/28 04:06:01 DEBUG : banana: Excluded (Path Filter) 2026/08/28 04:06:01 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/28 04:06:01 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/28 04:06:01 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/28 04:06:01 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/28 04:06:01 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/28 04:06:01 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/28 04:06:01 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/28 04:06:01 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/28 04:06:01 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/28 04:06:01 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/28 04:06:01 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/28 04:06:01 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/28 04:06:01 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/28 04:06:01 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/28 04:06:01 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/28 04:06:01 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/28 04:06:01 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/28 04:06:02 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/28 04:06:02 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/28 04:06:02 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/28 04:06:02 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/28 04:06:02 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/28 04:06:02 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/28 04:06:02 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/28 04:06:02 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/28 04:06:02 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/28 04:06:02 DEBUG : appleappleapplebanana: Need to transfer - File not found at Destination 2026/08/28 04:06:02 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/28 04:06:02 DEBUG : splitbananasplit: Need to transfer - File not found at Destination 2026/08/28 04:06:02 DEBUG : apple: size = 5 OK 2026/08/28 04:06:02 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:06:02 DEBUG : apple: Unchanged skipping 2026/08/28 04:06:02 DEBUG : banana: size = 6 OK 2026/08/28 04:06:02 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:06:02 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/28 04:06:02 DEBUG : banana: Unchanged skipping 2026/08/28 04:06:02 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/28 04:06:02 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/28 04:06:02 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/28 04:06:02 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/28 04:06:02 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/28 04:06:02 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/28 04:06:02 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/28 04:06:02 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/28 04:06:02 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/28 04:06:02 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/28 04:06:02 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/28 04:06:02 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/28 04:06:02 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/28 04:06:02 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/28 04:06:02 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/28 04:06:02 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/28 04:06:02 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/28 04:06:02 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/28 04:06:02 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/28 04:06:02 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/28 04:06:02 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/28 04:06:02 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/28 04:06:02 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/28 04:06:02 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/28 04:06:02 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/28 04:06:02 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/28 04:06:02 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/28 04:06:02 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/28 04:06:02 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/28 04:06:02 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/28 04:06:02 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/28 04:06:02 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/28 04:06:02 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/28 04:06:02 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/28 04:06:02 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/28 04:06:02 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/28 04:06:02 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/28 04:06:02 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/28 04:06:02 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/28 04:06:02 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/28 04:06:02 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/28 04:06:02 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/28 04:06:02 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/28 04:06:02 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/28 04:06:02 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/28 04:06:02 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/28 04:06:02 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/28 04:06:02 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/28 04:06:02 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/28 04:06:02 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/28 04:06:02 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/28 04:06:02 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/28 04:06:02 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/28 04:06:02 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/28 04:06:02 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/28 04:06:02 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/28 04:06:02 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/28 04:06:02 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/28 04:06:02 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/28 04:06:02 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/28 04:06:02 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/28 04:06:02 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/28 04:06:02 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/28 04:06:02 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/28 04:06:02 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/28 04:06:02 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/28 04:06:02 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/28 04:06:02 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/28 04:06:02 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/28 04:06:02 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/28 04:06:02 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/28 04:06:02 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/28 04:06:02 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/28 04:06:02 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/28 04:06:02 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/28 04:06:02 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/28 04:06:02 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/28 04:06:02 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/28 04:06:02 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/28 04:06:02 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/28 04:06:02 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/28 04:06:02 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/28 04:06:02 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/28 04:06:02 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/28 04:06:02 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/28 04:06:02 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/28 04:06:02 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/28 04:06:02 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/28 04:06:02 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/28 04:06:02 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/28 04:06:02 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/28 04:06:02 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/28 04:06:02 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/28 04:06:02 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/28 04:06:02 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/28 04:06:02 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/28 04:06:02 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/28 04:06:02 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/28 04:06:02 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/28 04:06:02 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/28 04:06:02 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/28 04:06:02 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/28 04:06:02 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/28 04:06:02 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/28 04:06:02 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/28 04:06:02 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/28 04:06:02 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/28 04:06:02 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/28 04:06:02 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/28 04:06:02 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/28 04:06:02 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/28 04:06:02 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/28 04:06:02 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/28 04:06:02 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/28 04:06:02 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/28 04:06:02 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/28 04:06:02 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/28 04:06:02 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/28 04:06:02 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/28 04:06:02 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/28 04:06:02 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/28 04:06:02 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/28 04:06:02 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/28 04:06:02 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/28 04:06:02 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/28 04:06:02 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/28 04:06:02 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/28 04:06:02 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/28 04:06:02 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/28 04:06:02 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/28 04:06:02 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/28 04:06:02 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/28 04:06:02 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/28 04:06:02 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/28 04:06:02 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/28 04:06:02 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/28 04:06:02 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/28 04:06:02 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/28 04:06:02 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/28 04:06:02 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/28 04:06:02 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/28 04:06:02 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/28 04:06:02 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/28 04:06:02 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/28 04:06:02 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/28 04:06:02 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/28 04:06:02 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/28 04:06:02 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/28 04:06:02 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/28 04:06:02 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/28 04:06:02 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/28 04:06:02 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/28 04:06:02 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/28 04:06:02 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/28 04:06:02 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/28 04:06:02 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/28 04:06:02 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/28 04:06:02 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/28 04:06:02 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/28 04:06:02 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/28 04:06:02 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/28 04:06:02 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/28 04:06:02 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/28 04:06:02 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/28 04:06:02 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/28 04:06:02 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/28 04:06:02 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/28 04:06:02 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/28 04:06:02 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/28 04:06:02 DEBUG : 0015-9;=.txt: transformed to: 0015-9;=.t 2026/08/28 04:06:02 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/28 04:06:02 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/28 04:06:02 DEBUG : dir1/0000-abcdefg.txt: Need to transfer - File not found at Destination 2026/08/28 04:06:02 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/28 04:06:02 DEBUG : dir1/0001-bcdefgh.txt: Need to transfer - File not found at Destination 2026/08/28 04:06:02 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/28 04:06:02 DEBUG : dir1/0002-cdefghi.txt: Need to transfer - File not found at Destination 2026/08/28 04:06:02 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/28 04:06:02 DEBUG : dir1/0003-defghij.txt: Need to transfer - File not found at Destination 2026/08/28 04:06:02 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/28 04:06:02 DEBUG : dir1/0004-efghijk.txt: Need to transfer - File not found at Destination 2026/08/28 04:06:02 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/28 04:06:02 DEBUG : dir1/0005-fghijkl.txt: Need to transfer - File not found at Destination 2026/08/28 04:06:02 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/28 04:06:02 DEBUG : dir1/0006-ghijklm.txt: Need to transfer - File not found at Destination 2026/08/28 04:06:02 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/28 04:06:02 DEBUG : dir1/0007-1234567.txt: Need to transfer - File not found at Destination 2026/08/28 04:06:02 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/28 04:06:02 DEBUG : dir1/0008-2345678.txt: Need to transfer - File not found at Destination 2026/08/28 04:06:02 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/28 04:06:02 DEBUG : dir1/0009-3456789.txt: Need to transfer - File not found at Destination 2026/08/28 04:06:02 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/28 04:06:02 DEBUG : dir1/0010-456789.txt: Need to transfer - File not found at Destination 2026/08/28 04:06:02 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/28 04:06:02 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination 2026/08/28 04:06:02 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/28 04:06:02 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/08/28 04:06:02 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2026/08/28 04:06:02 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/28 04:06:02 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2026/08/28 04:06:02 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/28 04:06:02 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2026/08/28 04:06:02 DEBUG : 0015-9;=.txt: transformed to: 0015-9;=.t 2026/08/28 04:06:02 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/08/28 04:06:02 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination 2026/08/28 04:06:02 DEBUG : B2 bucket rclone-test-wucebug2fati: Waiting for checks to finish 2026/08/28 04:06:02 DEBUG : B2 bucket rclone-test-wucebug2fati: Waiting for transfers to finish 2026/08/28 04:06:02 DEBUG : appleapple: size = 21 OK 2026/08/28 04:06:02 DEBUG : appleappleapplebanana: sha1 = d4006cec695294959fc86acc4d86a4a8bd1771d4 OK 2026/08/28 04:06:02 INFO : appleappleapplebanana: Copied (new) to: appleapple 2026/08/28 04:06:02 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/08/28 04:06:02 DEBUG : splitbanan: size = 16 OK 2026/08/28 04:06:02 DEBUG : splitbananasplit: sha1 = c045b86d2da0a5c0db76c2e57cc85d98a73d0dfe OK 2026/08/28 04:06:02 INFO : splitbananasplit: Copied (new) to: splitbanan 2026/08/28 04:06:02 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/08/28 04:06:02 DEBUG : dir1/0000-abcde: size = 21 OK 2026/08/28 04:06:02 DEBUG : dir1/0000-abcdefg.txt: sha1 = 39cc20a3972ef42585635752f22e809ce7661dd0 OK 2026/08/28 04:06:02 INFO : dir1/0000-abcdefg.txt: Copied (new) to: dir1/0000-abcde 2026/08/28 04:06:02 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/08/28 04:06:02 DEBUG : dir1/0001-bcdef: size = 21 OK 2026/08/28 04:06:02 DEBUG : dir1/0001-bcdefgh.txt: sha1 = 13f6ac14c045641af16b93bf99a126efa57a13c0 OK 2026/08/28 04:06:02 INFO : dir1/0001-bcdefgh.txt: Copied (new) to: dir1/0001-bcdef 2026/08/28 04:06:02 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/08/28 04:06:02 DEBUG : dir1/0002-cdefg: size = 21 OK 2026/08/28 04:06:02 DEBUG : dir1/0002-cdefghi.txt: sha1 = f5271bcb3e6699430d75487a6e002f56f75748d6 OK 2026/08/28 04:06:02 INFO : dir1/0002-cdefghi.txt: Copied (new) to: dir1/0002-cdefg 2026/08/28 04:06:02 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/08/28 04:06:02 DEBUG : dir1/0003-defgh: size = 21 OK 2026/08/28 04:06:02 DEBUG : dir1/0003-defghij.txt: sha1 = 6275159262463ab911da879437354a03fc105132 OK 2026/08/28 04:06:02 INFO : dir1/0003-defghij.txt: Copied (new) to: dir1/0003-defgh 2026/08/28 04:06:02 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/08/28 04:06:02 DEBUG : dir1/0004-efghi: size = 21 OK 2026/08/28 04:06:02 DEBUG : dir1/0004-efghijk.txt: sha1 = 8a6e3a10e2778fd7a449c0ddeff0e60b99b818f6 OK 2026/08/28 04:06:02 INFO : dir1/0004-efghijk.txt: Copied (new) to: dir1/0004-efghi 2026/08/28 04:06:02 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/08/28 04:06:02 DEBUG : dir1/0005-fghij: size = 21 OK 2026/08/28 04:06:02 DEBUG : dir1/0005-fghijkl.txt: sha1 = 9be5d86eeb571f4bb49cba75a71573bae6d7f9b0 OK 2026/08/28 04:06:02 INFO : dir1/0005-fghijkl.txt: Copied (new) to: dir1/0005-fghij 2026/08/28 04:06:02 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/08/28 04:06:02 DEBUG : dir1/0006-ghijk: size = 21 OK 2026/08/28 04:06:02 DEBUG : dir1/0006-ghijklm.txt: sha1 = 022b65de02ed02df549dca26b856b83ea957c161 OK 2026/08/28 04:06:02 INFO : dir1/0006-ghijklm.txt: Copied (new) to: dir1/0006-ghijk 2026/08/28 04:06:02 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/08/28 04:06:02 DEBUG : dir1/0007-12345: size = 21 OK 2026/08/28 04:06:02 DEBUG : dir1/0007-1234567.txt: sha1 = f65b28e19d4af11accc4c96ab412abe037842afc OK 2026/08/28 04:06:02 INFO : dir1/0007-1234567.txt: Copied (new) to: dir1/0007-12345 2026/08/28 04:06:02 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/08/28 04:06:02 DEBUG : dir1/0008-23456: size = 21 OK 2026/08/28 04:06:02 DEBUG : dir1/0008-2345678.txt: sha1 = 35bd7b0a5af9be4c53d2bf8b53d45f0c4e5d9d07 OK 2026/08/28 04:06:02 INFO : dir1/0008-2345678.txt: Copied (new) to: dir1/0008-23456 2026/08/28 04:06:02 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/08/28 04:06:02 DEBUG : dir1/0009-34567: size = 21 OK 2026/08/28 04:06:02 DEBUG : dir1/0009-3456789.txt: sha1 = cf20fbc0bb51b0e93dd849f5493167c827e103dc OK 2026/08/28 04:06:02 INFO : dir1/0009-3456789.txt: Copied (new) to: dir1/0009-34567 2026/08/28 04:06:02 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/08/28 04:06:02 DEBUG : dir1/0010-45678: size = 20 OK 2026/08/28 04:06:02 DEBUG : dir1/0010-456789.txt: sha1 = ef1ccb5339c5b9d3b78cdb41937cb754674521e9 OK 2026/08/28 04:06:02 INFO : dir1/0010-456789.txt: Copied (new) to: dir1/0010-45678 2026/08/28 04:06:02 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/08/28 04:06:02 DEBUG : dir1/0011-56789: size = 20 OK 2026/08/28 04:06:02 DEBUG : dir1/0011-56789;.txt: sha1 = ce6baa1459a8f1c8daeca41dccc499a5a7f9d342 OK 2026/08/28 04:06:02 INFO : dir1/0011-56789;.txt: Copied (new) to: dir1/0011-56789 2026/08/28 04:06:02 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/08/28 04:06:02 DEBUG : dir1/0012-6789;: size = 19 OK 2026/08/28 04:06:02 DEBUG : dir1/0012-6789;.txt: sha1 = 41938da9b0f9799a9c96dea5682322b6b7607058 OK 2026/08/28 04:06:02 INFO : dir1/0012-6789;.txt: Copied (new) to: dir1/0012-6789; 2026/08/28 04:06:03 DEBUG : dir1/0013-789;=: size = 19 OK 2026/08/28 04:06:03 DEBUG : dir1/0013-789;=.txt: sha1 = 957e831070085d71b655c9afa66b8e0cb86662b3 OK 2026/08/28 04:06:03 INFO : dir1/0013-789;=.txt: Copied (new) to: dir1/0013-789;= 2026/08/28 04:06:03 DEBUG : dir1/0014-89;=.: size = 18 OK 2026/08/28 04:06:03 DEBUG : dir1/0014-89;=.txt: sha1 = 6f88327b529855962672012b6f4fc01033c31ec0 OK 2026/08/28 04:06:03 INFO : dir1/0014-89;=.txt: Copied (new) to: dir1/0014-89;=. 2026/08/28 04:06:03 DEBUG : dir1/0015-9;=.t: size = 17 OK 2026/08/28 04:06:03 DEBUG : dir1/0015-9;=.txt: sha1 = 2a0afde94c232e5cb80d07261acf840a4a5f0143 OK 2026/08/28 04:06:03 INFO : dir1/0015-9;=.txt: Copied (new) to: dir1/0015-9;=.t 2026/08/28 04:06:03 DEBUG : Waiting for deletions to finish 2026/08/28 04:06:03 INFO : dir1/0013-789;=.txt: Deleted 2026/08/28 04:06:03 INFO : appleappleapplebanana: Deleted 2026/08/28 04:06:03 INFO : splitbananasplit: Deleted 2026/08/28 04:06:03 INFO : dir1/0002-cdefghi.txt: Deleted 2026/08/28 04:06:03 INFO : dir1/0003-defghij.txt: Deleted 2026/08/28 04:06:03 INFO : dir1/0004-efghijk.txt: Deleted 2026/08/28 04:06:03 INFO : dir1/0005-fghijkl.txt: Deleted 2026/08/28 04:06:03 INFO : dir1/0008-2345678.txt: Deleted 2026/08/28 04:06:03 INFO : dir1/0009-3456789.txt: Deleted 2026/08/28 04:06:03 INFO : dir1/0010-456789.txt: Deleted 2026/08/28 04:06:03 INFO : dir1/0011-56789;.txt: Deleted 2026/08/28 04:06:03 INFO : dir1/0012-6789;.txt: Deleted 2026/08/28 04:06:03 INFO : dir1/0007-1234567.txt: Deleted 2026/08/28 04:06:03 INFO : dir1/0014-89;=.txt: Deleted 2026/08/28 04:06:03 INFO : dir1/0015-9;=.txt: Deleted 2026/08/28 04:06:03 INFO : dir1/0000-abcdefg.txt: Deleted 2026/08/28 04:06:03 INFO : dir1/0001-bcdefgh.txt: Deleted 2026/08/28 04:06:03 INFO : dir1/0006-ghijklm.txt: Deleted 2026/08/28 04:06:03 DEBUG : Waiting for deletions to finish 2026/08/28 04:06:03 DEBUG : apple: Excluded (Path Filter) 2026/08/28 04:06:03 DEBUG : appleapple: Excluded (Path Filter) 2026/08/28 04:06:03 DEBUG : banana: Excluded (Path Filter) 2026/08/28 04:06:03 DEBUG : dir1/0000-abcde: Excluded (Path Filter) 2026/08/28 04:06:03 DEBUG : dir1/0001-bcdef: Excluded (Path Filter) 2026/08/28 04:06:03 DEBUG : dir1/0002-cdefg: Excluded (Path Filter) 2026/08/28 04:06:03 DEBUG : dir1/0003-defgh: Excluded (Path Filter) 2026/08/28 04:06:03 DEBUG : dir1/0004-efghi: Excluded (Path Filter) 2026/08/28 04:06:03 DEBUG : dir1/0005-fghij: Excluded (Path Filter) 2026/08/28 04:06:03 DEBUG : dir1/0006-ghijk: Excluded (Path Filter) 2026/08/28 04:06:03 DEBUG : dir1/0007-12345: Excluded (Path Filter) 2026/08/28 04:06:03 DEBUG : dir1/0008-23456: Excluded (Path Filter) 2026/08/28 04:06:03 DEBUG : dir1/0009-34567: Excluded (Path Filter) 2026/08/28 04:06:03 DEBUG : dir1/0010-45678: Excluded (Path Filter) 2026/08/28 04:06:03 DEBUG : dir1/0011-56789: Excluded (Path Filter) 2026/08/28 04:06:03 DEBUG : dir1/0012-6789;: Excluded (Path Filter) 2026/08/28 04:06:03 DEBUG : dir1/0013-789;=: Excluded (Path Filter) 2026/08/28 04:06:03 DEBUG : dir1/0014-89;=.: Excluded (Path Filter) 2026/08/28 04:06:03 DEBUG : dir1/0015-9;=.t: Excluded (Path Filter) 2026/08/28 04:06:03 DEBUG : splitbanan: Excluded (Path Filter) 2026/08/28 04:06:04 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/08/28 04:06:04 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/08/28 04:06:04 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/08/28 04:06:04 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/08/28 04:06:04 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/08/28 04:06:04 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/08/28 04:06:04 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/08/28 04:06:04 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/08/28 04:06:04 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/08/28 04:06:04 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/08/28 04:06:04 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/08/28 04:06:04 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/08/28 04:06:04 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/08/28 04:06:04 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/08/28 04:06:04 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/08/28 04:06:04 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/08/28 04:06:04 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/08/28 04:06:04 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/08/28 04:06:04 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/08/28 04:06:04 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/08/28 04:06:04 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/08/28 04:06:04 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/08/28 04:06:04 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/08/28 04:06:04 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/08/28 04:06:04 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/08/28 04:06:04 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/08/28 04:06:04 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/08/28 04:06:04 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/08/28 04:06:04 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/08/28 04:06:04 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/08/28 04:06:04 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/08/28 04:06:04 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/08/28 04:06:04 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/08/28 04:06:04 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/08/28 04:06:04 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/08/28 04:06:04 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/08/28 04:06:04 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/08/28 04:06:04 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/08/28 04:06:04 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/08/28 04:06:04 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/08/28 04:06:04 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/08/28 04:06:04 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/08/28 04:06:04 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/08/28 04:06:04 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/08/28 04:06:04 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/08/28 04:06:04 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/08/28 04:06:04 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/08/28 04:06:04 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/08/28 04:06:04 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/08/28 04:06:04 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/08/28 04:06:04 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/08/28 04:06:04 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/08/28 04:06:04 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/08/28 04:06:04 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/08/28 04:06:04 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/08/28 04:06:04 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/08/28 04:06:04 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/08/28 04:06:04 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/08/28 04:06:04 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/08/28 04:06:04 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/08/28 04:06:04 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/08/28 04:06:04 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/08/28 04:06:04 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/28 04:06:04 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/08/28 04:06:04 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/28 04:06:04 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/08/28 04:06:04 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/28 04:06:04 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/08/28 04:06:04 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/28 04:06:04 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/08/28 04:06:04 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/28 04:06:04 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/08/28 04:06:04 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/28 04:06:04 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/08/28 04:06:04 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/28 04:06:04 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/08/28 04:06:04 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/28 04:06:04 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/08/28 04:06:04 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/28 04:06:04 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/08/28 04:06:04 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/28 04:06:04 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/08/28 04:06:04 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/28 04:06:04 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/08/28 04:06:04 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/28 04:06:04 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/08/28 04:06:04 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/28 04:06:04 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/08/28 04:06:04 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/28 04:06:04 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/08/28 04:06:04 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/28 04:06:04 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/08/28 04:06:04 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/28 04:06:04 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/08/28 04:06:04 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/28 04:06:04 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/28 04:06:04 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/28 04:06:04 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/08/28 04:06:04 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/28 04:06:04 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/08/28 04:06:04 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/08/28 04:06:04 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/08/28 04:06:04 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/08/28 04:06:04 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/08/28 04:06:04 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/08/28 04:06:04 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/08/28 04:06:04 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/08/28 04:06:04 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/08/28 04:06:04 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/08/28 04:06:04 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/08/28 04:06:04 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/08/28 04:06:04 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/08/28 04:06:04 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/08/28 04:06:04 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/08/28 04:06:04 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/08/28 04:06:04 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/28 04:06:04 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/28 04:06:04 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/28 04:06:04 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/28 04:06:04 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/28 04:06:04 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/28 04:06:04 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/28 04:06:04 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/28 04:06:04 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/28 04:06:04 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/28 04:06:04 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/28 04:06:04 DEBUG : apple: size = 5 OK 2026/08/28 04:06:04 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:06:04 DEBUG : apple: Unchanged skipping 2026/08/28 04:06:04 DEBUG : banana: size = 6 OK 2026/08/28 04:06:04 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:06:04 DEBUG : banana: Unchanged skipping 2026/08/28 04:06:04 DEBUG : appleapple: size = 21 OK 2026/08/28 04:06:04 DEBUG : splitbanan: size = 16 OK 2026/08/28 04:06:04 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:06:04 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:06:04 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/28 04:06:04 DEBUG : splitbananasplit: Unchanged skipping 2026/08/28 04:06:04 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/28 04:06:04 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/28 04:06:04 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/28 04:06:04 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/28 04:06:04 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/28 04:06:04 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/28 04:06:04 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/28 04:06:04 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/28 04:06:04 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/28 04:06:04 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/28 04:06:04 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/28 04:06:04 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/28 04:06:04 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/28 04:06:04 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/28 04:06:04 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/28 04:06:04 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/28 04:06:04 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/28 04:06:04 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/28 04:06:04 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/28 04:06:04 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/28 04:06:04 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/28 04:06:04 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/28 04:06:04 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/28 04:06:04 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/28 04:06:04 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/28 04:06:04 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/28 04:06:04 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/28 04:06:04 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/28 04:06:04 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/28 04:06:04 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/28 04:06:04 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/28 04:06:04 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/28 04:06:04 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/28 04:06:04 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/28 04:06:04 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/28 04:06:04 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/28 04:06:04 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/28 04:06:04 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/28 04:06:04 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/28 04:06:04 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/28 04:06:04 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/28 04:06:04 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/28 04:06:04 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/28 04:06:04 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/28 04:06:04 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/28 04:06:04 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/28 04:06:04 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/28 04:06:04 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/28 04:06:04 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/28 04:06:04 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/28 04:06:04 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/28 04:06:04 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/28 04:06:04 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/28 04:06:04 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/28 04:06:04 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/28 04:06:04 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/28 04:06:04 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/28 04:06:04 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/28 04:06:04 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/28 04:06:04 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/28 04:06:04 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/28 04:06:04 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/28 04:06:04 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/28 04:06:04 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/28 04:06:04 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/28 04:06:04 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/28 04:06:04 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/28 04:06:04 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/28 04:06:04 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/28 04:06:04 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/28 04:06:04 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/28 04:06:04 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/28 04:06:04 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/28 04:06:04 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/28 04:06:04 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/28 04:06:04 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/28 04:06:04 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/28 04:06:04 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/28 04:06:04 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/28 04:06:04 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/28 04:06:04 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/28 04:06:04 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/28 04:06:04 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/28 04:06:04 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/28 04:06:04 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/28 04:06:04 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/28 04:06:04 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/28 04:06:04 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/28 04:06:04 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/28 04:06:04 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/28 04:06:04 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/28 04:06:04 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/28 04:06:04 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/28 04:06:04 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/28 04:06:04 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/28 04:06:04 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/28 04:06:04 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/28 04:06:04 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/28 04:06:04 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/28 04:06:04 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/28 04:06:04 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/28 04:06:04 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/28 04:06:04 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/28 04:06:04 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/28 04:06:04 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/28 04:06:04 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/28 04:06:04 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/28 04:06:04 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/28 04:06:04 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/28 04:06:04 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/28 04:06:04 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/28 04:06:04 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/28 04:06:04 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/28 04:06:04 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/28 04:06:04 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/28 04:06:04 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/28 04:06:04 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/28 04:06:04 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/28 04:06:04 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/28 04:06:04 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/28 04:06:04 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/28 04:06:04 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/28 04:06:04 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/28 04:06:04 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/28 04:06:04 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/28 04:06:04 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/28 04:06:04 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/28 04:06:04 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/28 04:06:04 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/28 04:06:04 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/28 04:06:04 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/28 04:06:04 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/28 04:06:04 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/28 04:06:04 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/28 04:06:04 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/28 04:06:04 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/28 04:06:04 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/28 04:06:04 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/28 04:06:04 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/28 04:06:04 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/28 04:06:04 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/28 04:06:04 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/28 04:06:04 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/28 04:06:04 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/28 04:06:04 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/28 04:06:04 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/28 04:06:04 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/28 04:06:04 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/28 04:06:04 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/28 04:06:04 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/28 04:06:04 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/28 04:06:04 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/28 04:06:04 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/28 04:06:04 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/28 04:06:04 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/28 04:06:04 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/28 04:06:04 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/28 04:06:04 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/28 04:06:04 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/28 04:06:04 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/28 04:06:04 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/28 04:06:04 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/28 04:06:04 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/28 04:06:04 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/28 04:06:04 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/28 04:06:04 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/28 04:06:04 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/28 04:06:04 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/28 04:06:04 DEBUG : 0015-9;=.txt: transformed to: 0015-9;=.t 2026/08/28 04:06:04 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/28 04:06:04 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/28 04:06:04 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/28 04:06:04 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/28 04:06:04 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/28 04:06:04 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/28 04:06:04 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/28 04:06:04 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/28 04:06:04 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/28 04:06:04 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/28 04:06:04 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/28 04:06:04 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/28 04:06:04 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/28 04:06:04 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/28 04:06:04 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/28 04:06:04 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/28 04:06:04 DEBUG : dir1/0000-abcde: size = 21 OK 2026/08/28 04:06:04 DEBUG : dir1/0003-defgh: size = 21 OK 2026/08/28 04:06:04 DEBUG : dir1/0001-bcdef: size = 21 OK 2026/08/28 04:06:04 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:06:04 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/28 04:06:04 DEBUG : dir1/0004-efghi: size = 21 OK 2026/08/28 04:06:04 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:06:04 DEBUG : 0015-9;=.txt: transformed to: 0015-9;=.t 2026/08/28 04:06:04 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:06:04 DEBUG : dir1/0002-cdefg: size = 21 OK 2026/08/28 04:06:04 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/28 04:06:04 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:06:04 DEBUG : dir1/0006-ghijk: size = 21 OK 2026/08/28 04:06:04 DEBUG : dir1/0005-fghij: size = 21 OK 2026/08/28 04:06:04 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/28 04:06:04 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:06:04 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/28 04:06:04 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:06:04 DEBUG : B2 bucket rclone-test-wucebug2fati: Waiting for checks to finish 2026/08/28 04:06:04 DEBUG : dir1/0011-56789: size = 20 OK 2026/08/28 04:06:04 DEBUG : dir1/0008-23456: size = 21 OK 2026/08/28 04:06:04 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:06:04 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:06:04 DEBUG : dir1/0009-34567: size = 21 OK 2026/08/28 04:06:04 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:06:04 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/28 04:06:04 DEBUG : dir1/0012-6789;: size = 19 OK 2026/08/28 04:06:04 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:06:04 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/28 04:06:04 DEBUG : dir1/0013-789;=: size = 19 OK 2026/08/28 04:06:04 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:06:04 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/28 04:06:04 DEBUG : dir1/0014-89;=.: size = 18 OK 2026/08/28 04:06:04 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:06:04 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/28 04:06:04 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/28 04:06:04 DEBUG : dir1/0007-12345: size = 21 OK 2026/08/28 04:06:04 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:06:04 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:06:04 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/28 04:06:04 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/28 04:06:04 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/28 04:06:04 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/28 04:06:04 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/28 04:06:04 DEBUG : dir1/0015-9;=.t: size = 17 OK 2026/08/28 04:06:04 DEBUG : dir1/0010-45678: size = 20 OK 2026/08/28 04:06:04 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:06:04 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:06:04 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/28 04:06:04 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/28 04:06:04 DEBUG : B2 bucket rclone-test-wucebug2fati: Waiting for transfers to finish 2026/08/28 04:06:04 DEBUG : Waiting for deletions to finish 2026/08/28 04:06:04 DEBUG : Waiting for deletions to finish 2026/08/28 04:06:04 DEBUG : apple: Excluded (Path Filter) 2026/08/28 04:06:04 DEBUG : appleapple: Excluded (Path Filter) 2026/08/28 04:06:04 DEBUG : banana: Excluded (Path Filter) 2026/08/28 04:06:04 DEBUG : dir1/0000-abcde: Excluded (Path Filter) 2026/08/28 04:06:04 DEBUG : dir1/0001-bcdef: Excluded (Path Filter) 2026/08/28 04:06:04 DEBUG : dir1/0002-cdefg: Excluded (Path Filter) 2026/08/28 04:06:04 DEBUG : dir1/0003-defgh: Excluded (Path Filter) 2026/08/28 04:06:04 DEBUG : dir1/0004-efghi: Excluded (Path Filter) 2026/08/28 04:06:04 DEBUG : dir1/0005-fghij: Excluded (Path Filter) 2026/08/28 04:06:04 DEBUG : dir1/0006-ghijk: Excluded (Path Filter) 2026/08/28 04:06:04 DEBUG : dir1/0007-12345: Excluded (Path Filter) 2026/08/28 04:06:04 DEBUG : dir1/0008-23456: Excluded (Path Filter) 2026/08/28 04:06:04 DEBUG : dir1/0009-34567: Excluded (Path Filter) 2026/08/28 04:06:04 DEBUG : dir1/0010-45678: Excluded (Path Filter) 2026/08/28 04:06:04 DEBUG : dir1/0011-56789: Excluded (Path Filter) 2026/08/28 04:06:04 DEBUG : dir1/0012-6789;: Excluded (Path Filter) 2026/08/28 04:06:04 DEBUG : dir1/0013-789;=: Excluded (Path Filter) 2026/08/28 04:06:04 DEBUG : dir1/0014-89;=.: Excluded (Path Filter) 2026/08/28 04:06:04 DEBUG : dir1/0015-9;=.t: Excluded (Path Filter) 2026/08/28 04:06:04 DEBUG : splitbanan: Excluded (Path Filter) 2026/08/28 04:06:04 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/28 04:06:04 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/28 04:06:04 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/08/28 04:06:04 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/08/28 04:06:04 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/08/28 04:06:04 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/08/28 04:06:04 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/08/28 04:06:04 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/08/28 04:06:04 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/08/28 04:06:04 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/08/28 04:06:04 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/08/28 04:06:04 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/08/28 04:06:04 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/08/28 04:06:04 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/08/28 04:06:04 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/08/28 04:06:04 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/08/28 04:06:04 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/08/28 04:06:04 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/08/28 04:06:04 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/08/28 04:06:04 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/08/28 04:06:04 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/08/28 04:06:04 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/08/28 04:06:04 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/08/28 04:06:04 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/08/28 04:06:04 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/08/28 04:06:04 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/08/28 04:06:04 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/08/28 04:06:04 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/08/28 04:06:04 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/08/28 04:06:04 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/08/28 04:06:04 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/08/28 04:06:04 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/08/28 04:06:04 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/08/28 04:06:04 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/28 04:06:04 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/08/28 04:06:04 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/28 04:06:04 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/08/28 04:06:04 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/08/28 04:06:04 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/08/28 04:06:04 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/08/28 04:06:04 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/08/28 04:06:04 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/08/28 04:06:04 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/08/28 04:06:04 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/08/28 04:06:04 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/08/28 04:06:04 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/08/28 04:06:04 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/08/28 04:06:04 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/08/28 04:06:04 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/08/28 04:06:04 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/08/28 04:06:04 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/08/28 04:06:04 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/08/28 04:06:04 DEBUG : splitbananasplit: transformed to: splitbanan === RUN TestTransform/encoder run.go:198: Remote "B2 bucket rclone-test-wucebug2fati", Local "Local file system at /tmp/rclone988977894", Modify Window "1ms" 2026/08/28 04:06:14 DEBUG : Waiting for deletions to finish 2026/08/28 04:06:14 DEBUG : apple: Excluded (Path Filter) 2026/08/28 04:06:14 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/28 04:06:14 DEBUG : banana: Excluded (Path Filter) 2026/08/28 04:06:14 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/28 04:06:14 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/28 04:06:14 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/28 04:06:14 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/28 04:06:14 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/28 04:06:14 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/28 04:06:14 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/28 04:06:14 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/28 04:06:14 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/28 04:06:14 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/28 04:06:14 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/28 04:06:14 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/28 04:06:14 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/28 04:06:14 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/28 04:06:14 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/28 04:06:14 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/28 04:06:14 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/28 04:06:15 DEBUG : banana: size = 6 OK 2026/08/28 04:06:15 DEBUG : apple: size = 5 OK 2026/08/28 04:06:15 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:06:15 DEBUG : apple: Unchanged skipping 2026/08/28 04:06:15 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:06:15 DEBUG : banana: Unchanged skipping 2026/08/28 04:06:15 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/28 04:06:15 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:06:15 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/28 04:06:15 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/28 04:06:15 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:06:15 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/28 04:06:15 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/28 04:06:15 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:06:15 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/28 04:06:15 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/28 04:06:15 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/28 04:06:15 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:06:15 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/28 04:06:15 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/28 04:06:15 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/28 04:06:15 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:06:15 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/28 04:06:15 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/28 04:06:15 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:06:15 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/28 04:06:15 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:06:15 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/28 04:06:15 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/28 04:06:15 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:06:15 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/28 04:06:15 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/28 04:06:15 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/28 04:06:15 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:06:15 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/28 04:06:15 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:06:15 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/28 04:06:15 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/28 04:06:15 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:06:15 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/28 04:06:15 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/28 04:06:15 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/28 04:06:15 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/28 04:06:15 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:06:15 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/28 04:06:15 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/28 04:06:15 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:06:15 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/28 04:06:15 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:06:15 DEBUG : B2 bucket rclone-test-wucebug2fati: Waiting for checks to finish 2026/08/28 04:06:15 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/28 04:06:15 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:06:15 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/28 04:06:15 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:06:15 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/28 04:06:15 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:06:15 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/28 04:06:15 DEBUG : splitbananasplit: size = 16 OK 2026/08/28 04:06:15 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:06:15 DEBUG : splitbananasplit: Unchanged skipping 2026/08/28 04:06:15 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/28 04:06:15 DEBUG : B2 bucket rclone-test-wucebug2fati: Waiting for transfers to finish 2026/08/28 04:06:15 DEBUG : Waiting for deletions to finish 2026/08/28 04:06:15 INFO : There was nothing to transfer 2026/08/28 04:06:15 DEBUG : Waiting for deletions to finish 2026/08/28 04:06:15 DEBUG : apple: Excluded (Path Filter) 2026/08/28 04:06:15 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/28 04:06:15 DEBUG : banana: Excluded (Path Filter) 2026/08/28 04:06:15 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/28 04:06:15 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/28 04:06:15 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/28 04:06:15 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/28 04:06:15 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/28 04:06:15 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/28 04:06:15 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/28 04:06:15 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/28 04:06:15 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/28 04:06:15 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/28 04:06:15 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/28 04:06:15 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/28 04:06:15 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/28 04:06:15 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/28 04:06:15 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/28 04:06:15 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/28 04:06:15 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/28 04:06:15 DEBUG : apple: size = 5 OK 2026/08/28 04:06:15 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:06:15 DEBUG : apple: Unchanged skipping 2026/08/28 04:06:15 DEBUG : banana: size = 6 OK 2026/08/28 04:06:15 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:06:15 DEBUG : banana: Unchanged skipping 2026/08/28 04:06:15 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/28 04:06:15 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:06:15 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/28 04:06:15 DEBUG : splitbananasplit: size = 16 OK 2026/08/28 04:06:15 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:06:15 DEBUG : splitbananasplit: Unchanged skipping 2026/08/28 04:06:15 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/28 04:06:15 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:06:15 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/28 04:06:15 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/28 04:06:15 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:06:15 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/28 04:06:15 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/28 04:06:15 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/28 04:06:15 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/28 04:06:15 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:06:15 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:06:15 DEBUG : B2 bucket rclone-test-wucebug2fati: Waiting for checks to finish 2026/08/28 04:06:15 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/28 04:06:15 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/28 04:06:15 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/28 04:06:15 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:06:15 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:06:15 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/28 04:06:15 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/28 04:06:15 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/28 04:06:15 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/28 04:06:15 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:06:15 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/28 04:06:15 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/28 04:06:15 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:06:15 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/28 04:06:15 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/28 04:06:15 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:06:15 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/28 04:06:15 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/28 04:06:15 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:06:15 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/28 04:06:15 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:06:15 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/28 04:06:15 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/28 04:06:15 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:06:15 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/28 04:06:15 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:06:15 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/28 04:06:15 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/28 04:06:15 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/28 04:06:15 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:06:15 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/28 04:06:15 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/28 04:06:15 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:06:15 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/28 04:06:15 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/28 04:06:15 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:06:15 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/28 04:06:15 DEBUG : B2 bucket rclone-test-wucebug2fati: Waiting for transfers to finish 2026/08/28 04:06:15 DEBUG : Waiting for deletions to finish 2026/08/28 04:06:15 INFO : There was nothing to transfer 2026/08/28 04:06:15 DEBUG : Waiting for deletions to finish 2026/08/28 04:06:16 DEBUG : apple: Excluded (Path Filter) 2026/08/28 04:06:16 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/28 04:06:16 DEBUG : banana: Excluded (Path Filter) 2026/08/28 04:06:16 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/28 04:06:16 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/28 04:06:16 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/28 04:06:16 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/28 04:06:16 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/28 04:06:16 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/28 04:06:16 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/28 04:06:16 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/28 04:06:16 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/28 04:06:16 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/28 04:06:16 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/28 04:06:16 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/28 04:06:16 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/28 04:06:16 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/28 04:06:16 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/28 04:06:16 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/28 04:06:16 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/28 04:06:16 DEBUG : Waiting for deletions to finish 2026/08/28 04:06:16 DEBUG : apple: Excluded (Path Filter) 2026/08/28 04:06:16 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/28 04:06:16 DEBUG : banana: Excluded (Path Filter) 2026/08/28 04:06:16 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/28 04:06:16 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/28 04:06:16 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/28 04:06:16 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/28 04:06:16 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/28 04:06:16 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/28 04:06:16 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/28 04:06:16 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/28 04:06:16 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/28 04:06:16 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/28 04:06:16 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/28 04:06:16 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/28 04:06:16 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/28 04:06:16 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/28 04:06:16 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/28 04:06:16 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/28 04:06:16 DEBUG : splitbananasplit: Excluded (Path Filter) === RUN TestTransform/ISO-8859-1 run.go:198: Remote "B2 bucket rclone-test-wucebug2fati", Local "Local file system at /tmp/rclone988977894", Modify Window "1ms" 2026/08/28 04:06:26 DEBUG : Waiting for deletions to finish 2026/08/28 04:06:26 DEBUG : apple: Excluded (Path Filter) 2026/08/28 04:06:26 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/28 04:06:26 DEBUG : banana: Excluded (Path Filter) 2026/08/28 04:06:26 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/28 04:06:26 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/28 04:06:26 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/28 04:06:26 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/28 04:06:26 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/28 04:06:26 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/28 04:06:26 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/28 04:06:26 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/28 04:06:26 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/28 04:06:26 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/28 04:06:26 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/28 04:06:26 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/28 04:06:26 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/28 04:06:26 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/28 04:06:26 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/28 04:06:26 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/28 04:06:26 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/28 04:06:27 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/28 04:06:27 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:06:27 DEBUG : splitbananasplit: size = 16 OK 2026/08/28 04:06:27 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:06:27 DEBUG : apple: size = 5 OK 2026/08/28 04:06:27 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/28 04:06:27 DEBUG : splitbananasplit: Unchanged skipping 2026/08/28 04:06:27 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:06:27 DEBUG : apple: Unchanged skipping 2026/08/28 04:06:27 DEBUG : banana: size = 6 OK 2026/08/28 04:06:27 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:06:27 DEBUG : banana: Unchanged skipping 2026/08/28 04:06:27 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/28 04:06:27 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/28 04:06:27 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/28 04:06:27 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:06:27 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/28 04:06:27 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/28 04:06:27 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:06:27 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/28 04:06:27 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/28 04:06:27 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:06:27 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/28 04:06:27 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/28 04:06:27 DEBUG : B2 bucket rclone-test-wucebug2fati: Waiting for checks to finish 2026/08/28 04:06:27 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:06:27 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:06:27 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/28 04:06:27 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/28 04:06:27 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:06:27 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/28 04:06:27 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/28 04:06:27 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:06:27 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/28 04:06:27 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/28 04:06:27 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:06:27 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/28 04:06:27 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/28 04:06:27 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:06:27 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/28 04:06:27 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/28 04:06:27 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:06:27 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/28 04:06:27 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/28 04:06:27 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/28 04:06:27 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/28 04:06:27 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/28 04:06:27 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:06:27 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:06:27 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/28 04:06:27 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:06:27 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/28 04:06:27 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:06:27 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/28 04:06:27 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/28 04:06:27 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/28 04:06:27 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/28 04:06:27 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:06:27 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:06:27 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/28 04:06:27 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/28 04:06:27 DEBUG : B2 bucket rclone-test-wucebug2fati: Waiting for transfers to finish 2026/08/28 04:06:27 DEBUG : Waiting for deletions to finish 2026/08/28 04:06:27 INFO : There was nothing to transfer 2026/08/28 04:06:27 DEBUG : Waiting for deletions to finish 2026/08/28 04:06:27 DEBUG : apple: Excluded (Path Filter) 2026/08/28 04:06:27 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/28 04:06:27 DEBUG : banana: Excluded (Path Filter) 2026/08/28 04:06:27 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/28 04:06:27 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/28 04:06:27 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/28 04:06:27 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/28 04:06:27 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/28 04:06:27 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/28 04:06:27 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/28 04:06:27 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/28 04:06:27 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/28 04:06:27 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/28 04:06:27 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/28 04:06:27 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/28 04:06:27 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/28 04:06:27 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/28 04:06:27 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/28 04:06:27 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/28 04:06:27 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/28 04:06:28 DEBUG : apple: size = 5 OK 2026/08/28 04:06:28 DEBUG : banana: size = 6 OK 2026/08/28 04:06:28 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:06:28 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:06:28 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/28 04:06:28 DEBUG : splitbananasplit: size = 16 OK 2026/08/28 04:06:28 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:06:28 DEBUG : splitbananasplit: Unchanged skipping 2026/08/28 04:06:28 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:06:28 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/28 04:06:28 DEBUG : apple: Unchanged skipping 2026/08/28 04:06:28 DEBUG : banana: Unchanged skipping 2026/08/28 04:06:28 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/28 04:06:28 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/28 04:06:28 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/28 04:06:28 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:06:28 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/28 04:06:28 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:06:28 DEBUG : B2 bucket rclone-test-wucebug2fati: Waiting for checks to finish 2026/08/28 04:06:28 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/28 04:06:28 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/28 04:06:28 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/28 04:06:28 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/28 04:06:28 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:06:28 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/28 04:06:28 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:06:28 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:06:28 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/28 04:06:28 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/28 04:06:28 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/28 04:06:28 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/28 04:06:28 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/28 04:06:28 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/28 04:06:28 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:06:28 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/28 04:06:28 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/28 04:06:28 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:06:28 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/28 04:06:28 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/28 04:06:28 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/28 04:06:28 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/28 04:06:28 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:06:28 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/28 04:06:28 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/28 04:06:28 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:06:28 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/28 04:06:28 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:06:28 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/28 04:06:28 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/28 04:06:28 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:06:28 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:06:28 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/28 04:06:28 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:06:28 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/28 04:06:28 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:06:28 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/28 04:06:28 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:06:28 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/28 04:06:28 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:06:28 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/28 04:06:28 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/28 04:06:28 DEBUG : B2 bucket rclone-test-wucebug2fati: Waiting for transfers to finish 2026/08/28 04:06:28 DEBUG : Waiting for deletions to finish 2026/08/28 04:06:28 INFO : There was nothing to transfer 2026/08/28 04:06:28 DEBUG : Waiting for deletions to finish 2026/08/28 04:06:28 DEBUG : apple: Excluded (Path Filter) 2026/08/28 04:06:28 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/28 04:06:28 DEBUG : banana: Excluded (Path Filter) 2026/08/28 04:06:28 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/28 04:06:28 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/28 04:06:28 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/28 04:06:28 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/28 04:06:28 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/28 04:06:28 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/28 04:06:28 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/28 04:06:28 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/28 04:06:28 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/28 04:06:28 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/28 04:06:28 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/28 04:06:28 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/28 04:06:28 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/28 04:06:28 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/28 04:06:28 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/28 04:06:28 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/28 04:06:28 DEBUG : splitbananasplit: Excluded (Path Filter) === RUN TestTransform/charmap run.go:198: Remote "B2 bucket rclone-test-wucebug2fati", Local "Local file system at /tmp/rclone988977894", Modify Window "1ms" 2026/08/28 04:06:38 DEBUG : Waiting for deletions to finish 2026/08/28 04:06:38 DEBUG : apple: Excluded (Path Filter) 2026/08/28 04:06:38 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/28 04:06:38 DEBUG : banana: Excluded (Path Filter) 2026/08/28 04:06:38 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/28 04:06:38 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/28 04:06:38 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/28 04:06:38 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/28 04:06:38 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/28 04:06:38 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/28 04:06:38 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/28 04:06:38 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/28 04:06:38 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/28 04:06:38 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/28 04:06:38 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/28 04:06:38 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/28 04:06:38 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/28 04:06:38 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/28 04:06:38 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/28 04:06:38 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/28 04:06:38 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/28 04:06:39 DEBUG : apple: size = 5 OK 2026/08/28 04:06:39 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:06:39 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/28 04:06:39 DEBUG : apple: Unchanged skipping 2026/08/28 04:06:39 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:06:39 DEBUG : banana: size = 6 OK 2026/08/28 04:06:39 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/28 04:06:39 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:06:39 DEBUG : banana: Unchanged skipping 2026/08/28 04:06:39 DEBUG : splitbananasplit: size = 16 OK 2026/08/28 04:06:39 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:06:39 DEBUG : splitbananasplit: Unchanged skipping 2026/08/28 04:06:39 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/28 04:06:39 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:06:39 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/28 04:06:39 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/28 04:06:39 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:06:39 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/28 04:06:39 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/28 04:06:39 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/28 04:06:39 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:06:39 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:06:39 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/28 04:06:39 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/28 04:06:39 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/28 04:06:39 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/28 04:06:39 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:06:39 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/28 04:06:39 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/28 04:06:39 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:06:39 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:06:39 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/28 04:06:39 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/28 04:06:39 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/28 04:06:39 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/28 04:06:39 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:06:39 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/28 04:06:39 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/28 04:06:39 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:06:39 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/28 04:06:39 DEBUG : B2 bucket rclone-test-wucebug2fati: Waiting for checks to finish 2026/08/28 04:06:39 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/28 04:06:39 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/28 04:06:39 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:06:39 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/28 04:06:39 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:06:39 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:06:39 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/28 04:06:39 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:06:39 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/28 04:06:39 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/28 04:06:39 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/28 04:06:39 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:06:39 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/28 04:06:39 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/28 04:06:39 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/28 04:06:39 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:06:39 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/28 04:06:39 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:06:39 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/28 04:06:39 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/28 04:06:39 DEBUG : B2 bucket rclone-test-wucebug2fati: Waiting for transfers to finish 2026/08/28 04:06:39 DEBUG : Waiting for deletions to finish 2026/08/28 04:06:39 INFO : There was nothing to transfer 2026/08/28 04:06:39 DEBUG : Waiting for deletions to finish 2026/08/28 04:06:39 DEBUG : apple: Excluded (Path Filter) 2026/08/28 04:06:39 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/28 04:06:39 DEBUG : banana: Excluded (Path Filter) 2026/08/28 04:06:39 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/28 04:06:39 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/28 04:06:39 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/28 04:06:39 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/28 04:06:39 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/28 04:06:39 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/28 04:06:39 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/28 04:06:39 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/28 04:06:39 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/28 04:06:39 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/28 04:06:39 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/28 04:06:39 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/28 04:06:39 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/28 04:06:39 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/28 04:06:39 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/28 04:06:39 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/28 04:06:39 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/28 04:06:39 DEBUG : apple: size = 5 OK 2026/08/28 04:06:39 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:06:39 DEBUG : apple: Unchanged skipping 2026/08/28 04:06:39 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/28 04:06:39 DEBUG : banana: size = 6 OK 2026/08/28 04:06:39 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:06:39 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:06:39 DEBUG : splitbananasplit: size = 16 OK 2026/08/28 04:06:39 DEBUG : banana: Unchanged skipping 2026/08/28 04:06:39 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/28 04:06:39 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:06:39 DEBUG : splitbananasplit: Unchanged skipping 2026/08/28 04:06:39 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/28 04:06:39 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:06:39 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/28 04:06:39 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/28 04:06:39 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:06:39 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/28 04:06:39 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/28 04:06:39 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/28 04:06:39 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/28 04:06:39 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:06:39 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/28 04:06:39 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:06:39 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/28 04:06:39 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/28 04:06:39 DEBUG : B2 bucket rclone-test-wucebug2fati: Waiting for checks to finish 2026/08/28 04:06:39 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/28 04:06:39 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:06:39 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/28 04:06:39 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/28 04:06:39 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:06:39 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/28 04:06:39 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/28 04:06:39 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:06:39 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:06:39 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:06:39 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/28 04:06:39 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/28 04:06:39 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/28 04:06:39 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/28 04:06:39 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:06:39 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/28 04:06:39 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/28 04:06:39 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:06:39 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/28 04:06:39 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:06:39 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/28 04:06:39 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/28 04:06:39 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:06:39 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:06:39 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/28 04:06:39 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/28 04:06:39 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/28 04:06:39 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/28 04:06:39 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/28 04:06:39 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:06:39 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/28 04:06:39 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/28 04:06:39 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:06:39 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/28 04:06:39 DEBUG : B2 bucket rclone-test-wucebug2fati: Waiting for transfers to finish 2026/08/28 04:06:39 DEBUG : Waiting for deletions to finish 2026/08/28 04:06:39 INFO : There was nothing to transfer 2026/08/28 04:06:39 DEBUG : Waiting for deletions to finish 2026/08/28 04:06:40 DEBUG : apple: Excluded (Path Filter) 2026/08/28 04:06:40 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/28 04:06:40 DEBUG : banana: Excluded (Path Filter) 2026/08/28 04:06:40 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/28 04:06:40 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/28 04:06:40 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/28 04:06:40 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/28 04:06:40 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/28 04:06:40 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/28 04:06:40 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/28 04:06:40 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/28 04:06:40 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/28 04:06:40 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/28 04:06:40 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/28 04:06:40 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/28 04:06:40 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/28 04:06:40 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/28 04:06:40 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/28 04:06:40 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/28 04:06:40 DEBUG : splitbananasplit: Excluded (Path Filter) === RUN TestTransform/lowercase run.go:198: Remote "B2 bucket rclone-test-wucebug2fati", Local "Local file system at /tmp/rclone988977894", Modify Window "1ms" 2026/08/28 04:06:50 DEBUG : Waiting for deletions to finish 2026/08/28 04:06:51 DEBUG : apple: Excluded (Path Filter) 2026/08/28 04:06:51 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/28 04:06:51 DEBUG : banana: Excluded (Path Filter) 2026/08/28 04:06:51 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/28 04:06:51 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/28 04:06:51 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/28 04:06:51 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/28 04:06:51 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/28 04:06:51 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/28 04:06:51 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/28 04:06:51 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/28 04:06:51 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/28 04:06:51 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/28 04:06:51 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/28 04:06:51 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/28 04:06:51 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/28 04:06:51 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/28 04:06:51 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/28 04:06:51 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/28 04:06:51 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/28 04:06:51 DEBUG : apple: size = 5 OK 2026/08/28 04:06:51 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:06:51 DEBUG : banana: size = 6 OK 2026/08/28 04:06:51 DEBUG : splitbananasplit: size = 16 OK 2026/08/28 04:06:51 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:06:51 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:06:51 DEBUG : splitbananasplit: Unchanged skipping 2026/08/28 04:06:51 DEBUG : banana: Unchanged skipping 2026/08/28 04:06:51 DEBUG : apple: Unchanged skipping 2026/08/28 04:06:51 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/28 04:06:51 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:06:51 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/28 04:06:51 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/28 04:06:51 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:06:51 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/28 04:06:51 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/28 04:06:51 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:06:51 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/28 04:06:51 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/28 04:06:51 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/28 04:06:51 DEBUG : B2 bucket rclone-test-wucebug2fati: Waiting for checks to finish 2026/08/28 04:06:51 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/28 04:06:51 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/28 04:06:51 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/28 04:06:51 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:06:51 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/28 04:06:51 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:06:51 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/28 04:06:51 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/28 04:06:51 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:06:51 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/28 04:06:51 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/28 04:06:51 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:06:51 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/28 04:06:51 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/28 04:06:51 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:06:51 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/28 04:06:51 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/28 04:06:51 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:06:51 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/28 04:06:51 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/28 04:06:51 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:06:51 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/28 04:06:51 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/28 04:06:51 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:06:51 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/28 04:06:51 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:06:51 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/28 04:06:51 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/28 04:06:51 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:06:51 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/28 04:06:51 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:06:51 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/28 04:06:51 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:06:51 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/28 04:06:51 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/28 04:06:51 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:06:51 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/28 04:06:51 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/28 04:06:51 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:06:51 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/28 04:06:51 DEBUG : B2 bucket rclone-test-wucebug2fati: Waiting for transfers to finish 2026/08/28 04:06:51 DEBUG : Waiting for deletions to finish 2026/08/28 04:06:51 INFO : There was nothing to transfer 2026/08/28 04:06:51 DEBUG : Waiting for deletions to finish 2026/08/28 04:06:52 DEBUG : apple: Excluded (Path Filter) 2026/08/28 04:06:52 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/28 04:06:52 DEBUG : banana: Excluded (Path Filter) 2026/08/28 04:06:52 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/28 04:06:52 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/28 04:06:52 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/28 04:06:52 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/28 04:06:52 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/28 04:06:52 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/28 04:06:52 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/28 04:06:52 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/28 04:06:52 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/28 04:06:52 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/28 04:06:52 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/28 04:06:52 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/28 04:06:52 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/28 04:06:52 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/28 04:06:52 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/28 04:06:52 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/28 04:06:52 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/28 04:06:52 DEBUG : apple: size = 5 OK 2026/08/28 04:06:52 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/28 04:06:52 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:06:52 DEBUG : splitbananasplit: size = 16 OK 2026/08/28 04:06:52 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:06:52 DEBUG : apple: Unchanged skipping 2026/08/28 04:06:52 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/28 04:06:52 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:06:52 DEBUG : splitbananasplit: Unchanged skipping 2026/08/28 04:06:52 DEBUG : banana: size = 6 OK 2026/08/28 04:06:52 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:06:52 DEBUG : banana: Unchanged skipping 2026/08/28 04:06:52 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/28 04:06:52 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/28 04:06:52 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:06:52 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/28 04:06:52 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/28 04:06:52 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:06:52 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/28 04:06:52 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/28 04:06:52 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:06:52 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/28 04:06:52 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:06:52 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:06:52 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/28 04:06:52 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/28 04:06:52 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/28 04:06:52 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:06:52 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/28 04:06:52 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/28 04:06:52 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/28 04:06:52 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/28 04:06:52 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:06:52 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/28 04:06:52 DEBUG : B2 bucket rclone-test-wucebug2fati: Waiting for checks to finish 2026/08/28 04:06:52 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/28 04:06:52 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/28 04:06:52 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:06:52 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:06:52 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/28 04:06:52 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:06:52 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/28 04:06:52 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:06:52 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/28 04:06:52 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/28 04:06:52 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/28 04:06:52 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:06:52 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/28 04:06:52 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/28 04:06:52 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:06:52 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/28 04:06:52 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:06:52 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/28 04:06:52 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:06:52 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/28 04:06:52 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/28 04:06:52 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/28 04:06:52 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:06:52 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/28 04:06:52 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/28 04:06:52 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/28 04:06:52 DEBUG : B2 bucket rclone-test-wucebug2fati: Waiting for transfers to finish 2026/08/28 04:06:52 DEBUG : Waiting for deletions to finish 2026/08/28 04:06:52 INFO : There was nothing to transfer 2026/08/28 04:06:52 DEBUG : Waiting for deletions to finish 2026/08/28 04:06:52 DEBUG : apple: Excluded (Path Filter) 2026/08/28 04:06:52 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/28 04:06:52 DEBUG : banana: Excluded (Path Filter) 2026/08/28 04:06:52 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/28 04:06:52 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/28 04:06:52 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/28 04:06:52 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/28 04:06:52 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/28 04:06:52 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/28 04:06:52 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/28 04:06:52 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/28 04:06:52 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/28 04:06:52 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/28 04:06:52 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/28 04:06:52 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/28 04:06:52 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/28 04:06:52 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/28 04:06:52 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/28 04:06:52 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/28 04:06:52 DEBUG : splitbananasplit: Excluded (Path Filter) === RUN TestTransform/ascii run.go:198: Remote "B2 bucket rclone-test-wucebug2fati", Local "Local file system at /tmp/rclone988977894", Modify Window "1ms" 2026/08/28 04:07:02 DEBUG : Waiting for deletions to finish 2026/08/28 04:07:03 DEBUG : apple: Excluded (Path Filter) 2026/08/28 04:07:03 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/28 04:07:03 DEBUG : banana: Excluded (Path Filter) 2026/08/28 04:07:03 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/28 04:07:03 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/28 04:07:03 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/28 04:07:03 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/28 04:07:03 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/28 04:07:03 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/28 04:07:03 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/28 04:07:03 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/28 04:07:03 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/28 04:07:03 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/28 04:07:03 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/28 04:07:03 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/28 04:07:03 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/28 04:07:03 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/28 04:07:03 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/28 04:07:03 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/28 04:07:03 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/28 04:07:03 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/28 04:07:03 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:07:03 DEBUG : banana: size = 6 OK 2026/08/28 04:07:03 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:07:03 DEBUG : splitbananasplit: size = 16 OK 2026/08/28 04:07:03 DEBUG : banana: Unchanged skipping 2026/08/28 04:07:03 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:07:03 DEBUG : splitbananasplit: Unchanged skipping 2026/08/28 04:07:03 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/28 04:07:03 DEBUG : apple: size = 5 OK 2026/08/28 04:07:03 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:07:03 DEBUG : apple: Unchanged skipping 2026/08/28 04:07:03 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/28 04:07:03 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:07:03 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/28 04:07:03 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/28 04:07:03 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/28 04:07:03 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/28 04:07:03 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:07:03 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:07:03 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/28 04:07:03 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/28 04:07:03 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/28 04:07:03 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/28 04:07:03 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/28 04:07:03 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/28 04:07:03 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:07:03 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/28 04:07:03 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:07:03 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/28 04:07:03 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:07:03 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/28 04:07:03 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:07:03 DEBUG : B2 bucket rclone-test-wucebug2fati: Waiting for checks to finish 2026/08/28 04:07:03 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:07:03 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/28 04:07:03 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/28 04:07:03 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/28 04:07:03 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/28 04:07:03 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/28 04:07:03 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/28 04:07:03 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:07:03 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/28 04:07:03 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/28 04:07:03 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:07:03 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/28 04:07:03 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/28 04:07:03 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:07:03 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:07:03 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/28 04:07:03 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:07:03 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/28 04:07:03 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/28 04:07:03 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:07:03 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/28 04:07:03 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:07:03 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/28 04:07:03 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/28 04:07:03 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/28 04:07:03 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:07:03 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/28 04:07:03 DEBUG : B2 bucket rclone-test-wucebug2fati: Waiting for transfers to finish 2026/08/28 04:07:03 DEBUG : Waiting for deletions to finish 2026/08/28 04:07:03 INFO : There was nothing to transfer 2026/08/28 04:07:03 DEBUG : Waiting for deletions to finish 2026/08/28 04:07:03 DEBUG : apple: Excluded (Path Filter) 2026/08/28 04:07:03 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/28 04:07:03 DEBUG : banana: Excluded (Path Filter) 2026/08/28 04:07:03 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/28 04:07:03 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/28 04:07:03 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/28 04:07:03 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/28 04:07:03 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/28 04:07:03 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/28 04:07:03 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/28 04:07:03 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/28 04:07:03 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/28 04:07:03 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/28 04:07:03 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/28 04:07:03 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/28 04:07:03 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/28 04:07:03 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/28 04:07:03 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/28 04:07:03 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/28 04:07:03 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/28 04:07:04 DEBUG : apple: size = 5 OK 2026/08/28 04:07:04 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:07:04 DEBUG : apple: Unchanged skipping 2026/08/28 04:07:04 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/28 04:07:04 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:07:04 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/28 04:07:04 DEBUG : banana: size = 6 OK 2026/08/28 04:07:04 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:07:04 DEBUG : banana: Unchanged skipping 2026/08/28 04:07:04 DEBUG : splitbananasplit: size = 16 OK 2026/08/28 04:07:04 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:07:04 DEBUG : splitbananasplit: Unchanged skipping 2026/08/28 04:07:04 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/28 04:07:04 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:07:04 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/28 04:07:04 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/28 04:07:04 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:07:04 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/28 04:07:04 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/28 04:07:04 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:07:04 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/28 04:07:04 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/28 04:07:04 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:07:04 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/28 04:07:04 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/28 04:07:04 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/28 04:07:04 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:07:04 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:07:04 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/28 04:07:04 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/28 04:07:04 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:07:04 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/28 04:07:04 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/28 04:07:04 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:07:04 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/28 04:07:04 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/28 04:07:04 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:07:04 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/28 04:07:04 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/28 04:07:04 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:07:04 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/28 04:07:04 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/28 04:07:04 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/28 04:07:04 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:07:04 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/28 04:07:04 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/28 04:07:04 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:07:04 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/28 04:07:04 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/28 04:07:04 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:07:04 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/28 04:07:04 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/28 04:07:04 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:07:04 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/28 04:07:04 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/28 04:07:04 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:07:04 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/28 04:07:04 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/28 04:07:04 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:07:04 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/28 04:07:04 DEBUG : B2 bucket rclone-test-wucebug2fati: Waiting for checks to finish 2026/08/28 04:07:04 DEBUG : B2 bucket rclone-test-wucebug2fati: Waiting for transfers to finish 2026/08/28 04:07:04 DEBUG : Waiting for deletions to finish 2026/08/28 04:07:04 INFO : There was nothing to transfer 2026/08/28 04:07:04 DEBUG : Waiting for deletions to finish 2026/08/28 04:07:04 DEBUG : apple: Excluded (Path Filter) 2026/08/28 04:07:04 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/28 04:07:04 DEBUG : banana: Excluded (Path Filter) 2026/08/28 04:07:04 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/28 04:07:04 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/28 04:07:04 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/28 04:07:04 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/28 04:07:04 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/28 04:07:04 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/28 04:07:04 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/28 04:07:04 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/28 04:07:04 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/28 04:07:04 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/28 04:07:04 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/28 04:07:04 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/28 04:07:04 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/28 04:07:04 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/28 04:07:04 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/28 04:07:04 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/28 04:07:04 DEBUG : splitbananasplit: Excluded (Path Filter) --- PASS: TestTransform (142.02s) --- PASS: TestTransform/NFC (10.33s) --- PASS: TestTransform/NFD (12.28s) --- PASS: TestTransform/base64 (14.05s) --- PASS: TestTransform/prefix (16.34s) --- PASS: TestTransform/suffix (16.14s) --- PASS: TestTransform/truncate (13.10s) --- PASS: TestTransform/encoder (11.98s) --- PASS: TestTransform/ISO-8859-1 (11.83s) --- PASS: TestTransform/charmap (11.78s) --- PASS: TestTransform/lowercase (12.79s) --- PASS: TestTransform/ascii (11.41s) === RUN TestTransformCopy run.go:198: Remote "B2 bucket rclone-test-wucebug2fati", Local "Local file system at /tmp/rclone988977894", Modify Window "1ms" 2026/08/28 04:07:09 DEBUG : sub dir: transformed to: sub dir_somesuffix 2026/08/28 04:07:09 DEBUG : sub dir: transformed to: sub dir_somesuffix 2026/08/28 04:07:09 INFO : sub dir_somesuffix: Making directory 2026/08/28 04:07:09 DEBUG : sub dir: transformed to: sub dir_somesuffix 2026/08/28 04:07:09 DEBUG : hello world.txt: transformed to: hello world_somesuffix.txt 2026/08/28 04:07:09 DEBUG : sub dir/hello world.txt: transformed to: sub dir_somesuffix/hello world_somesuffix.txt 2026/08/28 04:07:09 DEBUG : sub dir/hello world.txt: Need to transfer - File not found at Destination 2026/08/28 04:07:09 DEBUG : sub dir/hello world.txt: transformed to: sub dir_somesuffix/hello world_somesuffix.txt 2026/08/28 04:07:09 DEBUG : B2 bucket rclone-test-wucebug2fati: Waiting for checks to finish 2026/08/28 04:07:09 DEBUG : B2 bucket rclone-test-wucebug2fati: Waiting for transfers to finish 2026/08/28 04:07:10 DEBUG : sub dir_somesuffix/hello world_somesuffix.txt: size = 11 OK 2026/08/28 04:07:10 DEBUG : sub dir/hello world.txt: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/28 04:07:10 INFO : sub dir/hello world.txt: Copied (new) to: sub dir_somesuffix/hello world_somesuffix.txt 2026/08/28 04:07:10 DEBUG : Waiting for deletions to finish --- PASS: TestTransformCopy (1.81s) === RUN TestDoubleTransform run.go:198: Remote "B2 bucket rclone-test-wucebug2fati", Local "Local file system at /tmp/rclone988977894", Modify Window "1ms" 2026/08/28 04:07:11 DEBUG : toe: transformed to: tictactoe 2026/08/28 04:07:11 DEBUG : toe: transformed to: tictactoe 2026/08/28 04:07:11 INFO : tictactoe: Making directory 2026/08/28 04:07:11 DEBUG : toe: transformed to: tictactoe 2026/08/28 04:07:11 DEBUG : toe: transformed to: tictactoe 2026/08/28 04:07:11 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/28 04:07:11 DEBUG : toe/toe: Need to transfer - File not found at Destination 2026/08/28 04:07:11 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/28 04:07:11 DEBUG : B2 bucket rclone-test-wucebug2fati: Waiting for checks to finish 2026/08/28 04:07:11 DEBUG : B2 bucket rclone-test-wucebug2fati: Waiting for transfers to finish 2026/08/28 04:07:11 DEBUG : tictactoe/tictactoe: size = 11 OK 2026/08/28 04:07:11 DEBUG : toe/toe: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/28 04:07:11 INFO : toe/toe: Copied (new) to: tictactoe/tictactoe 2026/08/28 04:07:11 DEBUG : Waiting for deletions to finish --- PASS: TestDoubleTransform (1.51s) === RUN TestFileTag run.go:198: Remote "B2 bucket rclone-test-wucebug2fati", Local "Local file system at /tmp/rclone988977894", Modify Window "1ms" 2026/08/28 04:07:12 INFO : toe: Making directory 2026/08/28 04:07:12 INFO : toe/toe: Making directory 2026/08/28 04:07:12 DEBUG : toe: transformed to: tictactoe 2026/08/28 04:07:12 DEBUG : toe/toe/toe: transformed to: toe/toe/tictactoe 2026/08/28 04:07:12 DEBUG : toe/toe/toe: Need to transfer - File not found at Destination 2026/08/28 04:07:12 DEBUG : toe/toe/toe: transformed to: toe/toe/tictactoe 2026/08/28 04:07:12 DEBUG : B2 bucket rclone-test-wucebug2fati: Waiting for checks to finish 2026/08/28 04:07:12 DEBUG : B2 bucket rclone-test-wucebug2fati: Waiting for transfers to finish 2026/08/28 04:07:13 DEBUG : toe/toe/tictactoe: size = 11 OK 2026/08/28 04:07:13 DEBUG : toe/toe/toe: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/28 04:07:13 INFO : toe/toe/toe: Copied (new) to: toe/toe/tictactoe 2026/08/28 04:07:13 DEBUG : Waiting for deletions to finish --- PASS: TestFileTag (1.54s) === RUN TestNoTag run.go:198: Remote "B2 bucket rclone-test-wucebug2fati", Local "Local file system at /tmp/rclone988977894", Modify Window "1ms" 2026/08/28 04:07:14 INFO : toe: Making directory 2026/08/28 04:07:14 INFO : toe/toe: Making directory 2026/08/28 04:07:14 DEBUG : toe: transformed to: tictactoe 2026/08/28 04:07:14 DEBUG : toe/toe/toe: transformed to: toe/toe/tictactoe 2026/08/28 04:07:14 DEBUG : toe/toe/toe: Need to transfer - File not found at Destination 2026/08/28 04:07:14 DEBUG : toe/toe/toe: transformed to: toe/toe/tictactoe 2026/08/28 04:07:14 DEBUG : B2 bucket rclone-test-wucebug2fati: Waiting for checks to finish 2026/08/28 04:07:14 DEBUG : B2 bucket rclone-test-wucebug2fati: Waiting for transfers to finish 2026/08/28 04:07:14 DEBUG : toe/toe/tictactoe: size = 11 OK 2026/08/28 04:07:14 DEBUG : toe/toe/toe: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/28 04:07:14 INFO : toe/toe/toe: Copied (new) to: toe/toe/tictactoe 2026/08/28 04:07:14 DEBUG : Waiting for deletions to finish --- PASS: TestNoTag (1.52s) === RUN TestDirTag run.go:198: Remote "B2 bucket rclone-test-wucebug2fati", Local "Local file system at /tmp/rclone988977894", Modify Window "1ms" 2026/08/28 04:07:15 DEBUG : empty_dir: Making directory with metadata 2026/08/28 04:07:15 INFO : empty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/08/28 04:07:15 DEBUG : toe: transformed to: tictactoe 2026/08/28 04:07:15 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/28 04:07:15 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/28 04:07:15 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/28 04:07:15 INFO : tictacempty_dir: Making directory 2026/08/28 04:07:15 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/28 04:07:15 DEBUG : toe: transformed to: tictactoe 2026/08/28 04:07:15 DEBUG : toe: transformed to: tictactoe 2026/08/28 04:07:15 INFO : tictactoe: Making directory 2026/08/28 04:07:15 DEBUG : toe: transformed to: tictactoe 2026/08/28 04:07:15 DEBUG : toe: transformed to: tictactoe 2026/08/28 04:07:15 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/28 04:07:15 INFO : tictactoe/tictactoe: Making directory 2026/08/28 04:07:15 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/28 04:07:15 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/toe.txt 2026/08/28 04:07:15 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2026/08/28 04:07:15 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/toe.txt 2026/08/28 04:07:15 DEBUG : B2 bucket rclone-test-wucebug2fati: Waiting for checks to finish 2026/08/28 04:07:15 DEBUG : B2 bucket rclone-test-wucebug2fati: Waiting for transfers to finish 2026/08/28 04:07:16 DEBUG : tictactoe/tictactoe/toe.txt: size = 11 OK 2026/08/28 04:07:16 DEBUG : toe/toe/toe.txt: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/28 04:07:16 INFO : toe/toe/toe.txt: Copied (new) to: tictactoe/tictactoe/toe.txt 2026/08/28 04:07:16 DEBUG : Waiting for deletions to finish fstest.go:251: Filtering empty directory "tictacempty_dir" --- PASS: TestDirTag (1.80s) === RUN TestAllTag run.go:198: Remote "B2 bucket rclone-test-wucebug2fati", Local "Local file system at /tmp/rclone988977894", Modify Window "1ms" 2026/08/28 04:07:17 DEBUG : empty_dir: Making directory with metadata 2026/08/28 04:07:17 INFO : empty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/08/28 04:07:17 DEBUG : toe: transformed to: tictactoe 2026/08/28 04:07:17 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/28 04:07:17 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/28 04:07:17 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/28 04:07:17 INFO : tictacempty_dir: Making directory 2026/08/28 04:07:17 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/28 04:07:17 DEBUG : toe: transformed to: tictactoe 2026/08/28 04:07:17 DEBUG : toe: transformed to: tictactoe 2026/08/28 04:07:17 INFO : tictactoe: Making directory 2026/08/28 04:07:17 DEBUG : toe: transformed to: tictactoe 2026/08/28 04:07:17 DEBUG : toe: transformed to: tictactoe 2026/08/28 04:07:17 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/28 04:07:17 INFO : tictactoe/tictactoe: Making directory 2026/08/28 04:07:17 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/28 04:07:17 DEBUG : toe.txt: transformed to: tictactoe.txt 2026/08/28 04:07:17 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/28 04:07:17 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2026/08/28 04:07:17 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/28 04:07:17 DEBUG : B2 bucket rclone-test-wucebug2fati: Waiting for checks to finish 2026/08/28 04:07:17 DEBUG : B2 bucket rclone-test-wucebug2fati: Waiting for transfers to finish 2026/08/28 04:07:18 DEBUG : tictactoe/tictactoe/tictactoe.txt: size = 11 OK 2026/08/28 04:07:18 DEBUG : toe/toe/toe.txt: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/28 04:07:18 INFO : toe/toe/toe.txt: Copied (new) to: tictactoe/tictactoe/tictactoe.txt 2026/08/28 04:07:18 DEBUG : Waiting for deletions to finish fstest.go:251: Filtering empty directory "tictacempty_dir" 2026/08/28 04:07:18 DEBUG : B2 bucket rclone-test-wucebug2fati: Waiting for checks to finish 2026/08/28 04:07:18 DEBUG : toe: transformed to: tictactoe 2026/08/28 04:07:18 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/28 04:07:18 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/28 04:07:18 DEBUG : toe: transformed to: tictactoe 2026/08/28 04:07:18 DEBUG : toe: transformed to: tictactoe 2026/08/28 04:07:18 DEBUG : toe.txt: transformed to: tictactoe.txt 2026/08/28 04:07:18 DEBUG : tictactoe/tictactoe/tictactoe.txt: size = 11 OK 2026/08/28 04:07:18 DEBUG : toe/toe/toe.txt: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/28 04:07:18 DEBUG : tictactoe/tictactoe/tictactoe.txt: OK 2026/08/28 04:07:18 NOTICE: B2 bucket rclone-test-wucebug2fati: 0 differences found 2026/08/28 04:07:18 NOTICE: B2 bucket rclone-test-wucebug2fati: 1 matching files --- PASS: TestAllTag (1.90s) === RUN TestRunTwice run.go:198: Remote "B2 bucket rclone-test-wucebug2fati", Local "Local file system at /tmp/rclone988977894", Modify Window "1ms" 2026/08/28 04:07:19 DEBUG : toe: transformed to: tictactoe 2026/08/28 04:07:19 DEBUG : toe: transformed to: tictactoe 2026/08/28 04:07:19 INFO : tictactoe: Making directory 2026/08/28 04:07:19 DEBUG : toe: transformed to: tictactoe 2026/08/28 04:07:19 DEBUG : toe: transformed to: tictactoe 2026/08/28 04:07:19 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/28 04:07:19 INFO : tictactoe/tictactoe: Making directory 2026/08/28 04:07:19 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/28 04:07:19 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/toe.txt 2026/08/28 04:07:19 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2026/08/28 04:07:19 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/toe.txt 2026/08/28 04:07:19 DEBUG : B2 bucket rclone-test-wucebug2fati: Waiting for checks to finish 2026/08/28 04:07:19 DEBUG : B2 bucket rclone-test-wucebug2fati: Waiting for transfers to finish 2026/08/28 04:07:20 DEBUG : tictactoe/tictactoe/toe.txt: size = 11 OK 2026/08/28 04:07:20 DEBUG : toe/toe/toe.txt: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/28 04:07:20 INFO : toe/toe/toe.txt: Copied (new) to: tictactoe/tictactoe/toe.txt 2026/08/28 04:07:20 DEBUG : Waiting for deletions to finish 2026/08/28 04:07:20 DEBUG : toe: transformed to: tictactoe 2026/08/28 04:07:20 DEBUG : toe: transformed to: tictactoe 2026/08/28 04:07:20 DEBUG : toe: transformed to: tictactoe 2026/08/28 04:07:20 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/28 04:07:20 DEBUG : tictactoe/tictactoe/toe.txt: size = 11 OK 2026/08/28 04:07:20 DEBUG : toe/toe/toe.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/28 04:07:20 DEBUG : B2 bucket rclone-test-wucebug2fati: Waiting for checks to finish 2026/08/28 04:07:20 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/toe.txt 2026/08/28 04:07:20 DEBUG : toe/toe/toe.txt: Unchanged skipping 2026/08/28 04:07:20 DEBUG : B2 bucket rclone-test-wucebug2fati: Waiting for transfers to finish 2026/08/28 04:07:20 DEBUG : Waiting for deletions to finish --- PASS: TestRunTwice (2.48s) === RUN TestSyntax 2026/08/28 04:07:21 DEBUG : received prefix --- PASS: TestSyntax (0.00s) === RUN TestConflicting run.go:198: Remote "B2 bucket rclone-test-wucebug2fati", Local "Local file system at /tmp/rclone988977894", Modify Window "1ms" 2026/08/28 04:07:21 INFO : toe: Making directory 2026/08/28 04:07:21 INFO : toe/toe: Making directory 2026/08/28 04:07:21 DEBUG : toe/toe/toe: Need to transfer - File not found at Destination 2026/08/28 04:07:21 DEBUG : B2 bucket rclone-test-wucebug2fati: Waiting for checks to finish 2026/08/28 04:07:21 DEBUG : B2 bucket rclone-test-wucebug2fati: Waiting for transfers to finish 2026/08/28 04:07:22 DEBUG : toe/toe/toe: size = 11 OK 2026/08/28 04:07:22 DEBUG : toe/toe/toe: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/28 04:07:22 INFO : toe/toe/toe: Copied (new) 2026/08/28 04:07:22 DEBUG : Waiting for deletions to finish --- PASS: TestConflicting (1.53s) === RUN TestMove run.go:198: Remote "B2 bucket rclone-test-wucebug2fati", Local "Local file system at /tmp/rclone988977894", Modify Window "1ms" 2026/08/28 04:07:23 DEBUG : empty_dir: Making directory with metadata 2026/08/28 04:07:23 INFO : empty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/08/28 04:07:23 DEBUG : toe: transformed to: tictactoe 2026/08/28 04:07:23 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/28 04:07:23 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/28 04:07:23 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/28 04:07:23 INFO : tictacempty_dir: Making directory 2026/08/28 04:07:23 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/28 04:07:23 DEBUG : toe: transformed to: tictactoe 2026/08/28 04:07:23 DEBUG : toe: transformed to: tictactoe 2026/08/28 04:07:23 INFO : tictactoe: Making directory 2026/08/28 04:07:23 DEBUG : toe: transformed to: tictactoe 2026/08/28 04:07:23 DEBUG : toe: transformed to: tictactoe 2026/08/28 04:07:23 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/28 04:07:23 INFO : tictactoe/tictactoe: Making directory 2026/08/28 04:07:23 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/28 04:07:23 DEBUG : toe.txt: transformed to: tictactoe.txt 2026/08/28 04:07:23 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/28 04:07:23 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2026/08/28 04:07:23 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/28 04:07:23 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/28 04:07:23 DEBUG : B2 bucket rclone-test-wucebug2fati: Waiting for checks to finish 2026/08/28 04:07:23 DEBUG : B2 bucket rclone-test-wucebug2fati: Waiting for transfers to finish 2026/08/28 04:07:24 DEBUG : tictactoe/tictactoe/tictactoe.txt: size = 11 OK 2026/08/28 04:07:24 DEBUG : toe/toe/toe.txt: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/28 04:07:24 INFO : toe/toe/toe.txt: Copied (new) to: tictactoe/tictactoe/tictactoe.txt 2026/08/28 04:07:24 INFO : toe/toe/toe.txt: Deleted 2026/08/28 04:07:24 INFO : toe/toe: Removing directory 2026/08/28 04:07:24 INFO : toe: Removing directory 2026/08/28 04:07:24 INFO : empty_dir: Removing directory 2026/08/28 04:07:24 DEBUG : Local file system at /tmp/rclone988977894: deleted 3 directories fstest.go:251: Filtering empty directory "tictacempty_dir" --- PASS: TestMove (1.66s) === RUN TestTransformFile run.go:198: Remote "B2 bucket rclone-test-wucebug2fati", Local "Local file system at /tmp/rclone988977894", Modify Window "1ms" 2026/08/28 04:07:24 DEBUG : empty_dir: Making directory with metadata 2026/08/28 04:07:24 INFO : empty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/08/28 04:07:24 DEBUG : toe: transformed to: tictactoe 2026/08/28 04:07:24 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/28 04:07:24 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/28 04:07:25 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/28 04:07:25 INFO : tictacempty_dir: Making directory 2026/08/28 04:07:25 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/28 04:07:25 DEBUG : toe: transformed to: tictactoe 2026/08/28 04:07:25 DEBUG : toe: transformed to: tictactoe 2026/08/28 04:07:25 INFO : tictactoe: Making directory 2026/08/28 04:07:25 DEBUG : toe: transformed to: tictactoe 2026/08/28 04:07:25 DEBUG : toe: transformed to: tictactoe 2026/08/28 04:07:25 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/28 04:07:25 INFO : tictactoe/tictactoe: Making directory 2026/08/28 04:07:25 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/28 04:07:25 DEBUG : toe.txt: transformed to: tictactoe.txt 2026/08/28 04:07:25 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/28 04:07:25 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2026/08/28 04:07:25 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/28 04:07:25 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/28 04:07:25 DEBUG : B2 bucket rclone-test-wucebug2fati: Waiting for checks to finish 2026/08/28 04:07:25 DEBUG : B2 bucket rclone-test-wucebug2fati: Waiting for transfers to finish 2026/08/28 04:07:25 DEBUG : tictactoe/tictactoe/tictactoe.txt: size = 11 OK 2026/08/28 04:07:25 DEBUG : toe/toe/toe.txt: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/28 04:07:25 INFO : toe/toe/toe.txt: Copied (new) to: tictactoe/tictactoe/tictactoe.txt 2026/08/28 04:07:25 INFO : toe/toe/toe.txt: Deleted 2026/08/28 04:07:25 INFO : toe/toe: Removing directory 2026/08/28 04:07:25 INFO : toe: Removing directory 2026/08/28 04:07:25 INFO : empty_dir: Removing directory 2026/08/28 04:07:25 DEBUG : Local file system at /tmp/rclone988977894: deleted 3 directories fstest.go:251: Filtering empty directory "tictacempty_dir" 2026/08/28 04:07:26 DEBUG : tictactoe/tictactoe/tictactoe.txt: size = 11 OK 2026/08/28 04:07:26 DEBUG : tictactoe/tictactoe/tictactoe.txt: Size and modification time the same (differ by 0s, within tolerance 1ms) 2026/08/28 04:07:26 DEBUG : tictactoe/tictactoe/tictactoe.txt: transformed to: toe/toe/toe.txt 2026/08/28 04:07:26 DEBUG : tictactoe/tictactoe/tictactoe.txt: transformed to: toe/toe/toe.txt 2026/08/28 04:07:26 DEBUG : tictactoe/tictactoe/tictactoe.txt: transformed to: toe/toe/toe.txt 2026/08/28 04:07:27 DEBUG : toe/toe/toe.txt: size = 11 OK 2026/08/28 04:07:27 DEBUG : tictactoe/tictactoe/tictactoe.txt: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/28 04:07:27 INFO : tictactoe/tictactoe/tictactoe.txt: Copied (server-side copy) to: toe/toe/toe.txt 2026/08/28 04:07:27 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.04s) === RUN TestManualTransformFile run.go:198: Remote "B2 bucket rclone-test-wucebug2fati", Local "Local file system at /tmp/rclone988977894", Modify Window "1ms" 2026/08/28 04:07:27 DEBUG : Reset feature "Copy" 2026/08/28 04:07:27 DEBUG : Reset feature "Move" 2026/08/28 04:07:27 DEBUG : Reset feature "Copy" 2026/08/28 04:07:27 DEBUG : Reset feature "Move" 2026/08/28 04:07:27 DEBUG : empty_dir: Making directory with metadata 2026/08/28 04:07:27 INFO : empty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/08/28 04:07:27 DEBUG : toe: transformed to: tictactoe 2026/08/28 04:07:27 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/28 04:07:27 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/28 04:07:28 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/28 04:07:28 INFO : tictacempty_dir: Making directory 2026/08/28 04:07:28 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/28 04:07:28 DEBUG : toe: transformed to: tictactoe 2026/08/28 04:07:28 DEBUG : toe: transformed to: tictactoe 2026/08/28 04:07:28 INFO : tictactoe: Making directory 2026/08/28 04:07:28 DEBUG : toe: transformed to: tictactoe 2026/08/28 04:07:28 DEBUG : toe: transformed to: tictactoe 2026/08/28 04:07:28 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/28 04:07:28 INFO : tictactoe/tictactoe: Making directory 2026/08/28 04:07:28 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/28 04:07:28 DEBUG : toe.txt: transformed to: tictactoe.txt 2026/08/28 04:07:28 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/28 04:07:28 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2026/08/28 04:07:28 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/28 04:07:28 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/28 04:07:28 DEBUG : B2 bucket rclone-test-wucebug2fati: Waiting for checks to finish 2026/08/28 04:07:28 DEBUG : B2 bucket rclone-test-wucebug2fati: Waiting for transfers to finish 2026/08/28 04:07:28 DEBUG : tictactoe/tictactoe/tictactoe.txt: size = 11 OK 2026/08/28 04:07:28 DEBUG : toe/toe/toe.txt: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/28 04:07:28 INFO : toe/toe/toe.txt: Copied (new) to: tictactoe/tictactoe/tictactoe.txt 2026/08/28 04:07:28 INFO : toe/toe/toe.txt: Deleted 2026/08/28 04:07:28 INFO : toe/toe: Removing directory 2026/08/28 04:07:28 INFO : toe: Removing directory 2026/08/28 04:07:28 INFO : empty_dir: Removing directory 2026/08/28 04:07:28 DEBUG : Local file system at /tmp/rclone988977894: deleted 3 directories fstest.go:251: Filtering empty directory "tictacempty_dir" 2026/08/28 04:07:29 DEBUG : tictactoe/tictactoe/tictactoe.txt: size = 11 OK 2026/08/28 04:07:29 DEBUG : tictactoe/tictactoe/tictactoe.txt: Size and modification time the same (differ by 0s, within tolerance 1ms) 2026/08/28 04:07:29 DEBUG : tictactoe/tictactoe/tictactoe.txt: transformed to: toe/toe/toe.txt 2026/08/28 04:07:29 DEBUG : tictactoe/tictactoe/tictactoe.txt: transformed to: toe/toe/toe.txt 2026/08/28 04:07:29 DEBUG : tictactoe/tictactoe/tictactoe.txt: transformed to: toe/toe/toe.txt 2026/08/28 04:07:30 DEBUG : toe/toe/toe.txt: size = 11 OK 2026/08/28 04:07:30 DEBUG : tictactoe/tictactoe/tictactoe.txt: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/28 04:07:30 INFO : tictactoe/tictactoe/tictactoe.txt: Copied (new) to: toe/toe/toe.txt 2026/08/28 04:07:30 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.17s) === RUN TestBase64 run.go:198: Remote "B2 bucket rclone-test-wucebug2fati", Local "Local file system at /tmp/rclone988977894", Modify Window "1ms" 2026/08/28 04:07:31 DEBUG : toe: transformed to: dG9l 2026/08/28 04:07:31 DEBUG : toe: transformed to: dG9l 2026/08/28 04:07:31 INFO : dG9l: Making directory 2026/08/28 04:07:31 DEBUG : toe: transformed to: dG9l 2026/08/28 04:07:31 DEBUG : toe: transformed to: dG9l 2026/08/28 04:07:31 DEBUG : toe/toe: transformed to: dG9l/dG9l 2026/08/28 04:07:31 INFO : dG9l/dG9l: Making directory 2026/08/28 04:07:31 DEBUG : toe/toe: transformed to: dG9l/dG9l 2026/08/28 04:07:31 DEBUG : toe.txt: transformed to: dG9lLnR4dA== 2026/08/28 04:07:31 DEBUG : toe/toe/toe.txt: transformed to: dG9l/dG9l/dG9lLnR4dA== 2026/08/28 04:07:31 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2026/08/28 04:07:31 DEBUG : B2 bucket rclone-test-wucebug2fati: Waiting for checks to finish 2026/08/28 04:07:31 DEBUG : toe/toe/toe.txt: transformed to: dG9l/dG9l/dG9lLnR4dA== 2026/08/28 04:07:31 DEBUG : B2 bucket rclone-test-wucebug2fati: Waiting for transfers to finish 2026/08/28 04:07:31 DEBUG : dG9l/dG9l/dG9lLnR4dA==: size = 11 OK 2026/08/28 04:07:31 DEBUG : toe/toe/toe.txt: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/28 04:07:31 INFO : toe/toe/toe.txt: Copied (new) to: dG9l/dG9l/dG9lLnR4dA== 2026/08/28 04:07:31 DEBUG : Waiting for deletions to finish 2026/08/28 04:07:32 DEBUG : dG9l: transformed to: toe 2026/08/28 04:07:32 DEBUG : dG9l: transformed to: toe 2026/08/28 04:07:32 DEBUG : dG9l: transformed to: toe 2026/08/28 04:07:32 DEBUG : dG9l/dG9l: transformed to: toe/toe 2026/08/28 04:07:32 DEBUG : dG9lLnR4dA==: transformed to: toe.txt 2026/08/28 04:07:32 DEBUG : toe/toe/toe.txt: size = 11 OK 2026/08/28 04:07:32 DEBUG : dG9l/dG9l/dG9lLnR4dA==: Size and modification time the same (differ by 999.999µs, within tolerance 1ms) 2026/08/28 04:07:32 DEBUG : dG9l/dG9l/dG9lLnR4dA==: transformed to: toe/toe/toe.txt 2026/08/28 04:07:32 DEBUG : dG9l/dG9l/dG9lLnR4dA==: Unchanged skipping 2026/08/28 04:07:32 DEBUG : Local file system at /tmp/rclone988977894: Waiting for checks to finish 2026/08/28 04:07:32 DEBUG : Local file system at /tmp/rclone988977894: Waiting for transfers to finish 2026/08/28 04:07:32 DEBUG : Waiting for deletions to finish --- PASS: TestBase64 (1.93s) === RUN TestError run.go:198: Remote "B2 bucket rclone-test-wucebug2fati", Local "Local file system at /tmp/rclone988977894", Modify Window "1ms" 2026/08/28 04:07:33 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2026/08/28 04:07:33 DEBUG : toe: transformed to: 2026/08/28 04:07:33 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2026/08/28 04:07:33 DEBUG : toe: transformed to: 2026/08/28 04:07:33 INFO : B2 bucket rclone-test-wucebug2fati: Making directory 2026/08/28 04:07:33 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2026/08/28 04:07:33 DEBUG : toe: transformed to: 2026/08/28 04:07:33 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2026/08/28 04:07:33 DEBUG : toe: transformed to: 2026/08/28 04:07:33 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2026/08/28 04:07:33 DEBUG : toe/toe: transformed to: 2026/08/28 04:07:33 ERROR : toe/toe: number of path segments must match: toe/toe (1), (0) 2026/08/28 04:07:33 INFO : toe/toe: Making directory 2026/08/28 04:07:33 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2026/08/28 04:07:33 DEBUG : toe/toe: transformed to: 2026/08/28 04:07:33 ERROR : toe/toe: number of path segments must match: toe/toe (1), (0) 2026/08/28 04:07:33 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2026/08/28 04:07:33 DEBUG : toe: transformed to: 2026/08/28 04:07:33 DEBUG : toe/toe/toe: Need to transfer - File not found at Destination 2026/08/28 04:07:33 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2026/08/28 04:07:33 DEBUG : toe/toe/toe: transformed to: 2026/08/28 04:07:33 ERROR : toe/toe/toe: number of path segments must match: toe/toe/toe (2), (0) 2026/08/28 04:07:33 DEBUG : B2 bucket rclone-test-wucebug2fati: Waiting for checks to finish 2026/08/28 04:07:33 DEBUG : B2 bucket rclone-test-wucebug2fati: Waiting for transfers to finish 2026/08/28 04:07:33 DEBUG : toe/toe/toe: size = 11 OK 2026/08/28 04:07:33 DEBUG : toe/toe/toe: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/28 04:07:33 INFO : toe/toe/toe: Copied (new) 2026/08/28 04:07:33 ERROR : B2 bucket rclone-test-wucebug2fati: not deleting files as there were IO errors 2026/08/28 04:07:33 ERROR : B2 bucket rclone-test-wucebug2fati: not deleting directories as there were IO errors --- PASS: TestError (1.52s) PASS 2026/08/28 04:07:34 DEBUG : B2 bucket rclone-test-wucebug2fati: Purge remote 2026/08/28 04:07:34 INFO : B2 bucket rclone-test-wucebug2fati: cleaning bucket "rclone-test-wucebug2fati" of all files 2026/08/28 04:07:36 DEBUG : BackupDir/one: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4091cd1ec0089b65_d20260828_m040230_c001_v7007000_t0000_u01787889750059") 2026/08/28 04:07:36 DEBUG : BackupDir/one: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f41328626419e93f0_d20260828_m040225_c001_v0001145_t0005_u01787889745299") 2026/08/28 04:07:36 DEBUG : CompareDest/one: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4188613d6637a133_d20260828_m040206_c001_v7007000_t0000_u01787889726781") 2026/08/28 04:07:36 DEBUG : CompareDest/one: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f413e069b69c0ccf9_d20260828_m040201_c001_v0001184_t0036_u01787889721296") 2026/08/28 04:07:36 DEBUG : CompareDest/two: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4188613d6637a134_d20260828_m040206_c001_v7007000_t0000_u01787889726961") 2026/08/28 04:07:36 DEBUG : CompareDest/two: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f41067a685e4f9022_d20260828_m040202_c001_v0001134_t0046_u01787889722572") 2026/08/28 04:07:36 DEBUG : CopyDest/one: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4091cd1ec0089b66_d20260828_m040230_c001_v7007000_t0000_u01787889750242") 2026/08/28 04:07:36 DEBUG : CopyDest/one: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f405843099b9e3483_d20260828_m040222_c001_v0001154_t0016_u01787889742188") 2026/08/28 04:07:36 DEBUG : CopyDest/three: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4091cd1ec0089b67_d20260828_m040230_c001_v7007000_t0000_u01787889750422") 2026/08/28 04:07:36 DEBUG : CopyDest/three: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f41067a685e4f907c_d20260828_m040228_c001_v0001134_t0046_u01787889748390") 2026/08/28 04:07:36 DEBUG : CopyDest/two: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4091cd1ec0089b68_d20260828_m040230_c001_v7007000_t0000_u01787889750615") 2026/08/28 04:07:36 DEBUG : CopyDest/two: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f413e069b69c0cd8b_d20260828_m040226_c001_v0001184_t0036_u01787889746531") 2026/08/28 04:07:36 DEBUG : EXISTING: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4053888d6cf16419_d20260828_m040404_c001_v7007000_t0000_u01787889844220") 2026/08/28 04:07:36 DEBUG : EXISTING: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f413e069b69c0d010_d20260828_m040403_c001_v0001184_t0036_u01787889843297") 2026/08/28 04:07:36 DEBUG : PREFIXapple: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4041d8dd6a2ff033_d20260828_m040534_c001_v7007000_t0000_u01787889934184") 2026/08/28 04:07:36 DEBUG : PREFIXapple: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f413e069b69c0d2fc_d20260828_m040529_c001_v0001184_t0036_u01787889929863") 2026/08/28 04:07:36 DEBUG : PREFIXappleappleapplebanana: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f400f684b05fbf38c_d20260828_m040534_c001_v7007000_t0000_u01787889934196") 2026/08/28 04:07:36 DEBUG : PREFIXappleappleapplebanana: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f105843099b9e366b_d20260828_m040529_c001_v0001154_t0018_u01787889929883") 2026/08/28 04:07:36 DEBUG : PREFIXbanana: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f416f76d9c3c02ffc_d20260828_m040534_c001_v7007000_t0000_u01787889934207") 2026/08/28 04:07:36 DEBUG : PREFIXbanana: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f41067a685e4f9342_d20260828_m040529_c001_v0001134_t0046_u01787889929874") 2026/08/28 04:07:36 DEBUG : PREFIXsplitbananasplit: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f408bd1f183b15ab3_d20260828_m040534_c001_v7007000_t0000_u01787889934316") 2026/08/28 04:07:36 DEBUG : PREFIXsplitbananasplit: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f413857bca1e4ddfe_d20260828_m040529_c001_v0001174_t0007_u01787889929895") 2026/08/28 04:07:36 DEBUG : Testêé: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4053888d6cf16406_d20260828_m040400_c001_v7007000_t0000_u01787889840632") 2026/08/28 04:07:37 DEBUG : Testêé: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f41067a685e4f9194_d20260828_m040400_c001_v0001134_t0046_u01787889840082") 2026/08/28 04:07:37 DEBUG : Testêé: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f413e069b69c0cff6_d20260828_m040359_c001_v0001184_t0036_u01787889839132") 2026/08/28 04:07:37 DEBUG : YXBwbGU=: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f403e441909cd74c6_d20260828_m040519_c001_v7007000_t0000_u01787889919585") 2026/08/28 04:07:37 DEBUG : YXBwbGU=: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f405843099b9e3643_d20260828_m040515_c001_v0001154_t0016_u01787889915769") 2026/08/28 04:07:37 DEBUG : YXBwbGVhcHBsZWFwcGxlYmFuYW5h: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f403e441909cd74c7_d20260828_m040519_c001_v7007000_t0000_u01787889919764") 2026/08/28 04:07:37 DEBUG : YXBwbGVhcHBsZWFwcGxlYmFuYW5h: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f113e069b69c0d2a4_d20260828_m040515_c001_v0001184_t0046_u01787889915780") 2026/08/28 04:07:37 DEBUG : YmFuYW5h: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f403e441909cd74c8_d20260828_m040519_c001_v7007000_t0000_u01787889919944") 2026/08/28 04:07:37 DEBUG : YmFuYW5h: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f413857bca1e4dd26_d20260828_m040515_c001_v0001174_t0007_u01787889915789") 2026/08/28 04:07:37 DEBUG : a/potato2: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f419f3addfb7c90ca_d20260828_m040037_c001_v7007000_t0000_u01787889637967") 2026/08/28 04:07:37 DEBUG : a/potato2: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f11067a685e4f8e8a_d20260828_m040037_c001_v0001134_t0049_u01787889637061") 2026/08/28 04:07:37 DEBUG : a/potato2: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f419f3addfb7c8cde_d20260828_m040035_c001_v7007000_t0000_u01787889635789") 2026/08/28 04:07:37 DEBUG : a/potato2: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f11067a685e4f8e7e_d20260828_m040034_c001_v0001134_t0001_u01787889634739") 2026/08/28 04:07:37 DEBUG : a/potato2: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f425a6bd0404c124a_d20260828_m040018_c001_v7007000_t0000_u01787889618989") 2026/08/28 04:07:37 DEBUG : a/potato2: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f11067a685e4f8e28_d20260828_m040018_c001_v0001134_t0025_u01787889618092") 2026/08/28 04:07:37 DEBUG : apple: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4155eb3784034849_d20260828_m040705_c001_v7007000_t0000_u01787890025094") 2026/08/28 04:07:37 DEBUG : apple: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f41067a685e4f9511_d20260828_m040702_c001_v0001134_t0046_u01787890022256") 2026/08/28 04:07:37 DEBUG : apple: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4155eb3784034829_d20260828_m040653_c001_v7007000_t0000_u01787890013346") 2026/08/28 04:07:37 DEBUG : apple: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f41067a685e4f94da_d20260828_m040650_c001_v0001134_t0046_u01787890010051") 2026/08/28 04:07:37 DEBUG : apple: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4053888d6cf169c4_d20260828_m040640_c001_v7007000_t0000_u01787890000770") 2026/08/28 04:07:37 DEBUG : apple: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f41067a685e4f949c_d20260828_m040637_c001_v0001134_t0046_u01787889997921") 2026/08/28 04:07:38 DEBUG : apple: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4053888d6cf169ac_d20260828_m040628_c001_v7007000_t0000_u01787889988908") 2026/08/28 04:07:38 DEBUG : apple: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f41067a685e4f945e_d20260828_m040626_c001_v0001134_t0046_u01787889986065") 2026/08/28 04:07:38 DEBUG : apple: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4053888d6cf16974_d20260828_m040617_c001_v7007000_t0000_u01787889977216") 2026/08/28 04:07:38 DEBUG : apple: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f41067a685e4f942c_d20260828_m040613_c001_v0001134_t0046_u01787889973895") 2026/08/28 04:07:38 DEBUG : apple: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f400f684b05fbf455_d20260828_m040605_c001_v7007000_t0000_u01787889965243") 2026/08/28 04:07:38 DEBUG : apple: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f413857bca1e4dfcc_d20260828_m040600_c001_v0001174_t0007_u01787889960790") 2026/08/28 04:07:38 DEBUG : apple: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f403e441909cd750e_d20260828_m040552_c001_v7007000_t0000_u01787889952085") 2026/08/28 04:07:38 DEBUG : apple: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f41067a685e4f93be_d20260828_m040549_c001_v0001134_t0046_u01787889949440") 2026/08/28 04:07:38 DEBUG : apple: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f403e441909cd74fb_d20260828_m040548_c001_v7007000_t0000_u01787889948437") 2026/08/28 04:07:38 DEBUG : apple: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f413857bca1e4deda_d20260828_m040544_c001_v0001174_t0007_u01787889944721") 2026/08/28 04:07:38 DEBUG : apple: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f416f76d9c3c02fff_d20260828_m040535_c001_v7007000_t0000_u01787889935898") 2026/08/28 04:07:38 DEBUG : apple: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f405843099b9e3675_d20260828_m040533_c001_v0001154_t0016_u01787889933017") 2026/08/28 04:07:38 DEBUG : apple: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f400f684b05fbf387_d20260828_m040531_c001_v7007000_t0000_u01787889931529") 2026/08/28 04:07:38 DEBUG : apple: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f413e069b69c0d2f6_d20260828_m040528_c001_v0001184_t0036_u01787889928399") 2026/08/28 04:07:38 DEBUG : apple: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f403e441909cd74c3_d20260828_m040517_c001_v7007000_t0000_u01787889917883") 2026/08/28 04:07:38 DEBUG : apple: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f405843099b9e363d_d20260828_m040514_c001_v0001154_t0016_u01787889914346") 2026/08/28 04:07:38 DEBUG : apple: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f419032ed225a2c39_d20260828_m040505_c001_v7007000_t0000_u01787889905396") 2026/08/28 04:07:38 DEBUG : apple: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f405843099b9e3611_d20260828_m040502_c001_v0001154_t0016_u01787889902061") 2026/08/28 04:07:38 DEBUG : apple: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f406f4b8a450fab2e_d20260828_m040452_c001_v7007000_t0000_u01787889892996") 2026/08/28 04:07:38 DEBUG : apple: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f405843099b9e35eb_d20260828_m040450_c001_v0001154_t0016_u01787889890188") 2026/08/28 04:07:38 DEBUG : appleSUFFIX: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4188613d6637a269_d20260828_m040550_c001_v7007000_t0000_u01787889950408") 2026/08/28 04:07:38 DEBUG : appleSUFFIX: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f405843099b9e3699_d20260828_m040546_c001_v0001154_t0016_u01787889946296") 2026/08/28 04:07:39 DEBUG : appleapple: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f400f684b05fbf456_d20260828_m040605_c001_v7007000_t0000_u01787889965424") 2026/08/28 04:07:39 DEBUG : appleapple: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f413857bca1e4dfda_d20260828_m040602_c001_v0001174_t0007_u01787889962321") 2026/08/28 04:07:39 DEBUG : appleappleapplebanana: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4155eb378403484a_d20260828_m040705_c001_v7007000_t0000_u01787890025274") 2026/08/28 04:07:39 DEBUG : appleappleapplebanana: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f413857bca1e4e2d5_d20260828_m040702_c001_v0001174_t0007_u01787890022619") 2026/08/28 04:07:39 DEBUG : appleappleapplebanana: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4155eb378403482b_d20260828_m040653_c001_v7007000_t0000_u01787890013526") 2026/08/28 04:07:39 DEBUG : appleappleapplebanana: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f413857bca1e4e233_d20260828_m040650_c001_v0001174_t0007_u01787890010417") 2026/08/28 04:07:39 DEBUG : appleappleapplebanana: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4053888d6cf169c5_d20260828_m040640_c001_v7007000_t0000_u01787890000950") 2026/08/28 04:07:39 DEBUG : appleappleapplebanana: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f413857bca1e4e1a1_d20260828_m040638_c001_v0001174_t0007_u01787889998287") 2026/08/28 04:07:39 DEBUG : appleappleapplebanana: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4053888d6cf169ad_d20260828_m040629_c001_v7007000_t0000_u01787889989089") 2026/08/28 04:07:39 DEBUG : appleappleapplebanana: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f413857bca1e4e11a_d20260828_m040626_c001_v0001174_t0007_u01787889986430") 2026/08/28 04:07:39 DEBUG : appleappleapplebanana: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4053888d6cf16975_d20260828_m040617_c001_v7007000_t0000_u01787889977397") 2026/08/28 04:07:39 DEBUG : appleappleapplebanana: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f413857bca1e4e08c_d20260828_m040614_c001_v0001174_t0007_u01787889974258") 2026/08/28 04:07:39 DEBUG : appleappleapplebanana: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f406f4b8a450facf1_d20260828_m040603_c001_v7007000_t0000_u01787889963273") 2026/08/28 04:07:39 DEBUG : appleappleapplebanana: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f41067a685e4f93f6_d20260828_m040601_c001_v0001134_t0046_u01787889961250") 2026/08/28 04:07:39 DEBUG : appleappleapplebanana: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f403e441909cd750f_d20260828_m040552_c001_v7007000_t0000_u01787889952264") 2026/08/28 04:07:39 DEBUG : appleappleapplebanana: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f413e069b69c0d3be_d20260828_m040549_c001_v0001184_t0036_u01787889949421") 2026/08/28 04:07:39 DEBUG : appleappleapplebanana: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f41236a1de0c25d71_d20260828_m040548_c001_v7007000_t0000_u01787889948057") 2026/08/28 04:07:39 DEBUG : appleappleapplebanana: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f41067a685e4f939e_d20260828_m040545_c001_v0001134_t0046_u01787889945164") 2026/08/28 04:07:39 DEBUG : appleappleapplebanana: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f416f76d9c3c03000_d20260828_m040536_c001_v7007000_t0000_u01787889936081") 2026/08/28 04:07:39 DEBUG : appleappleapplebanana: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f413e069b69c0d31a_d20260828_m040533_c001_v0001184_t0036_u01787889933029") 2026/08/28 04:07:39 DEBUG : appleappleapplebanana: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f420be841e89cf425_d20260828_m040531_c001_v7007000_t0000_u01787889931915") 2026/08/28 04:07:39 DEBUG : appleappleapplebanana: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f405843099b9e3669_d20260828_m040528_c001_v0001154_t0016_u01787889928766") 2026/08/28 04:07:40 DEBUG : appleappleapplebanana: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f403e441909cd74c4_d20260828_m040517_c001_v7007000_t0000_u01787889917891") 2026/08/28 04:07:40 DEBUG : appleappleapplebanana: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f413857bca1e4dd1a_d20260828_m040514_c001_v0001174_t0007_u01787889914718") 2026/08/28 04:07:40 DEBUG : appleappleapplebanana: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f419032ed225a2c3a_d20260828_m040505_c001_v7007000_t0000_u01787889905575") 2026/08/28 04:07:40 DEBUG : appleappleapplebanana: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f413857bca1e4dc76_d20260828_m040502_c001_v0001174_t0007_u01787889902432") 2026/08/28 04:07:40 DEBUG : appleappleapplebanana: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f406f4b8a450fab2f_d20260828_m040453_c001_v7007000_t0000_u01787889893175") 2026/08/28 04:07:40 DEBUG : appleappleapplebanana: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f413857bca1e4dbda_d20260828_m040450_c001_v0001174_t0007_u01787889890557") 2026/08/28 04:07:40 DEBUG : appleappleapplebananaSUFFIX: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f419f3addfb7c9653_d20260828_m040550_c001_v7007000_t0000_u01787889950377") 2026/08/28 04:07:40 DEBUG : appleappleapplebananaSUFFIX: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f113857bca1e4def6_d20260828_m040546_c001_v0001174_t0036_u01787889946262") 2026/08/28 04:07:40 DEBUG : b/potato: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f419f3addfb7c90cb_d20260828_m040038_c001_v7007000_t0000_u01787889638145") 2026/08/28 04:07:40 DEBUG : b/potato: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f41067a685e4f8e84_d20260828_m040036_c001_v0001134_t0046_u01787889636333") 2026/08/28 04:07:40 DEBUG : b/potato: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f419f3addfb7c8cdd_d20260828_m040035_c001_v7007000_t0000_u01787889635246") 2026/08/28 04:07:40 DEBUG : b/potato: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f41067a685e4f8e7a_d20260828_m040034_c001_v0001134_t0046_u01787889634014") 2026/08/28 04:07:40 DEBUG : b/potato: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f425a6bd0404c1248_d20260828_m040018_c001_v7007000_t0000_u01787889618436") 2026/08/28 04:07:40 DEBUG : b/potato: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f41067a685e4f8e1e_d20260828_m040017_c001_v0001134_t0046_u01787889617330") 2026/08/28 04:07:40 DEBUG : backup/one: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4041d8dd6a2ff00f_d20260828_m040242_c001_v7007000_t0000_u01787889762202") 2026/08/28 04:07:40 DEBUG : backup/one: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f41753aad6565ec48_d20260828_m040240_c001_v0001039_t0050_u01787889760712") 2026/08/28 04:07:40 DEBUG : backup/one: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f41337592db4d9dd9_d20260828_m040237_c001_v0001136_t0032_u01787889757270") 2026/08/28 04:07:40 DEBUG : backup/one-2019-01-01: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4053888d6cf1639f_d20260828_m040327_c001_v7007000_t0000_u01787889807506") 2026/08/28 04:07:40 DEBUG : backup/one-2019-01-01: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4195a91307d5eb19_d20260828_m040325_c001_v0001157_t0029_u01787889805632") 2026/08/28 04:07:40 DEBUG : backup/one-2019-01-01: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4096edaba8d27057_d20260828_m040300_c001_v0001090_t0035_u01787889780222") 2026/08/28 04:07:40 DEBUG : backup/one.bak: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f403e441909cd73bd_d20260828_m040253_c001_v7007000_t0000_u01787889773682") 2026/08/28 04:07:41 DEBUG : backup/one.bak: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f41947958c21bc921_d20260828_m040252_c001_v0001033_t0020_u01787889772199") 2026/08/28 04:07:41 DEBUG : backup/one.bak: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4149f5822e7f2819_d20260828_m040248_c001_v0001098_t0011_u01787889768844") 2026/08/28 04:07:41 DEBUG : backup/three-2019-01-01.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4053888d6cf163a0_d20260828_m040327_c001_v7007000_t0000_u01787889807686") 2026/08/28 04:07:41 DEBUG : backup/three-2019-01-01.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f411162c0b14591d6_d20260828_m040326_c001_v0001041_t0043_u01787889806777") 2026/08/28 04:07:41 DEBUG : backup/three-2019-01-01.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f407b92d857a52bb6_d20260828_m040301_c001_v0001172_t0013_u01787889781501") 2026/08/28 04:07:41 DEBUG : backup/three.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4041d8dd6a2ff010_d20260828_m040242_c001_v7007000_t0000_u01787889762382") 2026/08/28 04:07:41 DEBUG : backup/three.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f41264a80a465e3e6_d20260828_m040241_c001_v0001171_t0025_u01787889761450") 2026/08/28 04:07:41 DEBUG : backup/three.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f412cd28a6915d379_d20260828_m040238_c001_v0001130_t0054_u01787889758556") 2026/08/28 04:07:41 DEBUG : backup/three.txt.bak: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f403e441909cd73be_d20260828_m040253_c001_v7007000_t0000_u01787889773864") 2026/08/28 04:07:41 DEBUG : backup/three.txt.bak: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4026efd05ff1c43e_d20260828_m040252_c001_v0001137_t0037_u01787889772945") 2026/08/28 04:07:41 DEBUG : backup/three.txt.bak: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4176635027665c61_d20260828_m040250_c001_v0001167_t0023_u01787889770140") 2026/08/28 04:07:41 DEBUG : banana: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4155eb378403484b_d20260828_m040705_c001_v7007000_t0000_u01787890025454") 2026/08/28 04:07:41 DEBUG : banana: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f405843099b9e3793_d20260828_m040702_c001_v0001154_t0016_u01787890022436") 2026/08/28 04:07:41 DEBUG : banana: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4155eb378403482c_d20260828_m040653_c001_v7007000_t0000_u01787890013720") 2026/08/28 04:07:41 DEBUG : banana: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f405843099b9e376d_d20260828_m040650_c001_v0001154_t0016_u01787890010234") 2026/08/28 04:07:41 DEBUG : banana: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4053888d6cf169c6_d20260828_m040641_c001_v7007000_t0000_u01787890001130") 2026/08/28 04:07:41 DEBUG : banana: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f405843099b9e3747_d20260828_m040638_c001_v0001154_t0016_u01787889998103") 2026/08/28 04:07:41 DEBUG : banana: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4053888d6cf169af_d20260828_m040629_c001_v7007000_t0000_u01787889989269") 2026/08/28 04:07:41 DEBUG : banana: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f405843099b9e372b_d20260828_m040626_c001_v0001154_t0016_u01787889986247") 2026/08/28 04:07:41 DEBUG : banana: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4053888d6cf16977_d20260828_m040617_c001_v7007000_t0000_u01787889977578") 2026/08/28 04:07:41 DEBUG : banana: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f405843099b9e370d_d20260828_m040614_c001_v0001154_t0016_u01787889974076") 2026/08/28 04:07:41 DEBUG : banana: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f400f684b05fbf457_d20260828_m040605_c001_v7007000_t0000_u01787889965604") 2026/08/28 04:07:42 DEBUG : banana: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f413e069b69c0d410_d20260828_m040600_c001_v0001184_t0036_u01787889960974") 2026/08/28 04:07:42 DEBUG : banana: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f403e441909cd7510_d20260828_m040552_c001_v7007000_t0000_u01787889952443") 2026/08/28 04:07:42 DEBUG : banana: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f413857bca1e4df3a_d20260828_m040549_c001_v0001174_t0007_u01787889949430") 2026/08/28 04:07:42 DEBUG : banana: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f423bcb94d62ff266_d20260828_m040548_c001_v7007000_t0000_u01787889948451") 2026/08/28 04:07:42 DEBUG : banana: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f413e069b69c0d382_d20260828_m040544_c001_v0001184_t0036_u01787889944982") 2026/08/28 04:07:42 DEBUG : banana: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f416f76d9c3c03001_d20260828_m040536_c001_v7007000_t0000_u01787889936260") 2026/08/28 04:07:42 DEBUG : banana: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f41067a685e4f935a_d20260828_m040533_c001_v0001134_t0046_u01787889933040") 2026/08/28 04:07:42 DEBUG : banana: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f400f684b05fbf389_d20260828_m040531_c001_v7007000_t0000_u01787889931889") 2026/08/28 04:07:42 DEBUG : banana: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f41067a685e4f933e_d20260828_m040528_c001_v0001134_t0046_u01787889928584") 2026/08/28 04:07:42 DEBUG : banana: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4012364e01d18bff_d20260828_m040517_c001_v7007000_t0000_u01787889917943") 2026/08/28 04:07:42 DEBUG : banana: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f413e069b69c0d294_d20260828_m040514_c001_v0001184_t0036_u01787889914534") 2026/08/28 04:07:42 DEBUG : banana: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f419032ed225a2c3b_d20260828_m040505_c001_v7007000_t0000_u01787889905754") 2026/08/28 04:07:42 DEBUG : banana: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f413e069b69c0d218_d20260828_m040502_c001_v0001184_t0036_u01787889902245") 2026/08/28 04:07:42 DEBUG : banana: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f406f4b8a450fab30_d20260828_m040453_c001_v7007000_t0000_u01787889893364") 2026/08/28 04:07:42 DEBUG : banana: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f413e069b69c0d1b4_d20260828_m040450_c001_v0001184_t0036_u01787889890374") 2026/08/28 04:07:42 DEBUG : bananaSUFFIX: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4188613d6637a26c_d20260828_m040550_c001_v7007000_t0000_u01787889950755") 2026/08/28 04:07:42 DEBUG : bananaSUFFIX: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f413e069b69c0d38a_d20260828_m040546_c001_v0001184_t0036_u01787889946275") 2026/08/28 04:07:42 DEBUG : both0: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f406f4b8a450faaee_d20260828_m040431_c001_v7007000_t0000_u01787889871897") 2026/08/28 04:07:42 DEBUG : both0: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f405843099b9e3585_d20260828_m040421_c001_v0001154_t0016_u01787889861159") 2026/08/28 04:07:42 DEBUG : both0: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4130fc138f8918c7_d20260828_m040416_c001_v7007000_t0000_u01787889856829") 2026/08/28 04:07:42 DEBUG : both0: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f41067a685e4f91b0_d20260828_m040406_c001_v0001134_t0046_u01787889846416") 2026/08/28 04:07:43 DEBUG : both1: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f406f4b8a450faaf0_d20260828_m040432_c001_v7007000_t0000_u01787889872079") 2026/08/28 04:07:43 DEBUG : both1: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f41067a685e4f91f2_d20260828_m040422_c001_v0001134_t0046_u01787889862242") 2026/08/28 04:07:43 DEBUG : both1: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4130fc138f8918c8_d20260828_m040417_c001_v7007000_t0000_u01787889857009") 2026/08/28 04:07:43 DEBUG : both1: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f413e069b69c0d024_d20260828_m040406_c001_v0001184_t0036_u01787889846784") 2026/08/28 04:07:43 DEBUG : both10: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f406f4b8a450faaf1_d20260828_m040432_c001_v7007000_t0000_u01787889872259") 2026/08/28 04:07:43 DEBUG : both10: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f41067a685e4f920e_d20260828_m040425_c001_v0001134_t0046_u01787889865645") 2026/08/28 04:07:43 DEBUG : both10: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4130fc138f8918c9_d20260828_m040417_c001_v7007000_t0000_u01787889857191") 2026/08/28 04:07:43 DEBUG : both10: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f413e069b69c0d03a_d20260828_m040410_c001_v0001184_t0036_u01787889850217") 2026/08/28 04:07:43 DEBUG : both11: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f406f4b8a450faaf2_d20260828_m040432_c001_v7007000_t0000_u01787889872440") 2026/08/28 04:07:43 DEBUG : both11: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f413e069b69c0d0d4_d20260828_m040426_c001_v0001184_t0036_u01787889866018") 2026/08/28 04:07:43 DEBUG : both11: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4130fc138f8918ca_d20260828_m040417_c001_v7007000_t0000_u01787889857371") 2026/08/28 04:07:43 DEBUG : both11: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f405843099b9e3565_d20260828_m040410_c001_v0001154_t0016_u01787889850586") 2026/08/28 04:07:43 DEBUG : both12: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f406f4b8a450faaf4_d20260828_m040432_c001_v7007000_t0000_u01787889872619") 2026/08/28 04:07:43 DEBUG : both12: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f405843099b9e359f_d20260828_m040426_c001_v0001154_t0016_u01787889866400") 2026/08/28 04:07:43 DEBUG : both12: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4130fc138f8918cb_d20260828_m040417_c001_v7007000_t0000_u01787889857551") 2026/08/28 04:07:43 DEBUG : both12: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f41067a685e4f91c6_d20260828_m040411_c001_v0001134_t0046_u01787889851071") 2026/08/28 04:07:43 DEBUG : both13: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f406f4b8a450faaf5_d20260828_m040432_c001_v7007000_t0000_u01787889872800") 2026/08/28 04:07:43 DEBUG : both13: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f41067a685e4f9216_d20260828_m040426_c001_v0001134_t0046_u01787889866766") 2026/08/28 04:07:43 DEBUG : both13: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4130fc138f8918cc_d20260828_m040417_c001_v7007000_t0000_u01787889857730") 2026/08/28 04:07:43 DEBUG : both13: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f413e069b69c0d044_d20260828_m040411_c001_v0001184_t0036_u01787889851462") 2026/08/28 04:07:43 DEBUG : both14: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f406f4b8a450faaf6_d20260828_m040432_c001_v7007000_t0000_u01787889872980") 2026/08/28 04:07:43 DEBUG : both14: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f413e069b69c0d0de_d20260828_m040427_c001_v0001184_t0036_u01787889867129") 2026/08/28 04:07:43 DEBUG : both14: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4130fc138f8918cf_d20260828_m040417_c001_v7007000_t0000_u01787889857972") 2026/08/28 04:07:44 DEBUG : both14: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f405843099b9e356d_d20260828_m040411_c001_v0001154_t0016_u01787889851936") 2026/08/28 04:07:44 DEBUG : both15: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f406f4b8a450faaf7_d20260828_m040433_c001_v7007000_t0000_u01787889873160") 2026/08/28 04:07:44 DEBUG : both15: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f405843099b9e35a9_d20260828_m040427_c001_v0001154_t0016_u01787889867513") 2026/08/28 04:07:44 DEBUG : both15: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4130fc138f8918d1_d20260828_m040418_c001_v7007000_t0000_u01787889858156") 2026/08/28 04:07:44 DEBUG : both15: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f41067a685e4f91ce_d20260828_m040412_c001_v0001134_t0046_u01787889852411") 2026/08/28 04:07:44 DEBUG : both16: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f406f4b8a450faaf9_d20260828_m040433_c001_v7007000_t0000_u01787889873340") 2026/08/28 04:07:44 DEBUG : both16: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f41067a685e4f921c_d20260828_m040427_c001_v0001134_t0046_u01787889867877") 2026/08/28 04:07:44 DEBUG : both16: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4130fc138f8918d2_d20260828_m040418_c001_v7007000_t0000_u01787889858335") 2026/08/28 04:07:44 DEBUG : both16: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f413e069b69c0d04c_d20260828_m040412_c001_v0001184_t0036_u01787889852780") 2026/08/28 04:07:44 DEBUG : both17: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f406f4b8a450faafa_d20260828_m040433_c001_v7007000_t0000_u01787889873519") 2026/08/28 04:07:44 DEBUG : both17: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f413e069b69c0d0ea_d20260828_m040428_c001_v0001184_t0036_u01787889868249") 2026/08/28 04:07:44 DEBUG : both17: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4130fc138f8918d3_d20260828_m040418_c001_v7007000_t0000_u01787889858514") 2026/08/28 04:07:44 DEBUG : both17: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f405843099b9e3573_d20260828_m040413_c001_v0001154_t0016_u01787889853151") 2026/08/28 04:07:44 DEBUG : both18: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f406f4b8a450faafb_d20260828_m040433_c001_v7007000_t0000_u01787889873700") 2026/08/28 04:07:44 DEBUG : both18: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f405843099b9e35ad_d20260828_m040428_c001_v0001154_t0016_u01787889868626") 2026/08/28 04:07:44 DEBUG : both18: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4130fc138f8918d4_d20260828_m040418_c001_v7007000_t0000_u01787889858693") 2026/08/28 04:07:44 DEBUG : both18: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f41067a685e4f91d4_d20260828_m040413_c001_v0001134_t0046_u01787889853520") 2026/08/28 04:07:44 DEBUG : both19: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f406f4b8a450faafc_d20260828_m040433_c001_v7007000_t0000_u01787889873879") 2026/08/28 04:07:45 DEBUG : both19: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f41067a685e4f9220_d20260828_m040428_c001_v0001134_t0046_u01787889868992") 2026/08/28 04:07:45 DEBUG : both19: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4130fc138f8918d5_d20260828_m040418_c001_v7007000_t0000_u01787889858988") 2026/08/28 04:07:45 DEBUG : both19: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f413e069b69c0d05c_d20260828_m040413_c001_v0001184_t0036_u01787889853889") 2026/08/28 04:07:45 DEBUG : both2: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f406f4b8a450faafd_d20260828_m040434_c001_v7007000_t0000_u01787889874059") 2026/08/28 04:07:45 DEBUG : both2: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f413e069b69c0d0ae_d20260828_m040422_c001_v0001184_t0036_u01787889862607") 2026/08/28 04:07:45 DEBUG : both2: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4130fc138f8918d6_d20260828_m040419_c001_v7007000_t0000_u01787889859166") 2026/08/28 04:07:45 DEBUG : both2: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f405843099b9e3553_d20260828_m040407_c001_v0001154_t0016_u01787889847156") 2026/08/28 04:07:45 DEBUG : both3: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f406f4b8a450faaff_d20260828_m040434_c001_v7007000_t0000_u01787889874238") 2026/08/28 04:07:45 DEBUG : both3: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f405843099b9e358b_d20260828_m040422_c001_v0001154_t0016_u01787889862970") 2026/08/28 04:07:45 DEBUG : both3: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4130fc138f8918d7_d20260828_m040419_c001_v7007000_t0000_u01787889859347") 2026/08/28 04:07:45 DEBUG : both3: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f41067a685e4f91b6_d20260828_m040407_c001_v0001134_t0046_u01787889847523") 2026/08/28 04:07:45 DEBUG : both4: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f406f4b8a450fab00_d20260828_m040434_c001_v7007000_t0000_u01787889874421") 2026/08/28 04:07:45 DEBUG : both4: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f41067a685e4f91fe_d20260828_m040423_c001_v0001134_t0046_u01787889863335") 2026/08/28 04:07:45 DEBUG : both4: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4130fc138f8918d8_d20260828_m040419_c001_v7007000_t0000_u01787889859527") 2026/08/28 04:07:45 DEBUG : both4: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f413e069b69c0d02c_d20260828_m040407_c001_v0001184_t0036_u01787889847891") 2026/08/28 04:07:45 DEBUG : both5: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f406f4b8a450fab01_d20260828_m040434_c001_v7007000_t0000_u01787889874601") 2026/08/28 04:07:45 DEBUG : both5: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f413e069b69c0d0ba_d20260828_m040423_c001_v0001184_t0036_u01787889863699") 2026/08/28 04:07:45 DEBUG : both5: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4130fc138f8918d9_d20260828_m040419_c001_v7007000_t0000_u01787889859710") 2026/08/28 04:07:45 DEBUG : both5: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f405843099b9e3557_d20260828_m040408_c001_v0001154_t0016_u01787889848263") 2026/08/28 04:07:45 DEBUG : both6: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f406f4b8a450fab02_d20260828_m040434_c001_v7007000_t0000_u01787889874781") 2026/08/28 04:07:45 DEBUG : both6: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f405843099b9e3593_d20260828_m040424_c001_v0001154_t0016_u01787889864061") 2026/08/28 04:07:46 DEBUG : both6: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4130fc138f8918da_d20260828_m040419_c001_v7007000_t0000_u01787889859890") 2026/08/28 04:07:46 DEBUG : both6: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f41067a685e4f91ba_d20260828_m040408_c001_v0001134_t0046_u01787889848630") 2026/08/28 04:07:46 DEBUG : both7: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f406f4b8a450fab03_d20260828_m040434_c001_v7007000_t0000_u01787889874960") 2026/08/28 04:07:46 DEBUG : both7: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f41067a685e4f9202_d20260828_m040424_c001_v0001134_t0046_u01787889864553") 2026/08/28 04:07:46 DEBUG : both7: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4130fc138f8918dc_d20260828_m040420_c001_v7007000_t0000_u01787889860071") 2026/08/28 04:07:46 DEBUG : both7: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f413e069b69c0d034_d20260828_m040409_c001_v0001184_t0036_u01787889849024") 2026/08/28 04:07:46 DEBUG : both8: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f406f4b8a450fab04_d20260828_m040435_c001_v7007000_t0000_u01787889875141") 2026/08/28 04:07:46 DEBUG : both8: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f413e069b69c0d0c8_d20260828_m040424_c001_v0001184_t0036_u01787889864918") 2026/08/28 04:07:46 DEBUG : both8: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4130fc138f8918dd_d20260828_m040420_c001_v7007000_t0000_u01787889860250") 2026/08/28 04:07:46 DEBUG : both8: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f405843099b9e355d_d20260828_m040409_c001_v0001154_t0016_u01787889849396") 2026/08/28 04:07:46 DEBUG : both9: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f406f4b8a450fab05_d20260828_m040435_c001_v7007000_t0000_u01787889875320") 2026/08/28 04:07:46 DEBUG : both9: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f405843099b9e3599_d20260828_m040425_c001_v0001154_t0016_u01787889865281") 2026/08/28 04:07:46 DEBUG : both9: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4130fc138f8918de_d20260828_m040420_c001_v7007000_t0000_u01787889860430") 2026/08/28 04:07:46 DEBUG : both9: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f41067a685e4f91c0_d20260828_m040409_c001_v0001134_t0046_u01787889849763") 2026/08/28 04:07:46 DEBUG : c/non empty space: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f419f3addfb7c90cd_d20260828_m040038_c001_v7007000_t0000_u01787889638324") 2026/08/28 04:07:46 DEBUG : c/non empty space: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f41067a685e4f8e88_d20260828_m040036_c001_v0001134_t0046_u01787889636517") 2026/08/28 04:07:46 DEBUG : c/non empty space: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f419f3addfb7c8f12_d20260828_m040035_c001_v7007000_t0000_u01787889635971") 2026/08/28 04:07:46 DEBUG : c/non empty space: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f41067a685e4f8e7c_d20260828_m040034_c001_v0001134_t0046_u01787889634198") 2026/08/28 04:07:46 DEBUG : c/non empty space: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f425a6bd0404c124b_d20260828_m040019_c001_v7007000_t0000_u01787889619170") 2026/08/28 04:07:46 DEBUG : c/non empty space: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f41067a685e4f8e20_d20260828_m040017_c001_v0001134_t0046_u01787889617545") 2026/08/28 04:07:46 DEBUG : c3BsaXRiYW5hbmFzcGxpdA==: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f403e441909cd74c9_d20260828_m040520_c001_v7007000_t0000_u01787889920130") 2026/08/28 04:07:46 DEBUG : c3BsaXRiYW5hbmFzcGxpdA==: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f41067a685e4f92f4_d20260828_m040515_c001_v0001134_t0046_u01787889915800") 2026/08/28 04:07:46 DEBUG : check sum: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f425a6bd0404c1223_d20260828_m040010_c001_v7007000_t0000_u01787889610754") 2026/08/28 04:07:47 DEBUG : check sum: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f41067a685e4f8df6_d20260828_m040009_c001_v0001134_t0046_u01787889609776") 2026/08/28 04:07:47 DEBUG : dG9l/dG9l/dG9lLnR4dA==: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4174d406dae938d1_d20260828_m040732_c001_v7007000_t0000_u01787890052793") 2026/08/28 04:07:47 DEBUG : dG9l/dG9l/dG9lLnR4dA==: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f41067a685e4f9587_d20260828_m040731_c001_v0001134_t0046_u01787890051814") 2026/08/28 04:07:47 DEBUG : dest/3: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4091cd1ec0089b55_d20260828_m040215_c001_v7007000_t0000_u01787889735518") 2026/08/28 04:07:47 DEBUG : dest/3: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f414f4425266cc879_d20260828_m040214_c001_v0001183_t0003_u01787889734433") 2026/08/28 04:07:47 DEBUG : dir1/0000-abcde: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f400f684b05fbf458_d20260828_m040605_c001_v7007000_t0000_u01787889965785") 2026/08/28 04:07:47 DEBUG : dir1/0000-abcde: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f41067a685e4f93f8_d20260828_m040602_c001_v0001134_t0046_u01787889962343") 2026/08/28 04:07:47 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4155eb378403484c_d20260828_m040705_c001_v7007000_t0000_u01787890025634") 2026/08/28 04:07:47 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f41067a685e4f94f4_d20260828_m040658_c001_v0001134_t0046_u01787890018231") 2026/08/28 04:07:47 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4155eb378403482d_d20260828_m040653_c001_v7007000_t0000_u01787890013900") 2026/08/28 04:07:47 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f41067a685e4f94c0_d20260828_m040645_c001_v0001134_t0046_u01787890005446") 2026/08/28 04:07:47 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4053888d6cf169c7_d20260828_m040641_c001_v7007000_t0000_u01787890001311") 2026/08/28 04:07:47 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f41067a685e4f9480_d20260828_m040633_c001_v0001134_t0046_u01787889993891") 2026/08/28 04:07:47 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4053888d6cf169b0_d20260828_m040629_c001_v7007000_t0000_u01787889989450") 2026/08/28 04:07:47 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f41067a685e4f944c_d20260828_m040621_c001_v0001134_t0046_u01787889981835") 2026/08/28 04:07:47 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4053888d6cf16979_d20260828_m040617_c001_v7007000_t0000_u01787889977758") 2026/08/28 04:07:47 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f41067a685e4f941a_d20260828_m040609_c001_v0001134_t0046_u01787889969856") 2026/08/28 04:07:47 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f416f76d9c3c03035_d20260828_m040603_c001_v7007000_t0000_u01787889963652") 2026/08/28 04:07:47 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f413857bca1e4df7c_d20260828_m040556_c001_v0001174_t0007_u01787889956759") 2026/08/28 04:07:47 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f403e441909cd7511_d20260828_m040552_c001_v7007000_t0000_u01787889952623") 2026/08/28 04:07:48 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f413e069b69c0d3c2_d20260828_m040549_c001_v0001184_t0036_u01787889949605") 2026/08/28 04:07:48 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4188613d6637a265_d20260828_m040548_c001_v7007000_t0000_u01787889948039") 2026/08/28 04:07:48 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f413857bca1e4de9c_d20260828_m040540_c001_v0001174_t0007_u01787889940613") 2026/08/28 04:07:48 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f416f76d9c3c03002_d20260828_m040536_c001_v7007000_t0000_u01787889936439") 2026/08/28 04:07:48 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f405843099b9e3677_d20260828_m040533_c001_v0001154_t0016_u01787889933198") 2026/08/28 04:07:48 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f408bd1f183b15ab0_d20260828_m040531_c001_v7007000_t0000_u01787889931959") 2026/08/28 04:07:48 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f413e069b69c0d2d8_d20260828_m040524_c001_v0001184_t0036_u01787889924277") 2026/08/28 04:07:48 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f419032ed225a2c69_d20260828_m040518_c001_v7007000_t0000_u01787889918049") 2026/08/28 04:07:48 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f405843099b9e3629_d20260828_m040510_c001_v0001154_t0016_u01787889910230") 2026/08/28 04:07:48 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f419032ed225a2c3c_d20260828_m040505_c001_v7007000_t0000_u01787889905933") 2026/08/28 04:07:48 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f405843099b9e35ff_d20260828_m040457_c001_v0001154_t0016_u01787889897952") 2026/08/28 04:07:48 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f406f4b8a450fab31_d20260828_m040453_c001_v7007000_t0000_u01787889893543") 2026/08/28 04:07:48 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f405843099b9e35e1_d20260828_m040447_c001_v0001154_t0016_u01787889887269") 2026/08/28 04:07:48 DEBUG : dir1/0000-abcdefg.txtSUFFIX: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f403e441909cd7503_d20260828_m040550_c001_v7007000_t0000_u01787889950601") 2026/08/28 04:07:48 DEBUG : dir1/0000-abcdefg.txtSUFFIX: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f113e069b69c0d38c_d20260828_m040546_c001_v0001184_t0015_u01787889946460") 2026/08/28 04:07:48 DEBUG : dir1/0001-bcdef: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f400f684b05fbf459_d20260828_m040605_c001_v7007000_t0000_u01787889965967") 2026/08/28 04:07:48 DEBUG : dir1/0001-bcdef: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f405843099b9e36df_d20260828_m040602_c001_v0001154_t0016_u01787889962353") 2026/08/28 04:07:48 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4155eb378403484d_d20260828_m040705_c001_v7007000_t0000_u01787890025813") 2026/08/28 04:07:48 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f405843099b9e3783_d20260828_m040658_c001_v0001154_t0016_u01787890018771") 2026/08/28 04:07:48 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4155eb378403482f_d20260828_m040654_c001_v7007000_t0000_u01787890014078") 2026/08/28 04:07:48 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f405843099b9e375d_d20260828_m040645_c001_v0001154_t0016_u01787890005986") 2026/08/28 04:07:48 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4053888d6cf169c8_d20260828_m040641_c001_v7007000_t0000_u01787890001491") 2026/08/28 04:07:49 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f405843099b9e3739_d20260828_m040634_c001_v0001154_t0016_u01787889994431") 2026/08/28 04:07:49 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4053888d6cf169b1_d20260828_m040629_c001_v7007000_t0000_u01787889989630") 2026/08/28 04:07:49 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f405843099b9e3717_d20260828_m040622_c001_v0001154_t0016_u01787889982376") 2026/08/28 04:07:49 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4053888d6cf1697a_d20260828_m040617_c001_v7007000_t0000_u01787889977938") 2026/08/28 04:07:49 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f405843099b9e36fd_d20260828_m040610_c001_v0001154_t0016_u01787889970431") 2026/08/28 04:07:49 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4112f14bd05e52b8_d20260828_m040603_c001_v7007000_t0000_u01787889963665") 2026/08/28 04:07:49 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f413e069b69c0d3f0_d20260828_m040557_c001_v0001184_t0036_u01787889957302") 2026/08/28 04:07:49 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f403e441909cd7512_d20260828_m040552_c001_v7007000_t0000_u01787889952802") 2026/08/28 04:07:49 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f413857bca1e4df3c_d20260828_m040549_c001_v0001174_t0007_u01787889949615") 2026/08/28 04:07:49 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f41236a1de0c25d72_d20260828_m040548_c001_v7007000_t0000_u01787889948237") 2026/08/28 04:07:49 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f413e069b69c0d370_d20260828_m040541_c001_v0001184_t0036_u01787889941156") 2026/08/28 04:07:49 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f416f76d9c3c03003_d20260828_m040536_c001_v7007000_t0000_u01787889936619") 2026/08/28 04:07:49 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f413e069b69c0d31c_d20260828_m040533_c001_v0001184_t0036_u01787889933213") 2026/08/28 04:07:49 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f420be841e89cf42a_d20260828_m040532_c001_v7007000_t0000_u01787889932112") 2026/08/28 04:07:49 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f41067a685e4f9328_d20260828_m040524_c001_v0001134_t0046_u01787889924825") 2026/08/28 04:07:49 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f403e441909cd74c5_d20260828_m040518_c001_v7007000_t0000_u01787889918063") 2026/08/28 04:07:49 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f413e069b69c0d264_d20260828_m040510_c001_v0001184_t0036_u01787889910770") 2026/08/28 04:07:49 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f419032ed225a2c3d_d20260828_m040506_c001_v7007000_t0000_u01787889906115") 2026/08/28 04:07:49 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f413e069b69c0d1fc_d20260828_m040458_c001_v0001184_t0036_u01787889898501") 2026/08/28 04:07:49 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f406f4b8a450fab32_d20260828_m040453_c001_v7007000_t0000_u01787889893724") 2026/08/28 04:07:50 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f413e069b69c0d196_d20260828_m040447_c001_v0001184_t0036_u01787889887453") 2026/08/28 04:07:50 DEBUG : dir1/0001-bcdefgh.txtSUFFIX: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f416f76d9c3c03022_d20260828_m040550_c001_v7007000_t0000_u01787889950430") 2026/08/28 04:07:50 DEBUG : dir1/0001-bcdefgh.txtSUFFIX: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f11067a685e4f93aa_d20260828_m040546_c001_v0001134_t0052_u01787889946468") 2026/08/28 04:07:50 DEBUG : dir1/0002-cdefg: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f400f684b05fbf45a_d20260828_m040606_c001_v7007000_t0000_u01787889966148") 2026/08/28 04:07:50 DEBUG : dir1/0002-cdefg: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f413857bca1e4dfde_d20260828_m040602_c001_v0001174_t0007_u01787889962512") 2026/08/28 04:07:50 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4155eb378403484e_d20260828_m040705_c001_v7007000_t0000_u01787890025993") 2026/08/28 04:07:50 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f413857bca1e4e2a1_d20260828_m040659_c001_v0001174_t0007_u01787890019319") 2026/08/28 04:07:50 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4155eb3784034830_d20260828_m040654_c001_v7007000_t0000_u01787890014577") 2026/08/28 04:07:50 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f413857bca1e4e1f5_d20260828_m040646_c001_v0001174_t0007_u01787890006531") 2026/08/28 04:07:50 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4053888d6cf169c9_d20260828_m040641_c001_v7007000_t0000_u01787890001707") 2026/08/28 04:07:50 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f413857bca1e4e179_d20260828_m040634_c001_v0001174_t0007_u01787889994981") 2026/08/28 04:07:50 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4053888d6cf169b2_d20260828_m040629_c001_v7007000_t0000_u01787889989811") 2026/08/28 04:07:50 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f413857bca1e4e0f0_d20260828_m040622_c001_v0001174_t0007_u01787889982923") 2026/08/28 04:07:50 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4053888d6cf1697c_d20260828_m040618_c001_v7007000_t0000_u01787889978117") 2026/08/28 04:07:50 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f413857bca1e4e05c_d20260828_m040610_c001_v0001174_t0007_u01787889970974") 2026/08/28 04:07:50 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f416f76d9c3c03033_d20260828_m040603_c001_v7007000_t0000_u01787889963292") 2026/08/28 04:07:50 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f41067a685e4f93e0_d20260828_m040557_c001_v0001134_t0046_u01787889957846") 2026/08/28 04:07:50 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f403e441909cd7514_d20260828_m040552_c001_v7007000_t0000_u01787889952981") 2026/08/28 04:07:50 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f41067a685e4f93c0_d20260828_m040549_c001_v0001134_t0046_u01787889949624") 2026/08/28 04:07:50 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4188613d6637a267_d20260828_m040548_c001_v7007000_t0000_u01787889948403") 2026/08/28 04:07:50 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f41067a685e4f9392_d20260828_m040541_c001_v0001134_t0046_u01787889941694") 2026/08/28 04:07:51 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f416f76d9c3c03004_d20260828_m040536_c001_v7007000_t0000_u01787889936800") 2026/08/28 04:07:51 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f41067a685e4f935c_d20260828_m040533_c001_v0001134_t0046_u01787889933223") 2026/08/28 04:07:51 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f416f76d9c3c02e70_d20260828_m040531_c001_v7007000_t0000_u01787889931897") 2026/08/28 04:07:51 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f405843099b9e365b_d20260828_m040525_c001_v0001154_t0016_u01787889925362") 2026/08/28 04:07:51 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f403e441909cd74c2_d20260828_m040517_c001_v7007000_t0000_u01787889917702") 2026/08/28 04:07:51 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f413857bca1e4dcee_d20260828_m040511_c001_v0001174_t0007_u01787889911308") 2026/08/28 04:07:51 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f419032ed225a2c3e_d20260828_m040506_c001_v7007000_t0000_u01787889906299") 2026/08/28 04:07:51 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f413857bca1e4dc3e_d20260828_m040459_c001_v0001174_t0007_u01787889899050") 2026/08/28 04:07:51 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f406f4b8a450fab33_d20260828_m040453_c001_v7007000_t0000_u01787889893903") 2026/08/28 04:07:51 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f413857bca1e4dbb0_d20260828_m040447_c001_v0001174_t0007_u01787889887634") 2026/08/28 04:07:51 DEBUG : dir1/0002-cdefghi.txtSUFFIX: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f403e441909cd7500_d20260828_m040550_c001_v7007000_t0000_u01787889950422") 2026/08/28 04:07:51 DEBUG : dir1/0002-cdefghi.txtSUFFIX: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f105843099b9e369b_d20260828_m040546_c001_v0001154_t0025_u01787889946481") 2026/08/28 04:07:51 DEBUG : dir1/0003-defgh: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f400f684b05fbf45b_d20260828_m040606_c001_v7007000_t0000_u01787889966343") 2026/08/28 04:07:51 DEBUG : dir1/0003-defgh: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f413e069b69c0d422_d20260828_m040602_c001_v0001184_t0036_u01787889962525") 2026/08/28 04:07:51 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4155eb378403484f_d20260828_m040706_c001_v7007000_t0000_u01787890026172") 2026/08/28 04:07:51 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f413e069b69c0d5e2_d20260828_m040659_c001_v0001184_t0036_u01787890019861") 2026/08/28 04:07:51 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4155eb3784034831_d20260828_m040654_c001_v7007000_t0000_u01787890014756") 2026/08/28 04:07:51 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f413e069b69c0d58a_d20260828_m040647_c001_v0001184_t0036_u01787890007070") 2026/08/28 04:07:51 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4053888d6cf169ca_d20260828_m040641_c001_v7007000_t0000_u01787890001887") 2026/08/28 04:07:51 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f413e069b69c0d51a_d20260828_m040635_c001_v0001184_t0036_u01787889995528") 2026/08/28 04:07:52 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4053888d6cf169b3_d20260828_m040629_c001_v7007000_t0000_u01787889989992") 2026/08/28 04:07:52 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f413e069b69c0d4c6_d20260828_m040623_c001_v0001184_t0036_u01787889983460") 2026/08/28 04:07:52 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4053888d6cf1697e_d20260828_m040618_c001_v7007000_t0000_u01787889978297") 2026/08/28 04:07:52 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f413e069b69c0d45e_d20260828_m040611_c001_v0001184_t0036_u01787889971516") 2026/08/28 04:07:52 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4112f14bd05e52b2_d20260828_m040603_c001_v7007000_t0000_u01787889963305") 2026/08/28 04:07:52 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f405843099b9e36cb_d20260828_m040558_c001_v0001154_t0016_u01787889958384") 2026/08/28 04:07:52 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f403e441909cd7517_d20260828_m040553_c001_v7007000_t0000_u01787889953286") 2026/08/28 04:07:52 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f405843099b9e36ad_d20260828_m040549_c001_v0001154_t0016_u01787889949639") 2026/08/28 04:07:52 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f419f3addfb7c963d_d20260828_m040548_c001_v7007000_t0000_u01787889948566") 2026/08/28 04:07:52 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f405843099b9e3689_d20260828_m040542_c001_v0001154_t0016_u01787889942240") 2026/08/28 04:07:52 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f416f76d9c3c03005_d20260828_m040536_c001_v7007000_t0000_u01787889936979") 2026/08/28 04:07:52 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f413857bca1e4de30_d20260828_m040533_c001_v0001174_t0007_u01787889933244") 2026/08/28 04:07:52 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f419f3addfb7c95ad_d20260828_m040531_c001_v7007000_t0000_u01787889931961") 2026/08/28 04:07:52 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f413857bca1e4ddb2_d20260828_m040525_c001_v0001174_t0007_u01787889925909") 2026/08/28 04:07:52 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f419032ed225a2c5a_d20260828_m040517_c001_v7007000_t0000_u01787889917331") 2026/08/28 04:07:52 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f41067a685e4f92da_d20260828_m040511_c001_v0001134_t0046_u01787889911902") 2026/08/28 04:07:52 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f419032ed225a2c3f_d20260828_m040506_c001_v7007000_t0000_u01787889906479") 2026/08/28 04:07:52 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f41067a685e4f92a6_d20260828_m040459_c001_v0001134_t0046_u01787889899589") 2026/08/28 04:07:52 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f406f4b8a450fab34_d20260828_m040454_c001_v7007000_t0000_u01787889894083") 2026/08/28 04:07:53 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f41067a685e4f926e_d20260828_m040447_c001_v0001134_t0046_u01787889887817") 2026/08/28 04:07:53 DEBUG : dir1/0003-defghij.txtSUFFIX: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f403e441909cd7502_d20260828_m040550_c001_v7007000_t0000_u01787889950440") 2026/08/28 04:07:53 DEBUG : dir1/0003-defghij.txtSUFFIX: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f113e069b69c0d392_d20260828_m040546_c001_v0001184_t0028_u01787889946662") 2026/08/28 04:07:53 DEBUG : dir1/0004-efghi: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f400f684b05fbf45c_d20260828_m040606_c001_v7007000_t0000_u01787889966524") 2026/08/28 04:07:53 DEBUG : dir1/0004-efghi: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f41067a685e4f93fa_d20260828_m040602_c001_v0001134_t0046_u01787889962533") 2026/08/28 04:07:53 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4155eb3784034850_d20260828_m040706_c001_v7007000_t0000_u01787890026351") 2026/08/28 04:07:53 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f41067a685e4f94fb_d20260828_m040700_c001_v0001134_t0046_u01787890020044") 2026/08/28 04:07:53 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4155eb3784034833_d20260828_m040654_c001_v7007000_t0000_u01787890014943") 2026/08/28 04:07:53 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f41067a685e4f94c6_d20260828_m040647_c001_v0001134_t0046_u01787890007252") 2026/08/28 04:07:53 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4053888d6cf169cd_d20260828_m040642_c001_v7007000_t0000_u01787890002067") 2026/08/28 04:07:53 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f41067a685e4f9486_d20260828_m040635_c001_v0001134_t0046_u01787889995712") 2026/08/28 04:07:53 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4053888d6cf169b4_d20260828_m040630_c001_v7007000_t0000_u01787889990172") 2026/08/28 04:07:53 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f41067a685e4f9450_d20260828_m040623_c001_v0001134_t0046_u01787889983642") 2026/08/28 04:07:53 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4053888d6cf1697f_d20260828_m040618_c001_v7007000_t0000_u01787889978478") 2026/08/28 04:07:53 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f41067a685e4f9422_d20260828_m040611_c001_v0001134_t0046_u01787889971701") 2026/08/28 04:07:53 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f400f684b05fbf452_d20260828_m040603_c001_v7007000_t0000_u01787889963316") 2026/08/28 04:07:53 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f413857bca1e4df9c_d20260828_m040558_c001_v0001174_t0007_u01787889958567") 2026/08/28 04:07:53 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f403e441909cd7519_d20260828_m040553_c001_v7007000_t0000_u01787889953465") 2026/08/28 04:07:53 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f413e069b69c0d3c4_d20260828_m040549_c001_v0001184_t0036_u01787889949789") 2026/08/28 04:07:53 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f419f3addfb7c962f_d20260828_m040548_c001_v7007000_t0000_u01787889948205") 2026/08/28 04:07:53 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f413857bca1e4deb6_d20260828_m040542_c001_v0001174_t0007_u01787889942428") 2026/08/28 04:07:53 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f416f76d9c3c03006_d20260828_m040537_c001_v7007000_t0000_u01787889937159") 2026/08/28 04:07:53 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f405843099b9e3679_d20260828_m040533_c001_v0001154_t0016_u01787889933382") 2026/08/28 04:07:53 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4077e5bf51bf8812_d20260828_m040532_c001_v7007000_t0000_u01787889932127") 2026/08/28 04:07:54 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f413e069b69c0d2ea_d20260828_m040526_c001_v0001184_t0036_u01787889926092") 2026/08/28 04:07:54 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4188613d6637a24e_d20260828_m040517_c001_v7007000_t0000_u01787889917721") 2026/08/28 04:07:54 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f405843099b9e362d_d20260828_m040512_c001_v0001154_t0016_u01787889912086") 2026/08/28 04:07:54 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f419032ed225a2c40_d20260828_m040506_c001_v7007000_t0000_u01787889906659") 2026/08/28 04:07:54 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f405843099b9e3605_d20260828_m040459_c001_v0001154_t0016_u01787889899778") 2026/08/28 04:07:54 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f406f4b8a450fab35_d20260828_m040454_c001_v7007000_t0000_u01787889894263") 2026/08/28 04:07:54 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f405843099b9e35e3_d20260828_m040447_c001_v0001154_t0016_u01787889887998") 2026/08/28 04:07:54 DEBUG : dir1/0004-efghijk.txtSUFFIX: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f423bcb94d62ff267_d20260828_m040550_c001_v7007000_t0000_u01787889950451") 2026/08/28 04:07:54 DEBUG : dir1/0004-efghijk.txtSUFFIX: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f113857bca1e4defc_d20260828_m040546_c001_v0001174_t0033_u01787889946836") 2026/08/28 04:07:54 DEBUG : dir1/0005-fghij: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f400f684b05fbf45d_d20260828_m040606_c001_v7007000_t0000_u01787889966704") 2026/08/28 04:07:54 DEBUG : dir1/0005-fghij: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f405843099b9e36e1_d20260828_m040602_c001_v0001154_t0016_u01787889962543") 2026/08/28 04:07:54 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4155eb3784034851_d20260828_m040706_c001_v7007000_t0000_u01787890026531") 2026/08/28 04:07:54 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f405843099b9e3787_d20260828_m040700_c001_v0001154_t0016_u01787890020224") 2026/08/28 04:07:54 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4155eb3784034835_d20260828_m040655_c001_v7007000_t0000_u01787890015122") 2026/08/28 04:07:54 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f405843099b9e3761_d20260828_m040647_c001_v0001154_t0016_u01787890007435") 2026/08/28 04:07:54 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4053888d6cf169cf_d20260828_m040642_c001_v7007000_t0000_u01787890002248") 2026/08/28 04:07:54 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f405843099b9e373f_d20260828_m040635_c001_v0001154_t0016_u01787889995894") 2026/08/28 04:07:54 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4053888d6cf169b5_d20260828_m040630_c001_v7007000_t0000_u01787889990352") 2026/08/28 04:07:54 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f405843099b9e371d_d20260828_m040623_c001_v0001154_t0016_u01787889983824") 2026/08/28 04:07:54 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4053888d6cf16981_d20260828_m040618_c001_v7007000_t0000_u01787889978659") 2026/08/28 04:07:55 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f405843099b9e3701_d20260828_m040611_c001_v0001154_t0016_u01787889971881") 2026/08/28 04:07:55 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f403e441909cd7547_d20260828_m040603_c001_v7007000_t0000_u01787889963441") 2026/08/28 04:07:55 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f413e069b69c0d400_d20260828_m040558_c001_v0001184_t0036_u01787889958751") 2026/08/28 04:07:55 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f403e441909cd751b_d20260828_m040553_c001_v7007000_t0000_u01787889953645") 2026/08/28 04:07:55 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f413857bca1e4df44_d20260828_m040549_c001_v0001174_t0007_u01787889949799") 2026/08/28 04:07:55 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f416f76d9c3c03020_d20260828_m040548_c001_v7007000_t0000_u01787889948376") 2026/08/28 04:07:55 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f413e069b69c0d378_d20260828_m040542_c001_v0001184_t0036_u01787889942653") 2026/08/28 04:07:55 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f416f76d9c3c03007_d20260828_m040537_c001_v7007000_t0000_u01787889937342") 2026/08/28 04:07:55 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f413e069b69c0d320_d20260828_m040533_c001_v0001184_t0036_u01787889933397") 2026/08/28 04:07:55 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4077e5bf51bf8813_d20260828_m040532_c001_v7007000_t0000_u01787889932134") 2026/08/28 04:07:55 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f41067a685e4f932c_d20260828_m040526_c001_v0001134_t0046_u01787889926337") 2026/08/28 04:07:55 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f419032ed225a2c5b_d20260828_m040517_c001_v7007000_t0000_u01787889917511") 2026/08/28 04:07:55 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f413e069b69c0d26e_d20260828_m040512_c001_v0001184_t0036_u01787889912271") 2026/08/28 04:07:55 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f419032ed225a2c42_d20260828_m040506_c001_v7007000_t0000_u01787889906838") 2026/08/28 04:07:55 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f413e069b69c0d204_d20260828_m040459_c001_v0001184_t0036_u01787889899960") 2026/08/28 04:07:55 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f406f4b8a450fab36_d20260828_m040454_c001_v7007000_t0000_u01787889894443") 2026/08/28 04:07:55 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f413e069b69c0d19a_d20260828_m040448_c001_v0001184_t0036_u01787889888181") 2026/08/28 04:07:55 DEBUG : dir1/0005-fghijkl.txtSUFFIX: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4188613d6637a26d_d20260828_m040550_c001_v7007000_t0000_u01787889950767") 2026/08/28 04:07:56 DEBUG : dir1/0005-fghijkl.txtSUFFIX: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f113e069b69c0d39a_d20260828_m040546_c001_v0001184_t0012_u01787889946886") 2026/08/28 04:07:56 DEBUG : dir1/0006-ghijk: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f400f684b05fbf45e_d20260828_m040606_c001_v7007000_t0000_u01787889966885") 2026/08/28 04:07:56 DEBUG : dir1/0006-ghijk: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f413857bca1e4dfe0_d20260828_m040602_c001_v0001174_t0007_u01787889962694") 2026/08/28 04:07:56 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4155eb3784034852_d20260828_m040706_c001_v7007000_t0000_u01787890026711") 2026/08/28 04:07:56 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f413857bca1e4e2af_d20260828_m040700_c001_v0001174_t0007_u01787890020407") 2026/08/28 04:07:56 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4155eb3784034836_d20260828_m040655_c001_v7007000_t0000_u01787890015301") 2026/08/28 04:07:56 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f413857bca1e4e20b_d20260828_m040648_c001_v0001174_t0007_u01787890008219") 2026/08/28 04:07:56 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4053888d6cf169d3_d20260828_m040642_c001_v7007000_t0000_u01787890002428") 2026/08/28 04:07:56 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f413857bca1e4e181_d20260828_m040636_c001_v0001174_t0007_u01787889996079") 2026/08/28 04:07:56 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4053888d6cf169b7_d20260828_m040630_c001_v7007000_t0000_u01787889990532") 2026/08/28 04:07:56 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f413857bca1e4e0fe_d20260828_m040624_c001_v0001174_t0007_u01787889984009") 2026/08/28 04:07:56 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4053888d6cf16982_d20260828_m040618_c001_v7007000_t0000_u01787889978840") 2026/08/28 04:07:56 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f413857bca1e4e068_d20260828_m040612_c001_v0001174_t0007_u01787889972063") 2026/08/28 04:07:56 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f400f684b05fbf454_d20260828_m040603_c001_v7007000_t0000_u01787889963678") 2026/08/28 04:07:56 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f41067a685e4f93e4_d20260828_m040558_c001_v0001134_t0046_u01787889958933") 2026/08/28 04:07:56 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f403e441909cd751d_d20260828_m040553_c001_v7007000_t0000_u01787889953824") 2026/08/28 04:07:56 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f41067a685e4f93c2_d20260828_m040549_c001_v0001134_t0046_u01787889949809") 2026/08/28 04:07:56 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f419f3addfb7c962e_d20260828_m040548_c001_v7007000_t0000_u01787889948026") 2026/08/28 04:07:56 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f41067a685e4f9394_d20260828_m040542_c001_v0001134_t0046_u01787889942882") 2026/08/28 04:07:56 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f416f76d9c3c03008_d20260828_m040537_c001_v7007000_t0000_u01787889937521") 2026/08/28 04:07:56 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f41067a685e4f935e_d20260828_m040533_c001_v0001134_t0046_u01787889933407") 2026/08/28 04:07:56 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f400f684b05fbf38a_d20260828_m040532_c001_v7007000_t0000_u01787889932069") 2026/08/28 04:07:57 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f405843099b9e3663_d20260828_m040526_c001_v0001154_t0016_u01787889926518") 2026/08/28 04:07:57 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4188613d6637a251_d20260828_m040517_c001_v7007000_t0000_u01787889917902") 2026/08/28 04:07:57 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f413857bca1e4dcfe_d20260828_m040512_c001_v0001174_t0007_u01787889912453") 2026/08/28 04:07:57 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f419032ed225a2c44_d20260828_m040507_c001_v7007000_t0000_u01787889907101") 2026/08/28 04:07:57 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f413857bca1e4dc5e_d20260828_m040500_c001_v0001174_t0007_u01787889900145") 2026/08/28 04:07:57 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f406f4b8a450fab37_d20260828_m040454_c001_v7007000_t0000_u01787889894622") 2026/08/28 04:07:57 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f413857bca1e4dbbc_d20260828_m040448_c001_v0001174_t0007_u01787889888364") 2026/08/28 04:07:57 DEBUG : dir1/0006-ghijklm.txtSUFFIX: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4188613d6637a268_d20260828_m040550_c001_v7007000_t0000_u01787889950389") 2026/08/28 04:07:57 DEBUG : dir1/0006-ghijklm.txtSUFFIX: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f11067a685e4f93ae_d20260828_m040546_c001_v0001134_t0028_u01787889946949") 2026/08/28 04:07:57 DEBUG : dir1/0007-12345: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f400f684b05fbf45f_d20260828_m040607_c001_v7007000_t0000_u01787889967067") 2026/08/28 04:07:57 DEBUG : dir1/0007-12345: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f413e069b69c0d424_d20260828_m040602_c001_v0001184_t0036_u01787889962710") 2026/08/28 04:07:57 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4155eb3784034853_d20260828_m040706_c001_v7007000_t0000_u01787890026893") 2026/08/28 04:07:57 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f413e069b69c0d5f2_d20260828_m040700_c001_v0001184_t0036_u01787890020592") 2026/08/28 04:07:57 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4155eb3784034837_d20260828_m040655_c001_v7007000_t0000_u01787890015480") 2026/08/28 04:07:57 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f413e069b69c0d590_d20260828_m040648_c001_v0001184_t0036_u01787890008403") 2026/08/28 04:07:57 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4053888d6cf169d6_d20260828_m040642_c001_v7007000_t0000_u01787890002608") 2026/08/28 04:07:57 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f413e069b69c0d52a_d20260828_m040636_c001_v0001184_t0036_u01787889996263") 2026/08/28 04:07:57 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4053888d6cf169b8_d20260828_m040630_c001_v7007000_t0000_u01787889990712") 2026/08/28 04:07:57 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f413e069b69c0d4ca_d20260828_m040624_c001_v0001184_t0036_u01787889984295") 2026/08/28 04:07:57 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4053888d6cf16983_d20260828_m040619_c001_v7007000_t0000_u01787889979022") 2026/08/28 04:07:58 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f413e069b69c0d462_d20260828_m040612_c001_v0001184_t0036_u01787889972247") 2026/08/28 04:07:58 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f403e441909cd7548_d20260828_m040603_c001_v7007000_t0000_u01787889963620") 2026/08/28 04:07:58 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f405843099b9e36d1_d20260828_m040559_c001_v0001154_t0016_u01787889959115") 2026/08/28 04:07:58 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f403e441909cd7520_d20260828_m040554_c001_v7007000_t0000_u01787889954003") 2026/08/28 04:07:58 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f405843099b9e36af_d20260828_m040549_c001_v0001154_t0016_u01787889949825") 2026/08/28 04:07:58 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f416f76d9c3c0301f_d20260828_m040548_c001_v7007000_t0000_u01787889948197") 2026/08/28 04:07:58 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f405843099b9e368d_d20260828_m040543_c001_v0001154_t0016_u01787889943065") 2026/08/28 04:07:58 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f416f76d9c3c03009_d20260828_m040537_c001_v7007000_t0000_u01787889937700") 2026/08/28 04:07:58 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f413857bca1e4de36_d20260828_m040533_c001_v0001174_t0007_u01787889933573") 2026/08/28 04:07:58 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f416f76d9c3c02e73_d20260828_m040532_c001_v7007000_t0000_u01787889932079") 2026/08/28 04:07:58 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f413857bca1e4ddbe_d20260828_m040526_c001_v0001174_t0007_u01787889926701") 2026/08/28 04:07:58 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f419032ed225a2c5e_d20260828_m040517_c001_v7007000_t0000_u01787889917690") 2026/08/28 04:07:58 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f41067a685e4f92e0_d20260828_m040512_c001_v0001134_t0046_u01787889912637") 2026/08/28 04:07:58 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f419032ed225a2c45_d20260828_m040507_c001_v7007000_t0000_u01787889907340") 2026/08/28 04:07:58 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f41067a685e4f92aa_d20260828_m040500_c001_v0001134_t0046_u01787889900330") 2026/08/28 04:07:58 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f406f4b8a450fab38_d20260828_m040454_c001_v7007000_t0000_u01787889894802") 2026/08/28 04:07:58 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f41067a685e4f9270_d20260828_m040448_c001_v0001134_t0046_u01787889888546") 2026/08/28 04:07:58 DEBUG : dir1/0007-1234567.txtSUFFIX: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f403e441909cd7507_d20260828_m040550_c001_v7007000_t0000_u01787889950779") 2026/08/28 04:07:58 DEBUG : dir1/0007-1234567.txtSUFFIX: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f105843099b9e369d_d20260828_m040546_c001_v0001154_t0014_u01787889946972") 2026/08/28 04:07:58 DEBUG : dir1/0008-23456: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f400f684b05fbf460_d20260828_m040607_c001_v7007000_t0000_u01787889967248") 2026/08/28 04:07:58 DEBUG : dir1/0008-23456: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f41067a685e4f93fe_d20260828_m040602_c001_v0001134_t0046_u01787889962719") 2026/08/28 04:07:58 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4155eb3784034854_d20260828_m040707_c001_v7007000_t0000_u01787890027074") 2026/08/28 04:07:59 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f41067a685e4f9503_d20260828_m040700_c001_v0001134_t0046_u01787890020774") 2026/08/28 04:07:59 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4155eb3784034839_d20260828_m040655_c001_v7007000_t0000_u01787890015660") 2026/08/28 04:07:59 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f41067a685e4f94ce_d20260828_m040648_c001_v0001134_t0046_u01787890008586") 2026/08/28 04:07:59 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4053888d6cf169d9_d20260828_m040642_c001_v7007000_t0000_u01787890002788") 2026/08/28 04:07:59 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f41067a685e4f948e_d20260828_m040636_c001_v0001134_t0046_u01787889996448") 2026/08/28 04:07:59 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4053888d6cf169b9_d20260828_m040630_c001_v7007000_t0000_u01787889990893") 2026/08/28 04:07:59 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f41067a685e4f9456_d20260828_m040624_c001_v0001134_t0046_u01787889984479") 2026/08/28 04:07:59 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4053888d6cf16985_d20260828_m040619_c001_v7007000_t0000_u01787889979202") 2026/08/28 04:07:59 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f41067a685e4f9424_d20260828_m040612_c001_v0001134_t0046_u01787889972434") 2026/08/28 04:07:59 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f406f4b8a450facf3_d20260828_m040603_c001_v7007000_t0000_u01787889963456") 2026/08/28 04:07:59 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f413857bca1e4dfaa_d20260828_m040559_c001_v0001174_t0007_u01787889959296") 2026/08/28 04:07:59 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f403e441909cd7522_d20260828_m040554_c001_v7007000_t0000_u01787889954184") 2026/08/28 04:07:59 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f413e069b69c0d3c8_d20260828_m040549_c001_v0001184_t0036_u01787889949973") 2026/08/28 04:07:59 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f418916779bae9edf_d20260828_m040548_c001_v7007000_t0000_u01787889948410") 2026/08/28 04:07:59 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f413857bca1e4dec4_d20260828_m040543_c001_v0001174_t0007_u01787889943251") 2026/08/28 04:07:59 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f416f76d9c3c0300a_d20260828_m040537_c001_v7007000_t0000_u01787889937882") 2026/08/28 04:07:59 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f405843099b9e367b_d20260828_m040533_c001_v0001154_t0016_u01787889933563") 2026/08/28 04:07:59 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f419f3addfb7c95ae_d20260828_m040532_c001_v7007000_t0000_u01787889932142") 2026/08/28 04:07:59 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f413e069b69c0d2ec_d20260828_m040526_c001_v0001184_t0036_u01787889926885") 2026/08/28 04:07:59 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4012364e01d18bfd_d20260828_m040517_c001_v7007000_t0000_u01787889917757") 2026/08/28 04:07:59 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f405843099b9e3633_d20260828_m040512_c001_v0001154_t0016_u01787889912819") 2026/08/28 04:07:59 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f419032ed225a2c47_d20260828_m040507_c001_v7007000_t0000_u01787889907521") 2026/08/28 04:08:00 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f405843099b9e3609_d20260828_m040500_c001_v0001154_t0016_u01787889900510") 2026/08/28 04:08:00 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f406f4b8a450fab39_d20260828_m040454_c001_v7007000_t0000_u01787889894982") 2026/08/28 04:08:00 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f405843099b9e35e7_d20260828_m040448_c001_v0001154_t0016_u01787889888727") 2026/08/28 04:08:00 DEBUG : dir1/0008-2345678.txtSUFFIX: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f419f3addfb7c9654_d20260828_m040550_c001_v7007000_t0000_u01787889950556") 2026/08/28 04:08:00 DEBUG : dir1/0008-2345678.txtSUFFIX: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f113e069b69c0d3a0_d20260828_m040547_c001_v0001184_t0020_u01787889947093") 2026/08/28 04:08:00 DEBUG : dir1/0009-34567: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f400f684b05fbf461_d20260828_m040607_c001_v7007000_t0000_u01787889967429") 2026/08/28 04:08:00 DEBUG : dir1/0009-34567: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f405843099b9e36e3_d20260828_m040602_c001_v0001154_t0016_u01787889962728") 2026/08/28 04:08:00 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4155eb3784034855_d20260828_m040707_c001_v7007000_t0000_u01787890027258") 2026/08/28 04:08:00 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f405843099b9e378d_d20260828_m040700_c001_v0001154_t0016_u01787890020956") 2026/08/28 04:08:00 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4155eb378403483a_d20260828_m040655_c001_v7007000_t0000_u01787890015845") 2026/08/28 04:08:00 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f405843099b9e3765_d20260828_m040648_c001_v0001154_t0016_u01787890008769") 2026/08/28 04:08:00 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4053888d6cf169db_d20260828_m040642_c001_v7007000_t0000_u01787890002967") 2026/08/28 04:08:00 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f405843099b9e3743_d20260828_m040636_c001_v0001154_t0016_u01787889996630") 2026/08/28 04:08:00 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4053888d6cf169ba_d20260828_m040631_c001_v7007000_t0000_u01787889991073") 2026/08/28 04:08:00 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f405843099b9e371f_d20260828_m040624_c001_v0001154_t0016_u01787889984661") 2026/08/28 04:08:00 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4053888d6cf16986_d20260828_m040619_c001_v7007000_t0000_u01787889979381") 2026/08/28 04:08:00 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f405843099b9e3707_d20260828_m040612_c001_v0001154_t0016_u01787889972615") 2026/08/28 04:08:00 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4012364e01d18c9b_d20260828_m040603_c001_v7007000_t0000_u01787889963462") 2026/08/28 04:08:00 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f413e069b69c0d404_d20260828_m040559_c001_v0001184_t0036_u01787889959483") 2026/08/28 04:08:00 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f403e441909cd7524_d20260828_m040554_c001_v7007000_t0000_u01787889954363") 2026/08/28 04:08:00 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f413857bca1e4df4a_d20260828_m040549_c001_v0001174_t0007_u01787889949981") 2026/08/28 04:08:00 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4188613d6637a266_d20260828_m040548_c001_v7007000_t0000_u01787889948221") 2026/08/28 04:08:01 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f413e069b69c0d37e_d20260828_m040543_c001_v0001184_t0036_u01787889943436") 2026/08/28 04:08:01 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f416f76d9c3c0300b_d20260828_m040538_c001_v7007000_t0000_u01787889938060") 2026/08/28 04:08:01 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f413e069b69c0d324_d20260828_m040533_c001_v0001184_t0036_u01787889933582") 2026/08/28 04:08:01 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f416f76d9c3c02e6f_d20260828_m040531_c001_v7007000_t0000_u01787889931718") 2026/08/28 04:08:01 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f41067a685e4f9332_d20260828_m040527_c001_v0001134_t0046_u01787889927117") 2026/08/28 04:08:01 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4020c34a93d32f38_d20260828_m040517_c001_v7007000_t0000_u01787889917725") 2026/08/28 04:08:01 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f413e069b69c0d272_d20260828_m040513_c001_v0001184_t0036_u01787889913004") 2026/08/28 04:08:01 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f419032ed225a2c48_d20260828_m040507_c001_v7007000_t0000_u01787889907701") 2026/08/28 04:08:01 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f413e069b69c0d20c_d20260828_m040500_c001_v0001184_t0036_u01787889900692") 2026/08/28 04:08:01 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f406f4b8a450fab3a_d20260828_m040455_c001_v7007000_t0000_u01787889895162") 2026/08/28 04:08:01 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f413e069b69c0d19e_d20260828_m040448_c001_v0001184_t0036_u01787889888911") 2026/08/28 04:08:01 DEBUG : dir1/0009-3456789.txtSUFFIX: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4188613d6637a26a_d20260828_m040550_c001_v7007000_t0000_u01787889950572") 2026/08/28 04:08:01 DEBUG : dir1/0009-3456789.txtSUFFIX: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f11067a685e4f93b0_d20260828_m040547_c001_v0001134_t0026_u01787889947265") 2026/08/28 04:08:01 DEBUG : dir1/0010-45678: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f400f684b05fbf462_d20260828_m040607_c001_v7007000_t0000_u01787889967609") 2026/08/28 04:08:01 DEBUG : dir1/0010-45678: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f413857bca1e4dfe4_d20260828_m040602_c001_v0001174_t0007_u01787889962875") 2026/08/28 04:08:01 DEBUG : dir1/0010-456789.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4155eb3784034856_d20260828_m040707_c001_v7007000_t0000_u01787890027437") 2026/08/28 04:08:01 DEBUG : dir1/0010-456789.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f413857bca1e4e2b7_d20260828_m040701_c001_v0001174_t0007_u01787890021139") 2026/08/28 04:08:01 DEBUG : dir1/0010-456789.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4155eb378403483c_d20260828_m040656_c001_v7007000_t0000_u01787890016024") 2026/08/28 04:08:01 DEBUG : dir1/0010-456789.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f413857bca1e4e217_d20260828_m040648_c001_v0001174_t0007_u01787890008951") 2026/08/28 04:08:01 DEBUG : dir1/0010-456789.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4053888d6cf169dd_d20260828_m040643_c001_v7007000_t0000_u01787890003148") 2026/08/28 04:08:01 DEBUG : dir1/0010-456789.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f413857bca1e4e18f_d20260828_m040636_c001_v0001174_t0007_u01787889996816") 2026/08/28 04:08:01 DEBUG : dir1/0010-456789.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4053888d6cf169bb_d20260828_m040631_c001_v7007000_t0000_u01787889991253") 2026/08/28 04:08:02 DEBUG : dir1/0010-456789.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f413857bca1e4e102_d20260828_m040624_c001_v0001174_t0007_u01787889984844") 2026/08/28 04:08:02 DEBUG : dir1/0010-456789.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4053888d6cf16988_d20260828_m040619_c001_v7007000_t0000_u01787889979562") 2026/08/28 04:08:02 DEBUG : dir1/0010-456789.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f413857bca1e4e06c_d20260828_m040612_c001_v0001174_t0007_u01787889972796") 2026/08/28 04:08:02 DEBUG : dir1/0010-456789.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f416f76d9c3c03034_d20260828_m040603_c001_v7007000_t0000_u01787889963472") 2026/08/28 04:08:02 DEBUG : dir1/0010-456789.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f41067a685e4f93ea_d20260828_m040559_c001_v0001134_t0046_u01787889959680") 2026/08/28 04:08:02 DEBUG : dir1/0010-456789.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f403e441909cd7525_d20260828_m040554_c001_v7007000_t0000_u01787889954545") 2026/08/28 04:08:02 DEBUG : dir1/0010-456789.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f41067a685e4f93c6_d20260828_m040549_c001_v0001134_t0046_u01787889949992") 2026/08/28 04:08:02 DEBUG : dir1/0010-456789.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f416f76d9c3c0301e_d20260828_m040548_c001_v7007000_t0000_u01787889948015") 2026/08/28 04:08:02 DEBUG : dir1/0010-456789.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f41067a685e4f9398_d20260828_m040543_c001_v0001134_t0046_u01787889943618") 2026/08/28 04:08:02 DEBUG : dir1/0010-456789.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f416f76d9c3c0300c_d20260828_m040538_c001_v7007000_t0000_u01787889938240") 2026/08/28 04:08:02 DEBUG : dir1/0010-456789.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f41067a685e4f9360_d20260828_m040533_c001_v0001134_t0046_u01787889933598") 2026/08/28 04:08:02 DEBUG : dir1/0010-456789.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4041d8dd6a2ff031_d20260828_m040531_c001_v7007000_t0000_u01787889931920") 2026/08/28 04:08:02 DEBUG : dir1/0010-456789.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f405843099b9e3665_d20260828_m040527_c001_v0001154_t0016_u01787889927297") 2026/08/28 04:08:02 DEBUG : dir1/0010-456789.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f403e441909cd74c1_d20260828_m040517_c001_v7007000_t0000_u01787889917692") 2026/08/28 04:08:02 DEBUG : dir1/0010-456789.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f413857bca1e4dd02_d20260828_m040513_c001_v0001174_t0007_u01787889913187") 2026/08/28 04:08:02 DEBUG : dir1/0010-456789.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f419032ed225a2c49_d20260828_m040507_c001_v7007000_t0000_u01787889907884") 2026/08/28 04:08:02 DEBUG : dir1/0010-456789.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f413857bca1e4dc68_d20260828_m040500_c001_v0001174_t0007_u01787889900879") 2026/08/28 04:08:02 DEBUG : dir1/0010-456789.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f403e441909cd7493_d20260828_m040455_c001_v7007000_t0000_u01787889895704") 2026/08/28 04:08:02 DEBUG : dir1/0010-456789.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f413857bca1e4dbca_d20260828_m040449_c001_v0001174_t0007_u01787889889093") 2026/08/28 04:08:02 DEBUG : dir1/0010-456789.txtSUFFIX: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f416f76d9c3c03023_d20260828_m040550_c001_v7007000_t0000_u01787889950611") 2026/08/28 04:08:02 DEBUG : dir1/0010-456789.txtSUFFIX: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f113e069b69c0d3a4_d20260828_m040547_c001_v0001184_t0024_u01787889947297") 2026/08/28 04:08:03 DEBUG : dir1/0011-56789: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f400f684b05fbf463_d20260828_m040607_c001_v7007000_t0000_u01787889967794") 2026/08/28 04:08:03 DEBUG : dir1/0011-56789: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f413e069b69c0d426_d20260828_m040602_c001_v0001184_t0036_u01787889962894") 2026/08/28 04:08:03 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4155eb3784034857_d20260828_m040707_c001_v7007000_t0000_u01787890027616") 2026/08/28 04:08:03 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f413e069b69c0d5fa_d20260828_m040701_c001_v0001184_t0036_u01787890021343") 2026/08/28 04:08:03 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4155eb378403483d_d20260828_m040656_c001_v7007000_t0000_u01787890016203") 2026/08/28 04:08:03 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f413e069b69c0d598_d20260828_m040649_c001_v0001184_t0036_u01787890009136") 2026/08/28 04:08:03 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4053888d6cf169df_d20260828_m040643_c001_v7007000_t0000_u01787890003328") 2026/08/28 04:08:03 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f413e069b69c0d52e_d20260828_m040637_c001_v0001184_t0036_u01787889997000") 2026/08/28 04:08:03 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4053888d6cf169bc_d20260828_m040631_c001_v7007000_t0000_u01787889991452") 2026/08/28 04:08:03 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f413e069b69c0d4d0_d20260828_m040625_c001_v0001184_t0036_u01787889985028") 2026/08/28 04:08:03 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4053888d6cf16989_d20260828_m040619_c001_v7007000_t0000_u01787889979743") 2026/08/28 04:08:03 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f413e069b69c0d468_d20260828_m040612_c001_v0001184_t0036_u01787889972979") 2026/08/28 04:08:03 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4112f14bd05e52b5_d20260828_m040603_c001_v7007000_t0000_u01787889963484") 2026/08/28 04:08:03 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f405843099b9e36d3_d20260828_m040559_c001_v0001154_t0016_u01787889959861") 2026/08/28 04:08:03 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f403e441909cd7527_d20260828_m040554_c001_v7007000_t0000_u01787889954724") 2026/08/28 04:08:03 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f405843099b9e36b1_d20260828_m040550_c001_v0001154_t0016_u01787889950009") 2026/08/28 04:08:03 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f419f3addfb7c9631_d20260828_m040548_c001_v7007000_t0000_u01787889948385") 2026/08/28 04:08:03 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f405843099b9e368f_d20260828_m040543_c001_v0001154_t0016_u01787889943802") 2026/08/28 04:08:03 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f416f76d9c3c0300e_d20260828_m040538_c001_v7007000_t0000_u01787889938419") 2026/08/28 04:08:03 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f405843099b9e367f_d20260828_m040533_c001_v0001154_t0016_u01787889933744") 2026/08/28 04:08:03 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f408bd1f183b15ab1_d20260828_m040532_c001_v7007000_t0000_u01787889932155") 2026/08/28 04:08:03 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f413857bca1e4ddcf_d20260828_m040527_c001_v0001174_t0007_u01787889927480") 2026/08/28 04:08:04 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f416f76d9c3c02a35_d20260828_m040517_c001_v7007000_t0000_u01787889917737") 2026/08/28 04:08:04 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f41067a685e4f92e2_d20260828_m040513_c001_v0001134_t0046_u01787889913371") 2026/08/28 04:08:04 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f419032ed225a2c4a_d20260828_m040508_c001_v7007000_t0000_u01787889908067") 2026/08/28 04:08:04 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f41067a685e4f92ae_d20260828_m040501_c001_v0001134_t0046_u01787889901097") 2026/08/28 04:08:04 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f403e441909cd7494_d20260828_m040455_c001_v7007000_t0000_u01787889895884") 2026/08/28 04:08:04 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f41067a685e4f9276_d20260828_m040449_c001_v0001134_t0046_u01787889889275") 2026/08/28 04:08:04 DEBUG : dir1/0011-56789;.txtSUFFIX: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4188613d6637a26b_d20260828_m040550_c001_v7007000_t0000_u01787889950587") 2026/08/28 04:08:04 DEBUG : dir1/0011-56789;.txtSUFFIX: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f105843099b9e369f_d20260828_m040547_c001_v0001154_t0013_u01787889947308") 2026/08/28 04:08:04 DEBUG : dir1/0012-6789;: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f400f684b05fbf464_d20260828_m040607_c001_v7007000_t0000_u01787889967975") 2026/08/28 04:08:04 DEBUG : dir1/0012-6789;: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f41067a685e4f9402_d20260828_m040602_c001_v0001134_t0046_u01787889962903") 2026/08/28 04:08:04 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4155eb3784034858_d20260828_m040707_c001_v7007000_t0000_u01787890027796") 2026/08/28 04:08:04 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f41067a685e4f950f_d20260828_m040701_c001_v0001134_t0046_u01787890021526") 2026/08/28 04:08:04 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4155eb378403483e_d20260828_m040656_c001_v7007000_t0000_u01787890016384") 2026/08/28 04:08:04 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f41067a685e4f94d4_d20260828_m040649_c001_v0001134_t0046_u01787890009320") 2026/08/28 04:08:04 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4053888d6cf169e2_d20260828_m040643_c001_v7007000_t0000_u01787890003507") 2026/08/28 04:08:04 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f41067a685e4f9494_d20260828_m040637_c001_v0001134_t0046_u01787889997185") 2026/08/28 04:08:04 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4053888d6cf169bd_d20260828_m040631_c001_v7007000_t0000_u01787889991633") 2026/08/28 04:08:04 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f41067a685e4f9458_d20260828_m040625_c001_v0001134_t0046_u01787889985330") 2026/08/28 04:08:04 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4053888d6cf1698b_d20260828_m040619_c001_v7007000_t0000_u01787889979922") 2026/08/28 04:08:04 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f41067a685e4f9428_d20260828_m040613_c001_v0001134_t0046_u01787889973163") 2026/08/28 04:08:04 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f400f684b05fbf453_d20260828_m040603_c001_v7007000_t0000_u01787889963497") 2026/08/28 04:08:05 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f413857bca1e4dfc2_d20260828_m040600_c001_v0001174_t0007_u01787889960057") 2026/08/28 04:08:05 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f403e441909cd7529_d20260828_m040554_c001_v7007000_t0000_u01787889954903") 2026/08/28 04:08:05 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f413e069b69c0d3cc_d20260828_m040550_c001_v0001184_t0036_u01787889950157") 2026/08/28 04:08:05 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f41236a1de0c25d73_d20260828_m040548_c001_v7007000_t0000_u01787889948418") 2026/08/28 04:08:05 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f413857bca1e4decc_d20260828_m040543_c001_v0001174_t0007_u01787889943987") 2026/08/28 04:08:05 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f416f76d9c3c0300f_d20260828_m040538_c001_v7007000_t0000_u01787889938600") 2026/08/28 04:08:05 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f413857bca1e4de3a_d20260828_m040533_c001_v0001174_t0007_u01787889933757") 2026/08/28 04:08:05 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4077e5bf51bf8810_d20260828_m040531_c001_v7007000_t0000_u01787889931933") 2026/08/28 04:08:05 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f413e069b69c0d2f2_d20260828_m040527_c001_v0001184_t0036_u01787889927665") 2026/08/28 04:08:05 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f419032ed225a2c65_d20260828_m040517_c001_v7007000_t0000_u01787889917869") 2026/08/28 04:08:05 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f405843099b9e3637_d20260828_m040513_c001_v0001154_t0016_u01787889913555") 2026/08/28 04:08:05 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f419032ed225a2c4b_d20260828_m040508_c001_v7007000_t0000_u01787889908248") 2026/08/28 04:08:05 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f405843099b9e360d_d20260828_m040501_c001_v0001154_t0016_u01787889901318") 2026/08/28 04:08:05 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f403e441909cd7495_d20260828_m040456_c001_v7007000_t0000_u01787889896063") 2026/08/28 04:08:05 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f405843099b9e35e9_d20260828_m040449_c001_v0001154_t0016_u01787889889458") 2026/08/28 04:08:05 DEBUG : dir1/0012-6789;.txtSUFFIX: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f403e441909cd7504_d20260828_m040550_c001_v7007000_t0000_u01787889950622") 2026/08/28 04:08:05 DEBUG : dir1/0012-6789;.txtSUFFIX: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f113857bca1e4df06_d20260828_m040547_c001_v0001174_t0041_u01787889947390") 2026/08/28 04:08:05 DEBUG : dir1/0013-789;=: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f400f684b05fbf466_d20260828_m040608_c001_v7007000_t0000_u01787889968157") 2026/08/28 04:08:05 DEBUG : dir1/0013-789;=: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f405843099b9e36e5_d20260828_m040602_c001_v0001154_t0016_u01787889962913") 2026/08/28 04:08:05 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4155eb3784034859_d20260828_m040707_c001_v7007000_t0000_u01787890027975") 2026/08/28 04:08:05 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f405843099b9e3791_d20260828_m040701_c001_v0001154_t0016_u01787890021706") 2026/08/28 04:08:05 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4155eb378403483f_d20260828_m040656_c001_v7007000_t0000_u01787890016563") 2026/08/28 04:08:05 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f405843099b9e3769_d20260828_m040649_c001_v0001154_t0016_u01787890009502") 2026/08/28 04:08:06 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4053888d6cf169e4_d20260828_m040643_c001_v7007000_t0000_u01787890003688") 2026/08/28 04:08:06 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f405843099b9e3745_d20260828_m040637_c001_v0001154_t0016_u01787889997368") 2026/08/28 04:08:06 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4053888d6cf169be_d20260828_m040631_c001_v7007000_t0000_u01787889991856") 2026/08/28 04:08:06 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f405843099b9e3725_d20260828_m040625_c001_v0001154_t0016_u01787889985512") 2026/08/28 04:08:06 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4053888d6cf1698c_d20260828_m040620_c001_v7007000_t0000_u01787889980103") 2026/08/28 04:08:06 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f405843099b9e370b_d20260828_m040613_c001_v0001154_t0016_u01787889973343") 2026/08/28 04:08:06 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f403e441909cd7546_d20260828_m040603_c001_v7007000_t0000_u01787889963261") 2026/08/28 04:08:06 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f413e069b69c0d408_d20260828_m040600_c001_v0001184_t0036_u01787889960241") 2026/08/28 04:08:06 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f403e441909cd752b_d20260828_m040555_c001_v7007000_t0000_u01787889955083") 2026/08/28 04:08:06 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f413857bca1e4df4c_d20260828_m040550_c001_v0001174_t0007_u01787889950165") 2026/08/28 04:08:06 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f418916779bae9edd_d20260828_m040548_c001_v7007000_t0000_u01787889948048") 2026/08/28 04:08:06 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f413e069b69c0d380_d20260828_m040544_c001_v0001184_t0036_u01787889944172") 2026/08/28 04:08:06 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f416f76d9c3c03010_d20260828_m040538_c001_v7007000_t0000_u01787889938841") 2026/08/28 04:08:06 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f413e069b69c0d32a_d20260828_m040533_c001_v0001184_t0036_u01787889933767") 2026/08/28 04:08:06 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4077e5bf51bf8811_d20260828_m040531_c001_v7007000_t0000_u01787889931945") 2026/08/28 04:08:06 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f41067a685e4f9334_d20260828_m040527_c001_v0001134_t0046_u01787889927850") 2026/08/28 04:08:06 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f416f76d9c3c02a3a_d20260828_m040517_c001_v7007000_t0000_u01787889917918") 2026/08/28 04:08:06 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f413e069b69c0d284_d20260828_m040513_c001_v0001184_t0036_u01787889913740") 2026/08/28 04:08:07 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f419032ed225a2c4c_d20260828_m040508_c001_v7007000_t0000_u01787889908428") 2026/08/28 04:08:07 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f413e069b69c0d212_d20260828_m040501_c001_v0001184_t0036_u01787889901501") 2026/08/28 04:08:07 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f403e441909cd7496_d20260828_m040456_c001_v7007000_t0000_u01787889896290") 2026/08/28 04:08:07 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f413e069b69c0d1a4_d20260828_m040449_c001_v0001184_t0036_u01787889889642") 2026/08/28 04:08:07 DEBUG : dir1/0013-789;=.txtSUFFIX: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f423bcb94d62ff268_d20260828_m040550_c001_v7007000_t0000_u01787889950633") 2026/08/28 04:08:07 DEBUG : dir1/0013-789;=.txtSUFFIX: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f113e069b69c0d3a8_d20260828_m040547_c001_v0001184_t0028_u01787889947534") 2026/08/28 04:08:07 DEBUG : dir1/0014-89;=.: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f400f684b05fbf467_d20260828_m040608_c001_v7007000_t0000_u01787889968338") 2026/08/28 04:08:07 DEBUG : dir1/0014-89;=.: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f413857bca1e4dfe8_d20260828_m040603_c001_v0001174_t0007_u01787889963057") 2026/08/28 04:08:07 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4155eb378403485a_d20260828_m040708_c001_v7007000_t0000_u01787890028154") 2026/08/28 04:08:07 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f413857bca1e4e2cb_d20260828_m040701_c001_v0001174_t0007_u01787890021889") 2026/08/28 04:08:07 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4155eb3784034840_d20260828_m040656_c001_v7007000_t0000_u01787890016743") 2026/08/28 04:08:07 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f413857bca1e4e223_d20260828_m040649_c001_v0001174_t0007_u01787890009685") 2026/08/28 04:08:07 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4053888d6cf169e7_d20260828_m040643_c001_v7007000_t0000_u01787890003868") 2026/08/28 04:08:07 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f413857bca1e4e193_d20260828_m040637_c001_v0001174_t0007_u01787889997553") 2026/08/28 04:08:07 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4053888d6cf169bf_d20260828_m040632_c001_v7007000_t0000_u01787889992096") 2026/08/28 04:08:07 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f413857bca1e4e10c_d20260828_m040625_c001_v0001174_t0007_u01787889985695") 2026/08/28 04:08:07 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4053888d6cf1698d_d20260828_m040620_c001_v7007000_t0000_u01787889980283") 2026/08/28 04:08:07 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f413857bca1e4e082_d20260828_m040613_c001_v0001174_t0007_u01787889973527") 2026/08/28 04:08:07 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f406f4b8a450facf5_d20260828_m040603_c001_v7007000_t0000_u01787889963638") 2026/08/28 04:08:07 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f41067a685e4f93f0_d20260828_m040600_c001_v0001134_t0046_u01787889960424") 2026/08/28 04:08:07 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f403e441909cd752d_d20260828_m040555_c001_v7007000_t0000_u01787889955265") 2026/08/28 04:08:08 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f41067a685e4f93c8_d20260828_m040550_c001_v0001134_t0046_u01787889950176") 2026/08/28 04:08:08 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f418916779bae9ede_d20260828_m040548_c001_v7007000_t0000_u01787889948229") 2026/08/28 04:08:08 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f41067a685e4f939c_d20260828_m040544_c001_v0001134_t0046_u01787889944354") 2026/08/28 04:08:08 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f416f76d9c3c03014_d20260828_m040539_c001_v7007000_t0000_u01787889939124") 2026/08/28 04:08:08 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f41067a685e4f9364_d20260828_m040533_c001_v0001134_t0046_u01787889933856") 2026/08/28 04:08:08 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f416f76d9c3c02e6e_d20260828_m040531_c001_v7007000_t0000_u01787889931539") 2026/08/28 04:08:08 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f405843099b9e3667_d20260828_m040528_c001_v0001154_t0016_u01787889928031") 2026/08/28 04:08:08 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f406f4b8a450fabe7_d20260828_m040517_c001_v7007000_t0000_u01787889917747") 2026/08/28 04:08:08 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f413857bca1e4dd0c_d20260828_m040513_c001_v0001174_t0007_u01787889913922") 2026/08/28 04:08:08 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f419032ed225a2c4d_d20260828_m040508_c001_v7007000_t0000_u01787889908612") 2026/08/28 04:08:08 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f413857bca1e4dc72_d20260828_m040501_c001_v0001174_t0007_u01787889901690") 2026/08/28 04:08:08 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f403e441909cd7497_d20260828_m040456_c001_v7007000_t0000_u01787889896484") 2026/08/28 04:08:08 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f413857bca1e4dbd2_d20260828_m040449_c001_v0001174_t0007_u01787889889825") 2026/08/28 04:08:08 DEBUG : dir1/0014-89;=.txtSUFFIX: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f426993e1b1b4c57d_d20260828_m040550_c001_v7007000_t0000_u01787889950644") 2026/08/28 04:08:08 DEBUG : dir1/0014-89;=.txtSUFFIX: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f105843099b9e36a1_d20260828_m040547_c001_v0001154_t0008_u01787889947682") 2026/08/28 04:08:08 DEBUG : dir1/0015-9;=.t: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f400f684b05fbf468_d20260828_m040608_c001_v7007000_t0000_u01787889968521") 2026/08/28 04:08:08 DEBUG : dir1/0015-9;=.t: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f413e069b69c0d428_d20260828_m040603_c001_v0001184_t0036_u01787889963079") 2026/08/28 04:08:08 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4155eb378403485b_d20260828_m040708_c001_v7007000_t0000_u01787890028333") 2026/08/28 04:08:08 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f413e069b69c0d602_d20260828_m040702_c001_v0001184_t0036_u01787890022072") 2026/08/28 04:08:08 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4155eb3784034841_d20260828_m040656_c001_v7007000_t0000_u01787890016927") 2026/08/28 04:08:09 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f413e069b69c0d59c_d20260828_m040649_c001_v0001184_t0036_u01787890009869") 2026/08/28 04:08:09 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4053888d6cf169ea_d20260828_m040644_c001_v7007000_t0000_u01787890004048") 2026/08/28 04:08:09 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f413e069b69c0d534_d20260828_m040637_c001_v0001184_t0036_u01787889997737") 2026/08/28 04:08:09 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4053888d6cf169c0_d20260828_m040632_c001_v7007000_t0000_u01787889992288") 2026/08/28 04:08:09 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f413e069b69c0d4d4_d20260828_m040625_c001_v0001184_t0036_u01787889985882") 2026/08/28 04:08:09 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4053888d6cf1698e_d20260828_m040620_c001_v7007000_t0000_u01787889980464") 2026/08/28 04:08:09 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f413e069b69c0d476_d20260828_m040613_c001_v0001184_t0036_u01787889973709") 2026/08/28 04:08:09 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4012364e01d18c9c_d20260828_m040603_c001_v7007000_t0000_u01787889963642") 2026/08/28 04:08:09 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f405843099b9e36d7_d20260828_m040600_c001_v0001154_t0016_u01787889960608") 2026/08/28 04:08:09 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f403e441909cd752e_d20260828_m040555_c001_v7007000_t0000_u01787889955443") 2026/08/28 04:08:09 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f405843099b9e36b3_d20260828_m040550_c001_v0001154_t0016_u01787889950194") 2026/08/28 04:08:09 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f406f4b8a450fac8b_d20260828_m040548_c001_v7007000_t0000_u01787889948432") 2026/08/28 04:08:09 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f405843099b9e3693_d20260828_m040544_c001_v0001154_t0016_u01787889944538") 2026/08/28 04:08:09 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f416f76d9c3c03015_d20260828_m040539_c001_v7007000_t0000_u01787889939303") 2026/08/28 04:08:09 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f405843099b9e3681_d20260828_m040533_c001_v0001154_t0016_u01787889933925") 2026/08/28 04:08:09 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4041d8dd6a2ff032_d20260828_m040532_c001_v7007000_t0000_u01787889932100") 2026/08/28 04:08:09 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f413857bca1e4dde2_d20260828_m040528_c001_v0001174_t0007_u01787889928215") 2026/08/28 04:08:09 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f406f4b8a450fabeb_d20260828_m040517_c001_v7007000_t0000_u01787889917932") 2026/08/28 04:08:09 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f41067a685e4f92e6_d20260828_m040514_c001_v0001134_t0046_u01787889914108") 2026/08/28 04:08:09 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f419032ed225a2c4e_d20260828_m040508_c001_v7007000_t0000_u01787889908792") 2026/08/28 04:08:10 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f41067a685e4f92b0_d20260828_m040501_c001_v0001134_t0046_u01787889901879") 2026/08/28 04:08:10 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f403e441909cd7498_d20260828_m040456_c001_v7007000_t0000_u01787889896664") 2026/08/28 04:08:10 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f41067a685e4f9278_d20260828_m040450_c001_v0001134_t0046_u01787889890006") 2026/08/28 04:08:10 DEBUG : dir1/0015-9;=.txtSUFFIX: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f419f3addfb7c9656_d20260828_m040550_c001_v7007000_t0000_u01787889950735") 2026/08/28 04:08:10 DEBUG : dir1/0015-9;=.txtSUFFIX: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f41067a685e4f93b6_d20260828_m040547_c001_v0001134_t0046_u01787889947727") 2026/08/28 04:08:10 DEBUG : dir1/MDAwMC1hYmNkZWZnLnR4dA==: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f403e441909cd74ca_d20260828_m040520_c001_v7007000_t0000_u01787889920309") 2026/08/28 04:08:10 DEBUG : dir1/MDAwMC1hYmNkZWZnLnR4dA==: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f105843099b9e3645_d20260828_m040515_c001_v0001154_t0024_u01787889915951") 2026/08/28 04:08:10 DEBUG : dir1/MDAwMS1iY2RlZmdoLnR4dA==: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f403e441909cd74cb_d20260828_m040520_c001_v7007000_t0000_u01787889920490") 2026/08/28 04:08:10 DEBUG : dir1/MDAwMS1iY2RlZmdoLnR4dA==: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f11067a685e4f92f8_d20260828_m040515_c001_v0001134_t0050_u01787889915985") 2026/08/28 04:08:10 DEBUG : dir1/MDAwMi1jZGVmZ2hpLnR4dA==: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f403e441909cd74cc_d20260828_m040520_c001_v7007000_t0000_u01787889920680") 2026/08/28 04:08:10 DEBUG : dir1/MDAwMi1jZGVmZ2hpLnR4dA==: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f113e069b69c0d2a8_d20260828_m040515_c001_v0001184_t0002_u01787889915996") 2026/08/28 04:08:10 DEBUG : dir1/MDAwMy1kZWZnaGlqLnR4dA==: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f403e441909cd74cd_d20260828_m040520_c001_v7007000_t0000_u01787889920860") 2026/08/28 04:08:10 DEBUG : dir1/MDAwMy1kZWZnaGlqLnR4dA==: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f113857bca1e4dd2a_d20260828_m040516_c001_v0001174_t0047_u01787889916068") 2026/08/28 04:08:10 DEBUG : dir1/MDAwNC1lZmdoaWprLnR4dA==: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f403e441909cd74ce_d20260828_m040521_c001_v7007000_t0000_u01787889921045") 2026/08/28 04:08:10 DEBUG : dir1/MDAwNC1lZmdoaWprLnR4dA==: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f113e069b69c0d2ac_d20260828_m040516_c001_v0001184_t0004_u01787889916198") 2026/08/28 04:08:10 DEBUG : dir1/MDAwNS1mZ2hpamtsLnR4dA==: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f403e441909cd74cf_d20260828_m040521_c001_v7007000_t0000_u01787889921236") 2026/08/28 04:08:10 DEBUG : dir1/MDAwNS1mZ2hpamtsLnR4dA==: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f113857bca1e4dd30_d20260828_m040516_c001_v0001174_t0006_u01787889916371") 2026/08/28 04:08:10 DEBUG : dir1/MDAwNi1naGlqa2xtLnR4dA==: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f403e441909cd74d0_d20260828_m040521_c001_v7007000_t0000_u01787889921424") 2026/08/28 04:08:10 DEBUG : dir1/MDAwNi1naGlqa2xtLnR4dA==: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f113e069b69c0d2b0_d20260828_m040516_c001_v0001184_t0030_u01787889916396") 2026/08/28 04:08:10 DEBUG : dir1/MDAwNy0xMjM0NTY3LnR4dA==: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f403e441909cd74d1_d20260828_m040521_c001_v7007000_t0000_u01787889921713") 2026/08/28 04:08:10 DEBUG : dir1/MDAwNy0xMjM0NTY3LnR4dA==: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f11067a685e4f92fe_d20260828_m040516_c001_v0001134_t0026_u01787889916406") 2026/08/28 04:08:10 DEBUG : dir1/MDAwOC0yMzQ1Njc4LnR4dA==: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f403e441909cd74d2_d20260828_m040521_c001_v7007000_t0000_u01787889921896") 2026/08/28 04:08:10 DEBUG : dir1/MDAwOC0yMzQ1Njc4LnR4dA==: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f105843099b9e3647_d20260828_m040516_c001_v0001154_t0022_u01787889916578") 2026/08/28 04:08:11 DEBUG : dir1/MDAwOS0zNDU2Nzg5LnR4dA==: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f403e441909cd74d4_d20260828_m040522_c001_v7007000_t0000_u01787889922077") 2026/08/28 04:08:11 DEBUG : dir1/MDAwOS0zNDU2Nzg5LnR4dA==: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f113e069b69c0d2b2_d20260828_m040516_c001_v0001184_t0019_u01787889916605") 2026/08/28 04:08:11 DEBUG : dir1/MDAxMC00NTY3ODkudHh0: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f403e441909cd74d5_d20260828_m040522_c001_v7007000_t0000_u01787889922256") 2026/08/28 04:08:11 DEBUG : dir1/MDAxMC00NTY3ODkudHh0: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f113857bca1e4dd37_d20260828_m040516_c001_v0001174_t0030_u01787889916646") 2026/08/28 04:08:11 DEBUG : dir1/MDAxMS01Njc4OTsudHh0: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f403e441909cd74d6_d20260828_m040522_c001_v7007000_t0000_u01787889922437") 2026/08/28 04:08:11 DEBUG : dir1/MDAxMS01Njc4OTsudHh0: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f113e069b69c0d2b4_d20260828_m040516_c001_v0001184_t0016_u01787889916822") 2026/08/28 04:08:11 DEBUG : dir1/MDAxMi02Nzg5Oy50eHQ=: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f403e441909cd74d8_d20260828_m040522_c001_v7007000_t0000_u01787889922617") 2026/08/28 04:08:11 DEBUG : dir1/MDAxMi02Nzg5Oy50eHQ=: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f11067a685e4f9302_d20260828_m040516_c001_v0001134_t0053_u01787889916832") 2026/08/28 04:08:11 DEBUG : dir1/MDAxMy03ODk7PS50eHQ=: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f403e441909cd74d9_d20260828_m040522_c001_v7007000_t0000_u01787889922797") 2026/08/28 04:08:11 DEBUG : dir1/MDAxMy03ODk7PS50eHQ=: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f105843099b9e364b_d20260828_m040516_c001_v0001154_t0001_u01787889916919") 2026/08/28 04:08:11 DEBUG : dir1/MDAxNC04OTs9LnR4dA==: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f403e441909cd74da_d20260828_m040522_c001_v7007000_t0000_u01787889922976") 2026/08/28 04:08:11 DEBUG : dir1/MDAxNC04OTs9LnR4dA==: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f113e069b69c0d2b8_d20260828_m040517_c001_v0001184_t0018_u01787889917034") 2026/08/28 04:08:11 DEBUG : dir1/MDAxNS05Oz0udHh0: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f403e441909cd74db_d20260828_m040523_c001_v7007000_t0000_u01787889923156") 2026/08/28 04:08:11 DEBUG : dir1/MDAxNS05Oz0udHh0: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f413857bca1e4dd42_d20260828_m040517_c001_v0001174_t0007_u01787889917143") 2026/08/28 04:08:11 DEBUG : dir1/PREFIX0000-abcdefg.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4041d8dd6a2ff034_d20260828_m040534_c001_v7007000_t0000_u01787889934370") 2026/08/28 04:08:11 DEBUG : dir1/PREFIX0000-abcdefg.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f113e069b69c0d2fe_d20260828_m040530_c001_v0001184_t0012_u01787889930047") 2026/08/28 04:08:11 DEBUG : dir1/PREFIX0001-bcdefgh.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f408bd1f183b15ab2_d20260828_m040534_c001_v7007000_t0000_u01787889934133") 2026/08/28 04:08:11 DEBUG : dir1/PREFIX0001-bcdefgh.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f11067a685e4f9344_d20260828_m040530_c001_v0001134_t0057_u01787889930057") 2026/08/28 04:08:11 DEBUG : dir1/PREFIX0002-cdefghi.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f419f3addfb7c95bc_d20260828_m040534_c001_v7007000_t0000_u01787889934141") 2026/08/28 04:08:11 DEBUG : dir1/PREFIX0002-cdefghi.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f113857bca1e4de02_d20260828_m040530_c001_v0001174_t0028_u01787889930081") 2026/08/28 04:08:11 DEBUG : dir1/PREFIX0003-defghij.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f400f684b05fbf38d_d20260828_m040534_c001_v7007000_t0000_u01787889934421") 2026/08/28 04:08:12 DEBUG : dir1/PREFIX0003-defghij.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f105843099b9e366d_d20260828_m040530_c001_v0001154_t0023_u01787889930227") 2026/08/28 04:08:12 DEBUG : dir1/PREFIX0004-efghijk.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f420be841e89cf44b_d20260828_m040534_c001_v7007000_t0000_u01787889934543") 2026/08/28 04:08:12 DEBUG : dir1/PREFIX0004-efghijk.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f113e069b69c0d300_d20260828_m040530_c001_v0001184_t0011_u01787889930258") 2026/08/28 04:08:12 DEBUG : dir1/PREFIX0005-fghijkl.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f416f76d9c3c02ffd_d20260828_m040534_c001_v7007000_t0000_u01787889934391") 2026/08/28 04:08:12 DEBUG : dir1/PREFIX0005-fghijkl.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f113e069b69c0d304_d20260828_m040530_c001_v0001184_t0030_u01787889930474") 2026/08/28 04:08:12 DEBUG : dir1/PREFIX0006-ghijklm.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4077e5bf51bf8815_d20260828_m040534_c001_v7007000_t0000_u01787889934154") 2026/08/28 04:08:12 DEBUG : dir1/PREFIX0006-ghijklm.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f113857bca1e4de08_d20260828_m040530_c001_v0001174_t0046_u01787889930500") 2026/08/28 04:08:12 DEBUG : dir1/PREFIX0007-1234567.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f408bd1f183b15ab4_d20260828_m040534_c001_v7007000_t0000_u01787889934500") 2026/08/28 04:08:12 DEBUG : dir1/PREFIX0007-1234567.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f105843099b9e366f_d20260828_m040530_c001_v0001154_t0015_u01787889930555") 2026/08/28 04:08:12 DEBUG : dir1/PREFIX0008-2345678.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f419f3addfb7c95bd_d20260828_m040534_c001_v7007000_t0000_u01787889934419") 2026/08/28 04:08:12 DEBUG : dir1/PREFIX0008-2345678.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f11067a685e4f9348_d20260828_m040530_c001_v0001134_t0042_u01787889930614") 2026/08/28 04:08:12 DEBUG : dir1/PREFIX0009-3456789.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4041d8dd6a2ff035_d20260828_m040534_c001_v7007000_t0000_u01787889934553") 2026/08/28 04:08:12 DEBUG : dir1/PREFIX0009-3456789.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f113e069b69c0d306_d20260828_m040530_c001_v0001184_t0039_u01787889930676") 2026/08/28 04:08:12 DEBUG : dir1/PREFIX0010-456789.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4077e5bf51bf8817_d20260828_m040534_c001_v7007000_t0000_u01787889934337") 2026/08/28 04:08:12 DEBUG : dir1/PREFIX0010-456789.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f113857bca1e4de0f_d20260828_m040530_c001_v0001174_t0000_u01787889930826") 2026/08/28 04:08:12 DEBUG : dir1/PREFIX0011-56789;.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4077e5bf51bf8816_d20260828_m040534_c001_v7007000_t0000_u01787889934163") 2026/08/28 04:08:12 DEBUG : dir1/PREFIX0011-56789;.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f105843099b9e3671_d20260828_m040530_c001_v0001154_t0023_u01787889930860") 2026/08/28 04:08:12 DEBUG : dir1/PREFIX0012-6789;.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4077e5bf51bf8818_d20260828_m040534_c001_v7007000_t0000_u01787889934420") 2026/08/28 04:08:12 DEBUG : dir1/PREFIX0012-6789;.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f113e069b69c0d30a_d20260828_m040530_c001_v0001184_t0049_u01787889930886") 2026/08/28 04:08:12 DEBUG : dir1/PREFIX0013-789;=.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f416f76d9c3c02ffe_d20260828_m040534_c001_v7007000_t0000_u01787889934599") 2026/08/28 04:08:13 DEBUG : dir1/PREFIX0013-789;=.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f113e069b69c0d30e_d20260828_m040531_c001_v0001184_t0001_u01787889931088") 2026/08/28 04:08:13 DEBUG : dir1/PREFIX0014-89;=.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f420be841e89cf449_d20260828_m040534_c001_v7007000_t0000_u01787889934360") 2026/08/28 04:08:13 DEBUG : dir1/PREFIX0014-89;=.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f113857bca1e4de14_d20260828_m040531_c001_v0001174_t0048_u01787889931107") 2026/08/28 04:08:13 DEBUG : dir1/PREFIX0015-9;=.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f420be841e89cf445_d20260828_m040534_c001_v7007000_t0000_u01787889934176") 2026/08/28 04:08:13 DEBUG : dir1/PREFIX0015-9;=.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f41067a685e4f934a_d20260828_m040531_c001_v0001134_t0046_u01787889931148") 2026/08/28 04:08:13 DEBUG : dst/one: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4053888d6cf163e6_d20260828_m040357_c001_v7007000_t0000_u01787889837674") 2026/08/28 04:08:13 DEBUG : dst/one: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4125720bb2642777_d20260828_m040355_c001_v0001182_t0038_u01787889835911") 2026/08/28 04:08:13 DEBUG : dst/one: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4188613d6637a222_d20260828_m040355_c001_v7007000_t0000_u01787889835729") 2026/08/28 04:08:13 DEBUG : dst/one: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4125720bb264276d_d20260828_m040353_c001_v0001182_t0038_u01787889833360") 2026/08/28 04:08:13 DEBUG : dst/one: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4188613d6637a21f_d20260828_m040352_c001_v7007000_t0000_u01787889832645") 2026/08/28 04:08:13 DEBUG : dst/one: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f413e069b69c0cfaa_d20260828_m040348_c001_v0001184_t0036_u01787889828357") 2026/08/28 04:08:13 DEBUG : dst/one: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4053888d6cf163d8_d20260828_m040346_c001_v7007000_t0000_u01787889826851") 2026/08/28 04:08:13 DEBUG : dst/one: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f418a91b7ca841c45_d20260828_m040345_c001_v0001120_t0033_u01787889825195") 2026/08/28 04:08:13 DEBUG : dst/one: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4179a092d8c4ecfa_d20260828_m040344_c001_v7007000_t0000_u01787889824895") 2026/08/28 04:08:13 DEBUG : dst/one: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f418a91b7ca841c3d_d20260828_m040342_c001_v0001120_t0033_u01787889822642") 2026/08/28 04:08:13 DEBUG : dst/one: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4179a092d8c4ecf0_d20260828_m040341_c001_v7007000_t0000_u01787889821924") 2026/08/28 04:08:13 DEBUG : dst/one: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f413e069b69c0cf6e_d20260828_m040338_c001_v0001184_t0036_u01787889818096") 2026/08/28 04:08:13 DEBUG : dst/one: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4053888d6cf163ad_d20260828_m040336_c001_v7007000_t0000_u01787889816816") 2026/08/28 04:08:13 DEBUG : dst/one: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f40301fe53b7996cb_d20260828_m040335_c001_v0001116_t0036_u01787889815702") 2026/08/28 04:08:13 DEBUG : dst/one: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f410e255c72299909_d20260828_m040335_c001_v7007000_t0000_u01787889815517") 2026/08/28 04:08:13 DEBUG : dst/one: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f40301fe53b7996b7_d20260828_m040333_c001_v0001116_t0036_u01787889813202") 2026/08/28 04:08:14 DEBUG : dst/one: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f410e255c72299906_d20260828_m040332_c001_v7007000_t0000_u01787889812469") 2026/08/28 04:08:14 DEBUG : dst/one: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f405843099b9e34ff_d20260828_m040328_c001_v0001154_t0016_u01787889808801") 2026/08/28 04:08:14 DEBUG : dst/one: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4053888d6cf163a1_d20260828_m040327_c001_v7007000_t0000_u01787889807865") 2026/08/28 04:08:14 DEBUG : dst/one: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4083de19536de43a_d20260828_m040326_c001_v0001181_t0058_u01787889806403") 2026/08/28 04:08:14 DEBUG : dst/one: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f418916779bae983d_d20260828_m040325_c001_v7007000_t0000_u01787889805815") 2026/08/28 04:08:14 DEBUG : dst/one: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4083de19536de3d4_d20260828_m040301_c001_v0001181_t0058_u01787889781122") 2026/08/28 04:08:14 DEBUG : dst/one: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f416f76d9c3c02950_d20260828_m040300_c001_v7007000_t0000_u01787889780403") 2026/08/28 04:08:14 DEBUG : dst/one: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f41067a685e4f90dc_d20260828_m040254_c001_v0001134_t0046_u01787889774945") 2026/08/28 04:08:14 DEBUG : dst/one: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f403e441909cd73bf_d20260828_m040254_c001_v7007000_t0000_u01787889774045") 2026/08/28 04:08:14 DEBUG : dst/one: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4125720bb26425c9_d20260828_m040252_c001_v0001182_t0013_u01787889772567") 2026/08/28 04:08:14 DEBUG : dst/one: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f419032ed225a2a8d_d20260828_m040252_c001_v7007000_t0000_u01787889772385") 2026/08/28 04:08:14 DEBUG : dst/one: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4125720bb26425b5_d20260828_m040249_c001_v0001182_t0013_u01787889769757") 2026/08/28 04:08:14 DEBUG : dst/one: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f419032ed225a2a82_d20260828_m040249_c001_v7007000_t0000_u01787889769033") 2026/08/28 04:08:14 DEBUG : dst/one: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f413e069b69c0cdfb_d20260828_m040243_c001_v0001184_t0036_u01787889763504") 2026/08/28 04:08:14 DEBUG : dst/one: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4041d8dd6a2ff011_d20260828_m040242_c001_v7007000_t0000_u01787889762563") 2026/08/28 04:08:14 DEBUG : dst/one: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f413eb08c2e9327ba_d20260828_m040241_c001_v0001113_t0003_u01787889761076") 2026/08/28 04:08:14 DEBUG : dst/one: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f42252f6bdae14d95_d20260828_m040240_c001_v7007000_t0000_u01787889760895") 2026/08/28 04:08:14 DEBUG : dst/one: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f413eb08c2e9327aa_d20260828_m040238_c001_v0001113_t0003_u01787889758178") 2026/08/28 04:08:14 DEBUG : dst/one: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f42252f6bdae14d91_d20260828_m040237_c001_v7007000_t0000_u01787889757455") 2026/08/28 04:08:14 DEBUG : dst/one: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f405843099b9e349b_d20260828_m040231_c001_v0001154_t0016_u01787889751909") 2026/08/28 04:08:14 DEBUG : dst/one: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4091cd1ec0089b69_d20260828_m040230_c001_v7007000_t0000_u01787889750796") 2026/08/28 04:08:15 DEBUG : dst/one: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4185aa1257c1075b_d20260828_m040225_c001_v0001183_t0018_u01787889745804") 2026/08/28 04:08:15 DEBUG : dst/one: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f418916779bae97c1_d20260828_m040225_c001_v7007000_t0000_u01787889745486") 2026/08/28 04:08:15 DEBUG : dst/one: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f41067a685e4f9060_d20260828_m040221_c001_v0001134_t0046_u01787889741635") 2026/08/28 04:08:15 DEBUG : dst/one: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4125b7e9a3f8d2a5_d20260828_m040220_c001_v0001167_t0013_u01787889740910") 2026/08/28 04:08:15 DEBUG : dst/one: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4125b7e9a3f8d29f_d20260828_m040219_c001_v0001167_t0013_u01787889739997") 2026/08/28 04:08:15 DEBUG : dst/one: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4188613d6637a135_d20260828_m040207_c001_v7007000_t0000_u01787889727141") 2026/08/28 04:08:15 DEBUG : dst/one: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f405843099b9e344b_d20260828_m040200_c001_v0001154_t0016_u01787889720741") 2026/08/28 04:08:15 DEBUG : dst/one: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f402703ea86dcf6c5_d20260828_m040200_c001_v0001134_t0014_u01787889720019") 2026/08/28 04:08:15 DEBUG : dst/one: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f402703ea86dcf6c3_d20260828_m040159_c001_v0001134_t0014_u01787889719109") 2026/08/28 04:08:15 DEBUG : dst/one-2019-01-01: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4053888d6cf163e7_d20260828_m040357_c001_v7007000_t0000_u01787889837854") 2026/08/28 04:08:15 DEBUG : dst/one-2019-01-01: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f410d482b7ca91a18_d20260828_m040355_c001_v0001167_t0047_u01787889835544") 2026/08/28 04:08:15 DEBUG : dst/one-2019-01-01: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f41153a17b5f8edf7_d20260828_m040352_c001_v0001165_t0040_u01787889832454") 2026/08/28 04:08:15 DEBUG : dst/one.bak: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4053888d6cf163da_d20260828_m040347_c001_v7007000_t0000_u01787889827030") 2026/08/28 04:08:15 DEBUG : dst/one.bak: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f412626b646545811_d20260828_m040344_c001_v0001137_t0051_u01787889824713") 2026/08/28 04:08:15 DEBUG : dst/one.bak: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f418a1c67738d4712_d20260828_m040341_c001_v0001029_t0040_u01787889821737") 2026/08/28 04:08:15 DEBUG : dst/one.bak: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4053888d6cf163ae_d20260828_m040336_c001_v7007000_t0000_u01787889816995") 2026/08/28 04:08:15 DEBUG : dst/one.bak: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f412ae7018e525f2a_d20260828_m040335_c001_v0001136_t0043_u01787889815331") 2026/08/28 04:08:15 DEBUG : dst/one.bak: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f413eb08c2e93290f_d20260828_m040332_c001_v0001113_t0020_u01787889812286") 2026/08/28 04:08:15 DEBUG : dst/three: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4091cd1ec0089b6a_d20260828_m040230_c001_v7007000_t0000_u01787889750992") 2026/08/28 04:08:15 DEBUG : dst/three: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4125b7e9a3f8d2d3_d20260828_m040229_c001_v0001167_t0013_u01787889749497") 2026/08/28 04:08:15 DEBUG : dst/three-2019-01-01.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4053888d6cf163e8_d20260828_m040358_c001_v7007000_t0000_u01787889838034") 2026/08/28 04:08:16 DEBUG : dst/three-2019-01-01.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4035ef682007f5c9_d20260828_m040356_c001_v0001179_t0032_u01787889836744") 2026/08/28 04:08:16 DEBUG : dst/three-2019-01-01.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4125c8636d6bb1c5_d20260828_m040354_c001_v0001033_t0027_u01787889834177") 2026/08/28 04:08:16 DEBUG : dst/three.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4053888d6cf163e9_d20260828_m040358_c001_v7007000_t0000_u01787889838214") 2026/08/28 04:08:16 DEBUG : dst/three.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4125720bb264277f_d20260828_m040357_c001_v0001182_t0038_u01787889837112") 2026/08/28 04:08:16 DEBUG : dst/three.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4188613d6637a223_d20260828_m040356_c001_v7007000_t0000_u01787889836933") 2026/08/28 04:08:16 DEBUG : dst/three.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4125720bb2642773_d20260828_m040354_c001_v0001182_t0038_u01787889834539") 2026/08/28 04:08:16 DEBUG : dst/three.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4188613d6637a220_d20260828_m040354_c001_v7007000_t0000_u01787889834360") 2026/08/28 04:08:16 DEBUG : dst/three.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f405843099b9e3531_d20260828_m040349_c001_v0001154_t0016_u01787889829453") 2026/08/28 04:08:16 DEBUG : dst/three.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4053888d6cf163db_d20260828_m040347_c001_v7007000_t0000_u01787889827210") 2026/08/28 04:08:16 DEBUG : dst/three.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f418a91b7ca841c49_d20260828_m040346_c001_v0001120_t0033_u01787889826288") 2026/08/28 04:08:16 DEBUG : dst/three.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4179a092d8c4ecfe_d20260828_m040346_c001_v7007000_t0000_u01787889826109") 2026/08/28 04:08:16 DEBUG : dst/three.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f418a91b7ca841c3f_d20260828_m040343_c001_v0001120_t0033_u01787889823750") 2026/08/28 04:08:16 DEBUG : dst/three.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4179a092d8c4ecf5_d20260828_m040343_c001_v7007000_t0000_u01787889823570") 2026/08/28 04:08:16 DEBUG : dst/three.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f405843099b9e351b_d20260828_m040338_c001_v0001154_t0016_u01787889818824") 2026/08/28 04:08:16 DEBUG : dst/three.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f410e255c7229990a_d20260828_m040336_c001_v7007000_t0000_u01787889816271") 2026/08/28 04:08:16 DEBUG : dst/three.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f405843099b9e350d_d20260828_m040334_c001_v0001154_t0016_u01787889814569") 2026/08/28 04:08:16 DEBUG : dst/three.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f410e255c72299907_d20260828_m040333_c001_v7007000_t0000_u01787889813850") 2026/08/28 04:08:16 DEBUG : dst/three.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f41067a685e4f913c_d20260828_m040329_c001_v0001134_t0046_u01787889809897") 2026/08/28 04:08:16 DEBUG : dst/three.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f418916779bae983e_d20260828_m040326_c001_v7007000_t0000_u01787889806961") 2026/08/28 04:08:16 DEBUG : dst/three.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f41067a685e4f912e_d20260828_m040323_c001_v0001134_t0046_u01787889803683") 2026/08/28 04:08:16 DEBUG : dst/three.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f416f76d9c3c02954_d20260828_m040301_c001_v7007000_t0000_u01787889781684") 2026/08/28 04:08:17 DEBUG : dst/three.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f413e069b69c0ce57_d20260828_m040255_c001_v0001184_t0036_u01787889775685") 2026/08/28 04:08:17 DEBUG : dst/three.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f419032ed225a2a8f_d20260828_m040253_c001_v7007000_t0000_u01787889773130") 2026/08/28 04:08:17 DEBUG : dst/three.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f413e069b69c0ce37_d20260828_m040251_c001_v0001184_t0036_u01787889771420") 2026/08/28 04:08:17 DEBUG : dst/three.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f419032ed225a2a8a_d20260828_m040250_c001_v7007000_t0000_u01787889770335") 2026/08/28 04:08:17 DEBUG : dst/three.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f405843099b9e34bf_d20260828_m040244_c001_v0001154_t0016_u01787889764232") 2026/08/28 04:08:17 DEBUG : dst/three.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f42252f6bdae14d97_d20260828_m040241_c001_v7007000_t0000_u01787889761651") 2026/08/28 04:08:17 DEBUG : dst/three.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f405843099b9e34b5_d20260828_m040239_c001_v0001154_t0016_u01787889759822") 2026/08/28 04:08:17 DEBUG : dst/three.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f42252f6bdae14d92_d20260828_m040238_c001_v7007000_t0000_u01787889758739") 2026/08/28 04:08:17 DEBUG : dst/three.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f41067a685e4f9096_d20260828_m040232_c001_v0001134_t0046_u01787889752632") 2026/08/28 04:08:17 DEBUG : dst/three.txt.bak: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4053888d6cf163dc_d20260828_m040347_c001_v7007000_t0000_u01787889827389") 2026/08/28 04:08:17 DEBUG : dst/three.txt.bak: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4024b17494201007_d20260828_m040345_c001_v0001117_t0013_u01787889825923") 2026/08/28 04:08:17 DEBUG : dst/three.txt.bak: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4032029900e77337_d20260828_m040343_c001_v0001177_t0024_u01787889823384") 2026/08/28 04:08:17 DEBUG : dst/three.txt.bak: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4053888d6cf163af_d20260828_m040337_c001_v7007000_t0000_u01787889817174") 2026/08/28 04:08:17 DEBUG : dst/three.txt.bak: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f415a25e2aec11319_d20260828_m040336_c001_v0001146_t0059_u01787889816084") 2026/08/28 04:08:17 DEBUG : dst/three.txt.bak: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4187fb806624fd08_d20260828_m040333_c001_v0001137_t0015_u01787889813664") 2026/08/28 04:08:17 DEBUG : dst/two: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4053888d6cf163ea_d20260828_m040358_c001_v7007000_t0000_u01787889838395") 2026/08/28 04:08:17 DEBUG : dst/two: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f41067a685e4f9180_d20260828_m040348_c001_v0001134_t0046_u01787889828910") 2026/08/28 04:08:17 DEBUG : dst/two: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4053888d6cf163dd_d20260828_m040347_c001_v7007000_t0000_u01787889827568") 2026/08/28 04:08:17 DEBUG : dst/two: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f41067a685e4f9160_d20260828_m040338_c001_v0001134_t0046_u01787889818641") 2026/08/28 04:08:17 DEBUG : dst/two: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4053888d6cf163b0_d20260828_m040337_c001_v7007000_t0000_u01787889817358") 2026/08/28 04:08:17 DEBUG : dst/two: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f413e069b69c0cf30_d20260828_m040329_c001_v0001184_t0036_u01787889809349") 2026/08/28 04:08:17 DEBUG : dst/two: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4053888d6cf163a2_d20260828_m040328_c001_v7007000_t0000_u01787889808063") 2026/08/28 04:08:18 DEBUG : dst/two: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f405843099b9e34d5_d20260828_m040255_c001_v0001154_t0016_u01787889775500") 2026/08/28 04:08:18 DEBUG : dst/two: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f403e441909cd73c0_d20260828_m040254_c001_v7007000_t0000_u01787889774226") 2026/08/28 04:08:18 DEBUG : dst/two: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f41067a685e4f90b4_d20260828_m040244_c001_v0001134_t0046_u01787889764050") 2026/08/28 04:08:18 DEBUG : dst/two: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4041d8dd6a2ff012_d20260828_m040242_c001_v7007000_t0000_u01787889762743") 2026/08/28 04:08:18 DEBUG : dst/two: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f413e069b69c0cdb7_d20260828_m040232_c001_v0001184_t0036_u01787889752449") 2026/08/28 04:08:18 DEBUG : dst/two: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4091cd1ec0089b6b_d20260828_m040231_c001_v7007000_t0000_u01787889751172") 2026/08/28 04:08:18 DEBUG : dst/two: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4172979fafce81a7_d20260828_m040227_c001_v0001043_t0004_u01787889747280") 2026/08/28 04:08:18 DEBUG : dst/two: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4188613d6637a136_d20260828_m040207_c001_v7007000_t0000_u01787889727322") 2026/08/28 04:08:18 DEBUG : dst/two: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f402703ea86dcf6d5_d20260828_m040206_c001_v0001134_t0014_u01787889726221") 2026/08/28 04:08:18 DEBUG : empty space: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4012364e01d179b5_d20260828_m040133_c001_v7007000_t0000_u01787889693855") 2026/08/28 04:08:18 DEBUG : empty space: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f41067a685e4f8fbc_d20260828_m040130_c001_v0001134_t0046_u01787889690405") 2026/08/28 04:08:18 DEBUG : empty space: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4012364e01d1799c_d20260828_m040128_c001_v7007000_t0000_u01787889688572") 2026/08/28 04:08:18 DEBUG : empty space: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f41067a685e4f8f88_d20260828_m040119_c001_v0001134_t0046_u01787889679085") 2026/08/28 04:08:18 DEBUG : empty space: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4012364e01d1791d_d20260828_m040110_c001_v7007000_t0000_u01787889670431") 2026/08/28 04:08:18 DEBUG : empty space: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f41067a685e4f8f5a_d20260828_m040107_c001_v0001134_t0046_u01787889667199") 2026/08/28 04:08:18 DEBUG : empty space: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f419f3addfb7c9107_d20260828_m040049_c001_v7007000_t0000_u01787889649935") 2026/08/28 04:08:18 DEBUG : empty space: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f41067a685e4f8eca_d20260828_m040047_c001_v0001134_t0046_u01787889647945") 2026/08/28 04:08:18 DEBUG : empty space: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f419f3addfb7c90f2_d20260828_m040047_c001_v7007000_t0000_u01787889647101") 2026/08/28 04:08:18 DEBUG : empty space: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f41067a685e4f8eb4_d20260828_m040046_c001_v0001134_t0046_u01787889646023") 2026/08/28 04:08:18 DEBUG : empty space: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f419f3addfb7c90d8_d20260828_m040042_c001_v7007000_t0000_u01787889642938") 2026/08/28 04:08:19 DEBUG : empty space: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f41067a685e4f8e9a_d20260828_m040041_c001_v0001134_t0046_u01787889641129") 2026/08/28 04:08:19 DEBUG : empty space: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f419f3addfb7c90d0_d20260828_m040040_c001_v7007000_t0000_u01787889640405") 2026/08/28 04:08:19 DEBUG : empty space: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f41067a685e4f8e94_d20260828_m040038_c001_v0001134_t0046_u01787889638869") 2026/08/28 04:08:19 DEBUG : empty space: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f419f3addfb7c8cdb_d20260828_m040033_c001_v7007000_t0000_u01787889633474") 2026/08/28 04:08:19 DEBUG : empty space: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f41067a685e4f8e70_d20260828_m040031_c001_v0001134_t0046_u01787889631911") 2026/08/28 04:08:19 DEBUG : empty space: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f419f3addfb7c8cd4_d20260828_m040031_c001_v7007000_t0000_u01787889631180") 2026/08/28 04:08:19 DEBUG : empty space: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f41067a685e4f8e6a_d20260828_m040030_c001_v0001134_t0046_u01787889630461") 2026/08/28 04:08:19 DEBUG : empty space: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f425a6bd0404c1255_d20260828_m040026_c001_v7007000_t0000_u01787889626150") 2026/08/28 04:08:19 DEBUG : empty space: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f41067a685e4f8e42_d20260828_m040024_c001_v0001134_t0046_u01787889624739") 2026/08/28 04:08:19 DEBUG : empty space: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f425a6bd0404c124f_d20260828_m040022_c001_v7007000_t0000_u01787889622888") 2026/08/28 04:08:19 DEBUG : empty space: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f41067a685e4f8e3a_d20260828_m040021_c001_v0001134_t0046_u01787889621981") 2026/08/28 04:08:19 DEBUG : empty space: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f425a6bd0404c124e_d20260828_m040021_c001_v7007000_t0000_u01787889621614") 2026/08/28 04:08:19 DEBUG : empty space: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f413b48e6bdb6746f_d20260828_m040021_c001_v0001037_t0023_u01787889621057") 2026/08/28 04:08:19 DEBUG : empty space: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f41067a685e4f8e32_d20260828_m040019_c001_v0001134_t0046_u01787889619533") 2026/08/28 04:08:19 DEBUG : enormous: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f419f3addfb7c9102_d20260828_m040049_c001_v7007000_t0000_u01787889649219") 2026/08/28 04:08:19 DEBUG : enormous: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f11067a685e4f8ecc_d20260828_m040048_c001_v0001134_t0002_u01787889648128") 2026/08/28 04:08:19 DEBUG : existing: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4053888d6cf16409_d20260828_m040402_c001_v7007000_t0000_u01787889842927") 2026/08/28 04:08:20 DEBUG : existing: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f405843099b9e3545_d20260828_m040401_c001_v0001154_t0016_u01787889841784") 2026/08/28 04:08:20 DEBUG : existing: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4012364e01d1790d_d20260828_m040105_c001_v7007000_t0000_u01787889665902") 2026/08/28 04:08:20 DEBUG : existing: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f41067a685e4f8f46_d20260828_m040104_c001_v0001134_t0046_u01787889664807") 2026/08/28 04:08:20 DEBUG : existing: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f425a6bd0404c1246_d20260828_m040016_c001_v7007000_t0000_u01787889616953") 2026/08/28 04:08:20 DEBUG : existing: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f41067a685e4f8e16_d20260828_m040016_c001_v0001134_t0046_u01787889616035") 2026/08/28 04:08:20 DEBUG : existing: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f425a6bd0404c123e_d20260828_m040015_c001_v7007000_t0000_u01787889615486") 2026/08/28 04:08:20 DEBUG : existing: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f41067a685e4f8e0c_d20260828_m040014_c001_v0001134_t0046_u01787889614942") 2026/08/28 04:08:20 DEBUG : existing: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f41067a685e4f8e06_d20260828_m040014_c001_v0001134_t0046_u01787889614216") 2026/08/28 04:08:20 DEBUG : existing-b: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4012364e01d1790e_d20260828_m040106_c001_v7007000_t0000_u01787889666081") 2026/08/28 04:08:20 DEBUG : existing-b: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f405843099b9e33c5_d20260828_m040104_c001_v0001154_t0016_u01787889664770") 2026/08/28 04:08:20 DEBUG : file1: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f406f4b8a450fab23_d20260828_m040442_c001_v7007000_t0000_u01787889882879") 2026/08/28 04:08:20 DEBUG : file1: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f41067a685e4f924e_d20260828_m040442_c001_v0001134_t0046_u01787889882127") 2026/08/28 04:08:20 DEBUG : file1: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f406f4b8a450fab1f_d20260828_m040440_c001_v7007000_t0000_u01787889880828") 2026/08/28 04:08:20 DEBUG : file1: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f413e069b69c0d146_d20260828_m040440_c001_v0001184_t0036_u01787889880009") 2026/08/28 04:08:20 DEBUG : five: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f419f3addfb7c911c_d20260828_m040053_c001_v7007000_t0000_u01787889653342") 2026/08/28 04:08:20 DEBUG : five: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f41067a685e4f8ee0_d20260828_m040051_c001_v0001134_t0046_u01787889651485") 2026/08/28 04:08:20 DEBUG : foo: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f425a6bd0404c1252_d20260828_m040024_c001_v7007000_t0000_u01787889624370") 2026/08/28 04:08:20 DEBUG : foo: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f41067a685e4f8e3e_d20260828_m040023_c001_v0001134_t0046_u01787889623827") 2026/08/28 04:08:20 DEBUG : foo: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f41067a685e4f8e3c_d20260828_m040023_c001_v0001134_t0046_u01787889623250") 2026/08/28 04:08:20 DEBUG : four: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f419f3addfb7c911e_d20260828_m040053_c001_v7007000_t0000_u01787889653529") 2026/08/28 04:08:20 DEBUG : four: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f413e069b69c0cb31_d20260828_m040052_c001_v0001184_t0036_u01787889652041") 2026/08/28 04:08:20 DEBUG : four: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f41067a685e4f8edc_d20260828_m040050_c001_v0001134_t0046_u01787889650943") 2026/08/28 04:08:21 DEBUG : hello world2: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4053888d6cf15718_d20260828_m035937_c001_v7007000_t0000_u01787889577967") 2026/08/28 04:08:21 DEBUG : hello world2: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f41067a685e4f8d4c_d20260828_m035937_c001_v0001134_t0046_u01787889577421") 2026/08/28 04:08:21 DEBUG : ignore-size: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f425a6bd0404c123b_d20260828_m040013_c001_v7007000_t0000_u01787889613852") 2026/08/28 04:08:21 DEBUG : ignore-size: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f41067a685e4f8e04_d20260828_m040012_c001_v0001134_t0046_u01787889612917") 2026/08/28 04:08:21 DEBUG : nested/sub dir/file: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4012364e01d178f1_d20260828_m040104_c001_v7007000_t0000_u01787889664047") 2026/08/28 04:08:21 DEBUG : nested/sub dir/file: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f413e069b69c0cb8b_d20260828_m040103_c001_v0001184_t0036_u01787889663502") 2026/08/28 04:08:21 DEBUG : nested/sub dir/file: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4012364e01d178ef_d20260828_m040102_c001_v7007000_t0000_u01787889662767") 2026/08/28 04:08:21 DEBUG : nested/sub dir/file: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f405843099b9e33c1_d20260828_m040102_c001_v0001154_t0016_u01787889662224") 2026/08/28 04:08:21 DEBUG : one: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f419f3addfb7c911f_d20260828_m040053_c001_v7007000_t0000_u01787889653709") 2026/08/28 04:08:21 DEBUG : one: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f41067a685e4f8ed2_d20260828_m040050_c001_v0001134_t0046_u01787889650298") 2026/08/28 04:08:21 DEBUG : only0: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f406f4b8a450fab06_d20260828_m040435_c001_v7007000_t0000_u01787889875529") 2026/08/28 04:08:21 DEBUG : only0: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f413e069b69c0d100_d20260828_m040430_c001_v0001184_t0036_u01787889870161") 2026/08/28 04:08:21 DEBUG : only0: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f413e069b69c0d0a2_d20260828_m040421_c001_v0001184_t0036_u01787889861702") 2026/08/28 04:08:21 DEBUG : only0: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f41236a1de0c25cb5_d20260828_m040415_c001_v7007000_t0000_u01787889855130") 2026/08/28 04:08:21 DEBUG : only0: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f405843099b9e3551_d20260828_m040406_c001_v0001154_t0016_u01787889846601") 2026/08/28 04:08:21 DEBUG : only1: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f406f4b8a450fab07_d20260828_m040435_c001_v7007000_t0000_u01787889875712") 2026/08/28 04:08:21 DEBUG : only1: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f405843099b9e35b5_d20260828_m040430_c001_v0001154_t0016_u01787889870583") 2026/08/28 04:08:21 DEBUG : only1: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f405843099b9e3587_d20260828_m040422_c001_v0001154_t0016_u01787889862423") 2026/08/28 04:08:21 DEBUG : only1: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f41236a1de0c25cbf_d20260828_m040416_c001_v7007000_t0000_u01787889856025") 2026/08/28 04:08:21 DEBUG : only1: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f41067a685e4f91b2_d20260828_m040406_c001_v0001134_t0046_u01787889846968") 2026/08/28 04:08:21 DEBUG : only10: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f406f4b8a450fab08_d20260828_m040435_c001_v7007000_t0000_u01787889875900") 2026/08/28 04:08:22 DEBUG : only10: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f41067a685e4f9226_d20260828_m040430_c001_v0001134_t0046_u01787889870171") 2026/08/28 04:08:22 DEBUG : only10: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f405843099b9e359b_d20260828_m040425_c001_v0001154_t0016_u01787889865832") 2026/08/28 04:08:22 DEBUG : only10: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f41236a1de0c25cbd_d20260828_m040415_c001_v7007000_t0000_u01787889855845") 2026/08/28 04:08:22 DEBUG : only10: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f41067a685e4f91c2_d20260828_m040410_c001_v0001134_t0046_u01787889850400") 2026/08/28 04:08:22 DEBUG : only11: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f406f4b8a450fab09_d20260828_m040436_c001_v7007000_t0000_u01787889876081") 2026/08/28 04:08:22 DEBUG : only11: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f405843099b9e35b1_d20260828_m040430_c001_v0001154_t0016_u01787889870181") 2026/08/28 04:08:22 DEBUG : only11: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f41067a685e4f9212_d20260828_m040426_c001_v0001134_t0046_u01787889866219") 2026/08/28 04:08:22 DEBUG : only11: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4130fc138f8918c4_d20260828_m040415_c001_v7007000_t0000_u01787889855857") 2026/08/28 04:08:22 DEBUG : only11: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f413e069b69c0d040_d20260828_m040410_c001_v0001184_t0036_u01787889850887") 2026/08/28 04:08:22 DEBUG : only12: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f406f4b8a450fab0a_d20260828_m040436_c001_v7007000_t0000_u01787889876265") 2026/08/28 04:08:22 DEBUG : only12: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f41067a685e4f922e_d20260828_m040430_c001_v0001134_t0046_u01787889870970") 2026/08/28 04:08:22 DEBUG : only12: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f413e069b69c0d0da_d20260828_m040426_c001_v0001184_t0036_u01787889866583") 2026/08/28 04:08:22 DEBUG : only12: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4012364e01d18b5c_d20260828_m040415_c001_v7007000_t0000_u01787889855520") 2026/08/28 04:08:22 DEBUG : only12: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f405843099b9e3567_d20260828_m040411_c001_v0001154_t0016_u01787889851255") 2026/08/28 04:08:22 DEBUG : only13: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f406f4b8a450fab0b_d20260828_m040436_c001_v7007000_t0000_u01787889876444") 2026/08/28 04:08:22 DEBUG : only13: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f413857bca1e4dade_d20260828_m040430_c001_v0001174_t0007_u01787889870728") 2026/08/28 04:08:22 DEBUG : only13: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f405843099b9e35a5_d20260828_m040426_c001_v0001154_t0016_u01787889866946") 2026/08/28 04:08:22 DEBUG : only13: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f41236a1de0c25cb7_d20260828_m040415_c001_v7007000_t0000_u01787889855308") 2026/08/28 04:08:22 DEBUG : only13: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f41067a685e4f91cc_d20260828_m040411_c001_v0001134_t0046_u01787889851646") 2026/08/28 04:08:22 DEBUG : only14: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f406f4b8a450fab0c_d20260828_m040436_c001_v7007000_t0000_u01787889876625") 2026/08/28 04:08:22 DEBUG : only14: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f41067a685e4f9228_d20260828_m040430_c001_v0001134_t0046_u01787889870389") 2026/08/28 04:08:23 DEBUG : only14: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f41067a685e4f921a_d20260828_m040427_c001_v0001134_t0046_u01787889867331") 2026/08/28 04:08:23 DEBUG : only14: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f41236a1de0c25cbb_d20260828_m040415_c001_v7007000_t0000_u01787889855667") 2026/08/28 04:08:23 DEBUG : only14: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f413e069b69c0d048_d20260828_m040412_c001_v0001184_t0036_u01787889852225") 2026/08/28 04:08:23 DEBUG : only15: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f406f4b8a450fab0d_d20260828_m040436_c001_v7007000_t0000_u01787889876811") 2026/08/28 04:08:23 DEBUG : only15: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f413857bca1e4dae2_d20260828_m040431_c001_v0001174_t0007_u01787889871094") 2026/08/28 04:08:23 DEBUG : only15: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f413e069b69c0d0e6_d20260828_m040427_c001_v0001184_t0036_u01787889867695") 2026/08/28 04:08:23 DEBUG : only15: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4130fc138f8918c3_d20260828_m040415_c001_v7007000_t0000_u01787889855676") 2026/08/28 04:08:23 DEBUG : only15: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f405843099b9e356f_d20260828_m040412_c001_v0001154_t0016_u01787889852597") 2026/08/28 04:08:23 DEBUG : only16: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f406f4b8a450fab0e_d20260828_m040436_c001_v7007000_t0000_u01787889876991") 2026/08/28 04:08:23 DEBUG : only16: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f413e069b69c0d102_d20260828_m040430_c001_v0001184_t0036_u01787889870380") 2026/08/28 04:08:23 DEBUG : only16: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f405843099b9e35ab_d20260828_m040428_c001_v0001154_t0016_u01787889868065") 2026/08/28 04:08:23 DEBUG : only16: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f41236a1de0c25cc0_d20260828_m040416_c001_v7007000_t0000_u01787889856204") 2026/08/28 04:08:23 DEBUG : only16: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f41067a685e4f91d2_d20260828_m040412_c001_v0001134_t0046_u01787889852965") 2026/08/28 04:08:24 DEBUG : only17: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f406f4b8a450fab0f_d20260828_m040437_c001_v7007000_t0000_u01787889877171") 2026/08/28 04:08:24 DEBUG : only17: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f405843099b9e35b3_d20260828_m040430_c001_v0001154_t0016_u01787889870398") 2026/08/28 04:08:24 DEBUG : only17: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f41067a685e4f921e_d20260828_m040428_c001_v0001134_t0046_u01787889868431") 2026/08/28 04:08:24 DEBUG : only17: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4174d406dae93578_d20260828_m040415_c001_v7007000_t0000_u01787889855872") 2026/08/28 04:08:24 DEBUG : only17: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f413e069b69c0d052_d20260828_m040413_c001_v0001184_t0036_u01787889853335") 2026/08/28 04:08:24 DEBUG : only18: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f406f4b8a450fab11_d20260828_m040437_c001_v7007000_t0000_u01787889877351") 2026/08/28 04:08:24 DEBUG : only18: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f413e069b69c0d104_d20260828_m040430_c001_v0001184_t0036_u01787889870564") 2026/08/28 04:08:24 DEBUG : only18: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f413e069b69c0d0f2_d20260828_m040428_c001_v0001184_t0036_u01787889868808") 2026/08/28 04:08:24 DEBUG : only18: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4174d406dae93576_d20260828_m040415_c001_v7007000_t0000_u01787889855691") 2026/08/28 04:08:24 DEBUG : only18: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f405843099b9e3575_d20260828_m040413_c001_v0001154_t0016_u01787889853706") 2026/08/28 04:08:24 DEBUG : only19: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f406f4b8a450fab12_d20260828_m040437_c001_v7007000_t0000_u01787889877532") 2026/08/28 04:08:24 DEBUG : only19: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f41067a685e4f922a_d20260828_m040430_c001_v0001134_t0046_u01787889870573") 2026/08/28 04:08:24 DEBUG : only19: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f405843099b9e35af_d20260828_m040429_c001_v0001154_t0016_u01787889869173") 2026/08/28 04:08:24 DEBUG : only19: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4012364e01d18b5e_d20260828_m040415_c001_v7007000_t0000_u01787889855886") 2026/08/28 04:08:24 DEBUG : only19: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f41067a685e4f91d6_d20260828_m040414_c001_v0001134_t0046_u01787889854073") 2026/08/28 04:08:24 DEBUG : only2: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f406f4b8a450fab13_d20260828_m040437_c001_v7007000_t0000_u01787889877713") 2026/08/28 04:08:24 DEBUG : only2: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f405843099b9e35b9_d20260828_m040430_c001_v0001154_t0016_u01787889870944") 2026/08/28 04:08:24 DEBUG : only2: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f41067a685e4f91f8_d20260828_m040422_c001_v0001134_t0046_u01787889862789") 2026/08/28 04:08:24 DEBUG : only2: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4130fc138f8918c5_d20260828_m040416_c001_v7007000_t0000_u01787889856037") 2026/08/28 04:08:24 DEBUG : only2: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f413e069b69c0d028_d20260828_m040407_c001_v0001184_t0036_u01787889847339") 2026/08/28 04:08:24 DEBUG : only3: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f406f4b8a450fab14_d20260828_m040437_c001_v7007000_t0000_u01787889877894") 2026/08/28 04:08:25 DEBUG : only3: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f413e069b69c0d106_d20260828_m040430_c001_v0001184_t0036_u01787889870747") 2026/08/28 04:08:25 DEBUG : only3: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f413e069b69c0d0b6_d20260828_m040423_c001_v0001184_t0036_u01787889863153") 2026/08/28 04:08:25 DEBUG : only3: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f41236a1de0c25cb9_d20260828_m040415_c001_v7007000_t0000_u01787889855487") 2026/08/28 04:08:25 DEBUG : only3: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f405843099b9e3555_d20260828_m040407_c001_v0001154_t0016_u01787889847708") 2026/08/28 04:08:25 DEBUG : only4: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f406f4b8a450fab15_d20260828_m040438_c001_v7007000_t0000_u01787889878074") 2026/08/28 04:08:25 DEBUG : only4: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f405843099b9e35b7_d20260828_m040430_c001_v0001154_t0016_u01787889870764") 2026/08/28 04:08:25 DEBUG : only4: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f405843099b9e358f_d20260828_m040423_c001_v0001154_t0016_u01787889863515") 2026/08/28 04:08:25 DEBUG : only4: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4012364e01d18b5d_d20260828_m040415_c001_v7007000_t0000_u01787889855706") 2026/08/28 04:08:25 DEBUG : only4: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f41067a685e4f91b8_d20260828_m040408_c001_v0001134_t0046_u01787889848076") 2026/08/28 04:08:25 DEBUG : only5: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f406f4b8a450fab17_d20260828_m040438_c001_v7007000_t0000_u01787889878254") 2026/08/28 04:08:25 DEBUG : only5: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f41067a685e4f922c_d20260828_m040430_c001_v0001134_t0046_u01787889870789") 2026/08/28 04:08:25 DEBUG : only5: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f41067a685e4f9200_d20260828_m040423_c001_v0001134_t0046_u01787889863880") 2026/08/28 04:08:25 DEBUG : only5: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4174d406dae9357a_d20260828_m040416_c001_v7007000_t0000_u01787889856053") 2026/08/28 04:08:25 DEBUG : only5: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f413e069b69c0d02e_d20260828_m040408_c001_v0001184_t0036_u01787889848446") 2026/08/28 04:08:25 DEBUG : only6: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f406f4b8a450fab18_d20260828_m040438_c001_v7007000_t0000_u01787889878435") 2026/08/28 04:08:25 DEBUG : only6: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f413857bca1e4dae0_d20260828_m040430_c001_v0001174_t0007_u01787889870911") 2026/08/28 04:08:25 DEBUG : only6: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f413e069b69c0d0c4_d20260828_m040424_c001_v0001184_t0036_u01787889864297") 2026/08/28 04:08:25 DEBUG : only6: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4130fc138f8918c2_d20260828_m040415_c001_v7007000_t0000_u01787889855497") 2026/08/28 04:08:25 DEBUG : only6: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f405843099b9e355b_d20260828_m040408_c001_v0001154_t0016_u01787889848839") 2026/08/28 04:08:25 DEBUG : only7: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f406f4b8a450fab19_d20260828_m040438_c001_v7007000_t0000_u01787889878615") 2026/08/28 04:08:25 DEBUG : only7: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f413e069b69c0d10c_d20260828_m040430_c001_v0001184_t0036_u01787889870933") 2026/08/28 04:08:25 DEBUG : only7: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f405843099b9e3597_d20260828_m040424_c001_v0001154_t0016_u01787889864734") 2026/08/28 04:08:25 DEBUG : only7: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4012364e01d18b5f_d20260828_m040416_c001_v7007000_t0000_u01787889856066") 2026/08/28 04:08:25 DEBUG : only7: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f41067a685e4f91bc_d20260828_m040409_c001_v0001134_t0046_u01787889849207") 2026/08/28 04:08:26 DEBUG : only8: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f406f4b8a450fab1a_d20260828_m040438_c001_v7007000_t0000_u01787889878900") 2026/08/28 04:08:26 DEBUG : only8: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f41067a685e4f9232_d20260828_m040431_c001_v0001134_t0046_u01787889871203") 2026/08/28 04:08:26 DEBUG : only8: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f41067a685e4f9208_d20260828_m040425_c001_v0001134_t0046_u01787889865100") 2026/08/28 04:08:26 DEBUG : only8: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4130fc138f8918c6_d20260828_m040416_c001_v7007000_t0000_u01787889856216") 2026/08/28 04:08:26 DEBUG : only8: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f413e069b69c0d036_d20260828_m040409_c001_v0001184_t0036_u01787889849579") 2026/08/28 04:08:26 DEBUG : only9: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f406f4b8a450fab1b_d20260828_m040439_c001_v7007000_t0000_u01787889879082") 2026/08/28 04:08:26 DEBUG : only9: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f405843099b9e35bb_d20260828_m040431_c001_v0001154_t0016_u01787889871125") 2026/08/28 04:08:26 DEBUG : only9: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f413e069b69c0d0cc_d20260828_m040425_c001_v0001184_t0036_u01787889865463") 2026/08/28 04:08:26 DEBUG : only9: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4174d406dae93574_d20260828_m040415_c001_v7007000_t0000_u01787889855511") 2026/08/28 04:08:26 DEBUG : only9: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f405843099b9e355f_d20260828_m040410_c001_v0001154_t0016_u01787889850033") 2026/08/28 04:08:26 DEBUG : potato: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4012364e01d178db_d20260828_m040101_c001_v7007000_t0000_u01787889661047") 2026/08/28 04:08:26 DEBUG : potato: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f405843099b9e33bd_d20260828_m040059_c001_v0001154_t0016_u01787889659518") 2026/08/28 04:08:26 DEBUG : potato: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4012364e01d178c7_d20260828_m040058_c001_v7007000_t0000_u01787889658747") 2026/08/28 04:08:26 DEBUG : potato: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f41067a685e4f8efe_d20260828_m040057_c001_v0001134_t0046_u01787889657219") 2026/08/28 04:08:26 DEBUG : potato: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4012364e01d178b1_d20260828_m040056_c001_v7007000_t0000_u01787889656497") 2026/08/28 04:08:26 DEBUG : potato: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f405843099b9e33a9_d20260828_m040054_c001_v0001154_t0016_u01787889654615") 2026/08/28 04:08:26 DEBUG : potato: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f419f3addfb7c90e2_d20260828_m040044_c001_v7007000_t0000_u01787889644557") 2026/08/28 04:08:26 DEBUG : potato: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f41067a685e4f8ea6_d20260828_m040043_c001_v0001134_t0046_u01787889643479") 2026/08/28 04:08:26 DEBUG : potato: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f419f3addfb7c90d2_d20260828_m040041_c001_v7007000_t0000_u01787889641730") 2026/08/28 04:08:26 DEBUG : potato: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f41067a685e4f8e98_d20260828_m040040_c001_v0001134_t0046_u01787889640946") 2026/08/28 04:08:27 DEBUG : potato: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f419f3addfb7c90cf_d20260828_m040039_c001_v7007000_t0000_u01787889639411") 2026/08/28 04:08:27 DEBUG : potato: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f41067a685e4f8e92_d20260828_m040038_c001_v0001134_t0046_u01787889638685") 2026/08/28 04:08:27 DEBUG : potato: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f419f3addfb7c8cda_d20260828_m040032_c001_v7007000_t0000_u01787889632938") 2026/08/28 04:08:27 DEBUG : potato: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f41067a685e4f8e6c_d20260828_m040031_c001_v0001134_t0046_u01787889631727") 2026/08/28 04:08:27 DEBUG : potato: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f419f3addfb7c8cd5_d20260828_m040031_c001_v7007000_t0000_u01787889631366") 2026/08/28 04:08:27 DEBUG : potato: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f41067a685e4f8e68_d20260828_m040030_c001_v0001134_t0046_u01787889630226") 2026/08/28 04:08:27 DEBUG : potato: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f419f3addfb7c8cce_d20260828_m040029_c001_v7007000_t0000_u01787889629864") 2026/08/28 04:08:27 DEBUG : potato: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f41067a685e4f8e5c_d20260828_m040029_c001_v0001134_t0046_u01787889629327") 2026/08/28 04:08:27 DEBUG : potato: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f41067a685e4f8e58_d20260828_m040028_c001_v0001134_t0046_u01787889628736") 2026/08/28 04:08:27 DEBUG : potato: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f419f3addfb7c8cca_d20260828_m040028_c001_v7007000_t0000_u01787889628377") 2026/08/28 04:08:27 DEBUG : potato: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f41067a685e4f8e54_d20260828_m040027_c001_v0001134_t0046_u01787889627831") 2026/08/28 04:08:27 DEBUG : potato: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f11067a685e4f8e50_d20260828_m040027_c001_v0001134_t0001_u01787889627048") 2026/08/28 04:08:27 DEBUG : potato: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f425a6bd0404c1256_d20260828_m040026_c001_v7007000_t0000_u01787889626332") 2026/08/28 04:08:27 DEBUG : potato: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f11067a685e4f8e46_d20260828_m040025_c001_v0001134_t0029_u01787889625293") 2026/08/28 04:08:27 DEBUG : potato2: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4012364e01d17abe_d20260828_m040142_c001_v7007000_t0000_u01787889702829") 2026/08/28 04:08:27 DEBUG : potato2: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f113e069b69c0cc91_d20260828_m040142_c001_v0001184_t0041_u01787889702260") 2026/08/28 04:08:27 DEBUG : potato2: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4012364e01d179b6_d20260828_m040134_c001_v7007000_t0000_u01787889694126") 2026/08/28 04:08:27 DEBUG : potato2: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f113e069b69c0cc49_d20260828_m040129_c001_v0001184_t0024_u01787889689846") 2026/08/28 04:08:27 DEBUG : potato2: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4012364e01d1796e_d20260828_m040122_c001_v7007000_t0000_u01787889682777") 2026/08/28 04:08:27 DEBUG : potato2: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f113e069b69c0cc09_d20260828_m040118_c001_v0001184_t0030_u01787889678519") 2026/08/28 04:08:27 DEBUG : potato2: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4012364e01d17926_d20260828_m040111_c001_v7007000_t0000_u01787889671064") 2026/08/28 04:08:27 DEBUG : potato2: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f113e069b69c0cbad_d20260828_m040106_c001_v0001184_t0005_u01787889666991") 2026/08/28 04:08:27 DEBUG : potato2: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f419f3addfb7c9100_d20260828_m040049_c001_v7007000_t0000_u01787889649040") 2026/08/28 04:08:28 DEBUG : potato2: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f11067a685e4f8ec4_d20260828_m040047_c001_v0001134_t0023_u01787889647640") 2026/08/28 04:08:28 DEBUG : potato2: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f419f3addfb7c90f4_d20260828_m040047_c001_v7007000_t0000_u01787889647280") 2026/08/28 04:08:28 DEBUG : potato2: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f11067a685e4f8eb0_d20260828_m040045_c001_v0001134_t0004_u01787889645105") 2026/08/28 04:08:28 DEBUG : potato2: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f419f3addfb7c90e4_d20260828_m040044_c001_v7007000_t0000_u01787889644743") 2026/08/28 04:08:28 DEBUG : potato2: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f41067a685e4f8eac_d20260828_m040044_c001_v0001134_t0046_u01787889644020") 2026/08/28 04:08:28 DEBUG : potato2: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f419f3addfb7c90da_d20260828_m040043_c001_v7007000_t0000_u01787889643118") 2026/08/28 04:08:28 DEBUG : potato2: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f11067a685e4f8ea0_d20260828_m040042_c001_v0001134_t0004_u01787889642089") 2026/08/28 04:08:28 DEBUG : potato2: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f419f3addfb7c90d1_d20260828_m040040_c001_v7007000_t0000_u01787889640586") 2026/08/28 04:08:28 DEBUG : potato2: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f11067a685e4f8e96_d20260828_m040039_c001_v0001134_t0049_u01787889639424") 2026/08/28 04:08:28 DEBUG : potato2: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f419f3addfb7c8cdc_d20260828_m040033_c001_v7007000_t0000_u01787889633654") 2026/08/28 04:08:28 DEBUG : potato2: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f11067a685e4f8e72_d20260828_m040032_c001_v0001134_t0008_u01787889632455") 2026/08/28 04:08:28 DEBUG : potato2: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4053888d6cf1571a_d20260828_m035940_c001_v7007000_t0000_u01787889580588") 2026/08/28 04:08:28 DEBUG : potato2: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f41067a685e4f8d5e_d20260828_m035940_c001_v0001134_t0046_u01787889580046") 2026/08/28 04:08:28 DEBUG : potato2: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4053888d6cf15719_d20260828_m035939_c001_v7007000_t0000_u01787889579139") 2026/08/28 04:08:28 DEBUG : potato2: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f41067a685e4f8d52_d20260828_m035938_c001_v0001134_t0046_u01787889578595") 2026/08/28 04:08:28 DEBUG : potato3: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4012364e01d179b7_d20260828_m040134_c001_v7007000_t0000_u01787889694507") 2026/08/28 04:08:28 DEBUG : potato3: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f105843099b9e3409_d20260828_m040130_c001_v0001154_t0000_u01787889690946") 2026/08/28 04:08:28 DEBUG : potato3: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4012364e01d1797a_d20260828_m040123_c001_v7007000_t0000_u01787889683395") 2026/08/28 04:08:28 DEBUG : potato3: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f105843099b9e33e7_d20260828_m040119_c001_v0001154_t0013_u01787889679627") 2026/08/28 04:08:28 DEBUG : potato3: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4012364e01d17927_d20260828_m040111_c001_v7007000_t0000_u01787889671502") 2026/08/28 04:08:29 DEBUG : potato3: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f105843099b9e33cd_d20260828_m040107_c001_v0001154_t0011_u01787889667381") 2026/08/28 04:08:29 DEBUG : pre-dest1/1: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4091cd1ec0089b56_d20260828_m040215_c001_v7007000_t0000_u01787889735797") 2026/08/28 04:08:29 DEBUG : pre-dest1/1: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f405843099b9e345b_d20260828_m040208_c001_v0001154_t0016_u01787889728052") 2026/08/28 04:08:29 DEBUG : pre-dest2/2: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4091cd1ec0089b57_d20260828_m040215_c001_v7007000_t0000_u01787889735978") 2026/08/28 04:08:29 DEBUG : pre-dest2/2: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f413e069b69c0cd2d_d20260828_m040208_c001_v0001184_t0036_u01787889728588") 2026/08/28 04:08:29 DEBUG : rclone-sync-test-ignore-file/.ignore: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4188613d6637a12b_d20260828_m040155_c001_v7007000_t0000_u01787889715114") 2026/08/28 04:08:29 DEBUG : rclone-sync-test-ignore-file/.ignore: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f11067a685e4f9002_d20260828_m040152_c001_v0001134_t0044_u01787889712001") 2026/08/28 04:08:29 DEBUG : sizeonly: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f425a6bd0404c1234_d20260828_m040012_c001_v7007000_t0000_u01787889612365") 2026/08/28 04:08:29 DEBUG : sizeonly: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f41067a685e4f8dfe_d20260828_m040011_c001_v0001134_t0046_u01787889611455") 2026/08/28 04:08:29 DEBUG : splitbanan: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f400f684b05fbf469_d20260828_m040608_c001_v7007000_t0000_u01787889968703") 2026/08/28 04:08:29 DEBUG : splitbanan: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f413e069b69c0d420_d20260828_m040602_c001_v0001184_t0036_u01787889962335") 2026/08/28 04:08:29 DEBUG : splitbananasplit: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4155eb378403485c_d20260828_m040708_c001_v7007000_t0000_u01787890028512") 2026/08/28 04:08:29 DEBUG : splitbananasplit: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f413e069b69c0d60c_d20260828_m040702_c001_v0001184_t0036_u01787890022803") 2026/08/28 04:08:29 DEBUG : splitbananasplit: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4155eb3784034843_d20260828_m040657_c001_v7007000_t0000_u01787890017106") 2026/08/28 04:08:29 DEBUG : splitbananasplit: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f413e069b69c0d5ac_d20260828_m040650_c001_v0001184_t0036_u01787890010602") 2026/08/28 04:08:29 DEBUG : splitbananasplit: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4053888d6cf169ed_d20260828_m040644_c001_v7007000_t0000_u01787890004228") 2026/08/28 04:08:29 DEBUG : splitbananasplit: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f413e069b69c0d53c_d20260828_m040638_c001_v0001184_t0036_u01787889998470") 2026/08/28 04:08:29 DEBUG : splitbananasplit: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4053888d6cf169c1_d20260828_m040632_c001_v7007000_t0000_u01787889992468") 2026/08/28 04:08:29 DEBUG : splitbananasplit: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f413e069b69c0d4de_d20260828_m040626_c001_v0001184_t0036_u01787889986613") 2026/08/28 04:08:29 DEBUG : splitbananasplit: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4053888d6cf16990_d20260828_m040620_c001_v7007000_t0000_u01787889980644") 2026/08/28 04:08:30 DEBUG : splitbananasplit: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f413e069b69c0d486_d20260828_m040614_c001_v0001184_t0036_u01787889974458") 2026/08/28 04:08:30 DEBUG : splitbananasplit: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4012364e01d18c9a_d20260828_m040603_c001_v7007000_t0000_u01787889963282") 2026/08/28 04:08:30 DEBUG : splitbananasplit: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f405843099b9e36dd_d20260828_m040601_c001_v0001154_t0016_u01787889961434") 2026/08/28 04:08:30 DEBUG : splitbananasplit: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f403e441909cd7530_d20260828_m040555_c001_v7007000_t0000_u01787889955623") 2026/08/28 04:08:30 DEBUG : splitbananasplit: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f405843099b9e36ab_d20260828_m040549_c001_v0001154_t0016_u01787889949453") 2026/08/28 04:08:30 DEBUG : splitbananasplit: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f416f76d9c3c03021_d20260828_m040548_c001_v7007000_t0000_u01787889948556") 2026/08/28 04:08:30 DEBUG : splitbananasplit: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f405843099b9e3697_d20260828_m040545_c001_v0001154_t0016_u01787889945348") 2026/08/28 04:08:30 DEBUG : splitbananasplit: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f416f76d9c3c03016_d20260828_m040539_c001_v7007000_t0000_u01787889939482") 2026/08/28 04:08:30 DEBUG : splitbananasplit: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f413857bca1e4de2e_d20260828_m040533_c001_v0001174_t0007_u01787889933051") 2026/08/28 04:08:30 DEBUG : splitbananasplit: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f400f684b05fbf388_d20260828_m040531_c001_v7007000_t0000_u01787889931709") 2026/08/28 04:08:30 DEBUG : splitbananasplit: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f413857bca1e4ddf0_d20260828_m040528_c001_v0001174_t0007_u01787889928949") 2026/08/28 04:08:30 DEBUG : splitbananasplit: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4020c34a93d32f39_d20260828_m040517_c001_v7007000_t0000_u01787889917963") 2026/08/28 04:08:30 DEBUG : splitbananasplit: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f41067a685e4f92e8_d20260828_m040514_c001_v0001134_t0046_u01787889914902") 2026/08/28 04:08:30 DEBUG : splitbananasplit: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f419032ed225a2c50_d20260828_m040509_c001_v7007000_t0000_u01787889909027") 2026/08/28 04:08:30 DEBUG : splitbananasplit: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f41067a685e4f92b6_d20260828_m040502_c001_v0001134_t0046_u01787889902815") 2026/08/28 04:08:30 DEBUG : splitbananasplit: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f403e441909cd7499_d20260828_m040456_c001_v7007000_t0000_u01787889896845") 2026/08/28 04:08:30 DEBUG : splitbananasplit: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f41067a685e4f927c_d20260828_m040450_c001_v0001134_t0046_u01787889890739") 2026/08/28 04:08:30 DEBUG : splitbananasplitSUFFIX: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f426993e1b1b4c57c_d20260828_m040550_c001_v7007000_t0000_u01787889950401") 2026/08/28 04:08:30 DEBUG : splitbananasplitSUFFIX: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f41067a685e4f93a8_d20260828_m040546_c001_v0001134_t0046_u01787889946283") 2026/08/28 04:08:30 DEBUG : sub dir/hello world: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f406f4b8a450fab2a_d20260828_m040446_c001_v7007000_t0000_u01787889886719") 2026/08/28 04:08:30 DEBUG : sub dir/hello world: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f413857bca1e4db9a_d20260828_m040445_c001_v0001174_t0007_u01787889885552") 2026/08/28 04:08:30 DEBUG : sub dir/hello world: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f406f4b8a450fab27_d20260828_m040444_c001_v7007000_t0000_u01787889884807") 2026/08/28 04:08:30 DEBUG : sub dir/hello world: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f405843099b9e35d3_d20260828_m040443_c001_v0001154_t0016_u01787889883818") 2026/08/28 04:08:31 DEBUG : sub dir/hello world: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4012364e01d178f3_d20260828_m040104_c001_v7007000_t0000_u01787889664228") 2026/08/28 04:08:31 DEBUG : sub dir/hello world: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f41067a685e4f8f38_d20260828_m040103_c001_v0001134_t0046_u01787889663491") 2026/08/28 04:08:31 DEBUG : sub dir/hello world: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4012364e01d178f0_d20260828_m040102_c001_v7007000_t0000_u01787889662948") 2026/08/28 04:08:31 DEBUG : sub dir/hello world: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f413e069b69c0cb7b_d20260828_m040102_c001_v0001184_t0036_u01787889662215") 2026/08/28 04:08:31 DEBUG : sub dir/hello world: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f425a6bd0404c1220_d20260828_m040009_c001_v7007000_t0000_u01787889609206") 2026/08/28 04:08:31 DEBUG : sub dir/hello world: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f41067a685e4f8df0_d20260828_m040007_c001_v0001134_t0046_u01787889607929") 2026/08/28 04:08:31 DEBUG : sub dir/hello world: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f425a6bd0404c1217_d20260828_m040007_c001_v7007000_t0000_u01787889607563") 2026/08/28 04:08:31 DEBUG : sub dir/hello world: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f41067a685e4f8dec_d20260828_m040006_c001_v0001134_t0046_u01787889606542") 2026/08/28 04:08:31 DEBUG : sub dir/hello world: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f425a6bd0404c1213_d20260828_m040004_c001_v7007000_t0000_u01787889604501") 2026/08/28 04:08:31 DEBUG : sub dir/hello world: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f41067a685e4f8dde_d20260828_m040003_c001_v0001134_t0046_u01787889603665") 2026/08/28 04:08:31 DEBUG : sub dir/hello world: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f425a6bd0404c1212_d20260828_m040003_c001_v7007000_t0000_u01787889603125") 2026/08/28 04:08:31 DEBUG : sub dir/hello world: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f41067a685e4f8dd8_d20260828_m040002_c001_v0001134_t0046_u01787889602263") 2026/08/28 04:08:31 DEBUG : sub dir/hello world: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f41067a685e4f8dce_d20260828_m035959_c001_v0001134_t0046_u01787889599994") 2026/08/28 04:08:31 DEBUG : sub dir/hello world: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f425a6bd0404c1208_d20260828_m035959_c001_v7007000_t0000_u01787889599632") 2026/08/28 04:08:31 DEBUG : sub dir/hello world: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f41067a685e4f8dc8_d20260828_m035959_c001_v0001134_t0046_u01787889599089") 2026/08/28 04:08:31 DEBUG : sub dir/hello world: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f41067a685e4f8dc2_d20260828_m035958_c001_v0001134_t0046_u01787889598543") 2026/08/28 04:08:31 DEBUG : sub dir/hello world: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4053888d6cf15752_d20260828_m035957_c001_v7007000_t0000_u01787889597817") 2026/08/28 04:08:31 DEBUG : sub dir/hello world: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f41067a685e4f8db4_d20260828_m035955_c001_v0001134_t0046_u01787889595834") 2026/08/28 04:08:32 DEBUG : sub dir/hello world: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f41067a685e4f8da6_d20260828_m035953_c001_v0001134_t0046_u01787889593575") 2026/08/28 04:08:32 DEBUG : sub dir/hello world: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4053888d6cf15742_d20260828_m035953_c001_v7007000_t0000_u01787889593213") 2026/08/28 04:08:32 DEBUG : sub dir/hello world: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f41067a685e4f8d9e_d20260828_m035952_c001_v0001134_t0046_u01787889592669") 2026/08/28 04:08:32 DEBUG : sub dir/hello world: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f41067a685e4f8d9c_d20260828_m035952_c001_v0001134_t0046_u01787889592125") 2026/08/28 04:08:32 DEBUG : sub dir/hello world: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4053888d6cf1573f_d20260828_m035951_c001_v7007000_t0000_u01787889591754") 2026/08/28 04:08:32 DEBUG : sub dir/hello world: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f41067a685e4f8d8c_d20260828_m035948_c001_v0001134_t0046_u01787889588381") 2026/08/28 04:08:32 DEBUG : sub dir/hello world: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4053888d6cf15724_d20260828_m035948_c001_v7007000_t0000_u01787889588018") 2026/08/28 04:08:32 DEBUG : sub dir/hello world: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f41067a685e4f8d86_d20260828_m035947_c001_v0001134_t0046_u01787889587459") 2026/08/28 04:08:32 DEBUG : sub dir/hello world: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4053888d6cf15721_d20260828_m035946_c001_v7007000_t0000_u01787889586557") 2026/08/28 04:08:32 DEBUG : sub dir/hello world: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f41067a685e4f8d7a_d20260828_m035946_c001_v0001134_t0046_u01787889586014") 2026/08/28 04:08:32 DEBUG : sub dir/hello world: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4053888d6cf15720_d20260828_m035945_c001_v7007000_t0000_u01787889585471") 2026/08/28 04:08:32 DEBUG : sub dir/hello world: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f41067a685e4f8d74_d20260828_m035944_c001_v0001134_t0046_u01787889584928") 2026/08/28 04:08:32 DEBUG : sub dir/hello world: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4053888d6cf1571e_d20260828_m035944_c001_v7007000_t0000_u01787889584027") 2026/08/28 04:08:32 DEBUG : sub dir/hello world: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f41067a685e4f8d6c_d20260828_m035943_c001_v0001134_t0046_u01787889583303") 2026/08/28 04:08:32 DEBUG : sub dir/hello world: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4053888d6cf1571d_d20260828_m035942_c001_v7007000_t0000_u01787889582762") 2026/08/28 04:08:32 DEBUG : sub dir/hello world: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f41067a685e4f8d68_d20260828_m035942_c001_v0001134_t0046_u01787889582220") 2026/08/28 04:08:32 DEBUG : sub dir/hello world: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4053888d6cf1571c_d20260828_m035941_c001_v7007000_t0000_u01787889581676") 2026/08/28 04:08:32 DEBUG : sub dir/hello world: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f41067a685e4f8d62_d20260828_m035941_c001_v0001134_t0046_u01787889581132") 2026/08/28 04:08:32 DEBUG : sub dir/hello world: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4053888d6cf15716_d20260828_m035936_c001_v7007000_t0000_u01787889576877") 2026/08/28 04:08:32 DEBUG : sub dir/hello world: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f41067a685e4f8d4a_d20260828_m035936_c001_v0001134_t0046_u01787889576335") 2026/08/28 04:08:32 DEBUG : sub dir/hello world: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4053888d6cf15714_d20260828_m035935_c001_v7007000_t0000_u01787889575792") 2026/08/28 04:08:32 DEBUG : sub dir/hello world: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f41067a685e4f8d42_d20260828_m035935_c001_v0001134_t0046_u01787889575250") 2026/08/28 04:08:32 DEBUG : sub dir/hello world: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4053888d6cf15712_d20260828_m035934_c001_v7007000_t0000_u01787889574350") 2026/08/28 04:08:33 DEBUG : sub dir/hello world: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f41067a685e4f8d3e_d20260828_m035933_c001_v0001134_t0046_u01787889573808") 2026/08/28 04:08:33 DEBUG : sub dir/hello world: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4053888d6cf15710_d20260828_m035931_c001_v7007000_t0000_u01787889571645") 2026/08/28 04:08:33 DEBUG : sub dir/hello world: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f41067a685e4f8d34_d20260828_m035931_c001_v0001134_t0046_u01787889571091") 2026/08/28 04:08:33 DEBUG : sub dir2/very/very/very/very/very/nested/subdir/hello world: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f406f4b8a450fab2b_d20260828_m040446_c001_v7007000_t0000_u01787889886899") 2026/08/28 04:08:33 DEBUG : sub dir2/very/very/very/very/very/nested/subdir/hello world: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f11067a685e4f925c_d20260828_m040445_c001_v0001134_t0023_u01787889885562") 2026/08/28 04:08:33 DEBUG : sub dir2/very/very/very/very/very/nested/subdir/hello world: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f406f4b8a450fab28_d20260828_m040444_c001_v7007000_t0000_u01787889884987") 2026/08/28 04:08:33 DEBUG : sub dir2/very/very/very/very/very/nested/subdir/hello world: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f113e069b69c0d16c_d20260828_m040443_c001_v0001184_t0011_u01787889883829") 2026/08/28 04:08:33 DEBUG : sub dir_somesuffix/hello world_somesuffix.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4155eb378403485e_d20260828_m040710_c001_v7007000_t0000_u01787890030718") 2026/08/28 04:08:33 DEBUG : sub dir_somesuffix/hello world_somesuffix.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f11067a685e4f952f_d20260828_m040709_c001_v0001134_t0015_u01787890029875") 2026/08/28 04:08:33 DEBUG : sub/yam: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4012364e01d178da_d20260828_m040100_c001_v7007000_t0000_u01787889660503") 2026/08/28 04:08:33 DEBUG : sub/yam: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f41067a685e4f8f0e_d20260828_m040059_c001_v0001134_t0046_u01787889659570") 2026/08/28 04:08:33 DEBUG : test_dir1/file2: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f406f4b8a450fab24_d20260828_m040443_c001_v7007000_t0000_u01787889883084") 2026/08/28 04:08:33 DEBUG : test_dir1/file2: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f413e069b69c0d152_d20260828_m040441_c001_v0001184_t0036_u01787889881786") 2026/08/28 04:08:33 DEBUG : test_dir1/file2: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f406f4b8a450fab20_d20260828_m040441_c001_v7007000_t0000_u01787889881009") 2026/08/28 04:08:33 DEBUG : test_dir1/file2: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f405843099b9e35c9_d20260828_m040440_c001_v0001154_t0016_u01787889880027") 2026/08/28 04:08:33 DEBUG : test_dir2/sub_dir/file3: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f406f4b8a450fab25_d20260828_m040443_c001_v7007000_t0000_u01787889883264") 2026/08/28 04:08:33 DEBUG : test_dir2/sub_dir/file3: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f413857bca1e4db68_d20260828_m040441_c001_v0001174_t0007_u01787889881796") 2026/08/28 04:08:33 DEBUG : test_dir2/sub_dir/file3: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f406f4b8a450fab21_d20260828_m040441_c001_v7007000_t0000_u01787889881190") 2026/08/28 04:08:33 DEBUG : test_dir2/sub_dir/file3: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f413857bca1e4db4c_d20260828_m040440_c001_v0001174_t0007_u01787889880018") 2026/08/28 04:08:33 DEBUG : three: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f419f3addfb7c9121_d20260828_m040053_c001_v7007000_t0000_u01787889653888") 2026/08/28 04:08:34 DEBUG : three: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f41067a685e4f8ee8_d20260828_m040052_c001_v0001134_t0046_u01787889652789") 2026/08/28 04:08:34 DEBUG : three: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f41067a685e4f8eda_d20260828_m040050_c001_v0001134_t0046_u01787889650760") 2026/08/28 04:08:34 DEBUG : tictactoe/tictactoe: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4155eb3784034862_d20260828_m040712_c001_v7007000_t0000_u01787890032229") 2026/08/28 04:08:34 DEBUG : tictactoe/tictactoe: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f405843099b9e37af_d20260828_m040711_c001_v0001154_t0016_u01787890031651") 2026/08/28 04:08:34 DEBUG : tictactoe/tictactoe/tictactoe.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4174d406dae938bf_d20260828_m040730_c001_v7007000_t0000_u01787890050286") 2026/08/28 04:08:34 DEBUG : tictactoe/tictactoe/tictactoe.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f113857bca1e4e438_d20260828_m040728_c001_v0001174_t0057_u01787890048647") 2026/08/28 04:08:34 DEBUG : tictactoe/tictactoe/tictactoe.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4174d406dae938b8_d20260828_m040727_c001_v7007000_t0000_u01787890047118") 2026/08/28 04:08:34 DEBUG : tictactoe/tictactoe/tictactoe.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f105843099b9e37d2_d20260828_m040725_c001_v0001154_t0019_u01787890045601") 2026/08/28 04:08:34 DEBUG : tictactoe/tictactoe/tictactoe.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4174d406dae938b3_d20260828_m040724_c001_v7007000_t0000_u01787890044653") 2026/08/28 04:08:34 DEBUG : tictactoe/tictactoe/tictactoe.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f11067a685e4f956b_d20260828_m040723_c001_v0001134_t0021_u01787890043943") 2026/08/28 04:08:34 DEBUG : tictactoe/tictactoe/tictactoe.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4155eb3784034871_d20260828_m040718_c001_v7007000_t0000_u01787890038973") 2026/08/28 04:08:34 DEBUG : tictactoe/tictactoe/tictactoe.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f105843099b9e37c2_d20260828_m040718_c001_v0001154_t0014_u01787890038020") 2026/08/28 04:08:34 DEBUG : tictactoe/tictactoe/toe.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4174d406dae9388e_d20260828_m040721_c001_v7007000_t0000_u01787890041467") 2026/08/28 04:08:34 DEBUG : tictactoe/tictactoe/toe.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f113857bca1e4e3c2_d20260828_m040719_c001_v0001174_t0046_u01787890039933") 2026/08/28 04:08:34 DEBUG : tictactoe/tictactoe/toe.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4155eb378403486d_d20260828_m040716_c001_v7007000_t0000_u01787890036975") 2026/08/28 04:08:34 DEBUG : tictactoe/tictactoe/toe.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f11067a685e4f954d_d20260828_m040716_c001_v0001134_t0029_u01787890036229") 2026/08/28 04:08:34 DEBUG : toe/toe/tictactoe: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4155eb3784034868_d20260828_m040715_c001_v7007000_t0000_u01787890035290") 2026/08/28 04:08:34 DEBUG : toe/toe/tictactoe: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f413e069b69c0d67e_d20260828_m040714_c001_v0001184_t0036_u01787890034707") 2026/08/28 04:08:34 DEBUG : toe/toe/tictactoe: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4155eb3784034866_d20260828_m040713_c001_v7007000_t0000_u01787890033770") 2026/08/28 04:08:34 DEBUG : toe/toe/tictactoe: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f413857bca1e4e362_d20260828_m040713_c001_v0001174_t0007_u01787890033175") 2026/08/28 04:08:34 DEBUG : toe/toe/toe: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4174d406dae938d3_d20260828_m040734_c001_v7007000_t0000_u01787890054311") 2026/08/28 04:08:35 DEBUG : toe/toe/toe: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f405843099b9e37e0_d20260828_m040733_c001_v0001154_t0016_u01787890053732") 2026/08/28 04:08:35 DEBUG : toe/toe/toe: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4174d406dae93891_d20260828_m040723_c001_v7007000_t0000_u01787890043006") 2026/08/28 04:08:35 DEBUG : toe/toe/toe: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f413e069b69c0d6bc_d20260828_m040722_c001_v0001184_t0036_u01787890042400") 2026/08/28 04:08:35 DEBUG : toe/toe/toe.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4174d406dae938c9_d20260828_m040730_c001_v7007000_t0000_u01787890050861") 2026/08/28 04:08:35 DEBUG : toe/toe/toe.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f413e069b69c0d6fc_d20260828_m040730_c001_v0001184_t0036_u01787890050104") 2026/08/28 04:08:35 DEBUG : toe/toe/toe.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4174d406dae938b9_d20260828_m040727_c001_v7007000_t0000_u01787890047696") 2026/08/28 04:08:35 DEBUG : toe/toe/toe.txt: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f40774e0686a0b69f_d20260828_m040726_c001_v0001177_t0001_u01787890046933") 2026/08/28 04:08:35 DEBUG : two: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f419f3addfb7c9123_d20260828_m040054_c001_v7007000_t0000_u01787889654067") 2026/08/28 04:08:35 DEBUG : two: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f405843099b9e339f_d20260828_m040052_c001_v0001154_t0016_u01787889652217") 2026/08/28 04:08:35 DEBUG : two: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f41067a685e4f8ed6_d20260828_m040050_c001_v0001134_t0046_u01787889650483") 2026/08/28 04:08:35 DEBUG : yam: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4012364e01d178dc_d20260828_m040101_c001_v7007000_t0000_u01787889661227") 2026/08/28 04:08:35 DEBUG : yam: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f410377b327c354dc_d20260828_m040100_c001_v0001116_t0046_u01787889660315") 2026/08/28 04:08:35 DEBUG : yam: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4012364e01d178c5_d20260828_m040058_c001_v7007000_t0000_u01787889658206") 2026/08/28 04:08:35 DEBUG : yam: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f413e069b69c0cb5b_d20260828_m040057_c001_v0001184_t0036_u01787889657230") 2026/08/28 04:08:35 DEBUG : yam: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4012364e01d178b0_d20260828_m040055_c001_v7007000_t0000_u01787889655957") 2026/08/28 04:08:35 DEBUG : yam: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f413e069b69c0cb4b_d20260828_m040054_c001_v0001184_t0036_u01787889654606") 2026/08/28 04:08:35 DEBUG : yaml: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4012364e01d178c8_d20260828_m040058_c001_v7007000_t0000_u01787889658927") 2026/08/28 04:08:35 DEBUG : yaml: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4188cc9aa68b209f_d20260828_m040058_c001_v0001134_t0052_u01787889658023") 2026/08/28 04:08:35 DEBUG : yaml: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f4012364e01d178b2_d20260828_m040056_c001_v7007000_t0000_u01787889656677") 2026/08/28 04:08:35 DEBUG : yaml: Deleting (id "4_zff12cdd3805d4b6baf080e1b_f414005d7133d3d8f_d20260828_m040055_c001_v0001130_t0052_u01787889655770") "./sync.test -test.v -test.timeout 1h0m0s -remote TestB2: -list-retries 5 -verbose -fast-list" - Finished OK in 9m8.593297718s (try 1/5)