"./sync.test -test.v -test.timeout 1h0m0s -remote TestB2: -list-retries 5 -verbose" - Starting (try 1/5) 2026/08/19 02:30:01 DEBUG : Creating backend with remote "TestB2:rclone-test-xapoboj5qoto" 2026/08/19 02:30:01 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/08/19 02:30:01 DEBUG : Creating backend with remote "/tmp/rclone2007618947" === RUN TestPipe --- PASS: TestPipe (0.00s) === RUN TestPipeConcurrent --- PASS: TestPipeConcurrent (0.02s) === RUN TestPipeOrderBy === RUN TestPipeOrderBy/#00 === RUN TestPipeOrderBy/size === RUN TestPipeOrderBy/name === RUN TestPipeOrderBy/modtime === RUN TestPipeOrderBy/size,ascending === RUN TestPipeOrderBy/name,asc === RUN TestPipeOrderBy/modtime,ascending === RUN TestPipeOrderBy/size,descending === RUN TestPipeOrderBy/name,desc === RUN TestPipeOrderBy/modtime,descending === RUN TestPipeOrderBy/size,mixed,50 === RUN TestPipeOrderBy/size,mixed,51 --- PASS: TestPipeOrderBy (0.00s) --- PASS: TestPipeOrderBy/#00 (0.00s) --- PASS: TestPipeOrderBy/size (0.00s) --- PASS: TestPipeOrderBy/name (0.00s) --- PASS: TestPipeOrderBy/modtime (0.00s) --- PASS: TestPipeOrderBy/size,ascending (0.00s) --- PASS: TestPipeOrderBy/name,asc (0.00s) --- PASS: TestPipeOrderBy/modtime,ascending (0.00s) --- PASS: TestPipeOrderBy/size,descending (0.00s) --- PASS: TestPipeOrderBy/name,desc (0.00s) --- PASS: TestPipeOrderBy/modtime,descending (0.00s) --- PASS: TestPipeOrderBy/size,mixed,50 (0.00s) --- PASS: TestPipeOrderBy/size,mixed,51 (0.00s) === RUN TestNewLess === RUN TestNewLess/blankOK === RUN TestNewLess/tooManyParts === RUN TestNewLess/tooManyParts2 === RUN TestNewLess/badMixed === RUN TestNewLess/unknownComparison === RUN TestNewLess/unknownSortDirection === RUN TestNewLess/patternNeedsGlob === RUN TestNewLess/patternRejectsEmptyGlob === RUN TestNewLess/patternRejectsBadGlob === RUN TestNewLess/patternOrder === RUN TestNewLess/size === RUN TestNewLess/name === RUN TestNewLess/modtime === RUN TestNewLess/size,ascending === RUN TestNewLess/name,asc === RUN TestNewLess/modtime,ascending === RUN TestNewLess/size,descending === RUN TestNewLess/name,desc === RUN TestNewLess/modtime,descending === RUN TestNewLess/modtime,mixed === RUN TestNewLess/modtime,mixed,30 --- PASS: TestNewLess (0.00s) --- PASS: TestNewLess/blankOK (0.00s) --- PASS: TestNewLess/tooManyParts (0.00s) --- PASS: TestNewLess/tooManyParts2 (0.00s) --- PASS: TestNewLess/badMixed (0.00s) --- PASS: TestNewLess/unknownComparison (0.00s) --- PASS: TestNewLess/unknownSortDirection (0.00s) --- PASS: TestNewLess/patternNeedsGlob (0.00s) --- PASS: TestNewLess/patternRejectsEmptyGlob (0.00s) --- PASS: TestNewLess/patternRejectsBadGlob (0.00s) --- PASS: TestNewLess/patternOrder (0.00s) --- PASS: TestNewLess/size (0.00s) --- PASS: TestNewLess/name (0.00s) --- PASS: TestNewLess/modtime (0.00s) --- PASS: TestNewLess/size,ascending (0.00s) --- PASS: TestNewLess/name,asc (0.00s) --- PASS: TestNewLess/modtime,ascending (0.00s) --- PASS: TestNewLess/size,descending (0.00s) --- PASS: TestNewLess/name,desc (0.00s) --- PASS: TestNewLess/modtime,descending (0.00s) --- PASS: TestNewLess/modtime,mixed (0.00s) --- PASS: TestNewLess/modtime,mixed,30 (0.00s) === RUN TestRcCopy rc_test.go:16: Skipping test on non local remote --- SKIP: TestRcCopy (0.00s) === RUN TestRcMove rc_test.go:16: Skipping test on non local remote --- SKIP: TestRcMove (0.00s) === RUN TestRcSync rc_test.go:16: Skipping test on non local remote --- SKIP: TestRcSync (0.00s) === RUN TestCopyWithDryRun run.go:198: Remote "B2 bucket rclone-test-xapoboj5qoto", Local "Local file system at /tmp/rclone2007618947", Modify Window "1ms" 2026/08/19 02:30:02 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/19 02:30:02 DEBUG : B2 bucket rclone-test-xapoboj5qoto: Waiting for checks to finish 2026/08/19 02:30:02 DEBUG : B2 bucket rclone-test-xapoboj5qoto: Waiting for transfers to finish 2026/08/19 02:30:02 NOTICE: sub dir/hello world: Skipped copy as --dry-run is set (size 11) --- PASS: TestCopyWithDryRun (1.50s) === RUN TestCopy run.go:198: Remote "B2 bucket rclone-test-xapoboj5qoto", Local "Local file system at /tmp/rclone2007618947", Modify Window "1ms" 2026/08/19 02:30:03 INFO : sub dir: Set directory modification time (using DirSetModTime) 2026/08/19 02:30:03 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/19 02:30:03 DEBUG : B2 bucket rclone-test-xapoboj5qoto: Waiting for checks to finish 2026/08/19 02:30:03 DEBUG : B2 bucket rclone-test-xapoboj5qoto: Waiting for transfers to finish 2026/08/19 02:30:04 DEBUG : sub dir/hello world: size = 11 OK 2026/08/19 02:30:04 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/19 02:30:04 INFO : sub dir/hello world: Copied (new) 2026/08/19 02:30:04 DEBUG : B2 bucket rclone-test-xapoboj5qoto: 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-xapoboj5qoto", Local "Local file system at /tmp/rclone2007618947", Modify Window "1ms" sync_test.go:98: Skipping as metadata not supported --- SKIP: TestCopyMetadata (0.36s) === RUN TestCopyMetadataNoEmptyDirs run.go:198: Remote "B2 bucket rclone-test-xapoboj5qoto", Local "Local file system at /tmp/rclone2007618947", Modify Window "1ms" sync_test.go:98: Skipping as metadata not supported --- SKIP: TestCopyMetadataNoEmptyDirs (0.36s) === RUN TestCopyMissingDirectory run.go:198: Remote "B2 bucket rclone-test-xapoboj5qoto", Local "Local file system at /tmp/rclone2007618947", Modify Window "1ms" 2026/08/19 02:30:05 DEBUG : Creating backend with remote "/non-existing" 2026/08/19 02:30:05 ERROR : Local file system at /non-existing: error reading source root directory: directory not found 2026/08/19 02:30:05 DEBUG : B2 bucket rclone-test-xapoboj5qoto: Waiting for checks to finish 2026/08/19 02:30:05 DEBUG : B2 bucket rclone-test-xapoboj5qoto: Waiting for transfers to finish --- PASS: TestCopyMissingDirectory (0.54s) === RUN TestCopyNoTraverse run.go:198: Remote "B2 bucket rclone-test-xapoboj5qoto", Local "Local file system at /tmp/rclone2007618947", Modify Window "1ms" 2026/08/19 02:30:06 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/19 02:30:06 DEBUG : B2 bucket rclone-test-xapoboj5qoto: Waiting for checks to finish 2026/08/19 02:30:06 DEBUG : B2 bucket rclone-test-xapoboj5qoto: Waiting for transfers to finish 2026/08/19 02:30:06 DEBUG : sub dir/hello world: size = 11 OK 2026/08/19 02:30:06 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/19 02:30:06 INFO : sub dir/hello world: Copied (new) --- PASS: TestCopyNoTraverse (1.46s) === RUN TestCopyNoTraverseDeadlock run.go:198: Remote "B2 bucket rclone-test-xapoboj5qoto", Local "Local file system at /tmp/rclone2007618947", Modify Window "1ms" sync_test.go:222: Only runs on local --- SKIP: TestCopyNoTraverseDeadlock (0.36s) === RUN TestCopyCheckFirst run.go:198: Remote "B2 bucket rclone-test-xapoboj5qoto", Local "Local file system at /tmp/rclone2007618947", Modify Window "1ms" 2026/08/19 02:30:07 INFO : B2 bucket rclone-test-xapoboj5qoto: Running all checks before starting transfers 2026/08/19 02:30:08 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/19 02:30:08 DEBUG : B2 bucket rclone-test-xapoboj5qoto: Waiting for checks to finish 2026/08/19 02:30:08 INFO : B2 bucket rclone-test-xapoboj5qoto: Checks finished, now starting transfers 2026/08/19 02:30:08 DEBUG : B2 bucket rclone-test-xapoboj5qoto: Waiting for transfers to finish 2026/08/19 02:30:08 DEBUG : sub dir/hello world: size = 11 OK 2026/08/19 02:30:08 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/19 02:30:08 INFO : sub dir/hello world: Copied (new) --- PASS: TestCopyCheckFirst (1.09s) === RUN TestSyncNoTraverse run.go:198: Remote "B2 bucket rclone-test-xapoboj5qoto", Local "Local file system at /tmp/rclone2007618947", Modify Window "1ms" 2026/08/19 02:30:09 ERROR : Ignoring --no-traverse with sync 2026/08/19 02:30:09 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/19 02:30:09 DEBUG : B2 bucket rclone-test-xapoboj5qoto: Waiting for checks to finish 2026/08/19 02:30:09 DEBUG : B2 bucket rclone-test-xapoboj5qoto: Waiting for transfers to finish 2026/08/19 02:30:09 DEBUG : sub dir/hello world: size = 11 OK 2026/08/19 02:30:09 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/19 02:30:09 INFO : sub dir/hello world: Copied (new) 2026/08/19 02:30:09 DEBUG : Waiting for deletions to finish --- PASS: TestSyncNoTraverse (1.09s) === RUN TestCopyWithDepth run.go:198: Remote "B2 bucket rclone-test-xapoboj5qoto", Local "Local file system at /tmp/rclone2007618947", Modify Window "1ms" 2026/08/19 02:30:10 DEBUG : hello world2: Need to transfer - File not found at Destination 2026/08/19 02:30:10 DEBUG : B2 bucket rclone-test-xapoboj5qoto: Waiting for checks to finish 2026/08/19 02:30:10 DEBUG : B2 bucket rclone-test-xapoboj5qoto: Waiting for transfers to finish 2026/08/19 02:30:10 DEBUG : hello world2: size = 12 OK 2026/08/19 02:30:10 DEBUG : hello world2: sha1 = c0bf117f9c93d02c894fe8ffd6e5cecf3545c209 OK 2026/08/19 02:30:10 INFO : hello world2: Copied (new) --- PASS: TestCopyWithDepth (1.09s) === RUN TestCopyWithFilesFrom run.go:198: Remote "B2 bucket rclone-test-xapoboj5qoto", Local "Local file system at /tmp/rclone2007618947", Modify Window "1ms" 2026/08/19 02:30:11 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/19 02:30:11 DEBUG : B2 bucket rclone-test-xapoboj5qoto: Waiting for checks to finish 2026/08/19 02:30:11 DEBUG : B2 bucket rclone-test-xapoboj5qoto: Waiting for transfers to finish 2026/08/19 02:30:11 DEBUG : potato2: size = 11 OK 2026/08/19 02:30:11 DEBUG : potato2: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/19 02:30:11 INFO : potato2: Copied (new) --- PASS: TestCopyWithFilesFrom (1.09s) === RUN TestCopyWithFilesFromAndNoTraverse run.go:198: Remote "B2 bucket rclone-test-xapoboj5qoto", Local "Local file system at /tmp/rclone2007618947", Modify Window "1ms" 2026/08/19 02:30:12 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/19 02:30:12 DEBUG : B2 bucket rclone-test-xapoboj5qoto: Waiting for checks to finish 2026/08/19 02:30:12 DEBUG : B2 bucket rclone-test-xapoboj5qoto: Waiting for transfers to finish 2026/08/19 02:30:13 DEBUG : potato2: size = 11 OK 2026/08/19 02:30:13 DEBUG : potato2: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/19 02:30:13 INFO : potato2: Copied (new) --- PASS: TestCopyWithFilesFromAndNoTraverse (1.45s) === RUN TestCopyEmptyDirectories run.go:198: Remote "B2 bucket rclone-test-xapoboj5qoto", Local "Local file system at /tmp/rclone2007618947", Modify Window "1ms" 2026/08/19 02:30:13 DEBUG : sub dir2/sub sub dir2: Making directory with metadata 2026/08/19 02:30:13 INFO : sub dir2/sub sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/19 02:30:13 INFO : sub dir2: Set directory modification time (using DirSetModTime) 2026/08/19 02:30:13 INFO : sub dir: Set directory modification time (using DirSetModTime) 2026/08/19 02:30:13 INFO : sub dir2: Making directory 2026/08/19 02:30:13 INFO : sub dir: Making directory 2026/08/19 02:30:13 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/19 02:30:13 INFO : sub dir2/sub sub dir2: Making directory 2026/08/19 02:30:13 DEBUG : B2 bucket rclone-test-xapoboj5qoto: Waiting for checks to finish 2026/08/19 02:30:13 DEBUG : B2 bucket rclone-test-xapoboj5qoto: Waiting for transfers to finish 2026/08/19 02:30:14 DEBUG : sub dir/hello world: size = 11 OK 2026/08/19 02:30:14 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/19 02:30:14 INFO : sub dir/hello world: Copied (new) fstest.go:250: Filtering empty directory "sub dir2" fstest.go:250: Filtering empty directory "sub dir2/sub sub dir2" 2026/08/19 02:30:14 DEBUG : B2 bucket rclone-test-xapoboj5qoto: 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-xapoboj5qoto", Local "Local file system at /tmp/rclone2007618947", Modify Window "1ms" 2026/08/19 02:30:14 INFO : sub dir2: Making directory 2026/08/19 02:30:14 DEBUG : sub dir2/sub sub dir2: Making directory with metadata 2026/08/19 02:30:14 INFO : sub dir2/sub sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/19 02:30:15 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/19 02:30:15 DEBUG : B2 bucket rclone-test-xapoboj5qoto: Waiting for checks to finish 2026/08/19 02:30:15 DEBUG : B2 bucket rclone-test-xapoboj5qoto: Waiting for transfers to finish 2026/08/19 02:30:15 DEBUG : sub dir/hello world: size = 11 OK 2026/08/19 02:30:15 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/19 02:30:15 INFO : sub dir/hello world: Copied (new) --- PASS: TestCopyNoEmptyDirectories (1.08s) === RUN TestMoveEmptyDirectories run.go:198: Remote "B2 bucket rclone-test-xapoboj5qoto", Local "Local file system at /tmp/rclone2007618947", Modify Window "1ms" 2026/08/19 02:30:15 DEBUG : sub dir2: Making directory with metadata 2026/08/19 02:30:15 INFO : sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/19 02:30:16 INFO : sub dir2: Making directory 2026/08/19 02:30:16 INFO : sub dir: Making directory 2026/08/19 02:30:16 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/19 02:30:16 DEBUG : B2 bucket rclone-test-xapoboj5qoto: Waiting for checks to finish 2026/08/19 02:30:16 DEBUG : B2 bucket rclone-test-xapoboj5qoto: Waiting for transfers to finish 2026/08/19 02:30:16 DEBUG : sub dir/hello world: size = 11 OK 2026/08/19 02:30:16 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/19 02:30:16 INFO : sub dir/hello world: Copied (new) 2026/08/19 02:30:16 INFO : sub dir/hello world: Deleted fstest.go:250: Filtering empty directory "sub dir2" 2026/08/19 02:30:16 DEBUG : B2 bucket rclone-test-xapoboj5qoto: Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata 2026/08/19 02:30:16 DEBUG : B2 bucket rclone-test-xapoboj5qoto: 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-xapoboj5qoto", Local "Local file system at /tmp/rclone2007618947", Modify Window "1ms" sync_test.go:438: Skipping test as backend does not support DirSetModTime --- SKIP: TestSyncNoUpdateDirModtime (0.36s) === RUN TestMoveNoEmptyDirectories run.go:198: Remote "B2 bucket rclone-test-xapoboj5qoto", Local "Local file system at /tmp/rclone2007618947", Modify Window "1ms" 2026/08/19 02:30:17 INFO : sub dir2: Making directory 2026/08/19 02:30:17 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/19 02:30:17 DEBUG : B2 bucket rclone-test-xapoboj5qoto: Waiting for checks to finish 2026/08/19 02:30:17 DEBUG : B2 bucket rclone-test-xapoboj5qoto: Waiting for transfers to finish 2026/08/19 02:30:17 DEBUG : sub dir/hello world: size = 11 OK 2026/08/19 02:30:17 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/19 02:30:17 INFO : sub dir/hello world: Copied (new) 2026/08/19 02:30:17 INFO : sub dir/hello world: Deleted --- PASS: TestMoveNoEmptyDirectories (1.17s) === RUN TestSyncEmptyDirectories run.go:198: Remote "B2 bucket rclone-test-xapoboj5qoto", Local "Local file system at /tmp/rclone2007618947", Modify Window "1ms" 2026/08/19 02:30:18 DEBUG : sub dir2: Making directory with metadata 2026/08/19 02:30:18 INFO : sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/19 02:30:18 INFO : sub dir: Set directory modification time (using DirSetModTime) 2026/08/19 02:30:18 INFO : sub dir2: Making directory 2026/08/19 02:30:18 INFO : sub dir: Making directory 2026/08/19 02:30:18 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/19 02:30:18 DEBUG : B2 bucket rclone-test-xapoboj5qoto: Waiting for checks to finish 2026/08/19 02:30:18 DEBUG : B2 bucket rclone-test-xapoboj5qoto: Waiting for transfers to finish 2026/08/19 02:30:19 DEBUG : sub dir/hello world: size = 11 OK 2026/08/19 02:30:19 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/19 02:30:19 INFO : sub dir/hello world: Copied (new) 2026/08/19 02:30:19 DEBUG : Waiting for deletions to finish fstest.go:250: Filtering empty directory "sub dir2" 2026/08/19 02:30:19 DEBUG : B2 bucket rclone-test-xapoboj5qoto: Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata --- PASS: TestSyncEmptyDirectories (1.08s) === RUN TestSyncSetDelayedModTimes run.go:198: Remote "B2 bucket rclone-test-xapoboj5qoto", Local "Local file system at /tmp/rclone2007618947", Modify Window "1ms" sync_test.go:537: Backend doesn't have DirModTimeUpdatesOnWrite set --- SKIP: TestSyncSetDelayedModTimes (0.36s) === RUN TestSyncNoEmptyDirectories run.go:198: Remote "B2 bucket rclone-test-xapoboj5qoto", Local "Local file system at /tmp/rclone2007618947", Modify Window "1ms" 2026/08/19 02:30:20 INFO : sub dir2: Making directory 2026/08/19 02:30:20 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/19 02:30:20 DEBUG : B2 bucket rclone-test-xapoboj5qoto: Waiting for checks to finish 2026/08/19 02:30:20 DEBUG : B2 bucket rclone-test-xapoboj5qoto: Waiting for transfers to finish 2026/08/19 02:30:20 DEBUG : sub dir/hello world: size = 11 OK 2026/08/19 02:30:20 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/19 02:30:20 INFO : sub dir/hello world: Copied (new) 2026/08/19 02:30:20 DEBUG : Waiting for deletions to finish --- PASS: TestSyncNoEmptyDirectories (1.08s) === RUN TestServerSideCopy run.go:198: Remote "B2 bucket rclone-test-xapoboj5qoto", Local "Local file system at /tmp/rclone2007618947", Modify Window "1ms" 2026/08/19 02:30:21 DEBUG : Creating backend with remote "TestB2:rclone-test-sifazah7jebi" 2026/08/19 02:30:21 DEBUG : Config file has changed externally - reloading sync_test.go:620: Server side copy (if possible) B2 bucket rclone-test-xapoboj5qoto -> B2 bucket rclone-test-sifazah7jebi 2026/08/19 02:30:23 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/19 02:30:23 DEBUG : B2 bucket rclone-test-sifazah7jebi: Waiting for checks to finish 2026/08/19 02:30:23 DEBUG : B2 bucket rclone-test-sifazah7jebi: Waiting for transfers to finish 2026/08/19 02:30:23 DEBUG : sub dir/hello world: size = 11 OK 2026/08/19 02:30:23 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/19 02:30:23 INFO : sub dir/hello world: Copied (server-side copy) 2026/08/19 02:30:23 DEBUG : B2 bucket rclone-test-sifazah7jebi: Purge remote 2026/08/19 02:30:23 INFO : B2 bucket rclone-test-sifazah7jebi: cleaning bucket "rclone-test-sifazah7jebi" of all files 2026/08/19 02:30:24 DEBUG : sub dir/hello world: Deleting (id "4_z7f62fdf3d0ad1b7baf080e1b_f41924bc7752a1e5b_d20260819_m023023_c001_v0001179_t0013_u01787106623701") --- PASS: TestServerSideCopy (4.01s) === RUN TestCopyOverSelf run.go:198: Remote "B2 bucket rclone-test-xapoboj5qoto", Local "Local file system at /tmp/rclone2007618947", Modify Window "1ms" 2026/08/19 02:30:25 DEBUG : B2 bucket rclone-test-xapoboj5qoto: Waiting for checks to finish 2026/08/19 02:30:25 DEBUG : sub dir/hello world: size = 17 (Local file system at /tmp/rclone2007618947) 2026/08/19 02:30:25 DEBUG : sub dir/hello world: size = 11 (B2 bucket rclone-test-xapoboj5qoto) 2026/08/19 02:30:25 DEBUG : sub dir/hello world: Sizes differ 2026/08/19 02:30:25 DEBUG : B2 bucket rclone-test-xapoboj5qoto: Waiting for transfers to finish 2026/08/19 02:30:26 DEBUG : sub dir/hello world: size = 17 OK 2026/08/19 02:30:26 DEBUG : sub dir/hello world: sha1 = b84a9b2362aee3556081792f3b7abd3958da8deb OK 2026/08/19 02:30:26 INFO : sub dir/hello world: Copied (replaced existing) --- PASS: TestCopyOverSelf (1.64s) === RUN TestServerSideCopyOverSelf run.go:198: Remote "B2 bucket rclone-test-xapoboj5qoto", Local "Local file system at /tmp/rclone2007618947", Modify Window "1ms" 2026/08/19 02:30:27 DEBUG : Creating backend with remote "TestB2:rclone-test-hepupuy6sube" sync_test.go:656: Server side copy (if possible) B2 bucket rclone-test-xapoboj5qoto -> B2 bucket rclone-test-hepupuy6sube 2026/08/19 02:30:28 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/19 02:30:28 DEBUG : B2 bucket rclone-test-hepupuy6sube: Waiting for checks to finish 2026/08/19 02:30:28 DEBUG : B2 bucket rclone-test-hepupuy6sube: Waiting for transfers to finish 2026/08/19 02:30:29 DEBUG : sub dir/hello world: size = 11 OK 2026/08/19 02:30:29 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/19 02:30:29 INFO : sub dir/hello world: Copied (server-side copy) 2026/08/19 02:30:30 DEBUG : sub dir/hello world: size = 17 (B2 bucket rclone-test-xapoboj5qoto) 2026/08/19 02:30:30 DEBUG : sub dir/hello world: size = 11 (B2 bucket rclone-test-hepupuy6sube) 2026/08/19 02:30:30 DEBUG : sub dir/hello world: Sizes differ 2026/08/19 02:30:30 DEBUG : B2 bucket rclone-test-hepupuy6sube: Waiting for checks to finish 2026/08/19 02:30:30 DEBUG : B2 bucket rclone-test-hepupuy6sube: Waiting for transfers to finish 2026/08/19 02:30:30 DEBUG : sub dir/hello world: size = 17 OK 2026/08/19 02:30:30 DEBUG : sub dir/hello world: sha1 = b84a9b2362aee3556081792f3b7abd3958da8deb OK 2026/08/19 02:30:30 INFO : sub dir/hello world: Copied (server-side copy) 2026/08/19 02:30:30 DEBUG : B2 bucket rclone-test-hepupuy6sube: Purge remote 2026/08/19 02:30:30 INFO : B2 bucket rclone-test-hepupuy6sube: cleaning bucket "rclone-test-hepupuy6sube" of all files 2026/08/19 02:30:30 DEBUG : sub dir/hello world: Deleting (id "4_z5f421d43d0bd1b7baf080e1b_f4144130878b0354c_d20260819_m023030_c001_v0001036_t0045_u01787106630512") 2026/08/19 02:30:30 DEBUG : sub dir/hello world: Deleting (id "4_z5f421d43d0bd1b7baf080e1b_f401aadc99a89d23a_d20260819_m023029_c001_v0001117_t0029_u01787106629039") --- PASS: TestServerSideCopyOverSelf (5.34s) === RUN TestMoveOverSelf run.go:198: Remote "B2 bucket rclone-test-xapoboj5qoto", Local "Local file system at /tmp/rclone2007618947", Modify Window "1ms" 2026/08/19 02:30:32 DEBUG : B2 bucket rclone-test-xapoboj5qoto: Waiting for checks to finish 2026/08/19 02:30:32 DEBUG : sub dir/hello world: size = 17 (Local file system at /tmp/rclone2007618947) 2026/08/19 02:30:32 DEBUG : sub dir/hello world: size = 11 (B2 bucket rclone-test-xapoboj5qoto) 2026/08/19 02:30:32 DEBUG : sub dir/hello world: Sizes differ 2026/08/19 02:30:32 DEBUG : B2 bucket rclone-test-xapoboj5qoto: Waiting for transfers to finish 2026/08/19 02:30:33 DEBUG : sub dir/hello world: size = 17 OK 2026/08/19 02:30:33 DEBUG : sub dir/hello world: sha1 = b84a9b2362aee3556081792f3b7abd3958da8deb OK 2026/08/19 02:30:33 INFO : sub dir/hello world: Copied (replaced existing) 2026/08/19 02:30:33 INFO : sub dir/hello world: Deleted --- PASS: TestMoveOverSelf (1.64s) === RUN TestServerSideMoveOverSelf run.go:198: Remote "B2 bucket rclone-test-xapoboj5qoto", Local "Local file system at /tmp/rclone2007618947", Modify Window "1ms" 2026/08/19 02:30:34 DEBUG : Creating backend with remote "TestB2:rclone-test-liwuxah7zelo" sync_test.go:701: Server side copy (if possible) B2 bucket rclone-test-xapoboj5qoto -> B2 bucket rclone-test-liwuxah7zelo 2026/08/19 02:30:35 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/19 02:30:35 DEBUG : B2 bucket rclone-test-liwuxah7zelo: Waiting for checks to finish 2026/08/19 02:30:35 DEBUG : B2 bucket rclone-test-liwuxah7zelo: Waiting for transfers to finish 2026/08/19 02:30:36 DEBUG : sub dir/hello world: size = 11 OK 2026/08/19 02:30:36 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/19 02:30:36 INFO : sub dir/hello world: Copied (server-side copy) 2026/08/19 02:30:37 DEBUG : B2 bucket rclone-test-liwuxah7zelo: Waiting for checks to finish 2026/08/19 02:30:37 DEBUG : sub dir/hello world: size = 17 (B2 bucket rclone-test-xapoboj5qoto) 2026/08/19 02:30:37 DEBUG : sub dir/hello world: size = 11 (B2 bucket rclone-test-liwuxah7zelo) 2026/08/19 02:30:37 DEBUG : sub dir/hello world: Sizes differ 2026/08/19 02:30:37 DEBUG : B2 bucket rclone-test-liwuxah7zelo: Waiting for transfers to finish 2026/08/19 02:30:37 DEBUG : sub dir/hello world: size = 17 OK 2026/08/19 02:30:37 DEBUG : sub dir/hello world: sha1 = b84a9b2362aee3556081792f3b7abd3958da8deb OK 2026/08/19 02:30:37 INFO : sub dir/hello world: Copied (server-side copy) 2026/08/19 02:30:37 INFO : sub dir/hello world: Deleted 2026/08/19 02:30:38 DEBUG : testing file moves 2026/08/19 02:30:38 DEBUG : sub dir/hello world: size = 24 (B2 bucket rclone-test-xapoboj5qoto) 2026/08/19 02:30:38 DEBUG : sub dir/hello world: size = 17 (B2 bucket rclone-test-liwuxah7zelo) 2026/08/19 02:30:38 DEBUG : sub dir/hello world: Sizes differ 2026/08/19 02:30:38 DEBUG : B2 bucket rclone-test-liwuxah7zelo: Waiting for checks to finish 2026/08/19 02:30:38 DEBUG : B2 bucket rclone-test-liwuxah7zelo: Waiting for transfers to finish 2026/08/19 02:30:39 DEBUG : sub dir/hello world: size = 24 OK 2026/08/19 02:30:39 DEBUG : sub dir/hello world: sha1 = 73716105e69866349759070d23c6e97b3acc55ff OK 2026/08/19 02:30:39 INFO : sub dir/hello world: Copied (server-side copy) 2026/08/19 02:30:39 INFO : sub dir/hello world: Deleted 2026/08/19 02:30:39 DEBUG : B2 bucket rclone-test-liwuxah7zelo: Purge remote 2026/08/19 02:30:39 INFO : B2 bucket rclone-test-liwuxah7zelo: cleaning bucket "rclone-test-liwuxah7zelo" of all files 2026/08/19 02:30:39 DEBUG : sub dir/hello world: Deleting (id "4_z3f323d03d0bd1b7baf080e1b_f407bba0e0e41804c_d20260819_m023038_c001_v0001120_t0033_u01787106638935") 2026/08/19 02:30:39 DEBUG : sub dir/hello world: Deleting (id "4_z3f323d03d0bd1b7baf080e1b_f405852f3f1b40a46_d20260819_m023037_c001_v0001176_t0057_u01787106637471") 2026/08/19 02:30:39 DEBUG : sub dir/hello world: Deleting (id "4_z3f323d03d0bd1b7baf080e1b_f4066cb2d219eeca0_d20260819_m023036_c001_v0001039_t0036_u01787106636285") --- PASS: TestServerSideMoveOverSelf (7.42s) === RUN TestCopyAfterDelete run.go:198: Remote "B2 bucket rclone-test-xapoboj5qoto", Local "Local file system at /tmp/rclone2007618947", Modify Window "1ms" 2026/08/19 02:30:41 ERROR : error listing: directory not found 2026/08/19 02:30:41 INFO : Local file system at /tmp/rclone2007618947: Making directory 2026/08/19 02:30:42 DEBUG : B2 bucket rclone-test-xapoboj5qoto: Waiting for checks to finish 2026/08/19 02:30:42 DEBUG : B2 bucket rclone-test-xapoboj5qoto: Waiting for transfers to finish --- PASS: TestCopyAfterDelete (1.45s) === RUN TestCopyRedownload run.go:198: Remote "B2 bucket rclone-test-xapoboj5qoto", Local "Local file system at /tmp/rclone2007618947", Modify Window "1ms" 2026/08/19 02:30:43 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/19 02:30:43 DEBUG : Local file system at /tmp/rclone2007618947: Waiting for checks to finish 2026/08/19 02:30:43 DEBUG : Local file system at /tmp/rclone2007618947: Waiting for transfers to finish 2026/08/19 02:30:44 DEBUG : sub dir/hello world.df762ecf.partial: size = 11 OK 2026/08/19 02:30:44 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/19 02:30:44 DEBUG : sub dir/hello world.df762ecf.partial: renamed to: sub dir/hello world 2026/08/19 02:30:44 INFO : sub dir/hello world: Copied (new) --- PASS: TestCopyRedownload (1.81s) === RUN TestSyncBasedOnCheckSum run.go:198: Remote "B2 bucket rclone-test-xapoboj5qoto", Local "Local file system at /tmp/rclone2007618947", Modify Window "1ms" 2026/08/19 02:30:44 DEBUG : check sum: Need to transfer - File not found at Destination 2026/08/19 02:30:44 DEBUG : B2 bucket rclone-test-xapoboj5qoto: Waiting for checks to finish 2026/08/19 02:30:44 DEBUG : B2 bucket rclone-test-xapoboj5qoto: Waiting for transfers to finish 2026/08/19 02:30:44 DEBUG : check sum: size = 1 OK 2026/08/19 02:30:44 DEBUG : check sum: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2026/08/19 02:30:44 INFO : check sum: Copied (new) 2026/08/19 02:30:44 DEBUG : Waiting for deletions to finish 2026/08/19 02:30:45 DEBUG : B2 bucket rclone-test-xapoboj5qoto: Waiting for checks to finish 2026/08/19 02:30:45 DEBUG : check sum: size = 1 OK 2026/08/19 02:30:45 DEBUG : check sum: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2026/08/19 02:30:45 DEBUG : check sum: Size and sha1 of src and dst objects identical 2026/08/19 02:30:45 DEBUG : check sum: Unchanged skipping 2026/08/19 02:30:45 DEBUG : B2 bucket rclone-test-xapoboj5qoto: Waiting for transfers to finish 2026/08/19 02:30:45 DEBUG : Waiting for deletions to finish 2026/08/19 02:30:45 INFO : There was nothing to transfer --- PASS: TestSyncBasedOnCheckSum (1.45s) === RUN TestSyncSizeOnly run.go:198: Remote "B2 bucket rclone-test-xapoboj5qoto", Local "Local file system at /tmp/rclone2007618947", Modify Window "1ms" 2026/08/19 02:30:46 DEBUG : sizeonly: Need to transfer - File not found at Destination 2026/08/19 02:30:46 DEBUG : B2 bucket rclone-test-xapoboj5qoto: Waiting for checks to finish 2026/08/19 02:30:46 DEBUG : B2 bucket rclone-test-xapoboj5qoto: Waiting for transfers to finish 2026/08/19 02:30:46 DEBUG : sizeonly: size = 6 OK 2026/08/19 02:30:46 DEBUG : sizeonly: sha1 = 3e2e95f5ad970eadfa7e17eaf73da97024aa5359 OK 2026/08/19 02:30:46 INFO : sizeonly: Copied (new) 2026/08/19 02:30:46 DEBUG : Waiting for deletions to finish 2026/08/19 02:30:46 DEBUG : B2 bucket rclone-test-xapoboj5qoto: Waiting for checks to finish 2026/08/19 02:30:46 DEBUG : sizeonly: size = 6 OK 2026/08/19 02:30:46 DEBUG : sizeonly: Sizes identical 2026/08/19 02:30:46 DEBUG : sizeonly: Unchanged skipping 2026/08/19 02:30:46 DEBUG : B2 bucket rclone-test-xapoboj5qoto: Waiting for transfers to finish 2026/08/19 02:30:46 DEBUG : Waiting for deletions to finish 2026/08/19 02:30:46 INFO : There was nothing to transfer --- PASS: TestSyncSizeOnly (1.48s) === RUN TestSyncIgnoreSize run.go:198: Remote "B2 bucket rclone-test-xapoboj5qoto", Local "Local file system at /tmp/rclone2007618947", Modify Window "1ms" 2026/08/19 02:30:47 DEBUG : ignore-size: Need to transfer - File not found at Destination 2026/08/19 02:30:47 DEBUG : B2 bucket rclone-test-xapoboj5qoto: Waiting for checks to finish 2026/08/19 02:30:47 DEBUG : B2 bucket rclone-test-xapoboj5qoto: Waiting for transfers to finish 2026/08/19 02:30:47 DEBUG : ignore-size: sha1 = 4a756ca07e9487f482465a99e8286abc86ba4dc7 OK 2026/08/19 02:30:47 INFO : ignore-size: Copied (new) 2026/08/19 02:30:47 DEBUG : Waiting for deletions to finish 2026/08/19 02:30:48 DEBUG : B2 bucket rclone-test-xapoboj5qoto: Waiting for checks to finish 2026/08/19 02:30:48 DEBUG : ignore-size: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:30:48 DEBUG : ignore-size: Unchanged skipping 2026/08/19 02:30:48 DEBUG : B2 bucket rclone-test-xapoboj5qoto: Waiting for transfers to finish 2026/08/19 02:30:48 DEBUG : Waiting for deletions to finish 2026/08/19 02:30:48 INFO : There was nothing to transfer --- PASS: TestSyncIgnoreSize (1.49s) === RUN TestSyncIgnoreTimes run.go:198: Remote "B2 bucket rclone-test-xapoboj5qoto", Local "Local file system at /tmp/rclone2007618947", Modify Window "1ms" 2026/08/19 02:30:49 DEBUG : existing: size = 6 OK 2026/08/19 02:30:49 DEBUG : existing: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:30:49 DEBUG : existing: Unchanged skipping 2026/08/19 02:30:49 DEBUG : B2 bucket rclone-test-xapoboj5qoto: Waiting for checks to finish 2026/08/19 02:30:49 DEBUG : B2 bucket rclone-test-xapoboj5qoto: Waiting for transfers to finish 2026/08/19 02:30:49 DEBUG : Waiting for deletions to finish 2026/08/19 02:30:49 INFO : There was nothing to transfer 2026/08/19 02:30:49 DEBUG : existing: Transferring unconditionally as --ignore-times is in use 2026/08/19 02:30:49 DEBUG : B2 bucket rclone-test-xapoboj5qoto: Waiting for checks to finish 2026/08/19 02:30:49 DEBUG : B2 bucket rclone-test-xapoboj5qoto: Waiting for transfers to finish 2026/08/19 02:30:49 DEBUG : existing: size = 6 OK 2026/08/19 02:30:49 DEBUG : existing: sha1 = 3e2e95f5ad970eadfa7e17eaf73da97024aa5359 OK 2026/08/19 02:30:49 INFO : existing: Copied (replaced existing) 2026/08/19 02:30:49 DEBUG : Waiting for deletions to finish --- PASS: TestSyncIgnoreTimes (1.65s) === RUN TestSyncIgnoreExisting run.go:198: Remote "B2 bucket rclone-test-xapoboj5qoto", Local "Local file system at /tmp/rclone2007618947", Modify Window "1ms" 2026/08/19 02:30:50 DEBUG : existing: Need to transfer - File not found at Destination 2026/08/19 02:30:50 DEBUG : B2 bucket rclone-test-xapoboj5qoto: Waiting for checks to finish 2026/08/19 02:30:50 DEBUG : B2 bucket rclone-test-xapoboj5qoto: Waiting for transfers to finish 2026/08/19 02:30:51 DEBUG : existing: size = 6 OK 2026/08/19 02:30:51 DEBUG : existing: sha1 = 3e2e95f5ad970eadfa7e17eaf73da97024aa5359 OK 2026/08/19 02:30:51 INFO : existing: Copied (new) 2026/08/19 02:30:51 DEBUG : Waiting for deletions to finish 2026/08/19 02:30:51 DEBUG : existing: Destination exists, skipping 2026/08/19 02:30:51 DEBUG : B2 bucket rclone-test-xapoboj5qoto: Waiting for checks to finish 2026/08/19 02:30:51 DEBUG : B2 bucket rclone-test-xapoboj5qoto: Waiting for transfers to finish 2026/08/19 02:30:51 DEBUG : Waiting for deletions to finish 2026/08/19 02:30:51 INFO : There was nothing to transfer --- PASS: TestSyncIgnoreExisting (1.53s) === RUN TestSyncIgnoreErrors run.go:198: Remote "B2 bucket rclone-test-xapoboj5qoto", Local "Local file system at /tmp/rclone2007618947", Modify Window "1ms" 2026/08/19 02:30:52 INFO : d: Making directory fstest.go:250: Filtering empty directory "d" 2026/08/19 02:30:52 DEBUG : a/potato2: Need to transfer - File not found at Destination 2026/08/19 02:30:53 DEBUG : c/non empty space: size = 5 OK 2026/08/19 02:30:53 DEBUG : c/non empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/19 02:30:53 DEBUG : c/non empty space: Unchanged skipping 2026/08/19 02:30:53 DEBUG : a/potato2: size = 60 OK 2026/08/19 02:30:53 DEBUG : a/potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2026/08/19 02:30:53 INFO : a/potato2: Copied (new) 2026/08/19 02:30:53 DEBUG : B2 bucket rclone-test-xapoboj5qoto: Waiting for checks to finish 2026/08/19 02:30:53 DEBUG : B2 bucket rclone-test-xapoboj5qoto: Waiting for transfers to finish 2026/08/19 02:30:53 DEBUG : Waiting for deletions to finish 2026/08/19 02:30:53 INFO : b/potato: Deleted --- PASS: TestSyncIgnoreErrors (2.20s) === RUN TestSyncAfterChangingModtimeOnly run.go:198: Remote "B2 bucket rclone-test-xapoboj5qoto", Local "Local file system at /tmp/rclone2007618947", Modify Window "1ms" 2026/08/19 02:30:54 DEBUG : empty space: size = 1 OK 2026/08/19 02:30:54 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/19 02:30:54 DEBUG : B2 bucket rclone-test-xapoboj5qoto: Waiting for checks to finish 2026/08/19 02:30:54 DEBUG : empty space: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2026/08/19 02:30:54 NOTICE: empty space: Skipped update modification time as --dry-run is set (size 1) 2026/08/19 02:30:54 DEBUG : empty space: Unchanged skipping 2026/08/19 02:30:54 DEBUG : B2 bucket rclone-test-xapoboj5qoto: Waiting for transfers to finish 2026/08/19 02:30:54 DEBUG : Waiting for deletions to finish 2026/08/19 02:30:54 INFO : There was nothing to transfer 2026/08/19 02:30:55 DEBUG : empty space: size = 1 OK 2026/08/19 02:30:55 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/19 02:30:55 DEBUG : B2 bucket rclone-test-xapoboj5qoto: Waiting for checks to finish 2026/08/19 02:30:55 DEBUG : empty space: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2026/08/19 02:30:56 INFO : empty space: Updated modification time in destination 2026/08/19 02:30:56 DEBUG : empty space: Unchanged skipping 2026/08/19 02:30:56 DEBUG : B2 bucket rclone-test-xapoboj5qoto: Waiting for transfers to finish 2026/08/19 02:30:56 DEBUG : Waiting for deletions to finish 2026/08/19 02:30:56 INFO : There was nothing to transfer --- PASS: TestSyncAfterChangingModtimeOnly (2.55s) === RUN TestSyncAfterChangingModtimeOnlyWithNoUpdateModTime run.go:198: Remote "B2 bucket rclone-test-xapoboj5qoto", Local "Local file system at /tmp/rclone2007618947", Modify Window "1ms" 2026/08/19 02:30:57 DEBUG : empty space: size = 1 OK 2026/08/19 02:30:57 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/19 02:30:57 DEBUG : B2 bucket rclone-test-xapoboj5qoto: Waiting for checks to finish 2026/08/19 02:30:57 DEBUG : empty space: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2026/08/19 02:30:57 DEBUG : empty space: Unchanged skipping 2026/08/19 02:30:57 DEBUG : B2 bucket rclone-test-xapoboj5qoto: Waiting for transfers to finish 2026/08/19 02:30:57 DEBUG : Waiting for deletions to finish 2026/08/19 02:30:57 INFO : There was nothing to transfer --- PASS: TestSyncAfterChangingModtimeOnlyWithNoUpdateModTime (1.28s) === RUN TestSyncDoesntUpdateModtime run.go:198: Remote "B2 bucket rclone-test-xapoboj5qoto", Local "Local file system at /tmp/rclone2007618947", Modify Window "1ms" 2026/08/19 02:30:58 DEBUG : foo: size = 3 OK 2026/08/19 02:30:58 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/19 02:30:58 DEBUG : B2 bucket rclone-test-xapoboj5qoto: Waiting for checks to finish 2026/08/19 02:30:58 DEBUG : foo: sha1 = 0beec7b5ea3f0fdbc95d0dd47f3c5bc275da8a33 (Local file system at /tmp/rclone2007618947) 2026/08/19 02:30:58 DEBUG : foo: sha1 = 62cdb7020ff920e5aa642c3d4066950dd1f01f4d (B2 bucket rclone-test-xapoboj5qoto) 2026/08/19 02:30:58 DEBUG : foo: sha1 differ 2026/08/19 02:30:58 DEBUG : B2 bucket rclone-test-xapoboj5qoto: Waiting for transfers to finish 2026/08/19 02:30:58 DEBUG : foo: size = 3 OK 2026/08/19 02:30:58 DEBUG : foo: sha1 = 0beec7b5ea3f0fdbc95d0dd47f3c5bc275da8a33 OK 2026/08/19 02:30:58 INFO : foo: Copied (replaced existing) 2026/08/19 02:30:58 DEBUG : Waiting for deletions to finish --- PASS: TestSyncDoesntUpdateModtime (1.54s) === RUN TestSyncAfterAddingAFile run.go:198: Remote "B2 bucket rclone-test-xapoboj5qoto", Local "Local file system at /tmp/rclone2007618947", Modify Window "1ms" 2026/08/19 02:31:00 DEBUG : potato: Need to transfer - File not found at Destination 2026/08/19 02:31:00 DEBUG : empty space: size = 1 OK 2026/08/19 02:31:00 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/19 02:31:00 DEBUG : empty space: Unchanged skipping 2026/08/19 02:31:00 DEBUG : B2 bucket rclone-test-xapoboj5qoto: Waiting for checks to finish 2026/08/19 02:31:00 DEBUG : B2 bucket rclone-test-xapoboj5qoto: Waiting for transfers to finish 2026/08/19 02:31:00 DEBUG : potato: size = 60 OK 2026/08/19 02:31:00 DEBUG : potato: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2026/08/19 02:31:00 INFO : potato: Copied (new) 2026/08/19 02:31:00 DEBUG : Waiting for deletions to finish --- PASS: TestSyncAfterAddingAFile (1.72s) === RUN TestSyncAfterChangingFilesSizeOnly run.go:198: Remote "B2 bucket rclone-test-xapoboj5qoto", Local "Local file system at /tmp/rclone2007618947", Modify Window "1ms" 2026/08/19 02:31:02 DEBUG : potato: size = 21 (Local file system at /tmp/rclone2007618947) 2026/08/19 02:31:02 DEBUG : potato: size = 60 (B2 bucket rclone-test-xapoboj5qoto) 2026/08/19 02:31:02 DEBUG : potato: Sizes differ 2026/08/19 02:31:02 DEBUG : B2 bucket rclone-test-xapoboj5qoto: Waiting for checks to finish 2026/08/19 02:31:02 DEBUG : B2 bucket rclone-test-xapoboj5qoto: Waiting for transfers to finish 2026/08/19 02:31:02 DEBUG : potato: size = 21 OK 2026/08/19 02:31:02 DEBUG : potato: sha1 = 0fd321a1023ac4e1e1054fcc0236b9d0755f722f OK 2026/08/19 02:31:02 INFO : potato: Copied (replaced existing) 2026/08/19 02:31:02 DEBUG : Waiting for deletions to finish --- PASS: TestSyncAfterChangingFilesSizeOnly (1.49s) === RUN TestSyncAfterChangingContentsOnly run.go:198: Remote "B2 bucket rclone-test-xapoboj5qoto", Local "Local file system at /tmp/rclone2007618947", Modify Window "1ms" 2026/08/19 02:31:03 DEBUG : potato: size = 21 OK 2026/08/19 02:31:03 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/19 02:31:03 DEBUG : B2 bucket rclone-test-xapoboj5qoto: Waiting for checks to finish 2026/08/19 02:31:03 DEBUG : potato: sha1 = 1ca5094b3b73f587249eabe179c40a3eec839b1f (Local file system at /tmp/rclone2007618947) 2026/08/19 02:31:03 DEBUG : potato: sha1 = 0fd321a1023ac4e1e1054fcc0236b9d0755f722f (B2 bucket rclone-test-xapoboj5qoto) 2026/08/19 02:31:03 DEBUG : potato: sha1 differ 2026/08/19 02:31:03 DEBUG : B2 bucket rclone-test-xapoboj5qoto: Waiting for transfers to finish 2026/08/19 02:31:03 DEBUG : potato: size = 21 OK 2026/08/19 02:31:03 DEBUG : potato: sha1 = 1ca5094b3b73f587249eabe179c40a3eec839b1f OK 2026/08/19 02:31:03 INFO : potato: Copied (replaced existing) 2026/08/19 02:31:03 DEBUG : Waiting for deletions to finish --- PASS: TestSyncAfterChangingContentsOnly (1.57s) === RUN TestSyncAfterRemovingAFileAndAddingAFileDryRun run.go:198: Remote "B2 bucket rclone-test-xapoboj5qoto", Local "Local file system at /tmp/rclone2007618947", Modify Window "1ms" 2026/08/19 02:31:05 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/19 02:31:05 DEBUG : empty space: size = 1 OK 2026/08/19 02:31:05 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/19 02:31:05 DEBUG : empty space: Unchanged skipping 2026/08/19 02:31:05 NOTICE: potato2: Skipped copy as --dry-run is set (size 60) 2026/08/19 02:31:05 DEBUG : B2 bucket rclone-test-xapoboj5qoto: Waiting for checks to finish 2026/08/19 02:31:05 DEBUG : B2 bucket rclone-test-xapoboj5qoto: Waiting for transfers to finish 2026/08/19 02:31:05 DEBUG : Waiting for deletions to finish 2026/08/19 02:31:05 NOTICE: potato: Skipped delete as --dry-run is set (size 21) --- PASS: TestSyncAfterRemovingAFileAndAddingAFileDryRun (1.55s) === RUN TestSyncAfterRemovingAFileAndAddingAFile run.go:198: Remote "B2 bucket rclone-test-xapoboj5qoto", Local "Local file system at /tmp/rclone2007618947", Modify Window "1ms" 2026/08/19 02:31:06 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/19 02:31:06 DEBUG : empty space: size = 1 OK 2026/08/19 02:31:06 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/19 02:31:06 DEBUG : empty space: Unchanged skipping 2026/08/19 02:31:06 DEBUG : B2 bucket rclone-test-xapoboj5qoto: Waiting for checks to finish 2026/08/19 02:31:06 DEBUG : B2 bucket rclone-test-xapoboj5qoto: Waiting for transfers to finish 2026/08/19 02:31:07 DEBUG : potato2: size = 60 OK 2026/08/19 02:31:07 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2026/08/19 02:31:07 INFO : potato2: Copied (new) 2026/08/19 02:31:07 DEBUG : Waiting for deletions to finish 2026/08/19 02:31:07 INFO : potato: Deleted --- PASS: TestSyncAfterRemovingAFileAndAddingAFile (2.15s) === RUN TestSyncAfterRemovingAFileAndAddingAFileSubDir run.go:198: Remote "B2 bucket rclone-test-xapoboj5qoto", Local "Local file system at /tmp/rclone2007618947", Modify Window "1ms" 2026/08/19 02:31:08 INFO : d: Making directory 2026/08/19 02:31:08 INFO : d/e: Making directory fstest.go:250: Filtering empty directory "d" fstest.go:250: Filtering empty directory "d/e" 2026/08/19 02:31:08 DEBUG : a/potato2: Need to transfer - File not found at Destination 2026/08/19 02:31:09 DEBUG : c/non empty space: size = 5 OK 2026/08/19 02:31:09 DEBUG : c/non empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/19 02:31:09 DEBUG : c/non empty space: Unchanged skipping 2026/08/19 02:31:09 DEBUG : a/potato2: size = 60 OK 2026/08/19 02:31:09 DEBUG : a/potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2026/08/19 02:31:09 INFO : a/potato2: Copied (new) 2026/08/19 02:31:09 DEBUG : B2 bucket rclone-test-xapoboj5qoto: Waiting for checks to finish 2026/08/19 02:31:09 DEBUG : B2 bucket rclone-test-xapoboj5qoto: Waiting for transfers to finish 2026/08/19 02:31:09 DEBUG : Waiting for deletions to finish 2026/08/19 02:31:09 INFO : b/potato: Deleted --- PASS: TestSyncAfterRemovingAFileAndAddingAFileSubDir (2.29s) === RUN TestSyncAfterRemovingAFileAndAddingAFileSubDirWithErrors run.go:198: Remote "B2 bucket rclone-test-xapoboj5qoto", Local "Local file system at /tmp/rclone2007618947", Modify Window "1ms" 2026/08/19 02:31:10 INFO : d: Making directory fstest.go:250: Filtering empty directory "d" 2026/08/19 02:31:11 DEBUG : a/potato2: Need to transfer - File not found at Destination 2026/08/19 02:31:11 DEBUG : c/non empty space: size = 5 OK 2026/08/19 02:31:11 DEBUG : c/non empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/19 02:31:11 DEBUG : c/non empty space: Unchanged skipping 2026/08/19 02:31:11 DEBUG : B2 bucket rclone-test-xapoboj5qoto: Waiting for checks to finish 2026/08/19 02:31:11 DEBUG : B2 bucket rclone-test-xapoboj5qoto: Waiting for transfers to finish 2026/08/19 02:31:11 DEBUG : a/potato2: size = 60 OK 2026/08/19 02:31:11 DEBUG : a/potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2026/08/19 02:31:11 INFO : a/potato2: Copied (new) 2026/08/19 02:31:11 ERROR : B2 bucket rclone-test-xapoboj5qoto: not deleting files as there were IO errors 2026/08/19 02:31:11 ERROR : B2 bucket rclone-test-xapoboj5qoto: not deleting directories as there were IO errors fstest.go:250: Filtering empty directory "d" --- PASS: TestSyncAfterRemovingAFileAndAddingAFileSubDirWithErrors (2.18s) === RUN TestSyncDeleteAfter --- PASS: TestSyncDeleteAfter (0.00s) === RUN TestSyncDeleteDuring run.go:198: Remote "B2 bucket rclone-test-xapoboj5qoto", Local "Local file system at /tmp/rclone2007618947", Modify Window "1ms" 2026/08/19 02:31:13 DEBUG : Waiting for deletions to finish 2026/08/19 02:31:13 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/19 02:31:13 DEBUG : empty space: size = 1 OK 2026/08/19 02:31:13 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/19 02:31:13 DEBUG : empty space: Unchanged skipping 2026/08/19 02:31:13 DEBUG : B2 bucket rclone-test-xapoboj5qoto: Waiting for checks to finish 2026/08/19 02:31:13 DEBUG : B2 bucket rclone-test-xapoboj5qoto: Waiting for transfers to finish 2026/08/19 02:31:13 INFO : potato: Deleted 2026/08/19 02:31:13 DEBUG : potato2: size = 60 OK 2026/08/19 02:31:13 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2026/08/19 02:31:13 INFO : potato2: Copied (new) --- PASS: TestSyncDeleteDuring (1.90s) === RUN TestSyncDeleteBefore run.go:198: Remote "B2 bucket rclone-test-xapoboj5qoto", Local "Local file system at /tmp/rclone2007618947", Modify Window "1ms" 2026/08/19 02:31:15 DEBUG : Waiting for deletions to finish 2026/08/19 02:31:15 DEBUG : B2 bucket rclone-test-xapoboj5qoto: Waiting for checks to finish 2026/08/19 02:31:15 DEBUG : B2 bucket rclone-test-xapoboj5qoto: Waiting for transfers to finish 2026/08/19 02:31:15 INFO : potato: Deleted 2026/08/19 02:31:15 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/19 02:31:15 DEBUG : empty space: size = 1 OK 2026/08/19 02:31:15 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/19 02:31:15 DEBUG : empty space: Unchanged skipping 2026/08/19 02:31:15 DEBUG : B2 bucket rclone-test-xapoboj5qoto: Waiting for checks to finish 2026/08/19 02:31:15 DEBUG : B2 bucket rclone-test-xapoboj5qoto: Waiting for transfers to finish 2026/08/19 02:31:16 DEBUG : potato2: size = 60 OK 2026/08/19 02:31:16 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2026/08/19 02:31:16 INFO : potato2: Copied (new) --- PASS: TestSyncDeleteBefore (2.47s) === RUN TestCopyDeleteBefore run.go:198: Remote "B2 bucket rclone-test-xapoboj5qoto", Local "Local file system at /tmp/rclone2007618947", Modify Window "1ms" 2026/08/19 02:31:17 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/19 02:31:17 DEBUG : B2 bucket rclone-test-xapoboj5qoto: Waiting for checks to finish 2026/08/19 02:31:17 DEBUG : B2 bucket rclone-test-xapoboj5qoto: Waiting for transfers to finish 2026/08/19 02:31:17 DEBUG : potato2: size = 19 OK 2026/08/19 02:31:17 DEBUG : potato2: sha1 = 810274f0df19dab60a894a562b7a8ff04c072623 OK 2026/08/19 02:31:17 INFO : potato2: Copied (new) --- PASS: TestCopyDeleteBefore (1.66s) === RUN TestSyncWithExclude run.go:198: Remote "B2 bucket rclone-test-xapoboj5qoto", Local "Local file system at /tmp/rclone2007618947", Modify Window "1ms" 2026/08/19 02:31:19 DEBUG : enormous: Excluded (Size Filter) 2026/08/19 02:31:19 DEBUG : enormous: Excluded 2026/08/19 02:31:19 DEBUG : potato2: Excluded (Size Filter) 2026/08/19 02:31:19 DEBUG : potato2: Excluded 2026/08/19 02:31:19 DEBUG : potato2: Excluded (Size Filter) 2026/08/19 02:31:19 DEBUG : potato2: Excluded 2026/08/19 02:31:19 DEBUG : empty space: size = 1 OK 2026/08/19 02:31:19 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/19 02:31:19 DEBUG : B2 bucket rclone-test-xapoboj5qoto: Waiting for checks to finish 2026/08/19 02:31:19 DEBUG : empty space: Unchanged skipping 2026/08/19 02:31:19 DEBUG : B2 bucket rclone-test-xapoboj5qoto: Waiting for transfers to finish 2026/08/19 02:31:19 DEBUG : Waiting for deletions to finish 2026/08/19 02:31:19 INFO : There was nothing to transfer 2026/08/19 02:31:19 DEBUG : enormous: Excluded (Size Filter) 2026/08/19 02:31:19 DEBUG : enormous: Excluded 2026/08/19 02:31:19 DEBUG : potato2: Excluded (Size Filter) 2026/08/19 02:31:19 DEBUG : potato2: Excluded 2026/08/19 02:31:19 DEBUG : potato2: Excluded (Size Filter) 2026/08/19 02:31:19 DEBUG : potato2: Excluded 2026/08/19 02:31:19 DEBUG : empty space: size = 1 OK 2026/08/19 02:31:19 DEBUG : empty space: Size and modification time the same (differ by 456.789µs, within tolerance 1ms) 2026/08/19 02:31:19 DEBUG : empty space: Unchanged skipping 2026/08/19 02:31:19 DEBUG : Local file system at /tmp/rclone2007618947: Waiting for checks to finish 2026/08/19 02:31:19 DEBUG : Local file system at /tmp/rclone2007618947: Waiting for transfers to finish 2026/08/19 02:31:19 DEBUG : Waiting for deletions to finish 2026/08/19 02:31:19 INFO : There was nothing to transfer --- PASS: TestSyncWithExclude (1.99s) === RUN TestSyncWithExcludeAndDeleteExcluded run.go:198: Remote "B2 bucket rclone-test-xapoboj5qoto", Local "Local file system at /tmp/rclone2007618947", Modify Window "1ms" 2026/08/19 02:31:21 DEBUG : enormous: Excluded (Size Filter) 2026/08/19 02:31:21 DEBUG : enormous: Excluded 2026/08/19 02:31:21 DEBUG : potato2: Excluded (Size Filter) 2026/08/19 02:31:21 DEBUG : potato2: Excluded 2026/08/19 02:31:21 DEBUG : empty space: size = 1 OK 2026/08/19 02:31:21 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/19 02:31:21 DEBUG : empty space: Unchanged skipping 2026/08/19 02:31:21 DEBUG : B2 bucket rclone-test-xapoboj5qoto: Waiting for checks to finish 2026/08/19 02:31:21 DEBUG : B2 bucket rclone-test-xapoboj5qoto: Waiting for transfers to finish 2026/08/19 02:31:21 DEBUG : Waiting for deletions to finish 2026/08/19 02:31:21 INFO : enormous: Deleted 2026/08/19 02:31:22 INFO : potato2: Deleted 2026/08/19 02:31:22 INFO : There was nothing to transfer 2026/08/19 02:31:22 DEBUG : empty space: size = 1 OK 2026/08/19 02:31:22 DEBUG : empty space: Size and modification time the same (differ by 456.789µs, within tolerance 1ms) 2026/08/19 02:31:22 DEBUG : empty space: Unchanged skipping 2026/08/19 02:31:22 DEBUG : Local file system at /tmp/rclone2007618947: Waiting for checks to finish 2026/08/19 02:31:22 DEBUG : Local file system at /tmp/rclone2007618947: Waiting for transfers to finish 2026/08/19 02:31:22 DEBUG : Waiting for deletions to finish 2026/08/19 02:31:22 INFO : enormous: Deleted 2026/08/19 02:31:22 INFO : potato2: Deleted 2026/08/19 02:31:22 INFO : There was nothing to transfer --- PASS: TestSyncWithExcludeAndDeleteExcluded (2.40s) === RUN TestSyncWithUpdateOlder run.go:198: Remote "B2 bucket rclone-test-xapoboj5qoto", Local "Local file system at /tmp/rclone2007618947", Modify Window "1ms" 2026/08/19 02:31:24 DEBUG : five: Need to transfer - File not found at Destination 2026/08/19 02:31:24 DEBUG : four: size = 4 (Local file system at /tmp/rclone2007618947) 2026/08/19 02:31:24 DEBUG : four: size = 8 (B2 bucket rclone-test-xapoboj5qoto) 2026/08/19 02:31:24 DEBUG : four: Sizes differ 2026/08/19 02:31:24 DEBUG : four: Destination mod time is within 1s of source but files differ, transferring 2026/08/19 02:31:24 DEBUG : one: Destination is newer than source, skipping 2026/08/19 02:31:24 DEBUG : three: size = 5 OK 2026/08/19 02:31:24 DEBUG : three: Sizes identical 2026/08/19 02:31:24 DEBUG : three: Destination mod time is within 1s of source and files identical, skipping 2026/08/19 02:31:24 DEBUG : two: size = 3 OK 2026/08/19 02:31:24 DEBUG : B2 bucket rclone-test-xapoboj5qoto: Waiting for checks to finish 2026/08/19 02:31:24 DEBUG : two: sha1 = ad782ecdac770fc6eb9a62e44f90873fb97fb26b (Local file system at /tmp/rclone2007618947) 2026/08/19 02:31:24 DEBUG : two: sha1 = b10e0da85e90399abfec36c7376b20aa4596461b (B2 bucket rclone-test-xapoboj5qoto) 2026/08/19 02:31:24 DEBUG : two: sha1 differ 2026/08/19 02:31:24 DEBUG : B2 bucket rclone-test-xapoboj5qoto: Waiting for transfers to finish 2026/08/19 02:31:24 DEBUG : five: size = 4 OK 2026/08/19 02:31:24 DEBUG : five: sha1 = 4db2c1df4610cd6c0da6b9197b066bfb4e9b9d00 OK 2026/08/19 02:31:24 INFO : five: Copied (new) 2026/08/19 02:31:24 DEBUG : four: size = 4 OK 2026/08/19 02:31:24 DEBUG : four: sha1 = 9f8f7eec5dea5ac43738721939c120318cbff1df OK 2026/08/19 02:31:24 INFO : four: Copied (replaced existing) 2026/08/19 02:31:25 DEBUG : two: size = 3 OK 2026/08/19 02:31:25 DEBUG : two: sha1 = ad782ecdac770fc6eb9a62e44f90873fb97fb26b OK 2026/08/19 02:31:25 INFO : two: Copied (replaced existing) 2026/08/19 02:31:25 DEBUG : Waiting for deletions to finish 2026/08/19 02:31:25 DEBUG : five: size = 4 OK 2026/08/19 02:31:25 DEBUG : four: size = 4 OK 2026/08/19 02:31:25 DEBUG : one: Destination is newer than source, skipping 2026/08/19 02:31:25 DEBUG : three: size = 5 OK 2026/08/19 02:31:25 DEBUG : two: size = 3 OK 2026/08/19 02:31:25 DEBUG : B2 bucket rclone-test-xapoboj5qoto: Waiting for checks to finish 2026/08/19 02:31:25 DEBUG : five: sha1 = 4db2c1df4610cd6c0da6b9197b066bfb4e9b9d00 OK 2026/08/19 02:31:25 DEBUG : five: Size and sha1 of src and dst objects identical 2026/08/19 02:31:25 DEBUG : five: Destination mod time is within 1s of source and files identical, skipping 2026/08/19 02:31:25 DEBUG : four: sha1 = 9f8f7eec5dea5ac43738721939c120318cbff1df OK 2026/08/19 02:31:25 DEBUG : four: Size and sha1 of src and dst objects identical 2026/08/19 02:31:25 DEBUG : four: Destination mod time is within 1s of source and files identical, skipping 2026/08/19 02:31:25 DEBUG : three: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb (Local file system at /tmp/rclone2007618947) 2026/08/19 02:31:25 DEBUG : three: sha1 = 03731cad13f4cf7b59703c77529381cdec1632e5 (B2 bucket rclone-test-xapoboj5qoto) 2026/08/19 02:31:25 DEBUG : three: sha1 differ 2026/08/19 02:31:25 DEBUG : three: Destination mod time is within 1s of source but files differ, transferring 2026/08/19 02:31:25 DEBUG : two: sha1 = ad782ecdac770fc6eb9a62e44f90873fb97fb26b OK 2026/08/19 02:31:25 DEBUG : two: Size and sha1 of src and dst objects identical 2026/08/19 02:31:25 DEBUG : two: Destination mod time is within 1s of source and files identical, skipping 2026/08/19 02:31:25 DEBUG : B2 bucket rclone-test-xapoboj5qoto: Waiting for transfers to finish 2026/08/19 02:31:25 DEBUG : three: size = 5 OK 2026/08/19 02:31:25 DEBUG : three: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2026/08/19 02:31:25 INFO : three: Copied (replaced existing) 2026/08/19 02:31:25 DEBUG : Waiting for deletions to finish --- PASS: TestSyncWithUpdateOlder (4.30s) === 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-xapoboj5qoto", Local "Local file system at /tmp/rclone2007618947", Modify Window "1ms" sync_test.go:1569: Can track renames: true 2026/08/19 02:31:27 INFO : B2 bucket rclone-test-xapoboj5qoto: Making map for --track-renames 2026/08/19 02:31:27 INFO : B2 bucket rclone-test-xapoboj5qoto: Finished making map for --track-renames 2026/08/19 02:31:27 DEBUG : B2 bucket rclone-test-xapoboj5qoto: Waiting for checks to finish 2026/08/19 02:31:27 DEBUG : potato: Need to transfer - No matching file found at Destination 2026/08/19 02:31:27 DEBUG : yam: Need to transfer - No matching file found at Destination 2026/08/19 02:31:27 DEBUG : B2 bucket rclone-test-xapoboj5qoto: Waiting for renames to finish 2026/08/19 02:31:27 DEBUG : B2 bucket rclone-test-xapoboj5qoto: Waiting for transfers to finish 2026/08/19 02:31:27 DEBUG : potato: size = 14 OK 2026/08/19 02:31:27 DEBUG : potato: sha1 = 1d1ac61cfffcfdd0a15cc9ae575fb06ca8c11fb5 OK 2026/08/19 02:31:27 INFO : potato: Copied (new) 2026/08/19 02:31:27 DEBUG : yam: size = 11 OK 2026/08/19 02:31:27 DEBUG : yam: sha1 = ad84b2fb6729688a5ee3225164a6d4d58465b33e OK 2026/08/19 02:31:27 INFO : yam: Copied (new) 2026/08/19 02:31:27 DEBUG : Waiting for deletions to finish 2026/08/19 02:31:28 DEBUG : potato: size = 14 OK 2026/08/19 02:31:28 DEBUG : potato: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:31:28 INFO : B2 bucket rclone-test-xapoboj5qoto: Making map for --track-renames 2026/08/19 02:31:28 INFO : B2 bucket rclone-test-xapoboj5qoto: Finished making map for --track-renames 2026/08/19 02:31:28 DEBUG : B2 bucket rclone-test-xapoboj5qoto: Waiting for checks to finish 2026/08/19 02:31:28 DEBUG : potato: Unchanged skipping 2026/08/19 02:31:28 DEBUG : B2 bucket rclone-test-xapoboj5qoto: Waiting for renames to finish 2026/08/19 02:31:28 DEBUG : yaml: size = 11 OK 2026/08/19 02:31:28 DEBUG : yam: sha1 = ad84b2fb6729688a5ee3225164a6d4d58465b33e OK 2026/08/19 02:31:28 INFO : yam: Copied (server-side copy) to: yaml 2026/08/19 02:31:29 INFO : yam: Deleted 2026/08/19 02:31:29 INFO : yaml: Renamed from "yam" 2026/08/19 02:31:29 DEBUG : B2 bucket rclone-test-xapoboj5qoto: Waiting for transfers to finish 2026/08/19 02:31:29 DEBUG : Waiting for deletions to finish --- PASS: TestSyncWithTrackRenames (2.60s) === RUN TestParseRenamesStrategyModtime --- PASS: TestParseRenamesStrategyModtime (0.00s) === RUN TestRenamesStrategyModtime --- PASS: TestRenamesStrategyModtime (0.00s) === RUN TestSyncWithTrackRenamesStrategyModtime run.go:198: Remote "B2 bucket rclone-test-xapoboj5qoto", Local "Local file system at /tmp/rclone2007618947", Modify Window "1ms" sync_test.go:1641: Can track renames: true 2026/08/19 02:31:30 INFO : B2 bucket rclone-test-xapoboj5qoto: Making map for --track-renames 2026/08/19 02:31:30 INFO : B2 bucket rclone-test-xapoboj5qoto: Finished making map for --track-renames 2026/08/19 02:31:30 DEBUG : B2 bucket rclone-test-xapoboj5qoto: Waiting for checks to finish 2026/08/19 02:31:30 DEBUG : potato: Need to transfer - No matching file found at Destination 2026/08/19 02:31:30 DEBUG : yam: Need to transfer - No matching file found at Destination 2026/08/19 02:31:30 DEBUG : B2 bucket rclone-test-xapoboj5qoto: Waiting for renames to finish 2026/08/19 02:31:30 DEBUG : B2 bucket rclone-test-xapoboj5qoto: Waiting for transfers to finish 2026/08/19 02:31:30 DEBUG : potato: size = 14 OK 2026/08/19 02:31:30 DEBUG : potato: sha1 = 1d1ac61cfffcfdd0a15cc9ae575fb06ca8c11fb5 OK 2026/08/19 02:31:30 INFO : potato: Copied (new) 2026/08/19 02:31:30 DEBUG : yam: size = 11 OK 2026/08/19 02:31:30 DEBUG : yam: sha1 = ad84b2fb6729688a5ee3225164a6d4d58465b33e OK 2026/08/19 02:31:30 INFO : yam: Copied (new) 2026/08/19 02:31:30 DEBUG : Waiting for deletions to finish 2026/08/19 02:31:30 INFO : B2 bucket rclone-test-xapoboj5qoto: Making map for --track-renames 2026/08/19 02:31:30 DEBUG : potato: size = 14 OK 2026/08/19 02:31:30 INFO : B2 bucket rclone-test-xapoboj5qoto: Finished making map for --track-renames 2026/08/19 02:31:30 DEBUG : potato: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:31:30 DEBUG : potato: Unchanged skipping 2026/08/19 02:31:30 DEBUG : B2 bucket rclone-test-xapoboj5qoto: Waiting for checks to finish 2026/08/19 02:31:30 DEBUG : B2 bucket rclone-test-xapoboj5qoto: Waiting for renames to finish 2026/08/19 02:31:31 DEBUG : yaml: size = 11 OK 2026/08/19 02:31:31 DEBUG : yam: sha1 = ad84b2fb6729688a5ee3225164a6d4d58465b33e OK 2026/08/19 02:31:31 INFO : yam: Copied (server-side copy) to: yaml 2026/08/19 02:31:31 INFO : yam: Deleted 2026/08/19 02:31:31 INFO : yaml: Renamed from "yam" 2026/08/19 02:31:31 DEBUG : B2 bucket rclone-test-xapoboj5qoto: Waiting for transfers to finish 2026/08/19 02:31:31 DEBUG : Waiting for deletions to finish --- PASS: TestSyncWithTrackRenamesStrategyModtime (2.27s) === RUN TestSyncWithTrackRenamesStrategyLeaf run.go:198: Remote "B2 bucket rclone-test-xapoboj5qoto", Local "Local file system at /tmp/rclone2007618947", Modify Window "1ms" sync_test.go:1680: Can track renames: true 2026/08/19 02:31:32 INFO : B2 bucket rclone-test-xapoboj5qoto: Making map for --track-renames 2026/08/19 02:31:32 INFO : B2 bucket rclone-test-xapoboj5qoto: Finished making map for --track-renames 2026/08/19 02:31:32 DEBUG : B2 bucket rclone-test-xapoboj5qoto: Waiting for checks to finish 2026/08/19 02:31:32 DEBUG : potato: Need to transfer - No matching file found at Destination 2026/08/19 02:31:32 DEBUG : sub/yam: Need to transfer - No matching file found at Destination 2026/08/19 02:31:32 DEBUG : B2 bucket rclone-test-xapoboj5qoto: Waiting for renames to finish 2026/08/19 02:31:32 DEBUG : B2 bucket rclone-test-xapoboj5qoto: Waiting for transfers to finish 2026/08/19 02:31:32 DEBUG : potato: size = 14 OK 2026/08/19 02:31:32 DEBUG : potato: sha1 = 1d1ac61cfffcfdd0a15cc9ae575fb06ca8c11fb5 OK 2026/08/19 02:31:32 INFO : potato: Copied (new) 2026/08/19 02:31:32 DEBUG : sub/yam: size = 11 OK 2026/08/19 02:31:32 DEBUG : sub/yam: sha1 = ad84b2fb6729688a5ee3225164a6d4d58465b33e OK 2026/08/19 02:31:32 INFO : sub/yam: Copied (new) 2026/08/19 02:31:32 DEBUG : Waiting for deletions to finish 2026/08/19 02:31:32 DEBUG : potato: size = 14 OK 2026/08/19 02:31:32 DEBUG : potato: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:31:32 DEBUG : potato: Unchanged skipping 2026/08/19 02:31:33 INFO : B2 bucket rclone-test-xapoboj5qoto: Making map for --track-renames 2026/08/19 02:31:33 INFO : B2 bucket rclone-test-xapoboj5qoto: Finished making map for --track-renames 2026/08/19 02:31:33 DEBUG : B2 bucket rclone-test-xapoboj5qoto: Waiting for checks to finish 2026/08/19 02:31:33 DEBUG : B2 bucket rclone-test-xapoboj5qoto: Waiting for renames to finish 2026/08/19 02:31:33 DEBUG : yam: size = 11 OK 2026/08/19 02:31:33 DEBUG : sub/yam: sha1 = ad84b2fb6729688a5ee3225164a6d4d58465b33e OK 2026/08/19 02:31:33 INFO : sub/yam: Copied (server-side copy) to: yam 2026/08/19 02:31:33 INFO : sub/yam: Deleted 2026/08/19 02:31:33 INFO : yam: Renamed from "sub/yam" 2026/08/19 02:31:33 DEBUG : B2 bucket rclone-test-xapoboj5qoto: Waiting for transfers to finish 2026/08/19 02:31:33 DEBUG : Waiting for deletions to finish --- PASS: TestSyncWithTrackRenamesStrategyLeaf (2.42s) === RUN TestServerSideMoveLocal run.go:198: Remote "B2 bucket rclone-test-xapoboj5qoto", Local "Local file system at /tmp/rclone2007618947", Modify Window "1ms" 2026/08/19 02:31:34 DEBUG : Creating backend with remote "/tmp/rclone2007618947/dir1" 2026/08/19 02:31:34 DEBUG : Creating backend with remote "/tmp/rclone2007618947/dir2" 2026/08/19 02:31:34 DEBUG : Local file system at /tmp/rclone2007618947/dir2: Using server-side directory move 2026/08/19 02:31:34 INFO : Local file system at /tmp/rclone2007618947/dir2: Server side directory move failed - fallback to file moves: can't copy directory - destination already exists 2026/08/19 02:31:34 DEBUG : file1.txt: Need to transfer - File not found at Destination 2026/08/19 02:31:34 DEBUG : Local file system at /tmp/rclone2007618947/dir2: Waiting for checks to finish 2026/08/19 02:31:34 DEBUG : Local file system at /tmp/rclone2007618947/dir2: Waiting for transfers to finish 2026/08/19 02:31:34 INFO : file1.txt: Moved (server-side) --- PASS: TestServerSideMoveLocal (0.37s) === RUN TestMoveWithDeleteEmptySrcDirs run.go:198: Remote "B2 bucket rclone-test-xapoboj5qoto", Local "Local file system at /tmp/rclone2007618947", Modify Window "1ms" 2026/08/19 02:31:35 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/19 02:31:35 DEBUG : nested/sub dir/file: Need to transfer - File not found at Destination 2026/08/19 02:31:35 DEBUG : B2 bucket rclone-test-xapoboj5qoto: Waiting for checks to finish 2026/08/19 02:31:35 DEBUG : B2 bucket rclone-test-xapoboj5qoto: Waiting for transfers to finish 2026/08/19 02:31:35 DEBUG : sub dir/hello world: Clearing upload URL because of error: Post "https://pod-000-1183-01.backblaze.com/b2api/v1/b2_upload_file/dfd2adc3d0ad1b7baf080e1b/c001_v0001183_t0022": EOF 2026/08/19 02:31:35 DEBUG : pacer: low level retry 1/1 (error Post "https://pod-000-1183-01.backblaze.com/b2api/v1/b2_upload_file/dfd2adc3d0ad1b7baf080e1b/c001_v0001183_t0022": EOF) 2026/08/19 02:31:35 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/08/19 02:31:35 DEBUG : sub dir/hello world: Received error: Post "https://pod-000-1183-01.backblaze.com/b2api/v1/b2_upload_file/dfd2adc3d0ad1b7baf080e1b/c001_v0001183_t0022": EOF - low level retry 0/10 2026/08/19 02:31:35 DEBUG : pacer: Reducing sleep to 10ms 2026/08/19 02:31:35 DEBUG : nested/sub dir/file: size = 6 OK 2026/08/19 02:31:35 DEBUG : nested/sub dir/file: sha1 = b4b3e0a278988bc15f2913af3f4153ccef74e465 OK 2026/08/19 02:31:35 INFO : nested/sub dir/file: Copied (new) 2026/08/19 02:31:35 INFO : nested/sub dir/file: Deleted 2026/08/19 02:31:35 DEBUG : sub dir/hello world: size = 11 OK 2026/08/19 02:31:35 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/19 02:31:35 INFO : sub dir/hello world: Copied (new) 2026/08/19 02:31:35 INFO : sub dir/hello world: Deleted 2026/08/19 02:31:35 INFO : sub dir: Removing directory 2026/08/19 02:31:35 INFO : nested/sub dir: Removing directory 2026/08/19 02:31:35 INFO : nested: Removing directory 2026/08/19 02:31:35 DEBUG : Local file system at /tmp/rclone2007618947: deleted 3 directories --- PASS: TestMoveWithDeleteEmptySrcDirs (1.49s) === RUN TestMoveWithoutDeleteEmptySrcDirs run.go:198: Remote "B2 bucket rclone-test-xapoboj5qoto", Local "Local file system at /tmp/rclone2007618947", Modify Window "1ms" 2026/08/19 02:31:36 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/19 02:31:36 DEBUG : nested/sub dir/file: Need to transfer - File not found at Destination 2026/08/19 02:31:36 DEBUG : B2 bucket rclone-test-xapoboj5qoto: Waiting for checks to finish 2026/08/19 02:31:36 DEBUG : B2 bucket rclone-test-xapoboj5qoto: Waiting for transfers to finish 2026/08/19 02:31:36 DEBUG : sub dir/hello world: size = 11 OK 2026/08/19 02:31:36 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/19 02:31:36 INFO : sub dir/hello world: Copied (new) 2026/08/19 02:31:36 INFO : sub dir/hello world: Deleted 2026/08/19 02:31:36 DEBUG : nested/sub dir/file: size = 6 OK 2026/08/19 02:31:36 DEBUG : nested/sub dir/file: sha1 = b4b3e0a278988bc15f2913af3f4153ccef74e465 OK 2026/08/19 02:31:36 INFO : nested/sub dir/file: Copied (new) 2026/08/19 02:31:36 INFO : nested/sub dir/file: Deleted --- PASS: TestMoveWithoutDeleteEmptySrcDirs (1.29s) === RUN TestMoveWithIgnoreExisting run.go:198: Remote "B2 bucket rclone-test-xapoboj5qoto", Local "Local file system at /tmp/rclone2007618947", Modify Window "1ms" 2026/08/19 02:31:37 DEBUG : existing-b: Need to transfer - File not found at Destination 2026/08/19 02:31:37 DEBUG : existing: Need to transfer - File not found at Destination 2026/08/19 02:31:37 DEBUG : B2 bucket rclone-test-xapoboj5qoto: Waiting for checks to finish 2026/08/19 02:31:37 DEBUG : B2 bucket rclone-test-xapoboj5qoto: Waiting for transfers to finish 2026/08/19 02:31:38 DEBUG : existing-b: size = 6 OK 2026/08/19 02:31:38 DEBUG : existing-b: sha1 = 321f6b7e8bf7f29aab89c5e41a555b1b0baa41a9 OK 2026/08/19 02:31:38 INFO : existing-b: Copied (new) 2026/08/19 02:31:38 INFO : existing-b: Deleted 2026/08/19 02:31:38 DEBUG : existing: size = 6 OK 2026/08/19 02:31:38 DEBUG : existing: sha1 = 3e2e95f5ad970eadfa7e17eaf73da97024aa5359 OK 2026/08/19 02:31:38 INFO : existing: Copied (new) 2026/08/19 02:31:38 INFO : existing: Deleted 2026/08/19 02:31:38 DEBUG : existing: Destination exists, skipping 2026/08/19 02:31:38 DEBUG : existing: Not removing source file as destination file exists and --ignore-existing is set 2026/08/19 02:31:38 DEBUG : B2 bucket rclone-test-xapoboj5qoto: Waiting for checks to finish 2026/08/19 02:31:38 DEBUG : B2 bucket rclone-test-xapoboj5qoto: Waiting for transfers to finish 2026/08/19 02:31:38 INFO : There was nothing to transfer --- PASS: TestMoveWithIgnoreExisting (1.66s) === RUN TestServerSideMove run.go:198: Remote "B2 bucket rclone-test-xapoboj5qoto", Local "Local file system at /tmp/rclone2007618947", Modify Window "1ms" 2026/08/19 02:31:39 DEBUG : Creating backend with remote "TestB2:rclone-test-zujonip4hudu" sync_test.go:1736: Server side move (if possible) B2 bucket rclone-test-xapoboj5qoto -> B2 bucket rclone-test-zujonip4hudu 2026/08/19 02:31:44 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/19 02:31:44 DEBUG : empty space: size = 1 OK 2026/08/19 02:31:44 DEBUG : empty space: Size and modification time the same (differ by 0s, within tolerance 1ms) 2026/08/19 02:31:44 DEBUG : empty space: Unchanged skipping 2026/08/19 02:31:44 DEBUG : potato3: size = 68 (B2 bucket rclone-test-xapoboj5qoto) 2026/08/19 02:31:44 DEBUG : potato3: size = 60 (B2 bucket rclone-test-zujonip4hudu) 2026/08/19 02:31:44 DEBUG : potato3: Sizes differ 2026/08/19 02:31:44 DEBUG : B2 bucket rclone-test-zujonip4hudu: Waiting for checks to finish 2026/08/19 02:31:44 INFO : empty space: Deleted 2026/08/19 02:31:44 DEBUG : B2 bucket rclone-test-zujonip4hudu: Waiting for transfers to finish 2026/08/19 02:31:44 DEBUG : potato2: size = 60 OK 2026/08/19 02:31:44 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2026/08/19 02:31:44 INFO : potato2: Copied (server-side copy) 2026/08/19 02:31:45 INFO : potato2: Deleted 2026/08/19 02:31:45 DEBUG : potato3: size = 68 OK 2026/08/19 02:31:45 DEBUG : potato3: sha1 = 568f8850f3c1a384731dbe40c6d72e1dcae342a0 OK 2026/08/19 02:31:45 INFO : potato3: Copied (server-side copy) 2026/08/19 02:31:45 INFO : potato3: Deleted 2026/08/19 02:31:45 DEBUG : Creating backend with remote "TestB2:rclone-test-riculus4nalu" 2026/08/19 02:31:47 DEBUG : empty space: Need to transfer - File not found at Destination 2026/08/19 02:31:47 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/19 02:31:47 DEBUG : potato3: Need to transfer - File not found at Destination 2026/08/19 02:31:47 DEBUG : B2 bucket rclone-test-riculus4nalu: Waiting for checks to finish 2026/08/19 02:31:47 DEBUG : B2 bucket rclone-test-riculus4nalu: Waiting for transfers to finish 2026/08/19 02:31:47 DEBUG : empty space: size = 1 OK 2026/08/19 02:31:47 DEBUG : empty space: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2026/08/19 02:31:47 INFO : empty space: Copied (server-side copy) 2026/08/19 02:31:47 INFO : empty space: Deleted 2026/08/19 02:31:47 DEBUG : potato2: size = 60 OK 2026/08/19 02:31:47 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2026/08/19 02:31:47 INFO : potato2: Copied (server-side copy) 2026/08/19 02:31:48 DEBUG : potato3: size = 68 OK 2026/08/19 02:31:48 DEBUG : potato3: sha1 = 568f8850f3c1a384731dbe40c6d72e1dcae342a0 OK 2026/08/19 02:31:48 INFO : potato3: Copied (server-side copy) 2026/08/19 02:31:48 INFO : potato2: Deleted 2026/08/19 02:31:48 INFO : potato3: Deleted 2026/08/19 02:31:48 DEBUG : B2 bucket rclone-test-riculus4nalu: Purge remote 2026/08/19 02:31:48 INFO : B2 bucket rclone-test-riculus4nalu: cleaning bucket "rclone-test-riculus4nalu" of all files 2026/08/19 02:31:48 DEBUG : empty space: Deleting (id "4_zbfc24d63d0cd1b7baf080e1b_f418b0dc1a84a9d16_d20260819_m023147_c001_v0001174_t0005_u01787106707526") 2026/08/19 02:31:48 DEBUG : potato2: Deleting (id "4_zbfc24d63d0cd1b7baf080e1b_f1123e0f7668f07d4_d20260819_m023147_c001_v0001179_t0022_u01787106707741") 2026/08/19 02:31:48 DEBUG : potato3: Deleting (id "4_zbfc24d63d0cd1b7baf080e1b_f11588f4b118c9f44_d20260819_m023147_c001_v0001176_t0004_u01787106707873") 2026/08/19 02:31:49 DEBUG : B2 bucket rclone-test-zujonip4hudu: Purge remote 2026/08/19 02:31:49 INFO : B2 bucket rclone-test-zujonip4hudu: cleaning bucket "rclone-test-zujonip4hudu" of all files 2026/08/19 02:31:49 DEBUG : empty space: Deleting (id "4_z3fd23d43d0cd1b7baf080e1b_f40122dc171fab571_d20260819_m023147_c001_v7007000_t0000_u01787106707714") 2026/08/19 02:31:49 DEBUG : empty space: Deleting (id "4_z3fd23d43d0cd1b7baf080e1b_f405e6acc5fac3ea6_d20260819_m023143_c001_v0001177_t0007_u01787106703326") 2026/08/19 02:31:49 DEBUG : potato2: Deleting (id "4_z3fd23d43d0cd1b7baf080e1b_f40122dc171fab573_d20260819_m023147_c001_v7007000_t0000_u01787106707948") 2026/08/19 02:31:49 DEBUG : potato2: Deleting (id "4_z3fd23d43d0cd1b7baf080e1b_f11978f1eaad4cf85_d20260819_m023144_c001_v0001144_t0036_u01787106704196") 2026/08/19 02:31:49 DEBUG : potato3: Deleting (id "4_z3fd23d43d0cd1b7baf080e1b_f402d0eab12f56f0f_d20260819_m023148_c001_v7007000_t0000_u01787106708093") 2026/08/19 02:31:49 DEBUG : potato3: Deleting (id "4_z3fd23d43d0cd1b7baf080e1b_f106a6a4c24b9907b_d20260819_m023144_c001_v0001106_t0055_u01787106704513") 2026/08/19 02:31:49 DEBUG : potato3: Deleting (id "4_z3fd23d43d0cd1b7baf080e1b_f105e6acc5fac3ea8_d20260819_m023143_c001_v0001177_t0022_u01787106703515") --- PASS: TestServerSideMove (11.47s) === RUN TestServerSideMoveWithFilter run.go:198: Remote "B2 bucket rclone-test-xapoboj5qoto", Local "Local file system at /tmp/rclone2007618947", Modify Window "1ms" 2026/08/19 02:31:50 DEBUG : Creating backend with remote "TestB2:rclone-test-fuyumax1weka" sync_test.go:1736: Server side move (if possible) B2 bucket rclone-test-xapoboj5qoto -> B2 bucket rclone-test-fuyumax1weka 2026/08/19 02:31:55 DEBUG : empty space: Excluded (Size Filter) 2026/08/19 02:31:55 DEBUG : empty space: Excluded 2026/08/19 02:31:55 DEBUG : empty space: Excluded (Size Filter) 2026/08/19 02:31:55 DEBUG : empty space: Excluded 2026/08/19 02:31:55 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/19 02:31:55 DEBUG : potato3: size = 68 (B2 bucket rclone-test-xapoboj5qoto) 2026/08/19 02:31:55 DEBUG : potato3: size = 60 (B2 bucket rclone-test-fuyumax1weka) 2026/08/19 02:31:55 DEBUG : potato3: Sizes differ 2026/08/19 02:31:55 DEBUG : B2 bucket rclone-test-fuyumax1weka: Waiting for checks to finish 2026/08/19 02:31:55 DEBUG : B2 bucket rclone-test-fuyumax1weka: Waiting for transfers to finish 2026/08/19 02:31:56 DEBUG : potato3: size = 68 OK 2026/08/19 02:31:56 DEBUG : potato3: sha1 = 568f8850f3c1a384731dbe40c6d72e1dcae342a0 OK 2026/08/19 02:31:56 INFO : potato3: Copied (server-side copy) 2026/08/19 02:31:56 DEBUG : potato2: size = 60 OK 2026/08/19 02:31:56 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2026/08/19 02:31:56 INFO : potato2: Copied (server-side copy) 2026/08/19 02:31:56 INFO : potato3: Deleted 2026/08/19 02:31:56 INFO : potato2: Deleted 2026/08/19 02:31:56 DEBUG : Creating backend with remote "TestB2:rclone-test-tarubaf9komo" 2026/08/19 02:31:57 DEBUG : empty space: Excluded (Size Filter) 2026/08/19 02:31:57 DEBUG : empty space: Excluded 2026/08/19 02:31:58 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/19 02:31:58 DEBUG : potato3: Need to transfer - File not found at Destination 2026/08/19 02:31:58 DEBUG : B2 bucket rclone-test-tarubaf9komo: Waiting for checks to finish 2026/08/19 02:31:58 DEBUG : B2 bucket rclone-test-tarubaf9komo: Waiting for transfers to finish 2026/08/19 02:31:59 DEBUG : potato2: size = 60 OK 2026/08/19 02:31:59 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2026/08/19 02:31:59 INFO : potato2: Copied (server-side copy) 2026/08/19 02:31:59 INFO : potato2: Deleted 2026/08/19 02:31:59 DEBUG : potato3: size = 68 OK 2026/08/19 02:31:59 DEBUG : potato3: sha1 = 568f8850f3c1a384731dbe40c6d72e1dcae342a0 OK 2026/08/19 02:31:59 INFO : potato3: Copied (server-side copy) 2026/08/19 02:31:59 INFO : potato3: Deleted 2026/08/19 02:32:00 DEBUG : B2 bucket rclone-test-tarubaf9komo: Purge remote 2026/08/19 02:32:00 INFO : B2 bucket rclone-test-tarubaf9komo: cleaning bucket "rclone-test-tarubaf9komo" of all files 2026/08/19 02:32:00 DEBUG : potato2: Deleting (id "4_zef427d13d0cd1b7baf080e1b_f1156bd1ea278f125_d20260819_m023158_c001_v0001099_t0042_u01787106718536") 2026/08/19 02:32:00 DEBUG : potato3: Deleting (id "4_zef427d13d0cd1b7baf080e1b_f1197f33214cf2d99_d20260819_m023158_c001_v0001038_t0033_u01787106718979") 2026/08/19 02:32:00 DEBUG : B2 bucket rclone-test-fuyumax1weka: Purge remote 2026/08/19 02:32:00 INFO : B2 bucket rclone-test-fuyumax1weka: cleaning bucket "rclone-test-fuyumax1weka" of all files 2026/08/19 02:32:01 DEBUG : empty space: Deleting (id "4_zdf025df3d0cd1b7baf080e1b_f4187443ec9f0a30e_d20260819_m023154_c001_v0001167_t0002_u01787106714442") 2026/08/19 02:32:01 DEBUG : potato2: Deleting (id "4_zdf025df3d0cd1b7baf080e1b_f42640cede57c035c_d20260819_m023159_c001_v7007000_t0000_u01787106719169") 2026/08/19 02:32:01 DEBUG : potato2: Deleting (id "4_zdf025df3d0cd1b7baf080e1b_f11136814c67d27dc_d20260819_m023155_c001_v0001116_t0045_u01787106715505") 2026/08/19 02:32:01 DEBUG : potato3: Deleting (id "4_zdf025df3d0cd1b7baf080e1b_f42640cede57c035d_d20260819_m023159_c001_v7007000_t0000_u01787106719543") 2026/08/19 02:32:01 DEBUG : potato3: Deleting (id "4_zdf025df3d0cd1b7baf080e1b_f10567dcf3223f562_d20260819_m023155_c001_v0001183_t0040_u01787106715950") 2026/08/19 02:32:01 DEBUG : potato3: Deleting (id "4_zdf025df3d0cd1b7baf080e1b_f1187443ec9f0a310_d20260819_m023154_c001_v0001167_t0043_u01787106714629") --- PASS: TestServerSideMoveWithFilter (11.71s) === RUN TestServerSideMoveDeleteEmptySourceDirs run.go:198: Remote "B2 bucket rclone-test-xapoboj5qoto", Local "Local file system at /tmp/rclone2007618947", Modify Window "1ms" 2026/08/19 02:32:02 DEBUG : Creating backend with remote "TestB2:rclone-test-hegedig5poso" 2026/08/19 02:32:06 INFO : tomatoDir: Making directory sync_test.go:1736: Server side move (if possible) B2 bucket rclone-test-xapoboj5qoto -> B2 bucket rclone-test-hegedig5poso 2026/08/19 02:32:09 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/19 02:32:09 DEBUG : empty space: size = 1 OK 2026/08/19 02:32:09 DEBUG : empty space: Size and modification time the same (differ by 0s, within tolerance 1ms) 2026/08/19 02:32:09 DEBUG : empty space: Unchanged skipping 2026/08/19 02:32:09 DEBUG : B2 bucket rclone-test-hegedig5poso: Waiting for checks to finish 2026/08/19 02:32:09 DEBUG : potato3: size = 68 (B2 bucket rclone-test-xapoboj5qoto) 2026/08/19 02:32:09 DEBUG : potato3: size = 60 (B2 bucket rclone-test-hegedig5poso) 2026/08/19 02:32:09 DEBUG : potato3: Sizes differ 2026/08/19 02:32:09 INFO : empty space: Deleted 2026/08/19 02:32:09 DEBUG : B2 bucket rclone-test-hegedig5poso: Waiting for transfers to finish 2026/08/19 02:32:09 DEBUG : potato2: size = 60 OK 2026/08/19 02:32:09 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2026/08/19 02:32:09 INFO : potato2: Copied (server-side copy) 2026/08/19 02:32:09 INFO : potato2: Deleted 2026/08/19 02:32:10 DEBUG : potato3: size = 68 OK 2026/08/19 02:32:10 DEBUG : potato3: sha1 = 568f8850f3c1a384731dbe40c6d72e1dcae342a0 OK 2026/08/19 02:32:10 INFO : potato3: Copied (server-side copy) 2026/08/19 02:32:10 INFO : potato3: Deleted 2026/08/19 02:32:11 DEBUG : Creating backend with remote "TestB2:rclone-test-sirikuk8joka" 2026/08/19 02:32:11 INFO : tomatoDir: Making directory 2026/08/19 02:32:12 DEBUG : empty space: Need to transfer - File not found at Destination 2026/08/19 02:32:12 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/19 02:32:12 DEBUG : potato3: Need to transfer - File not found at Destination 2026/08/19 02:32:12 DEBUG : B2 bucket rclone-test-sirikuk8joka: Waiting for checks to finish 2026/08/19 02:32:12 DEBUG : B2 bucket rclone-test-sirikuk8joka: Waiting for transfers to finish 2026/08/19 02:32:13 DEBUG : empty space: size = 1 OK 2026/08/19 02:32:13 DEBUG : empty space: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2026/08/19 02:32:13 INFO : empty space: Copied (server-side copy) 2026/08/19 02:32:13 INFO : empty space: Deleted 2026/08/19 02:32:13 DEBUG : potato2: size = 60 OK 2026/08/19 02:32:13 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2026/08/19 02:32:13 INFO : potato2: Copied (server-side copy) 2026/08/19 02:32:13 INFO : potato2: Deleted 2026/08/19 02:32:13 DEBUG : potato3: size = 68 OK 2026/08/19 02:32:13 DEBUG : potato3: sha1 = 568f8850f3c1a384731dbe40c6d72e1dcae342a0 OK 2026/08/19 02:32:13 INFO : potato3: Copied (server-side copy) 2026/08/19 02:32:13 INFO : potato3: Deleted 2026/08/19 02:32:14 DEBUG : B2 bucket rclone-test-sirikuk8joka: Purge remote 2026/08/19 02:32:14 INFO : B2 bucket rclone-test-sirikuk8joka: cleaning bucket "rclone-test-sirikuk8joka" of all files 2026/08/19 02:32:14 DEBUG : empty space: Deleting (id "4_zbf62ada3d0cd1b7baf080e1b_f4156868e2ddfaf81_d20260819_m023213_c001_v0001109_t0030_u01787106733108") 2026/08/19 02:32:14 DEBUG : potato2: Deleting (id "4_zbf62ada3d0cd1b7baf080e1b_f105a684258dd607e_d20260819_m023213_c001_v0001172_t0026_u01787106733403") 2026/08/19 02:32:14 DEBUG : potato3: Deleting (id "4_zbf62ada3d0cd1b7baf080e1b_f116e8ba169849d2c_d20260819_m023213_c001_v0001038_t0018_u01787106733479") 2026/08/19 02:32:15 DEBUG : B2 bucket rclone-test-hegedig5poso: Purge remote 2026/08/19 02:32:15 INFO : B2 bucket rclone-test-hegedig5poso: cleaning bucket "rclone-test-hegedig5poso" of all files 2026/08/19 02:32:15 DEBUG : empty space: Deleting (id "4_z2fd29d53d0cd1b7baf080e1b_f41698ece57b7c1b5_d20260819_m023213_c001_v7007000_t0000_u01787106733347") 2026/08/19 02:32:15 DEBUG : empty space: Deleting (id "4_z2fd29d53d0cd1b7baf080e1b_f404014ed05aa3f76_d20260819_m023208_c001_v0001104_t0005_u01787106728160") 2026/08/19 02:32:15 DEBUG : potato2: Deleting (id "4_z2fd29d53d0cd1b7baf080e1b_f41698ece57b7c1b7_d20260819_m023213_c001_v7007000_t0000_u01787106733666") 2026/08/19 02:32:15 DEBUG : potato2: Deleting (id "4_z2fd29d53d0cd1b7baf080e1b_f1122633d4611d5cb_d20260819_m023209_c001_v0001137_t0017_u01787106729487") 2026/08/19 02:32:15 DEBUG : potato3: Deleting (id "4_z2fd29d53d0cd1b7baf080e1b_f41698ece57b7c1b9_d20260819_m023213_c001_v7007000_t0000_u01787106733906") 2026/08/19 02:32:15 DEBUG : potato3: Deleting (id "4_z2fd29d53d0cd1b7baf080e1b_f1054cb75ed471199_d20260819_m023209_c001_v0001037_t0048_u01787106729827") 2026/08/19 02:32:15 DEBUG : potato3: Deleting (id "4_z2fd29d53d0cd1b7baf080e1b_f104014ed05aa3f78_d20260819_m023208_c001_v0001104_t0005_u01787106728345") --- PASS: TestServerSideMoveDeleteEmptySourceDirs (14.33s) === RUN TestServerSideMoveOverlap run.go:198: Remote "B2 bucket rclone-test-xapoboj5qoto", Local "Local file system at /tmp/rclone2007618947", Modify Window "1ms" 2026/08/19 02:32:16 DEBUG : Creating backend with remote "TestB2:rclone-test-xapoboj5qoto/rclone-move-test" --- PASS: TestServerSideMoveOverlap (2.49s) === RUN TestSyncOverlap run.go:198: Remote "B2 bucket rclone-test-xapoboj5qoto", Local "Local file system at /tmp/rclone2007618947", Modify Window "1ms" 2026/08/19 02:32:19 DEBUG : Creating backend with remote "TestB2:rclone-test-xapoboj5qoto/rclone-sync-test" --- PASS: TestSyncOverlap (1.45s) === RUN TestSyncOverlapWithFilter run.go:198: Remote "B2 bucket rclone-test-xapoboj5qoto", Local "Local file system at /tmp/rclone2007618947", Modify Window "1ms" 2026/08/19 02:32:20 DEBUG : Creating backend with remote "TestB2:rclone-test-xapoboj5qoto/rclone-sync-test" 2026/08/19 02:32:23 DEBUG : Creating backend with remote "TestB2:rclone-test-xapoboj5qoto/rclone-sync-test-include/layer2" 2026/08/19 02:32:25 DEBUG : Creating backend with remote "TestB2:rclone-test-xapoboj5qoto/rclone-sync-test-ignore-file" 2026/08/19 02:32:29 DEBUG : rclone-sync-test-ignore-file: Excluded 2026/08/19 02:32:29 DEBUG : B2 bucket rclone-test-xapoboj5qoto path rclone-sync-test: Waiting for checks to finish 2026/08/19 02:32:29 DEBUG : B2 bucket rclone-test-xapoboj5qoto path rclone-sync-test: Waiting for transfers to finish 2026/08/19 02:32:29 DEBUG : Waiting for deletions to finish 2026/08/19 02:32:29 INFO : There was nothing to transfer 2026/08/19 02:32:30 DEBUG : rclone-sync-test-ignore-file: Excluded 2026/08/19 02:32:30 DEBUG : B2 bucket rclone-test-xapoboj5qoto: Waiting for checks to finish 2026/08/19 02:32:30 DEBUG : B2 bucket rclone-test-xapoboj5qoto: Waiting for transfers to finish 2026/08/19 02:32:30 DEBUG : Waiting for deletions to finish 2026/08/19 02:32:30 INFO : There was nothing to transfer 2026/08/19 02:32:30 DEBUG : rclone-sync-test-ignore-file: Excluded 2026/08/19 02:32:31 DEBUG : B2 bucket rclone-test-xapoboj5qoto path rclone-sync-test-include/layer2: Waiting for checks to finish 2026/08/19 02:32:31 DEBUG : B2 bucket rclone-test-xapoboj5qoto path rclone-sync-test-include/layer2: Waiting for transfers to finish 2026/08/19 02:32:31 DEBUG : Waiting for deletions to finish 2026/08/19 02:32:31 INFO : There was nothing to transfer 2026/08/19 02:32:31 DEBUG : rclone-sync-test-ignore-file: Excluded 2026/08/19 02:32:31 DEBUG : B2 bucket rclone-test-xapoboj5qoto: Waiting for checks to finish 2026/08/19 02:32:31 DEBUG : B2 bucket rclone-test-xapoboj5qoto: Waiting for transfers to finish 2026/08/19 02:32:31 DEBUG : Waiting for deletions to finish 2026/08/19 02:32:31 INFO : There was nothing to transfer 2026/08/19 02:32:32 DEBUG : Excluded 2026/08/19 02:32:32 DEBUG : rclone-sync-test-ignore-file: Excluded 2026/08/19 02:32:32 DEBUG : B2 bucket rclone-test-xapoboj5qoto path rclone-sync-test-ignore-file: Waiting for checks to finish 2026/08/19 02:32:32 DEBUG : B2 bucket rclone-test-xapoboj5qoto path rclone-sync-test-ignore-file: Waiting for transfers to finish 2026/08/19 02:32:32 DEBUG : Waiting for deletions to finish 2026/08/19 02:32:32 INFO : There was nothing to transfer --- PASS: TestSyncOverlapWithFilter (12.02s) === RUN TestSyncCompareDest run.go:198: Remote "B2 bucket rclone-test-xapoboj5qoto", Local "Local file system at /tmp/rclone2007618947", Modify Window "1ms" 2026/08/19 02:32:32 DEBUG : Creating backend with remote "TestB2:rclone-test-xapoboj5qoto/dst" 2026/08/19 02:32:34 DEBUG : Creating backend with remote "TestB2:rclone-test-xapoboj5qoto/CompareDest" 2026/08/19 02:32:36 DEBUG : one: Need to transfer - File not found at Destination 2026/08/19 02:32:36 DEBUG : B2 bucket rclone-test-xapoboj5qoto path dst: Waiting for checks to finish 2026/08/19 02:32:36 DEBUG : B2 bucket rclone-test-xapoboj5qoto path dst: Waiting for transfers to finish 2026/08/19 02:32:36 DEBUG : one: size = 3 OK 2026/08/19 02:32:36 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2026/08/19 02:32:36 INFO : one: Copied (new) 2026/08/19 02:32:36 DEBUG : Waiting for deletions to finish 2026/08/19 02:32:37 DEBUG : one: size = 5 (Local file system at /tmp/rclone2007618947) 2026/08/19 02:32:37 DEBUG : one: size = 3 (B2 bucket rclone-test-xapoboj5qoto path dst) 2026/08/19 02:32:37 DEBUG : one: Sizes differ 2026/08/19 02:32:37 DEBUG : B2 bucket rclone-test-xapoboj5qoto path dst: Waiting for checks to finish 2026/08/19 02:32:37 DEBUG : B2 bucket rclone-test-xapoboj5qoto path dst: Waiting for transfers to finish 2026/08/19 02:32:37 DEBUG : one: size = 5 OK 2026/08/19 02:32:37 DEBUG : one: sha1 = 7f376fd65843a1267de8f986d40e164e5a321c13 OK 2026/08/19 02:32:37 INFO : one: Copied (replaced existing) 2026/08/19 02:32:37 DEBUG : Waiting for deletions to finish 2026/08/19 02:32:39 DEBUG : B2 bucket rclone-test-xapoboj5qoto path dst: Waiting for checks to finish 2026/08/19 02:32:39 DEBUG : one: size = 5 (Local file system at /tmp/rclone2007618947) 2026/08/19 02:32:39 DEBUG : one: size = 3 (B2 bucket rclone-test-xapoboj5qoto path dst) 2026/08/19 02:32:39 DEBUG : one: Sizes differ 2026/08/19 02:32:39 DEBUG : one: size = 5 OK 2026/08/19 02:32:39 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/19 02:32:39 DEBUG : one: Destination found in --compare-dest, skipping 2026/08/19 02:32:39 DEBUG : B2 bucket rclone-test-xapoboj5qoto path dst: Waiting for transfers to finish 2026/08/19 02:32:39 DEBUG : Waiting for deletions to finish 2026/08/19 02:32:39 INFO : There was nothing to transfer 2026/08/19 02:32:40 DEBUG : one: size = 5 (Local file system at /tmp/rclone2007618947) 2026/08/19 02:32:40 DEBUG : one: size = 3 (B2 bucket rclone-test-xapoboj5qoto path dst) 2026/08/19 02:32:40 DEBUG : one: Sizes differ 2026/08/19 02:32:40 DEBUG : two: size = 3 OK 2026/08/19 02:32:40 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/19 02:32:40 DEBUG : two: Destination found in --compare-dest, skipping 2026/08/19 02:32:40 DEBUG : B2 bucket rclone-test-xapoboj5qoto path dst: Waiting for checks to finish 2026/08/19 02:32:40 DEBUG : one: size = 5 OK 2026/08/19 02:32:40 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/19 02:32:40 DEBUG : one: Destination found in --compare-dest, skipping 2026/08/19 02:32:40 DEBUG : B2 bucket rclone-test-xapoboj5qoto path dst: Waiting for transfers to finish 2026/08/19 02:32:40 DEBUG : Waiting for deletions to finish 2026/08/19 02:32:40 INFO : There was nothing to transfer 2026/08/19 02:32:41 DEBUG : one: size = 5 (Local file system at /tmp/rclone2007618947) 2026/08/19 02:32:41 DEBUG : one: size = 3 (B2 bucket rclone-test-xapoboj5qoto path dst) 2026/08/19 02:32:41 DEBUG : one: Sizes differ 2026/08/19 02:32:41 DEBUG : two: size = 3 OK 2026/08/19 02:32:41 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/19 02:32:41 DEBUG : two: Destination found in --compare-dest, skipping 2026/08/19 02:32:41 DEBUG : B2 bucket rclone-test-xapoboj5qoto path dst: Waiting for checks to finish 2026/08/19 02:32:41 DEBUG : one: size = 5 OK 2026/08/19 02:32:41 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/19 02:32:41 DEBUG : one: Destination found in --compare-dest, skipping 2026/08/19 02:32:41 DEBUG : B2 bucket rclone-test-xapoboj5qoto path dst: Waiting for transfers to finish 2026/08/19 02:32:41 DEBUG : Waiting for deletions to finish 2026/08/19 02:32:41 INFO : There was nothing to transfer 2026/08/19 02:32:42 DEBUG : one: size = 5 (Local file system at /tmp/rclone2007618947) 2026/08/19 02:32:42 DEBUG : one: size = 3 (B2 bucket rclone-test-xapoboj5qoto path dst) 2026/08/19 02:32:42 DEBUG : one: Sizes differ 2026/08/19 02:32:42 DEBUG : two: size = 3 OK 2026/08/19 02:32:42 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/19 02:32:42 DEBUG : two: sha1 = ad782ecdac770fc6eb9a62e44f90873fb97fb26b OK 2026/08/19 02:32:42 DEBUG : two: Destination found in --compare-dest, skipping 2026/08/19 02:32:42 DEBUG : B2 bucket rclone-test-xapoboj5qoto path dst: Waiting for checks to finish 2026/08/19 02:32:42 DEBUG : one: size = 5 OK 2026/08/19 02:32:42 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/19 02:32:42 DEBUG : one: Destination found in --compare-dest, skipping 2026/08/19 02:32:42 DEBUG : B2 bucket rclone-test-xapoboj5qoto path dst: Waiting for transfers to finish 2026/08/19 02:32:42 DEBUG : Waiting for deletions to finish 2026/08/19 02:32:42 INFO : There was nothing to transfer 2026/08/19 02:32:43 DEBUG : one: size = 5 (Local file system at /tmp/rclone2007618947) 2026/08/19 02:32:43 DEBUG : one: size = 3 (B2 bucket rclone-test-xapoboj5qoto path dst) 2026/08/19 02:32:43 DEBUG : one: Sizes differ 2026/08/19 02:32:43 DEBUG : two: size = 5 (Local file system at /tmp/rclone2007618947) 2026/08/19 02:32:43 DEBUG : two: size = 3 (B2 bucket rclone-test-xapoboj5qoto path CompareDest) 2026/08/19 02:32:43 DEBUG : two: Sizes differ 2026/08/19 02:32:43 DEBUG : two: Need to transfer - File not found at Destination 2026/08/19 02:32:43 DEBUG : B2 bucket rclone-test-xapoboj5qoto path dst: Waiting for checks to finish 2026/08/19 02:32:43 DEBUG : one: size = 5 OK 2026/08/19 02:32:43 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/19 02:32:43 DEBUG : one: Destination found in --compare-dest, skipping 2026/08/19 02:32:43 DEBUG : B2 bucket rclone-test-xapoboj5qoto path dst: Waiting for transfers to finish 2026/08/19 02:32:43 DEBUG : two: size = 5 OK 2026/08/19 02:32:43 DEBUG : two: sha1 = a4be8877ad88f3109a6411985a1f359e10e2d930 OK 2026/08/19 02:32:43 INFO : two: Copied (new) 2026/08/19 02:32:43 DEBUG : Waiting for deletions to finish --- PASS: TestSyncCompareDest (12.14s) === RUN TestSyncMultipleCompareDest run.go:198: Remote "B2 bucket rclone-test-xapoboj5qoto", Local "Local file system at /tmp/rclone2007618947", Modify Window "1ms" 2026/08/19 02:32:46 DEBUG : Creating backend with remote "TestB2:rclone-test-xapoboj5qoto/dest" 2026/08/19 02:32:47 DEBUG : Creating backend with remote "TestB2:rclone-test-xapoboj5qoto/pre-dest1" 2026/08/19 02:32:48 DEBUG : Creating backend with remote "TestB2:rclone-test-xapoboj5qoto/pre-dest2" 2026/08/19 02:32:50 DEBUG : 1: size = 1 OK 2026/08/19 02:32:50 DEBUG : 1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:32:50 DEBUG : 1: Destination found in --compare-dest, skipping 2026/08/19 02:32:50 DEBUG : 2: size = 1 OK 2026/08/19 02:32:50 DEBUG : 2: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:32:50 DEBUG : 2: Destination found in --compare-dest, skipping 2026/08/19 02:32:51 DEBUG : 3: Need to transfer - File not found at Destination 2026/08/19 02:32:51 DEBUG : B2 bucket rclone-test-xapoboj5qoto path dest: Waiting for checks to finish 2026/08/19 02:32:51 DEBUG : B2 bucket rclone-test-xapoboj5qoto path dest: Waiting for transfers to finish 2026/08/19 02:32:52 DEBUG : 3: size = 1 OK 2026/08/19 02:32:52 DEBUG : 3: sha1 = 77de68daecd823babbb58edb1c8e14d7106e83bb OK 2026/08/19 02:32:52 INFO : 3: Copied (new) 2026/08/19 02:32:52 DEBUG : Waiting for deletions to finish --- PASS: TestSyncMultipleCompareDest (8.59s) === RUN TestSyncCopyDest run.go:198: Remote "B2 bucket rclone-test-xapoboj5qoto", Local "Local file system at /tmp/rclone2007618947", Modify Window "1ms" 2026/08/19 02:32:53 DEBUG : Creating backend with remote "TestB2:rclone-test-xapoboj5qoto/dst" 2026/08/19 02:32:54 DEBUG : Creating backend with remote "TestB2:rclone-test-xapoboj5qoto/CopyDest" 2026/08/19 02:32:56 DEBUG : one: Need to transfer - File not found at Destination 2026/08/19 02:32:56 DEBUG : B2 bucket rclone-test-xapoboj5qoto path dst: Waiting for checks to finish 2026/08/19 02:32:56 DEBUG : B2 bucket rclone-test-xapoboj5qoto path dst: Waiting for transfers to finish 2026/08/19 02:32:57 DEBUG : one: size = 3 OK 2026/08/19 02:32:57 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2026/08/19 02:32:57 INFO : one: Copied (new) 2026/08/19 02:32:57 DEBUG : Waiting for deletions to finish 2026/08/19 02:32:58 DEBUG : B2 bucket rclone-test-xapoboj5qoto path dst: Waiting for checks to finish 2026/08/19 02:32:58 DEBUG : one: size = 5 (Local file system at /tmp/rclone2007618947) 2026/08/19 02:32:58 DEBUG : one: size = 3 (B2 bucket rclone-test-xapoboj5qoto path dst) 2026/08/19 02:32:58 DEBUG : one: Sizes differ 2026/08/19 02:32:58 DEBUG : B2 bucket rclone-test-xapoboj5qoto path dst: Waiting for transfers to finish 2026/08/19 02:32:58 DEBUG : one: size = 5 OK 2026/08/19 02:32:58 DEBUG : one: sha1 = 7f376fd65843a1267de8f986d40e164e5a321c13 OK 2026/08/19 02:32:58 INFO : one: Copied (replaced existing) 2026/08/19 02:32:58 DEBUG : Waiting for deletions to finish 2026/08/19 02:32:59 DEBUG : Creating backend with remote "TestB2:rclone-test-xapoboj5qoto/BackupDir" 2026/08/19 02:33:01 DEBUG : B2 bucket rclone-test-xapoboj5qoto path dst: Waiting for checks to finish 2026/08/19 02:33:01 DEBUG : one: size = 5 (Local file system at /tmp/rclone2007618947) 2026/08/19 02:33:01 DEBUG : one: size = 3 (B2 bucket rclone-test-xapoboj5qoto path dst) 2026/08/19 02:33:01 DEBUG : one: Sizes differ 2026/08/19 02:33:01 DEBUG : one: size = 5 OK 2026/08/19 02:33:01 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/19 02:33:01 DEBUG : one: size = 5 (Local file system at /tmp/rclone2007618947) 2026/08/19 02:33:01 DEBUG : one: size = 3 (B2 bucket rclone-test-xapoboj5qoto path dst) 2026/08/19 02:33:01 DEBUG : one: Sizes differ 2026/08/19 02:33:02 DEBUG : one: size = 3 OK 2026/08/19 02:33:02 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2026/08/19 02:33:02 INFO : one: Copied (server-side copy) 2026/08/19 02:33:03 INFO : one: Deleted 2026/08/19 02:33:03 DEBUG : one: size = 5 OK 2026/08/19 02:33:03 DEBUG : one: sha1 = 7f376fd65843a1267de8f986d40e164e5a321c13 OK 2026/08/19 02:33:03 INFO : one: Copied (server-side copy) 2026/08/19 02:33:03 DEBUG : one: Destination found in --copy-dest, using server-side copy 2026/08/19 02:33:03 DEBUG : B2 bucket rclone-test-xapoboj5qoto path dst: Waiting for transfers to finish 2026/08/19 02:33:03 DEBUG : Waiting for deletions to finish 2026/08/19 02:33:04 DEBUG : one: size = 5 OK 2026/08/19 02:33:04 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/19 02:33:04 DEBUG : one: Unchanged skipping 2026/08/19 02:33:04 DEBUG : two: size = 3 OK 2026/08/19 02:33:04 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/19 02:33:04 DEBUG : two: size = 3 OK 2026/08/19 02:33:04 DEBUG : two: sha1 = ad782ecdac770fc6eb9a62e44f90873fb97fb26b OK 2026/08/19 02:33:04 INFO : two: Copied (server-side copy) 2026/08/19 02:33:04 DEBUG : two: Destination found in --copy-dest, using server-side copy 2026/08/19 02:33:04 DEBUG : B2 bucket rclone-test-xapoboj5qoto path dst: Waiting for checks to finish 2026/08/19 02:33:04 DEBUG : B2 bucket rclone-test-xapoboj5qoto path dst: Waiting for transfers to finish 2026/08/19 02:33:04 DEBUG : Waiting for deletions to finish 2026/08/19 02:33:04 DEBUG : one: size = 5 OK 2026/08/19 02:33:04 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/19 02:33:04 DEBUG : one: Unchanged skipping 2026/08/19 02:33:04 DEBUG : two: size = 3 OK 2026/08/19 02:33:04 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/19 02:33:04 DEBUG : two: Unchanged skipping 2026/08/19 02:33:04 DEBUG : B2 bucket rclone-test-xapoboj5qoto path dst: Waiting for checks to finish 2026/08/19 02:33:04 DEBUG : B2 bucket rclone-test-xapoboj5qoto path dst: Waiting for transfers to finish 2026/08/19 02:33:04 DEBUG : Waiting for deletions to finish 2026/08/19 02:33:04 INFO : There was nothing to transfer 2026/08/19 02:33:06 DEBUG : one: size = 5 OK 2026/08/19 02:33:06 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/19 02:33:06 DEBUG : one: Unchanged skipping 2026/08/19 02:33:06 DEBUG : three: size = 7 (Local file system at /tmp/rclone2007618947) 2026/08/19 02:33:06 DEBUG : three: size = 5 (B2 bucket rclone-test-xapoboj5qoto path CopyDest) 2026/08/19 02:33:06 DEBUG : three: Sizes differ 2026/08/19 02:33:06 DEBUG : three: Destination not found in --copy-dest 2026/08/19 02:33:06 DEBUG : three: Need to transfer - File not found at Destination 2026/08/19 02:33:06 DEBUG : two: size = 3 OK 2026/08/19 02:33:06 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/19 02:33:06 DEBUG : two: Unchanged skipping 2026/08/19 02:33:06 DEBUG : B2 bucket rclone-test-xapoboj5qoto path dst: Waiting for checks to finish 2026/08/19 02:33:06 DEBUG : B2 bucket rclone-test-xapoboj5qoto path dst: Waiting for transfers to finish 2026/08/19 02:33:07 DEBUG : three: size = 7 OK 2026/08/19 02:33:07 DEBUG : three: sha1 = 370e613335f3cf2f19b2a2d35a86402f55c659f8 OK 2026/08/19 02:33:07 INFO : three: Copied (new) 2026/08/19 02:33:07 DEBUG : Waiting for deletions to finish --- PASS: TestSyncCopyDest (15.22s) === RUN TestSyncBackupDir run.go:198: Remote "B2 bucket rclone-test-xapoboj5qoto", Local "Local file system at /tmp/rclone2007618947", Modify Window "1ms" 2026/08/19 02:33:10 DEBUG : Creating backend with remote "TestB2:rclone-test-xapoboj5qoto/dst" 2026/08/19 02:33:11 DEBUG : Creating backend with remote "TestB2:rclone-test-xapoboj5qoto/backup" 2026/08/19 02:33:12 DEBUG : one: size = 4 (Local file system at /tmp/rclone2007618947) 2026/08/19 02:33:12 DEBUG : one: size = 3 (B2 bucket rclone-test-xapoboj5qoto path dst) 2026/08/19 02:33:12 DEBUG : one: Sizes differ 2026/08/19 02:33:12 DEBUG : two: size = 3 OK 2026/08/19 02:33:12 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:33:12 DEBUG : two: Unchanged skipping 2026/08/19 02:33:12 DEBUG : B2 bucket rclone-test-xapoboj5qoto path dst: Waiting for checks to finish 2026/08/19 02:33:14 DEBUG : one: size = 3 OK 2026/08/19 02:33:14 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2026/08/19 02:33:14 INFO : one: Copied (server-side copy) 2026/08/19 02:33:14 INFO : one: Deleted 2026/08/19 02:33:14 DEBUG : B2 bucket rclone-test-xapoboj5qoto path dst: Waiting for transfers to finish 2026/08/19 02:33:15 DEBUG : one: size = 4 OK 2026/08/19 02:33:15 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2026/08/19 02:33:15 INFO : one: Copied (new) 2026/08/19 02:33:15 DEBUG : Waiting for deletions to finish 2026/08/19 02:33:15 DEBUG : three.txt: size = 5 OK 2026/08/19 02:33:15 DEBUG : three.txt: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2026/08/19 02:33:15 INFO : three.txt: Copied (server-side copy) 2026/08/19 02:33:16 INFO : three.txt: Deleted 2026/08/19 02:33:16 INFO : three.txt: Moved into backup dir 2026/08/19 02:33:17 DEBUG : one: size = 5 (Local file system at /tmp/rclone2007618947) 2026/08/19 02:33:17 DEBUG : one: size = 4 (B2 bucket rclone-test-xapoboj5qoto path dst) 2026/08/19 02:33:17 DEBUG : one: Sizes differ 2026/08/19 02:33:17 DEBUG : two: size = 3 OK 2026/08/19 02:33:17 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:33:17 DEBUG : two: Unchanged skipping 2026/08/19 02:33:17 DEBUG : B2 bucket rclone-test-xapoboj5qoto path dst: Waiting for checks to finish 2026/08/19 02:33:17 DEBUG : one: size = 4 OK 2026/08/19 02:33:17 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2026/08/19 02:33:17 INFO : one: Copied (server-side copy) 2026/08/19 02:33:18 INFO : one: Deleted 2026/08/19 02:33:18 DEBUG : B2 bucket rclone-test-xapoboj5qoto path dst: Waiting for transfers to finish 2026/08/19 02:33:18 DEBUG : one: size = 5 OK 2026/08/19 02:33:18 DEBUG : one: sha1 = 88a8c2880f555638f990d1ec4c8359b25caa20c7 OK 2026/08/19 02:33:18 INFO : one: Copied (new) 2026/08/19 02:33:18 DEBUG : Waiting for deletions to finish 2026/08/19 02:33:18 DEBUG : three.txt: size = 6 OK 2026/08/19 02:33:18 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2026/08/19 02:33:18 INFO : three.txt: Copied (server-side copy) 2026/08/19 02:33:18 INFO : three.txt: Deleted 2026/08/19 02:33:18 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDir (11.23s) === RUN TestSyncBackupDirWithSuffix run.go:198: Remote "B2 bucket rclone-test-xapoboj5qoto", Local "Local file system at /tmp/rclone2007618947", Modify Window "1ms" 2026/08/19 02:33:21 DEBUG : Creating backend with remote "TestB2:rclone-test-xapoboj5qoto/dst" 2026/08/19 02:33:22 DEBUG : Creating backend with remote "TestB2:rclone-test-xapoboj5qoto/backup" 2026/08/19 02:33:24 DEBUG : one: size = 4 (Local file system at /tmp/rclone2007618947) 2026/08/19 02:33:24 DEBUG : one: size = 3 (B2 bucket rclone-test-xapoboj5qoto path dst) 2026/08/19 02:33:24 DEBUG : one: Sizes differ 2026/08/19 02:33:24 DEBUG : two: size = 3 OK 2026/08/19 02:33:24 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:33:24 DEBUG : two: Unchanged skipping 2026/08/19 02:33:24 DEBUG : B2 bucket rclone-test-xapoboj5qoto path dst: Waiting for checks to finish 2026/08/19 02:33:25 DEBUG : one.bak: size = 3 OK 2026/08/19 02:33:25 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2026/08/19 02:33:25 INFO : one: Copied (server-side copy) to: one.bak 2026/08/19 02:33:25 INFO : one: Deleted 2026/08/19 02:33:25 DEBUG : B2 bucket rclone-test-xapoboj5qoto path dst: Waiting for transfers to finish 2026/08/19 02:33:26 DEBUG : one: size = 4 OK 2026/08/19 02:33:26 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2026/08/19 02:33:26 INFO : one: Copied (new) 2026/08/19 02:33:26 DEBUG : Waiting for deletions to finish 2026/08/19 02:33:26 DEBUG : three.txt.bak: size = 5 OK 2026/08/19 02:33:26 DEBUG : three.txt: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2026/08/19 02:33:26 INFO : three.txt: Copied (server-side copy) to: three.txt.bak 2026/08/19 02:33:27 INFO : three.txt: Deleted 2026/08/19 02:33:27 INFO : three.txt: Moved into backup dir 2026/08/19 02:33:28 DEBUG : one: size = 5 (Local file system at /tmp/rclone2007618947) 2026/08/19 02:33:28 DEBUG : one: size = 4 (B2 bucket rclone-test-xapoboj5qoto path dst) 2026/08/19 02:33:28 DEBUG : one: Sizes differ 2026/08/19 02:33:28 DEBUG : two: size = 3 OK 2026/08/19 02:33:28 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:33:28 DEBUG : two: Unchanged skipping 2026/08/19 02:33:28 DEBUG : B2 bucket rclone-test-xapoboj5qoto path dst: Waiting for checks to finish 2026/08/19 02:33:29 DEBUG : one.bak: size = 4 OK 2026/08/19 02:33:29 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2026/08/19 02:33:29 INFO : one: Copied (server-side copy) to: one.bak 2026/08/19 02:33:29 INFO : one: Deleted 2026/08/19 02:33:29 DEBUG : B2 bucket rclone-test-xapoboj5qoto path dst: Waiting for transfers to finish 2026/08/19 02:33:29 DEBUG : one: size = 5 OK 2026/08/19 02:33:29 DEBUG : one: sha1 = 88a8c2880f555638f990d1ec4c8359b25caa20c7 OK 2026/08/19 02:33:29 INFO : one: Copied (new) 2026/08/19 02:33:29 DEBUG : Waiting for deletions to finish 2026/08/19 02:33:29 DEBUG : three.txt.bak: size = 6 OK 2026/08/19 02:33:29 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2026/08/19 02:33:29 INFO : three.txt: Copied (server-side copy) to: three.txt.bak 2026/08/19 02:33:30 INFO : three.txt: Deleted 2026/08/19 02:33:30 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDirWithSuffix (11.32s) === RUN TestSyncBackupDirWithSuffixKeepExtension run.go:198: Remote "B2 bucket rclone-test-xapoboj5qoto", Local "Local file system at /tmp/rclone2007618947", Modify Window "1ms" 2026/08/19 02:33:32 DEBUG : Creating backend with remote "TestB2:rclone-test-xapoboj5qoto/dst" 2026/08/19 02:33:33 DEBUG : Creating backend with remote "TestB2:rclone-test-xapoboj5qoto/backup" 2026/08/19 02:33:35 DEBUG : one: size = 4 (Local file system at /tmp/rclone2007618947) 2026/08/19 02:33:35 DEBUG : one: size = 3 (B2 bucket rclone-test-xapoboj5qoto path dst) 2026/08/19 02:33:35 DEBUG : one: Sizes differ 2026/08/19 02:33:35 DEBUG : two: size = 3 OK 2026/08/19 02:33:35 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:33:35 DEBUG : two: Unchanged skipping 2026/08/19 02:33:35 DEBUG : B2 bucket rclone-test-xapoboj5qoto path dst: Waiting for checks to finish 2026/08/19 02:33:37 DEBUG : one-2019-01-01: size = 3 OK 2026/08/19 02:33:37 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2026/08/19 02:33:37 INFO : one: Copied (server-side copy) to: one-2019-01-01 2026/08/19 02:33:37 INFO : one: Deleted 2026/08/19 02:33:37 DEBUG : B2 bucket rclone-test-xapoboj5qoto path dst: Waiting for transfers to finish 2026/08/19 02:33:38 DEBUG : one: size = 4 OK 2026/08/19 02:33:38 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2026/08/19 02:33:38 INFO : one: Copied (new) 2026/08/19 02:33:38 DEBUG : Waiting for deletions to finish 2026/08/19 02:33:38 DEBUG : three-2019-01-01.txt: size = 5 OK 2026/08/19 02:33:38 DEBUG : three.txt: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2026/08/19 02:33:38 INFO : three.txt: Copied (server-side copy) to: three-2019-01-01.txt 2026/08/19 02:33:38 INFO : three.txt: Deleted 2026/08/19 02:33:38 INFO : three.txt: Moved into backup dir 2026/08/19 02:33:40 DEBUG : one: size = 5 (Local file system at /tmp/rclone2007618947) 2026/08/19 02:33:40 DEBUG : one: size = 4 (B2 bucket rclone-test-xapoboj5qoto path dst) 2026/08/19 02:33:40 DEBUG : one: Sizes differ 2026/08/19 02:33:40 DEBUG : two: size = 3 OK 2026/08/19 02:33:40 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:33:40 DEBUG : two: Unchanged skipping 2026/08/19 02:33:40 DEBUG : B2 bucket rclone-test-xapoboj5qoto path dst: Waiting for checks to finish 2026/08/19 02:33:40 DEBUG : one-2019-01-01: size = 4 OK 2026/08/19 02:33:40 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2026/08/19 02:33:40 INFO : one: Copied (server-side copy) to: one-2019-01-01 2026/08/19 02:33:40 INFO : one: Deleted 2026/08/19 02:33:40 DEBUG : B2 bucket rclone-test-xapoboj5qoto path dst: Waiting for transfers to finish 2026/08/19 02:33:40 DEBUG : one: size = 5 OK 2026/08/19 02:33:40 DEBUG : one: sha1 = 88a8c2880f555638f990d1ec4c8359b25caa20c7 OK 2026/08/19 02:33:40 INFO : one: Copied (new) 2026/08/19 02:33:40 DEBUG : Waiting for deletions to finish 2026/08/19 02:33:41 DEBUG : three-2019-01-01.txt: size = 6 OK 2026/08/19 02:33:41 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2026/08/19 02:33:41 INFO : three.txt: Copied (server-side copy) to: three-2019-01-01.txt 2026/08/19 02:33:41 INFO : three.txt: Deleted 2026/08/19 02:33:41 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDirWithSuffixKeepExtension (11.39s) === RUN TestSyncBackupDirSuffixOnly run.go:198: Remote "B2 bucket rclone-test-xapoboj5qoto", Local "Local file system at /tmp/rclone2007618947", Modify Window "1ms" 2026/08/19 02:33:43 DEBUG : Creating backend with remote "TestB2:rclone-test-xapoboj5qoto/dst" 2026/08/19 02:33:45 DEBUG : one: size = 4 (Local file system at /tmp/rclone2007618947) 2026/08/19 02:33:45 DEBUG : one: size = 3 (B2 bucket rclone-test-xapoboj5qoto path dst) 2026/08/19 02:33:45 DEBUG : B2 bucket rclone-test-xapoboj5qoto path dst: Waiting for checks to finish 2026/08/19 02:33:45 DEBUG : one: Sizes differ 2026/08/19 02:33:45 DEBUG : two: size = 3 OK 2026/08/19 02:33:45 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:33:45 DEBUG : two: Unchanged skipping 2026/08/19 02:33:46 DEBUG : one.bak: size = 3 OK 2026/08/19 02:33:46 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2026/08/19 02:33:46 INFO : one: Copied (server-side copy) to: one.bak 2026/08/19 02:33:46 INFO : one: Deleted 2026/08/19 02:33:46 DEBUG : B2 bucket rclone-test-xapoboj5qoto path dst: Waiting for transfers to finish 2026/08/19 02:33:47 DEBUG : one: size = 4 OK 2026/08/19 02:33:47 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2026/08/19 02:33:47 INFO : one: Copied (new) 2026/08/19 02:33:47 DEBUG : Waiting for deletions to finish 2026/08/19 02:33:47 DEBUG : three.txt.bak: size = 5 OK 2026/08/19 02:33:47 DEBUG : three.txt: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2026/08/19 02:33:47 INFO : three.txt: Copied (server-side copy) to: three.txt.bak 2026/08/19 02:33:47 INFO : three.txt: Deleted 2026/08/19 02:33:47 INFO : three.txt: Moved into backup dir 2026/08/19 02:33:48 DEBUG : one.bak: Excluded (Path Filter) 2026/08/19 02:33:48 DEBUG : one.bak: Excluded 2026/08/19 02:33:48 DEBUG : three.txt.bak: Excluded (Path Filter) 2026/08/19 02:33:48 DEBUG : three.txt.bak: Excluded 2026/08/19 02:33:48 DEBUG : one: size = 5 (Local file system at /tmp/rclone2007618947) 2026/08/19 02:33:48 DEBUG : one: size = 4 (B2 bucket rclone-test-xapoboj5qoto path dst) 2026/08/19 02:33:48 DEBUG : one: Sizes differ 2026/08/19 02:33:48 DEBUG : two: size = 3 OK 2026/08/19 02:33:48 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:33:48 DEBUG : two: Unchanged skipping 2026/08/19 02:33:48 DEBUG : B2 bucket rclone-test-xapoboj5qoto path dst: Waiting for checks to finish 2026/08/19 02:33:48 DEBUG : one.bak: size = 4 OK 2026/08/19 02:33:48 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2026/08/19 02:33:48 INFO : one: Copied (server-side copy) to: one.bak 2026/08/19 02:33:49 INFO : one: Deleted 2026/08/19 02:33:49 DEBUG : B2 bucket rclone-test-xapoboj5qoto path dst: Waiting for transfers to finish 2026/08/19 02:33:49 DEBUG : one: size = 5 OK 2026/08/19 02:33:49 DEBUG : one: sha1 = 88a8c2880f555638f990d1ec4c8359b25caa20c7 OK 2026/08/19 02:33:49 INFO : one: Copied (new) 2026/08/19 02:33:49 DEBUG : Waiting for deletions to finish 2026/08/19 02:33:49 DEBUG : three.txt.bak: size = 6 OK 2026/08/19 02:33:49 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2026/08/19 02:33:49 INFO : three.txt: Copied (server-side copy) to: three.txt.bak 2026/08/19 02:33:49 INFO : three.txt: Deleted 2026/08/19 02:33:49 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDirSuffixOnly (8.44s) === RUN TestSyncSuffix run.go:198: Remote "B2 bucket rclone-test-xapoboj5qoto", Local "Local file system at /tmp/rclone2007618947", Modify Window "1ms" 2026/08/19 02:33:52 DEBUG : Creating backend with remote "TestB2:rclone-test-xapoboj5qoto/dst" 2026/08/19 02:33:53 DEBUG : one: size = 4 (Local file system at /tmp/rclone2007618947) 2026/08/19 02:33:53 DEBUG : one: size = 3 (B2 bucket rclone-test-xapoboj5qoto path dst) 2026/08/19 02:33:53 DEBUG : one: Sizes differ 2026/08/19 02:33:55 DEBUG : one.bak: size = 3 OK 2026/08/19 02:33:55 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2026/08/19 02:33:55 INFO : one: Copied (server-side copy) to: one.bak 2026/08/19 02:33:55 INFO : one: Deleted 2026/08/19 02:33:56 DEBUG : one: size = 4 OK 2026/08/19 02:33:56 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2026/08/19 02:33:56 INFO : one: Copied (new) 2026/08/19 02:33:56 DEBUG : two: size = 3 OK 2026/08/19 02:33:56 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:33:56 DEBUG : two: Unchanged skipping 2026/08/19 02:33:56 DEBUG : three.txt: size = 6 (Local file system at /tmp/rclone2007618947) 2026/08/19 02:33:56 DEBUG : three.txt: size = 5 (B2 bucket rclone-test-xapoboj5qoto path dst) 2026/08/19 02:33:56 DEBUG : three.txt: Sizes differ 2026/08/19 02:33:56 DEBUG : three.txt.bak: size = 5 OK 2026/08/19 02:33:56 DEBUG : three.txt: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2026/08/19 02:33:56 INFO : three.txt: Copied (server-side copy) to: three.txt.bak 2026/08/19 02:33:56 INFO : three.txt: Deleted 2026/08/19 02:33:57 DEBUG : three.txt: size = 6 OK 2026/08/19 02:33:57 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2026/08/19 02:33:57 INFO : three.txt: Copied (new) 2026/08/19 02:33:57 DEBUG : one: size = 5 (Local file system at /tmp/rclone2007618947) 2026/08/19 02:33:57 DEBUG : one: size = 4 (B2 bucket rclone-test-xapoboj5qoto path dst) 2026/08/19 02:33:57 DEBUG : one: Sizes differ 2026/08/19 02:33:58 DEBUG : one.bak: size = 4 OK 2026/08/19 02:33:58 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2026/08/19 02:33:58 INFO : one: Copied (server-side copy) to: one.bak 2026/08/19 02:33:58 INFO : one: Deleted 2026/08/19 02:33:58 DEBUG : one: size = 5 OK 2026/08/19 02:33:58 DEBUG : one: sha1 = 88a8c2880f555638f990d1ec4c8359b25caa20c7 OK 2026/08/19 02:33:58 INFO : one: Copied (new) 2026/08/19 02:33:58 DEBUG : two: size = 3 OK 2026/08/19 02:33:58 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:33:58 DEBUG : two: Unchanged skipping 2026/08/19 02:33:59 DEBUG : three.txt: size = 19 (Local file system at /tmp/rclone2007618947) 2026/08/19 02:33:59 DEBUG : three.txt: size = 6 (B2 bucket rclone-test-xapoboj5qoto path dst) 2026/08/19 02:33:59 DEBUG : three.txt: Sizes differ 2026/08/19 02:33:59 DEBUG : three.txt.bak: size = 6 OK 2026/08/19 02:33:59 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2026/08/19 02:33:59 INFO : three.txt: Copied (server-side copy) to: three.txt.bak 2026/08/19 02:33:59 INFO : three.txt: Deleted 2026/08/19 02:33:59 DEBUG : three.txt: size = 19 OK 2026/08/19 02:33:59 DEBUG : three.txt: sha1 = 476e1707cbd7f0497a7dc4d44f0b07b8566ffc30 OK 2026/08/19 02:33:59 INFO : three.txt: Copied (new) --- PASS: TestSyncSuffix (10.12s) === RUN TestSyncSuffixKeepExtension run.go:198: Remote "B2 bucket rclone-test-xapoboj5qoto", Local "Local file system at /tmp/rclone2007618947", Modify Window "1ms" 2026/08/19 02:34:02 DEBUG : Creating backend with remote "TestB2:rclone-test-xapoboj5qoto/dst" 2026/08/19 02:34:04 DEBUG : one: size = 4 (Local file system at /tmp/rclone2007618947) 2026/08/19 02:34:04 DEBUG : one: size = 3 (B2 bucket rclone-test-xapoboj5qoto path dst) 2026/08/19 02:34:04 DEBUG : one: Sizes differ 2026/08/19 02:34:05 DEBUG : one-2019-01-01: size = 3 OK 2026/08/19 02:34:05 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2026/08/19 02:34:05 INFO : one: Copied (server-side copy) to: one-2019-01-01 2026/08/19 02:34:05 INFO : one: Deleted 2026/08/19 02:34:06 DEBUG : one: size = 4 OK 2026/08/19 02:34:06 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2026/08/19 02:34:06 INFO : one: Copied (new) 2026/08/19 02:34:06 DEBUG : two: size = 3 OK 2026/08/19 02:34:06 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:34:06 DEBUG : two: Unchanged skipping 2026/08/19 02:34:06 DEBUG : three.txt: size = 6 (Local file system at /tmp/rclone2007618947) 2026/08/19 02:34:06 DEBUG : three.txt: size = 5 (B2 bucket rclone-test-xapoboj5qoto path dst) 2026/08/19 02:34:06 DEBUG : three.txt: Sizes differ 2026/08/19 02:34:07 DEBUG : three-2019-01-01.txt: size = 5 OK 2026/08/19 02:34:07 DEBUG : three.txt: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2026/08/19 02:34:07 INFO : three.txt: Copied (server-side copy) to: three-2019-01-01.txt 2026/08/19 02:34:07 INFO : three.txt: Deleted 2026/08/19 02:34:07 DEBUG : three.txt: size = 6 OK 2026/08/19 02:34:07 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2026/08/19 02:34:07 INFO : three.txt: Copied (new) 2026/08/19 02:34:08 DEBUG : one: size = 5 (Local file system at /tmp/rclone2007618947) 2026/08/19 02:34:08 DEBUG : one: size = 4 (B2 bucket rclone-test-xapoboj5qoto path dst) 2026/08/19 02:34:08 DEBUG : one: Sizes differ 2026/08/19 02:34:08 DEBUG : one-2019-01-01: size = 4 OK 2026/08/19 02:34:08 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2026/08/19 02:34:08 INFO : one: Copied (server-side copy) to: one-2019-01-01 2026/08/19 02:34:08 INFO : one: Deleted 2026/08/19 02:34:08 DEBUG : one: size = 5 OK 2026/08/19 02:34:08 DEBUG : one: sha1 = 88a8c2880f555638f990d1ec4c8359b25caa20c7 OK 2026/08/19 02:34:08 INFO : one: Copied (new) 2026/08/19 02:34:09 DEBUG : two: size = 3 OK 2026/08/19 02:34:09 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:34:09 DEBUG : two: Unchanged skipping 2026/08/19 02:34:09 DEBUG : three.txt: size = 19 (Local file system at /tmp/rclone2007618947) 2026/08/19 02:34:09 DEBUG : three.txt: size = 6 (B2 bucket rclone-test-xapoboj5qoto path dst) 2026/08/19 02:34:09 DEBUG : three.txt: Sizes differ 2026/08/19 02:34:09 DEBUG : three-2019-01-01.txt: size = 6 OK 2026/08/19 02:34:09 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2026/08/19 02:34:09 INFO : three.txt: Copied (server-side copy) to: three-2019-01-01.txt 2026/08/19 02:34:09 INFO : three.txt: Deleted 2026/08/19 02:34:10 DEBUG : three.txt: size = 19 OK 2026/08/19 02:34:10 DEBUG : three.txt: sha1 = 476e1707cbd7f0497a7dc4d44f0b07b8566ffc30 OK 2026/08/19 02:34:10 INFO : three.txt: Copied (new) --- PASS: TestSyncSuffixKeepExtension (10.32s) === RUN TestSyncUTFNorm run.go:198: Remote "B2 bucket rclone-test-xapoboj5qoto", Local "Local file system at /tmp/rclone2007618947", Modify Window "1ms" 2026/08/19 02:34:12 DEBUG : Testêé: size = 14 (Local file system at /tmp/rclone2007618947) 2026/08/19 02:34:12 DEBUG : Testêé: size = 18 (B2 bucket rclone-test-xapoboj5qoto) 2026/08/19 02:34:12 DEBUG : Testêé: Sizes differ 2026/08/19 02:34:12 DEBUG : B2 bucket rclone-test-xapoboj5qoto: Waiting for checks to finish 2026/08/19 02:34:12 DEBUG : B2 bucket rclone-test-xapoboj5qoto: Waiting for transfers to finish 2026/08/19 02:34:13 DEBUG : Testêé: size = 14 OK 2026/08/19 02:34:13 DEBUG : Testêé: sha1 = a54d88e06612d820bc3be72877c74f257b561b19 OK 2026/08/19 02:34:13 INFO : Testêé: Copied (replaced existing) to: Testêé 2026/08/19 02:34:13 DEBUG : Waiting for deletions to finish --- PASS: TestSyncUTFNorm (2.22s) === RUN TestSyncImmutable run.go:198: Remote "B2 bucket rclone-test-xapoboj5qoto", Local "Local file system at /tmp/rclone2007618947", Modify Window "1ms" 2026/08/19 02:34:14 DEBUG : existing: Need to transfer - File not found at Destination 2026/08/19 02:34:14 DEBUG : B2 bucket rclone-test-xapoboj5qoto: Waiting for checks to finish 2026/08/19 02:34:14 DEBUG : B2 bucket rclone-test-xapoboj5qoto: Waiting for transfers to finish 2026/08/19 02:34:14 DEBUG : existing: size = 6 OK 2026/08/19 02:34:14 DEBUG : existing: sha1 = 3e2e95f5ad970eadfa7e17eaf73da97024aa5359 OK 2026/08/19 02:34:14 INFO : existing: Copied (new) 2026/08/19 02:34:14 DEBUG : Waiting for deletions to finish 2026/08/19 02:34:15 DEBUG : B2 bucket rclone-test-xapoboj5qoto: Waiting for checks to finish 2026/08/19 02:34:15 DEBUG : existing: size = 8 (Local file system at /tmp/rclone2007618947) 2026/08/19 02:34:15 DEBUG : existing: size = 6 (B2 bucket rclone-test-xapoboj5qoto) 2026/08/19 02:34:15 DEBUG : existing: Sizes differ 2026/08/19 02:34:15 ERROR : existing: Source and destination exist but do not match: immutable file modified 2026/08/19 02:34:15 DEBUG : B2 bucket rclone-test-xapoboj5qoto: Waiting for transfers to finish 2026/08/19 02:34:15 ERROR : B2 bucket rclone-test-xapoboj5qoto: not deleting files as there were IO errors 2026/08/19 02:34:15 ERROR : B2 bucket rclone-test-xapoboj5qoto: not deleting directories as there were IO errors --- PASS: TestSyncImmutable (2.03s) === RUN TestSyncIgnoreCase run.go:198: Remote "B2 bucket rclone-test-xapoboj5qoto", Local "Local file system at /tmp/rclone2007618947", Modify Window "1ms" 2026/08/19 02:34:16 DEBUG : EXISTING: size = 6 OK 2026/08/19 02:34:16 DEBUG : existing: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:34:16 DEBUG : existing: Unchanged skipping 2026/08/19 02:34:16 DEBUG : B2 bucket rclone-test-xapoboj5qoto: Waiting for checks to finish 2026/08/19 02:34:16 DEBUG : B2 bucket rclone-test-xapoboj5qoto: Waiting for transfers to finish 2026/08/19 02:34:16 DEBUG : Waiting for deletions to finish 2026/08/19 02:34:16 INFO : There was nothing to transfer --- PASS: TestSyncIgnoreCase (1.39s) === RUN TestFixCase run.go:198: Remote "B2 bucket rclone-test-xapoboj5qoto", Local "Local file system at /tmp/rclone2007618947", Modify Window "1ms" sync_test.go:2666: Skipping test as local or remote are case-sensitive --- SKIP: TestFixCase (0.38s) === RUN TestMaxTransfer === RUN TestMaxTransfer/Hard run.go:198: Remote "B2 bucket rclone-test-xapoboj5qoto", Local "Local file system at /tmp/rclone2007618947", Modify Window "1ms" sync_test.go:2705: This test only runs on local === RUN TestMaxTransfer/Soft run.go:198: Remote "B2 bucket rclone-test-xapoboj5qoto", Local "Local file system at /tmp/rclone2007618947", Modify Window "1ms" sync_test.go:2705: This test only runs on local === RUN TestMaxTransfer/Cautious run.go:198: Remote "B2 bucket rclone-test-xapoboj5qoto", Local "Local file system at /tmp/rclone2007618947", Modify Window "1ms" sync_test.go:2705: This test only runs on local --- PASS: TestMaxTransfer (1.15s) --- SKIP: TestMaxTransfer/Hard (0.38s) --- SKIP: TestMaxTransfer/Soft (0.39s) --- SKIP: TestMaxTransfer/Cautious (0.38s) === RUN TestSyncConcurrentDelete run.go:198: Remote "B2 bucket rclone-test-xapoboj5qoto", Local "Local file system at /tmp/rclone2007618947", Modify Window "1ms" 2026/08/19 02:34:27 DEBUG : both0: size = 6 OK 2026/08/19 02:34:27 DEBUG : both10: size = 6 OK 2026/08/19 02:34:27 DEBUG : both12: size = 6 OK 2026/08/19 02:34:27 DEBUG : both10: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:34:27 DEBUG : B2 bucket rclone-test-xapoboj5qoto: Waiting for checks to finish 2026/08/19 02:34:27 DEBUG : both12: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:34:27 DEBUG : both11: size = 6 OK 2026/08/19 02:34:27 DEBUG : both11: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:34:27 DEBUG : both0: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:34:27 DEBUG : both10: Unchanged skipping 2026/08/19 02:34:27 DEBUG : both13: size = 6 OK 2026/08/19 02:34:27 DEBUG : both13: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:34:27 DEBUG : both13: Unchanged skipping 2026/08/19 02:34:27 DEBUG : both14: size = 6 OK 2026/08/19 02:34:27 DEBUG : both14: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:34:27 DEBUG : both12: Unchanged skipping 2026/08/19 02:34:27 DEBUG : both15: size = 6 OK 2026/08/19 02:34:27 DEBUG : both15: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:34:27 DEBUG : both15: Unchanged skipping 2026/08/19 02:34:27 DEBUG : both16: size = 6 OK 2026/08/19 02:34:27 DEBUG : both16: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:34:27 DEBUG : both11: Unchanged skipping 2026/08/19 02:34:27 DEBUG : both17: size = 6 OK 2026/08/19 02:34:27 DEBUG : both17: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:34:27 DEBUG : both17: Unchanged skipping 2026/08/19 02:34:27 DEBUG : both18: size = 6 OK 2026/08/19 02:34:27 DEBUG : both18: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:34:27 DEBUG : both0: Unchanged skipping 2026/08/19 02:34:27 DEBUG : both19: size = 6 OK 2026/08/19 02:34:27 DEBUG : both19: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:34:27 DEBUG : both14: Unchanged skipping 2026/08/19 02:34:27 DEBUG : both1: size = 6 OK 2026/08/19 02:34:27 DEBUG : both1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:34:27 DEBUG : both1: Unchanged skipping 2026/08/19 02:34:27 DEBUG : both2: size = 6 OK 2026/08/19 02:34:27 DEBUG : both2: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:34:27 DEBUG : both2: Unchanged skipping 2026/08/19 02:34:27 DEBUG : both3: size = 6 OK 2026/08/19 02:34:27 DEBUG : both3: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:34:27 DEBUG : both16: Unchanged skipping 2026/08/19 02:34:27 DEBUG : both4: size = 6 OK 2026/08/19 02:34:27 DEBUG : both4: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:34:27 DEBUG : both4: Unchanged skipping 2026/08/19 02:34:27 DEBUG : both5: size = 6 OK 2026/08/19 02:34:27 DEBUG : both5: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:34:27 DEBUG : both5: Unchanged skipping 2026/08/19 02:34:27 DEBUG : both6: size = 6 OK 2026/08/19 02:34:27 DEBUG : both6: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:34:27 DEBUG : both6: Unchanged skipping 2026/08/19 02:34:27 DEBUG : both7: size = 6 OK 2026/08/19 02:34:27 DEBUG : both7: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:34:27 DEBUG : both7: Unchanged skipping 2026/08/19 02:34:27 DEBUG : both8: size = 6 OK 2026/08/19 02:34:27 DEBUG : both8: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:34:27 DEBUG : both8: Unchanged skipping 2026/08/19 02:34:27 DEBUG : both9: size = 6 OK 2026/08/19 02:34:27 DEBUG : both9: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:34:27 DEBUG : both18: Unchanged skipping 2026/08/19 02:34:27 DEBUG : both19: Unchanged skipping 2026/08/19 02:34:27 DEBUG : both3: Unchanged skipping 2026/08/19 02:34:27 DEBUG : both9: Unchanged skipping 2026/08/19 02:34:27 DEBUG : B2 bucket rclone-test-xapoboj5qoto: Waiting for transfers to finish 2026/08/19 02:34:27 DEBUG : Waiting for deletions to finish 2026/08/19 02:34:27 INFO : only16: Deleted 2026/08/19 02:34:27 INFO : only6: Deleted 2026/08/19 02:34:27 INFO : only13: Deleted 2026/08/19 02:34:27 INFO : only18: Deleted 2026/08/19 02:34:27 INFO : only19: Deleted 2026/08/19 02:34:28 INFO : only4: Deleted 2026/08/19 02:34:28 INFO : only7: Deleted 2026/08/19 02:34:28 INFO : only3: Deleted 2026/08/19 02:34:28 INFO : only0: Deleted 2026/08/19 02:34:28 INFO : only11: Deleted 2026/08/19 02:34:28 INFO : only12: Deleted 2026/08/19 02:34:28 INFO : only15: Deleted 2026/08/19 02:34:28 INFO : only17: Deleted 2026/08/19 02:34:28 INFO : only2: Deleted 2026/08/19 02:34:28 INFO : only1: Deleted 2026/08/19 02:34:28 INFO : only10: Deleted 2026/08/19 02:34:28 INFO : only5: Deleted 2026/08/19 02:34:28 INFO : only9: Deleted 2026/08/19 02:34:28 INFO : only14: Deleted 2026/08/19 02:34:28 INFO : only8: Deleted 2026/08/19 02:34:28 INFO : There was nothing to transfer --- PASS: TestSyncConcurrentDelete (14.33s) === RUN TestSyncConcurrentTruncate run.go:198: Remote "B2 bucket rclone-test-xapoboj5qoto", Local "Local file system at /tmp/rclone2007618947", Modify Window "1ms" 2026/08/19 02:34:42 DEBUG : both0: size = 6 OK 2026/08/19 02:34:42 DEBUG : both0: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:34:42 DEBUG : both0: Unchanged skipping 2026/08/19 02:34:42 DEBUG : both10: size = 6 OK 2026/08/19 02:34:42 DEBUG : both10: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:34:42 DEBUG : both10: Unchanged skipping 2026/08/19 02:34:42 DEBUG : both11: size = 6 OK 2026/08/19 02:34:42 DEBUG : both11: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:34:42 DEBUG : both11: Unchanged skipping 2026/08/19 02:34:42 DEBUG : both12: size = 6 OK 2026/08/19 02:34:42 DEBUG : both12: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:34:42 DEBUG : both12: Unchanged skipping 2026/08/19 02:34:42 DEBUG : both13: size = 6 OK 2026/08/19 02:34:42 DEBUG : both13: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:34:42 DEBUG : both13: Unchanged skipping 2026/08/19 02:34:42 DEBUG : both14: size = 6 OK 2026/08/19 02:34:42 DEBUG : both14: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:34:42 DEBUG : both14: Unchanged skipping 2026/08/19 02:34:42 DEBUG : both15: size = 6 OK 2026/08/19 02:34:42 DEBUG : both15: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:34:42 DEBUG : both15: Unchanged skipping 2026/08/19 02:34:42 DEBUG : both16: size = 6 OK 2026/08/19 02:34:42 DEBUG : both16: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:34:42 DEBUG : both16: Unchanged skipping 2026/08/19 02:34:42 DEBUG : both17: size = 6 OK 2026/08/19 02:34:42 DEBUG : both17: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:34:42 DEBUG : both17: Unchanged skipping 2026/08/19 02:34:42 DEBUG : both18: size = 6 OK 2026/08/19 02:34:42 DEBUG : both18: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:34:42 DEBUG : both18: Unchanged skipping 2026/08/19 02:34:42 DEBUG : both19: size = 6 OK 2026/08/19 02:34:42 DEBUG : both19: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:34:42 DEBUG : both19: Unchanged skipping 2026/08/19 02:34:42 DEBUG : both1: size = 6 OK 2026/08/19 02:34:42 DEBUG : both1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:34:42 DEBUG : both1: Unchanged skipping 2026/08/19 02:34:42 DEBUG : both2: size = 6 OK 2026/08/19 02:34:42 DEBUG : both2: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:34:42 DEBUG : both2: Unchanged skipping 2026/08/19 02:34:42 DEBUG : both3: size = 6 OK 2026/08/19 02:34:42 DEBUG : both3: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:34:42 DEBUG : both3: Unchanged skipping 2026/08/19 02:34:42 DEBUG : both4: size = 6 OK 2026/08/19 02:34:42 DEBUG : both4: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:34:42 DEBUG : both4: Unchanged skipping 2026/08/19 02:34:42 DEBUG : both5: size = 6 OK 2026/08/19 02:34:42 DEBUG : both5: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:34:42 DEBUG : both5: Unchanged skipping 2026/08/19 02:34:42 DEBUG : both6: size = 6 OK 2026/08/19 02:34:42 DEBUG : both6: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:34:42 DEBUG : both6: Unchanged skipping 2026/08/19 02:34:42 DEBUG : both7: size = 6 OK 2026/08/19 02:34:42 DEBUG : both7: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:34:42 DEBUG : both7: Unchanged skipping 2026/08/19 02:34:42 DEBUG : only10: size = 0 (Local file system at /tmp/rclone2007618947) 2026/08/19 02:34:42 DEBUG : only10: size = 6 (B2 bucket rclone-test-xapoboj5qoto) 2026/08/19 02:34:42 DEBUG : only10: Sizes differ 2026/08/19 02:34:42 DEBUG : only11: size = 0 (Local file system at /tmp/rclone2007618947) 2026/08/19 02:34:42 DEBUG : only11: size = 6 (B2 bucket rclone-test-xapoboj5qoto) 2026/08/19 02:34:42 DEBUG : only11: Sizes differ 2026/08/19 02:34:42 DEBUG : only12: size = 0 (Local file system at /tmp/rclone2007618947) 2026/08/19 02:34:42 DEBUG : only12: size = 6 (B2 bucket rclone-test-xapoboj5qoto) 2026/08/19 02:34:42 DEBUG : only12: Sizes differ 2026/08/19 02:34:42 DEBUG : only13: size = 0 (Local file system at /tmp/rclone2007618947) 2026/08/19 02:34:42 DEBUG : only13: size = 6 (B2 bucket rclone-test-xapoboj5qoto) 2026/08/19 02:34:42 DEBUG : only13: Sizes differ 2026/08/19 02:34:42 DEBUG : only14: size = 0 (Local file system at /tmp/rclone2007618947) 2026/08/19 02:34:42 DEBUG : only14: size = 6 (B2 bucket rclone-test-xapoboj5qoto) 2026/08/19 02:34:42 DEBUG : only14: Sizes differ 2026/08/19 02:34:42 DEBUG : only15: size = 0 (Local file system at /tmp/rclone2007618947) 2026/08/19 02:34:42 DEBUG : only15: size = 6 (B2 bucket rclone-test-xapoboj5qoto) 2026/08/19 02:34:42 DEBUG : only15: Sizes differ 2026/08/19 02:34:42 DEBUG : only16: size = 0 (Local file system at /tmp/rclone2007618947) 2026/08/19 02:34:42 DEBUG : only16: size = 6 (B2 bucket rclone-test-xapoboj5qoto) 2026/08/19 02:34:42 DEBUG : only16: Sizes differ 2026/08/19 02:34:42 DEBUG : only17: size = 0 (Local file system at /tmp/rclone2007618947) 2026/08/19 02:34:42 DEBUG : only17: size = 6 (B2 bucket rclone-test-xapoboj5qoto) 2026/08/19 02:34:42 DEBUG : only17: Sizes differ 2026/08/19 02:34:42 DEBUG : only18: size = 0 (Local file system at /tmp/rclone2007618947) 2026/08/19 02:34:42 DEBUG : only18: size = 6 (B2 bucket rclone-test-xapoboj5qoto) 2026/08/19 02:34:42 DEBUG : only18: Sizes differ 2026/08/19 02:34:42 DEBUG : only19: size = 0 (Local file system at /tmp/rclone2007618947) 2026/08/19 02:34:42 DEBUG : only19: size = 6 (B2 bucket rclone-test-xapoboj5qoto) 2026/08/19 02:34:42 DEBUG : only19: Sizes differ 2026/08/19 02:34:42 DEBUG : only1: size = 0 (Local file system at /tmp/rclone2007618947) 2026/08/19 02:34:42 DEBUG : only1: size = 6 (B2 bucket rclone-test-xapoboj5qoto) 2026/08/19 02:34:42 DEBUG : only1: Sizes differ 2026/08/19 02:34:42 DEBUG : only2: size = 0 (Local file system at /tmp/rclone2007618947) 2026/08/19 02:34:42 DEBUG : only2: size = 6 (B2 bucket rclone-test-xapoboj5qoto) 2026/08/19 02:34:42 DEBUG : only2: Sizes differ 2026/08/19 02:34:42 DEBUG : only3: size = 0 (Local file system at /tmp/rclone2007618947) 2026/08/19 02:34:42 DEBUG : only3: size = 6 (B2 bucket rclone-test-xapoboj5qoto) 2026/08/19 02:34:42 DEBUG : only3: Sizes differ 2026/08/19 02:34:42 DEBUG : only4: size = 0 (Local file system at /tmp/rclone2007618947) 2026/08/19 02:34:42 DEBUG : only4: size = 6 (B2 bucket rclone-test-xapoboj5qoto) 2026/08/19 02:34:42 DEBUG : only4: Sizes differ 2026/08/19 02:34:42 DEBUG : only5: size = 0 (Local file system at /tmp/rclone2007618947) 2026/08/19 02:34:42 DEBUG : only5: size = 6 (B2 bucket rclone-test-xapoboj5qoto) 2026/08/19 02:34:42 DEBUG : only5: Sizes differ 2026/08/19 02:34:42 DEBUG : only6: size = 0 (Local file system at /tmp/rclone2007618947) 2026/08/19 02:34:42 DEBUG : only6: size = 6 (B2 bucket rclone-test-xapoboj5qoto) 2026/08/19 02:34:42 DEBUG : only6: Sizes differ 2026/08/19 02:34:42 DEBUG : only7: size = 0 (Local file system at /tmp/rclone2007618947) 2026/08/19 02:34:42 DEBUG : only7: size = 6 (B2 bucket rclone-test-xapoboj5qoto) 2026/08/19 02:34:42 DEBUG : only7: Sizes differ 2026/08/19 02:34:42 DEBUG : only8: size = 0 (Local file system at /tmp/rclone2007618947) 2026/08/19 02:34:42 DEBUG : only8: size = 6 (B2 bucket rclone-test-xapoboj5qoto) 2026/08/19 02:34:42 DEBUG : only8: Sizes differ 2026/08/19 02:34:42 DEBUG : only9: size = 0 (Local file system at /tmp/rclone2007618947) 2026/08/19 02:34:42 DEBUG : only9: size = 6 (B2 bucket rclone-test-xapoboj5qoto) 2026/08/19 02:34:42 DEBUG : only9: Sizes differ 2026/08/19 02:34:42 DEBUG : both8: size = 6 OK 2026/08/19 02:34:42 DEBUG : both8: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:34:42 DEBUG : both8: Unchanged skipping 2026/08/19 02:34:42 DEBUG : both9: size = 6 OK 2026/08/19 02:34:42 DEBUG : both9: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:34:42 DEBUG : both9: Unchanged skipping 2026/08/19 02:34:42 DEBUG : only0: size = 0 (Local file system at /tmp/rclone2007618947) 2026/08/19 02:34:42 DEBUG : only0: size = 6 (B2 bucket rclone-test-xapoboj5qoto) 2026/08/19 02:34:42 DEBUG : only0: Sizes differ 2026/08/19 02:34:42 DEBUG : B2 bucket rclone-test-xapoboj5qoto: Waiting for checks to finish 2026/08/19 02:34:42 DEBUG : B2 bucket rclone-test-xapoboj5qoto: Waiting for transfers to finish 2026/08/19 02:34:42 DEBUG : only10: size = 0 OK 2026/08/19 02:34:42 DEBUG : only12: size = 0 OK 2026/08/19 02:34:42 DEBUG : only10: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/19 02:34:42 INFO : only10: Copied (replaced existing) 2026/08/19 02:34:42 DEBUG : only12: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/19 02:34:42 INFO : only12: Copied (replaced existing) 2026/08/19 02:34:42 DEBUG : only15: size = 0 OK 2026/08/19 02:34:42 DEBUG : only15: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/19 02:34:42 INFO : only15: Copied (replaced existing) 2026/08/19 02:34:42 DEBUG : only14: size = 0 OK 2026/08/19 02:34:42 DEBUG : only14: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/19 02:34:42 INFO : only14: Copied (replaced existing) 2026/08/19 02:34:42 DEBUG : only11: size = 0 OK 2026/08/19 02:34:42 DEBUG : only11: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/19 02:34:42 INFO : only11: Copied (replaced existing) 2026/08/19 02:34:43 DEBUG : only16: size = 0 OK 2026/08/19 02:34:43 DEBUG : only16: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/19 02:34:43 INFO : only16: Copied (replaced existing) 2026/08/19 02:34:43 DEBUG : only17: size = 0 OK 2026/08/19 02:34:43 DEBUG : only17: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/19 02:34:43 INFO : only17: Copied (replaced existing) 2026/08/19 02:34:43 DEBUG : only18: size = 0 OK 2026/08/19 02:34:43 DEBUG : only18: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/19 02:34:43 INFO : only18: Copied (replaced existing) 2026/08/19 02:34:43 DEBUG : only13: size = 0 OK 2026/08/19 02:34:43 DEBUG : only13: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/19 02:34:43 INFO : only13: Copied (replaced existing) 2026/08/19 02:34:43 DEBUG : only19: size = 0 OK 2026/08/19 02:34:43 DEBUG : only19: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/19 02:34:43 INFO : only19: Copied (replaced existing) 2026/08/19 02:34:43 DEBUG : only1: size = 0 OK 2026/08/19 02:34:43 DEBUG : only1: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/19 02:34:43 INFO : only1: Copied (replaced existing) 2026/08/19 02:34:43 DEBUG : only2: size = 0 OK 2026/08/19 02:34:43 DEBUG : only2: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/19 02:34:43 INFO : only2: Copied (replaced existing) 2026/08/19 02:34:43 DEBUG : only3: size = 0 OK 2026/08/19 02:34:43 DEBUG : only3: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/19 02:34:43 INFO : only3: Copied (replaced existing) 2026/08/19 02:34:43 DEBUG : only4: size = 0 OK 2026/08/19 02:34:43 DEBUG : only4: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/19 02:34:43 INFO : only4: Copied (replaced existing) 2026/08/19 02:34:43 DEBUG : only5: size = 0 OK 2026/08/19 02:34:43 DEBUG : only5: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/19 02:34:43 INFO : only5: Copied (replaced existing) 2026/08/19 02:34:43 DEBUG : only6: size = 0 OK 2026/08/19 02:34:43 DEBUG : only6: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/19 02:34:43 INFO : only6: Copied (replaced existing) 2026/08/19 02:34:43 DEBUG : only7: size = 0 OK 2026/08/19 02:34:43 DEBUG : only7: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/19 02:34:43 INFO : only7: Copied (replaced existing) 2026/08/19 02:34:43 DEBUG : only8: size = 0 OK 2026/08/19 02:34:43 DEBUG : only8: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/19 02:34:43 INFO : only8: Copied (replaced existing) 2026/08/19 02:34:43 DEBUG : only0: size = 0 OK 2026/08/19 02:34:43 DEBUG : only0: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/19 02:34:43 INFO : only0: Copied (replaced existing) 2026/08/19 02:34:43 DEBUG : only9: size = 0 OK 2026/08/19 02:34:43 DEBUG : only9: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/19 02:34:43 INFO : only9: Copied (replaced existing) 2026/08/19 02:34:43 DEBUG : Waiting for deletions to finish --- PASS: TestSyncConcurrentTruncate (19.10s) === RUN TestSyncReplaceDirModTime run.go:198: Remote "B2 bucket rclone-test-xapoboj5qoto", Local "Local file system at /tmp/rclone2007618947", Modify Window "1ms" 2026/08/19 02:34:52 DEBUG : empty_dir: Making directory with metadata 2026/08/19 02:34:52 INFO : empty_dir: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/19 02:34:52 DEBUG : empty_on_remote: Making directory with metadata 2026/08/19 02:34:52 INFO : empty_on_remote: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/19 02:34:52 INFO : empty_on_remote: Making directory 2026/08/19 02:34:52 INFO : empty_on_remote: Made directory with modification time 2011-12-25 12:59:59.123456789 +0000 UTC 2026/08/19 02:34:53 INFO : test_dir1: Set directory modification time (using DirSetModTime) 2026/08/19 02:34:53 INFO : test_dir2: Set directory modification time (using DirSetModTime) 2026/08/19 02:34:53 INFO : test_dir2/sub_dir: Set directory modification time (using DirSetModTime) 2026/08/19 02:34:53 INFO : empty_on_remote: Set directory modification time (using DirSetModTime) --- PASS: TestSyncReplaceDirModTime (2.70s) === RUN TestSyncReplaceDirModTimeWithEmptyDirs run.go:198: Remote "B2 bucket rclone-test-xapoboj5qoto", Local "Local file system at /tmp/rclone2007618947", Modify Window "1ms" 2026/08/19 02:34:55 DEBUG : empty_dir: Making directory with metadata 2026/08/19 02:34:55 INFO : empty_dir: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/19 02:34:55 DEBUG : empty_on_remote: Making directory with metadata 2026/08/19 02:34:55 INFO : empty_on_remote: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/19 02:34:55 INFO : empty_on_remote: Making directory 2026/08/19 02:34:55 INFO : empty_on_remote: Made directory with modification time 2011-12-25 12:59:59.123456789 +0000 UTC 2026/08/19 02:34:55 INFO : test_dir1: Set directory modification time (using DirSetModTime) 2026/08/19 02:34:55 INFO : test_dir2: Set directory modification time (using DirSetModTime) 2026/08/19 02:34:55 INFO : test_dir2/sub_dir: Set directory modification time (using DirSetModTime) 2026/08/19 02:34:55 INFO : empty_on_remote: Set directory modification time (using DirSetModTime) 2026/08/19 02:34:55 INFO : empty_dir: Set directory modification time (using DirSetModTime) --- PASS: TestSyncReplaceDirModTimeWithEmptyDirs (2.49s) === RUN TestNothingToTransferWithEmptyDirs run.go:198: Remote "B2 bucket rclone-test-xapoboj5qoto", Local "Local file system at /tmp/rclone2007618947", Modify Window "1ms" 2026/08/19 02:34:57 INFO : sub dir: Set directory modification time (using DirSetModTime) 2026/08/19 02:34:57 INFO : sub dir: Making directory 2026/08/19 02:34:57 INFO : sub dir: Made directory with modification time 2011-12-30 12:59:59 +0000 UTC --- PASS: TestNothingToTransferWithEmptyDirs (3.31s) === RUN TestNothingToTransferWithoutEmptyDirs run.go:198: Remote "B2 bucket rclone-test-xapoboj5qoto", Local "Local file system at /tmp/rclone2007618947", Modify Window "1ms" 2026/08/19 02:35:00 INFO : sub dir: Set directory modification time (using DirSetModTime) 2026/08/19 02:35:00 INFO : sub dir: Making directory 2026/08/19 02:35:00 INFO : sub dir: Made directory with modification time 2011-12-30 12:59:59 +0000 UTC --- PASS: TestNothingToTransferWithoutEmptyDirs (3.90s) === RUN TestTransform === RUN TestTransform/NFC run.go:198: Remote "B2 bucket rclone-test-xapoboj5qoto", Local "Local file system at /tmp/rclone2007618947", Modify Window "1ms" 2026/08/19 02:35:09 DEBUG : Waiting for deletions to finish 2026/08/19 02:35:09 DEBUG : apple: Excluded (Path Filter) 2026/08/19 02:35:09 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/19 02:35:09 DEBUG : banana: Excluded (Path Filter) 2026/08/19 02:35:09 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/19 02:35:09 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/19 02:35:09 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/19 02:35:09 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/19 02:35:09 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/19 02:35:09 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/19 02:35:09 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/19 02:35:09 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/19 02:35:09 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/19 02:35:09 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/19 02:35:09 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/19 02:35:09 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/19 02:35:09 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/19 02:35:09 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/19 02:35:09 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/19 02:35:09 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/19 02:35:09 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/19 02:35:09 DEBUG : apple: size = 5 OK 2026/08/19 02:35:09 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:35:09 DEBUG : apple: Unchanged skipping 2026/08/19 02:35:09 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/19 02:35:09 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:35:09 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/19 02:35:09 DEBUG : banana: size = 6 OK 2026/08/19 02:35:09 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:35:09 DEBUG : banana: Unchanged skipping 2026/08/19 02:35:09 DEBUG : splitbananasplit: size = 16 OK 2026/08/19 02:35:09 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:35:09 DEBUG : splitbananasplit: Unchanged skipping 2026/08/19 02:35:10 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/19 02:35:10 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:35:10 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/19 02:35:10 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/19 02:35:10 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:35:10 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/19 02:35:10 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/19 02:35:10 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:35:10 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/19 02:35:10 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/19 02:35:10 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:35:10 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/19 02:35:10 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/19 02:35:10 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/19 02:35:10 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:35:10 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/19 02:35:10 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/19 02:35:10 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/19 02:35:10 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:35:10 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/19 02:35:10 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:35:10 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/19 02:35:10 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/19 02:35:10 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:35:10 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/19 02:35:10 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/19 02:35:10 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:35:10 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/19 02:35:10 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/19 02:35:10 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:35:10 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/19 02:35:10 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/19 02:35:10 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:35:10 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/19 02:35:10 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/19 02:35:10 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:35:10 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/19 02:35:10 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/19 02:35:10 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:35:10 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/19 02:35:10 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/19 02:35:10 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:35:10 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/19 02:35:10 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:35:10 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/19 02:35:10 DEBUG : B2 bucket rclone-test-xapoboj5qoto: Waiting for checks to finish 2026/08/19 02:35:10 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/19 02:35:10 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:35:10 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/19 02:35:10 DEBUG : B2 bucket rclone-test-xapoboj5qoto: Waiting for transfers to finish 2026/08/19 02:35:10 DEBUG : Waiting for deletions to finish 2026/08/19 02:35:10 INFO : There was nothing to transfer 2026/08/19 02:35:10 DEBUG : Waiting for deletions to finish 2026/08/19 02:35:10 DEBUG : apple: Excluded (Path Filter) 2026/08/19 02:35:10 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/19 02:35:10 DEBUG : banana: Excluded (Path Filter) 2026/08/19 02:35:10 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/19 02:35:10 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/19 02:35:10 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/19 02:35:10 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/19 02:35:10 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/19 02:35:10 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/19 02:35:10 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/19 02:35:10 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/19 02:35:10 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/19 02:35:10 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/19 02:35:10 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/19 02:35:10 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/19 02:35:10 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/19 02:35:10 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/19 02:35:10 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/19 02:35:10 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/19 02:35:10 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/19 02:35:10 DEBUG : apple: size = 5 OK 2026/08/19 02:35:10 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:35:10 DEBUG : apple: Unchanged skipping 2026/08/19 02:35:10 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/19 02:35:10 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:35:10 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/19 02:35:10 DEBUG : banana: size = 6 OK 2026/08/19 02:35:10 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:35:10 DEBUG : banana: Unchanged skipping 2026/08/19 02:35:10 DEBUG : splitbananasplit: size = 16 OK 2026/08/19 02:35:10 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:35:10 DEBUG : splitbananasplit: Unchanged skipping 2026/08/19 02:35:11 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/19 02:35:11 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/19 02:35:11 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/19 02:35:11 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:35:11 DEBUG : B2 bucket rclone-test-xapoboj5qoto: Waiting for checks to finish 2026/08/19 02:35:11 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/19 02:35:11 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/19 02:35:11 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/19 02:35:11 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:35:11 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/19 02:35:11 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:35:11 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/19 02:35:11 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/19 02:35:11 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/19 02:35:11 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:35:11 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:35:11 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/19 02:35:11 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/19 02:35:11 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:35:11 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/19 02:35:11 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/19 02:35:11 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:35:11 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/19 02:35:11 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/19 02:35:11 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:35:11 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/19 02:35:11 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/19 02:35:11 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:35:11 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:35:11 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/19 02:35:11 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/19 02:35:11 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/19 02:35:11 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/19 02:35:11 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:35:11 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:35:11 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/19 02:35:11 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/19 02:35:11 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:35:11 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/19 02:35:11 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/19 02:35:11 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:35:11 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:35:11 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/19 02:35:11 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/19 02:35:11 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/19 02:35:11 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/19 02:35:11 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:35:11 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/19 02:35:11 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/19 02:35:11 DEBUG : B2 bucket rclone-test-xapoboj5qoto: Waiting for transfers to finish 2026/08/19 02:35:11 DEBUG : Waiting for deletions to finish 2026/08/19 02:35:11 INFO : There was nothing to transfer 2026/08/19 02:35:11 DEBUG : Waiting for deletions to finish 2026/08/19 02:35:11 DEBUG : apple: Excluded (Path Filter) 2026/08/19 02:35:11 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/19 02:35:11 DEBUG : banana: Excluded (Path Filter) 2026/08/19 02:35:11 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/19 02:35:11 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/19 02:35:11 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/19 02:35:11 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/19 02:35:11 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/19 02:35:11 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/19 02:35:11 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/19 02:35:11 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/19 02:35:11 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/19 02:35:11 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/19 02:35:11 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/19 02:35:11 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/19 02:35:11 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/19 02:35:11 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/19 02:35:11 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/19 02:35:11 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/19 02:35:11 DEBUG : splitbananasplit: Excluded (Path Filter) === RUN TestTransform/NFD run.go:198: Remote "B2 bucket rclone-test-xapoboj5qoto", Local "Local file system at /tmp/rclone2007618947", Modify Window "1ms" 2026/08/19 02:35:21 DEBUG : Waiting for deletions to finish 2026/08/19 02:35:21 DEBUG : apple: Excluded (Path Filter) 2026/08/19 02:35:21 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/19 02:35:21 DEBUG : banana: Excluded (Path Filter) 2026/08/19 02:35:21 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/19 02:35:21 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/19 02:35:21 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/19 02:35:21 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/19 02:35:21 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/19 02:35:21 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/19 02:35:21 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/19 02:35:21 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/19 02:35:21 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/19 02:35:21 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/19 02:35:21 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/19 02:35:21 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/19 02:35:21 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/19 02:35:21 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/19 02:35:21 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/19 02:35:21 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/19 02:35:21 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/19 02:35:21 DEBUG : apple: size = 5 OK 2026/08/19 02:35:21 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:35:21 DEBUG : apple: Unchanged skipping 2026/08/19 02:35:21 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/19 02:35:21 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:35:21 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/19 02:35:21 DEBUG : banana: size = 6 OK 2026/08/19 02:35:21 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:35:21 DEBUG : banana: Unchanged skipping 2026/08/19 02:35:21 DEBUG : splitbananasplit: size = 16 OK 2026/08/19 02:35:21 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:35:21 DEBUG : splitbananasplit: Unchanged skipping 2026/08/19 02:35:22 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/19 02:35:22 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:35:22 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/19 02:35:22 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/19 02:35:22 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:35:22 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/19 02:35:22 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/19 02:35:22 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:35:22 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/19 02:35:22 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/19 02:35:22 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:35:22 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/19 02:35:22 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/19 02:35:22 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:35:22 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/19 02:35:22 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/19 02:35:22 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:35:22 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/19 02:35:22 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/19 02:35:22 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:35:22 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/19 02:35:22 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/19 02:35:22 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:35:22 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/19 02:35:22 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/19 02:35:22 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:35:22 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/19 02:35:22 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/19 02:35:22 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:35:22 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/19 02:35:22 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/19 02:35:22 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:35:22 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/19 02:35:22 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/19 02:35:22 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:35:22 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/19 02:35:22 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/19 02:35:22 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:35:22 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/19 02:35:22 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/19 02:35:22 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:35:22 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/19 02:35:22 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/19 02:35:22 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:35:22 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/19 02:35:22 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/19 02:35:22 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:35:22 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/19 02:35:22 DEBUG : B2 bucket rclone-test-xapoboj5qoto: Waiting for checks to finish 2026/08/19 02:35:22 DEBUG : B2 bucket rclone-test-xapoboj5qoto: Waiting for transfers to finish 2026/08/19 02:35:22 DEBUG : Waiting for deletions to finish 2026/08/19 02:35:22 INFO : There was nothing to transfer 2026/08/19 02:35:22 DEBUG : Waiting for deletions to finish 2026/08/19 02:35:22 DEBUG : apple: Excluded (Path Filter) 2026/08/19 02:35:22 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/19 02:35:22 DEBUG : banana: Excluded (Path Filter) 2026/08/19 02:35:22 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/19 02:35:22 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/19 02:35:22 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/19 02:35:22 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/19 02:35:22 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/19 02:35:22 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/19 02:35:22 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/19 02:35:22 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/19 02:35:22 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/19 02:35:22 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/19 02:35:22 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/19 02:35:22 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/19 02:35:22 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/19 02:35:22 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/19 02:35:22 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/19 02:35:22 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/19 02:35:22 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/19 02:35:22 DEBUG : apple: size = 5 OK 2026/08/19 02:35:22 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:35:22 DEBUG : apple: Unchanged skipping 2026/08/19 02:35:22 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/19 02:35:22 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:35:22 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/19 02:35:22 DEBUG : banana: size = 6 OK 2026/08/19 02:35:22 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:35:22 DEBUG : banana: Unchanged skipping 2026/08/19 02:35:22 DEBUG : splitbananasplit: size = 16 OK 2026/08/19 02:35:22 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:35:22 DEBUG : splitbananasplit: Unchanged skipping 2026/08/19 02:35:22 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/19 02:35:22 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:35:22 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/19 02:35:22 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/19 02:35:22 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:35:22 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/19 02:35:22 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/19 02:35:22 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:35:22 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/19 02:35:22 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/19 02:35:22 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:35:22 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/19 02:35:22 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/19 02:35:22 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:35:22 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/19 02:35:22 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/19 02:35:22 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:35:22 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/19 02:35:22 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/19 02:35:22 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:35:22 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/19 02:35:22 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/19 02:35:22 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:35:22 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/19 02:35:22 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/19 02:35:22 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:35:22 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/19 02:35:22 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/19 02:35:22 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:35:22 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/19 02:35:22 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/19 02:35:22 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:35:22 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/19 02:35:22 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/19 02:35:22 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:35:22 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/19 02:35:22 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/19 02:35:22 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:35:22 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/19 02:35:22 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/19 02:35:22 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:35:22 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/19 02:35:22 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/19 02:35:22 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:35:22 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/19 02:35:22 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/19 02:35:22 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:35:22 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/19 02:35:22 DEBUG : B2 bucket rclone-test-xapoboj5qoto: Waiting for checks to finish 2026/08/19 02:35:22 DEBUG : B2 bucket rclone-test-xapoboj5qoto: Waiting for transfers to finish 2026/08/19 02:35:22 DEBUG : Waiting for deletions to finish 2026/08/19 02:35:22 INFO : There was nothing to transfer 2026/08/19 02:35:22 DEBUG : Waiting for deletions to finish 2026/08/19 02:35:23 DEBUG : apple: Excluded (Path Filter) 2026/08/19 02:35:23 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/19 02:35:23 DEBUG : banana: Excluded (Path Filter) 2026/08/19 02:35:23 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/19 02:35:23 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/19 02:35:23 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/19 02:35:23 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/19 02:35:23 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/19 02:35:23 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/19 02:35:23 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/19 02:35:23 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/19 02:35:23 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/19 02:35:23 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/19 02:35:23 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/19 02:35:23 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/19 02:35:23 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/19 02:35:23 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/19 02:35:23 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/19 02:35:23 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/19 02:35:23 DEBUG : splitbananasplit: Excluded (Path Filter) === RUN TestTransform/base64 run.go:198: Remote "B2 bucket rclone-test-xapoboj5qoto", Local "Local file system at /tmp/rclone2007618947", Modify Window "1ms" 2026/08/19 02:35:33 DEBUG : Waiting for deletions to finish 2026/08/19 02:35:33 DEBUG : apple: Excluded (Path Filter) 2026/08/19 02:35:33 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/19 02:35:33 DEBUG : banana: Excluded (Path Filter) 2026/08/19 02:35:33 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/19 02:35:33 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/19 02:35:33 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/19 02:35:33 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/19 02:35:33 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/19 02:35:33 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/19 02:35:33 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/19 02:35:33 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/19 02:35:33 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/19 02:35:33 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/19 02:35:33 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/19 02:35:33 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/19 02:35:33 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/19 02:35:33 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/19 02:35:33 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/19 02:35:33 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/19 02:35:33 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/19 02:35:33 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/19 02:35:33 DEBUG : apple: transformed to: YXBwbGU= 2026/08/19 02:35:33 DEBUG : banana: transformed to: YmFuYW5h 2026/08/19 02:35:33 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/19 02:35:33 DEBUG : banana: transformed to: YmFuYW5h 2026/08/19 02:35:33 DEBUG : apple: transformed to: YXBwbGU= 2026/08/19 02:35:33 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/19 02:35:33 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/19 02:35:33 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/19 02:35:33 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/19 02:35:33 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/19 02:35:33 DEBUG : banana: transformed to: YmFuYW5h 2026/08/19 02:35:33 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/19 02:35:33 DEBUG : apple: transformed to: YXBwbGU= 2026/08/19 02:35:33 DEBUG : apple: transformed to: YXBwbGU= 2026/08/19 02:35:34 DEBUG : apple: Need to transfer - File not found at Destination 2026/08/19 02:35:34 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/19 02:35:34 DEBUG : appleappleapplebanana: Need to transfer - File not found at Destination 2026/08/19 02:35:34 DEBUG : banana: transformed to: YmFuYW5h 2026/08/19 02:35:34 DEBUG : banana: Need to transfer - File not found at Destination 2026/08/19 02:35:34 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/19 02:35:34 DEBUG : splitbananasplit: Need to transfer - File not found at Destination 2026/08/19 02:35:34 DEBUG : apple: transformed to: YXBwbGU= 2026/08/19 02:35:34 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/19 02:35:34 DEBUG : banana: transformed to: YmFuYW5h 2026/08/19 02:35:34 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/19 02:35:34 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/19 02:35:34 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/19 02:35:34 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/19 02:35:34 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/19 02:35:34 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/19 02:35:34 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/19 02:35:34 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/19 02:35:34 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/19 02:35:34 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/19 02:35:34 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/19 02:35:34 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/19 02:35:34 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/19 02:35:34 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/19 02:35:34 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/19 02:35:34 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/19 02:35:34 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/19 02:35:34 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/19 02:35:34 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/19 02:35:34 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/19 02:35:34 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/19 02:35:34 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/19 02:35:34 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/19 02:35:34 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/19 02:35:34 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/19 02:35:34 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/19 02:35:34 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/19 02:35:34 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/19 02:35:34 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/19 02:35:34 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/19 02:35:34 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/19 02:35:34 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/19 02:35:34 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/19 02:35:34 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/19 02:35:34 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/19 02:35:34 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/19 02:35:34 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/19 02:35:34 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/19 02:35:34 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/19 02:35:34 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/19 02:35:34 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/19 02:35:34 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/19 02:35:34 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/19 02:35:34 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/19 02:35:34 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/19 02:35:34 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/19 02:35:34 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/19 02:35:34 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/19 02:35:34 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/19 02:35:34 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/19 02:35:34 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/19 02:35:34 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/19 02:35:34 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/19 02:35:34 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/19 02:35:34 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/19 02:35:34 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/19 02:35:34 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/19 02:35:34 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/19 02:35:34 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/19 02:35:34 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/19 02:35:34 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/19 02:35:34 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/19 02:35:34 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/19 02:35:34 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/19 02:35:34 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/19 02:35:34 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/19 02:35:34 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/19 02:35:34 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/19 02:35:34 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/19 02:35:34 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/19 02:35:34 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/19 02:35:34 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/19 02:35:34 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/19 02:35:34 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/19 02:35:34 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/19 02:35:34 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/19 02:35:34 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/19 02:35:34 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/19 02:35:34 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/19 02:35:34 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/19 02:35:34 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/19 02:35:34 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/19 02:35:34 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/19 02:35:34 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/19 02:35:34 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/19 02:35:34 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/19 02:35:34 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/19 02:35:34 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/19 02:35:34 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/19 02:35:34 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/19 02:35:34 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/19 02:35:34 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/19 02:35:34 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/19 02:35:34 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/19 02:35:34 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/19 02:35:34 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/19 02:35:34 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/19 02:35:34 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/19 02:35:34 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/19 02:35:34 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/19 02:35:34 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/19 02:35:34 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/19 02:35:34 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/19 02:35:34 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/19 02:35:34 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/19 02:35:34 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/19 02:35:34 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/19 02:35:34 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/19 02:35:34 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/19 02:35:34 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/19 02:35:34 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/19 02:35:34 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/19 02:35:34 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/19 02:35:34 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/19 02:35:34 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/19 02:35:34 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/19 02:35:34 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/19 02:35:34 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/19 02:35:34 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/19 02:35:34 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/19 02:35:34 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/19 02:35:34 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/19 02:35:34 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/19 02:35:34 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/19 02:35:34 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/19 02:35:34 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/19 02:35:34 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/19 02:35:34 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/19 02:35:34 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/19 02:35:34 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/19 02:35:34 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/19 02:35:34 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/19 02:35:34 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/19 02:35:34 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/19 02:35:34 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/19 02:35:34 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/19 02:35:34 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/19 02:35:34 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/19 02:35:34 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/19 02:35:34 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/19 02:35:34 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/19 02:35:34 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/19 02:35:34 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/19 02:35:34 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/19 02:35:34 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/19 02:35:34 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/19 02:35:34 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/19 02:35:34 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/19 02:35:34 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/19 02:35:34 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/19 02:35:34 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/19 02:35:34 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/19 02:35:34 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/19 02:35:34 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/19 02:35:34 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/19 02:35:34 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/19 02:35:34 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/19 02:35:34 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/19 02:35:34 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/19 02:35:34 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/19 02:35:34 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/19 02:35:34 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/19 02:35:34 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/19 02:35:34 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/19 02:35:34 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/19 02:35:34 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/19 02:35:34 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/19 02:35:34 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/19 02:35:34 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/19 02:35:34 DEBUG : 0015-9;=.txt: transformed to: MDAxNS05Oz0udHh0 2026/08/19 02:35:34 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/19 02:35:34 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/19 02:35:34 DEBUG : YXBwbGU=: size = 5 OK 2026/08/19 02:35:34 DEBUG : apple: sha1 = d0be2dc421be4fcd0172e5afceea3970e2f3d940 OK 2026/08/19 02:35:34 INFO : apple: Copied (new) to: YXBwbGU= 2026/08/19 02:35:34 DEBUG : YmFuYW5h: size = 6 OK 2026/08/19 02:35:34 DEBUG : banana: sha1 = 250e77f12a5ab6972a0895d290c4792f0a326ea8 OK 2026/08/19 02:35:34 INFO : banana: Copied (new) to: YmFuYW5h 2026/08/19 02:35:34 DEBUG : dir1/0000-abcdefg.txt: Need to transfer - File not found at Destination 2026/08/19 02:35:34 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/19 02:35:34 DEBUG : dir1/0001-bcdefgh.txt: Need to transfer - File not found at Destination 2026/08/19 02:35:34 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/19 02:35:34 DEBUG : dir1/0002-cdefghi.txt: Need to transfer - File not found at Destination 2026/08/19 02:35:34 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/19 02:35:34 DEBUG : dir1/0003-defghij.txt: Need to transfer - File not found at Destination 2026/08/19 02:35:34 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/19 02:35:34 DEBUG : dir1/0004-efghijk.txt: Need to transfer - File not found at Destination 2026/08/19 02:35:34 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/19 02:35:34 DEBUG : dir1/0005-fghijkl.txt: Need to transfer - File not found at Destination 2026/08/19 02:35:34 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/19 02:35:34 DEBUG : dir1/0006-ghijklm.txt: Need to transfer - File not found at Destination 2026/08/19 02:35:34 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/19 02:35:34 DEBUG : dir1/0007-1234567.txt: Need to transfer - File not found at Destination 2026/08/19 02:35:34 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/19 02:35:34 DEBUG : dir1/0008-2345678.txt: Need to transfer - File not found at Destination 2026/08/19 02:35:34 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/19 02:35:34 DEBUG : dir1/0009-3456789.txt: Need to transfer - File not found at Destination 2026/08/19 02:35:34 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/19 02:35:34 DEBUG : dir1/0010-456789.txt: Need to transfer - File not found at Destination 2026/08/19 02:35:34 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/19 02:35:34 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination 2026/08/19 02:35:34 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/19 02:35:34 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2026/08/19 02:35:34 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/19 02:35:34 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2026/08/19 02:35:34 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/19 02:35:34 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2026/08/19 02:35:34 DEBUG : 0015-9;=.txt: transformed to: MDAxNS05Oz0udHh0 2026/08/19 02:35:34 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination 2026/08/19 02:35:34 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/19 02:35:34 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/19 02:35:34 DEBUG : B2 bucket rclone-test-xapoboj5qoto: Waiting for checks to finish 2026/08/19 02:35:34 DEBUG : B2 bucket rclone-test-xapoboj5qoto: Waiting for transfers to finish 2026/08/19 02:35:34 DEBUG : c3BsaXRiYW5hbmFzcGxpdA==: size = 16 OK 2026/08/19 02:35:34 DEBUG : splitbananasplit: sha1 = c045b86d2da0a5c0db76c2e57cc85d98a73d0dfe OK 2026/08/19 02:35:34 INFO : splitbananasplit: Copied (new) to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/19 02:35:34 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/19 02:35:34 DEBUG : YXBwbGVhcHBsZWFwcGxlYmFuYW5h: size = 21 OK 2026/08/19 02:35:34 DEBUG : appleappleapplebanana: sha1 = d4006cec695294959fc86acc4d86a4a8bd1771d4 OK 2026/08/19 02:35:34 INFO : appleappleapplebanana: Copied (new) to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/19 02:35:34 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/19 02:35:34 DEBUG : dir1/MDAwMy1kZWZnaGlqLnR4dA==: size = 21 OK 2026/08/19 02:35:34 DEBUG : dir1/0003-defghij.txt: sha1 = 6275159262463ab911da879437354a03fc105132 OK 2026/08/19 02:35:34 INFO : dir1/0003-defghij.txt: Copied (new) to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/19 02:35:34 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/19 02:35:34 DEBUG : dir1/MDAwMS1iY2RlZmdoLnR4dA==: size = 21 OK 2026/08/19 02:35:34 DEBUG : dir1/0001-bcdefgh.txt: sha1 = 13f6ac14c045641af16b93bf99a126efa57a13c0 OK 2026/08/19 02:35:34 INFO : dir1/0001-bcdefgh.txt: Copied (new) to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/19 02:35:34 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/19 02:35:34 DEBUG : dir1/MDAwNC1lZmdoaWprLnR4dA==: size = 21 OK 2026/08/19 02:35:34 DEBUG : dir1/0004-efghijk.txt: sha1 = 8a6e3a10e2778fd7a449c0ddeff0e60b99b818f6 OK 2026/08/19 02:35:34 INFO : dir1/0004-efghijk.txt: Copied (new) to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/19 02:35:34 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/19 02:35:34 DEBUG : dir1/MDAwNS1mZ2hpamtsLnR4dA==: size = 21 OK 2026/08/19 02:35:34 DEBUG : dir1/0005-fghijkl.txt: sha1 = 9be5d86eeb571f4bb49cba75a71573bae6d7f9b0 OK 2026/08/19 02:35:34 INFO : dir1/0005-fghijkl.txt: Copied (new) to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/19 02:35:34 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/19 02:35:34 DEBUG : dir1/MDAwMC1hYmNkZWZnLnR4dA==: size = 21 OK 2026/08/19 02:35:34 DEBUG : dir1/0000-abcdefg.txt: sha1 = 39cc20a3972ef42585635752f22e809ce7661dd0 OK 2026/08/19 02:35:34 INFO : dir1/0000-abcdefg.txt: Copied (new) to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/19 02:35:34 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/19 02:35:34 DEBUG : dir1/MDAwMi1jZGVmZ2hpLnR4dA==: size = 21 OK 2026/08/19 02:35:34 DEBUG : dir1/0002-cdefghi.txt: sha1 = f5271bcb3e6699430d75487a6e002f56f75748d6 OK 2026/08/19 02:35:34 INFO : dir1/0002-cdefghi.txt: Copied (new) to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/19 02:35:34 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/19 02:35:35 DEBUG : dir1/MDAwNi1naGlqa2xtLnR4dA==: size = 21 OK 2026/08/19 02:35:35 DEBUG : dir1/0006-ghijklm.txt: sha1 = 022b65de02ed02df549dca26b856b83ea957c161 OK 2026/08/19 02:35:35 INFO : dir1/0006-ghijklm.txt: Copied (new) to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/19 02:35:35 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/19 02:35:35 DEBUG : dir1/MDAwNy0xMjM0NTY3LnR4dA==: size = 21 OK 2026/08/19 02:35:35 DEBUG : dir1/0007-1234567.txt: sha1 = f65b28e19d4af11accc4c96ab412abe037842afc OK 2026/08/19 02:35:35 INFO : dir1/0007-1234567.txt: Copied (new) to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/19 02:35:35 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/19 02:35:35 DEBUG : dir1/MDAxMC00NTY3ODkudHh0: size = 20 OK 2026/08/19 02:35:35 DEBUG : dir1/0010-456789.txt: sha1 = ef1ccb5339c5b9d3b78cdb41937cb754674521e9 OK 2026/08/19 02:35:35 INFO : dir1/0010-456789.txt: Copied (new) to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/19 02:35:35 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/19 02:35:35 DEBUG : dir1/MDAxMS01Njc4OTsudHh0: size = 20 OK 2026/08/19 02:35:35 DEBUG : dir1/0011-56789;.txt: sha1 = ce6baa1459a8f1c8daeca41dccc499a5a7f9d342 OK 2026/08/19 02:35:35 INFO : dir1/0011-56789;.txt: Copied (new) to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/19 02:35:35 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/19 02:35:35 DEBUG : dir1/MDAwOC0yMzQ1Njc4LnR4dA==: size = 21 OK 2026/08/19 02:35:35 DEBUG : dir1/0008-2345678.txt: sha1 = 35bd7b0a5af9be4c53d2bf8b53d45f0c4e5d9d07 OK 2026/08/19 02:35:35 INFO : dir1/0008-2345678.txt: Copied (new) to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/19 02:35:35 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/19 02:35:35 DEBUG : dir1/MDAxMi02Nzg5Oy50eHQ=: size = 19 OK 2026/08/19 02:35:35 DEBUG : dir1/0012-6789;.txt: sha1 = 41938da9b0f9799a9c96dea5682322b6b7607058 OK 2026/08/19 02:35:35 INFO : dir1/0012-6789;.txt: Copied (new) to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/19 02:35:35 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/08/19 02:35:35 DEBUG : dir1/MDAxMy03ODk7PS50eHQ=: size = 19 OK 2026/08/19 02:35:35 DEBUG : dir1/0013-789;=.txt: sha1 = 957e831070085d71b655c9afa66b8e0cb86662b3 OK 2026/08/19 02:35:35 INFO : dir1/0013-789;=.txt: Copied (new) to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/19 02:35:35 DEBUG : dir1/MDAwOS0zNDU2Nzg5LnR4dA==: size = 21 OK 2026/08/19 02:35:35 DEBUG : dir1/0009-3456789.txt: sha1 = cf20fbc0bb51b0e93dd849f5493167c827e103dc OK 2026/08/19 02:35:35 INFO : dir1/0009-3456789.txt: Copied (new) to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/19 02:35:35 DEBUG : dir1/MDAxNS05Oz0udHh0: size = 17 OK 2026/08/19 02:35:35 DEBUG : dir1/0015-9;=.txt: sha1 = 2a0afde94c232e5cb80d07261acf840a4a5f0143 OK 2026/08/19 02:35:35 INFO : dir1/0015-9;=.txt: Copied (new) to: dir1/MDAxNS05Oz0udHh0 2026/08/19 02:35:35 DEBUG : dir1/MDAxNC04OTs9LnR4dA==: size = 18 OK 2026/08/19 02:35:35 DEBUG : dir1/0014-89;=.txt: sha1 = 6f88327b529855962672012b6f4fc01033c31ec0 OK 2026/08/19 02:35:35 INFO : dir1/0014-89;=.txt: Copied (new) to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/19 02:35:35 DEBUG : Waiting for deletions to finish 2026/08/19 02:35:36 INFO : dir1/0015-9;=.txt: Deleted 2026/08/19 02:35:36 INFO : appleappleapplebanana: Deleted 2026/08/19 02:35:36 INFO : dir1/0000-abcdefg.txt: Deleted 2026/08/19 02:35:36 INFO : dir1/0009-3456789.txt: Deleted 2026/08/19 02:35:36 INFO : dir1/0010-456789.txt: Deleted 2026/08/19 02:35:36 INFO : dir1/0014-89;=.txt: Deleted 2026/08/19 02:35:36 INFO : dir1/0006-ghijklm.txt: Deleted 2026/08/19 02:35:36 INFO : dir1/0003-defghij.txt: Deleted 2026/08/19 02:35:36 INFO : dir1/0008-2345678.txt: Deleted 2026/08/19 02:35:36 INFO : splitbananasplit: Deleted 2026/08/19 02:35:36 INFO : banana: Deleted 2026/08/19 02:35:36 INFO : dir1/0001-bcdefgh.txt: Deleted 2026/08/19 02:35:36 INFO : dir1/0002-cdefghi.txt: Deleted 2026/08/19 02:35:36 INFO : dir1/0007-1234567.txt: Deleted 2026/08/19 02:35:36 INFO : dir1/0011-56789;.txt: Deleted 2026/08/19 02:35:36 INFO : dir1/0012-6789;.txt: Deleted 2026/08/19 02:35:36 INFO : dir1/0013-789;=.txt: Deleted 2026/08/19 02:35:36 INFO : apple: Deleted 2026/08/19 02:35:36 INFO : dir1/0004-efghijk.txt: Deleted 2026/08/19 02:35:36 INFO : dir1/0005-fghijkl.txt: Deleted 2026/08/19 02:35:36 DEBUG : Waiting for deletions to finish 2026/08/19 02:35:36 DEBUG : YXBwbGU=: Excluded (Path Filter) 2026/08/19 02:35:36 DEBUG : YXBwbGVhcHBsZWFwcGxlYmFuYW5h: Excluded (Path Filter) 2026/08/19 02:35:36 DEBUG : YmFuYW5h: Excluded (Path Filter) 2026/08/19 02:35:36 DEBUG : c3BsaXRiYW5hbmFzcGxpdA==: Excluded (Path Filter) 2026/08/19 02:35:36 DEBUG : dir1/MDAwMC1hYmNkZWZnLnR4dA==: Excluded (Path Filter) 2026/08/19 02:35:36 DEBUG : dir1/MDAwMS1iY2RlZmdoLnR4dA==: Excluded (Path Filter) 2026/08/19 02:35:36 DEBUG : dir1/MDAwMi1jZGVmZ2hpLnR4dA==: Excluded (Path Filter) 2026/08/19 02:35:36 DEBUG : dir1/MDAwMy1kZWZnaGlqLnR4dA==: Excluded (Path Filter) 2026/08/19 02:35:36 DEBUG : dir1/MDAwNC1lZmdoaWprLnR4dA==: Excluded (Path Filter) 2026/08/19 02:35:36 DEBUG : dir1/MDAwNS1mZ2hpamtsLnR4dA==: Excluded (Path Filter) 2026/08/19 02:35:36 DEBUG : dir1/MDAwNi1naGlqa2xtLnR4dA==: Excluded (Path Filter) 2026/08/19 02:35:36 DEBUG : dir1/MDAwNy0xMjM0NTY3LnR4dA==: Excluded (Path Filter) 2026/08/19 02:35:36 DEBUG : dir1/MDAwOC0yMzQ1Njc4LnR4dA==: Excluded (Path Filter) 2026/08/19 02:35:36 DEBUG : dir1/MDAwOS0zNDU2Nzg5LnR4dA==: Excluded (Path Filter) 2026/08/19 02:35:36 DEBUG : dir1/MDAxMC00NTY3ODkudHh0: Excluded (Path Filter) 2026/08/19 02:35:36 DEBUG : dir1/MDAxMS01Njc4OTsudHh0: Excluded (Path Filter) 2026/08/19 02:35:36 DEBUG : dir1/MDAxMi02Nzg5Oy50eHQ=: Excluded (Path Filter) 2026/08/19 02:35:36 DEBUG : dir1/MDAxMy03ODk7PS50eHQ=: Excluded (Path Filter) 2026/08/19 02:35:36 DEBUG : dir1/MDAxNC04OTs9LnR4dA==: Excluded (Path Filter) 2026/08/19 02:35:36 DEBUG : dir1/MDAxNS05Oz0udHh0: Excluded (Path Filter) 2026/08/19 02:35:37 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/19 02:35:37 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/19 02:35:37 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/19 02:35:37 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/19 02:35:37 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/19 02:35:37 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/19 02:35:37 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/19 02:35:37 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/19 02:35:37 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/19 02:35:37 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/19 02:35:37 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/19 02:35:37 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/19 02:35:37 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/19 02:35:37 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/19 02:35:37 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/19 02:35:37 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/19 02:35:37 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/19 02:35:37 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/19 02:35:37 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/19 02:35:37 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/19 02:35:37 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/19 02:35:37 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/19 02:35:37 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/19 02:35:37 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/19 02:35:37 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/19 02:35:37 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/19 02:35:37 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/19 02:35:37 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/19 02:35:37 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/08/19 02:35:37 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/19 02:35:37 DEBUG : apple: transformed to: YXBwbGU= 2026/08/19 02:35:37 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/08/19 02:35:37 DEBUG : apple: transformed to: YXBwbGU= 2026/08/19 02:35:37 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/19 02:35:37 DEBUG : apple: transformed to: YXBwbGU= 2026/08/19 02:35:37 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/19 02:35:37 DEBUG : apple: transformed to: YXBwbGU= 2026/08/19 02:35:37 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/19 02:35:37 DEBUG : apple: transformed to: YXBwbGU= 2026/08/19 02:35:37 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/19 02:35:37 DEBUG : apple: transformed to: YXBwbGU= 2026/08/19 02:35:37 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/19 02:35:37 DEBUG : apple: transformed to: YXBwbGU= 2026/08/19 02:35:37 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/19 02:35:37 DEBUG : apple: transformed to: YXBwbGU= 2026/08/19 02:35:37 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/19 02:35:37 DEBUG : apple: transformed to: YXBwbGU= 2026/08/19 02:35:37 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/19 02:35:37 DEBUG : apple: transformed to: YXBwbGU= 2026/08/19 02:35:37 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/19 02:35:37 DEBUG : apple: transformed to: YXBwbGU= 2026/08/19 02:35:37 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/19 02:35:37 DEBUG : apple: transformed to: YXBwbGU= 2026/08/19 02:35:37 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/19 02:35:37 DEBUG : apple: transformed to: YXBwbGU= 2026/08/19 02:35:37 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/19 02:35:37 DEBUG : apple: transformed to: YXBwbGU= 2026/08/19 02:35:37 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/19 02:35:37 DEBUG : apple: transformed to: YXBwbGU= 2026/08/19 02:35:37 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/19 02:35:37 DEBUG : apple: transformed to: YXBwbGU= 2026/08/19 02:35:37 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/19 02:35:37 DEBUG : banana: transformed to: YmFuYW5h 2026/08/19 02:35:37 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/08/19 02:35:37 DEBUG : banana: transformed to: YmFuYW5h 2026/08/19 02:35:37 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/19 02:35:37 DEBUG : banana: transformed to: YmFuYW5h 2026/08/19 02:35:37 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/19 02:35:37 DEBUG : banana: transformed to: YmFuYW5h 2026/08/19 02:35:37 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/19 02:35:37 DEBUG : banana: transformed to: YmFuYW5h 2026/08/19 02:35:37 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/19 02:35:37 DEBUG : banana: transformed to: YmFuYW5h 2026/08/19 02:35:37 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/19 02:35:37 DEBUG : banana: transformed to: YmFuYW5h 2026/08/19 02:35:37 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/19 02:35:37 DEBUG : banana: transformed to: YmFuYW5h 2026/08/19 02:35:37 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/19 02:35:37 DEBUG : banana: transformed to: YmFuYW5h 2026/08/19 02:35:37 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/19 02:35:37 DEBUG : banana: transformed to: YmFuYW5h 2026/08/19 02:35:37 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/19 02:35:37 DEBUG : banana: transformed to: YmFuYW5h 2026/08/19 02:35:37 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/19 02:35:37 DEBUG : banana: transformed to: YmFuYW5h 2026/08/19 02:35:37 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/19 02:35:37 DEBUG : banana: transformed to: YmFuYW5h 2026/08/19 02:35:37 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/19 02:35:37 DEBUG : banana: transformed to: YmFuYW5h 2026/08/19 02:35:37 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/19 02:35:37 DEBUG : banana: transformed to: YmFuYW5h 2026/08/19 02:35:37 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/19 02:35:37 DEBUG : banana: transformed to: YmFuYW5h 2026/08/19 02:35:37 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/19 02:35:37 DEBUG : banana: transformed to: YmFuYW5h 2026/08/19 02:35:37 DEBUG : apple: transformed to: YXBwbGU= 2026/08/19 02:35:37 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/19 02:35:37 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/08/19 02:35:37 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/19 02:35:37 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/19 02:35:37 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/19 02:35:37 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/19 02:35:37 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/19 02:35:37 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/19 02:35:37 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/19 02:35:37 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/19 02:35:37 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/19 02:35:37 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/19 02:35:37 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/19 02:35:37 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/19 02:35:37 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/19 02:35:37 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/19 02:35:37 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/19 02:35:37 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/19 02:35:37 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/19 02:35:37 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/19 02:35:37 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/19 02:35:37 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/19 02:35:37 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/19 02:35:37 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/19 02:35:37 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/19 02:35:37 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/19 02:35:37 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/19 02:35:37 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/19 02:35:37 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/19 02:35:37 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/19 02:35:37 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/19 02:35:37 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/19 02:35:37 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/19 02:35:37 DEBUG : banana: transformed to: YmFuYW5h 2026/08/19 02:35:37 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/19 02:35:37 DEBUG : apple: transformed to: YXBwbGU= 2026/08/19 02:35:37 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/19 02:35:37 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/08/19 02:35:37 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/19 02:35:37 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/19 02:35:37 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/19 02:35:37 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/19 02:35:37 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/19 02:35:37 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/19 02:35:37 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/19 02:35:37 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/19 02:35:37 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/19 02:35:37 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/19 02:35:37 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/19 02:35:37 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/19 02:35:37 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/19 02:35:37 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/19 02:35:37 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/19 02:35:37 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/19 02:35:37 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/19 02:35:37 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/19 02:35:37 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/19 02:35:37 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/19 02:35:37 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/19 02:35:37 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/19 02:35:37 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/19 02:35:37 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/19 02:35:37 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/19 02:35:37 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/19 02:35:37 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/19 02:35:37 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/19 02:35:37 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/19 02:35:37 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/19 02:35:37 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/19 02:35:37 DEBUG : banana: transformed to: YmFuYW5h 2026/08/19 02:35:37 DEBUG : apple: transformed to: YXBwbGU= 2026/08/19 02:35:37 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/19 02:35:37 DEBUG : banana: transformed to: YmFuYW5h 2026/08/19 02:35:37 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/19 02:35:37 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/19 02:35:37 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/19 02:35:37 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/19 02:35:37 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/19 02:35:37 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/19 02:35:37 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/19 02:35:37 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/19 02:35:37 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/19 02:35:37 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/19 02:35:37 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/19 02:35:37 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/19 02:35:37 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/19 02:35:37 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/19 02:35:37 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/19 02:35:37 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/19 02:35:37 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/08/19 02:35:37 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/19 02:35:37 DEBUG : apple: transformed to: YXBwbGU= 2026/08/19 02:35:37 DEBUG : banana: transformed to: YmFuYW5h 2026/08/19 02:35:37 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/19 02:35:37 DEBUG : banana: transformed to: YmFuYW5h 2026/08/19 02:35:37 DEBUG : apple: transformed to: YXBwbGU= 2026/08/19 02:35:37 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/19 02:35:37 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/19 02:35:37 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/19 02:35:37 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/19 02:35:37 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/19 02:35:37 DEBUG : banana: transformed to: YmFuYW5h 2026/08/19 02:35:37 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/19 02:35:37 DEBUG : apple: transformed to: YXBwbGU= 2026/08/19 02:35:37 DEBUG : apple: transformed to: YXBwbGU= 2026/08/19 02:35:37 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/19 02:35:37 DEBUG : banana: transformed to: YmFuYW5h 2026/08/19 02:35:37 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/19 02:35:37 DEBUG : YXBwbGVhcHBsZWFwcGxlYmFuYW5h: size = 21 OK 2026/08/19 02:35:37 DEBUG : YXBwbGU=: size = 5 OK 2026/08/19 02:35:37 DEBUG : YmFuYW5h: size = 6 OK 2026/08/19 02:35:37 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:35:37 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:35:37 DEBUG : apple: Unchanged skipping 2026/08/19 02:35:37 DEBUG : banana: Unchanged skipping 2026/08/19 02:35:37 DEBUG : c3BsaXRiYW5hbmFzcGxpdA==: size = 16 OK 2026/08/19 02:35:37 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:35:37 DEBUG : splitbananasplit: Unchanged skipping 2026/08/19 02:35:37 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:35:37 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/19 02:35:37 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/19 02:35:37 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/19 02:35:37 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/19 02:35:37 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/19 02:35:37 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/19 02:35:37 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/19 02:35:37 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/19 02:35:37 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/19 02:35:37 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/19 02:35:37 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/19 02:35:37 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/19 02:35:37 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/19 02:35:37 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/19 02:35:37 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/19 02:35:37 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/19 02:35:37 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/19 02:35:37 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/19 02:35:37 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/19 02:35:37 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/19 02:35:37 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/19 02:35:37 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/19 02:35:37 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/19 02:35:37 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/19 02:35:37 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/19 02:35:37 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/19 02:35:37 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/19 02:35:37 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/19 02:35:37 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/19 02:35:37 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/19 02:35:37 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/19 02:35:37 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/19 02:35:37 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/19 02:35:37 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/19 02:35:37 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/19 02:35:37 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/19 02:35:37 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/19 02:35:37 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/19 02:35:37 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/19 02:35:37 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/19 02:35:37 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/19 02:35:37 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/19 02:35:37 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/19 02:35:37 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/19 02:35:37 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/19 02:35:37 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/19 02:35:37 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/19 02:35:37 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/19 02:35:37 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/19 02:35:37 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/19 02:35:37 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/19 02:35:37 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/19 02:35:37 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/19 02:35:37 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/19 02:35:37 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/19 02:35:37 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/19 02:35:37 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/19 02:35:37 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/19 02:35:37 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/19 02:35:37 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/19 02:35:37 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/19 02:35:37 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/19 02:35:37 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/19 02:35:37 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/19 02:35:37 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/19 02:35:37 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/19 02:35:37 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/19 02:35:37 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/19 02:35:37 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/19 02:35:37 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/19 02:35:37 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/19 02:35:37 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/19 02:35:37 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/19 02:35:37 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/19 02:35:37 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/19 02:35:37 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/19 02:35:37 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/19 02:35:37 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/19 02:35:37 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/19 02:35:37 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/19 02:35:37 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/19 02:35:37 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/19 02:35:37 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/19 02:35:37 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/19 02:35:37 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/19 02:35:37 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/19 02:35:37 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/19 02:35:37 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/19 02:35:37 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/19 02:35:37 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/19 02:35:37 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/19 02:35:37 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/19 02:35:37 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/19 02:35:37 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/19 02:35:37 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/19 02:35:37 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/19 02:35:37 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/19 02:35:37 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/19 02:35:37 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/19 02:35:37 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/19 02:35:37 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/19 02:35:37 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/19 02:35:37 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/19 02:35:37 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/19 02:35:37 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/19 02:35:37 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/19 02:35:37 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/19 02:35:37 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/19 02:35:37 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/19 02:35:37 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/19 02:35:37 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/19 02:35:37 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/19 02:35:37 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/19 02:35:37 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/19 02:35:37 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/19 02:35:37 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/19 02:35:37 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/19 02:35:37 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/19 02:35:37 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/19 02:35:37 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/19 02:35:37 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/19 02:35:37 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/19 02:35:37 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/19 02:35:37 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/19 02:35:37 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/19 02:35:37 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/19 02:35:37 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/19 02:35:37 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/19 02:35:37 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/19 02:35:37 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/19 02:35:37 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/19 02:35:37 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/19 02:35:37 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/19 02:35:37 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/19 02:35:37 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/19 02:35:37 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/19 02:35:37 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/19 02:35:37 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/19 02:35:37 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/19 02:35:37 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/19 02:35:37 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/19 02:35:37 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/19 02:35:37 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/19 02:35:37 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/19 02:35:37 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/19 02:35:37 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/19 02:35:37 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/19 02:35:37 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/19 02:35:37 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/19 02:35:37 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/19 02:35:37 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/19 02:35:37 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/19 02:35:37 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/19 02:35:37 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/19 02:35:37 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/19 02:35:37 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/19 02:35:37 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/19 02:35:37 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/19 02:35:37 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/19 02:35:37 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/19 02:35:37 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/19 02:35:37 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/19 02:35:37 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/19 02:35:37 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/19 02:35:37 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/19 02:35:37 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/19 02:35:37 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/19 02:35:37 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/19 02:35:37 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/19 02:35:37 DEBUG : 0015-9;=.txt: transformed to: MDAxNS05Oz0udHh0 2026/08/19 02:35:37 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/19 02:35:37 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/19 02:35:37 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/19 02:35:37 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/19 02:35:37 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/19 02:35:37 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/19 02:35:37 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/19 02:35:37 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/19 02:35:37 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/19 02:35:37 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/19 02:35:37 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/19 02:35:37 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/19 02:35:37 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/19 02:35:37 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/19 02:35:37 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/19 02:35:37 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/19 02:35:37 DEBUG : 0015-9;=.txt: transformed to: MDAxNS05Oz0udHh0 2026/08/19 02:35:37 DEBUG : dir1/MDAwMC1hYmNkZWZnLnR4dA==: size = 21 OK 2026/08/19 02:35:37 DEBUG : dir1/MDAwMS1iY2RlZmdoLnR4dA==: size = 21 OK 2026/08/19 02:35:37 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:35:37 DEBUG : dir1/MDAwMy1kZWZnaGlqLnR4dA==: size = 21 OK 2026/08/19 02:35:37 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/19 02:35:37 DEBUG : dir1/MDAwNS1mZ2hpamtsLnR4dA==: size = 21 OK 2026/08/19 02:35:37 DEBUG : dir1/MDAwNC1lZmdoaWprLnR4dA==: size = 21 OK 2026/08/19 02:35:37 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:35:37 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/19 02:35:37 DEBUG : dir1/MDAwNy0xMjM0NTY3LnR4dA==: size = 21 OK 2026/08/19 02:35:37 DEBUG : dir1/MDAwOC0yMzQ1Njc4LnR4dA==: size = 21 OK 2026/08/19 02:35:37 DEBUG : dir1/MDAwOS0zNDU2Nzg5LnR4dA==: size = 21 OK 2026/08/19 02:35:37 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:35:37 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:35:37 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/19 02:35:37 DEBUG : dir1/MDAwNi1naGlqa2xtLnR4dA==: size = 21 OK 2026/08/19 02:35:37 DEBUG : B2 bucket rclone-test-xapoboj5qoto: Waiting for checks to finish 2026/08/19 02:35:37 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:35:37 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/19 02:35:37 DEBUG : dir1/MDAxMS01Njc4OTsudHh0: size = 20 OK 2026/08/19 02:35:37 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:35:37 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/19 02:35:37 DEBUG : dir1/MDAxMi02Nzg5Oy50eHQ=: size = 19 OK 2026/08/19 02:35:37 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:35:37 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:35:37 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/19 02:35:37 DEBUG : dir1/MDAxMy03ODk7PS50eHQ=: size = 19 OK 2026/08/19 02:35:37 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:35:37 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/19 02:35:37 DEBUG : dir1/MDAxNC04OTs9LnR4dA==: size = 18 OK 2026/08/19 02:35:37 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:35:37 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/19 02:35:37 DEBUG : dir1/MDAxNS05Oz0udHh0: size = 17 OK 2026/08/19 02:35:37 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:35:37 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:35:37 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/19 02:35:37 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/19 02:35:37 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/19 02:35:37 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:35:37 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/19 02:35:37 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:35:37 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/19 02:35:37 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/19 02:35:37 DEBUG : dir1/MDAwMi1jZGVmZ2hpLnR4dA==: size = 21 OK 2026/08/19 02:35:37 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:35:37 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/19 02:35:37 DEBUG : dir1/MDAxMC00NTY3ODkudHh0: size = 20 OK 2026/08/19 02:35:37 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:35:37 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/19 02:35:37 DEBUG : B2 bucket rclone-test-xapoboj5qoto: Waiting for transfers to finish 2026/08/19 02:35:37 DEBUG : Waiting for deletions to finish 2026/08/19 02:35:37 DEBUG : Waiting for deletions to finish 2026/08/19 02:35:37 DEBUG : YXBwbGU=: Excluded (Path Filter) 2026/08/19 02:35:37 DEBUG : YXBwbGVhcHBsZWFwcGxlYmFuYW5h: Excluded (Path Filter) 2026/08/19 02:35:37 DEBUG : YmFuYW5h: Excluded (Path Filter) 2026/08/19 02:35:37 DEBUG : c3BsaXRiYW5hbmFzcGxpdA==: Excluded (Path Filter) 2026/08/19 02:35:37 DEBUG : dir1/MDAwMC1hYmNkZWZnLnR4dA==: Excluded (Path Filter) 2026/08/19 02:35:37 DEBUG : dir1/MDAwMS1iY2RlZmdoLnR4dA==: Excluded (Path Filter) 2026/08/19 02:35:37 DEBUG : dir1/MDAwMi1jZGVmZ2hpLnR4dA==: Excluded (Path Filter) 2026/08/19 02:35:37 DEBUG : dir1/MDAwMy1kZWZnaGlqLnR4dA==: Excluded (Path Filter) 2026/08/19 02:35:37 DEBUG : dir1/MDAwNC1lZmdoaWprLnR4dA==: Excluded (Path Filter) 2026/08/19 02:35:37 DEBUG : dir1/MDAwNS1mZ2hpamtsLnR4dA==: Excluded (Path Filter) 2026/08/19 02:35:37 DEBUG : dir1/MDAwNi1naGlqa2xtLnR4dA==: Excluded (Path Filter) 2026/08/19 02:35:37 DEBUG : dir1/MDAwNy0xMjM0NTY3LnR4dA==: Excluded (Path Filter) 2026/08/19 02:35:37 DEBUG : dir1/MDAwOC0yMzQ1Njc4LnR4dA==: Excluded (Path Filter) 2026/08/19 02:35:37 DEBUG : dir1/MDAwOS0zNDU2Nzg5LnR4dA==: Excluded (Path Filter) 2026/08/19 02:35:37 DEBUG : dir1/MDAxMC00NTY3ODkudHh0: Excluded (Path Filter) 2026/08/19 02:35:37 DEBUG : dir1/MDAxMS01Njc4OTsudHh0: Excluded (Path Filter) 2026/08/19 02:35:37 DEBUG : dir1/MDAxMi02Nzg5Oy50eHQ=: Excluded (Path Filter) 2026/08/19 02:35:37 DEBUG : dir1/MDAxMy03ODk7PS50eHQ=: Excluded (Path Filter) 2026/08/19 02:35:37 DEBUG : dir1/MDAxNC04OTs9LnR4dA==: Excluded (Path Filter) 2026/08/19 02:35:37 DEBUG : dir1/MDAxNS05Oz0udHh0: Excluded (Path Filter) 2026/08/19 02:35:38 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/19 02:35:38 DEBUG : apple: transformed to: YXBwbGU= 2026/08/19 02:35:38 DEBUG : banana: transformed to: YmFuYW5h 2026/08/19 02:35:38 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/19 02:35:38 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/19 02:35:38 DEBUG : banana: transformed to: YmFuYW5h 2026/08/19 02:35:38 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/19 02:35:38 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/19 02:35:38 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/19 02:35:38 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/19 02:35:38 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/19 02:35:38 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/19 02:35:38 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/19 02:35:38 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/19 02:35:38 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/19 02:35:38 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/19 02:35:38 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/19 02:35:38 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/19 02:35:38 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/19 02:35:38 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/19 02:35:38 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/19 02:35:38 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/19 02:35:38 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/19 02:35:38 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/19 02:35:38 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/19 02:35:38 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/19 02:35:38 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/19 02:35:38 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/19 02:35:38 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/19 02:35:38 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/19 02:35:38 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/19 02:35:38 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/19 02:35:38 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/19 02:35:38 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/19 02:35:38 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/19 02:35:38 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/19 02:35:38 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/08/19 02:35:38 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/19 02:35:38 DEBUG : apple: transformed to: YXBwbGU= 2026/08/19 02:35:38 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/19 02:35:38 DEBUG : banana: transformed to: YmFuYW5h 2026/08/19 02:35:38 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/19 02:35:38 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/19 02:35:38 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/19 02:35:38 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/19 02:35:38 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/19 02:35:38 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/19 02:35:38 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/19 02:35:38 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/19 02:35:38 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/19 02:35:38 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/19 02:35:38 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/19 02:35:38 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/19 02:35:38 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/19 02:35:38 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/19 02:35:38 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/19 02:35:38 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/19 02:35:38 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 === RUN TestTransform/prefix run.go:198: Remote "B2 bucket rclone-test-xapoboj5qoto", Local "Local file system at /tmp/rclone2007618947", Modify Window "1ms" 2026/08/19 02:35:48 DEBUG : Waiting for deletions to finish 2026/08/19 02:35:48 DEBUG : apple: Excluded (Path Filter) 2026/08/19 02:35:48 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/19 02:35:48 DEBUG : banana: Excluded (Path Filter) 2026/08/19 02:35:48 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/19 02:35:48 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/19 02:35:48 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/19 02:35:48 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/19 02:35:48 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/19 02:35:48 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/19 02:35:48 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/19 02:35:48 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/19 02:35:48 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/19 02:35:48 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/19 02:35:48 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/19 02:35:48 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/19 02:35:48 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/19 02:35:48 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/19 02:35:48 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/19 02:35:48 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/19 02:35:48 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/19 02:35:49 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/19 02:35:49 DEBUG : apple: transformed to: PREFIXapple 2026/08/19 02:35:49 DEBUG : banana: transformed to: PREFIXbanana 2026/08/19 02:35:49 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/19 02:35:49 DEBUG : banana: transformed to: PREFIXbanana 2026/08/19 02:35:49 DEBUG : apple: transformed to: PREFIXapple 2026/08/19 02:35:49 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/19 02:35:49 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/19 02:35:49 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/19 02:35:49 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/19 02:35:49 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/19 02:35:49 DEBUG : banana: transformed to: PREFIXbanana 2026/08/19 02:35:49 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/19 02:35:49 DEBUG : apple: transformed to: PREFIXapple 2026/08/19 02:35:49 DEBUG : apple: transformed to: PREFIXapple 2026/08/19 02:35:49 DEBUG : apple: Need to transfer - File not found at Destination 2026/08/19 02:35:49 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/19 02:35:49 DEBUG : appleappleapplebanana: Need to transfer - File not found at Destination 2026/08/19 02:35:49 DEBUG : banana: transformed to: PREFIXbanana 2026/08/19 02:35:49 DEBUG : banana: Need to transfer - File not found at Destination 2026/08/19 02:35:49 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/19 02:35:49 DEBUG : splitbananasplit: Need to transfer - File not found at Destination 2026/08/19 02:35:49 DEBUG : apple: transformed to: PREFIXapple 2026/08/19 02:35:49 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/19 02:35:49 DEBUG : banana: transformed to: PREFIXbanana 2026/08/19 02:35:49 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/19 02:35:49 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/19 02:35:49 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/19 02:35:49 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/08/19 02:35:49 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/19 02:35:49 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/08/19 02:35:49 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/19 02:35:49 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/19 02:35:49 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/19 02:35:49 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/19 02:35:49 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/19 02:35:49 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/19 02:35:49 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/19 02:35:49 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/19 02:35:49 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/19 02:35:49 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/19 02:35:49 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/19 02:35:49 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/19 02:35:49 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/08/19 02:35:49 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/19 02:35:49 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/19 02:35:49 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/19 02:35:49 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/19 02:35:49 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/19 02:35:49 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/19 02:35:49 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/19 02:35:49 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/19 02:35:49 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/19 02:35:49 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/19 02:35:49 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/19 02:35:49 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/19 02:35:49 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/19 02:35:49 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/19 02:35:49 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/19 02:35:49 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/19 02:35:49 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/19 02:35:49 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/19 02:35:49 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/19 02:35:49 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/19 02:35:49 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/19 02:35:49 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/19 02:35:49 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/19 02:35:49 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/19 02:35:49 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/19 02:35:49 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/08/19 02:35:49 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/19 02:35:49 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/19 02:35:49 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/19 02:35:49 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/19 02:35:49 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/19 02:35:49 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/19 02:35:49 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/19 02:35:49 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/19 02:35:49 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/19 02:35:49 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/19 02:35:49 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/19 02:35:49 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/19 02:35:49 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/19 02:35:49 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/08/19 02:35:49 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/19 02:35:49 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/19 02:35:49 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/19 02:35:49 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/19 02:35:49 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/19 02:35:49 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/19 02:35:49 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/19 02:35:49 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/19 02:35:49 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/19 02:35:49 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/19 02:35:49 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/19 02:35:49 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/19 02:35:49 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/19 02:35:49 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/19 02:35:49 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/19 02:35:49 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/08/19 02:35:49 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/19 02:35:49 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/19 02:35:49 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/19 02:35:49 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/19 02:35:49 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/08/19 02:35:49 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/19 02:35:49 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/08/19 02:35:49 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/19 02:35:49 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/08/19 02:35:49 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/19 02:35:49 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/08/19 02:35:49 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/19 02:35:49 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/08/19 02:35:49 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/19 02:35:49 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/19 02:35:49 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/19 02:35:49 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/19 02:35:49 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/19 02:35:49 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/19 02:35:49 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/19 02:35:49 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/19 02:35:49 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/19 02:35:49 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/19 02:35:49 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/08/19 02:35:49 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/19 02:35:49 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/19 02:35:49 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/19 02:35:49 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/19 02:35:49 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/19 02:35:49 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/08/19 02:35:49 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/19 02:35:49 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/19 02:35:49 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/19 02:35:49 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/19 02:35:49 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/19 02:35:49 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/19 02:35:49 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/19 02:35:49 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/19 02:35:49 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/19 02:35:49 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/19 02:35:49 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/19 02:35:49 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/08/19 02:35:49 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/19 02:35:49 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/19 02:35:49 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/19 02:35:49 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/19 02:35:49 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/19 02:35:49 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/08/19 02:35:49 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/19 02:35:49 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/19 02:35:49 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/19 02:35:49 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/19 02:35:49 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/19 02:35:49 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/19 02:35:49 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/19 02:35:49 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/19 02:35:49 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2026/08/19 02:35:49 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/19 02:35:49 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2026/08/19 02:35:49 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/19 02:35:49 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2026/08/19 02:35:49 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/19 02:35:49 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2026/08/19 02:35:49 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/19 02:35:49 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2026/08/19 02:35:49 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/08/19 02:35:49 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/19 02:35:49 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/19 02:35:49 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/19 02:35:49 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/19 02:35:49 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/19 02:35:49 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/19 02:35:49 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/19 02:35:49 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/19 02:35:49 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/19 02:35:49 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2026/08/19 02:35:49 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/19 02:35:49 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/08/19 02:35:49 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/19 02:35:49 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/19 02:35:49 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/19 02:35:49 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/19 02:35:49 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/19 02:35:49 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/08/19 02:35:49 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/19 02:35:49 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/19 02:35:49 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/19 02:35:49 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/19 02:35:49 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/19 02:35:49 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/19 02:35:49 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/19 02:35:49 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/19 02:35:49 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/19 02:35:49 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/19 02:35:49 DEBUG : 0015-9;=.txt: transformed to: PREFIX0015-9;=.txt 2026/08/19 02:35:49 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/19 02:35:49 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/19 02:35:49 DEBUG : PREFIXapple: size = 5 OK 2026/08/19 02:35:49 DEBUG : apple: sha1 = d0be2dc421be4fcd0172e5afceea3970e2f3d940 OK 2026/08/19 02:35:49 INFO : apple: Copied (new) to: PREFIXapple 2026/08/19 02:35:49 DEBUG : PREFIXbanana: size = 6 OK 2026/08/19 02:35:49 DEBUG : banana: sha1 = 250e77f12a5ab6972a0895d290c4792f0a326ea8 OK 2026/08/19 02:35:49 INFO : banana: Copied (new) to: PREFIXbanana 2026/08/19 02:35:49 DEBUG : dir1/0000-abcdefg.txt: Need to transfer - File not found at Destination 2026/08/19 02:35:49 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/19 02:35:49 DEBUG : dir1/0001-bcdefgh.txt: Need to transfer - File not found at Destination 2026/08/19 02:35:49 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/19 02:35:49 DEBUG : dir1/0002-cdefghi.txt: Need to transfer - File not found at Destination 2026/08/19 02:35:49 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/19 02:35:49 DEBUG : dir1/0003-defghij.txt: Need to transfer - File not found at Destination 2026/08/19 02:35:49 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/19 02:35:49 DEBUG : dir1/0004-efghijk.txt: Need to transfer - File not found at Destination 2026/08/19 02:35:49 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/19 02:35:49 DEBUG : dir1/0005-fghijkl.txt: Need to transfer - File not found at Destination 2026/08/19 02:35:49 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/08/19 02:35:49 DEBUG : dir1/0006-ghijklm.txt: Need to transfer - File not found at Destination 2026/08/19 02:35:49 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/19 02:35:49 DEBUG : dir1/0007-1234567.txt: Need to transfer - File not found at Destination 2026/08/19 02:35:49 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/19 02:35:49 DEBUG : dir1/0008-2345678.txt: Need to transfer - File not found at Destination 2026/08/19 02:35:49 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/08/19 02:35:49 DEBUG : dir1/0009-3456789.txt: Need to transfer - File not found at Destination 2026/08/19 02:35:49 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2026/08/19 02:35:49 DEBUG : dir1/0010-456789.txt: Need to transfer - File not found at Destination 2026/08/19 02:35:49 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/19 02:35:49 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination 2026/08/19 02:35:49 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/19 02:35:49 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2026/08/19 02:35:49 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/19 02:35:49 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2026/08/19 02:35:49 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2026/08/19 02:35:49 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/19 02:35:49 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2026/08/19 02:35:49 DEBUG : 0015-9;=.txt: transformed to: PREFIX0015-9;=.txt 2026/08/19 02:35:49 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination 2026/08/19 02:35:49 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt 2026/08/19 02:35:49 DEBUG : B2 bucket rclone-test-xapoboj5qoto: Waiting for checks to finish 2026/08/19 02:35:49 DEBUG : B2 bucket rclone-test-xapoboj5qoto: Waiting for transfers to finish 2026/08/19 02:35:49 DEBUG : PREFIXsplitbananasplit: size = 16 OK 2026/08/19 02:35:49 DEBUG : splitbananasplit: sha1 = c045b86d2da0a5c0db76c2e57cc85d98a73d0dfe OK 2026/08/19 02:35:49 INFO : splitbananasplit: Copied (new) to: PREFIXsplitbananasplit 2026/08/19 02:35:49 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2026/08/19 02:35:49 DEBUG : PREFIXappleappleapplebanana: size = 21 OK 2026/08/19 02:35:49 DEBUG : appleappleapplebanana: sha1 = d4006cec695294959fc86acc4d86a4a8bd1771d4 OK 2026/08/19 02:35:49 INFO : appleappleapplebanana: Copied (new) to: PREFIXappleappleapplebanana 2026/08/19 02:35:49 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2026/08/19 02:35:49 DEBUG : dir1/PREFIX0001-bcdefgh.txt: size = 21 OK 2026/08/19 02:35:49 DEBUG : dir1/0001-bcdefgh.txt: sha1 = 13f6ac14c045641af16b93bf99a126efa57a13c0 OK 2026/08/19 02:35:49 INFO : dir1/0001-bcdefgh.txt: Copied (new) to: dir1/PREFIX0001-bcdefgh.txt 2026/08/19 02:35:49 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2026/08/19 02:35:49 DEBUG : dir1/PREFIX0003-defghij.txt: size = 21 OK 2026/08/19 02:35:49 DEBUG : dir1/0003-defghij.txt: sha1 = 6275159262463ab911da879437354a03fc105132 OK 2026/08/19 02:35:49 INFO : dir1/0003-defghij.txt: Copied (new) to: dir1/PREFIX0003-defghij.txt 2026/08/19 02:35:49 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2026/08/19 02:35:50 DEBUG : dir1/PREFIX0004-efghijk.txt: size = 21 OK 2026/08/19 02:35:50 DEBUG : dir1/0004-efghijk.txt: sha1 = 8a6e3a10e2778fd7a449c0ddeff0e60b99b818f6 OK 2026/08/19 02:35:50 INFO : dir1/0004-efghijk.txt: Copied (new) to: dir1/PREFIX0004-efghijk.txt 2026/08/19 02:35:50 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2026/08/19 02:35:50 DEBUG : dir1/PREFIX0005-fghijkl.txt: size = 21 OK 2026/08/19 02:35:50 DEBUG : dir1/0005-fghijkl.txt: sha1 = 9be5d86eeb571f4bb49cba75a71573bae6d7f9b0 OK 2026/08/19 02:35:50 INFO : dir1/0005-fghijkl.txt: Copied (new) to: dir1/PREFIX0005-fghijkl.txt 2026/08/19 02:35:50 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2026/08/19 02:35:50 DEBUG : dir1/PREFIX0002-cdefghi.txt: size = 21 OK 2026/08/19 02:35:50 DEBUG : dir1/0002-cdefghi.txt: sha1 = f5271bcb3e6699430d75487a6e002f56f75748d6 OK 2026/08/19 02:35:50 INFO : dir1/0002-cdefghi.txt: Copied (new) to: dir1/PREFIX0002-cdefghi.txt 2026/08/19 02:35:50 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2026/08/19 02:35:50 DEBUG : dir1/PREFIX0006-ghijklm.txt: size = 21 OK 2026/08/19 02:35:50 DEBUG : dir1/0006-ghijklm.txt: sha1 = 022b65de02ed02df549dca26b856b83ea957c161 OK 2026/08/19 02:35:50 INFO : dir1/0006-ghijklm.txt: Copied (new) to: dir1/PREFIX0006-ghijklm.txt 2026/08/19 02:35:50 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2026/08/19 02:35:50 DEBUG : dir1/PREFIX0000-abcdefg.txt: size = 21 OK 2026/08/19 02:35:50 DEBUG : dir1/0000-abcdefg.txt: sha1 = 39cc20a3972ef42585635752f22e809ce7661dd0 OK 2026/08/19 02:35:50 INFO : dir1/0000-abcdefg.txt: Copied (new) to: dir1/PREFIX0000-abcdefg.txt 2026/08/19 02:35:50 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2026/08/19 02:35:50 DEBUG : dir1/PREFIX0007-1234567.txt: size = 21 OK 2026/08/19 02:35:50 DEBUG : dir1/0007-1234567.txt: sha1 = f65b28e19d4af11accc4c96ab412abe037842afc OK 2026/08/19 02:35:50 INFO : dir1/0007-1234567.txt: Copied (new) to: dir1/PREFIX0007-1234567.txt 2026/08/19 02:35:50 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2026/08/19 02:35:50 DEBUG : dir1/PREFIX0009-3456789.txt: size = 21 OK 2026/08/19 02:35:50 DEBUG : dir1/0009-3456789.txt: sha1 = cf20fbc0bb51b0e93dd849f5493167c827e103dc OK 2026/08/19 02:35:50 INFO : dir1/0009-3456789.txt: Copied (new) to: dir1/PREFIX0009-3456789.txt 2026/08/19 02:35:50 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2026/08/19 02:35:50 DEBUG : dir1/PREFIX0008-2345678.txt: size = 21 OK 2026/08/19 02:35:50 DEBUG : dir1/0008-2345678.txt: sha1 = 35bd7b0a5af9be4c53d2bf8b53d45f0c4e5d9d07 OK 2026/08/19 02:35:50 INFO : dir1/0008-2345678.txt: Copied (new) to: dir1/PREFIX0008-2345678.txt 2026/08/19 02:35:50 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2026/08/19 02:35:50 DEBUG : dir1/PREFIX0011-56789;.txt: size = 20 OK 2026/08/19 02:35:50 DEBUG : dir1/0011-56789;.txt: sha1 = ce6baa1459a8f1c8daeca41dccc499a5a7f9d342 OK 2026/08/19 02:35:50 INFO : dir1/0011-56789;.txt: Copied (new) to: dir1/PREFIX0011-56789;.txt 2026/08/19 02:35:50 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2026/08/19 02:35:50 DEBUG : dir1/PREFIX0012-6789;.txt: size = 19 OK 2026/08/19 02:35:50 DEBUG : dir1/0012-6789;.txt: sha1 = 41938da9b0f9799a9c96dea5682322b6b7607058 OK 2026/08/19 02:35:50 INFO : dir1/0012-6789;.txt: Copied (new) to: dir1/PREFIX0012-6789;.txt 2026/08/19 02:35:50 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt 2026/08/19 02:35:50 DEBUG : dir1/PREFIX0013-789;=.txt: size = 19 OK 2026/08/19 02:35:50 DEBUG : dir1/0013-789;=.txt: sha1 = 957e831070085d71b655c9afa66b8e0cb86662b3 OK 2026/08/19 02:35:50 INFO : dir1/0013-789;=.txt: Copied (new) to: dir1/PREFIX0013-789;=.txt 2026/08/19 02:35:50 DEBUG : dir1/PREFIX0014-89;=.txt: size = 18 OK 2026/08/19 02:35:50 DEBUG : dir1/0014-89;=.txt: sha1 = 6f88327b529855962672012b6f4fc01033c31ec0 OK 2026/08/19 02:35:50 INFO : dir1/0014-89;=.txt: Copied (new) to: dir1/PREFIX0014-89;=.txt 2026/08/19 02:35:51 DEBUG : dir1/PREFIX0015-9;=.txt: size = 17 OK 2026/08/19 02:35:51 DEBUG : dir1/0015-9;=.txt: sha1 = 2a0afde94c232e5cb80d07261acf840a4a5f0143 OK 2026/08/19 02:35:51 INFO : dir1/0015-9;=.txt: Copied (new) to: dir1/PREFIX0015-9;=.txt 2026/08/19 02:35:51 DEBUG : dir1/PREFIX0010-456789.txt: size = 20 OK 2026/08/19 02:35:51 DEBUG : dir1/0010-456789.txt: sha1 = ef1ccb5339c5b9d3b78cdb41937cb754674521e9 OK 2026/08/19 02:35:51 INFO : dir1/0010-456789.txt: Copied (new) to: dir1/PREFIX0010-456789.txt 2026/08/19 02:35:51 DEBUG : Waiting for deletions to finish 2026/08/19 02:35:51 INFO : dir1/0009-3456789.txt: Deleted 2026/08/19 02:35:51 INFO : dir1/0003-defghij.txt: Deleted 2026/08/19 02:35:51 INFO : dir1/0008-2345678.txt: Deleted 2026/08/19 02:35:51 INFO : dir1/0010-456789.txt: Deleted 2026/08/19 02:35:51 INFO : appleappleapplebanana: Deleted 2026/08/19 02:35:51 INFO : splitbananasplit: Deleted 2026/08/19 02:35:51 INFO : dir1/0001-bcdefgh.txt: Deleted 2026/08/19 02:35:51 INFO : dir1/0005-fghijkl.txt: Deleted 2026/08/19 02:35:51 INFO : dir1/0006-ghijklm.txt: Deleted 2026/08/19 02:35:51 INFO : dir1/0011-56789;.txt: Deleted 2026/08/19 02:35:51 INFO : dir1/0012-6789;.txt: Deleted 2026/08/19 02:35:51 INFO : apple: Deleted 2026/08/19 02:35:51 INFO : banana: Deleted 2026/08/19 02:35:51 INFO : dir1/0013-789;=.txt: Deleted 2026/08/19 02:35:51 INFO : dir1/0014-89;=.txt: Deleted 2026/08/19 02:35:51 INFO : dir1/0015-9;=.txt: Deleted 2026/08/19 02:35:51 INFO : dir1/0007-1234567.txt: Deleted 2026/08/19 02:35:51 INFO : dir1/0000-abcdefg.txt: Deleted 2026/08/19 02:35:51 INFO : dir1/0002-cdefghi.txt: Deleted 2026/08/19 02:35:51 INFO : dir1/0004-efghijk.txt: Deleted 2026/08/19 02:35:51 DEBUG : Waiting for deletions to finish 2026/08/19 02:35:52 DEBUG : PREFIXapple: Excluded (Path Filter) 2026/08/19 02:35:52 DEBUG : PREFIXappleappleapplebanana: Excluded (Path Filter) 2026/08/19 02:35:52 DEBUG : PREFIXbanana: Excluded (Path Filter) 2026/08/19 02:35:52 DEBUG : PREFIXsplitbananasplit: Excluded (Path Filter) 2026/08/19 02:35:52 DEBUG : dir1/PREFIX0000-abcdefg.txt: Excluded (Path Filter) 2026/08/19 02:35:52 DEBUG : dir1/PREFIX0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/19 02:35:52 DEBUG : dir1/PREFIX0002-cdefghi.txt: Excluded (Path Filter) 2026/08/19 02:35:52 DEBUG : dir1/PREFIX0003-defghij.txt: Excluded (Path Filter) 2026/08/19 02:35:52 DEBUG : dir1/PREFIX0004-efghijk.txt: Excluded (Path Filter) 2026/08/19 02:35:52 DEBUG : dir1/PREFIX0005-fghijkl.txt: Excluded (Path Filter) 2026/08/19 02:35:52 DEBUG : dir1/PREFIX0006-ghijklm.txt: Excluded (Path Filter) 2026/08/19 02:35:52 DEBUG : dir1/PREFIX0007-1234567.txt: Excluded (Path Filter) 2026/08/19 02:35:52 DEBUG : dir1/PREFIX0008-2345678.txt: Excluded (Path Filter) 2026/08/19 02:35:52 DEBUG : dir1/PREFIX0009-3456789.txt: Excluded (Path Filter) 2026/08/19 02:35:52 DEBUG : dir1/PREFIX0010-456789.txt: Excluded (Path Filter) 2026/08/19 02:35:52 DEBUG : dir1/PREFIX0011-56789;.txt: Excluded (Path Filter) 2026/08/19 02:35:52 DEBUG : dir1/PREFIX0012-6789;.txt: Excluded (Path Filter) 2026/08/19 02:35:52 DEBUG : dir1/PREFIX0013-789;=.txt: Excluded (Path Filter) 2026/08/19 02:35:52 DEBUG : dir1/PREFIX0014-89;=.txt: Excluded (Path Filter) 2026/08/19 02:35:52 DEBUG : dir1/PREFIX0015-9;=.txt: Excluded (Path Filter) 2026/08/19 02:35:52 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2026/08/19 02:35:52 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt 2026/08/19 02:35:52 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2026/08/19 02:35:52 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2026/08/19 02:35:52 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2026/08/19 02:35:52 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2026/08/19 02:35:52 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2026/08/19 02:35:52 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2026/08/19 02:35:52 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2026/08/19 02:35:52 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2026/08/19 02:35:52 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2026/08/19 02:35:52 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2026/08/19 02:35:52 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2026/08/19 02:35:52 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2026/08/19 02:35:52 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2026/08/19 02:35:52 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2026/08/19 02:35:52 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2026/08/19 02:35:52 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2026/08/19 02:35:52 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2026/08/19 02:35:52 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2026/08/19 02:35:52 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2026/08/19 02:35:52 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2026/08/19 02:35:52 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2026/08/19 02:35:52 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2026/08/19 02:35:52 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2026/08/19 02:35:52 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2026/08/19 02:35:52 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2026/08/19 02:35:52 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2026/08/19 02:35:52 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt 2026/08/19 02:35:52 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2026/08/19 02:35:52 DEBUG : apple: transformed to: PREFIXapple 2026/08/19 02:35:52 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt 2026/08/19 02:35:52 DEBUG : apple: transformed to: PREFIXapple 2026/08/19 02:35:52 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2026/08/19 02:35:52 DEBUG : apple: transformed to: PREFIXapple 2026/08/19 02:35:52 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2026/08/19 02:35:52 DEBUG : apple: transformed to: PREFIXapple 2026/08/19 02:35:52 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2026/08/19 02:35:52 DEBUG : apple: transformed to: PREFIXapple 2026/08/19 02:35:52 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2026/08/19 02:35:52 DEBUG : apple: transformed to: PREFIXapple 2026/08/19 02:35:52 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2026/08/19 02:35:52 DEBUG : apple: transformed to: PREFIXapple 2026/08/19 02:35:52 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2026/08/19 02:35:52 DEBUG : apple: transformed to: PREFIXapple 2026/08/19 02:35:52 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2026/08/19 02:35:52 DEBUG : apple: transformed to: PREFIXapple 2026/08/19 02:35:52 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2026/08/19 02:35:52 DEBUG : apple: transformed to: PREFIXapple 2026/08/19 02:35:52 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2026/08/19 02:35:52 DEBUG : apple: transformed to: PREFIXapple 2026/08/19 02:35:52 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2026/08/19 02:35:52 DEBUG : apple: transformed to: PREFIXapple 2026/08/19 02:35:52 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2026/08/19 02:35:52 DEBUG : apple: transformed to: PREFIXapple 2026/08/19 02:35:52 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2026/08/19 02:35:52 DEBUG : apple: transformed to: PREFIXapple 2026/08/19 02:35:52 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2026/08/19 02:35:52 DEBUG : apple: transformed to: PREFIXapple 2026/08/19 02:35:52 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2026/08/19 02:35:52 DEBUG : apple: transformed to: PREFIXapple 2026/08/19 02:35:52 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt 2026/08/19 02:35:52 DEBUG : banana: transformed to: PREFIXbanana 2026/08/19 02:35:52 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt 2026/08/19 02:35:52 DEBUG : banana: transformed to: PREFIXbanana 2026/08/19 02:35:52 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2026/08/19 02:35:52 DEBUG : banana: transformed to: PREFIXbanana 2026/08/19 02:35:52 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2026/08/19 02:35:52 DEBUG : banana: transformed to: PREFIXbanana 2026/08/19 02:35:52 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2026/08/19 02:35:52 DEBUG : banana: transformed to: PREFIXbanana 2026/08/19 02:35:52 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2026/08/19 02:35:52 DEBUG : banana: transformed to: PREFIXbanana 2026/08/19 02:35:52 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2026/08/19 02:35:52 DEBUG : banana: transformed to: PREFIXbanana 2026/08/19 02:35:52 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2026/08/19 02:35:52 DEBUG : banana: transformed to: PREFIXbanana 2026/08/19 02:35:52 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2026/08/19 02:35:52 DEBUG : banana: transformed to: PREFIXbanana 2026/08/19 02:35:52 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2026/08/19 02:35:52 DEBUG : banana: transformed to: PREFIXbanana 2026/08/19 02:35:52 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2026/08/19 02:35:52 DEBUG : banana: transformed to: PREFIXbanana 2026/08/19 02:35:52 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2026/08/19 02:35:52 DEBUG : banana: transformed to: PREFIXbanana 2026/08/19 02:35:52 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2026/08/19 02:35:52 DEBUG : banana: transformed to: PREFIXbanana 2026/08/19 02:35:52 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2026/08/19 02:35:52 DEBUG : banana: transformed to: PREFIXbanana 2026/08/19 02:35:52 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2026/08/19 02:35:52 DEBUG : banana: transformed to: PREFIXbanana 2026/08/19 02:35:52 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2026/08/19 02:35:52 DEBUG : banana: transformed to: PREFIXbanana 2026/08/19 02:35:52 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt 2026/08/19 02:35:52 DEBUG : banana: transformed to: PREFIXbanana 2026/08/19 02:35:52 DEBUG : apple: transformed to: PREFIXapple 2026/08/19 02:35:52 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/19 02:35:52 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt 2026/08/19 02:35:52 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/19 02:35:52 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2026/08/19 02:35:52 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/19 02:35:52 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2026/08/19 02:35:52 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/19 02:35:52 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2026/08/19 02:35:52 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/19 02:35:52 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2026/08/19 02:35:52 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/19 02:35:52 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2026/08/19 02:35:52 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/19 02:35:52 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2026/08/19 02:35:52 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/19 02:35:52 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2026/08/19 02:35:52 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/19 02:35:52 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2026/08/19 02:35:52 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/19 02:35:52 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2026/08/19 02:35:52 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/19 02:35:52 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2026/08/19 02:35:52 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/19 02:35:52 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2026/08/19 02:35:52 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/19 02:35:52 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2026/08/19 02:35:52 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/19 02:35:52 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2026/08/19 02:35:52 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/19 02:35:52 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2026/08/19 02:35:52 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/19 02:35:52 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt 2026/08/19 02:35:52 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/19 02:35:52 DEBUG : banana: transformed to: PREFIXbanana 2026/08/19 02:35:52 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/19 02:35:52 DEBUG : apple: transformed to: PREFIXapple 2026/08/19 02:35:52 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/19 02:35:52 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt 2026/08/19 02:35:52 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/19 02:35:52 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2026/08/19 02:35:52 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/19 02:35:52 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2026/08/19 02:35:52 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/19 02:35:52 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2026/08/19 02:35:52 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/19 02:35:52 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2026/08/19 02:35:52 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/19 02:35:52 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2026/08/19 02:35:52 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/19 02:35:52 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2026/08/19 02:35:52 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/19 02:35:52 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2026/08/19 02:35:52 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/19 02:35:52 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2026/08/19 02:35:52 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/19 02:35:52 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2026/08/19 02:35:52 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/19 02:35:52 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2026/08/19 02:35:52 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/19 02:35:52 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2026/08/19 02:35:52 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/19 02:35:52 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2026/08/19 02:35:52 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/19 02:35:52 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2026/08/19 02:35:52 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/19 02:35:52 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2026/08/19 02:35:52 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/19 02:35:52 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt 2026/08/19 02:35:52 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/19 02:35:52 DEBUG : banana: transformed to: PREFIXbanana 2026/08/19 02:35:52 DEBUG : apple: transformed to: PREFIXapple 2026/08/19 02:35:52 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/19 02:35:52 DEBUG : banana: transformed to: PREFIXbanana 2026/08/19 02:35:52 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/19 02:35:52 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt 2026/08/19 02:35:52 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2026/08/19 02:35:52 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2026/08/19 02:35:52 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2026/08/19 02:35:52 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2026/08/19 02:35:52 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2026/08/19 02:35:52 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2026/08/19 02:35:52 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2026/08/19 02:35:52 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2026/08/19 02:35:52 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2026/08/19 02:35:52 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2026/08/19 02:35:52 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2026/08/19 02:35:52 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2026/08/19 02:35:52 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2026/08/19 02:35:52 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2026/08/19 02:35:52 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt 2026/08/19 02:35:52 DEBUG : apple: Need to transfer - File not found at Destination 2026/08/19 02:35:52 DEBUG : appleappleapplebanana: Need to transfer - File not found at Destination 2026/08/19 02:35:52 DEBUG : banana: Need to transfer - File not found at Destination 2026/08/19 02:35:52 DEBUG : splitbananasplit: Need to transfer - File not found at Destination 2026/08/19 02:35:52 DEBUG : apple: size = 5 OK 2026/08/19 02:35:52 DEBUG : apple: sha1 = d0be2dc421be4fcd0172e5afceea3970e2f3d940 OK 2026/08/19 02:35:52 INFO : apple: Copied (new) 2026/08/19 02:35:52 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/19 02:35:52 DEBUG : appleappleapplebanana: sha1 = d4006cec695294959fc86acc4d86a4a8bd1771d4 OK 2026/08/19 02:35:52 INFO : appleappleapplebanana: Copied (new) 2026/08/19 02:35:52 DEBUG : banana: size = 6 OK 2026/08/19 02:35:52 DEBUG : banana: sha1 = 250e77f12a5ab6972a0895d290c4792f0a326ea8 OK 2026/08/19 02:35:52 INFO : banana: Copied (new) 2026/08/19 02:35:52 DEBUG : splitbananasplit: size = 16 OK 2026/08/19 02:35:52 DEBUG : splitbananasplit: sha1 = c045b86d2da0a5c0db76c2e57cc85d98a73d0dfe OK 2026/08/19 02:35:52 INFO : splitbananasplit: Copied (new) 2026/08/19 02:35:52 DEBUG : dir1/0000-abcdefg.txt: Need to transfer - File not found at Destination 2026/08/19 02:35:52 DEBUG : dir1/0001-bcdefgh.txt: Need to transfer - File not found at Destination 2026/08/19 02:35:52 DEBUG : dir1/0002-cdefghi.txt: Need to transfer - File not found at Destination 2026/08/19 02:35:52 DEBUG : dir1/0003-defghij.txt: Need to transfer - File not found at Destination 2026/08/19 02:35:52 DEBUG : dir1/0004-efghijk.txt: Need to transfer - File not found at Destination 2026/08/19 02:35:52 DEBUG : dir1/0005-fghijkl.txt: Need to transfer - File not found at Destination 2026/08/19 02:35:52 DEBUG : dir1/0006-ghijklm.txt: Need to transfer - File not found at Destination 2026/08/19 02:35:52 DEBUG : dir1/0007-1234567.txt: Need to transfer - File not found at Destination 2026/08/19 02:35:52 DEBUG : dir1/0008-2345678.txt: Need to transfer - File not found at Destination 2026/08/19 02:35:52 DEBUG : dir1/0009-3456789.txt: Need to transfer - File not found at Destination 2026/08/19 02:35:52 DEBUG : dir1/0010-456789.txt: Need to transfer - File not found at Destination 2026/08/19 02:35:52 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination 2026/08/19 02:35:52 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2026/08/19 02:35:52 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2026/08/19 02:35:52 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2026/08/19 02:35:52 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination 2026/08/19 02:35:52 DEBUG : B2 bucket rclone-test-xapoboj5qoto: Waiting for checks to finish 2026/08/19 02:35:52 DEBUG : B2 bucket rclone-test-xapoboj5qoto: Waiting for transfers to finish 2026/08/19 02:35:53 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/19 02:35:53 DEBUG : dir1/0000-abcdefg.txt: sha1 = 39cc20a3972ef42585635752f22e809ce7661dd0 OK 2026/08/19 02:35:53 INFO : dir1/0000-abcdefg.txt: Copied (new) 2026/08/19 02:35:53 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/19 02:35:53 DEBUG : dir1/0001-bcdefgh.txt: sha1 = 13f6ac14c045641af16b93bf99a126efa57a13c0 OK 2026/08/19 02:35:53 INFO : dir1/0001-bcdefgh.txt: Copied (new) 2026/08/19 02:35:53 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/19 02:35:53 DEBUG : dir1/0002-cdefghi.txt: sha1 = f5271bcb3e6699430d75487a6e002f56f75748d6 OK 2026/08/19 02:35:53 INFO : dir1/0002-cdefghi.txt: Copied (new) 2026/08/19 02:35:53 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/19 02:35:53 DEBUG : dir1/0003-defghij.txt: sha1 = 6275159262463ab911da879437354a03fc105132 OK 2026/08/19 02:35:53 INFO : dir1/0003-defghij.txt: Copied (new) 2026/08/19 02:35:53 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/19 02:35:53 DEBUG : dir1/0004-efghijk.txt: sha1 = 8a6e3a10e2778fd7a449c0ddeff0e60b99b818f6 OK 2026/08/19 02:35:53 INFO : dir1/0004-efghijk.txt: Copied (new) 2026/08/19 02:35:53 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/19 02:35:53 DEBUG : dir1/0005-fghijkl.txt: sha1 = 9be5d86eeb571f4bb49cba75a71573bae6d7f9b0 OK 2026/08/19 02:35:53 INFO : dir1/0005-fghijkl.txt: Copied (new) 2026/08/19 02:35:53 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/19 02:35:53 DEBUG : dir1/0006-ghijklm.txt: sha1 = 022b65de02ed02df549dca26b856b83ea957c161 OK 2026/08/19 02:35:53 INFO : dir1/0006-ghijklm.txt: Copied (new) 2026/08/19 02:35:53 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/19 02:35:53 DEBUG : dir1/0007-1234567.txt: sha1 = f65b28e19d4af11accc4c96ab412abe037842afc OK 2026/08/19 02:35:53 INFO : dir1/0007-1234567.txt: Copied (new) 2026/08/19 02:35:53 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/19 02:35:53 DEBUG : dir1/0008-2345678.txt: sha1 = 35bd7b0a5af9be4c53d2bf8b53d45f0c4e5d9d07 OK 2026/08/19 02:35:53 INFO : dir1/0008-2345678.txt: Copied (new) 2026/08/19 02:35:53 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/19 02:35:53 DEBUG : dir1/0009-3456789.txt: sha1 = cf20fbc0bb51b0e93dd849f5493167c827e103dc OK 2026/08/19 02:35:53 INFO : dir1/0009-3456789.txt: Copied (new) 2026/08/19 02:35:53 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/19 02:35:53 DEBUG : dir1/0010-456789.txt: sha1 = ef1ccb5339c5b9d3b78cdb41937cb754674521e9 OK 2026/08/19 02:35:53 INFO : dir1/0010-456789.txt: Copied (new) 2026/08/19 02:35:53 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/19 02:35:53 DEBUG : dir1/0011-56789;.txt: sha1 = ce6baa1459a8f1c8daeca41dccc499a5a7f9d342 OK 2026/08/19 02:35:53 INFO : dir1/0011-56789;.txt: Copied (new) 2026/08/19 02:35:53 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/19 02:35:53 DEBUG : dir1/0012-6789;.txt: sha1 = 41938da9b0f9799a9c96dea5682322b6b7607058 OK 2026/08/19 02:35:53 INFO : dir1/0012-6789;.txt: Copied (new) 2026/08/19 02:35:53 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/19 02:35:53 DEBUG : dir1/0013-789;=.txt: sha1 = 957e831070085d71b655c9afa66b8e0cb86662b3 OK 2026/08/19 02:35:53 INFO : dir1/0013-789;=.txt: Copied (new) 2026/08/19 02:35:53 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/19 02:35:53 DEBUG : dir1/0014-89;=.txt: sha1 = 6f88327b529855962672012b6f4fc01033c31ec0 OK 2026/08/19 02:35:53 INFO : dir1/0014-89;=.txt: Copied (new) 2026/08/19 02:35:53 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/19 02:35:53 DEBUG : dir1/0015-9;=.txt: sha1 = 2a0afde94c232e5cb80d07261acf840a4a5f0143 OK 2026/08/19 02:35:53 INFO : dir1/0015-9;=.txt: Copied (new) 2026/08/19 02:35:53 DEBUG : Waiting for deletions to finish 2026/08/19 02:35:53 INFO : dir1/PREFIX0009-3456789.txt: Deleted 2026/08/19 02:35:53 INFO : dir1/PREFIX0013-789;=.txt: Deleted 2026/08/19 02:35:53 INFO : dir1/PREFIX0012-6789;.txt: Deleted 2026/08/19 02:35:53 INFO : PREFIXapple: Deleted 2026/08/19 02:35:53 INFO : dir1/PREFIX0002-cdefghi.txt: Deleted 2026/08/19 02:35:53 INFO : dir1/PREFIX0005-fghijkl.txt: Deleted 2026/08/19 02:35:53 INFO : dir1/PREFIX0008-2345678.txt: Deleted 2026/08/19 02:35:53 INFO : dir1/PREFIX0011-56789;.txt: Deleted 2026/08/19 02:35:53 INFO : dir1/PREFIX0015-9;=.txt: Deleted 2026/08/19 02:35:54 INFO : PREFIXappleappleapplebanana: Deleted 2026/08/19 02:35:54 INFO : dir1/PREFIX0006-ghijklm.txt: Deleted 2026/08/19 02:35:54 INFO : dir1/PREFIX0007-1234567.txt: Deleted 2026/08/19 02:35:54 INFO : PREFIXbanana: Deleted 2026/08/19 02:35:54 INFO : PREFIXsplitbananasplit: Deleted 2026/08/19 02:35:54 INFO : dir1/PREFIX0001-bcdefgh.txt: Deleted 2026/08/19 02:35:54 INFO : dir1/PREFIX0010-456789.txt: Deleted 2026/08/19 02:35:54 INFO : dir1/PREFIX0014-89;=.txt: Deleted 2026/08/19 02:35:54 INFO : dir1/PREFIX0000-abcdefg.txt: Deleted 2026/08/19 02:35:54 INFO : dir1/PREFIX0003-defghij.txt: Deleted 2026/08/19 02:35:54 INFO : dir1/PREFIX0004-efghijk.txt: Deleted 2026/08/19 02:35:54 DEBUG : Waiting for deletions to finish 2026/08/19 02:35:54 DEBUG : apple: Excluded (Path Filter) 2026/08/19 02:35:54 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/19 02:35:54 DEBUG : banana: Excluded (Path Filter) 2026/08/19 02:35:54 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/19 02:35:54 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/19 02:35:54 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/19 02:35:54 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/19 02:35:54 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/19 02:35:54 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/19 02:35:54 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/19 02:35:54 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/19 02:35:54 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/19 02:35:54 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/19 02:35:54 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/19 02:35:54 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/19 02:35:54 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/19 02:35:54 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/19 02:35:54 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/19 02:35:54 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/19 02:35:54 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/19 02:35:54 DEBUG : Waiting for deletions to finish 2026/08/19 02:35:54 DEBUG : apple: Excluded (Path Filter) 2026/08/19 02:35:54 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/19 02:35:54 DEBUG : banana: Excluded (Path Filter) 2026/08/19 02:35:54 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/19 02:35:54 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/19 02:35:54 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/19 02:35:54 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/19 02:35:54 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/19 02:35:54 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/19 02:35:54 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/19 02:35:54 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/19 02:35:54 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/19 02:35:54 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/19 02:35:54 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/19 02:35:54 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/19 02:35:54 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/19 02:35:54 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/19 02:35:54 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/19 02:35:54 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/19 02:35:54 DEBUG : splitbananasplit: Excluded (Path Filter) === RUN TestTransform/suffix run.go:198: Remote "B2 bucket rclone-test-xapoboj5qoto", Local "Local file system at /tmp/rclone2007618947", Modify Window "1ms" 2026/08/19 02:36:04 DEBUG : Waiting for deletions to finish 2026/08/19 02:36:05 DEBUG : apple: Excluded (Path Filter) 2026/08/19 02:36:05 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/19 02:36:05 DEBUG : banana: Excluded (Path Filter) 2026/08/19 02:36:05 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/19 02:36:05 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/19 02:36:05 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/19 02:36:05 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/19 02:36:05 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/19 02:36:05 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/19 02:36:05 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/19 02:36:05 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/19 02:36:05 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/19 02:36:05 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/19 02:36:05 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/19 02:36:05 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/19 02:36:05 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/19 02:36:05 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/19 02:36:05 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/19 02:36:05 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/19 02:36:05 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/19 02:36:05 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2026/08/19 02:36:05 DEBUG : apple: transformed to: appleSUFFIX 2026/08/19 02:36:05 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/19 02:36:05 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2026/08/19 02:36:05 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/19 02:36:05 DEBUG : apple: transformed to: appleSUFFIX 2026/08/19 02:36:05 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2026/08/19 02:36:05 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/19 02:36:05 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/19 02:36:05 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2026/08/19 02:36:05 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/19 02:36:05 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/19 02:36:05 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/19 02:36:05 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/19 02:36:05 DEBUG : apple: transformed to: appleSUFFIX 2026/08/19 02:36:05 DEBUG : apple: transformed to: appleSUFFIX 2026/08/19 02:36:05 DEBUG : apple: Need to transfer - File not found at Destination 2026/08/19 02:36:05 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/19 02:36:05 DEBUG : appleappleapplebanana: Need to transfer - File not found at Destination 2026/08/19 02:36:05 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/19 02:36:05 DEBUG : banana: Need to transfer - File not found at Destination 2026/08/19 02:36:05 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2026/08/19 02:36:05 DEBUG : splitbananasplit: Need to transfer - File not found at Destination 2026/08/19 02:36:05 DEBUG : apple: transformed to: appleSUFFIX 2026/08/19 02:36:05 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/19 02:36:05 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/19 02:36:05 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/19 02:36:05 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2026/08/19 02:36:05 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/19 02:36:05 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/08/19 02:36:05 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/19 02:36:05 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/08/19 02:36:05 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/19 02:36:05 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/19 02:36:05 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/19 02:36:05 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/19 02:36:05 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/19 02:36:05 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/19 02:36:05 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/19 02:36:05 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/19 02:36:05 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/19 02:36:05 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/19 02:36:05 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/19 02:36:05 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/19 02:36:05 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/08/19 02:36:05 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/19 02:36:05 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/19 02:36:05 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/19 02:36:05 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/19 02:36:05 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/19 02:36:05 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/19 02:36:05 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/19 02:36:05 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/19 02:36:05 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/19 02:36:05 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/19 02:36:05 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/19 02:36:05 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/19 02:36:05 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/19 02:36:05 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/19 02:36:05 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/19 02:36:05 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/19 02:36:05 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/19 02:36:05 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/19 02:36:05 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/19 02:36:05 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/19 02:36:05 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/19 02:36:05 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/19 02:36:05 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/19 02:36:05 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/19 02:36:05 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/19 02:36:05 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/08/19 02:36:05 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/19 02:36:05 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/19 02:36:05 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/19 02:36:05 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/19 02:36:05 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/19 02:36:05 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/19 02:36:05 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/19 02:36:05 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/19 02:36:05 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/19 02:36:05 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/19 02:36:05 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/19 02:36:05 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/19 02:36:05 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/19 02:36:05 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/08/19 02:36:05 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/19 02:36:05 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/19 02:36:05 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/19 02:36:05 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/19 02:36:05 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/19 02:36:05 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/19 02:36:05 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/19 02:36:05 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/19 02:36:05 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/19 02:36:05 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/19 02:36:05 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/19 02:36:05 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/19 02:36:05 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/19 02:36:05 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/19 02:36:05 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/19 02:36:05 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/08/19 02:36:05 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/19 02:36:05 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/19 02:36:05 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/19 02:36:05 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/19 02:36:05 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/08/19 02:36:05 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/19 02:36:05 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/08/19 02:36:05 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/19 02:36:05 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/08/19 02:36:05 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/19 02:36:05 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/08/19 02:36:05 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/19 02:36:05 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/08/19 02:36:05 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/19 02:36:05 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/19 02:36:05 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/19 02:36:05 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/19 02:36:05 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/19 02:36:05 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/19 02:36:05 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/19 02:36:05 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/19 02:36:05 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/19 02:36:05 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/19 02:36:05 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/08/19 02:36:05 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/19 02:36:05 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/19 02:36:05 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/19 02:36:05 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/19 02:36:05 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/19 02:36:05 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/08/19 02:36:05 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/19 02:36:05 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/19 02:36:05 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/19 02:36:05 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/19 02:36:05 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/19 02:36:05 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/19 02:36:05 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/19 02:36:05 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/19 02:36:05 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/19 02:36:05 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/19 02:36:05 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/19 02:36:05 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/08/19 02:36:05 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/19 02:36:05 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/19 02:36:05 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/19 02:36:05 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/19 02:36:05 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/19 02:36:05 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/08/19 02:36:05 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/19 02:36:05 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/19 02:36:05 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/19 02:36:05 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/19 02:36:05 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/19 02:36:05 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/19 02:36:05 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/19 02:36:05 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/19 02:36:05 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2026/08/19 02:36:05 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/19 02:36:05 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2026/08/19 02:36:05 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/19 02:36:05 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2026/08/19 02:36:05 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/19 02:36:05 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2026/08/19 02:36:05 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/19 02:36:05 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2026/08/19 02:36:05 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/08/19 02:36:05 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/19 02:36:05 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/19 02:36:05 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/19 02:36:05 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/19 02:36:05 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/19 02:36:05 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/19 02:36:05 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/19 02:36:05 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/19 02:36:05 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/19 02:36:05 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2026/08/19 02:36:05 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/19 02:36:05 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/08/19 02:36:05 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/19 02:36:05 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/19 02:36:05 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/19 02:36:05 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/19 02:36:05 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/19 02:36:05 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/08/19 02:36:05 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/19 02:36:05 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/19 02:36:05 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/19 02:36:05 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/19 02:36:05 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/19 02:36:05 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/19 02:36:05 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/19 02:36:05 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/19 02:36:05 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/19 02:36:05 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/19 02:36:05 DEBUG : 0015-9;=.txt: transformed to: 0015-9;=.txtSUFFIX 2026/08/19 02:36:05 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/19 02:36:05 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/19 02:36:05 DEBUG : appleSUFFIX: size = 5 OK 2026/08/19 02:36:05 DEBUG : apple: sha1 = d0be2dc421be4fcd0172e5afceea3970e2f3d940 OK 2026/08/19 02:36:05 INFO : apple: Copied (new) to: appleSUFFIX 2026/08/19 02:36:05 DEBUG : bananaSUFFIX: size = 6 OK 2026/08/19 02:36:05 DEBUG : banana: sha1 = 250e77f12a5ab6972a0895d290c4792f0a326ea8 OK 2026/08/19 02:36:05 INFO : banana: Copied (new) to: bananaSUFFIX 2026/08/19 02:36:05 DEBUG : dir1/0000-abcdefg.txt: Need to transfer - File not found at Destination 2026/08/19 02:36:05 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/19 02:36:05 DEBUG : dir1/0001-bcdefgh.txt: Need to transfer - File not found at Destination 2026/08/19 02:36:05 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/19 02:36:05 DEBUG : dir1/0002-cdefghi.txt: Need to transfer - File not found at Destination 2026/08/19 02:36:05 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/19 02:36:05 DEBUG : dir1/0003-defghij.txt: Need to transfer - File not found at Destination 2026/08/19 02:36:05 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/19 02:36:05 DEBUG : dir1/0004-efghijk.txt: Need to transfer - File not found at Destination 2026/08/19 02:36:05 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/19 02:36:05 DEBUG : dir1/0005-fghijkl.txt: Need to transfer - File not found at Destination 2026/08/19 02:36:05 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/08/19 02:36:05 DEBUG : dir1/0006-ghijklm.txt: Need to transfer - File not found at Destination 2026/08/19 02:36:05 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/19 02:36:05 DEBUG : dir1/0007-1234567.txt: Need to transfer - File not found at Destination 2026/08/19 02:36:05 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/19 02:36:05 DEBUG : dir1/0008-2345678.txt: Need to transfer - File not found at Destination 2026/08/19 02:36:05 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcdefg.txtSUFFIX 2026/08/19 02:36:05 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/08/19 02:36:05 DEBUG : dir1/0009-3456789.txt: Need to transfer - File not found at Destination 2026/08/19 02:36:05 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2026/08/19 02:36:05 DEBUG : dir1/0010-456789.txt: Need to transfer - File not found at Destination 2026/08/19 02:36:05 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/19 02:36:05 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination 2026/08/19 02:36:05 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/19 02:36:05 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2026/08/19 02:36:05 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/19 02:36:05 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2026/08/19 02:36:05 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/19 02:36:05 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2026/08/19 02:36:05 DEBUG : 0015-9;=.txt: transformed to: 0015-9;=.txtSUFFIX 2026/08/19 02:36:05 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination 2026/08/19 02:36:05 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX 2026/08/19 02:36:05 DEBUG : B2 bucket rclone-test-xapoboj5qoto: Waiting for checks to finish 2026/08/19 02:36:05 DEBUG : B2 bucket rclone-test-xapoboj5qoto: Waiting for transfers to finish 2026/08/19 02:36:05 DEBUG : splitbananasplitSUFFIX: size = 16 OK 2026/08/19 02:36:05 DEBUG : splitbananasplit: sha1 = c045b86d2da0a5c0db76c2e57cc85d98a73d0dfe OK 2026/08/19 02:36:05 INFO : splitbananasplit: Copied (new) to: splitbananasplitSUFFIX 2026/08/19 02:36:05 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX 2026/08/19 02:36:05 DEBUG : appleappleapplebananaSUFFIX: size = 21 OK 2026/08/19 02:36:05 DEBUG : appleappleapplebanana: sha1 = d4006cec695294959fc86acc4d86a4a8bd1771d4 OK 2026/08/19 02:36:05 INFO : appleappleapplebanana: Copied (new) to: appleappleapplebananaSUFFIX 2026/08/19 02:36:05 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX 2026/08/19 02:36:06 DEBUG : dir1/0001-bcdefgh.txtSUFFIX: size = 21 OK 2026/08/19 02:36:06 DEBUG : dir1/0001-bcdefgh.txt: sha1 = 13f6ac14c045641af16b93bf99a126efa57a13c0 OK 2026/08/19 02:36:06 INFO : dir1/0001-bcdefgh.txt: Copied (new) to: dir1/0001-bcdefgh.txtSUFFIX 2026/08/19 02:36:06 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX 2026/08/19 02:36:06 DEBUG : dir1/0003-defghij.txtSUFFIX: size = 21 OK 2026/08/19 02:36:06 DEBUG : dir1/0003-defghij.txt: sha1 = 6275159262463ab911da879437354a03fc105132 OK 2026/08/19 02:36:06 INFO : dir1/0003-defghij.txt: Copied (new) to: dir1/0003-defghij.txtSUFFIX 2026/08/19 02:36:06 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX 2026/08/19 02:36:06 DEBUG : dir1/0004-efghijk.txtSUFFIX: size = 21 OK 2026/08/19 02:36:06 DEBUG : dir1/0004-efghijk.txt: sha1 = 8a6e3a10e2778fd7a449c0ddeff0e60b99b818f6 OK 2026/08/19 02:36:06 INFO : dir1/0004-efghijk.txt: Copied (new) to: dir1/0004-efghijk.txtSUFFIX 2026/08/19 02:36:06 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX 2026/08/19 02:36:06 DEBUG : dir1/0000-abcdefg.txtSUFFIX: size = 21 OK 2026/08/19 02:36:06 DEBUG : dir1/0000-abcdefg.txt: sha1 = 39cc20a3972ef42585635752f22e809ce7661dd0 OK 2026/08/19 02:36:06 INFO : dir1/0000-abcdefg.txt: Copied (new) to: dir1/0000-abcdefg.txtSUFFIX 2026/08/19 02:36:06 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX 2026/08/19 02:36:06 DEBUG : dir1/0005-fghijkl.txtSUFFIX: size = 21 OK 2026/08/19 02:36:06 DEBUG : dir1/0005-fghijkl.txt: sha1 = 9be5d86eeb571f4bb49cba75a71573bae6d7f9b0 OK 2026/08/19 02:36:06 INFO : dir1/0005-fghijkl.txt: Copied (new) to: dir1/0005-fghijkl.txtSUFFIX 2026/08/19 02:36:06 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX 2026/08/19 02:36:06 DEBUG : dir1/0006-ghijklm.txtSUFFIX: size = 21 OK 2026/08/19 02:36:06 DEBUG : dir1/0006-ghijklm.txt: sha1 = 022b65de02ed02df549dca26b856b83ea957c161 OK 2026/08/19 02:36:06 INFO : dir1/0006-ghijklm.txt: Copied (new) to: dir1/0006-ghijklm.txtSUFFIX 2026/08/19 02:36:06 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX 2026/08/19 02:36:06 DEBUG : dir1/0008-2345678.txtSUFFIX: size = 21 OK 2026/08/19 02:36:06 DEBUG : dir1/0008-2345678.txt: sha1 = 35bd7b0a5af9be4c53d2bf8b53d45f0c4e5d9d07 OK 2026/08/19 02:36:06 INFO : dir1/0008-2345678.txt: Copied (new) to: dir1/0008-2345678.txtSUFFIX 2026/08/19 02:36:06 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX 2026/08/19 02:36:06 DEBUG : dir1/0007-1234567.txtSUFFIX: size = 21 OK 2026/08/19 02:36:06 DEBUG : dir1/0007-1234567.txt: sha1 = f65b28e19d4af11accc4c96ab412abe037842afc OK 2026/08/19 02:36:06 INFO : dir1/0007-1234567.txt: Copied (new) to: dir1/0007-1234567.txtSUFFIX 2026/08/19 02:36:06 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX 2026/08/19 02:36:06 DEBUG : dir1/0009-3456789.txtSUFFIX: size = 21 OK 2026/08/19 02:36:06 DEBUG : dir1/0009-3456789.txt: sha1 = cf20fbc0bb51b0e93dd849f5493167c827e103dc OK 2026/08/19 02:36:06 INFO : dir1/0009-3456789.txt: Copied (new) to: dir1/0009-3456789.txtSUFFIX 2026/08/19 02:36:06 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX 2026/08/19 02:36:06 DEBUG : dir1/0010-456789.txtSUFFIX: size = 20 OK 2026/08/19 02:36:06 DEBUG : dir1/0010-456789.txt: sha1 = ef1ccb5339c5b9d3b78cdb41937cb754674521e9 OK 2026/08/19 02:36:06 INFO : dir1/0010-456789.txt: Copied (new) to: dir1/0010-456789.txtSUFFIX 2026/08/19 02:36:06 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX 2026/08/19 02:36:06 DEBUG : dir1/0002-cdefghi.txtSUFFIX: size = 21 OK 2026/08/19 02:36:06 DEBUG : dir1/0002-cdefghi.txt: sha1 = f5271bcb3e6699430d75487a6e002f56f75748d6 OK 2026/08/19 02:36:06 INFO : dir1/0002-cdefghi.txt: Copied (new) to: dir1/0002-cdefghi.txtSUFFIX 2026/08/19 02:36:06 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX 2026/08/19 02:36:07 DEBUG : dir1/0012-6789;.txtSUFFIX: size = 19 OK 2026/08/19 02:36:07 DEBUG : dir1/0012-6789;.txt: sha1 = 41938da9b0f9799a9c96dea5682322b6b7607058 OK 2026/08/19 02:36:07 INFO : dir1/0012-6789;.txt: Copied (new) to: dir1/0012-6789;.txtSUFFIX 2026/08/19 02:36:07 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX 2026/08/19 02:36:07 DEBUG : dir1/0013-789;=.txtSUFFIX: size = 19 OK 2026/08/19 02:36:07 DEBUG : dir1/0013-789;=.txt: sha1 = 957e831070085d71b655c9afa66b8e0cb86662b3 OK 2026/08/19 02:36:07 INFO : dir1/0013-789;=.txt: Copied (new) to: dir1/0013-789;=.txtSUFFIX 2026/08/19 02:36:07 DEBUG : dir1/0015-9;=.txtSUFFIX: size = 17 OK 2026/08/19 02:36:07 DEBUG : dir1/0015-9;=.txt: sha1 = 2a0afde94c232e5cb80d07261acf840a4a5f0143 OK 2026/08/19 02:36:07 INFO : dir1/0015-9;=.txt: Copied (new) to: dir1/0015-9;=.txtSUFFIX 2026/08/19 02:36:07 DEBUG : dir1/0011-56789;.txtSUFFIX: size = 20 OK 2026/08/19 02:36:07 DEBUG : dir1/0011-56789;.txt: sha1 = ce6baa1459a8f1c8daeca41dccc499a5a7f9d342 OK 2026/08/19 02:36:07 INFO : dir1/0011-56789;.txt: Copied (new) to: dir1/0011-56789;.txtSUFFIX 2026/08/19 02:36:07 DEBUG : dir1/0014-89;=.txtSUFFIX: size = 18 OK 2026/08/19 02:36:07 DEBUG : dir1/0014-89;=.txt: sha1 = 6f88327b529855962672012b6f4fc01033c31ec0 OK 2026/08/19 02:36:07 INFO : dir1/0014-89;=.txt: Copied (new) to: dir1/0014-89;=.txtSUFFIX 2026/08/19 02:36:07 DEBUG : Waiting for deletions to finish 2026/08/19 02:36:07 INFO : appleappleapplebanana: Deleted 2026/08/19 02:36:07 INFO : dir1/0000-abcdefg.txt: Deleted 2026/08/19 02:36:07 INFO : dir1/0002-cdefghi.txt: Deleted 2026/08/19 02:36:08 INFO : dir1/0003-defghij.txt: Deleted 2026/08/19 02:36:08 INFO : dir1/0004-efghijk.txt: Deleted 2026/08/19 02:36:08 INFO : dir1/0012-6789;.txt: Deleted 2026/08/19 02:36:08 INFO : dir1/0013-789;=.txt: Deleted 2026/08/19 02:36:08 INFO : dir1/0015-9;=.txt: Deleted 2026/08/19 02:36:08 INFO : banana: Deleted 2026/08/19 02:36:08 INFO : splitbananasplit: Deleted 2026/08/19 02:36:08 INFO : dir1/0008-2345678.txt: Deleted 2026/08/19 02:36:08 INFO : apple: Deleted 2026/08/19 02:36:08 INFO : dir1/0005-fghijkl.txt: Deleted 2026/08/19 02:36:08 INFO : dir1/0009-3456789.txt: Deleted 2026/08/19 02:36:08 INFO : dir1/0010-456789.txt: Deleted 2026/08/19 02:36:08 INFO : dir1/0001-bcdefgh.txt: Deleted 2026/08/19 02:36:08 INFO : dir1/0006-ghijklm.txt: Deleted 2026/08/19 02:36:08 INFO : dir1/0007-1234567.txt: Deleted 2026/08/19 02:36:08 INFO : dir1/0011-56789;.txt: Deleted 2026/08/19 02:36:08 INFO : dir1/0014-89;=.txt: Deleted 2026/08/19 02:36:08 DEBUG : Waiting for deletions to finish 2026/08/19 02:36:08 DEBUG : appleSUFFIX: Excluded (Path Filter) 2026/08/19 02:36:08 DEBUG : appleappleapplebananaSUFFIX: Excluded (Path Filter) 2026/08/19 02:36:08 DEBUG : bananaSUFFIX: Excluded (Path Filter) 2026/08/19 02:36:08 DEBUG : dir1/0000-abcdefg.txtSUFFIX: Excluded (Path Filter) 2026/08/19 02:36:08 DEBUG : dir1/0001-bcdefgh.txtSUFFIX: Excluded (Path Filter) 2026/08/19 02:36:08 DEBUG : dir1/0002-cdefghi.txtSUFFIX: Excluded (Path Filter) 2026/08/19 02:36:08 DEBUG : dir1/0003-defghij.txtSUFFIX: Excluded (Path Filter) 2026/08/19 02:36:08 DEBUG : dir1/0004-efghijk.txtSUFFIX: Excluded (Path Filter) 2026/08/19 02:36:08 DEBUG : dir1/0005-fghijkl.txtSUFFIX: Excluded (Path Filter) 2026/08/19 02:36:08 DEBUG : dir1/0006-ghijklm.txtSUFFIX: Excluded (Path Filter) 2026/08/19 02:36:08 DEBUG : dir1/0007-1234567.txtSUFFIX: Excluded (Path Filter) 2026/08/19 02:36:08 DEBUG : dir1/0008-2345678.txtSUFFIX: Excluded (Path Filter) 2026/08/19 02:36:08 DEBUG : dir1/0009-3456789.txtSUFFIX: Excluded (Path Filter) 2026/08/19 02:36:08 DEBUG : dir1/0010-456789.txtSUFFIX: Excluded (Path Filter) 2026/08/19 02:36:08 DEBUG : dir1/0011-56789;.txtSUFFIX: Excluded (Path Filter) 2026/08/19 02:36:08 DEBUG : dir1/0012-6789;.txtSUFFIX: Excluded (Path Filter) 2026/08/19 02:36:08 DEBUG : dir1/0013-789;=.txtSUFFIX: Excluded (Path Filter) 2026/08/19 02:36:08 DEBUG : dir1/0014-89;=.txtSUFFIX: Excluded (Path Filter) 2026/08/19 02:36:08 DEBUG : dir1/0015-9;=.txtSUFFIX: Excluded (Path Filter) 2026/08/19 02:36:08 DEBUG : splitbananasplitSUFFIX: Excluded (Path Filter) 2026/08/19 02:36:08 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX 2026/08/19 02:36:08 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcdefg.txtSUFFIX 2026/08/19 02:36:08 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX 2026/08/19 02:36:08 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX 2026/08/19 02:36:08 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX 2026/08/19 02:36:08 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX 2026/08/19 02:36:08 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX 2026/08/19 02:36:08 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX 2026/08/19 02:36:08 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX 2026/08/19 02:36:08 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX 2026/08/19 02:36:08 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX 2026/08/19 02:36:08 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX 2026/08/19 02:36:08 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX 2026/08/19 02:36:08 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX 2026/08/19 02:36:08 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX 2026/08/19 02:36:08 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX 2026/08/19 02:36:08 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX 2026/08/19 02:36:08 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX 2026/08/19 02:36:08 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX 2026/08/19 02:36:08 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX 2026/08/19 02:36:08 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX 2026/08/19 02:36:08 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX 2026/08/19 02:36:08 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX 2026/08/19 02:36:08 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX 2026/08/19 02:36:08 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX 2026/08/19 02:36:08 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX 2026/08/19 02:36:08 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX 2026/08/19 02:36:08 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX 2026/08/19 02:36:08 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX 2026/08/19 02:36:08 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX 2026/08/19 02:36:08 DEBUG : apple: transformed to: appleSUFFIX 2026/08/19 02:36:08 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX 2026/08/19 02:36:08 DEBUG : apple: transformed to: appleSUFFIX 2026/08/19 02:36:08 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX 2026/08/19 02:36:08 DEBUG : apple: transformed to: appleSUFFIX 2026/08/19 02:36:08 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX 2026/08/19 02:36:08 DEBUG : apple: transformed to: appleSUFFIX 2026/08/19 02:36:08 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX 2026/08/19 02:36:08 DEBUG : apple: transformed to: appleSUFFIX 2026/08/19 02:36:08 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX 2026/08/19 02:36:08 DEBUG : apple: transformed to: appleSUFFIX 2026/08/19 02:36:08 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX 2026/08/19 02:36:08 DEBUG : apple: transformed to: appleSUFFIX 2026/08/19 02:36:08 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX 2026/08/19 02:36:08 DEBUG : apple: transformed to: appleSUFFIX 2026/08/19 02:36:08 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX 2026/08/19 02:36:08 DEBUG : apple: transformed to: appleSUFFIX 2026/08/19 02:36:08 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX 2026/08/19 02:36:08 DEBUG : apple: transformed to: appleSUFFIX 2026/08/19 02:36:08 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX 2026/08/19 02:36:08 DEBUG : apple: transformed to: appleSUFFIX 2026/08/19 02:36:08 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX 2026/08/19 02:36:08 DEBUG : apple: transformed to: appleSUFFIX 2026/08/19 02:36:08 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX 2026/08/19 02:36:08 DEBUG : apple: transformed to: appleSUFFIX 2026/08/19 02:36:08 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX 2026/08/19 02:36:08 DEBUG : apple: transformed to: appleSUFFIX 2026/08/19 02:36:08 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX 2026/08/19 02:36:08 DEBUG : apple: transformed to: appleSUFFIX 2026/08/19 02:36:08 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX 2026/08/19 02:36:08 DEBUG : apple: transformed to: appleSUFFIX 2026/08/19 02:36:08 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcdefg.txtSUFFIX 2026/08/19 02:36:08 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/19 02:36:08 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX 2026/08/19 02:36:08 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/19 02:36:08 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX 2026/08/19 02:36:08 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/19 02:36:08 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX 2026/08/19 02:36:08 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/19 02:36:08 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX 2026/08/19 02:36:08 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/19 02:36:08 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX 2026/08/19 02:36:08 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/19 02:36:08 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX 2026/08/19 02:36:08 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/19 02:36:08 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX 2026/08/19 02:36:08 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/19 02:36:08 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX 2026/08/19 02:36:08 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/19 02:36:08 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX 2026/08/19 02:36:08 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/19 02:36:08 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX 2026/08/19 02:36:08 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/19 02:36:08 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX 2026/08/19 02:36:08 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/19 02:36:08 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX 2026/08/19 02:36:08 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/19 02:36:08 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX 2026/08/19 02:36:08 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/19 02:36:08 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX 2026/08/19 02:36:08 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/19 02:36:08 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX 2026/08/19 02:36:08 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/19 02:36:08 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcdefg.txtSUFFIX 2026/08/19 02:36:08 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/19 02:36:08 DEBUG : apple: transformed to: appleSUFFIX 2026/08/19 02:36:08 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/19 02:36:08 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX 2026/08/19 02:36:08 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/19 02:36:08 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX 2026/08/19 02:36:08 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/19 02:36:08 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX 2026/08/19 02:36:08 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/19 02:36:08 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX 2026/08/19 02:36:08 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/19 02:36:08 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX 2026/08/19 02:36:08 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/19 02:36:08 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX 2026/08/19 02:36:08 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/19 02:36:08 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX 2026/08/19 02:36:08 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/19 02:36:08 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX 2026/08/19 02:36:08 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/19 02:36:08 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX 2026/08/19 02:36:08 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/19 02:36:08 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX 2026/08/19 02:36:08 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/19 02:36:08 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX 2026/08/19 02:36:08 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/19 02:36:08 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX 2026/08/19 02:36:08 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/19 02:36:08 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX 2026/08/19 02:36:08 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/19 02:36:08 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX 2026/08/19 02:36:08 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/19 02:36:08 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX 2026/08/19 02:36:08 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/19 02:36:08 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcdefg.txtSUFFIX 2026/08/19 02:36:08 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/19 02:36:08 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/19 02:36:08 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/19 02:36:08 DEBUG : apple: transformed to: appleSUFFIX 2026/08/19 02:36:08 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2026/08/19 02:36:08 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX 2026/08/19 02:36:08 DEBUG : apple: transformed to: appleSUFFIX 2026/08/19 02:36:08 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/19 02:36:08 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/19 02:36:08 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcdefg.txtSUFFIX 2026/08/19 02:36:08 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX 2026/08/19 02:36:08 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX 2026/08/19 02:36:08 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX 2026/08/19 02:36:08 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX 2026/08/19 02:36:08 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX 2026/08/19 02:36:08 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX 2026/08/19 02:36:08 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX 2026/08/19 02:36:08 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX 2026/08/19 02:36:08 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX 2026/08/19 02:36:08 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX 2026/08/19 02:36:08 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX 2026/08/19 02:36:08 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX 2026/08/19 02:36:08 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX 2026/08/19 02:36:08 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX 2026/08/19 02:36:08 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX 2026/08/19 02:36:08 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2026/08/19 02:36:09 DEBUG : apple: Need to transfer - File not found at Destination 2026/08/19 02:36:09 DEBUG : appleappleapplebanana: Need to transfer - File not found at Destination 2026/08/19 02:36:09 DEBUG : banana: Need to transfer - File not found at Destination 2026/08/19 02:36:09 DEBUG : splitbananasplit: Need to transfer - File not found at Destination 2026/08/19 02:36:09 DEBUG : apple: size = 5 OK 2026/08/19 02:36:09 DEBUG : apple: sha1 = d0be2dc421be4fcd0172e5afceea3970e2f3d940 OK 2026/08/19 02:36:09 INFO : apple: Copied (new) 2026/08/19 02:36:09 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/19 02:36:09 DEBUG : appleappleapplebanana: sha1 = d4006cec695294959fc86acc4d86a4a8bd1771d4 OK 2026/08/19 02:36:09 INFO : appleappleapplebanana: Copied (new) 2026/08/19 02:36:09 DEBUG : banana: size = 6 OK 2026/08/19 02:36:09 DEBUG : banana: sha1 = 250e77f12a5ab6972a0895d290c4792f0a326ea8 OK 2026/08/19 02:36:09 INFO : banana: Copied (new) 2026/08/19 02:36:09 DEBUG : splitbananasplit: size = 16 OK 2026/08/19 02:36:09 DEBUG : splitbananasplit: sha1 = c045b86d2da0a5c0db76c2e57cc85d98a73d0dfe OK 2026/08/19 02:36:09 INFO : splitbananasplit: Copied (new) 2026/08/19 02:36:09 DEBUG : dir1/0000-abcdefg.txt: Need to transfer - File not found at Destination 2026/08/19 02:36:09 DEBUG : dir1/0001-bcdefgh.txt: Need to transfer - File not found at Destination 2026/08/19 02:36:09 DEBUG : dir1/0002-cdefghi.txt: Need to transfer - File not found at Destination 2026/08/19 02:36:09 DEBUG : dir1/0003-defghij.txt: Need to transfer - File not found at Destination 2026/08/19 02:36:09 DEBUG : dir1/0004-efghijk.txt: Need to transfer - File not found at Destination 2026/08/19 02:36:09 DEBUG : dir1/0005-fghijkl.txt: Need to transfer - File not found at Destination 2026/08/19 02:36:09 DEBUG : dir1/0006-ghijklm.txt: Need to transfer - File not found at Destination 2026/08/19 02:36:09 DEBUG : dir1/0007-1234567.txt: Need to transfer - File not found at Destination 2026/08/19 02:36:09 DEBUG : dir1/0008-2345678.txt: Need to transfer - File not found at Destination 2026/08/19 02:36:09 DEBUG : dir1/0009-3456789.txt: Need to transfer - File not found at Destination 2026/08/19 02:36:09 DEBUG : dir1/0010-456789.txt: Need to transfer - File not found at Destination 2026/08/19 02:36:09 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination 2026/08/19 02:36:09 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2026/08/19 02:36:09 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2026/08/19 02:36:09 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2026/08/19 02:36:09 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination 2026/08/19 02:36:09 DEBUG : B2 bucket rclone-test-xapoboj5qoto: Waiting for checks to finish 2026/08/19 02:36:09 DEBUG : B2 bucket rclone-test-xapoboj5qoto: Waiting for transfers to finish 2026/08/19 02:36:09 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/19 02:36:09 DEBUG : dir1/0002-cdefghi.txt: sha1 = f5271bcb3e6699430d75487a6e002f56f75748d6 OK 2026/08/19 02:36:09 INFO : dir1/0002-cdefghi.txt: Copied (new) 2026/08/19 02:36:09 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/19 02:36:09 DEBUG : dir1/0003-defghij.txt: sha1 = 6275159262463ab911da879437354a03fc105132 OK 2026/08/19 02:36:09 INFO : dir1/0003-defghij.txt: Copied (new) 2026/08/19 02:36:09 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/19 02:36:09 DEBUG : dir1/0000-abcdefg.txt: sha1 = 39cc20a3972ef42585635752f22e809ce7661dd0 OK 2026/08/19 02:36:09 INFO : dir1/0000-abcdefg.txt: Copied (new) 2026/08/19 02:36:09 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/19 02:36:09 DEBUG : dir1/0001-bcdefgh.txt: sha1 = 13f6ac14c045641af16b93bf99a126efa57a13c0 OK 2026/08/19 02:36:09 INFO : dir1/0001-bcdefgh.txt: Copied (new) 2026/08/19 02:36:09 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/19 02:36:09 DEBUG : dir1/0004-efghijk.txt: sha1 = 8a6e3a10e2778fd7a449c0ddeff0e60b99b818f6 OK 2026/08/19 02:36:09 INFO : dir1/0004-efghijk.txt: Copied (new) 2026/08/19 02:36:09 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/19 02:36:09 DEBUG : dir1/0005-fghijkl.txt: sha1 = 9be5d86eeb571f4bb49cba75a71573bae6d7f9b0 OK 2026/08/19 02:36:09 INFO : dir1/0005-fghijkl.txt: Copied (new) 2026/08/19 02:36:09 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/19 02:36:09 DEBUG : dir1/0006-ghijklm.txt: sha1 = 022b65de02ed02df549dca26b856b83ea957c161 OK 2026/08/19 02:36:09 INFO : dir1/0006-ghijklm.txt: Copied (new) 2026/08/19 02:36:09 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/19 02:36:09 DEBUG : dir1/0007-1234567.txt: sha1 = f65b28e19d4af11accc4c96ab412abe037842afc OK 2026/08/19 02:36:09 INFO : dir1/0007-1234567.txt: Copied (new) 2026/08/19 02:36:09 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/19 02:36:09 DEBUG : dir1/0008-2345678.txt: sha1 = 35bd7b0a5af9be4c53d2bf8b53d45f0c4e5d9d07 OK 2026/08/19 02:36:09 INFO : dir1/0008-2345678.txt: Copied (new) 2026/08/19 02:36:10 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/19 02:36:10 DEBUG : dir1/0010-456789.txt: sha1 = ef1ccb5339c5b9d3b78cdb41937cb754674521e9 OK 2026/08/19 02:36:10 INFO : dir1/0010-456789.txt: Copied (new) 2026/08/19 02:36:10 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/19 02:36:10 DEBUG : dir1/0011-56789;.txt: sha1 = ce6baa1459a8f1c8daeca41dccc499a5a7f9d342 OK 2026/08/19 02:36:10 INFO : dir1/0011-56789;.txt: Copied (new) 2026/08/19 02:36:10 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/19 02:36:10 DEBUG : dir1/0009-3456789.txt: sha1 = cf20fbc0bb51b0e93dd849f5493167c827e103dc OK 2026/08/19 02:36:10 INFO : dir1/0009-3456789.txt: Copied (new) 2026/08/19 02:36:10 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/19 02:36:10 DEBUG : dir1/0013-789;=.txt: sha1 = 957e831070085d71b655c9afa66b8e0cb86662b3 OK 2026/08/19 02:36:10 INFO : dir1/0013-789;=.txt: Copied (new) 2026/08/19 02:36:10 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/19 02:36:10 DEBUG : dir1/0012-6789;.txt: sha1 = 41938da9b0f9799a9c96dea5682322b6b7607058 OK 2026/08/19 02:36:10 INFO : dir1/0012-6789;.txt: Copied (new) 2026/08/19 02:36:10 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/19 02:36:10 DEBUG : dir1/0014-89;=.txt: sha1 = 6f88327b529855962672012b6f4fc01033c31ec0 OK 2026/08/19 02:36:10 INFO : dir1/0014-89;=.txt: Copied (new) 2026/08/19 02:36:10 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/19 02:36:10 DEBUG : dir1/0015-9;=.txt: sha1 = 2a0afde94c232e5cb80d07261acf840a4a5f0143 OK 2026/08/19 02:36:10 INFO : dir1/0015-9;=.txt: Copied (new) 2026/08/19 02:36:10 DEBUG : Waiting for deletions to finish 2026/08/19 02:36:10 INFO : dir1/0012-6789;.txtSUFFIX: Deleted 2026/08/19 02:36:10 INFO : appleappleapplebananaSUFFIX: Deleted 2026/08/19 02:36:10 INFO : bananaSUFFIX: Deleted 2026/08/19 02:36:10 INFO : splitbananasplitSUFFIX: Deleted 2026/08/19 02:36:10 INFO : dir1/0004-efghijk.txtSUFFIX: Deleted 2026/08/19 02:36:10 INFO : dir1/0005-fghijkl.txtSUFFIX: Deleted 2026/08/19 02:36:10 INFO : dir1/0008-2345678.txtSUFFIX: Deleted 2026/08/19 02:36:10 INFO : dir1/0007-1234567.txtSUFFIX: Deleted 2026/08/19 02:36:10 INFO : dir1/0010-456789.txtSUFFIX: Deleted 2026/08/19 02:36:10 INFO : dir1/0002-cdefghi.txtSUFFIX: Deleted 2026/08/19 02:36:10 INFO : dir1/0000-abcdefg.txtSUFFIX: Deleted 2026/08/19 02:36:10 INFO : dir1/0001-bcdefgh.txtSUFFIX: Deleted 2026/08/19 02:36:10 INFO : dir1/0003-defghij.txtSUFFIX: Deleted 2026/08/19 02:36:10 INFO : dir1/0006-ghijklm.txtSUFFIX: Deleted 2026/08/19 02:36:10 INFO : dir1/0011-56789;.txtSUFFIX: Deleted 2026/08/19 02:36:10 INFO : dir1/0013-789;=.txtSUFFIX: Deleted 2026/08/19 02:36:10 INFO : dir1/0014-89;=.txtSUFFIX: Deleted 2026/08/19 02:36:10 INFO : dir1/0015-9;=.txtSUFFIX: Deleted 2026/08/19 02:36:10 INFO : appleSUFFIX: Deleted 2026/08/19 02:36:10 INFO : dir1/0009-3456789.txtSUFFIX: Deleted 2026/08/19 02:36:10 DEBUG : Waiting for deletions to finish 2026/08/19 02:36:11 DEBUG : apple: Excluded (Path Filter) 2026/08/19 02:36:11 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/19 02:36:11 DEBUG : banana: Excluded (Path Filter) 2026/08/19 02:36:11 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/19 02:36:11 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/19 02:36:11 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/19 02:36:11 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/19 02:36:11 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/19 02:36:11 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/19 02:36:11 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/19 02:36:11 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/19 02:36:11 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/19 02:36:11 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/19 02:36:11 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/19 02:36:11 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/19 02:36:11 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/19 02:36:11 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/19 02:36:11 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/19 02:36:11 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/19 02:36:11 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/19 02:36:11 DEBUG : Waiting for deletions to finish 2026/08/19 02:36:11 DEBUG : apple: Excluded (Path Filter) 2026/08/19 02:36:11 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/19 02:36:11 DEBUG : banana: Excluded (Path Filter) 2026/08/19 02:36:11 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/19 02:36:11 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/19 02:36:11 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/19 02:36:11 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/19 02:36:11 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/19 02:36:11 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/19 02:36:11 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/19 02:36:11 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/19 02:36:11 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/19 02:36:11 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/19 02:36:11 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/19 02:36:11 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/19 02:36:11 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/19 02:36:11 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/19 02:36:11 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/19 02:36:11 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/19 02:36:11 DEBUG : splitbananasplit: Excluded (Path Filter) === RUN TestTransform/truncate run.go:198: Remote "B2 bucket rclone-test-xapoboj5qoto", Local "Local file system at /tmp/rclone2007618947", Modify Window "1ms" 2026/08/19 02:36:21 DEBUG : Waiting for deletions to finish 2026/08/19 02:36:21 DEBUG : apple: Excluded (Path Filter) 2026/08/19 02:36:21 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/19 02:36:21 DEBUG : banana: Excluded (Path Filter) 2026/08/19 02:36:21 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/19 02:36:21 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/19 02:36:21 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/19 02:36:21 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/19 02:36:21 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/19 02:36:21 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/19 02:36:21 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/19 02:36:21 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/19 02:36:21 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/19 02:36:21 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/19 02:36:21 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/19 02:36:21 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/19 02:36:21 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/19 02:36:21 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/19 02:36:21 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/19 02:36:21 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/19 02:36:21 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/19 02:36:22 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/19 02:36:22 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/19 02:36:22 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/19 02:36:22 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/19 02:36:22 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/19 02:36:22 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/19 02:36:22 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/19 02:36:22 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/19 02:36:22 DEBUG : apple: size = 5 OK 2026/08/19 02:36:22 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/19 02:36:22 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:36:22 DEBUG : apple: Unchanged skipping 2026/08/19 02:36:22 DEBUG : appleappleapplebanana: Need to transfer - File not found at Destination 2026/08/19 02:36:22 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/19 02:36:22 DEBUG : splitbananasplit: Need to transfer - File not found at Destination 2026/08/19 02:36:22 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/19 02:36:22 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/19 02:36:22 DEBUG : banana: size = 6 OK 2026/08/19 02:36:22 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:36:22 DEBUG : banana: Unchanged skipping 2026/08/19 02:36:22 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/19 02:36:22 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/19 02:36:22 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/19 02:36:22 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/19 02:36:22 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/19 02:36:22 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/19 02:36:22 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/19 02:36:22 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/19 02:36:22 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/19 02:36:22 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/19 02:36:22 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/19 02:36:22 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/19 02:36:22 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/19 02:36:22 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/19 02:36:22 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/19 02:36:22 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/19 02:36:22 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/19 02:36:22 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/19 02:36:22 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/19 02:36:22 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/19 02:36:22 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/19 02:36:22 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/19 02:36:22 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/19 02:36:22 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/19 02:36:22 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/19 02:36:22 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/19 02:36:22 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/19 02:36:22 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/19 02:36:22 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/19 02:36:22 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/19 02:36:22 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/19 02:36:22 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/19 02:36:22 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/19 02:36:22 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/19 02:36:22 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/19 02:36:22 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/19 02:36:22 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/19 02:36:22 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/19 02:36:22 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/19 02:36:22 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/19 02:36:22 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/19 02:36:22 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/19 02:36:22 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/19 02:36:22 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/19 02:36:22 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/19 02:36:22 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/19 02:36:22 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/19 02:36:22 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/19 02:36:22 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/19 02:36:22 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/19 02:36:22 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/19 02:36:22 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/19 02:36:22 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/19 02:36:22 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/19 02:36:22 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/19 02:36:22 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/19 02:36:22 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/19 02:36:22 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/19 02:36:22 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/19 02:36:22 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/19 02:36:22 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/19 02:36:22 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/19 02:36:22 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/19 02:36:22 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/19 02:36:22 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/19 02:36:22 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/19 02:36:22 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/19 02:36:22 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/19 02:36:22 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/19 02:36:22 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/19 02:36:22 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/19 02:36:22 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/19 02:36:22 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/19 02:36:22 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/19 02:36:22 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/19 02:36:22 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/19 02:36:22 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/19 02:36:22 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/19 02:36:22 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/19 02:36:22 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/19 02:36:22 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/19 02:36:22 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/19 02:36:22 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/19 02:36:22 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/19 02:36:22 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/19 02:36:22 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/19 02:36:22 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/19 02:36:22 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/19 02:36:22 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/19 02:36:22 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/19 02:36:22 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/19 02:36:22 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/19 02:36:22 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/19 02:36:22 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/19 02:36:22 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/19 02:36:22 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/19 02:36:22 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/19 02:36:22 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/19 02:36:22 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/19 02:36:22 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/19 02:36:22 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/19 02:36:22 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/19 02:36:22 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/19 02:36:22 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/19 02:36:22 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/19 02:36:22 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/19 02:36:22 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/19 02:36:22 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/19 02:36:22 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/19 02:36:22 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/19 02:36:22 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/19 02:36:22 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/19 02:36:22 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/19 02:36:22 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/19 02:36:22 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/19 02:36:22 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/19 02:36:22 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/19 02:36:22 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/19 02:36:22 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/19 02:36:22 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/19 02:36:22 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/19 02:36:22 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/19 02:36:22 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/19 02:36:22 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/19 02:36:22 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/19 02:36:22 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/19 02:36:22 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/19 02:36:22 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/19 02:36:22 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/19 02:36:22 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/19 02:36:22 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/19 02:36:22 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/19 02:36:22 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/19 02:36:22 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/19 02:36:22 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/19 02:36:22 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/19 02:36:22 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/19 02:36:22 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/19 02:36:22 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/19 02:36:22 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/19 02:36:22 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/19 02:36:22 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/19 02:36:22 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/19 02:36:22 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/19 02:36:22 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/19 02:36:22 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/19 02:36:22 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/19 02:36:22 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/19 02:36:22 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/19 02:36:22 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/19 02:36:22 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/19 02:36:22 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/19 02:36:22 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/19 02:36:22 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/19 02:36:22 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/19 02:36:22 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/19 02:36:22 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/19 02:36:22 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/19 02:36:22 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/19 02:36:22 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/19 02:36:22 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/19 02:36:22 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/19 02:36:22 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/19 02:36:22 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/19 02:36:22 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/19 02:36:22 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/19 02:36:22 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/19 02:36:22 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/19 02:36:22 DEBUG : 0015-9;=.txt: transformed to: 0015-9;=.t 2026/08/19 02:36:22 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/19 02:36:22 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/19 02:36:22 DEBUG : appleapple: size = 21 OK 2026/08/19 02:36:22 DEBUG : appleappleapplebanana: sha1 = d4006cec695294959fc86acc4d86a4a8bd1771d4 OK 2026/08/19 02:36:22 INFO : appleappleapplebanana: Copied (new) to: appleapple 2026/08/19 02:36:22 DEBUG : splitbanan: size = 16 OK 2026/08/19 02:36:22 DEBUG : splitbananasplit: sha1 = c045b86d2da0a5c0db76c2e57cc85d98a73d0dfe OK 2026/08/19 02:36:22 INFO : splitbananasplit: Copied (new) to: splitbanan 2026/08/19 02:36:22 DEBUG : dir1/0000-abcdefg.txt: Need to transfer - File not found at Destination 2026/08/19 02:36:22 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/19 02:36:22 DEBUG : dir1/0001-bcdefgh.txt: Need to transfer - File not found at Destination 2026/08/19 02:36:22 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/19 02:36:22 DEBUG : dir1/0002-cdefghi.txt: Need to transfer - File not found at Destination 2026/08/19 02:36:22 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/19 02:36:22 DEBUG : dir1/0003-defghij.txt: Need to transfer - File not found at Destination 2026/08/19 02:36:22 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/19 02:36:22 DEBUG : dir1/0004-efghijk.txt: Need to transfer - File not found at Destination 2026/08/19 02:36:22 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/19 02:36:22 DEBUG : dir1/0005-fghijkl.txt: Need to transfer - File not found at Destination 2026/08/19 02:36:22 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/19 02:36:22 DEBUG : dir1/0006-ghijklm.txt: Need to transfer - File not found at Destination 2026/08/19 02:36:22 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/19 02:36:22 DEBUG : dir1/0007-1234567.txt: Need to transfer - File not found at Destination 2026/08/19 02:36:22 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/19 02:36:22 DEBUG : dir1/0008-2345678.txt: Need to transfer - File not found at Destination 2026/08/19 02:36:22 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/19 02:36:22 DEBUG : dir1/0009-3456789.txt: Need to transfer - File not found at Destination 2026/08/19 02:36:22 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/19 02:36:22 DEBUG : dir1/0010-456789.txt: Need to transfer - File not found at Destination 2026/08/19 02:36:22 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/19 02:36:22 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination 2026/08/19 02:36:22 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/19 02:36:22 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2026/08/19 02:36:22 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/19 02:36:22 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2026/08/19 02:36:22 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/19 02:36:22 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2026/08/19 02:36:22 DEBUG : 0015-9;=.txt: transformed to: 0015-9;=.t 2026/08/19 02:36:22 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination 2026/08/19 02:36:22 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/08/19 02:36:22 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/08/19 02:36:22 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/08/19 02:36:22 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/08/19 02:36:22 DEBUG : B2 bucket rclone-test-xapoboj5qoto: Waiting for checks to finish 2026/08/19 02:36:22 DEBUG : B2 bucket rclone-test-xapoboj5qoto: Waiting for transfers to finish 2026/08/19 02:36:22 DEBUG : dir1/0000-abcde: size = 21 OK 2026/08/19 02:36:22 DEBUG : dir1/0000-abcdefg.txt: sha1 = 39cc20a3972ef42585635752f22e809ce7661dd0 OK 2026/08/19 02:36:22 INFO : dir1/0000-abcdefg.txt: Copied (new) to: dir1/0000-abcde 2026/08/19 02:36:22 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/08/19 02:36:22 DEBUG : dir1/0002-cdefg: size = 21 OK 2026/08/19 02:36:22 DEBUG : dir1/0002-cdefghi.txt: sha1 = f5271bcb3e6699430d75487a6e002f56f75748d6 OK 2026/08/19 02:36:22 INFO : dir1/0002-cdefghi.txt: Copied (new) to: dir1/0002-cdefg 2026/08/19 02:36:22 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/08/19 02:36:22 DEBUG : dir1/0003-defgh: size = 21 OK 2026/08/19 02:36:22 DEBUG : dir1/0003-defghij.txt: sha1 = 6275159262463ab911da879437354a03fc105132 OK 2026/08/19 02:36:22 INFO : dir1/0003-defghij.txt: Copied (new) to: dir1/0003-defgh 2026/08/19 02:36:22 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/08/19 02:36:22 DEBUG : dir1/0001-bcdef: size = 21 OK 2026/08/19 02:36:22 DEBUG : dir1/0001-bcdefgh.txt: sha1 = 13f6ac14c045641af16b93bf99a126efa57a13c0 OK 2026/08/19 02:36:22 INFO : dir1/0001-bcdefgh.txt: Copied (new) to: dir1/0001-bcdef 2026/08/19 02:36:22 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/08/19 02:36:22 DEBUG : dir1/0004-efghi: size = 21 OK 2026/08/19 02:36:22 DEBUG : dir1/0004-efghijk.txt: sha1 = 8a6e3a10e2778fd7a449c0ddeff0e60b99b818f6 OK 2026/08/19 02:36:22 INFO : dir1/0004-efghijk.txt: Copied (new) to: dir1/0004-efghi 2026/08/19 02:36:22 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/08/19 02:36:22 DEBUG : dir1/0005-fghij: size = 21 OK 2026/08/19 02:36:22 DEBUG : dir1/0005-fghijkl.txt: sha1 = 9be5d86eeb571f4bb49cba75a71573bae6d7f9b0 OK 2026/08/19 02:36:22 INFO : dir1/0005-fghijkl.txt: Copied (new) to: dir1/0005-fghij 2026/08/19 02:36:22 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/08/19 02:36:23 DEBUG : dir1/0006-ghijk: size = 21 OK 2026/08/19 02:36:23 DEBUG : dir1/0006-ghijklm.txt: sha1 = 022b65de02ed02df549dca26b856b83ea957c161 OK 2026/08/19 02:36:23 INFO : dir1/0006-ghijklm.txt: Copied (new) to: dir1/0006-ghijk 2026/08/19 02:36:23 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/08/19 02:36:23 DEBUG : dir1/0007-12345: size = 21 OK 2026/08/19 02:36:23 DEBUG : dir1/0007-1234567.txt: sha1 = f65b28e19d4af11accc4c96ab412abe037842afc OK 2026/08/19 02:36:23 INFO : dir1/0007-1234567.txt: Copied (new) to: dir1/0007-12345 2026/08/19 02:36:23 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/08/19 02:36:23 DEBUG : dir1/0008-23456: size = 21 OK 2026/08/19 02:36:23 DEBUG : dir1/0008-2345678.txt: sha1 = 35bd7b0a5af9be4c53d2bf8b53d45f0c4e5d9d07 OK 2026/08/19 02:36:23 INFO : dir1/0008-2345678.txt: Copied (new) to: dir1/0008-23456 2026/08/19 02:36:23 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/08/19 02:36:23 DEBUG : dir1/0009-34567: size = 21 OK 2026/08/19 02:36:23 DEBUG : dir1/0009-3456789.txt: sha1 = cf20fbc0bb51b0e93dd849f5493167c827e103dc OK 2026/08/19 02:36:23 INFO : dir1/0009-3456789.txt: Copied (new) to: dir1/0009-34567 2026/08/19 02:36:23 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/08/19 02:36:23 DEBUG : dir1/0010-45678: size = 20 OK 2026/08/19 02:36:23 DEBUG : dir1/0010-456789.txt: sha1 = ef1ccb5339c5b9d3b78cdb41937cb754674521e9 OK 2026/08/19 02:36:23 INFO : dir1/0010-456789.txt: Copied (new) to: dir1/0010-45678 2026/08/19 02:36:23 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/08/19 02:36:23 DEBUG : dir1/0011-56789: size = 20 OK 2026/08/19 02:36:23 DEBUG : dir1/0011-56789;.txt: sha1 = ce6baa1459a8f1c8daeca41dccc499a5a7f9d342 OK 2026/08/19 02:36:23 INFO : dir1/0011-56789;.txt: Copied (new) to: dir1/0011-56789 2026/08/19 02:36:23 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/08/19 02:36:23 DEBUG : dir1/0012-6789;: size = 19 OK 2026/08/19 02:36:23 DEBUG : dir1/0012-6789;.txt: sha1 = 41938da9b0f9799a9c96dea5682322b6b7607058 OK 2026/08/19 02:36:23 INFO : dir1/0012-6789;.txt: Copied (new) to: dir1/0012-6789; 2026/08/19 02:36:23 DEBUG : dir1/0013-789;=: size = 19 OK 2026/08/19 02:36:23 DEBUG : dir1/0013-789;=.txt: sha1 = 957e831070085d71b655c9afa66b8e0cb86662b3 OK 2026/08/19 02:36:23 INFO : dir1/0013-789;=.txt: Copied (new) to: dir1/0013-789;= 2026/08/19 02:36:23 DEBUG : dir1/0014-89;=.: size = 18 OK 2026/08/19 02:36:23 DEBUG : dir1/0014-89;=.txt: sha1 = 6f88327b529855962672012b6f4fc01033c31ec0 OK 2026/08/19 02:36:23 INFO : dir1/0014-89;=.txt: Copied (new) to: dir1/0014-89;=. 2026/08/19 02:36:23 DEBUG : dir1/0015-9;=.t: size = 17 OK 2026/08/19 02:36:23 DEBUG : dir1/0015-9;=.txt: sha1 = 2a0afde94c232e5cb80d07261acf840a4a5f0143 OK 2026/08/19 02:36:23 INFO : dir1/0015-9;=.txt: Copied (new) to: dir1/0015-9;=.t 2026/08/19 02:36:23 DEBUG : Waiting for deletions to finish 2026/08/19 02:36:23 INFO : appleappleapplebanana: Deleted 2026/08/19 02:36:23 INFO : dir1/0001-bcdefgh.txt: Deleted 2026/08/19 02:36:23 INFO : dir1/0006-ghijklm.txt: Deleted 2026/08/19 02:36:23 INFO : dir1/0011-56789;.txt: Deleted 2026/08/19 02:36:23 INFO : dir1/0013-789;=.txt: Deleted 2026/08/19 02:36:23 INFO : dir1/0014-89;=.txt: Deleted 2026/08/19 02:36:23 INFO : dir1/0015-9;=.txt: Deleted 2026/08/19 02:36:23 INFO : dir1/0012-6789;.txt: Deleted 2026/08/19 02:36:23 INFO : dir1/0000-abcdefg.txt: Deleted 2026/08/19 02:36:23 INFO : dir1/0005-fghijkl.txt: Deleted 2026/08/19 02:36:24 INFO : dir1/0007-1234567.txt: Deleted 2026/08/19 02:36:24 INFO : dir1/0002-cdefghi.txt: Deleted 2026/08/19 02:36:24 INFO : dir1/0003-defghij.txt: Deleted 2026/08/19 02:36:24 INFO : dir1/0004-efghijk.txt: Deleted 2026/08/19 02:36:24 INFO : dir1/0008-2345678.txt: Deleted 2026/08/19 02:36:24 INFO : dir1/0010-456789.txt: Deleted 2026/08/19 02:36:24 INFO : splitbananasplit: Deleted 2026/08/19 02:36:24 INFO : dir1/0009-3456789.txt: Deleted 2026/08/19 02:36:24 DEBUG : Waiting for deletions to finish 2026/08/19 02:36:24 DEBUG : apple: Excluded (Path Filter) 2026/08/19 02:36:24 DEBUG : appleapple: Excluded (Path Filter) 2026/08/19 02:36:24 DEBUG : banana: Excluded (Path Filter) 2026/08/19 02:36:24 DEBUG : dir1/0000-abcde: Excluded (Path Filter) 2026/08/19 02:36:24 DEBUG : dir1/0001-bcdef: Excluded (Path Filter) 2026/08/19 02:36:24 DEBUG : dir1/0002-cdefg: Excluded (Path Filter) 2026/08/19 02:36:24 DEBUG : dir1/0003-defgh: Excluded (Path Filter) 2026/08/19 02:36:24 DEBUG : dir1/0004-efghi: Excluded (Path Filter) 2026/08/19 02:36:24 DEBUG : dir1/0005-fghij: Excluded (Path Filter) 2026/08/19 02:36:24 DEBUG : dir1/0006-ghijk: Excluded (Path Filter) 2026/08/19 02:36:24 DEBUG : dir1/0007-12345: Excluded (Path Filter) 2026/08/19 02:36:24 DEBUG : dir1/0008-23456: Excluded (Path Filter) 2026/08/19 02:36:24 DEBUG : dir1/0009-34567: Excluded (Path Filter) 2026/08/19 02:36:24 DEBUG : dir1/0010-45678: Excluded (Path Filter) 2026/08/19 02:36:24 DEBUG : dir1/0011-56789: Excluded (Path Filter) 2026/08/19 02:36:24 DEBUG : dir1/0012-6789;: Excluded (Path Filter) 2026/08/19 02:36:24 DEBUG : dir1/0013-789;=: Excluded (Path Filter) 2026/08/19 02:36:24 DEBUG : dir1/0014-89;=.: Excluded (Path Filter) 2026/08/19 02:36:24 DEBUG : dir1/0015-9;=.t: Excluded (Path Filter) 2026/08/19 02:36:24 DEBUG : splitbanan: Excluded (Path Filter) 2026/08/19 02:36:24 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/08/19 02:36:24 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/08/19 02:36:24 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/08/19 02:36:24 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/08/19 02:36:24 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/08/19 02:36:24 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/08/19 02:36:24 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/08/19 02:36:24 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/08/19 02:36:24 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/08/19 02:36:24 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/08/19 02:36:24 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/08/19 02:36:24 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/08/19 02:36:24 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/08/19 02:36:24 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/08/19 02:36:24 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/08/19 02:36:24 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/08/19 02:36:24 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/08/19 02:36:24 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/08/19 02:36:24 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/08/19 02:36:24 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/08/19 02:36:24 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/08/19 02:36:24 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/08/19 02:36:24 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/08/19 02:36:24 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/08/19 02:36:24 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/08/19 02:36:24 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/08/19 02:36:24 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/08/19 02:36:24 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/08/19 02:36:24 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/08/19 02:36:24 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/08/19 02:36:24 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/08/19 02:36:24 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/08/19 02:36:24 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/08/19 02:36:24 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/08/19 02:36:24 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/08/19 02:36:24 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/08/19 02:36:24 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/08/19 02:36:24 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/08/19 02:36:24 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/08/19 02:36:24 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/08/19 02:36:24 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/08/19 02:36:24 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/08/19 02:36:24 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/08/19 02:36:24 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/08/19 02:36:24 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/08/19 02:36:24 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/08/19 02:36:24 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/08/19 02:36:24 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/08/19 02:36:24 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/08/19 02:36:24 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/08/19 02:36:24 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/08/19 02:36:24 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/08/19 02:36:24 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/08/19 02:36:24 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/08/19 02:36:24 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/08/19 02:36:24 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/08/19 02:36:24 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/08/19 02:36:24 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/08/19 02:36:24 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/08/19 02:36:24 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/08/19 02:36:24 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/08/19 02:36:24 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/08/19 02:36:24 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/19 02:36:24 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/08/19 02:36:24 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/19 02:36:24 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/08/19 02:36:24 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/19 02:36:24 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/08/19 02:36:24 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/19 02:36:24 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/08/19 02:36:24 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/19 02:36:24 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/08/19 02:36:24 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/19 02:36:24 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/08/19 02:36:24 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/19 02:36:24 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/08/19 02:36:24 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/19 02:36:24 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/08/19 02:36:24 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/19 02:36:24 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/08/19 02:36:24 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/19 02:36:24 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/08/19 02:36:24 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/19 02:36:24 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/08/19 02:36:24 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/19 02:36:24 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/08/19 02:36:24 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/19 02:36:24 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/08/19 02:36:24 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/19 02:36:24 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/08/19 02:36:24 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/19 02:36:24 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/08/19 02:36:24 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/19 02:36:24 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/08/19 02:36:24 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/19 02:36:24 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/19 02:36:24 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/19 02:36:24 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/08/19 02:36:24 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/19 02:36:24 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/08/19 02:36:24 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/08/19 02:36:24 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/08/19 02:36:24 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/08/19 02:36:24 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/08/19 02:36:24 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/08/19 02:36:24 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/08/19 02:36:24 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/08/19 02:36:24 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/08/19 02:36:24 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/08/19 02:36:24 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/08/19 02:36:24 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/08/19 02:36:24 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/08/19 02:36:24 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/08/19 02:36:24 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/08/19 02:36:24 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/08/19 02:36:24 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/19 02:36:24 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/19 02:36:24 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/19 02:36:24 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/19 02:36:24 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/19 02:36:24 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/19 02:36:24 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/19 02:36:24 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/19 02:36:24 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/19 02:36:24 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/19 02:36:24 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/19 02:36:24 DEBUG : apple: size = 5 OK 2026/08/19 02:36:24 DEBUG : appleapple: size = 21 OK 2026/08/19 02:36:24 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:36:24 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:36:24 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/19 02:36:24 DEBUG : apple: Unchanged skipping 2026/08/19 02:36:24 DEBUG : banana: size = 6 OK 2026/08/19 02:36:24 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:36:24 DEBUG : banana: Unchanged skipping 2026/08/19 02:36:24 DEBUG : splitbanan: size = 16 OK 2026/08/19 02:36:24 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:36:24 DEBUG : splitbananasplit: Unchanged skipping 2026/08/19 02:36:24 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/19 02:36:24 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/19 02:36:24 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/19 02:36:24 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/19 02:36:24 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/19 02:36:24 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/19 02:36:24 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/19 02:36:24 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/19 02:36:24 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/19 02:36:24 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/19 02:36:24 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/19 02:36:24 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/19 02:36:24 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/19 02:36:24 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/19 02:36:24 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/19 02:36:24 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/19 02:36:24 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/19 02:36:24 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/19 02:36:24 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/19 02:36:24 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/19 02:36:24 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/19 02:36:24 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/19 02:36:24 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/19 02:36:24 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/19 02:36:24 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/19 02:36:24 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/19 02:36:24 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/19 02:36:24 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/19 02:36:24 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/19 02:36:24 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/19 02:36:24 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/19 02:36:24 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/19 02:36:24 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/19 02:36:24 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/19 02:36:24 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/19 02:36:24 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/19 02:36:24 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/19 02:36:24 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/19 02:36:24 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/19 02:36:24 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/19 02:36:24 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/19 02:36:24 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/19 02:36:24 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/19 02:36:24 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/19 02:36:24 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/19 02:36:24 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/19 02:36:24 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/19 02:36:24 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/19 02:36:24 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/19 02:36:24 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/19 02:36:24 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/19 02:36:24 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/19 02:36:24 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/19 02:36:24 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/19 02:36:24 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/19 02:36:24 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/19 02:36:24 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/19 02:36:24 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/19 02:36:24 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/19 02:36:24 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/19 02:36:24 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/19 02:36:24 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/19 02:36:24 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/19 02:36:24 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/19 02:36:24 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/19 02:36:24 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/19 02:36:24 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/19 02:36:24 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/19 02:36:24 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/19 02:36:24 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/19 02:36:24 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/19 02:36:24 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/19 02:36:24 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/19 02:36:24 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/19 02:36:24 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/19 02:36:24 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/19 02:36:24 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/19 02:36:24 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/19 02:36:24 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/19 02:36:24 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/19 02:36:24 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/19 02:36:24 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/19 02:36:24 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/19 02:36:24 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/19 02:36:24 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/19 02:36:24 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/19 02:36:24 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/19 02:36:24 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/19 02:36:24 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/19 02:36:24 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/19 02:36:24 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/19 02:36:24 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/19 02:36:24 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/19 02:36:24 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/19 02:36:24 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/19 02:36:24 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/19 02:36:24 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/19 02:36:24 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/19 02:36:24 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/19 02:36:24 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/19 02:36:24 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/19 02:36:24 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/19 02:36:24 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/19 02:36:24 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/19 02:36:24 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/19 02:36:24 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/19 02:36:24 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/19 02:36:24 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/19 02:36:24 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/19 02:36:24 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/19 02:36:24 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/19 02:36:24 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/19 02:36:24 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/19 02:36:24 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/19 02:36:24 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/19 02:36:24 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/19 02:36:24 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/19 02:36:24 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/19 02:36:24 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/19 02:36:24 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/19 02:36:24 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/19 02:36:24 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/19 02:36:24 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/19 02:36:24 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/19 02:36:24 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/19 02:36:24 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/19 02:36:24 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/19 02:36:24 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/19 02:36:24 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/19 02:36:24 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/19 02:36:24 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/19 02:36:24 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/19 02:36:24 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/19 02:36:24 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/19 02:36:24 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/19 02:36:24 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/19 02:36:24 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/19 02:36:24 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/19 02:36:24 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/19 02:36:24 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/19 02:36:24 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/19 02:36:24 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/19 02:36:24 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/19 02:36:24 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/19 02:36:24 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/19 02:36:24 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/19 02:36:24 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/19 02:36:24 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/19 02:36:24 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/19 02:36:24 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/19 02:36:24 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/19 02:36:24 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/19 02:36:24 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/19 02:36:24 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/19 02:36:24 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/19 02:36:24 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/19 02:36:24 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/19 02:36:24 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/19 02:36:24 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/19 02:36:24 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/19 02:36:24 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/19 02:36:24 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/19 02:36:24 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/19 02:36:24 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/19 02:36:24 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/19 02:36:24 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/19 02:36:24 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/19 02:36:24 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/19 02:36:24 DEBUG : 0015-9;=.txt: transformed to: 0015-9;=.t 2026/08/19 02:36:24 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/19 02:36:24 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/19 02:36:25 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/19 02:36:25 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/19 02:36:25 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/19 02:36:25 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/19 02:36:25 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/19 02:36:25 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/19 02:36:25 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/19 02:36:25 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/19 02:36:25 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/19 02:36:25 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/19 02:36:25 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/19 02:36:25 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/19 02:36:25 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/19 02:36:25 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/19 02:36:25 DEBUG : 0015-9;=.txt: transformed to: 0015-9;=.t 2026/08/19 02:36:25 DEBUG : dir1/0000-abcde: size = 21 OK 2026/08/19 02:36:25 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:36:25 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/19 02:36:25 DEBUG : dir1/0001-bcdef: size = 21 OK 2026/08/19 02:36:25 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:36:25 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/19 02:36:25 DEBUG : dir1/0002-cdefg: size = 21 OK 2026/08/19 02:36:25 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:36:25 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/19 02:36:25 DEBUG : dir1/0003-defgh: size = 21 OK 2026/08/19 02:36:25 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:36:25 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/19 02:36:25 DEBUG : dir1/0004-efghi: size = 21 OK 2026/08/19 02:36:25 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:36:25 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/19 02:36:25 DEBUG : dir1/0005-fghij: size = 21 OK 2026/08/19 02:36:25 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:36:25 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/19 02:36:25 DEBUG : dir1/0006-ghijk: size = 21 OK 2026/08/19 02:36:25 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:36:25 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/19 02:36:25 DEBUG : dir1/0007-12345: size = 21 OK 2026/08/19 02:36:25 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:36:25 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/19 02:36:25 DEBUG : dir1/0008-23456: size = 21 OK 2026/08/19 02:36:25 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:36:25 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/19 02:36:25 DEBUG : dir1/0009-34567: size = 21 OK 2026/08/19 02:36:25 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:36:25 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/19 02:36:25 DEBUG : dir1/0010-45678: size = 20 OK 2026/08/19 02:36:25 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:36:25 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/19 02:36:25 DEBUG : dir1/0011-56789: size = 20 OK 2026/08/19 02:36:25 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:36:25 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/19 02:36:25 DEBUG : dir1/0012-6789;: size = 19 OK 2026/08/19 02:36:25 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:36:25 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/19 02:36:25 DEBUG : dir1/0013-789;=: size = 19 OK 2026/08/19 02:36:25 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:36:25 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/19 02:36:25 DEBUG : dir1/0014-89;=.: size = 18 OK 2026/08/19 02:36:25 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:36:25 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/19 02:36:25 DEBUG : dir1/0015-9;=.t: size = 17 OK 2026/08/19 02:36:25 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:36:25 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/19 02:36:25 DEBUG : B2 bucket rclone-test-xapoboj5qoto: Waiting for checks to finish 2026/08/19 02:36:25 DEBUG : B2 bucket rclone-test-xapoboj5qoto: Waiting for transfers to finish 2026/08/19 02:36:25 DEBUG : Waiting for deletions to finish 2026/08/19 02:36:25 DEBUG : Waiting for deletions to finish 2026/08/19 02:36:25 DEBUG : apple: Excluded (Path Filter) 2026/08/19 02:36:25 DEBUG : appleapple: Excluded (Path Filter) 2026/08/19 02:36:25 DEBUG : banana: Excluded (Path Filter) 2026/08/19 02:36:25 DEBUG : dir1/0000-abcde: Excluded (Path Filter) 2026/08/19 02:36:25 DEBUG : dir1/0001-bcdef: Excluded (Path Filter) 2026/08/19 02:36:25 DEBUG : dir1/0002-cdefg: Excluded (Path Filter) 2026/08/19 02:36:25 DEBUG : dir1/0003-defgh: Excluded (Path Filter) 2026/08/19 02:36:25 DEBUG : dir1/0004-efghi: Excluded (Path Filter) 2026/08/19 02:36:25 DEBUG : dir1/0005-fghij: Excluded (Path Filter) 2026/08/19 02:36:25 DEBUG : dir1/0006-ghijk: Excluded (Path Filter) 2026/08/19 02:36:25 DEBUG : dir1/0007-12345: Excluded (Path Filter) 2026/08/19 02:36:25 DEBUG : dir1/0008-23456: Excluded (Path Filter) 2026/08/19 02:36:25 DEBUG : dir1/0009-34567: Excluded (Path Filter) 2026/08/19 02:36:25 DEBUG : dir1/0010-45678: Excluded (Path Filter) 2026/08/19 02:36:25 DEBUG : dir1/0011-56789: Excluded (Path Filter) 2026/08/19 02:36:25 DEBUG : dir1/0012-6789;: Excluded (Path Filter) 2026/08/19 02:36:25 DEBUG : dir1/0013-789;=: Excluded (Path Filter) 2026/08/19 02:36:25 DEBUG : dir1/0014-89;=.: Excluded (Path Filter) 2026/08/19 02:36:25 DEBUG : dir1/0015-9;=.t: Excluded (Path Filter) 2026/08/19 02:36:25 DEBUG : splitbanan: Excluded (Path Filter) 2026/08/19 02:36:25 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/19 02:36:25 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/19 02:36:25 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/08/19 02:36:25 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/08/19 02:36:25 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/08/19 02:36:25 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/08/19 02:36:25 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/08/19 02:36:25 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/08/19 02:36:25 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/08/19 02:36:25 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/08/19 02:36:25 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/08/19 02:36:25 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/08/19 02:36:25 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/08/19 02:36:25 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/08/19 02:36:25 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/08/19 02:36:25 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/08/19 02:36:25 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/08/19 02:36:25 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/08/19 02:36:25 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/08/19 02:36:25 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/08/19 02:36:25 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/08/19 02:36:25 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/08/19 02:36:25 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/08/19 02:36:25 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/08/19 02:36:25 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/08/19 02:36:25 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/08/19 02:36:25 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/08/19 02:36:25 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/08/19 02:36:25 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/08/19 02:36:25 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/08/19 02:36:25 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/08/19 02:36:25 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/08/19 02:36:25 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/08/19 02:36:25 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/19 02:36:25 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/08/19 02:36:25 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/19 02:36:25 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/08/19 02:36:25 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/08/19 02:36:25 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/08/19 02:36:25 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/08/19 02:36:25 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/08/19 02:36:25 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/08/19 02:36:25 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/08/19 02:36:25 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/08/19 02:36:25 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/08/19 02:36:25 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/08/19 02:36:25 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/08/19 02:36:25 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/08/19 02:36:25 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/08/19 02:36:25 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/08/19 02:36:25 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/08/19 02:36:25 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/08/19 02:36:25 DEBUG : splitbananasplit: transformed to: splitbanan === RUN TestTransform/encoder run.go:198: Remote "B2 bucket rclone-test-xapoboj5qoto", Local "Local file system at /tmp/rclone2007618947", Modify Window "1ms" 2026/08/19 02:36:35 DEBUG : Waiting for deletions to finish 2026/08/19 02:36:35 DEBUG : apple: Excluded (Path Filter) 2026/08/19 02:36:35 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/19 02:36:35 DEBUG : banana: Excluded (Path Filter) 2026/08/19 02:36:35 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/19 02:36:35 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/19 02:36:35 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/19 02:36:35 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/19 02:36:35 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/19 02:36:35 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/19 02:36:35 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/19 02:36:35 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/19 02:36:35 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/19 02:36:35 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/19 02:36:35 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/19 02:36:35 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/19 02:36:35 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/19 02:36:35 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/19 02:36:35 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/19 02:36:35 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/19 02:36:35 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/19 02:36:36 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/19 02:36:36 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:36:36 DEBUG : splitbananasplit: size = 16 OK 2026/08/19 02:36:36 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:36:36 DEBUG : splitbananasplit: Unchanged skipping 2026/08/19 02:36:36 DEBUG : banana: size = 6 OK 2026/08/19 02:36:36 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/19 02:36:36 DEBUG : apple: size = 5 OK 2026/08/19 02:36:36 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:36:36 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:36:36 DEBUG : apple: Unchanged skipping 2026/08/19 02:36:36 DEBUG : banana: Unchanged skipping 2026/08/19 02:36:36 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/19 02:36:36 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:36:36 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/19 02:36:36 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/19 02:36:36 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:36:36 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/19 02:36:36 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/19 02:36:36 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:36:36 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/19 02:36:36 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/19 02:36:36 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:36:36 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/19 02:36:36 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/19 02:36:36 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:36:36 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/19 02:36:36 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/19 02:36:36 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:36:36 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/19 02:36:36 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/19 02:36:36 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:36:36 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/19 02:36:36 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/19 02:36:36 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:36:36 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/19 02:36:36 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/19 02:36:36 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:36:36 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/19 02:36:36 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/19 02:36:36 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:36:36 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/19 02:36:36 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/19 02:36:36 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:36:36 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/19 02:36:36 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/19 02:36:36 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:36:36 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/19 02:36:36 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/19 02:36:36 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:36:36 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/19 02:36:36 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/19 02:36:36 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:36:36 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/19 02:36:36 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/19 02:36:36 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:36:36 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/19 02:36:36 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/19 02:36:36 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:36:36 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/19 02:36:36 DEBUG : B2 bucket rclone-test-xapoboj5qoto: Waiting for checks to finish 2026/08/19 02:36:36 DEBUG : B2 bucket rclone-test-xapoboj5qoto: Waiting for transfers to finish 2026/08/19 02:36:36 DEBUG : Waiting for deletions to finish 2026/08/19 02:36:36 INFO : There was nothing to transfer 2026/08/19 02:36:36 DEBUG : Waiting for deletions to finish 2026/08/19 02:36:36 DEBUG : apple: Excluded (Path Filter) 2026/08/19 02:36:36 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/19 02:36:36 DEBUG : banana: Excluded (Path Filter) 2026/08/19 02:36:36 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/19 02:36:36 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/19 02:36:36 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/19 02:36:36 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/19 02:36:36 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/19 02:36:36 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/19 02:36:36 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/19 02:36:36 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/19 02:36:36 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/19 02:36:36 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/19 02:36:36 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/19 02:36:36 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/19 02:36:36 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/19 02:36:36 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/19 02:36:36 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/19 02:36:36 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/19 02:36:36 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/19 02:36:36 DEBUG : banana: size = 6 OK 2026/08/19 02:36:36 DEBUG : apple: size = 5 OK 2026/08/19 02:36:36 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:36:36 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:36:36 DEBUG : apple: Unchanged skipping 2026/08/19 02:36:36 DEBUG : banana: Unchanged skipping 2026/08/19 02:36:36 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/19 02:36:36 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:36:36 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/19 02:36:36 DEBUG : splitbananasplit: size = 16 OK 2026/08/19 02:36:36 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:36:36 DEBUG : splitbananasplit: Unchanged skipping 2026/08/19 02:36:37 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/19 02:36:37 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:36:37 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/19 02:36:37 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:36:37 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/19 02:36:37 DEBUG : B2 bucket rclone-test-xapoboj5qoto: Waiting for checks to finish 2026/08/19 02:36:37 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/19 02:36:37 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:36:37 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/19 02:36:37 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/19 02:36:37 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:36:37 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/19 02:36:37 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/19 02:36:37 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:36:37 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/19 02:36:37 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/19 02:36:37 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/19 02:36:37 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:36:37 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:36:37 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/19 02:36:37 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/19 02:36:37 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/19 02:36:37 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:36:37 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/19 02:36:37 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/19 02:36:37 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:36:37 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/19 02:36:37 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/19 02:36:37 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/19 02:36:37 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/19 02:36:37 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:36:37 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:36:37 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/19 02:36:37 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/19 02:36:37 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/19 02:36:37 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:36:37 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/19 02:36:37 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/19 02:36:37 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:36:37 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/19 02:36:37 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/19 02:36:37 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:36:37 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/19 02:36:37 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/19 02:36:37 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:36:37 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/19 02:36:37 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/19 02:36:37 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:36:37 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/19 02:36:37 DEBUG : B2 bucket rclone-test-xapoboj5qoto: Waiting for transfers to finish 2026/08/19 02:36:37 DEBUG : Waiting for deletions to finish 2026/08/19 02:36:37 INFO : There was nothing to transfer 2026/08/19 02:36:37 DEBUG : Waiting for deletions to finish 2026/08/19 02:36:37 DEBUG : apple: Excluded (Path Filter) 2026/08/19 02:36:37 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/19 02:36:37 DEBUG : banana: Excluded (Path Filter) 2026/08/19 02:36:37 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/19 02:36:37 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/19 02:36:37 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/19 02:36:37 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/19 02:36:37 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/19 02:36:37 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/19 02:36:37 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/19 02:36:37 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/19 02:36:37 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/19 02:36:37 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/19 02:36:37 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/19 02:36:37 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/19 02:36:37 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/19 02:36:37 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/19 02:36:37 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/19 02:36:37 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/19 02:36:37 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/19 02:36:37 DEBUG : Waiting for deletions to finish 2026/08/19 02:36:37 DEBUG : apple: Excluded (Path Filter) 2026/08/19 02:36:37 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/19 02:36:37 DEBUG : banana: Excluded (Path Filter) 2026/08/19 02:36:37 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/19 02:36:37 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/19 02:36:37 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/19 02:36:37 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/19 02:36:37 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/19 02:36:37 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/19 02:36:37 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/19 02:36:37 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/19 02:36:37 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/19 02:36:37 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/19 02:36:37 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/19 02:36:37 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/19 02:36:37 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/19 02:36:37 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/19 02:36:37 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/19 02:36:37 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/19 02:36:37 DEBUG : splitbananasplit: Excluded (Path Filter) === RUN TestTransform/ISO-8859-1 run.go:198: Remote "B2 bucket rclone-test-xapoboj5qoto", Local "Local file system at /tmp/rclone2007618947", Modify Window "1ms" 2026/08/19 02:36:47 DEBUG : Waiting for deletions to finish 2026/08/19 02:36:48 DEBUG : apple: Excluded (Path Filter) 2026/08/19 02:36:48 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/19 02:36:48 DEBUG : banana: Excluded (Path Filter) 2026/08/19 02:36:48 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/19 02:36:48 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/19 02:36:48 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/19 02:36:48 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/19 02:36:48 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/19 02:36:48 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/19 02:36:48 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/19 02:36:48 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/19 02:36:48 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/19 02:36:48 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/19 02:36:48 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/19 02:36:48 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/19 02:36:48 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/19 02:36:48 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/19 02:36:48 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/19 02:36:48 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/19 02:36:48 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/19 02:36:48 DEBUG : apple: size = 5 OK 2026/08/19 02:36:48 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:36:48 DEBUG : apple: Unchanged skipping 2026/08/19 02:36:48 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/19 02:36:48 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:36:48 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/19 02:36:48 DEBUG : splitbananasplit: size = 16 OK 2026/08/19 02:36:48 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:36:48 DEBUG : splitbananasplit: Unchanged skipping 2026/08/19 02:36:48 DEBUG : banana: size = 6 OK 2026/08/19 02:36:48 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:36:48 DEBUG : banana: Unchanged skipping 2026/08/19 02:36:49 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/19 02:36:49 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:36:49 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/19 02:36:49 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/19 02:36:49 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:36:49 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/19 02:36:49 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/19 02:36:49 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/19 02:36:49 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:36:49 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/19 02:36:49 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:36:49 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/19 02:36:49 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:36:49 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/19 02:36:49 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/19 02:36:49 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/19 02:36:49 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/19 02:36:49 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:36:49 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/19 02:36:49 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:36:49 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/19 02:36:49 DEBUG : B2 bucket rclone-test-xapoboj5qoto: Waiting for checks to finish 2026/08/19 02:36:49 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/19 02:36:49 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:36:49 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/19 02:36:49 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/19 02:36:49 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:36:49 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/19 02:36:49 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/19 02:36:49 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:36:49 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/19 02:36:49 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:36:49 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/19 02:36:49 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/19 02:36:49 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/19 02:36:49 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:36:49 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/19 02:36:49 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/19 02:36:49 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/19 02:36:49 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:36:49 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/19 02:36:49 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:36:49 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:36:49 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/19 02:36:49 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/19 02:36:49 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/19 02:36:49 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/19 02:36:49 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:36:49 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/19 02:36:49 DEBUG : B2 bucket rclone-test-xapoboj5qoto: Waiting for transfers to finish 2026/08/19 02:36:49 DEBUG : Waiting for deletions to finish 2026/08/19 02:36:49 INFO : There was nothing to transfer 2026/08/19 02:36:49 DEBUG : Waiting for deletions to finish 2026/08/19 02:36:49 DEBUG : apple: Excluded (Path Filter) 2026/08/19 02:36:49 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/19 02:36:49 DEBUG : banana: Excluded (Path Filter) 2026/08/19 02:36:49 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/19 02:36:49 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/19 02:36:49 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/19 02:36:49 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/19 02:36:49 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/19 02:36:49 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/19 02:36:49 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/19 02:36:49 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/19 02:36:49 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/19 02:36:49 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/19 02:36:49 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/19 02:36:49 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/19 02:36:49 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/19 02:36:49 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/19 02:36:49 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/19 02:36:49 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/19 02:36:49 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/19 02:36:49 DEBUG : apple: size = 5 OK 2026/08/19 02:36:49 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:36:49 DEBUG : banana: size = 6 OK 2026/08/19 02:36:49 DEBUG : apple: Unchanged skipping 2026/08/19 02:36:49 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:36:49 DEBUG : banana: Unchanged skipping 2026/08/19 02:36:49 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/19 02:36:49 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:36:49 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/19 02:36:49 DEBUG : splitbananasplit: size = 16 OK 2026/08/19 02:36:49 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:36:49 DEBUG : splitbananasplit: Unchanged skipping 2026/08/19 02:36:50 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/19 02:36:50 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:36:50 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/19 02:36:50 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:36:50 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/19 02:36:50 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/19 02:36:50 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/19 02:36:50 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:36:50 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:36:50 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/19 02:36:50 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/19 02:36:50 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/19 02:36:50 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:36:50 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/19 02:36:50 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/19 02:36:50 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:36:50 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/19 02:36:50 DEBUG : B2 bucket rclone-test-xapoboj5qoto: Waiting for checks to finish 2026/08/19 02:36:50 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/19 02:36:50 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/19 02:36:50 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/19 02:36:50 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:36:50 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/19 02:36:50 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/19 02:36:50 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:36:50 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:36:50 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:36:50 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:36:50 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/19 02:36:50 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/19 02:36:50 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/19 02:36:50 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/19 02:36:50 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:36:50 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/19 02:36:50 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/19 02:36:50 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:36:50 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/19 02:36:50 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/19 02:36:50 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:36:50 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/19 02:36:50 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:36:50 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/19 02:36:50 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/19 02:36:50 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/19 02:36:50 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:36:50 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/19 02:36:50 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/19 02:36:50 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/19 02:36:50 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/19 02:36:50 DEBUG : B2 bucket rclone-test-xapoboj5qoto: Waiting for transfers to finish 2026/08/19 02:36:50 DEBUG : Waiting for deletions to finish 2026/08/19 02:36:50 INFO : There was nothing to transfer 2026/08/19 02:36:50 DEBUG : Waiting for deletions to finish 2026/08/19 02:36:50 DEBUG : apple: Excluded (Path Filter) 2026/08/19 02:36:50 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/19 02:36:50 DEBUG : banana: Excluded (Path Filter) 2026/08/19 02:36:50 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/19 02:36:50 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/19 02:36:50 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/19 02:36:50 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/19 02:36:50 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/19 02:36:50 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/19 02:36:50 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/19 02:36:50 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/19 02:36:50 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/19 02:36:50 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/19 02:36:50 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/19 02:36:50 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/19 02:36:50 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/19 02:36:50 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/19 02:36:50 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/19 02:36:50 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/19 02:36:50 DEBUG : splitbananasplit: Excluded (Path Filter) === RUN TestTransform/charmap run.go:198: Remote "B2 bucket rclone-test-xapoboj5qoto", Local "Local file system at /tmp/rclone2007618947", Modify Window "1ms" 2026/08/19 02:37:00 DEBUG : Waiting for deletions to finish 2026/08/19 02:37:00 DEBUG : pacer: low level retry 1/10 (error Post "https://api001.backblazeb2.com/b2api/v1/b2_list_file_names": EOF) 2026/08/19 02:37:00 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/08/19 02:37:21 DEBUG : pacer: low level retry 2/10 (error Post "https://api001.backblazeb2.com/b2api/v1/b2_list_file_names": EOF) 2026/08/19 02:37:21 DEBUG : pacer: Rate limited, increasing sleep to 40ms 2026/08/19 02:37:21 DEBUG : pacer: Reducing sleep to 20ms 2026/08/19 02:37:21 DEBUG : apple: Excluded (Path Filter) 2026/08/19 02:37:21 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/19 02:37:21 DEBUG : banana: Excluded (Path Filter) 2026/08/19 02:37:21 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/19 02:37:21 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/19 02:37:21 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/19 02:37:21 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/19 02:37:21 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/19 02:37:21 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/19 02:37:21 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/19 02:37:21 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/19 02:37:21 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/19 02:37:21 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/19 02:37:21 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/19 02:37:21 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/19 02:37:21 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/19 02:37:21 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/19 02:37:21 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/19 02:37:21 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/19 02:37:21 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/19 02:37:21 DEBUG : pacer: Reducing sleep to 10ms 2026/08/19 02:37:22 DEBUG : apple: size = 5 OK 2026/08/19 02:37:22 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:37:22 DEBUG : apple: Unchanged skipping 2026/08/19 02:37:22 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/19 02:37:22 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:37:22 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/19 02:37:22 DEBUG : banana: size = 6 OK 2026/08/19 02:37:22 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:37:22 DEBUG : banana: Unchanged skipping 2026/08/19 02:37:22 DEBUG : splitbananasplit: size = 16 OK 2026/08/19 02:37:22 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:37:22 DEBUG : splitbananasplit: Unchanged skipping 2026/08/19 02:37:22 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/19 02:37:22 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:37:22 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/19 02:37:22 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/19 02:37:22 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:37:22 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/19 02:37:22 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/19 02:37:22 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:37:22 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/19 02:37:22 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/19 02:37:22 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:37:22 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/19 02:37:22 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/19 02:37:22 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:37:22 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/19 02:37:22 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/19 02:37:22 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:37:22 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/19 02:37:22 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/19 02:37:22 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:37:22 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/19 02:37:22 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/19 02:37:22 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:37:22 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/19 02:37:22 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/19 02:37:22 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:37:22 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/19 02:37:22 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/19 02:37:22 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:37:22 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/19 02:37:22 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/19 02:37:22 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:37:22 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/19 02:37:22 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/19 02:37:22 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:37:22 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/19 02:37:22 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/19 02:37:22 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:37:22 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/19 02:37:22 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/19 02:37:22 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:37:22 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/19 02:37:22 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/19 02:37:22 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:37:22 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/19 02:37:22 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/19 02:37:22 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:37:22 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/19 02:37:22 DEBUG : B2 bucket rclone-test-xapoboj5qoto: Waiting for checks to finish 2026/08/19 02:37:22 DEBUG : B2 bucket rclone-test-xapoboj5qoto: Waiting for transfers to finish 2026/08/19 02:37:22 DEBUG : Waiting for deletions to finish 2026/08/19 02:37:22 INFO : There was nothing to transfer 2026/08/19 02:37:22 DEBUG : Waiting for deletions to finish 2026/08/19 02:37:22 DEBUG : apple: Excluded (Path Filter) 2026/08/19 02:37:22 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/19 02:37:22 DEBUG : banana: Excluded (Path Filter) 2026/08/19 02:37:22 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/19 02:37:22 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/19 02:37:22 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/19 02:37:22 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/19 02:37:22 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/19 02:37:22 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/19 02:37:22 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/19 02:37:22 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/19 02:37:22 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/19 02:37:22 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/19 02:37:22 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/19 02:37:22 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/19 02:37:22 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/19 02:37:22 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/19 02:37:22 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/19 02:37:22 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/19 02:37:22 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/19 02:37:23 DEBUG : apple: size = 5 OK 2026/08/19 02:37:23 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:37:23 DEBUG : apple: Unchanged skipping 2026/08/19 02:37:23 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/19 02:37:23 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:37:23 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/19 02:37:23 DEBUG : banana: size = 6 OK 2026/08/19 02:37:23 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:37:23 DEBUG : banana: Unchanged skipping 2026/08/19 02:37:23 DEBUG : splitbananasplit: size = 16 OK 2026/08/19 02:37:23 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:37:23 DEBUG : splitbananasplit: Unchanged skipping 2026/08/19 02:37:23 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/19 02:37:23 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:37:23 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/19 02:37:23 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/19 02:37:23 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:37:23 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/19 02:37:23 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/19 02:37:23 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:37:23 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/19 02:37:23 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/19 02:37:23 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:37:23 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/19 02:37:23 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/19 02:37:23 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/19 02:37:23 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:37:23 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:37:23 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/19 02:37:23 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/19 02:37:23 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:37:23 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/19 02:37:23 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/19 02:37:23 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:37:23 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/19 02:37:23 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:37:23 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/19 02:37:23 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/19 02:37:23 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:37:23 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/19 02:37:23 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/19 02:37:23 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/19 02:37:23 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:37:23 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/19 02:37:23 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:37:23 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:37:23 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/19 02:37:23 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/19 02:37:23 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/19 02:37:23 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:37:23 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/19 02:37:23 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/19 02:37:23 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/19 02:37:23 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/19 02:37:23 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:37:23 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/19 02:37:23 DEBUG : B2 bucket rclone-test-xapoboj5qoto: Waiting for checks to finish 2026/08/19 02:37:23 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/19 02:37:23 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:37:23 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/19 02:37:23 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/19 02:37:23 DEBUG : B2 bucket rclone-test-xapoboj5qoto: Waiting for transfers to finish 2026/08/19 02:37:23 DEBUG : Waiting for deletions to finish 2026/08/19 02:37:23 INFO : There was nothing to transfer 2026/08/19 02:37:23 DEBUG : Waiting for deletions to finish 2026/08/19 02:37:23 DEBUG : apple: Excluded (Path Filter) 2026/08/19 02:37:23 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/19 02:37:23 DEBUG : banana: Excluded (Path Filter) 2026/08/19 02:37:23 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/19 02:37:23 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/19 02:37:23 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/19 02:37:23 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/19 02:37:23 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/19 02:37:23 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/19 02:37:23 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/19 02:37:23 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/19 02:37:23 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/19 02:37:23 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/19 02:37:23 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/19 02:37:23 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/19 02:37:23 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/19 02:37:23 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/19 02:37:23 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/19 02:37:23 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/19 02:37:23 DEBUG : splitbananasplit: Excluded (Path Filter) === RUN TestTransform/lowercase run.go:198: Remote "B2 bucket rclone-test-xapoboj5qoto", Local "Local file system at /tmp/rclone2007618947", Modify Window "1ms" 2026/08/19 02:37:33 DEBUG : Waiting for deletions to finish 2026/08/19 02:37:33 DEBUG : apple: Excluded (Path Filter) 2026/08/19 02:37:33 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/19 02:37:33 DEBUG : banana: Excluded (Path Filter) 2026/08/19 02:37:33 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/19 02:37:33 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/19 02:37:33 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/19 02:37:33 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/19 02:37:33 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/19 02:37:33 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/19 02:37:33 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/19 02:37:33 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/19 02:37:33 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/19 02:37:33 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/19 02:37:33 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/19 02:37:33 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/19 02:37:33 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/19 02:37:33 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/19 02:37:33 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/19 02:37:33 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/19 02:37:33 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/19 02:37:34 DEBUG : apple: size = 5 OK 2026/08/19 02:37:34 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:37:34 DEBUG : apple: Unchanged skipping 2026/08/19 02:37:34 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/19 02:37:34 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:37:34 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/19 02:37:34 DEBUG : banana: size = 6 OK 2026/08/19 02:37:34 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:37:34 DEBUG : banana: Unchanged skipping 2026/08/19 02:37:34 DEBUG : splitbananasplit: size = 16 OK 2026/08/19 02:37:34 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:37:34 DEBUG : splitbananasplit: Unchanged skipping 2026/08/19 02:37:34 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/19 02:37:34 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:37:34 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/19 02:37:34 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/19 02:37:34 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:37:34 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/19 02:37:34 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/19 02:37:34 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:37:34 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/19 02:37:34 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/19 02:37:34 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:37:34 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/19 02:37:34 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/19 02:37:34 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:37:34 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/19 02:37:34 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/19 02:37:34 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:37:34 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/19 02:37:34 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/19 02:37:34 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:37:34 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/19 02:37:34 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/19 02:37:34 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:37:34 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/19 02:37:34 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/19 02:37:34 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:37:34 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/19 02:37:34 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/19 02:37:34 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:37:34 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/19 02:37:34 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/19 02:37:34 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:37:34 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/19 02:37:34 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/19 02:37:34 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:37:34 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/19 02:37:34 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/19 02:37:34 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:37:34 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/19 02:37:34 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/19 02:37:34 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:37:34 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/19 02:37:34 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/19 02:37:34 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:37:34 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/19 02:37:34 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/19 02:37:34 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:37:34 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/19 02:37:34 DEBUG : B2 bucket rclone-test-xapoboj5qoto: Waiting for checks to finish 2026/08/19 02:37:34 DEBUG : B2 bucket rclone-test-xapoboj5qoto: Waiting for transfers to finish 2026/08/19 02:37:34 DEBUG : Waiting for deletions to finish 2026/08/19 02:37:34 INFO : There was nothing to transfer 2026/08/19 02:37:34 DEBUG : Waiting for deletions to finish 2026/08/19 02:37:34 DEBUG : apple: Excluded (Path Filter) 2026/08/19 02:37:34 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/19 02:37:34 DEBUG : banana: Excluded (Path Filter) 2026/08/19 02:37:34 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/19 02:37:34 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/19 02:37:34 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/19 02:37:34 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/19 02:37:34 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/19 02:37:34 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/19 02:37:34 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/19 02:37:34 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/19 02:37:34 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/19 02:37:34 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/19 02:37:34 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/19 02:37:34 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/19 02:37:34 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/19 02:37:34 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/19 02:37:34 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/19 02:37:34 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/19 02:37:34 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/19 02:37:35 DEBUG : apple: size = 5 OK 2026/08/19 02:37:35 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:37:35 DEBUG : apple: Unchanged skipping 2026/08/19 02:37:35 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/19 02:37:35 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:37:35 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/19 02:37:35 DEBUG : banana: size = 6 OK 2026/08/19 02:37:35 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:37:35 DEBUG : banana: Unchanged skipping 2026/08/19 02:37:35 DEBUG : splitbananasplit: size = 16 OK 2026/08/19 02:37:35 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:37:35 DEBUG : splitbananasplit: Unchanged skipping 2026/08/19 02:37:35 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/19 02:37:35 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:37:35 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/19 02:37:35 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/19 02:37:35 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:37:35 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/19 02:37:35 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/19 02:37:35 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/19 02:37:35 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/19 02:37:35 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:37:35 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/19 02:37:35 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/19 02:37:35 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:37:35 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/19 02:37:35 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:37:35 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/19 02:37:35 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:37:35 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/19 02:37:35 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/19 02:37:35 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:37:35 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/19 02:37:35 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/19 02:37:35 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:37:35 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/19 02:37:35 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/19 02:37:35 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:37:35 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/19 02:37:35 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/19 02:37:35 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:37:35 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/19 02:37:35 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/19 02:37:35 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/19 02:37:35 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:37:35 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/19 02:37:35 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/19 02:37:35 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/19 02:37:35 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:37:35 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:37:35 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/19 02:37:35 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:37:35 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/19 02:37:35 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/19 02:37:35 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/19 02:37:35 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:37:35 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/19 02:37:35 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/19 02:37:35 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:37:35 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/19 02:37:35 DEBUG : B2 bucket rclone-test-xapoboj5qoto: Waiting for checks to finish 2026/08/19 02:37:35 DEBUG : B2 bucket rclone-test-xapoboj5qoto: Waiting for transfers to finish 2026/08/19 02:37:35 DEBUG : Waiting for deletions to finish 2026/08/19 02:37:35 INFO : There was nothing to transfer 2026/08/19 02:37:35 DEBUG : Waiting for deletions to finish 2026/08/19 02:37:35 DEBUG : apple: Excluded (Path Filter) 2026/08/19 02:37:35 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/19 02:37:35 DEBUG : banana: Excluded (Path Filter) 2026/08/19 02:37:35 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/19 02:37:35 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/19 02:37:35 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/19 02:37:35 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/19 02:37:35 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/19 02:37:35 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/19 02:37:35 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/19 02:37:35 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/19 02:37:35 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/19 02:37:35 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/19 02:37:35 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/19 02:37:35 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/19 02:37:35 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/19 02:37:35 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/19 02:37:35 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/19 02:37:35 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/19 02:37:35 DEBUG : splitbananasplit: Excluded (Path Filter) === RUN TestTransform/ascii run.go:198: Remote "B2 bucket rclone-test-xapoboj5qoto", Local "Local file system at /tmp/rclone2007618947", Modify Window "1ms" 2026/08/19 02:37:45 DEBUG : Waiting for deletions to finish 2026/08/19 02:37:45 DEBUG : pacer: low level retry 1/10 (error Post "https://api001.backblazeb2.com/b2api/v1/b2_list_file_names": EOF) 2026/08/19 02:37:45 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/08/19 02:37:46 DEBUG : pacer: Reducing sleep to 10ms 2026/08/19 02:37:46 DEBUG : apple: Excluded (Path Filter) 2026/08/19 02:37:46 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/19 02:37:46 DEBUG : banana: Excluded (Path Filter) 2026/08/19 02:37:46 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/19 02:37:46 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/19 02:37:46 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/19 02:37:46 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/19 02:37:46 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/19 02:37:46 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/19 02:37:46 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/19 02:37:46 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/19 02:37:46 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/19 02:37:46 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/19 02:37:46 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/19 02:37:46 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/19 02:37:46 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/19 02:37:46 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/19 02:37:46 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/19 02:37:46 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/19 02:37:46 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/19 02:37:46 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/19 02:37:46 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:37:46 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/19 02:37:46 DEBUG : banana: size = 6 OK 2026/08/19 02:37:46 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:37:46 DEBUG : banana: Unchanged skipping 2026/08/19 02:37:46 DEBUG : apple: size = 5 OK 2026/08/19 02:37:46 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:37:46 DEBUG : apple: Unchanged skipping 2026/08/19 02:37:46 DEBUG : splitbananasplit: size = 16 OK 2026/08/19 02:37:46 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:37:46 DEBUG : splitbananasplit: Unchanged skipping 2026/08/19 02:37:47 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/19 02:37:47 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:37:47 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/19 02:37:47 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/19 02:37:47 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:37:47 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/19 02:37:47 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:37:47 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/19 02:37:47 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/19 02:37:47 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:37:47 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:37:47 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/19 02:37:47 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/19 02:37:47 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/19 02:37:47 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:37:47 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/19 02:37:47 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/19 02:37:47 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:37:47 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/19 02:37:47 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/19 02:37:47 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:37:47 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/19 02:37:47 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/19 02:37:47 DEBUG : B2 bucket rclone-test-xapoboj5qoto: Waiting for checks to finish 2026/08/19 02:37:47 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/19 02:37:47 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/19 02:37:47 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:37:47 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/19 02:37:47 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/19 02:37:47 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:37:47 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/19 02:37:47 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/19 02:37:47 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:37:47 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/19 02:37:47 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:37:47 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/19 02:37:47 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/19 02:37:47 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/19 02:37:47 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:37:47 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/19 02:37:47 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:37:47 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/19 02:37:47 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/19 02:37:47 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:37:47 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/19 02:37:47 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/19 02:37:47 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/19 02:37:47 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:37:47 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/19 02:37:47 DEBUG : B2 bucket rclone-test-xapoboj5qoto: Waiting for transfers to finish 2026/08/19 02:37:47 DEBUG : Waiting for deletions to finish 2026/08/19 02:37:47 INFO : There was nothing to transfer 2026/08/19 02:37:47 DEBUG : Waiting for deletions to finish 2026/08/19 02:37:47 DEBUG : apple: Excluded (Path Filter) 2026/08/19 02:37:47 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/19 02:37:47 DEBUG : banana: Excluded (Path Filter) 2026/08/19 02:37:47 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/19 02:37:47 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/19 02:37:47 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/19 02:37:47 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/19 02:37:47 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/19 02:37:47 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/19 02:37:47 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/19 02:37:47 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/19 02:37:47 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/19 02:37:47 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/19 02:37:47 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/19 02:37:47 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/19 02:37:47 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/19 02:37:47 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/19 02:37:47 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/19 02:37:47 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/19 02:37:47 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/19 02:37:47 DEBUG : apple: size = 5 OK 2026/08/19 02:37:47 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:37:47 DEBUG : apple: Unchanged skipping 2026/08/19 02:37:47 DEBUG : splitbananasplit: size = 16 OK 2026/08/19 02:37:47 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:37:47 DEBUG : splitbananasplit: Unchanged skipping 2026/08/19 02:37:47 DEBUG : banana: size = 6 OK 2026/08/19 02:37:47 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/19 02:37:47 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:37:47 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:37:47 DEBUG : banana: Unchanged skipping 2026/08/19 02:37:47 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/19 02:37:47 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/19 02:37:47 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:37:47 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/19 02:37:47 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/19 02:37:47 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:37:47 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/19 02:37:47 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:37:47 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/19 02:37:47 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/19 02:37:47 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/19 02:37:47 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:37:47 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/19 02:37:47 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/19 02:37:47 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:37:47 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/19 02:37:47 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/19 02:37:47 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:37:47 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/19 02:37:47 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/19 02:37:47 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/19 02:37:47 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:37:47 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/19 02:37:47 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/19 02:37:47 DEBUG : B2 bucket rclone-test-xapoboj5qoto: Waiting for checks to finish 2026/08/19 02:37:47 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:37:47 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:37:47 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/19 02:37:47 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:37:47 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/19 02:37:47 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/19 02:37:47 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/19 02:37:47 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:37:47 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/19 02:37:47 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/19 02:37:47 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:37:47 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/19 02:37:47 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/19 02:37:47 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:37:47 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/19 02:37:47 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:37:47 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/19 02:37:47 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/19 02:37:47 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/19 02:37:47 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:37:47 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/19 02:37:47 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/19 02:37:47 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:37:47 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/19 02:37:47 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/19 02:37:47 DEBUG : B2 bucket rclone-test-xapoboj5qoto: Waiting for transfers to finish 2026/08/19 02:37:47 DEBUG : Waiting for deletions to finish 2026/08/19 02:37:47 INFO : There was nothing to transfer 2026/08/19 02:37:47 DEBUG : Waiting for deletions to finish 2026/08/19 02:37:48 DEBUG : apple: Excluded (Path Filter) 2026/08/19 02:37:48 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/19 02:37:48 DEBUG : banana: Excluded (Path Filter) 2026/08/19 02:37:48 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/19 02:37:48 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/19 02:37:48 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/19 02:37:48 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/19 02:37:48 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/19 02:37:48 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/19 02:37:48 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/19 02:37:48 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/19 02:37:48 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/19 02:37:48 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/19 02:37:48 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/19 02:37:48 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/19 02:37:48 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/19 02:37:48 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/19 02:37:48 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/19 02:37:48 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/19 02:37:48 DEBUG : splitbananasplit: Excluded (Path Filter) --- PASS: TestTransform (168.22s) --- PASS: TestTransform/NFC (11.27s) --- PASS: TestTransform/NFD (12.29s) --- PASS: TestTransform/base64 (14.86s) --- PASS: TestTransform/prefix (16.60s) --- PASS: TestTransform/suffix (16.66s) --- PASS: TestTransform/truncate (13.78s) --- PASS: TestTransform/encoder (12.51s) --- PASS: TestTransform/ISO-8859-1 (12.43s) --- PASS: TestTransform/charmap (33.19s) --- PASS: TestTransform/lowercase (12.05s) --- PASS: TestTransform/ascii (12.58s) === RUN TestTransformCopy run.go:198: Remote "B2 bucket rclone-test-xapoboj5qoto", Local "Local file system at /tmp/rclone2007618947", Modify Window "1ms" 2026/08/19 02:37:52 DEBUG : sub dir: transformed to: sub dir_somesuffix 2026/08/19 02:37:53 DEBUG : sub dir: transformed to: sub dir_somesuffix 2026/08/19 02:37:53 INFO : sub dir_somesuffix: Making directory 2026/08/19 02:37:53 DEBUG : sub dir: transformed to: sub dir_somesuffix 2026/08/19 02:37:53 DEBUG : hello world.txt: transformed to: hello world_somesuffix.txt 2026/08/19 02:37:53 DEBUG : sub dir/hello world.txt: transformed to: sub dir_somesuffix/hello world_somesuffix.txt 2026/08/19 02:37:53 DEBUG : sub dir/hello world.txt: Need to transfer - File not found at Destination 2026/08/19 02:37:53 DEBUG : sub dir/hello world.txt: transformed to: sub dir_somesuffix/hello world_somesuffix.txt 2026/08/19 02:37:53 DEBUG : B2 bucket rclone-test-xapoboj5qoto: Waiting for checks to finish 2026/08/19 02:37:53 DEBUG : B2 bucket rclone-test-xapoboj5qoto: Waiting for transfers to finish 2026/08/19 02:37:53 DEBUG : sub dir_somesuffix/hello world_somesuffix.txt: size = 11 OK 2026/08/19 02:37:53 DEBUG : sub dir/hello world.txt: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/19 02:37:53 INFO : sub dir/hello world.txt: Copied (new) to: sub dir_somesuffix/hello world_somesuffix.txt 2026/08/19 02:37:53 DEBUG : Waiting for deletions to finish --- PASS: TestTransformCopy (1.60s) === RUN TestDoubleTransform run.go:198: Remote "B2 bucket rclone-test-xapoboj5qoto", Local "Local file system at /tmp/rclone2007618947", Modify Window "1ms" 2026/08/19 02:37:54 DEBUG : toe: transformed to: tictactoe 2026/08/19 02:37:54 DEBUG : toe: transformed to: tictactoe 2026/08/19 02:37:54 INFO : tictactoe: Making directory 2026/08/19 02:37:54 DEBUG : toe: transformed to: tictactoe 2026/08/19 02:37:54 DEBUG : toe: transformed to: tictactoe 2026/08/19 02:37:54 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/19 02:37:54 DEBUG : toe/toe: Need to transfer - File not found at Destination 2026/08/19 02:37:54 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/19 02:37:54 DEBUG : B2 bucket rclone-test-xapoboj5qoto: Waiting for checks to finish 2026/08/19 02:37:54 DEBUG : B2 bucket rclone-test-xapoboj5qoto: Waiting for transfers to finish 2026/08/19 02:37:55 DEBUG : tictactoe/tictactoe: size = 11 OK 2026/08/19 02:37:55 DEBUG : toe/toe: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/19 02:37:55 INFO : toe/toe: Copied (new) to: tictactoe/tictactoe 2026/08/19 02:37:55 DEBUG : Waiting for deletions to finish --- PASS: TestDoubleTransform (1.56s) === RUN TestFileTag run.go:198: Remote "B2 bucket rclone-test-xapoboj5qoto", Local "Local file system at /tmp/rclone2007618947", Modify Window "1ms" 2026/08/19 02:37:56 INFO : toe: Making directory 2026/08/19 02:37:56 INFO : toe/toe: Making directory 2026/08/19 02:37:56 DEBUG : toe: transformed to: tictactoe 2026/08/19 02:37:56 DEBUG : toe/toe/toe: transformed to: toe/toe/tictactoe 2026/08/19 02:37:56 DEBUG : toe/toe/toe: Need to transfer - File not found at Destination 2026/08/19 02:37:56 DEBUG : toe/toe/toe: transformed to: toe/toe/tictactoe 2026/08/19 02:37:56 DEBUG : B2 bucket rclone-test-xapoboj5qoto: Waiting for checks to finish 2026/08/19 02:37:56 DEBUG : B2 bucket rclone-test-xapoboj5qoto: Waiting for transfers to finish 2026/08/19 02:37:56 DEBUG : toe/toe/tictactoe: size = 11 OK 2026/08/19 02:37:56 DEBUG : toe/toe/toe: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/19 02:37:56 INFO : toe/toe/toe: Copied (new) to: toe/toe/tictactoe 2026/08/19 02:37:56 DEBUG : Waiting for deletions to finish --- PASS: TestFileTag (1.53s) === RUN TestNoTag run.go:198: Remote "B2 bucket rclone-test-xapoboj5qoto", Local "Local file system at /tmp/rclone2007618947", Modify Window "1ms" 2026/08/19 02:37:57 INFO : toe: Making directory 2026/08/19 02:37:57 INFO : toe/toe: Making directory 2026/08/19 02:37:57 DEBUG : toe: transformed to: tictactoe 2026/08/19 02:37:57 DEBUG : toe/toe/toe: transformed to: toe/toe/tictactoe 2026/08/19 02:37:57 DEBUG : toe/toe/toe: Need to transfer - File not found at Destination 2026/08/19 02:37:57 DEBUG : toe/toe/toe: transformed to: toe/toe/tictactoe 2026/08/19 02:37:57 DEBUG : B2 bucket rclone-test-xapoboj5qoto: Waiting for checks to finish 2026/08/19 02:37:57 DEBUG : B2 bucket rclone-test-xapoboj5qoto: Waiting for transfers to finish 2026/08/19 02:37:58 DEBUG : toe/toe/tictactoe: size = 11 OK 2026/08/19 02:37:58 DEBUG : toe/toe/toe: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/19 02:37:58 INFO : toe/toe/toe: Copied (new) to: toe/toe/tictactoe 2026/08/19 02:37:58 DEBUG : Waiting for deletions to finish --- PASS: TestNoTag (1.53s) === RUN TestDirTag run.go:198: Remote "B2 bucket rclone-test-xapoboj5qoto", Local "Local file system at /tmp/rclone2007618947", Modify Window "1ms" 2026/08/19 02:37:59 DEBUG : empty_dir: Making directory with metadata 2026/08/19 02:37:59 INFO : empty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/08/19 02:37:59 DEBUG : toe: transformed to: tictactoe 2026/08/19 02:37:59 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/19 02:37:59 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/19 02:37:59 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/19 02:37:59 INFO : tictacempty_dir: Making directory 2026/08/19 02:37:59 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/19 02:37:59 DEBUG : toe: transformed to: tictactoe 2026/08/19 02:37:59 DEBUG : toe: transformed to: tictactoe 2026/08/19 02:37:59 INFO : tictactoe: Making directory 2026/08/19 02:37:59 DEBUG : toe: transformed to: tictactoe 2026/08/19 02:37:59 DEBUG : toe: transformed to: tictactoe 2026/08/19 02:37:59 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/19 02:37:59 INFO : tictactoe/tictactoe: Making directory 2026/08/19 02:37:59 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/19 02:37:59 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/toe.txt 2026/08/19 02:37:59 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2026/08/19 02:37:59 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/toe.txt 2026/08/19 02:37:59 DEBUG : B2 bucket rclone-test-xapoboj5qoto: Waiting for checks to finish 2026/08/19 02:37:59 DEBUG : B2 bucket rclone-test-xapoboj5qoto: Waiting for transfers to finish 2026/08/19 02:37:59 DEBUG : tictactoe/tictactoe/toe.txt: size = 11 OK 2026/08/19 02:37:59 DEBUG : toe/toe/toe.txt: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/19 02:37:59 INFO : toe/toe/toe.txt: Copied (new) to: tictactoe/tictactoe/toe.txt 2026/08/19 02:37:59 DEBUG : Waiting for deletions to finish fstest.go:250: Filtering empty directory "tictacempty_dir" --- PASS: TestDirTag (1.59s) === RUN TestAllTag run.go:198: Remote "B2 bucket rclone-test-xapoboj5qoto", Local "Local file system at /tmp/rclone2007618947", Modify Window "1ms" 2026/08/19 02:38:00 DEBUG : empty_dir: Making directory with metadata 2026/08/19 02:38:00 INFO : empty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/08/19 02:38:00 DEBUG : toe: transformed to: tictactoe 2026/08/19 02:38:00 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/19 02:38:00 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/19 02:38:00 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/19 02:38:00 INFO : tictacempty_dir: Making directory 2026/08/19 02:38:00 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/19 02:38:00 DEBUG : toe: transformed to: tictactoe 2026/08/19 02:38:00 DEBUG : toe: transformed to: tictactoe 2026/08/19 02:38:00 INFO : tictactoe: Making directory 2026/08/19 02:38:00 DEBUG : toe: transformed to: tictactoe 2026/08/19 02:38:00 DEBUG : toe: transformed to: tictactoe 2026/08/19 02:38:00 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/19 02:38:00 INFO : tictactoe/tictactoe: Making directory 2026/08/19 02:38:00 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/19 02:38:00 DEBUG : toe.txt: transformed to: tictactoe.txt 2026/08/19 02:38:00 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/19 02:38:00 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2026/08/19 02:38:00 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/19 02:38:00 DEBUG : B2 bucket rclone-test-xapoboj5qoto: Waiting for checks to finish 2026/08/19 02:38:00 DEBUG : B2 bucket rclone-test-xapoboj5qoto: Waiting for transfers to finish 2026/08/19 02:38:01 DEBUG : tictactoe/tictactoe/tictactoe.txt: size = 11 OK 2026/08/19 02:38:01 DEBUG : toe/toe/toe.txt: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/19 02:38:01 INFO : toe/toe/toe.txt: Copied (new) to: tictactoe/tictactoe/tictactoe.txt 2026/08/19 02:38:01 DEBUG : Waiting for deletions to finish fstest.go:250: Filtering empty directory "tictacempty_dir" 2026/08/19 02:38:01 DEBUG : B2 bucket rclone-test-xapoboj5qoto: Waiting for checks to finish 2026/08/19 02:38:01 DEBUG : toe: transformed to: tictactoe 2026/08/19 02:38:01 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/19 02:38:01 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/19 02:38:02 DEBUG : toe: transformed to: tictactoe 2026/08/19 02:38:02 DEBUG : toe: transformed to: tictactoe 2026/08/19 02:38:02 DEBUG : toe.txt: transformed to: tictactoe.txt 2026/08/19 02:38:02 DEBUG : tictactoe/tictactoe/tictactoe.txt: size = 11 OK 2026/08/19 02:38:02 DEBUG : toe/toe/toe.txt: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/19 02:38:02 DEBUG : tictactoe/tictactoe/tictactoe.txt: OK 2026/08/19 02:38:02 NOTICE: B2 bucket rclone-test-xapoboj5qoto: 0 differences found 2026/08/19 02:38:02 NOTICE: B2 bucket rclone-test-xapoboj5qoto: 1 matching files --- PASS: TestAllTag (2.25s) === RUN TestRunTwice run.go:198: Remote "B2 bucket rclone-test-xapoboj5qoto", Local "Local file system at /tmp/rclone2007618947", Modify Window "1ms" 2026/08/19 02:38:02 DEBUG : toe: transformed to: tictactoe 2026/08/19 02:38:03 DEBUG : toe: transformed to: tictactoe 2026/08/19 02:38:03 INFO : tictactoe: Making directory 2026/08/19 02:38:03 DEBUG : toe: transformed to: tictactoe 2026/08/19 02:38:03 DEBUG : toe: transformed to: tictactoe 2026/08/19 02:38:03 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/19 02:38:03 INFO : tictactoe/tictactoe: Making directory 2026/08/19 02:38:03 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/19 02:38:03 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/toe.txt 2026/08/19 02:38:03 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2026/08/19 02:38:03 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/toe.txt 2026/08/19 02:38:03 DEBUG : B2 bucket rclone-test-xapoboj5qoto: Waiting for checks to finish 2026/08/19 02:38:03 DEBUG : B2 bucket rclone-test-xapoboj5qoto: Waiting for transfers to finish 2026/08/19 02:38:04 DEBUG : tictactoe/tictactoe/toe.txt: size = 11 OK 2026/08/19 02:38:04 DEBUG : toe/toe/toe.txt: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/19 02:38:04 INFO : toe/toe/toe.txt: Copied (new) to: tictactoe/tictactoe/toe.txt 2026/08/19 02:38:04 DEBUG : Waiting for deletions to finish 2026/08/19 02:38:04 DEBUG : toe: transformed to: tictactoe 2026/08/19 02:38:04 DEBUG : toe: transformed to: tictactoe 2026/08/19 02:38:04 DEBUG : toe: transformed to: tictactoe 2026/08/19 02:38:04 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/19 02:38:04 DEBUG : tictactoe/tictactoe/toe.txt: size = 11 OK 2026/08/19 02:38:04 DEBUG : B2 bucket rclone-test-xapoboj5qoto: Waiting for checks to finish 2026/08/19 02:38:04 DEBUG : toe/toe/toe.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/19 02:38:04 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/toe.txt 2026/08/19 02:38:04 DEBUG : toe/toe/toe.txt: Unchanged skipping 2026/08/19 02:38:04 DEBUG : B2 bucket rclone-test-xapoboj5qoto: Waiting for transfers to finish 2026/08/19 02:38:04 DEBUG : Waiting for deletions to finish --- PASS: TestRunTwice (2.85s) === RUN TestSyntax 2026/08/19 02:38:05 DEBUG : received prefix --- PASS: TestSyntax (0.00s) === RUN TestConflicting run.go:198: Remote "B2 bucket rclone-test-xapoboj5qoto", Local "Local file system at /tmp/rclone2007618947", Modify Window "1ms" 2026/08/19 02:38:06 INFO : toe: Making directory 2026/08/19 02:38:06 INFO : toe/toe: Making directory 2026/08/19 02:38:06 DEBUG : toe/toe/toe: Need to transfer - File not found at Destination 2026/08/19 02:38:06 DEBUG : B2 bucket rclone-test-xapoboj5qoto: Waiting for checks to finish 2026/08/19 02:38:06 DEBUG : B2 bucket rclone-test-xapoboj5qoto: Waiting for transfers to finish 2026/08/19 02:38:06 DEBUG : toe/toe/toe: size = 11 OK 2026/08/19 02:38:06 DEBUG : toe/toe/toe: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/19 02:38:06 INFO : toe/toe/toe: Copied (new) 2026/08/19 02:38:06 DEBUG : Waiting for deletions to finish --- PASS: TestConflicting (1.66s) === RUN TestMove run.go:198: Remote "B2 bucket rclone-test-xapoboj5qoto", Local "Local file system at /tmp/rclone2007618947", Modify Window "1ms" 2026/08/19 02:38:07 DEBUG : empty_dir: Making directory with metadata 2026/08/19 02:38:07 INFO : empty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/08/19 02:38:07 DEBUG : toe: transformed to: tictactoe 2026/08/19 02:38:07 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/19 02:38:07 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/19 02:38:07 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/19 02:38:07 INFO : tictacempty_dir: Making directory 2026/08/19 02:38:07 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/19 02:38:07 DEBUG : toe: transformed to: tictactoe 2026/08/19 02:38:07 DEBUG : toe: transformed to: tictactoe 2026/08/19 02:38:07 INFO : tictactoe: Making directory 2026/08/19 02:38:07 DEBUG : toe: transformed to: tictactoe 2026/08/19 02:38:07 DEBUG : toe: transformed to: tictactoe 2026/08/19 02:38:07 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/19 02:38:07 INFO : tictactoe/tictactoe: Making directory 2026/08/19 02:38:07 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/19 02:38:07 DEBUG : toe.txt: transformed to: tictactoe.txt 2026/08/19 02:38:07 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/19 02:38:07 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2026/08/19 02:38:07 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/19 02:38:07 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/19 02:38:07 DEBUG : B2 bucket rclone-test-xapoboj5qoto: Waiting for checks to finish 2026/08/19 02:38:07 DEBUG : B2 bucket rclone-test-xapoboj5qoto: Waiting for transfers to finish 2026/08/19 02:38:08 DEBUG : tictactoe/tictactoe/tictactoe.txt: size = 11 OK 2026/08/19 02:38:08 DEBUG : toe/toe/toe.txt: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/19 02:38:08 INFO : toe/toe/toe.txt: Copied (new) to: tictactoe/tictactoe/tictactoe.txt 2026/08/19 02:38:08 INFO : toe/toe/toe.txt: Deleted 2026/08/19 02:38:08 INFO : toe/toe: Removing directory 2026/08/19 02:38:08 INFO : toe: Removing directory 2026/08/19 02:38:08 INFO : empty_dir: Removing directory 2026/08/19 02:38:08 DEBUG : Local file system at /tmp/rclone2007618947: deleted 3 directories fstest.go:250: Filtering empty directory "tictacempty_dir" --- PASS: TestMove (1.63s) === RUN TestTransformFile run.go:198: Remote "B2 bucket rclone-test-xapoboj5qoto", Local "Local file system at /tmp/rclone2007618947", Modify Window "1ms" 2026/08/19 02:38:09 DEBUG : empty_dir: Making directory with metadata 2026/08/19 02:38:09 INFO : empty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/08/19 02:38:09 DEBUG : toe: transformed to: tictactoe 2026/08/19 02:38:09 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/19 02:38:09 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/19 02:38:09 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/19 02:38:09 INFO : tictacempty_dir: Making directory 2026/08/19 02:38:09 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/19 02:38:09 DEBUG : toe: transformed to: tictactoe 2026/08/19 02:38:09 DEBUG : toe: transformed to: tictactoe 2026/08/19 02:38:09 INFO : tictactoe: Making directory 2026/08/19 02:38:09 DEBUG : toe: transformed to: tictactoe 2026/08/19 02:38:09 DEBUG : toe: transformed to: tictactoe 2026/08/19 02:38:09 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/19 02:38:09 INFO : tictactoe/tictactoe: Making directory 2026/08/19 02:38:09 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/19 02:38:09 DEBUG : toe.txt: transformed to: tictactoe.txt 2026/08/19 02:38:09 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/19 02:38:09 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2026/08/19 02:38:09 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/19 02:38:09 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/19 02:38:09 DEBUG : B2 bucket rclone-test-xapoboj5qoto: Waiting for checks to finish 2026/08/19 02:38:09 DEBUG : B2 bucket rclone-test-xapoboj5qoto: Waiting for transfers to finish 2026/08/19 02:38:10 DEBUG : tictactoe/tictactoe/tictactoe.txt: size = 11 OK 2026/08/19 02:38:10 DEBUG : toe/toe/toe.txt: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/19 02:38:10 INFO : toe/toe/toe.txt: Copied (new) to: tictactoe/tictactoe/tictactoe.txt 2026/08/19 02:38:10 INFO : toe/toe/toe.txt: Deleted 2026/08/19 02:38:10 INFO : toe/toe: Removing directory 2026/08/19 02:38:10 INFO : toe: Removing directory 2026/08/19 02:38:10 INFO : empty_dir: Removing directory 2026/08/19 02:38:10 DEBUG : Local file system at /tmp/rclone2007618947: deleted 3 directories fstest.go:250: Filtering empty directory "tictacempty_dir" 2026/08/19 02:38:11 DEBUG : tictactoe/tictactoe/tictactoe.txt: size = 11 OK 2026/08/19 02:38:11 DEBUG : tictactoe/tictactoe/tictactoe.txt: Size and modification time the same (differ by 0s, within tolerance 1ms) 2026/08/19 02:38:11 DEBUG : tictactoe/tictactoe/tictactoe.txt: transformed to: toe/toe/toe.txt 2026/08/19 02:38:11 DEBUG : tictactoe/tictactoe/tictactoe.txt: transformed to: toe/toe/toe.txt 2026/08/19 02:38:11 DEBUG : tictactoe/tictactoe/tictactoe.txt: transformed to: toe/toe/toe.txt 2026/08/19 02:38:11 DEBUG : toe/toe/toe.txt: size = 11 OK 2026/08/19 02:38:11 DEBUG : tictactoe/tictactoe/tictactoe.txt: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/19 02:38:11 INFO : tictactoe/tictactoe/tictactoe.txt: Copied (server-side copy) to: toe/toe/toe.txt 2026/08/19 02:38:11 INFO : tictactoe/tictactoe/tictactoe.txt: Deleted fstest.go:250: Filtering empty directory "tictacempty_dir" fstest.go:250: Filtering empty directory "tictactoe" fstest.go:250: Filtering empty directory "tictactoe/tictactoe" --- PASS: TestTransformFile (3.15s) === RUN TestManualTransformFile run.go:198: Remote "B2 bucket rclone-test-xapoboj5qoto", Local "Local file system at /tmp/rclone2007618947", Modify Window "1ms" 2026/08/19 02:38:12 DEBUG : Reset feature "Copy" 2026/08/19 02:38:12 DEBUG : Reset feature "Move" 2026/08/19 02:38:12 DEBUG : Reset feature "Copy" 2026/08/19 02:38:12 DEBUG : Reset feature "Move" 2026/08/19 02:38:12 DEBUG : empty_dir: Making directory with metadata 2026/08/19 02:38:12 INFO : empty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/08/19 02:38:12 DEBUG : toe: transformed to: tictactoe 2026/08/19 02:38:12 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/19 02:38:12 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/19 02:38:12 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/19 02:38:12 INFO : tictacempty_dir: Making directory 2026/08/19 02:38:12 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/19 02:38:12 DEBUG : toe: transformed to: tictactoe 2026/08/19 02:38:12 DEBUG : toe: transformed to: tictactoe 2026/08/19 02:38:12 INFO : tictactoe: Making directory 2026/08/19 02:38:12 DEBUG : toe: transformed to: tictactoe 2026/08/19 02:38:12 DEBUG : toe: transformed to: tictactoe 2026/08/19 02:38:12 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/19 02:38:12 INFO : tictactoe/tictactoe: Making directory 2026/08/19 02:38:12 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/19 02:38:12 DEBUG : toe.txt: transformed to: tictactoe.txt 2026/08/19 02:38:12 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/19 02:38:12 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2026/08/19 02:38:12 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/19 02:38:12 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/19 02:38:12 DEBUG : B2 bucket rclone-test-xapoboj5qoto: Waiting for checks to finish 2026/08/19 02:38:12 DEBUG : B2 bucket rclone-test-xapoboj5qoto: Waiting for transfers to finish 2026/08/19 02:38:13 DEBUG : tictactoe/tictactoe/tictactoe.txt: size = 11 OK 2026/08/19 02:38:13 DEBUG : toe/toe/toe.txt: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/19 02:38:13 INFO : toe/toe/toe.txt: Copied (new) to: tictactoe/tictactoe/tictactoe.txt 2026/08/19 02:38:13 INFO : toe/toe/toe.txt: Deleted 2026/08/19 02:38:13 INFO : toe/toe: Removing directory 2026/08/19 02:38:13 INFO : toe: Removing directory 2026/08/19 02:38:13 INFO : empty_dir: Removing directory 2026/08/19 02:38:13 DEBUG : Local file system at /tmp/rclone2007618947: deleted 3 directories fstest.go:250: Filtering empty directory "tictacempty_dir" 2026/08/19 02:38:14 DEBUG : tictactoe/tictactoe/tictactoe.txt: size = 11 OK 2026/08/19 02:38:14 DEBUG : tictactoe/tictactoe/tictactoe.txt: Size and modification time the same (differ by 0s, within tolerance 1ms) 2026/08/19 02:38:14 DEBUG : tictactoe/tictactoe/tictactoe.txt: transformed to: toe/toe/toe.txt 2026/08/19 02:38:14 DEBUG : tictactoe/tictactoe/tictactoe.txt: transformed to: toe/toe/toe.txt 2026/08/19 02:38:14 DEBUG : tictactoe/tictactoe/tictactoe.txt: transformed to: toe/toe/toe.txt 2026/08/19 02:38:14 DEBUG : toe/toe/toe.txt: size = 11 OK 2026/08/19 02:38:14 DEBUG : tictactoe/tictactoe/tictactoe.txt: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/19 02:38:14 INFO : tictactoe/tictactoe/tictactoe.txt: Copied (new) to: toe/toe/toe.txt 2026/08/19 02:38:14 INFO : tictactoe/tictactoe/tictactoe.txt: Deleted fstest.go:250: Filtering empty directory "tictacempty_dir" fstest.go:250: Filtering empty directory "tictactoe" fstest.go:250: Filtering empty directory "tictactoe/tictactoe" --- PASS: TestManualTransformFile (3.94s) === RUN TestBase64 run.go:198: Remote "B2 bucket rclone-test-xapoboj5qoto", Local "Local file system at /tmp/rclone2007618947", Modify Window "1ms" 2026/08/19 02:38:16 DEBUG : toe: transformed to: dG9l 2026/08/19 02:38:16 DEBUG : toe: transformed to: dG9l 2026/08/19 02:38:16 INFO : dG9l: Making directory 2026/08/19 02:38:16 DEBUG : toe: transformed to: dG9l 2026/08/19 02:38:16 DEBUG : toe: transformed to: dG9l 2026/08/19 02:38:16 DEBUG : toe/toe: transformed to: dG9l/dG9l 2026/08/19 02:38:16 INFO : dG9l/dG9l: Making directory 2026/08/19 02:38:16 DEBUG : toe/toe: transformed to: dG9l/dG9l 2026/08/19 02:38:16 DEBUG : toe.txt: transformed to: dG9lLnR4dA== 2026/08/19 02:38:16 DEBUG : toe/toe/toe.txt: transformed to: dG9l/dG9l/dG9lLnR4dA== 2026/08/19 02:38:16 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2026/08/19 02:38:16 DEBUG : toe/toe/toe.txt: transformed to: dG9l/dG9l/dG9lLnR4dA== 2026/08/19 02:38:16 DEBUG : B2 bucket rclone-test-xapoboj5qoto: Waiting for checks to finish 2026/08/19 02:38:16 DEBUG : B2 bucket rclone-test-xapoboj5qoto: Waiting for transfers to finish 2026/08/19 02:38:16 DEBUG : dG9l/dG9l/dG9lLnR4dA==: size = 11 OK 2026/08/19 02:38:16 DEBUG : toe/toe/toe.txt: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/19 02:38:16 INFO : toe/toe/toe.txt: Copied (new) to: dG9l/dG9l/dG9lLnR4dA== 2026/08/19 02:38:16 DEBUG : Waiting for deletions to finish 2026/08/19 02:38:17 DEBUG : dG9l: transformed to: toe 2026/08/19 02:38:17 DEBUG : dG9l: transformed to: toe 2026/08/19 02:38:17 DEBUG : dG9l: transformed to: toe 2026/08/19 02:38:17 DEBUG : dG9l/dG9l: transformed to: toe/toe 2026/08/19 02:38:17 DEBUG : dG9lLnR4dA==: transformed to: toe.txt 2026/08/19 02:38:17 DEBUG : toe/toe/toe.txt: size = 11 OK 2026/08/19 02:38:17 DEBUG : dG9l/dG9l/dG9lLnR4dA==: Size and modification time the same (differ by 999.999µs, within tolerance 1ms) 2026/08/19 02:38:17 DEBUG : dG9l/dG9l/dG9lLnR4dA==: transformed to: toe/toe/toe.txt 2026/08/19 02:38:17 DEBUG : dG9l/dG9l/dG9lLnR4dA==: Unchanged skipping 2026/08/19 02:38:17 DEBUG : Local file system at /tmp/rclone2007618947: Waiting for checks to finish 2026/08/19 02:38:17 DEBUG : Local file system at /tmp/rclone2007618947: Waiting for transfers to finish 2026/08/19 02:38:17 DEBUG : Waiting for deletions to finish --- PASS: TestBase64 (2.46s) === RUN TestError run.go:198: Remote "B2 bucket rclone-test-xapoboj5qoto", Local "Local file system at /tmp/rclone2007618947", Modify Window "1ms" 2026/08/19 02:38:18 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2026/08/19 02:38:18 DEBUG : toe: transformed to: 2026/08/19 02:38:18 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2026/08/19 02:38:18 DEBUG : toe: transformed to: 2026/08/19 02:38:18 INFO : B2 bucket rclone-test-xapoboj5qoto: Making directory 2026/08/19 02:38:18 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2026/08/19 02:38:18 DEBUG : toe: transformed to: 2026/08/19 02:38:18 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2026/08/19 02:38:18 DEBUG : toe: transformed to: 2026/08/19 02:38:18 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2026/08/19 02:38:18 DEBUG : toe/toe: transformed to: 2026/08/19 02:38:18 ERROR : toe/toe: number of path segments must match: toe/toe (1), (0) 2026/08/19 02:38:18 INFO : toe/toe: Making directory 2026/08/19 02:38:18 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2026/08/19 02:38:18 DEBUG : toe/toe: transformed to: 2026/08/19 02:38:18 ERROR : toe/toe: number of path segments must match: toe/toe (1), (0) 2026/08/19 02:38:18 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2026/08/19 02:38:18 DEBUG : toe: transformed to: 2026/08/19 02:38:18 DEBUG : toe/toe/toe: Need to transfer - File not found at Destination 2026/08/19 02:38:18 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2026/08/19 02:38:18 DEBUG : toe/toe/toe: transformed to: 2026/08/19 02:38:18 ERROR : toe/toe/toe: number of path segments must match: toe/toe/toe (2), (0) 2026/08/19 02:38:18 DEBUG : B2 bucket rclone-test-xapoboj5qoto: Waiting for checks to finish 2026/08/19 02:38:18 DEBUG : B2 bucket rclone-test-xapoboj5qoto: Waiting for transfers to finish 2026/08/19 02:38:19 DEBUG : toe/toe/toe: size = 11 OK 2026/08/19 02:38:19 DEBUG : toe/toe/toe: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/19 02:38:19 INFO : toe/toe/toe: Copied (new) 2026/08/19 02:38:19 ERROR : B2 bucket rclone-test-xapoboj5qoto: not deleting files as there were IO errors 2026/08/19 02:38:19 ERROR : B2 bucket rclone-test-xapoboj5qoto: not deleting directories as there were IO errors --- PASS: TestError (1.57s) PASS 2026/08/19 02:38:20 DEBUG : B2 bucket rclone-test-xapoboj5qoto: Purge remote 2026/08/19 02:38:20 INFO : B2 bucket rclone-test-xapoboj5qoto: cleaning bucket "rclone-test-xapoboj5qoto" of all files 2026/08/19 02:38:21 DEBUG : BackupDir/one: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4004132ab52c760d_d20260819_m023307_c001_v7007000_t0000_u01787106787520") 2026/08/19 02:38:21 DEBUG : BackupDir/one: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4164d556eaceffad_d20260819_m023302_c001_v0001183_t0010_u01787106782886") 2026/08/19 02:38:21 DEBUG : CompareDest/one: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f403f7d67a8625566_d20260819_m023244_c001_v7007000_t0000_u01787106764244") 2026/08/19 02:38:21 DEBUG : CompareDest/one: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f410ef3264298dfc3_d20260819_m023239_c001_v0001106_t0035_u01787106759005") 2026/08/19 02:38:21 DEBUG : CompareDest/two: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f403f7d67a8625567_d20260819_m023244_c001_v7007000_t0000_u01787106764427") 2026/08/19 02:38:21 DEBUG : CompareDest/two: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f402fe27849a7e1f7_d20260819_m023240_c001_v0001177_t0022_u01787106760006") 2026/08/19 02:38:21 DEBUG : CopyDest/one: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4004132ab52c760f_d20260819_m023307_c001_v7007000_t0000_u01787106787700") 2026/08/19 02:38:21 DEBUG : CopyDest/one: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f402fe27849a7e245_d20260819_m023259_c001_v0001177_t0022_u01787106779716") 2026/08/19 02:38:21 DEBUG : CopyDest/three: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4004132ab52c7610_d20260819_m023307_c001_v7007000_t0000_u01787106787881") 2026/08/19 02:38:21 DEBUG : CopyDest/three: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f402fe27849a7e25d_d20260819_m023305_c001_v0001177_t0022_u01787106785615") 2026/08/19 02:38:21 DEBUG : CopyDest/two: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4004132ab52c7611_d20260819_m023308_c001_v7007000_t0000_u01787106788061") 2026/08/19 02:38:21 DEBUG : CopyDest/two: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f410ef3264298e02f_d20260819_m023303_c001_v0001106_t0035_u01787106783648") 2026/08/19 02:38:21 DEBUG : EXISTING: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f407d372a7cd5d181_d20260819_m023417_c001_v7007000_t0000_u01787106857058") 2026/08/19 02:38:21 DEBUG : EXISTING: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f402fe27849a7e485_d20260819_m023416_c001_v0001177_t0022_u01787106856040") 2026/08/19 02:38:21 DEBUG : PREFIXapple: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4172710ae487441f_d20260819_m023553_c001_v7007000_t0000_u01787106953741") 2026/08/19 02:38:21 DEBUG : PREFIXapple: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f402fe27849a7e6b8_d20260819_m023549_c001_v0001177_t0022_u01787106949516") 2026/08/19 02:38:21 DEBUG : PREFIXappleappleapplebanana: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4231a11fe19b984f_d20260819_m023553_c001_v7007000_t0000_u01787106953913") 2026/08/19 02:38:22 DEBUG : PREFIXappleappleapplebanana: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f109fc1a1b04428ee_d20260819_m023549_c001_v0001177_t0039_u01787106949539") 2026/08/19 02:38:22 DEBUG : PREFIXbanana: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f41009e268ee712ec_d20260819_m023553_c001_v7007000_t0000_u01787106953945") 2026/08/19 02:38:22 DEBUG : PREFIXbanana: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f410ef3264298e343_d20260819_m023549_c001_v0001106_t0035_u01787106949528") 2026/08/19 02:38:22 DEBUG : PREFIXsplitbananasplit: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4057acd005a7ff3b_d20260819_m023553_c001_v7007000_t0000_u01787106953955") 2026/08/19 02:38:22 DEBUG : PREFIXsplitbananasplit: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4135c87ff85673f7_d20260819_m023549_c001_v0001146_t0031_u01787106949548") 2026/08/19 02:38:22 DEBUG : Testêé: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f407d372a7cd5d17c_d20260819_m023413_c001_v7007000_t0000_u01787106853643") 2026/08/19 02:38:22 DEBUG : Testêé: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f402fe27849a7e45f_d20260819_m023413_c001_v0001177_t0022_u01787106853086") 2026/08/19 02:38:22 DEBUG : Testêé: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f410ef3264298e141_d20260819_m023412_c001_v0001106_t0035_u01787106852151") 2026/08/19 02:38:22 DEBUG : YXBwbGU=: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4190b163f4427d10_d20260819_m023539_c001_v7007000_t0000_u01787106939016") 2026/08/19 02:38:22 DEBUG : YXBwbGU=: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4135c87ff856738f_d20260819_m023534_c001_v0001146_t0031_u01787106934150") 2026/08/19 02:38:22 DEBUG : YXBwbGVhcHBsZWFwcGxlYmFuYW5h: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4190b163f4427d13_d20260819_m023539_c001_v7007000_t0000_u01787106939196") 2026/08/19 02:38:22 DEBUG : YXBwbGVhcHBsZWFwcGxlYmFuYW5h: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f109fc1a1b044288a_d20260819_m023534_c001_v0001177_t0036_u01787106934160") 2026/08/19 02:38:22 DEBUG : YmFuYW5h: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4190b163f4427d14_d20260819_m023539_c001_v7007000_t0000_u01787106939377") 2026/08/19 02:38:22 DEBUG : YmFuYW5h: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f402fe27849a7e66b_d20260819_m023534_c001_v0001177_t0022_u01787106934171") 2026/08/19 02:38:22 DEBUG : a/potato2: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4057acd005a7f719_d20260819_m023111_c001_v7007000_t0000_u01787106671927") 2026/08/19 02:38:22 DEBUG : a/potato2: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f102fe27849a7e09d_d20260819_m023111_c001_v0001177_t0034_u01787106671334") 2026/08/19 02:38:22 DEBUG : a/potato2: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4227bf6ed894d7dd_d20260819_m023110_c001_v7007000_t0000_u01787106670037") 2026/08/19 02:38:22 DEBUG : a/potato2: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f102fe27849a7e08d_d20260819_m023109_c001_v0001177_t0034_u01787106669067") 2026/08/19 02:38:23 DEBUG : a/potato2: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4057acd005a7f6e3_d20260819_m023053_c001_v7007000_t0000_u01787106653907") 2026/08/19 02:38:23 DEBUG : a/potato2: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f102fe27849a7e011_d20260819_m023053_c001_v0001177_t0036_u01787106653005") 2026/08/19 02:38:23 DEBUG : apple: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f41546a0aeb8eefa8_d20260819_m023748_c001_v7007000_t0000_u01787107068758") 2026/08/19 02:38:23 DEBUG : apple: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f409fc1a1b0442ad2_d20260819_m023744_c001_v0001177_t0057_u01787107064963") 2026/08/19 02:38:23 DEBUG : apple: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4185093e2c5180c3_d20260819_m023736_c001_v7007000_t0000_u01787107056086") 2026/08/19 02:38:23 DEBUG : apple: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f409fc1a1b0442aa8_d20260819_m023732_c001_v0001177_t0057_u01787107052834") 2026/08/19 02:38:23 DEBUG : apple: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4185093e2c518058_d20260819_m023724_c001_v7007000_t0000_u01787107044085") 2026/08/19 02:38:23 DEBUG : apple: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f409fc1a1b0442a3a_d20260819_m023659_c001_v0001177_t0057_u01787107019637") 2026/08/19 02:38:23 DEBUG : apple: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f421f864f0be093f1_d20260819_m023650_c001_v7007000_t0000_u01787107010822") 2026/08/19 02:38:23 DEBUG : apple: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f409fc1a1b0442a06_d20260819_m023647_c001_v0001177_t0057_u01787107007153") 2026/08/19 02:38:23 DEBUG : apple: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4188540825a0f1d2_d20260819_m023638_c001_v7007000_t0000_u01787106998401") 2026/08/19 02:38:23 DEBUG : apple: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f409fc1a1b04429e0_d20260819_m023634_c001_v0001177_t0057_u01787106994677") 2026/08/19 02:38:23 DEBUG : apple: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4188540825a0f13a_d20260819_m023625_c001_v7007000_t0000_u01787106985878") 2026/08/19 02:38:23 DEBUG : apple: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f410ef3264298e3ec_d20260819_m023621_c001_v0001106_t0035_u01787106981017") 2026/08/19 02:38:23 DEBUG : apple: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4085766728197cfd_d20260819_m023612_c001_v7007000_t0000_u01787106972218") 2026/08/19 02:38:23 DEBUG : apple: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f409fc1a1b0442964_d20260819_m023609_c001_v0001177_t0057_u01787106969288") 2026/08/19 02:38:23 DEBUG : apple: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f417ee6346108cb33_d20260819_m023608_c001_v7007000_t0000_u01787106968224") 2026/08/19 02:38:23 DEBUG : apple: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4135c87ff8567435_d20260819_m023604_c001_v0001146_t0031_u01787106964310") 2026/08/19 02:38:23 DEBUG : apple: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f42640cede57c080a_d20260819_m023555_c001_v7007000_t0000_u01787106955421") 2026/08/19 02:38:23 DEBUG : apple: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4135c87ff8567405_d20260819_m023552_c001_v0001146_t0031_u01787106952710") 2026/08/19 02:38:23 DEBUG : apple: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f415e3533b4adaddc_d20260819_m023551_c001_v7007000_t0000_u01787106951673") 2026/08/19 02:38:23 DEBUG : apple: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f402fe27849a7e6aa_d20260819_m023547_c001_v0001177_t0022_u01787106947626") 2026/08/19 02:38:24 DEBUG : apple: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f40122dc171fab9cd_d20260819_m023536_c001_v7007000_t0000_u01787106936658") 2026/08/19 02:38:24 DEBUG : apple: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4135c87ff856738b_d20260819_m023532_c001_v0001146_t0031_u01787106932741") 2026/08/19 02:38:24 DEBUG : apple: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f40122dc171fab9a7_d20260819_m023523_c001_v7007000_t0000_u01787106923758") 2026/08/19 02:38:24 DEBUG : apple: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4135c87ff856735b_d20260819_m023520_c001_v0001146_t0031_u01787106920564") 2026/08/19 02:38:24 DEBUG : apple: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f40122dc171fab954_d20260819_m023511_c001_v7007000_t0000_u01787106911782") 2026/08/19 02:38:24 DEBUG : apple: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4135c87ff8567327_d20260819_m023508_c001_v0001146_t0031_u01787106908531") 2026/08/19 02:38:24 DEBUG : appleSUFFIX: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f42640cede57c08d8_d20260819_m023610_c001_v7007000_t0000_u01787106970862") 2026/08/19 02:38:24 DEBUG : appleSUFFIX: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4135c87ff856743d_d20260819_m023605_c001_v0001146_t0031_u01787106965749") 2026/08/19 02:38:24 DEBUG : appleapple: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4188540825a0f13c_d20260819_m023626_c001_v7007000_t0000_u01787106986059") 2026/08/19 02:38:24 DEBUG : appleapple: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f410ef3264298e3f4_d20260819_m023622_c001_v0001106_t0035_u01787106982485") 2026/08/19 02:38:24 DEBUG : appleappleapplebanana: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f41546a0aeb8eefaa_d20260819_m023748_c001_v7007000_t0000_u01787107068940") 2026/08/19 02:38:24 DEBUG : appleappleapplebanana: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f410ef3264298e50c_d20260819_m023745_c001_v0001106_t0035_u01787107065336") 2026/08/19 02:38:24 DEBUG : appleappleapplebanana: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4185093e2c5180c5_d20260819_m023736_c001_v7007000_t0000_u01787107056283") 2026/08/19 02:38:24 DEBUG : appleappleapplebanana: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f410ef3264298e4e0_d20260819_m023733_c001_v0001106_t0035_u01787107053204") 2026/08/19 02:38:24 DEBUG : appleappleapplebanana: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4185093e2c518059_d20260819_m023724_c001_v7007000_t0000_u01787107044269") 2026/08/19 02:38:24 DEBUG : appleappleapplebanana: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f410ef3264298e48e_d20260819_m023700_c001_v0001106_t0035_u01787107020010") 2026/08/19 02:38:24 DEBUG : appleappleapplebanana: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f421f864f0be093f2_d20260819_m023651_c001_v7007000_t0000_u01787107011005") 2026/08/19 02:38:24 DEBUG : appleappleapplebanana: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f410ef3264298e452_d20260819_m023647_c001_v0001106_t0035_u01787107007523") 2026/08/19 02:38:24 DEBUG : appleappleapplebanana: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4188540825a0f1d5_d20260819_m023638_c001_v7007000_t0000_u01787106998582") 2026/08/19 02:38:24 DEBUG : appleappleapplebanana: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f410ef3264298e42a_d20260819_m023635_c001_v0001106_t0035_u01787106995044") 2026/08/19 02:38:24 DEBUG : appleappleapplebanana: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4085766728197d28_d20260819_m023623_c001_v7007000_t0000_u01787106983510") 2026/08/19 02:38:25 DEBUG : appleappleapplebanana: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f409fc1a1b044299e_d20260819_m023621_c001_v0001177_t0057_u01787106981387") 2026/08/19 02:38:25 DEBUG : appleappleapplebanana: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4085766728197cff_d20260819_m023612_c001_v7007000_t0000_u01787106972403") 2026/08/19 02:38:25 DEBUG : appleappleapplebanana: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f402fe27849a7e724_d20260819_m023609_c001_v0001177_t0022_u01787106969299") 2026/08/19 02:38:25 DEBUG : appleappleapplebanana: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f42640cede57c08bf_d20260819_m023607_c001_v7007000_t0000_u01787106967811") 2026/08/19 02:38:25 DEBUG : appleappleapplebanana: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f402fe27849a7e712_d20260819_m023604_c001_v0001177_t0022_u01787106964679") 2026/08/19 02:38:25 DEBUG : appleappleapplebanana: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f42640cede57c080c_d20260819_m023555_c001_v7007000_t0000_u01787106955601") 2026/08/19 02:38:25 DEBUG : appleappleapplebanana: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f409fc1a1b0442904_d20260819_m023552_c001_v0001177_t0057_u01787106952720") 2026/08/19 02:38:25 DEBUG : appleappleapplebanana: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f417ee6346108caaa_d20260819_m023551_c001_v7007000_t0000_u01787106951492") 2026/08/19 02:38:25 DEBUG : appleappleapplebanana: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f409fc1a1b04428ec_d20260819_m023548_c001_v0001177_t0057_u01787106948029") 2026/08/19 02:38:25 DEBUG : appleappleapplebanana: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4190b163f4427cea_d20260819_m023536_c001_v7007000_t0000_u01787106936094") 2026/08/19 02:38:25 DEBUG : appleappleapplebanana: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f402fe27849a7e668_d20260819_m023533_c001_v0001177_t0022_u01787106933112") 2026/08/19 02:38:25 DEBUG : appleappleapplebanana: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f40122dc171fab9a8_d20260819_m023523_c001_v7007000_t0000_u01787106923940") 2026/08/19 02:38:25 DEBUG : appleappleapplebanana: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f402fe27849a7e62c_d20260819_m023520_c001_v0001177_t0022_u01787106920947") 2026/08/19 02:38:25 DEBUG : appleappleapplebanana: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f40122dc171fab955_d20260819_m023511_c001_v7007000_t0000_u01787106911965") 2026/08/19 02:38:25 DEBUG : appleappleapplebanana: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f402fe27849a7e5f6_d20260819_m023508_c001_v0001177_t0022_u01787106908973") 2026/08/19 02:38:25 DEBUG : appleappleapplebananaSUFFIX: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f417ee6346108cb4b_d20260819_m023610_c001_v7007000_t0000_u01787106970475") 2026/08/19 02:38:25 DEBUG : appleappleapplebananaSUFFIX: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f109fc1a1b044294e_d20260819_m023605_c001_v0001177_t0041_u01787106965761") 2026/08/19 02:38:25 DEBUG : b/potato: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4057acd005a7f71a_d20260819_m023112_c001_v7007000_t0000_u01787106672188") 2026/08/19 02:38:25 DEBUG : b/potato: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f402fe27849a7e097_d20260819_m023110_c001_v0001177_t0022_u01787106670583") 2026/08/19 02:38:25 DEBUG : b/potato: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4227bf6ed894d7db_d20260819_m023109_c001_v7007000_t0000_u01787106669405") 2026/08/19 02:38:25 DEBUG : b/potato: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f402fe27849a7e083_d20260819_m023108_c001_v0001177_t0022_u01787106668310") 2026/08/19 02:38:26 DEBUG : b/potato: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4057acd005a7f6e2_d20260819_m023053_c001_v7007000_t0000_u01787106653356") 2026/08/19 02:38:26 DEBUG : b/potato: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f402fe27849a7e00b_d20260819_m023052_c001_v0001177_t0022_u01787106652258") 2026/08/19 02:38:26 DEBUG : backup/one: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f407d372a7cd5c804_d20260819_m023319_c001_v7007000_t0000_u01787106799283") 2026/08/19 02:38:26 DEBUG : backup/one: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f40233a3aafbc5976_d20260819_m023317_c001_v0001097_t0038_u01787106797810") 2026/08/19 02:38:26 DEBUG : backup/one: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4110355395e36a88_d20260819_m023314_c001_v0001103_t0036_u01787106794449") 2026/08/19 02:38:26 DEBUG : backup/one-2019-01-01: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f407d372a7cd5ccbc_d20260819_m023341_c001_v7007000_t0000_u01787106821991") 2026/08/19 02:38:26 DEBUG : backup/one-2019-01-01: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f40356e88e7a35dd1_d20260819_m023340_c001_v0001134_t0002_u01787106820464") 2026/08/19 02:38:26 DEBUG : backup/one-2019-01-01: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4028ae2020ef641e_d20260819_m023337_c001_v0001167_t0024_u01787106817012") 2026/08/19 02:38:26 DEBUG : backup/one.bak: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f409094db63b856de_d20260819_m023330_c001_v7007000_t0000_u01787106810582") 2026/08/19 02:38:26 DEBUG : backup/one.bak: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f41924bc7752a2242_d20260819_m023328_c001_v0001179_t0014_u01787106808896") 2026/08/19 02:38:26 DEBUG : backup/one.bak: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4000f4963fa69794_d20260819_m023325_c001_v0001182_t0049_u01787106805507") 2026/08/19 02:38:26 DEBUG : backup/three-2019-01-01.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f407d372a7cd5ccbd_d20260819_m023342_c001_v7007000_t0000_u01787106822173") 2026/08/19 02:38:26 DEBUG : backup/three-2019-01-01.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4100c154b0f95e4c_d20260819_m023341_c001_v0001098_t0048_u01787106821248") 2026/08/19 02:38:26 DEBUG : backup/three-2019-01-01.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f407c36da7721ad31_d20260819_m023338_c001_v0001115_t0035_u01787106818415") 2026/08/19 02:38:26 DEBUG : backup/three.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f407d372a7cd5c806_d20260819_m023319_c001_v7007000_t0000_u01787106799464") 2026/08/19 02:38:26 DEBUG : backup/three.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4079ec8bcdfcc166_d20260819_m023318_c001_v0001161_t0052_u01787106798552") 2026/08/19 02:38:26 DEBUG : backup/three.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f408116633f1a65c7_d20260819_m023315_c001_v0001184_t0057_u01787106795779") 2026/08/19 02:38:26 DEBUG : backup/three.txt.bak: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f409094db63b856df_d20260819_m023330_c001_v7007000_t0000_u01787106810767") 2026/08/19 02:38:26 DEBUG : backup/three.txt.bak: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4175dd5d4baf6e5e_d20260819_m023329_c001_v0001137_t0015_u01787106809748") 2026/08/19 02:38:26 DEBUG : backup/three.txt.bak: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4079155950b049b7_d20260819_m023326_c001_v0001178_t0013_u01787106806802") 2026/08/19 02:38:27 DEBUG : banana: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f41546a0aeb8eefac_d20260819_m023749_c001_v7007000_t0000_u01787107069122") 2026/08/19 02:38:27 DEBUG : banana: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4135c87ff85675c1_d20260819_m023745_c001_v0001146_t0031_u01787107065153") 2026/08/19 02:38:27 DEBUG : banana: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4185093e2c5180c6_d20260819_m023736_c001_v7007000_t0000_u01787107056467") 2026/08/19 02:38:27 DEBUG : banana: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4135c87ff8567587_d20260819_m023733_c001_v0001146_t0031_u01787107053018") 2026/08/19 02:38:27 DEBUG : banana: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4185093e2c51805a_d20260819_m023724_c001_v7007000_t0000_u01787107044453") 2026/08/19 02:38:27 DEBUG : banana: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4135c87ff8567529_d20260819_m023659_c001_v0001146_t0031_u01787107019824") 2026/08/19 02:38:27 DEBUG : banana: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f421f864f0be093f3_d20260819_m023651_c001_v7007000_t0000_u01787107011187") 2026/08/19 02:38:27 DEBUG : banana: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4135c87ff8567501_d20260819_m023647_c001_v0001146_t0031_u01787107007338") 2026/08/19 02:38:27 DEBUG : banana: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4188540825a0f1d9_d20260819_m023638_c001_v7007000_t0000_u01787106998764") 2026/08/19 02:38:27 DEBUG : banana: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4135c87ff85674db_d20260819_m023634_c001_v0001146_t0031_u01787106994861") 2026/08/19 02:38:27 DEBUG : banana: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4188540825a0f13d_d20260819_m023626_c001_v7007000_t0000_u01787106986247") 2026/08/19 02:38:27 DEBUG : banana: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f402fe27849a7e760_d20260819_m023621_c001_v0001177_t0022_u01787106981200") 2026/08/19 02:38:27 DEBUG : banana: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4085766728197d02_d20260819_m023612_c001_v7007000_t0000_u01787106972583") 2026/08/19 02:38:27 DEBUG : banana: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4135c87ff8567453_d20260819_m023609_c001_v0001146_t0031_u01787106969308") 2026/08/19 02:38:27 DEBUG : banana: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f42640cede57c08c6_d20260819_m023608_c001_v7007000_t0000_u01787106968193") 2026/08/19 02:38:27 DEBUG : banana: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f409fc1a1b0442948_d20260819_m023604_c001_v0001177_t0057_u01787106964494") 2026/08/19 02:38:27 DEBUG : banana: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f42640cede57c080f_d20260819_m023555_c001_v7007000_t0000_u01787106955784") 2026/08/19 02:38:27 DEBUG : banana: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f402fe27849a7e6ce_d20260819_m023552_c001_v0001177_t0022_u01787106952729") 2026/08/19 02:38:27 DEBUG : banana: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f417ee6346108caab_d20260819_m023551_c001_v7007000_t0000_u01787106951684") 2026/08/19 02:38:27 DEBUG : banana: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f410ef3264298e337_d20260819_m023547_c001_v0001106_t0035_u01787106947846") 2026/08/19 02:38:27 DEBUG : banana: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4085766728197bd9_d20260819_m023536_c001_v7007000_t0000_u01787106936454") 2026/08/19 02:38:27 DEBUG : banana: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f409fc1a1b0442882_d20260819_m023532_c001_v0001177_t0057_u01787106932927") 2026/08/19 02:38:28 DEBUG : banana: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f40122dc171fab9a9_d20260819_m023524_c001_v7007000_t0000_u01787106924121") 2026/08/19 02:38:28 DEBUG : banana: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f409fc1a1b0442852_d20260819_m023520_c001_v0001177_t0057_u01787106920756") 2026/08/19 02:38:28 DEBUG : banana: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f40122dc171fab957_d20260819_m023512_c001_v7007000_t0000_u01787106912149") 2026/08/19 02:38:28 DEBUG : banana: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f409fc1a1b044281e_d20260819_m023508_c001_v0001177_t0057_u01787106908788") 2026/08/19 02:38:28 DEBUG : bananaSUFFIX: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f409cb53cbb112965_d20260819_m023610_c001_v7007000_t0000_u01787106970487") 2026/08/19 02:38:28 DEBUG : bananaSUFFIX: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f402fe27849a7e714_d20260819_m023605_c001_v0001177_t0022_u01787106965770") 2026/08/19 02:38:28 DEBUG : both0: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4057acd005a7fd51_d20260819_m023444_c001_v7007000_t0000_u01787106884366") 2026/08/19 02:38:28 DEBUG : both0: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f410ef3264298e1c1_d20260819_m023433_c001_v0001106_t0035_u01787106873664") 2026/08/19 02:38:28 DEBUG : both0: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4193c9599a7d32e8_d20260819_m023429_c001_v7007000_t0000_u01787106869218") 2026/08/19 02:38:28 DEBUG : both0: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f410ef3264298e15b_d20260819_m023418_c001_v0001106_t0035_u01787106858960") 2026/08/19 02:38:28 DEBUG : both1: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4057acd005a7fd52_d20260819_m023444_c001_v7007000_t0000_u01787106884548") 2026/08/19 02:38:28 DEBUG : both1: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f410ef3264298e1c7_d20260819_m023434_c001_v0001106_t0035_u01787106874472") 2026/08/19 02:38:28 DEBUG : both1: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4193c9599a7d32e9_d20260819_m023429_c001_v7007000_t0000_u01787106869399") 2026/08/19 02:38:28 DEBUG : both1: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f410ef3264298e15d_d20260819_m023419_c001_v0001106_t0035_u01787106859368") 2026/08/19 02:38:28 DEBUG : both10: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4057acd005a7fd53_d20260819_m023444_c001_v7007000_t0000_u01787106884731") 2026/08/19 02:38:28 DEBUG : both10: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f410ef3264298e1f1_d20260819_m023437_c001_v0001106_t0035_u01787106877962") 2026/08/19 02:38:28 DEBUG : both10: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4193c9599a7d32ea_d20260819_m023429_c001_v7007000_t0000_u01787106869580") 2026/08/19 02:38:28 DEBUG : both10: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f410ef3264298e17f_d20260819_m023422_c001_v0001106_t0035_u01787106862784") 2026/08/19 02:38:28 DEBUG : both11: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4057acd005a7fd54_d20260819_m023444_c001_v7007000_t0000_u01787106884913") 2026/08/19 02:38:28 DEBUG : both11: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f410ef3264298e1f5_d20260819_m023438_c001_v0001106_t0035_u01787106878329") 2026/08/19 02:38:29 DEBUG : both11: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4193c9599a7d32ec_d20260819_m023429_c001_v7007000_t0000_u01787106869828") 2026/08/19 02:38:29 DEBUG : both11: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f410ef3264298e181_d20260819_m023423_c001_v0001106_t0035_u01787106863149") 2026/08/19 02:38:29 DEBUG : both12: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4057acd005a7fd55_d20260819_m023445_c001_v7007000_t0000_u01787106885100") 2026/08/19 02:38:29 DEBUG : both12: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f410ef3264298e1f7_d20260819_m023438_c001_v0001106_t0035_u01787106878699") 2026/08/19 02:38:29 DEBUG : both12: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4193c9599a7d32ee_d20260819_m023430_c001_v7007000_t0000_u01787106870010") 2026/08/19 02:38:29 DEBUG : both12: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f410ef3264298e187_d20260819_m023423_c001_v0001106_t0035_u01787106863511") 2026/08/19 02:38:29 DEBUG : both13: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4057acd005a7fd56_d20260819_m023445_c001_v7007000_t0000_u01787106885283") 2026/08/19 02:38:29 DEBUG : both13: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f410ef3264298e1f9_d20260819_m023439_c001_v0001106_t0035_u01787106879066") 2026/08/19 02:38:29 DEBUG : both13: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4193c9599a7d32f0_d20260819_m023430_c001_v7007000_t0000_u01787106870191") 2026/08/19 02:38:29 DEBUG : both13: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f410ef3264298e18d_d20260819_m023423_c001_v0001106_t0035_u01787106863900") 2026/08/19 02:38:29 DEBUG : both14: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4057acd005a7fd57_d20260819_m023445_c001_v7007000_t0000_u01787106885465") 2026/08/19 02:38:29 DEBUG : both14: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f410ef3264298e1fb_d20260819_m023439_c001_v0001106_t0035_u01787106879433") 2026/08/19 02:38:29 DEBUG : both14: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4193c9599a7d32f2_d20260819_m023430_c001_v7007000_t0000_u01787106870441") 2026/08/19 02:38:29 DEBUG : both14: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f410ef3264298e193_d20260819_m023424_c001_v0001106_t0035_u01787106864267") 2026/08/19 02:38:29 DEBUG : both15: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4057acd005a7fd58_d20260819_m023445_c001_v7007000_t0000_u01787106885648") 2026/08/19 02:38:29 DEBUG : both15: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f410ef3264298e1fd_d20260819_m023439_c001_v0001106_t0035_u01787106879803") 2026/08/19 02:38:29 DEBUG : both15: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4193c9599a7d32f3_d20260819_m023430_c001_v7007000_t0000_u01787106870630") 2026/08/19 02:38:29 DEBUG : both15: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f410ef3264298e195_d20260819_m023424_c001_v0001106_t0035_u01787106864631") 2026/08/19 02:38:30 DEBUG : both16: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4057acd005a7fd59_d20260819_m023445_c001_v7007000_t0000_u01787106885830") 2026/08/19 02:38:30 DEBUG : both16: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f410ef3264298e201_d20260819_m023440_c001_v0001106_t0035_u01787106880173") 2026/08/19 02:38:30 DEBUG : both16: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4193c9599a7d32f4_d20260819_m023430_c001_v7007000_t0000_u01787106870812") 2026/08/19 02:38:30 DEBUG : both16: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f410ef3264298e199_d20260819_m023424_c001_v0001106_t0035_u01787106864997") 2026/08/19 02:38:30 DEBUG : both17: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4057acd005a7fd5a_d20260819_m023446_c001_v7007000_t0000_u01787106886013") 2026/08/19 02:38:30 DEBUG : both17: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f410ef3264298e203_d20260819_m023440_c001_v0001106_t0035_u01787106880543") 2026/08/19 02:38:30 DEBUG : both17: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4193c9599a7d32f5_d20260819_m023430_c001_v7007000_t0000_u01787106870994") 2026/08/19 02:38:30 DEBUG : both17: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f410ef3264298e19b_d20260819_m023425_c001_v0001106_t0035_u01787106865360") 2026/08/19 02:38:30 DEBUG : both18: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4057acd005a7fd5b_d20260819_m023446_c001_v7007000_t0000_u01787106886262") 2026/08/19 02:38:30 DEBUG : both18: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f410ef3264298e207_d20260819_m023440_c001_v0001106_t0035_u01787106880963") 2026/08/19 02:38:30 DEBUG : both18: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4193c9599a7d32f7_d20260819_m023431_c001_v7007000_t0000_u01787106871229") 2026/08/19 02:38:30 DEBUG : both18: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f410ef3264298e19f_d20260819_m023425_c001_v0001106_t0035_u01787106865728") 2026/08/19 02:38:30 DEBUG : both19: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4057acd005a7fd5c_d20260819_m023446_c001_v7007000_t0000_u01787106886467") 2026/08/19 02:38:30 DEBUG : both19: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f410ef3264298e20b_d20260819_m023441_c001_v0001106_t0035_u01787106881336") 2026/08/19 02:38:30 DEBUG : both19: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4193c9599a7d32f9_d20260819_m023431_c001_v7007000_t0000_u01787106871410") 2026/08/19 02:38:30 DEBUG : both19: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f410ef3264298e1a1_d20260819_m023426_c001_v0001106_t0035_u01787106866094") 2026/08/19 02:38:30 DEBUG : both2: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4057acd005a7fd5d_d20260819_m023446_c001_v7007000_t0000_u01787106886704") 2026/08/19 02:38:30 DEBUG : both2: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f410ef3264298e1c9_d20260819_m023434_c001_v0001106_t0035_u01787106874846") 2026/08/19 02:38:30 DEBUG : both2: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4193c9599a7d32fc_d20260819_m023431_c001_v7007000_t0000_u01787106871591") 2026/08/19 02:38:30 DEBUG : both2: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f410ef3264298e161_d20260819_m023419_c001_v0001106_t0035_u01787106859759") 2026/08/19 02:38:31 DEBUG : both3: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4057acd005a7fd5e_d20260819_m023446_c001_v7007000_t0000_u01787106886887") 2026/08/19 02:38:31 DEBUG : both3: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f410ef3264298e1cf_d20260819_m023435_c001_v0001106_t0035_u01787106875214") 2026/08/19 02:38:31 DEBUG : both3: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4193c9599a7d32fe_d20260819_m023431_c001_v7007000_t0000_u01787106871773") 2026/08/19 02:38:31 DEBUG : both3: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f410ef3264298e163_d20260819_m023420_c001_v0001106_t0035_u01787106860140") 2026/08/19 02:38:31 DEBUG : both4: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4057acd005a7fd5f_d20260819_m023447_c001_v7007000_t0000_u01787106887069") 2026/08/19 02:38:31 DEBUG : both4: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f410ef3264298e1d3_d20260819_m023435_c001_v0001106_t0035_u01787106875668") 2026/08/19 02:38:31 DEBUG : both4: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4193c9599a7d3303_d20260819_m023431_c001_v7007000_t0000_u01787106871967") 2026/08/19 02:38:31 DEBUG : both4: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f410ef3264298e165_d20260819_m023420_c001_v0001106_t0035_u01787106860524") 2026/08/19 02:38:31 DEBUG : both5: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4057acd005a7fd60_d20260819_m023447_c001_v7007000_t0000_u01787106887251") 2026/08/19 02:38:31 DEBUG : both5: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f410ef3264298e1d7_d20260819_m023436_c001_v0001106_t0035_u01787106876037") 2026/08/19 02:38:31 DEBUG : both5: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4193c9599a7d3305_d20260819_m023432_c001_v7007000_t0000_u01787106872149") 2026/08/19 02:38:31 DEBUG : both5: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f410ef3264298e169_d20260819_m023420_c001_v0001106_t0035_u01787106860915") 2026/08/19 02:38:31 DEBUG : both6: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4057acd005a7fd61_d20260819_m023447_c001_v7007000_t0000_u01787106887522") 2026/08/19 02:38:31 DEBUG : both6: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f410ef3264298e1db_d20260819_m023436_c001_v0001106_t0035_u01787106876405") 2026/08/19 02:38:31 DEBUG : both6: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4193c9599a7d3307_d20260819_m023432_c001_v7007000_t0000_u01787106872330") 2026/08/19 02:38:31 DEBUG : both6: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f410ef3264298e16d_d20260819_m023421_c001_v0001106_t0035_u01787106861279") 2026/08/19 02:38:31 DEBUG : both7: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4057acd005a7fd62_d20260819_m023447_c001_v7007000_t0000_u01787106887806") 2026/08/19 02:38:31 DEBUG : both7: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f410ef3264298e1df_d20260819_m023436_c001_v0001106_t0035_u01787106876775") 2026/08/19 02:38:31 DEBUG : both7: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4193c9599a7d3309_d20260819_m023432_c001_v7007000_t0000_u01787106872512") 2026/08/19 02:38:31 DEBUG : both7: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f410ef3264298e16f_d20260819_m023421_c001_v0001106_t0035_u01787106861643") 2026/08/19 02:38:32 DEBUG : both8: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4057acd005a7fd63_d20260819_m023447_c001_v7007000_t0000_u01787106887988") 2026/08/19 02:38:32 DEBUG : both8: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f410ef3264298e1e3_d20260819_m023437_c001_v0001106_t0035_u01787106877143") 2026/08/19 02:38:32 DEBUG : both8: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4193c9599a7d330c_d20260819_m023432_c001_v7007000_t0000_u01787106872694") 2026/08/19 02:38:32 DEBUG : both8: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f410ef3264298e173_d20260819_m023422_c001_v0001106_t0035_u01787106862007") 2026/08/19 02:38:32 DEBUG : both9: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4057acd005a7fd64_d20260819_m023448_c001_v7007000_t0000_u01787106888170") 2026/08/19 02:38:32 DEBUG : both9: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f410ef3264298e1eb_d20260819_m023437_c001_v0001106_t0035_u01787106877593") 2026/08/19 02:38:32 DEBUG : both9: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4193c9599a7d330e_d20260819_m023432_c001_v7007000_t0000_u01787106872875") 2026/08/19 02:38:32 DEBUG : both9: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f410ef3264298e17b_d20260819_m023422_c001_v0001106_t0035_u01787106862420") 2026/08/19 02:38:32 DEBUG : c/non empty space: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4057acd005a7f71b_d20260819_m023112_c001_v7007000_t0000_u01787106672371") 2026/08/19 02:38:32 DEBUG : c/non empty space: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f402fe27849a7e099_d20260819_m023110_c001_v0001177_t0022_u01787106670769") 2026/08/19 02:38:32 DEBUG : c/non empty space: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4227bf6ed894d7de_d20260819_m023110_c001_v7007000_t0000_u01787106670218") 2026/08/19 02:38:32 DEBUG : c/non empty space: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f402fe27849a7e085_d20260819_m023108_c001_v0001177_t0022_u01787106668496") 2026/08/19 02:38:32 DEBUG : c/non empty space: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4057acd005a7f6e4_d20260819_m023054_c001_v7007000_t0000_u01787106654089") 2026/08/19 02:38:32 DEBUG : c/non empty space: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f402fe27849a7e00f_d20260819_m023052_c001_v0001177_t0022_u01787106652443") 2026/08/19 02:38:32 DEBUG : c3BsaXRiYW5hbmFzcGxpdA==: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4190b163f4427d16_d20260819_m023539_c001_v7007000_t0000_u01787106939558") 2026/08/19 02:38:32 DEBUG : c3BsaXRiYW5hbmFzcGxpdA==: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f410ef3264298e2f5_d20260819_m023534_c001_v0001106_t0035_u01787106934179") 2026/08/19 02:38:32 DEBUG : check sum: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4057acd005a7f6d8_d20260819_m023045_c001_v7007000_t0000_u01787106645741") 2026/08/19 02:38:32 DEBUG : check sum: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f402fe27849a7dfe1_d20260819_m023044_c001_v0001177_t0022_u01787106644835") 2026/08/19 02:38:32 DEBUG : dG9l/dG9l/dG9lLnR4dA==: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f402d0eab12f58324_d20260819_m023818_c001_v7007000_t0000_u01787107098314") 2026/08/19 02:38:32 DEBUG : dG9l/dG9l/dG9lLnR4dA==: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f409fc1a1b0442b3b_d20260819_m023816_c001_v0001177_t0057_u01787107096853") 2026/08/19 02:38:33 DEBUG : dest/3: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4004132ab52c75f2_d20260819_m023253_c001_v7007000_t0000_u01787106773027") 2026/08/19 02:38:33 DEBUG : dest/3: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f400cd6b785cfc889_d20260819_m023251_c001_v0001130_t0054_u01787106771931") 2026/08/19 02:38:33 DEBUG : dir1/0000-abcde: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4188540825a0f140_d20260819_m023626_c001_v7007000_t0000_u01787106986428") 2026/08/19 02:38:33 DEBUG : dir1/0000-abcde: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f409fc1a1b04429a8_d20260819_m023622_c001_v0001177_t0057_u01787106982700") 2026/08/19 02:38:33 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f41546a0aeb8eefaf_d20260819_m023749_c001_v7007000_t0000_u01787107069303") 2026/08/19 02:38:33 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f409fc1a1b0442ac4_d20260819_m023740_c001_v0001177_t0057_u01787107060789") 2026/08/19 02:38:33 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4185093e2c5180c7_d20260819_m023736_c001_v7007000_t0000_u01787107056650") 2026/08/19 02:38:33 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f409fc1a1b0442a98_d20260819_m023728_c001_v0001177_t0057_u01787107048735") 2026/08/19 02:38:33 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4185093e2c51805c_d20260819_m023724_c001_v7007000_t0000_u01787107044636") 2026/08/19 02:38:33 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f409fc1a1b0442a26_d20260819_m023655_c001_v0001177_t0057_u01787107015543") 2026/08/19 02:38:33 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f421f864f0be093f4_d20260819_m023651_c001_v7007000_t0000_u01787107011369") 2026/08/19 02:38:33 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f409fc1a1b04429f2_d20260819_m023643_c001_v0001177_t0057_u01787107003119") 2026/08/19 02:38:33 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4188540825a0f1dd_d20260819_m023638_c001_v7007000_t0000_u01787106998953") 2026/08/19 02:38:33 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f409fc1a1b04429c8_d20260819_m023630_c001_v0001177_t0057_u01787106990606") 2026/08/19 02:38:33 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4085766728197d2a_d20260819_m023623_c001_v7007000_t0000_u01787106983883") 2026/08/19 02:38:33 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f410ef3264298e3d2_d20260819_m023616_c001_v0001106_t0035_u01787106976824") 2026/08/19 02:38:33 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4085766728197d03_d20260819_m023612_c001_v7007000_t0000_u01787106972764") 2026/08/19 02:38:33 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f410ef3264298e3ab_d20260819_m023609_c001_v0001106_t0035_u01787106969536") 2026/08/19 02:38:33 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f41698ece57b7c5b5_d20260819_m023607_c001_v7007000_t0000_u01787106967821") 2026/08/19 02:38:33 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4135c87ff8567425_d20260819_m023600_c001_v0001146_t0031_u01787106960171") 2026/08/19 02:38:33 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f42640cede57c0811_d20260819_m023555_c001_v7007000_t0000_u01787106955965") 2026/08/19 02:38:33 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4135c87ff8567407_d20260819_m023552_c001_v0001146_t0031_u01787106952933") 2026/08/19 02:38:33 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4231a11fe19b984b_d20260819_m023551_c001_v7007000_t0000_u01787106951739") 2026/08/19 02:38:34 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f402fe27849a7e698_d20260819_m023543_c001_v0001177_t0022_u01787106943569") 2026/08/19 02:38:34 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4190b163f4427ced_d20260819_m023536_c001_v7007000_t0000_u01787106936275") 2026/08/19 02:38:34 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4135c87ff8567375_d20260819_m023528_c001_v0001146_t0031_u01787106928708") 2026/08/19 02:38:34 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f40122dc171fab9ab_d20260819_m023524_c001_v7007000_t0000_u01787106924304") 2026/08/19 02:38:34 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4135c87ff8567343_d20260819_m023516_c001_v0001146_t0031_u01787106916423") 2026/08/19 02:38:34 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f40122dc171fab958_d20260819_m023512_c001_v7007000_t0000_u01787106912331") 2026/08/19 02:38:34 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4135c87ff856730d_d20260819_m023505_c001_v0001146_t0031_u01787106905146") 2026/08/19 02:38:34 DEBUG : dir1/0000-abcdefg.txtSUFFIX: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f42640cede57c08d6_d20260819_m023610_c001_v7007000_t0000_u01787106970680") 2026/08/19 02:38:34 DEBUG : dir1/0000-abcdefg.txtSUFFIX: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f1135c87ff856743f_d20260819_m023605_c001_v0001146_t0005_u01787106965960") 2026/08/19 02:38:34 DEBUG : dir1/0001-bcdef: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4188540825a0f141_d20260819_m023626_c001_v7007000_t0000_u01787106986609") 2026/08/19 02:38:34 DEBUG : dir1/0001-bcdef: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f402fe27849a7e770_d20260819_m023622_c001_v0001177_t0022_u01787106982777") 2026/08/19 02:38:34 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f41546a0aeb8eefb0_d20260819_m023749_c001_v7007000_t0000_u01787107069484") 2026/08/19 02:38:34 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4135c87ff85675a3_d20260819_m023741_c001_v0001146_t0031_u01787107061339") 2026/08/19 02:38:34 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4185093e2c5180c8_d20260819_m023736_c001_v7007000_t0000_u01787107056859") 2026/08/19 02:38:34 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4135c87ff8567577_d20260819_m023729_c001_v0001146_t0031_u01787107049324") 2026/08/19 02:38:34 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4185093e2c51805d_d20260819_m023724_c001_v7007000_t0000_u01787107044819") 2026/08/19 02:38:34 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4135c87ff8567517_d20260819_m023656_c001_v0001146_t0031_u01787107016093") 2026/08/19 02:38:34 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f421f864f0be093f5_d20260819_m023651_c001_v7007000_t0000_u01787107011552") 2026/08/19 02:38:34 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4135c87ff85674ed_d20260819_m023643_c001_v0001146_t0031_u01787107003669") 2026/08/19 02:38:34 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4188540825a0f1df_d20260819_m023639_c001_v7007000_t0000_u01787106999134") 2026/08/19 02:38:34 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4135c87ff85674c9_d20260819_m023631_c001_v0001146_t0031_u01787106991166") 2026/08/19 02:38:35 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f41375cdac3319a79_d20260819_m023623_c001_v7007000_t0000_u01787106983521") 2026/08/19 02:38:35 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f402fe27849a7e74a_d20260819_m023617_c001_v0001177_t0022_u01787106977374") 2026/08/19 02:38:35 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4085766728197d05_d20260819_m023612_c001_v7007000_t0000_u01787106972945") 2026/08/19 02:38:35 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f409fc1a1b0442966_d20260819_m023609_c001_v0001177_t0057_u01787106969503") 2026/08/19 02:38:35 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f41698ece57b7c5b8_d20260819_m023608_c001_v7007000_t0000_u01787106968368") 2026/08/19 02:38:35 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f409fc1a1b0442930_d20260819_m023600_c001_v0001177_t0057_u01787106960716") 2026/08/19 02:38:35 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f42640cede57c0813_d20260819_m023556_c001_v7007000_t0000_u01787106956144") 2026/08/19 02:38:35 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f409fc1a1b0442908_d20260819_m023552_c001_v0001177_t0057_u01787106952950") 2026/08/19 02:38:35 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f41009e268ee712e8_d20260819_m023551_c001_v7007000_t0000_u01787106951525") 2026/08/19 02:38:35 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f410ef3264298e31f_d20260819_m023544_c001_v0001106_t0035_u01787106944114") 2026/08/19 02:38:35 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f40122dc171fab9cc_d20260819_m023536_c001_v7007000_t0000_u01787106936469") 2026/08/19 02:38:35 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f409fc1a1b0442872_d20260819_m023529_c001_v0001177_t0057_u01787106929260") 2026/08/19 02:38:35 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f40122dc171fab9ac_d20260819_m023524_c001_v7007000_t0000_u01787106924487") 2026/08/19 02:38:35 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f409fc1a1b044283c_d20260819_m023516_c001_v0001177_t0057_u01787106916986") 2026/08/19 02:38:35 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f40122dc171fab959_d20260819_m023512_c001_v7007000_t0000_u01787106912516") 2026/08/19 02:38:35 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f409fc1a1b0442808_d20260819_m023505_c001_v0001177_t0057_u01787106905698") 2026/08/19 02:38:35 DEBUG : dir1/0001-bcdefgh.txtSUFFIX: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4085766728197cfb_d20260819_m023610_c001_v7007000_t0000_u01787106970690") 2026/08/19 02:38:35 DEBUG : dir1/0001-bcdefgh.txtSUFFIX: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f102fe27849a7e716_d20260819_m023605_c001_v0001177_t0032_u01787106965972") 2026/08/19 02:38:35 DEBUG : dir1/0002-cdefg: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4188540825a0f143_d20260819_m023626_c001_v7007000_t0000_u01787106986790") 2026/08/19 02:38:35 DEBUG : dir1/0002-cdefg: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4135c87ff85674a1_d20260819_m023622_c001_v0001146_t0031_u01787106982711") 2026/08/19 02:38:35 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f41546a0aeb8eefb1_d20260819_m023749_c001_v7007000_t0000_u01787107069665") 2026/08/19 02:38:36 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f410ef3264298e4fc_d20260819_m023741_c001_v0001106_t0035_u01787107061882") 2026/08/19 02:38:36 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4185093e2c5180c9_d20260819_m023737_c001_v7007000_t0000_u01787107057044") 2026/08/19 02:38:36 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f410ef3264298e4d0_d20260819_m023729_c001_v0001106_t0035_u01787107049867") 2026/08/19 02:38:36 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4185093e2c51805f_d20260819_m023725_c001_v7007000_t0000_u01787107045002") 2026/08/19 02:38:36 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f410ef3264298e478_d20260819_m023656_c001_v0001106_t0035_u01787107016660") 2026/08/19 02:38:36 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f421f864f0be093f6_d20260819_m023651_c001_v7007000_t0000_u01787107011734") 2026/08/19 02:38:36 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f410ef3264298e43e_d20260819_m023644_c001_v0001106_t0035_u01787107004217") 2026/08/19 02:38:36 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4188540825a0f1e2_d20260819_m023639_c001_v7007000_t0000_u01787106999315") 2026/08/19 02:38:36 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f410ef3264298e414_d20260819_m023631_c001_v0001106_t0035_u01787106991707") 2026/08/19 02:38:36 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4185093e2c517e6d_d20260819_m023623_c001_v7007000_t0000_u01787106983916") 2026/08/19 02:38:36 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f409fc1a1b044298c_d20260819_m023617_c001_v0001177_t0057_u01787106977934") 2026/08/19 02:38:36 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4085766728197d07_d20260819_m023613_c001_v7007000_t0000_u01787106973147") 2026/08/19 02:38:36 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f402fe27849a7e726_d20260819_m023609_c001_v0001177_t0022_u01787106969524") 2026/08/19 02:38:36 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f42640cede57c08c0_d20260819_m023607_c001_v7007000_t0000_u01787106967831") 2026/08/19 02:38:36 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f402fe27849a7e6fe_d20260819_m023601_c001_v0001177_t0022_u01787106961263") 2026/08/19 02:38:36 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f42640cede57c0815_d20260819_m023556_c001_v7007000_t0000_u01787106956324") 2026/08/19 02:38:36 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f402fe27849a7e6d2_d20260819_m023552_c001_v0001177_t0022_u01787106952954") 2026/08/19 02:38:36 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f411617f33aa081a1_d20260819_m023551_c001_v7007000_t0000_u01787106951845") 2026/08/19 02:38:36 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f409fc1a1b04428c2_d20260819_m023544_c001_v0001177_t0057_u01787106944663") 2026/08/19 02:38:37 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f41698ece57b7c5a6_d20260819_m023536_c001_v7007000_t0000_u01787106936482") 2026/08/19 02:38:37 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f402fe27849a7e654_d20260819_m023529_c001_v0001177_t0022_u01787106929808") 2026/08/19 02:38:37 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f40122dc171fab9ad_d20260819_m023524_c001_v7007000_t0000_u01787106924669") 2026/08/19 02:38:37 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f402fe27849a7e61c_d20260819_m023517_c001_v0001177_t0022_u01787106917536") 2026/08/19 02:38:37 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f40122dc171fab95c_d20260819_m023512_c001_v7007000_t0000_u01787106912700") 2026/08/19 02:38:37 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f402fe27849a7e5dc_d20260819_m023505_c001_v0001177_t0022_u01787106905886") 2026/08/19 02:38:37 DEBUG : dir1/0002-cdefghi.txtSUFFIX: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f409cb53cbb11296a_d20260819_m023610_c001_v7007000_t0000_u01787106970669") 2026/08/19 02:38:37 DEBUG : dir1/0002-cdefghi.txtSUFFIX: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f110ef3264298e39b_d20260819_m023605_c001_v0001106_t0014_u01787106965983") 2026/08/19 02:38:37 DEBUG : dir1/0003-defgh: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4188540825a0f149_d20260819_m023626_c001_v7007000_t0000_u01787106986971") 2026/08/19 02:38:37 DEBUG : dir1/0003-defgh: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f410ef3264298e3f6_d20260819_m023622_c001_v0001106_t0035_u01787106982719") 2026/08/19 02:38:37 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f41546a0aeb8eefb3_d20260819_m023749_c001_v7007000_t0000_u01787107069846") 2026/08/19 02:38:37 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f402fe27849a7e887_d20260819_m023742_c001_v0001177_t0022_u01787107062432") 2026/08/19 02:38:37 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4185093e2c5180ca_d20260819_m023737_c001_v7007000_t0000_u01787107057226") 2026/08/19 02:38:37 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f402fe27849a7e861_d20260819_m023730_c001_v0001177_t0022_u01787107050414") 2026/08/19 02:38:37 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4185093e2c518060_d20260819_m023725_c001_v7007000_t0000_u01787107045186") 2026/08/19 02:38:37 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f402fe27849a7e810_d20260819_m023657_c001_v0001177_t0022_u01787107017203") 2026/08/19 02:38:37 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f421f864f0be093f7_d20260819_m023651_c001_v7007000_t0000_u01787107011917") 2026/08/19 02:38:37 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f402fe27849a7e7ca_d20260819_m023644_c001_v0001177_t0022_u01787107004758") 2026/08/19 02:38:37 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4188540825a0f1e6_d20260819_m023639_c001_v7007000_t0000_u01787106999497") 2026/08/19 02:38:37 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f402fe27849a7e79a_d20260819_m023632_c001_v0001177_t0022_u01787106992260") 2026/08/19 02:38:38 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f404d41a128e78fbe_d20260819_m023623_c001_v7007000_t0000_u01787106983913") 2026/08/19 02:38:38 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4135c87ff8567489_d20260819_m023618_c001_v0001146_t0031_u01787106978487") 2026/08/19 02:38:38 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4085766728197d0b_d20260819_m023613_c001_v7007000_t0000_u01787106973330") 2026/08/19 02:38:38 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4135c87ff8567455_d20260819_m023609_c001_v0001146_t0031_u01787106969524") 2026/08/19 02:38:38 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f42640cede57c08c1_d20260819_m023607_c001_v7007000_t0000_u01787106967992") 2026/08/19 02:38:38 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f410ef3264298e381_d20260819_m023601_c001_v0001106_t0035_u01787106961821") 2026/08/19 02:38:38 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f42640cede57c0817_d20260819_m023556_c001_v7007000_t0000_u01787106956504") 2026/08/19 02:38:38 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f410ef3264298e359_d20260819_m023552_c001_v0001106_t0035_u01787106952965") 2026/08/19 02:38:38 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f411617f33aa0819c_d20260819_m023551_c001_v7007000_t0000_u01787106951299") 2026/08/19 02:38:38 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4135c87ff85673d9_d20260819_m023545_c001_v0001146_t0031_u01787106945212") 2026/08/19 02:38:38 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4172710ae4874405_d20260819_m023536_c001_v7007000_t0000_u01787106936442") 2026/08/19 02:38:38 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f410ef3264298e2d5_d20260819_m023530_c001_v0001106_t0035_u01787106930349") 2026/08/19 02:38:38 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f40122dc171fab9ae_d20260819_m023524_c001_v7007000_t0000_u01787106924852") 2026/08/19 02:38:38 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f410ef3264298e297_d20260819_m023518_c001_v0001106_t0035_u01787106918080") 2026/08/19 02:38:38 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f40122dc171fab960_d20260819_m023512_c001_v7007000_t0000_u01787106912888") 2026/08/19 02:38:38 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f410ef3264298e255_d20260819_m023506_c001_v0001106_t0035_u01787106906071") 2026/08/19 02:38:38 DEBUG : dir1/0003-defghij.txtSUFFIX: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f41698ece57b7c5ba_d20260819_m023610_c001_v7007000_t0000_u01787106970702") 2026/08/19 02:38:38 DEBUG : dir1/0003-defghij.txtSUFFIX: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f109fc1a1b0442952_d20260819_m023605_c001_v0001177_t0038_u01787106965993") 2026/08/19 02:38:38 DEBUG : dir1/0004-efghi: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4188540825a0f150_d20260819_m023627_c001_v7007000_t0000_u01787106987168") 2026/08/19 02:38:38 DEBUG : dir1/0004-efghi: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f409fc1a1b04429aa_d20260819_m023622_c001_v0001177_t0057_u01787106982887") 2026/08/19 02:38:38 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f41546a0aeb8eefb4_d20260819_m023750_c001_v7007000_t0000_u01787107070026") 2026/08/19 02:38:39 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f409fc1a1b0442ac8_d20260819_m023742_c001_v0001177_t0057_u01787107062616") 2026/08/19 02:38:39 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4185093e2c5180cb_d20260819_m023737_c001_v7007000_t0000_u01787107057409") 2026/08/19 02:38:39 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f409fc1a1b0442a9e_d20260819_m023730_c001_v0001177_t0057_u01787107050599") 2026/08/19 02:38:39 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4185093e2c518062_d20260819_m023725_c001_v7007000_t0000_u01787107045368") 2026/08/19 02:38:39 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f409fc1a1b0442a30_d20260819_m023657_c001_v0001177_t0057_u01787107017385") 2026/08/19 02:38:39 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f421f864f0be093f8_d20260819_m023652_c001_v7007000_t0000_u01787107012099") 2026/08/19 02:38:39 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f409fc1a1b04429f8_d20260819_m023644_c001_v0001177_t0057_u01787107004940") 2026/08/19 02:38:39 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4188540825a0f1e9_d20260819_m023639_c001_v7007000_t0000_u01787106999680") 2026/08/19 02:38:39 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f409fc1a1b04429cc_d20260819_m023632_c001_v0001177_t0057_u01787106992445") 2026/08/19 02:38:39 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f42510b775eebfd64_d20260819_m023623_c001_v7007000_t0000_u01787106983923") 2026/08/19 02:38:39 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f410ef3264298e3d8_d20260819_m023618_c001_v0001106_t0035_u01787106978673") 2026/08/19 02:38:39 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4085766728197d0e_d20260819_m023613_c001_v7007000_t0000_u01787106973510") 2026/08/19 02:38:39 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f402fe27849a7e728_d20260819_m023609_c001_v0001177_t0022_u01787106969711") 2026/08/19 02:38:39 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f41698ece57b7c5b6_d20260819_m023608_c001_v7007000_t0000_u01787106968003") 2026/08/19 02:38:39 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4135c87ff856742d_d20260819_m023602_c001_v0001146_t0031_u01787106962006") 2026/08/19 02:38:39 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f42640cede57c0819_d20260819_m023556_c001_v7007000_t0000_u01787106956686") 2026/08/19 02:38:39 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4135c87ff8567409_d20260819_m023553_c001_v0001146_t0031_u01787106953121") 2026/08/19 02:38:39 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f415e3533b4adadde_d20260819_m023551_c001_v7007000_t0000_u01787106951858") 2026/08/19 02:38:39 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f402fe27849a7e6a0_d20260819_m023545_c001_v0001177_t0022_u01787106945397") 2026/08/19 02:38:39 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f41698ece57b7c5a7_d20260819_m023536_c001_v7007000_t0000_u01787106936667") 2026/08/19 02:38:39 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4135c87ff856737b_d20260819_m023530_c001_v0001146_t0031_u01787106930533") 2026/08/19 02:38:39 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f40122dc171fab9af_d20260819_m023525_c001_v7007000_t0000_u01787106925034") 2026/08/19 02:38:39 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4135c87ff856734d_d20260819_m023518_c001_v0001146_t0031_u01787106918265") 2026/08/19 02:38:40 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f40122dc171fab961_d20260819_m023513_c001_v7007000_t0000_u01787106913070") 2026/08/19 02:38:40 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4135c87ff8567315_d20260819_m023506_c001_v0001146_t0031_u01787106906256") 2026/08/19 02:38:40 DEBUG : dir1/0004-efghijk.txtSUFFIX: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4085766728197cfa_d20260819_m023610_c001_v7007000_t0000_u01787106970506") 2026/08/19 02:38:40 DEBUG : dir1/0004-efghijk.txtSUFFIX: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f102fe27849a7e718_d20260819_m023606_c001_v0001177_t0014_u01787106966185") 2026/08/19 02:38:40 DEBUG : dir1/0005-fghij: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4188540825a0f155_d20260819_m023627_c001_v7007000_t0000_u01787106987350") 2026/08/19 02:38:40 DEBUG : dir1/0005-fghij: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4135c87ff85674a3_d20260819_m023622_c001_v0001146_t0031_u01787106982898") 2026/08/19 02:38:40 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f41546a0aeb8eefb6_d20260819_m023750_c001_v7007000_t0000_u01787107070207") 2026/08/19 02:38:40 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4135c87ff85675ad_d20260819_m023742_c001_v0001146_t0031_u01787107062803") 2026/08/19 02:38:40 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4185093e2c5180cd_d20260819_m023737_c001_v7007000_t0000_u01787107057593") 2026/08/19 02:38:40 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4135c87ff856757b_d20260819_m023730_c001_v0001146_t0031_u01787107050798") 2026/08/19 02:38:40 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4185093e2c518064_d20260819_m023725_c001_v7007000_t0000_u01787107045552") 2026/08/19 02:38:40 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4135c87ff856751d_d20260819_m023657_c001_v0001146_t0031_u01787107017569") 2026/08/19 02:38:40 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f421f864f0be093f9_d20260819_m023652_c001_v7007000_t0000_u01787107012282") 2026/08/19 02:38:40 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4135c87ff85674ef_d20260819_m023645_c001_v0001146_t0031_u01787107005126") 2026/08/19 02:38:40 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4188540825a0f1ed_d20260819_m023639_c001_v7007000_t0000_u01787106999943") 2026/08/19 02:38:40 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4135c87ff85674cb_d20260819_m023632_c001_v0001146_t0031_u01787106992628") 2026/08/19 02:38:40 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f41375cdac3319a80_d20260819_m023623_c001_v7007000_t0000_u01787106983885") 2026/08/19 02:38:40 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f402fe27849a7e756_d20260819_m023618_c001_v0001177_t0022_u01787106978856") 2026/08/19 02:38:40 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4085766728197d10_d20260819_m023613_c001_v7007000_t0000_u01787106973690") 2026/08/19 02:38:40 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4135c87ff8567457_d20260819_m023609_c001_v0001146_t0031_u01787106969754") 2026/08/19 02:38:41 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f41375cdac3319a26_d20260819_m023608_c001_v7007000_t0000_u01787106968240") 2026/08/19 02:38:41 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f409fc1a1b0442936_d20260819_m023602_c001_v0001177_t0057_u01787106962193") 2026/08/19 02:38:41 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f42640cede57c081b_d20260819_m023556_c001_v7007000_t0000_u01787106956946") 2026/08/19 02:38:41 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f409fc1a1b044290c_d20260819_m023553_c001_v0001177_t0057_u01787106953133") 2026/08/19 02:38:41 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4231a11fe19b984a_d20260819_m023551_c001_v7007000_t0000_u01787106951528") 2026/08/19 02:38:41 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f410ef3264298e325_d20260819_m023545_c001_v0001106_t0035_u01787106945585") 2026/08/19 02:38:41 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4190b163f4427cf7_d20260819_m023536_c001_v7007000_t0000_u01787106936679") 2026/08/19 02:38:41 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f409fc1a1b0442874_d20260819_m023530_c001_v0001177_t0057_u01787106930716") 2026/08/19 02:38:41 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f40122dc171fab9b0_d20260819_m023525_c001_v7007000_t0000_u01787106925217") 2026/08/19 02:38:41 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f409fc1a1b0442842_d20260819_m023518_c001_v0001177_t0057_u01787106918451") 2026/08/19 02:38:41 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f40122dc171fab963_d20260819_m023513_c001_v7007000_t0000_u01787106913253") 2026/08/19 02:38:41 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f409fc1a1b044280c_d20260819_m023506_c001_v0001177_t0057_u01787106906441") 2026/08/19 02:38:41 DEBUG : dir1/0005-fghijkl.txtSUFFIX: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f41698ece57b7c5b9_d20260819_m023610_c001_v7007000_t0000_u01787106970517") 2026/08/19 02:38:41 DEBUG : dir1/0005-fghijkl.txtSUFFIX: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f109fc1a1b0442954_d20260819_m023606_c001_v0001177_t0047_u01787106966210") 2026/08/19 02:38:41 DEBUG : dir1/0006-ghijk: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4188540825a0f15d_d20260819_m023627_c001_v7007000_t0000_u01787106987531") 2026/08/19 02:38:41 DEBUG : dir1/0006-ghijk: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f410ef3264298e3f8_d20260819_m023622_c001_v0001106_t0035_u01787106982907") 2026/08/19 02:38:41 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f41546a0aeb8eefb8_d20260819_m023750_c001_v7007000_t0000_u01787107070388") 2026/08/19 02:38:42 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f410ef3264298e4fe_d20260819_m023743_c001_v0001106_t0035_u01787107063045") 2026/08/19 02:38:42 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4185093e2c5180ce_d20260819_m023737_c001_v7007000_t0000_u01787107057777") 2026/08/19 02:38:42 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f410ef3264298e4d4_d20260819_m023730_c001_v0001106_t0035_u01787107050984") 2026/08/19 02:38:42 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4185093e2c518066_d20260819_m023725_c001_v7007000_t0000_u01787107045736") 2026/08/19 02:38:42 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f410ef3264298e482_d20260819_m023657_c001_v0001106_t0035_u01787107017756") 2026/08/19 02:38:42 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f421f864f0be093fa_d20260819_m023652_c001_v7007000_t0000_u01787107012464") 2026/08/19 02:38:42 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f410ef3264298e444_d20260819_m023645_c001_v0001106_t0035_u01787107005311") 2026/08/19 02:38:42 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4188540825a0f1ef_d20260819_m023640_c001_v7007000_t0000_u01787107000129") 2026/08/19 02:38:42 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f410ef3264298e41c_d20260819_m023632_c001_v0001106_t0035_u01787106992810") 2026/08/19 02:38:42 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f405774f620574e6b_d20260819_m023623_c001_v7007000_t0000_u01787106983539") 2026/08/19 02:38:42 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f409fc1a1b0442992_d20260819_m023619_c001_v0001177_t0057_u01787106979048") 2026/08/19 02:38:42 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4085766728197d13_d20260819_m023613_c001_v7007000_t0000_u01787106973871") 2026/08/19 02:38:42 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f410ef3264298e3af_d20260819_m023609_c001_v0001106_t0035_u01787106969765") 2026/08/19 02:38:42 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f42640cede57c08ca_d20260819_m023608_c001_v7007000_t0000_u01787106968384") 2026/08/19 02:38:42 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f402fe27849a7e706_d20260819_m023602_c001_v0001177_t0022_u01787106962386") 2026/08/19 02:38:42 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f42640cede57c081c_d20260819_m023557_c001_v7007000_t0000_u01787106957126") 2026/08/19 02:38:42 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f402fe27849a7e6d8_d20260819_m023553_c001_v0001177_t0022_u01787106953145") 2026/08/19 02:38:42 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f42640cede57c07f1_d20260819_m023551_c001_v7007000_t0000_u01787106951536") 2026/08/19 02:38:42 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f409fc1a1b04428ce_d20260819_m023545_c001_v0001177_t0057_u01787106945768") 2026/08/19 02:38:42 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f417ee6346108ca71_d20260819_m023536_c001_v7007000_t0000_u01787106936442") 2026/08/19 02:38:42 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f402fe27849a7e65c_d20260819_m023530_c001_v0001177_t0022_u01787106930900") 2026/08/19 02:38:42 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f40122dc171fab9b1_d20260819_m023525_c001_v7007000_t0000_u01787106925398") 2026/08/19 02:38:42 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f402fe27849a7e61e_d20260819_m023518_c001_v0001177_t0022_u01787106918636") 2026/08/19 02:38:43 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f40122dc171fab969_d20260819_m023513_c001_v7007000_t0000_u01787106913441") 2026/08/19 02:38:43 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f402fe27849a7e5e2_d20260819_m023506_c001_v0001177_t0022_u01787106906627") 2026/08/19 02:38:43 DEBUG : dir1/0006-ghijklm.txtSUFFIX: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f417ee6346108cb55_d20260819_m023610_c001_v7007000_t0000_u01787106970711") 2026/08/19 02:38:43 DEBUG : dir1/0006-ghijklm.txtSUFFIX: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f102fe27849a7e71a_d20260819_m023606_c001_v0001177_t0018_u01787106966416") 2026/08/19 02:38:43 DEBUG : dir1/0007-12345: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4188540825a0f164_d20260819_m023627_c001_v7007000_t0000_u01787106987716") 2026/08/19 02:38:43 DEBUG : dir1/0007-12345: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f402fe27849a7e772_d20260819_m023622_c001_v0001177_t0022_u01787106982960") 2026/08/19 02:38:43 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f41546a0aeb8eefba_d20260819_m023750_c001_v7007000_t0000_u01787107070569") 2026/08/19 02:38:43 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f402fe27849a7e88b_d20260819_m023743_c001_v0001177_t0022_u01787107063252") 2026/08/19 02:38:43 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4185093e2c5180cf_d20260819_m023737_c001_v7007000_t0000_u01787107057966") 2026/08/19 02:38:43 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f402fe27849a7e863_d20260819_m023731_c001_v0001177_t0022_u01787107051168") 2026/08/19 02:38:43 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4185093e2c518069_d20260819_m023725_c001_v7007000_t0000_u01787107045920") 2026/08/19 02:38:43 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f402fe27849a7e812_d20260819_m023657_c001_v0001177_t0022_u01787107017968") 2026/08/19 02:38:43 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f421f864f0be093fb_d20260819_m023652_c001_v7007000_t0000_u01787107012739") 2026/08/19 02:38:43 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f402fe27849a7e7d2_d20260819_m023645_c001_v0001177_t0022_u01787107005494") 2026/08/19 02:38:43 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4188540825a0f1f1_d20260819_m023640_c001_v7007000_t0000_u01787107000309") 2026/08/19 02:38:43 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f402fe27849a7e79e_d20260819_m023632_c001_v0001177_t0022_u01787106992994") 2026/08/19 02:38:43 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f405774f620574e6d_d20260819_m023623_c001_v7007000_t0000_u01787106983908") 2026/08/19 02:38:43 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4135c87ff856748b_d20260819_m023619_c001_v0001146_t0031_u01787106979234") 2026/08/19 02:38:43 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4085766728197d17_d20260819_m023614_c001_v7007000_t0000_u01787106974052") 2026/08/19 02:38:43 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f409fc1a1b044296a_d20260819_m023609_c001_v0001177_t0057_u01787106969775") 2026/08/19 02:38:44 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f409cb53cbb112964_d20260819_m023608_c001_v7007000_t0000_u01787106968396") 2026/08/19 02:38:44 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f410ef3264298e383_d20260819_m023602_c001_v0001106_t0035_u01787106962570") 2026/08/19 02:38:44 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f42640cede57c081e_d20260819_m023557_c001_v7007000_t0000_u01787106957305") 2026/08/19 02:38:44 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f410ef3264298e35d_d20260819_m023553_c001_v0001106_t0035_u01787106953155") 2026/08/19 02:38:44 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4172710ae487441e_d20260819_m023551_c001_v7007000_t0000_u01787106951728") 2026/08/19 02:38:44 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4135c87ff85673e1_d20260819_m023545_c001_v0001146_t0031_u01787106945952") 2026/08/19 02:38:44 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4190b163f4427cf5_d20260819_m023536_c001_v7007000_t0000_u01787106936530") 2026/08/19 02:38:44 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f410ef3264298e2dd_d20260819_m023531_c001_v0001106_t0035_u01787106931083") 2026/08/19 02:38:44 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f40122dc171fab9b2_d20260819_m023525_c001_v7007000_t0000_u01787106925580") 2026/08/19 02:38:44 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f410ef3264298e29f_d20260819_m023518_c001_v0001106_t0035_u01787106918822") 2026/08/19 02:38:44 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f40122dc171fab96f_d20260819_m023513_c001_v7007000_t0000_u01787106913623") 2026/08/19 02:38:44 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f410ef3264298e257_d20260819_m023506_c001_v0001106_t0035_u01787106906812") 2026/08/19 02:38:44 DEBUG : dir1/0007-1234567.txtSUFFIX: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f402d0eab12f57e9d_d20260819_m023610_c001_v7007000_t0000_u01787106970564") 2026/08/19 02:38:44 DEBUG : dir1/0007-1234567.txtSUFFIX: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f1135c87ff8567443_d20260819_m023606_c001_v0001146_t0054_u01787106966425") 2026/08/19 02:38:45 DEBUG : dir1/0008-23456: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4188540825a0f16c_d20260819_m023627_c001_v7007000_t0000_u01787106987920") 2026/08/19 02:38:45 DEBUG : dir1/0008-23456: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f409fc1a1b04429ae_d20260819_m023623_c001_v0001177_t0057_u01787106983075") 2026/08/19 02:38:45 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f41546a0aeb8eefbc_d20260819_m023750_c001_v7007000_t0000_u01787107070751") 2026/08/19 02:38:45 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f409fc1a1b0442acc_d20260819_m023743_c001_v0001177_t0057_u01787107063477") 2026/08/19 02:38:45 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4185093e2c5180d0_d20260819_m023738_c001_v7007000_t0000_u01787107058150") 2026/08/19 02:38:45 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f409fc1a1b0442aa2_d20260819_m023731_c001_v0001177_t0057_u01787107051351") 2026/08/19 02:38:45 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4185093e2c51806b_d20260819_m023726_c001_v7007000_t0000_u01787107046103") 2026/08/19 02:38:45 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f409fc1a1b0442a34_d20260819_m023658_c001_v0001177_t0057_u01787107018150") 2026/08/19 02:38:45 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f421f864f0be093fc_d20260819_m023652_c001_v7007000_t0000_u01787107012921") 2026/08/19 02:38:45 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f409fc1a1b04429fc_d20260819_m023645_c001_v0001177_t0057_u01787107005677") 2026/08/19 02:38:45 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4188540825a0f1f4_d20260819_m023640_c001_v7007000_t0000_u01787107000501") 2026/08/19 02:38:45 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f409fc1a1b04429d2_d20260819_m023633_c001_v0001177_t0057_u01787106993180") 2026/08/19 02:38:45 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f415e3533b4adae05_d20260819_m023623_c001_v7007000_t0000_u01787106983932") 2026/08/19 02:38:45 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f410ef3264298e3e0_d20260819_m023619_c001_v0001106_t0035_u01787106979419") 2026/08/19 02:38:45 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4085766728197d19_d20260819_m023614_c001_v7007000_t0000_u01787106974233") 2026/08/19 02:38:45 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f402fe27849a7e72a_d20260819_m023609_c001_v0001177_t0022_u01787106969897") 2026/08/19 02:38:45 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f404d41a128e78f89_d20260819_m023608_c001_v7007000_t0000_u01787106968219") 2026/08/19 02:38:45 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4135c87ff8567431_d20260819_m023602_c001_v0001146_t0031_u01787106962755") 2026/08/19 02:38:45 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f42640cede57c0821_d20260819_m023557_c001_v7007000_t0000_u01787106957543") 2026/08/19 02:38:45 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4135c87ff856740b_d20260819_m023553_c001_v0001146_t0031_u01787106953306") 2026/08/19 02:38:45 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f411617f33aa0819d_d20260819_m023551_c001_v7007000_t0000_u01787106951481") 2026/08/19 02:38:45 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f402fe27849a7e6a6_d20260819_m023546_c001_v0001177_t0022_u01787106946136") 2026/08/19 02:38:46 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4188540825a0efb3_d20260819_m023536_c001_v7007000_t0000_u01787106936445") 2026/08/19 02:38:46 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4135c87ff856737d_d20260819_m023531_c001_v0001146_t0031_u01787106931268") 2026/08/19 02:38:46 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f40122dc171fab9b3_d20260819_m023525_c001_v7007000_t0000_u01787106925762") 2026/08/19 02:38:46 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4135c87ff8567353_d20260819_m023519_c001_v0001146_t0031_u01787106919007") 2026/08/19 02:38:46 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f40122dc171fab975_d20260819_m023513_c001_v7007000_t0000_u01787106913809") 2026/08/19 02:38:46 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4135c87ff856731f_d20260819_m023506_c001_v0001146_t0031_u01787106906995") 2026/08/19 02:38:46 DEBUG : dir1/0008-2345678.txtSUFFIX: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f415e3533b4adadf5_d20260819_m023610_c001_v7007000_t0000_u01787106970538") 2026/08/19 02:38:46 DEBUG : dir1/0008-2345678.txtSUFFIX: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f109fc1a1b0442958_d20260819_m023606_c001_v0001177_t0009_u01787106966454") 2026/08/19 02:38:46 DEBUG : dir1/0009-34567: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4188540825a0f172_d20260819_m023628_c001_v7007000_t0000_u01787106988100") 2026/08/19 02:38:46 DEBUG : dir1/0009-34567: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4135c87ff85674a7_d20260819_m023623_c001_v0001146_t0031_u01787106983085") 2026/08/19 02:38:46 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f41546a0aeb8eefbd_d20260819_m023750_c001_v7007000_t0000_u01787107070933") 2026/08/19 02:38:46 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4135c87ff85675b3_d20260819_m023743_c001_v0001146_t0031_u01787107063662") 2026/08/19 02:38:46 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4185093e2c5180d1_d20260819_m023738_c001_v7007000_t0000_u01787107058336") 2026/08/19 02:38:46 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4135c87ff856757d_d20260819_m023731_c001_v0001146_t0031_u01787107051536") 2026/08/19 02:38:46 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4185093e2c51806d_d20260819_m023726_c001_v7007000_t0000_u01787107046287") 2026/08/19 02:38:46 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4135c87ff856751f_d20260819_m023658_c001_v0001146_t0031_u01787107018335") 2026/08/19 02:38:46 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f421f864f0be093fd_d20260819_m023653_c001_v7007000_t0000_u01787107013104") 2026/08/19 02:38:46 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4135c87ff85674f7_d20260819_m023645_c001_v0001146_t0031_u01787107005863") 2026/08/19 02:38:46 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4188540825a0f1f7_d20260819_m023640_c001_v7007000_t0000_u01787107000682") 2026/08/19 02:38:46 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4135c87ff85674cf_d20260819_m023633_c001_v0001146_t0031_u01787106993365") 2026/08/19 02:38:47 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4188540825a0f110_d20260819_m023624_c001_v7007000_t0000_u01787106984075") 2026/08/19 02:38:47 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f402fe27849a7e75a_d20260819_m023619_c001_v0001177_t0022_u01787106979602") 2026/08/19 02:38:47 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4085766728197d1b_d20260819_m023614_c001_v7007000_t0000_u01787106974414") 2026/08/19 02:38:47 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4135c87ff8567459_d20260819_m023609_c001_v0001146_t0031_u01787106969938") 2026/08/19 02:38:47 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f41289f38e371eed3_d20260819_m023608_c001_v7007000_t0000_u01787106968244") 2026/08/19 02:38:47 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f409fc1a1b0442940_d20260819_m023603_c001_v0001177_t0057_u01787106963010") 2026/08/19 02:38:47 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f42640cede57c0822_d20260819_m023557_c001_v7007000_t0000_u01787106957792") 2026/08/19 02:38:47 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f409fc1a1b044290e_d20260819_m023553_c001_v0001177_t0057_u01787106953317") 2026/08/19 02:38:47 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f411617f33aa0819a_d20260819_m023551_c001_v7007000_t0000_u01787106951115") 2026/08/19 02:38:47 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f410ef3264298e32b_d20260819_m023546_c001_v0001106_t0035_u01787106946321") 2026/08/19 02:38:47 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f40122dc171fab9ca_d20260819_m023536_c001_v7007000_t0000_u01787106936287") 2026/08/19 02:38:47 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f409fc1a1b0442878_d20260819_m023531_c001_v0001177_t0057_u01787106931453") 2026/08/19 02:38:47 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f40122dc171fab9b4_d20260819_m023525_c001_v7007000_t0000_u01787106925946") 2026/08/19 02:38:47 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f409fc1a1b044284c_d20260819_m023519_c001_v0001177_t0057_u01787106919193") 2026/08/19 02:38:47 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f40122dc171fab97b_d20260819_m023514_c001_v7007000_t0000_u01787106914012") 2026/08/19 02:38:47 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f409fc1a1b0442812_d20260819_m023507_c001_v0001177_t0057_u01787106907179") 2026/08/19 02:38:47 DEBUG : dir1/0009-3456789.txtSUFFIX: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4085766728197cfc_d20260819_m023610_c001_v7007000_t0000_u01787106970873") 2026/08/19 02:38:47 DEBUG : dir1/0009-3456789.txtSUFFIX: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f102fe27849a7e71c_d20260819_m023606_c001_v0001177_t0008_u01787106966655") 2026/08/19 02:38:47 DEBUG : dir1/0010-45678: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4188540825a0f178_d20260819_m023628_c001_v7007000_t0000_u01787106988281") 2026/08/19 02:38:47 DEBUG : dir1/0010-45678: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f410ef3264298e3fa_d20260819_m023623_c001_v0001106_t0035_u01787106983093") 2026/08/19 02:38:47 DEBUG : dir1/0010-456789.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f41546a0aeb8eefbe_d20260819_m023751_c001_v7007000_t0000_u01787107071114") 2026/08/19 02:38:48 DEBUG : dir1/0010-456789.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f410ef3264298e502_d20260819_m023743_c001_v0001106_t0035_u01787107063844") 2026/08/19 02:38:48 DEBUG : dir1/0010-456789.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4185093e2c5180d2_d20260819_m023738_c001_v7007000_t0000_u01787107058519") 2026/08/19 02:38:48 DEBUG : dir1/0010-456789.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f410ef3264298e4dc_d20260819_m023731_c001_v0001106_t0035_u01787107051723") 2026/08/19 02:38:48 DEBUG : dir1/0010-456789.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4185093e2c51806f_d20260819_m023726_c001_v7007000_t0000_u01787107046470") 2026/08/19 02:38:48 DEBUG : dir1/0010-456789.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f410ef3264298e488_d20260819_m023658_c001_v0001106_t0035_u01787107018523") 2026/08/19 02:38:48 DEBUG : dir1/0010-456789.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f421f864f0be093fe_d20260819_m023653_c001_v7007000_t0000_u01787107013289") 2026/08/19 02:38:48 DEBUG : dir1/0010-456789.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f410ef3264298e448_d20260819_m023646_c001_v0001106_t0035_u01787107006049") 2026/08/19 02:38:48 DEBUG : dir1/0010-456789.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4188540825a0f1f9_d20260819_m023640_c001_v7007000_t0000_u01787107000863") 2026/08/19 02:38:48 DEBUG : dir1/0010-456789.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f410ef3264298e41e_d20260819_m023633_c001_v0001106_t0035_u01787106993548") 2026/08/19 02:38:48 DEBUG : dir1/0010-456789.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f40122dc171faba98_d20260819_m023623_c001_v7007000_t0000_u01787106983948") 2026/08/19 02:38:48 DEBUG : dir1/0010-456789.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f409fc1a1b0442996_d20260819_m023619_c001_v0001177_t0057_u01787106979787") 2026/08/19 02:38:48 DEBUG : dir1/0010-456789.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4085766728197d1d_d20260819_m023614_c001_v7007000_t0000_u01787106974595") 2026/08/19 02:38:48 DEBUG : dir1/0010-456789.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f410ef3264298e3b1_d20260819_m023609_c001_v0001106_t0035_u01787106969952") 2026/08/19 02:38:48 DEBUG : dir1/0010-456789.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f42640cede57c08c9_d20260819_m023608_c001_v7007000_t0000_u01787106968351") 2026/08/19 02:38:48 DEBUG : dir1/0010-456789.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f402fe27849a7e70e_d20260819_m023603_c001_v0001177_t0022_u01787106963195") 2026/08/19 02:38:48 DEBUG : dir1/0010-456789.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f42640cede57c0824_d20260819_m023557_c001_v7007000_t0000_u01787106957972") 2026/08/19 02:38:48 DEBUG : dir1/0010-456789.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f402fe27849a7e6da_d20260819_m023553_c001_v0001177_t0022_u01787106953329") 2026/08/19 02:38:48 DEBUG : dir1/0010-456789.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f415e3533b4adadda_d20260819_m023551_c001_v7007000_t0000_u01787106951488") 2026/08/19 02:38:48 DEBUG : dir1/0010-456789.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f409fc1a1b04428d6_d20260819_m023546_c001_v0001177_t0057_u01787106946506") 2026/08/19 02:38:48 DEBUG : dir1/0010-456789.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f41698ece57b7c5a5_d20260819_m023536_c001_v7007000_t0000_u01787106936294") 2026/08/19 02:38:49 DEBUG : dir1/0010-456789.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f402fe27849a7e65e_d20260819_m023531_c001_v0001177_t0022_u01787106931638") 2026/08/19 02:38:49 DEBUG : dir1/0010-456789.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f40122dc171fab9b5_d20260819_m023526_c001_v7007000_t0000_u01787106926128") 2026/08/19 02:38:49 DEBUG : dir1/0010-456789.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f402fe27849a7e622_d20260819_m023519_c001_v0001177_t0022_u01787106919377") 2026/08/19 02:38:49 DEBUG : dir1/0010-456789.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f40122dc171fab980_d20260819_m023514_c001_v7007000_t0000_u01787106914196") 2026/08/19 02:38:49 DEBUG : dir1/0010-456789.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f402fe27849a7e5ec_d20260819_m023507_c001_v0001177_t0022_u01787106907366") 2026/08/19 02:38:49 DEBUG : dir1/0010-456789.txtSUFFIX: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f404d41a128e78f9c_d20260819_m023610_c001_v7007000_t0000_u01787106970649") 2026/08/19 02:38:49 DEBUG : dir1/0010-456789.txtSUFFIX: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f109fc1a1b044295a_d20260819_m023606_c001_v0001177_t0046_u01787106966670") 2026/08/19 02:38:49 DEBUG : dir1/0011-56789: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4188540825a0f17d_d20260819_m023628_c001_v7007000_t0000_u01787106988462") 2026/08/19 02:38:49 DEBUG : dir1/0011-56789: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f402fe27849a7e774_d20260819_m023623_c001_v0001177_t0022_u01787106983142") 2026/08/19 02:38:49 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f41546a0aeb8eefbf_d20260819_m023751_c001_v7007000_t0000_u01787107071295") 2026/08/19 02:38:49 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f402fe27849a7e88d_d20260819_m023744_c001_v0001177_t0022_u01787107064039") 2026/08/19 02:38:49 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4185093e2c5180d4_d20260819_m023738_c001_v7007000_t0000_u01787107058702") 2026/08/19 02:38:49 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f402fe27849a7e865_d20260819_m023731_c001_v0001177_t0022_u01787107051906") 2026/08/19 02:38:49 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4185093e2c518071_d20260819_m023726_c001_v7007000_t0000_u01787107046654") 2026/08/19 02:38:49 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f402fe27849a7e814_d20260819_m023658_c001_v0001177_t0022_u01787107018708") 2026/08/19 02:38:49 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f421f864f0be093ff_d20260819_m023653_c001_v7007000_t0000_u01787107013472") 2026/08/19 02:38:49 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f402fe27849a7e7d6_d20260819_m023646_c001_v0001177_t0022_u01787107006231") 2026/08/19 02:38:49 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4188540825a0f1fa_d20260819_m023641_c001_v7007000_t0000_u01787107001045") 2026/08/19 02:38:50 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f402fe27849a7e7a0_d20260819_m023633_c001_v0001177_t0022_u01787106993733") 2026/08/19 02:38:50 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f404d41a128e78fbc_d20260819_m023623_c001_v7007000_t0000_u01787106983544") 2026/08/19 02:38:50 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4135c87ff856748f_d20260819_m023619_c001_v0001146_t0031_u01787106979976") 2026/08/19 02:38:50 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4085766728197d1e_d20260819_m023614_c001_v7007000_t0000_u01787106974784") 2026/08/19 02:38:50 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f409fc1a1b044296e_d20260819_m023609_c001_v0001177_t0057_u01787106969960") 2026/08/19 02:38:50 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f417ee6346108cb34_d20260819_m023608_c001_v7007000_t0000_u01787106968406") 2026/08/19 02:38:50 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f410ef3264298e38f_d20260819_m023603_c001_v0001106_t0035_u01787106963390") 2026/08/19 02:38:50 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f42640cede57c0826_d20260819_m023558_c001_v7007000_t0000_u01787106958151") 2026/08/19 02:38:50 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f410ef3264298e35f_d20260819_m023553_c001_v0001106_t0035_u01787106953342") 2026/08/19 02:38:50 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4172710ae487441d_d20260819_m023551_c001_v7007000_t0000_u01787106951545") 2026/08/19 02:38:50 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4135c87ff85673e7_d20260819_m023546_c001_v0001146_t0031_u01787106946692") 2026/08/19 02:38:50 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f417ee6346108ca72_d20260819_m023536_c001_v7007000_t0000_u01787106936623") 2026/08/19 02:38:50 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f410ef3264298e2e3_d20260819_m023531_c001_v0001106_t0035_u01787106931819") 2026/08/19 02:38:50 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f40122dc171fab9b6_d20260819_m023526_c001_v7007000_t0000_u01787106926311") 2026/08/19 02:38:50 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f410ef3264298e2a5_d20260819_m023519_c001_v0001106_t0035_u01787106919563") 2026/08/19 02:38:50 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f40122dc171fab985_d20260819_m023514_c001_v7007000_t0000_u01787106914379") 2026/08/19 02:38:50 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f410ef3264298e25d_d20260819_m023507_c001_v0001106_t0035_u01787106907549") 2026/08/19 02:38:50 DEBUG : dir1/0011-56789;.txtSUFFIX: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f415e3533b4adadf6_d20260819_m023610_c001_v7007000_t0000_u01787106970721") 2026/08/19 02:38:50 DEBUG : dir1/0011-56789;.txtSUFFIX: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f1135c87ff8567449_d20260819_m023606_c001_v0001146_t0043_u01787106966862") 2026/08/19 02:38:50 DEBUG : dir1/0012-6789;: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4188540825a0f185_d20260819_m023628_c001_v7007000_t0000_u01787106988677") 2026/08/19 02:38:50 DEBUG : dir1/0012-6789;: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f409fc1a1b04429b0_d20260819_m023623_c001_v0001177_t0057_u01787106983262") 2026/08/19 02:38:50 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f41546a0aeb8eefc0_d20260819_m023751_c001_v7007000_t0000_u01787107071485") 2026/08/19 02:38:51 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f409fc1a1b0442ace_d20260819_m023744_c001_v0001177_t0057_u01787107064223") 2026/08/19 02:38:51 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4185093e2c5180d5_d20260819_m023738_c001_v7007000_t0000_u01787107058885") 2026/08/19 02:38:51 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f409fc1a1b0442aa4_d20260819_m023732_c001_v0001177_t0057_u01787107052091") 2026/08/19 02:38:51 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4185093e2c518075_d20260819_m023726_c001_v7007000_t0000_u01787107046837") 2026/08/19 02:38:51 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f409fc1a1b0442a38_d20260819_m023658_c001_v0001177_t0057_u01787107018891") 2026/08/19 02:38:51 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f421f864f0be09400_d20260819_m023653_c001_v7007000_t0000_u01787107013655") 2026/08/19 02:38:51 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f409fc1a1b0442a00_d20260819_m023646_c001_v0001177_t0057_u01787107006415") 2026/08/19 02:38:51 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4188540825a0f1fb_d20260819_m023641_c001_v7007000_t0000_u01787107001226") 2026/08/19 02:38:51 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f409fc1a1b04429d6_d20260819_m023633_c001_v0001177_t0057_u01787106993928") 2026/08/19 02:38:51 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f404d41a128e78fbd_d20260819_m023623_c001_v7007000_t0000_u01787106983728") 2026/08/19 02:38:51 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f410ef3264298e3e8_d20260819_m023620_c001_v0001106_t0035_u01787106980161") 2026/08/19 02:38:51 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4085766728197d1f_d20260819_m023614_c001_v7007000_t0000_u01787106974966") 2026/08/19 02:38:51 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f402fe27849a7e72c_d20260819_m023610_c001_v0001177_t0022_u01787106970083") 2026/08/19 02:38:51 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f42640cede57c08c2_d20260819_m023608_c001_v7007000_t0000_u01787106968013") 2026/08/19 02:38:51 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4135c87ff8567433_d20260819_m023603_c001_v0001146_t0031_u01787106963574") 2026/08/19 02:38:51 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f42640cede57c0828_d20260819_m023558_c001_v7007000_t0000_u01787106958331") 2026/08/19 02:38:51 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4135c87ff856740d_d20260819_m023553_c001_v0001146_t0031_u01787106953491") 2026/08/19 02:38:51 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f411617f33aa0819f_d20260819_m023551_c001_v7007000_t0000_u01787106951662") 2026/08/19 02:38:51 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f402fe27849a7e6a8_d20260819_m023546_c001_v0001177_t0022_u01787106946886") 2026/08/19 02:38:52 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4193c9599a7d3383_d20260819_m023536_c001_v7007000_t0000_u01787106936636") 2026/08/19 02:38:52 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4135c87ff8567383_d20260819_m023532_c001_v0001146_t0031_u01787106932004") 2026/08/19 02:38:52 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f40122dc171fab9b7_d20260819_m023526_c001_v7007000_t0000_u01787106926493") 2026/08/19 02:38:52 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4135c87ff8567357_d20260819_m023519_c001_v0001146_t0031_u01787106919748") 2026/08/19 02:38:52 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f40122dc171fab98a_d20260819_m023514_c001_v7007000_t0000_u01787106914562") 2026/08/19 02:38:52 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4135c87ff8567323_d20260819_m023507_c001_v0001146_t0031_u01787106907734") 2026/08/19 02:38:52 DEBUG : dir1/0012-6789;.txtSUFFIX: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f404d41a128e78f9b_d20260819_m023610_c001_v7007000_t0000_u01787106970465") 2026/08/19 02:38:52 DEBUG : dir1/0012-6789;.txtSUFFIX: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f102fe27849a7e71e_d20260819_m023606_c001_v0001177_t0025_u01787106966875") 2026/08/19 02:38:52 DEBUG : dir1/0013-789;=: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4188540825a0f188_d20260819_m023628_c001_v7007000_t0000_u01787106988862") 2026/08/19 02:38:52 DEBUG : dir1/0013-789;=: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4135c87ff85674a9_d20260819_m023623_c001_v0001146_t0031_u01787106983272") 2026/08/19 02:38:52 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f41546a0aeb8eefc1_d20260819_m023751_c001_v7007000_t0000_u01787107071665") 2026/08/19 02:38:52 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4135c87ff85675b9_d20260819_m023744_c001_v0001146_t0031_u01787107064412") 2026/08/19 02:38:52 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4185093e2c5180d6_d20260819_m023739_c001_v7007000_t0000_u01787107059069") 2026/08/19 02:38:52 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4135c87ff8567581_d20260819_m023732_c001_v0001146_t0031_u01787107052274") 2026/08/19 02:38:52 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4185093e2c518077_d20260819_m023727_c001_v7007000_t0000_u01787107047020") 2026/08/19 02:38:52 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4135c87ff8567527_d20260819_m023659_c001_v0001146_t0031_u01787107019076") 2026/08/19 02:38:52 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f421f864f0be09401_d20260819_m023653_c001_v7007000_t0000_u01787107013837") 2026/08/19 02:38:52 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4135c87ff85674f9_d20260819_m023646_c001_v0001146_t0031_u01787107006599") 2026/08/19 02:38:52 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4188540825a0f1fc_d20260819_m023641_c001_v7007000_t0000_u01787107001407") 2026/08/19 02:38:52 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4135c87ff85674d7_d20260819_m023634_c001_v0001146_t0031_u01787106994112") 2026/08/19 02:38:53 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4085766728197d29_d20260819_m023623_c001_v7007000_t0000_u01787106983702") 2026/08/19 02:38:53 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f402fe27849a7e75e_d20260819_m023620_c001_v0001177_t0022_u01787106980346") 2026/08/19 02:38:53 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4085766728197d20_d20260819_m023615_c001_v7007000_t0000_u01787106975147") 2026/08/19 02:38:53 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f410ef3264298e3b4_d20260819_m023610_c001_v0001106_t0035_u01787106970135") 2026/08/19 02:38:53 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f42640cede57c08c5_d20260819_m023608_c001_v7007000_t0000_u01787106968172") 2026/08/19 02:38:53 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f409fc1a1b0442944_d20260819_m023603_c001_v0001177_t0057_u01787106963758") 2026/08/19 02:38:53 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f42640cede57c082a_d20260819_m023558_c001_v7007000_t0000_u01787106958511") 2026/08/19 02:38:53 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f409fc1a1b0442910_d20260819_m023553_c001_v0001177_t0057_u01787106953505") 2026/08/19 02:38:53 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4057acd005a7ff39_d20260819_m023551_c001_v7007000_t0000_u01787106951693") 2026/08/19 02:38:53 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f410ef3264298e333_d20260819_m023547_c001_v0001106_t0035_u01787106947073") 2026/08/19 02:38:53 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4085766728197bda_d20260819_m023536_c001_v7007000_t0000_u01787106936644") 2026/08/19 02:38:53 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f409fc1a1b044287e_d20260819_m023532_c001_v0001177_t0057_u01787106932188") 2026/08/19 02:38:53 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f40122dc171fab9b8_d20260819_m023526_c001_v7007000_t0000_u01787106926676") 2026/08/19 02:38:53 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f409fc1a1b044284e_d20260819_m023519_c001_v0001177_t0057_u01787106919936") 2026/08/19 02:38:53 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f40122dc171fab98e_d20260819_m023514_c001_v7007000_t0000_u01787106914744") 2026/08/19 02:38:53 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f409fc1a1b0442816_d20260819_m023507_c001_v0001177_t0057_u01787106907964") 2026/08/19 02:38:53 DEBUG : dir1/0013-789;=.txtSUFFIX: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f402d0eab12f57e9e_d20260819_m023610_c001_v7007000_t0000_u01787106970746") 2026/08/19 02:38:53 DEBUG : dir1/0013-789;=.txtSUFFIX: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f109fc1a1b044295e_d20260819_m023606_c001_v0001177_t0015_u01787106966888") 2026/08/19 02:38:53 DEBUG : dir1/0014-89;=.: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4188540825a0f18b_d20260819_m023629_c001_v7007000_t0000_u01787106989044") 2026/08/19 02:38:53 DEBUG : dir1/0014-89;=.: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f410ef3264298e3fc_d20260819_m023623_c001_v0001106_t0035_u01787106983281") 2026/08/19 02:38:53 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f41546a0aeb8eefc3_d20260819_m023751_c001_v7007000_t0000_u01787107071846") 2026/08/19 02:38:54 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f410ef3264298e506_d20260819_m023744_c001_v0001106_t0035_u01787107064595") 2026/08/19 02:38:54 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4185093e2c5180d7_d20260819_m023739_c001_v7007000_t0000_u01787107059252") 2026/08/19 02:38:54 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f410ef3264298e4de_d20260819_m023732_c001_v0001106_t0035_u01787107052461") 2026/08/19 02:38:54 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4185093e2c518078_d20260819_m023727_c001_v7007000_t0000_u01787107047204") 2026/08/19 02:38:54 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f410ef3264298e48a_d20260819_m023659_c001_v0001106_t0035_u01787107019262") 2026/08/19 02:38:54 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f421f864f0be09402_d20260819_m023654_c001_v7007000_t0000_u01787107014020") 2026/08/19 02:38:54 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f410ef3264298e450_d20260819_m023646_c001_v0001106_t0035_u01787107006785") 2026/08/19 02:38:54 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4188540825a0f1fe_d20260819_m023641_c001_v7007000_t0000_u01787107001590") 2026/08/19 02:38:54 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f410ef3264298e424_d20260819_m023634_c001_v0001106_t0035_u01787106994296") 2026/08/19 02:38:54 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f41375cdac3319a7b_d20260819_m023623_c001_v7007000_t0000_u01787106983702") 2026/08/19 02:38:54 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f409fc1a1b044299a_d20260819_m023620_c001_v0001177_t0057_u01787106980532") 2026/08/19 02:38:54 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4085766728197d21_d20260819_m023615_c001_v7007000_t0000_u01787106975328") 2026/08/19 02:38:54 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f409fc1a1b0442970_d20260819_m023610_c001_v0001177_t0057_u01787106970270") 2026/08/19 02:38:54 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f404d41a128e78f8a_d20260819_m023608_c001_v7007000_t0000_u01787106968416") 2026/08/19 02:38:54 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f402fe27849a7e710_d20260819_m023603_c001_v0001177_t0022_u01787106963942") 2026/08/19 02:38:54 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f42640cede57c082c_d20260819_m023558_c001_v7007000_t0000_u01787106958690") 2026/08/19 02:38:54 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f402fe27849a7e6dc_d20260819_m023553_c001_v0001177_t0022_u01787106953515") 2026/08/19 02:38:54 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f41009e268ee712e9_d20260819_m023551_c001_v7007000_t0000_u01787106951706") 2026/08/19 02:38:54 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f409fc1a1b04428dc_d20260819_m023547_c001_v0001177_t0057_u01787106947257") 2026/08/19 02:38:54 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4190b163f4427cf1_d20260819_m023536_c001_v7007000_t0000_u01787106936347") 2026/08/19 02:38:54 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f402fe27849a7e664_d20260819_m023532_c001_v0001177_t0022_u01787106932371") 2026/08/19 02:38:54 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f40122dc171fab9b9_d20260819_m023526_c001_v7007000_t0000_u01787106926858") 2026/08/19 02:38:55 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f402fe27849a7e628_d20260819_m023520_c001_v0001177_t0022_u01787106920122") 2026/08/19 02:38:55 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f40122dc171fab98f_d20260819_m023514_c001_v7007000_t0000_u01787106914936") 2026/08/19 02:38:55 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f402fe27849a7e5f2_d20260819_m023508_c001_v0001177_t0022_u01787106908164") 2026/08/19 02:38:55 DEBUG : dir1/0014-89;=.txtSUFFIX: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f404d41a128e78f9f_d20260819_m023610_c001_v7007000_t0000_u01787106970834") 2026/08/19 02:38:55 DEBUG : dir1/0014-89;=.txtSUFFIX: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f110ef3264298e39f_d20260819_m023606_c001_v0001106_t0022_u01787106966938") 2026/08/19 02:38:55 DEBUG : dir1/0015-9;=.t: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4188540825a0f18d_d20260819_m023629_c001_v7007000_t0000_u01787106989226") 2026/08/19 02:38:55 DEBUG : dir1/0015-9;=.t: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f402fe27849a7e776_d20260819_m023623_c001_v0001177_t0022_u01787106983327") 2026/08/19 02:38:55 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f41546a0aeb8eefc5_d20260819_m023752_c001_v7007000_t0000_u01787107072028") 2026/08/19 02:38:55 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f402fe27849a7e891_d20260819_m023744_c001_v0001177_t0022_u01787107064779") 2026/08/19 02:38:55 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4185093e2c5180d8_d20260819_m023739_c001_v7007000_t0000_u01787107059453") 2026/08/19 02:38:55 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f402fe27849a7e867_d20260819_m023732_c001_v0001177_t0022_u01787107052646") 2026/08/19 02:38:55 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4185093e2c518079_d20260819_m023727_c001_v7007000_t0000_u01787107047393") 2026/08/19 02:38:55 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f402fe27849a7e818_d20260819_m023659_c001_v0001177_t0022_u01787107019446") 2026/08/19 02:38:55 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f421f864f0be09403_d20260819_m023654_c001_v7007000_t0000_u01787107014202") 2026/08/19 02:38:55 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f402fe27849a7e7dc_d20260819_m023646_c001_v0001177_t0022_u01787107006971") 2026/08/19 02:38:55 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4188540825a0f1ff_d20260819_m023641_c001_v7007000_t0000_u01787107001772") 2026/08/19 02:38:55 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f402fe27849a7e7a6_d20260819_m023634_c001_v0001177_t0022_u01787106994491") 2026/08/19 02:38:55 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f405774f620574e6c_d20260819_m023623_c001_v7007000_t0000_u01787106983724") 2026/08/19 02:38:55 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4135c87ff8567497_d20260819_m023620_c001_v0001146_t0031_u01787106980717") 2026/08/19 02:38:55 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4085766728197d22_d20260819_m023615_c001_v7007000_t0000_u01787106975508") 2026/08/19 02:38:55 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4135c87ff856745d_d20260819_m023610_c001_v0001146_t0031_u01787106970281") 2026/08/19 02:38:56 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f41698ece57b7c5b7_d20260819_m023608_c001_v7007000_t0000_u01787106968184") 2026/08/19 02:38:56 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f410ef3264298e393_d20260819_m023604_c001_v0001106_t0035_u01787106964128") 2026/08/19 02:38:56 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f42640cede57c082d_d20260819_m023558_c001_v7007000_t0000_u01787106958870") 2026/08/19 02:38:56 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f410ef3264298e361_d20260819_m023553_c001_v0001106_t0035_u01787106953527") 2026/08/19 02:38:56 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f42640cede57c07f3_d20260819_m023551_c001_v7007000_t0000_u01787106951717") 2026/08/19 02:38:56 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4135c87ff85673eb_d20260819_m023547_c001_v0001146_t0031_u01787106947442") 2026/08/19 02:38:56 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4190b163f4427ce7_d20260819_m023535_c001_v7007000_t0000_u01787106935913") 2026/08/19 02:38:56 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f410ef3264298e2e7_d20260819_m023532_c001_v0001106_t0035_u01787106932555") 2026/08/19 02:38:56 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f40122dc171fab9ba_d20260819_m023527_c001_v7007000_t0000_u01787106927039") 2026/08/19 02:38:56 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f410ef3264298e2a9_d20260819_m023520_c001_v0001106_t0035_u01787106920306") 2026/08/19 02:38:56 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f40122dc171fab992_d20260819_m023515_c001_v7007000_t0000_u01787106915119") 2026/08/19 02:38:56 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f410ef3264298e263_d20260819_m023508_c001_v0001106_t0035_u01787106908347") 2026/08/19 02:38:56 DEBUG : dir1/0015-9;=.txtSUFFIX: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f409cb53cbb11296f_d20260819_m023610_c001_v7007000_t0000_u01787106970851") 2026/08/19 02:38:56 DEBUG : dir1/0015-9;=.txtSUFFIX: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f402fe27849a7e720_d20260819_m023607_c001_v0001177_t0022_u01787106967102") 2026/08/19 02:38:56 DEBUG : dir1/MDAwMC1hYmNkZWZnLnR4dA==: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4190b163f4427d19_d20260819_m023539_c001_v7007000_t0000_u01787106939738") 2026/08/19 02:38:56 DEBUG : dir1/MDAwMC1hYmNkZWZnLnR4dA==: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f1135c87ff8567391_d20260819_m023534_c001_v0001146_t0022_u01787106934356") 2026/08/19 02:38:56 DEBUG : dir1/MDAwMS1iY2RlZmdoLnR4dA==: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4190b163f4427d1c_d20260819_m023539_c001_v7007000_t0000_u01787106939918") 2026/08/19 02:38:56 DEBUG : dir1/MDAwMS1iY2RlZmdoLnR4dA==: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f102fe27849a7e66e_d20260819_m023534_c001_v0001177_t0043_u01787106934366") 2026/08/19 02:38:56 DEBUG : dir1/MDAwMi1jZGVmZ2hpLnR4dA==: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4190b163f4427d20_d20260819_m023540_c001_v7007000_t0000_u01787106940098") 2026/08/19 02:38:57 DEBUG : dir1/MDAwMi1jZGVmZ2hpLnR4dA==: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f110ef3264298e2f7_d20260819_m023534_c001_v0001106_t0015_u01787106934375") 2026/08/19 02:38:57 DEBUG : dir1/MDAwMy1kZWZnaGlqLnR4dA==: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4190b163f4427d23_d20260819_m023540_c001_v7007000_t0000_u01787106940278") 2026/08/19 02:38:57 DEBUG : dir1/MDAwMy1kZWZnaGlqLnR4dA==: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f109fc1a1b0442890_d20260819_m023534_c001_v0001177_t0044_u01787106934390") 2026/08/19 02:38:57 DEBUG : dir1/MDAwNC1lZmdoaWprLnR4dA==: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4190b163f4427d25_d20260819_m023540_c001_v7007000_t0000_u01787106940460") 2026/08/19 02:38:57 DEBUG : dir1/MDAwNC1lZmdoaWprLnR4dA==: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f109fc1a1b0442892_d20260819_m023534_c001_v0001177_t0040_u01787106934618") 2026/08/19 02:38:57 DEBUG : dir1/MDAwNS1mZ2hpamtsLnR4dA==: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4190b163f4427d26_d20260819_m023540_c001_v7007000_t0000_u01787106940640") 2026/08/19 02:38:57 DEBUG : dir1/MDAwNS1mZ2hpamtsLnR4dA==: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f102fe27849a7e672_d20260819_m023534_c001_v0001177_t0026_u01787106934653") 2026/08/19 02:38:57 DEBUG : dir1/MDAwNi1naGlqa2xtLnR4dA==: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4190b163f4427d27_d20260819_m023540_c001_v7007000_t0000_u01787106940819") 2026/08/19 02:38:57 DEBUG : dir1/MDAwNi1naGlqa2xtLnR4dA==: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f109fc1a1b0442896_d20260819_m023534_c001_v0001177_t0009_u01787106934903") 2026/08/19 02:38:57 DEBUG : dir1/MDAwNy0xMjM0NTY3LnR4dA==: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4190b163f4427d28_d20260819_m023540_c001_v7007000_t0000_u01787106940999") 2026/08/19 02:38:57 DEBUG : dir1/MDAwNy0xMjM0NTY3LnR4dA==: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f102fe27849a7e676_d20260819_m023534_c001_v0001177_t0007_u01787106934905") 2026/08/19 02:38:57 DEBUG : dir1/MDAwOC0yMzQ1Njc4LnR4dA==: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4190b163f4427d2a_d20260819_m023541_c001_v7007000_t0000_u01787106941179") 2026/08/19 02:38:57 DEBUG : dir1/MDAwOC0yMzQ1Njc4LnR4dA==: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f1135c87ff8567395_d20260819_m023534_c001_v0001146_t0052_u01787106934942") 2026/08/19 02:38:57 DEBUG : dir1/MDAwOS0zNDU2Nzg5LnR4dA==: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4190b163f4427d2c_d20260819_m023541_c001_v7007000_t0000_u01787106941368") 2026/08/19 02:38:57 DEBUG : dir1/MDAwOS0zNDU2Nzg5LnR4dA==: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f110ef3264298e2fb_d20260819_m023534_c001_v0001106_t0022_u01787106934952") 2026/08/19 02:38:57 DEBUG : dir1/MDAxMC00NTY3ODkudHh0: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4190b163f4427d2e_d20260819_m023541_c001_v7007000_t0000_u01787106941548") 2026/08/19 02:38:57 DEBUG : dir1/MDAxMC00NTY3ODkudHh0: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f109fc1a1b0442898_d20260819_m023535_c001_v0001177_t0026_u01787106935117") 2026/08/19 02:38:57 DEBUG : dir1/MDAxMS01Njc4OTsudHh0: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4190b163f4427d2f_d20260819_m023541_c001_v7007000_t0000_u01787106941728") 2026/08/19 02:38:57 DEBUG : dir1/MDAxMS01Njc4OTsudHh0: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f102fe27849a7e678_d20260819_m023535_c001_v0001177_t0019_u01787106935136") 2026/08/19 02:38:57 DEBUG : dir1/MDAxMi02Nzg5Oy50eHQ=: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4190b163f4427d31_d20260819_m023541_c001_v7007000_t0000_u01787106941908") 2026/08/19 02:38:58 DEBUG : dir1/MDAxMi02Nzg5Oy50eHQ=: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f109fc1a1b044289a_d20260819_m023535_c001_v0001177_t0025_u01787106935333") 2026/08/19 02:38:58 DEBUG : dir1/MDAxMy03ODk7PS50eHQ=: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4190b163f4427d33_d20260819_m023542_c001_v7007000_t0000_u01787106942088") 2026/08/19 02:38:58 DEBUG : dir1/MDAxMy03ODk7PS50eHQ=: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f102fe27849a7e67a_d20260819_m023535_c001_v0001177_t0029_u01787106935366") 2026/08/19 02:38:58 DEBUG : dir1/MDAxNC04OTs9LnR4dA==: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4190b163f4427d35_d20260819_m023542_c001_v7007000_t0000_u01787106942280") 2026/08/19 02:38:58 DEBUG : dir1/MDAxNC04OTs9LnR4dA==: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f1135c87ff8567399_d20260819_m023535_c001_v0001146_t0046_u01787106935424") 2026/08/19 02:38:58 DEBUG : dir1/MDAxNS05Oz0udHh0: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4190b163f4427d37_d20260819_m023542_c001_v7007000_t0000_u01787106942460") 2026/08/19 02:38:58 DEBUG : dir1/MDAxNS05Oz0udHh0: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f409fc1a1b044289e_d20260819_m023535_c001_v0001177_t0057_u01787106935547") 2026/08/19 02:38:58 DEBUG : dir1/PREFIX0000-abcdefg.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4231a11fe19b9850_d20260819_m023554_c001_v7007000_t0000_u01787106954094") 2026/08/19 02:38:58 DEBUG : dir1/PREFIX0000-abcdefg.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f110ef3264298e345_d20260819_m023549_c001_v0001106_t0024_u01787106949741") 2026/08/19 02:38:58 DEBUG : dir1/PREFIX0001-bcdefgh.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f417ee6346108caad_d20260819_m023553_c001_v7007000_t0000_u01787106953975") 2026/08/19 02:38:58 DEBUG : dir1/PREFIX0001-bcdefgh.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f102fe27849a7e6ba_d20260819_m023549_c001_v0001177_t0049_u01787106949730") 2026/08/19 02:38:58 DEBUG : dir1/PREFIX0002-cdefghi.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f42640cede57c07fe_d20260819_m023553_c001_v7007000_t0000_u01787106953751") 2026/08/19 02:38:58 DEBUG : dir1/PREFIX0002-cdefghi.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f1135c87ff85673f9_d20260819_m023549_c001_v0001146_t0030_u01787106949751") 2026/08/19 02:38:58 DEBUG : dir1/PREFIX0003-defghij.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4172710ae4874421_d20260819_m023554_c001_v7007000_t0000_u01787106954104") 2026/08/19 02:38:58 DEBUG : dir1/PREFIX0003-defghij.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f109fc1a1b04428f4_d20260819_m023549_c001_v0001177_t0056_u01787106949808") 2026/08/19 02:38:58 DEBUG : dir1/PREFIX0004-efghijk.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f42640cede57c0802_d20260819_m023554_c001_v7007000_t0000_u01787106954115") 2026/08/19 02:38:58 DEBUG : dir1/PREFIX0004-efghijk.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f102fe27849a7e6bc_d20260819_m023549_c001_v0001177_t0010_u01787106949965") 2026/08/19 02:38:58 DEBUG : dir1/PREFIX0005-fghijkl.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f41009e268ee712eb_d20260819_m023553_c001_v7007000_t0000_u01787106953762") 2026/08/19 02:38:58 DEBUG : dir1/PREFIX0005-fghijkl.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f109fc1a1b04428f8_d20260819_m023550_c001_v0001177_t0034_u01787106950040") 2026/08/19 02:38:58 DEBUG : dir1/PREFIX0006-ghijklm.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4172710ae4874420_d20260819_m023553_c001_v7007000_t0000_u01787106953923") 2026/08/19 02:38:59 DEBUG : dir1/PREFIX0006-ghijklm.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f102fe27849a7e6be_d20260819_m023550_c001_v0001177_t0014_u01787106950209") 2026/08/19 02:38:59 DEBUG : dir1/PREFIX0007-1234567.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f42640cede57c07ff_d20260819_m023553_c001_v7007000_t0000_u01787106953934") 2026/08/19 02:38:59 DEBUG : dir1/PREFIX0007-1234567.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f109fc1a1b04428fc_d20260819_m023550_c001_v0001177_t0010_u01787106950348") 2026/08/19 02:38:59 DEBUG : dir1/PREFIX0008-2345678.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4057acd005a7ff3a_d20260819_m023553_c001_v7007000_t0000_u01787106953772") 2026/08/19 02:38:59 DEBUG : dir1/PREFIX0008-2345678.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f1135c87ff85673fd_d20260819_m023550_c001_v0001146_t0049_u01787106950298") 2026/08/19 02:38:59 DEBUG : dir1/PREFIX0009-3456789.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f415e3533b4adaddf_d20260819_m023553_c001_v7007000_t0000_u01787106953710") 2026/08/19 02:38:59 DEBUG : dir1/PREFIX0009-3456789.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f102fe27849a7e6c0_d20260819_m023550_c001_v0001177_t0028_u01787106950427") 2026/08/19 02:38:59 DEBUG : dir1/PREFIX0010-456789.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f411617f33aa081a9_d20260819_m023553_c001_v7007000_t0000_u01787106953979") 2026/08/19 02:38:59 DEBUG : dir1/PREFIX0010-456789.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f110ef3264298e349_d20260819_m023550_c001_v0001106_t0041_u01787106950486") 2026/08/19 02:38:59 DEBUG : dir1/PREFIX0011-56789;.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f417ee6346108caac_d20260819_m023553_c001_v7007000_t0000_u01787106953783") 2026/08/19 02:38:59 DEBUG : dir1/PREFIX0011-56789;.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f109fc1a1b04428fe_d20260819_m023550_c001_v0001177_t0049_u01787106950582") 2026/08/19 02:38:59 DEBUG : dir1/PREFIX0012-6789;.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f411617f33aa081a7_d20260819_m023553_c001_v7007000_t0000_u01787106953721") 2026/08/19 02:38:59 DEBUG : dir1/PREFIX0012-6789;.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f102fe27849a7e6c2_d20260819_m023550_c001_v0001177_t0023_u01787106950691") 2026/08/19 02:38:59 DEBUG : dir1/PREFIX0013-789;=.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4231a11fe19b984d_d20260819_m023553_c001_v7007000_t0000_u01787106953731") 2026/08/19 02:38:59 DEBUG : dir1/PREFIX0013-789;=.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f1135c87ff85673ff_d20260819_m023550_c001_v0001146_t0055_u01787106950739") 2026/08/19 02:38:59 DEBUG : dir1/PREFIX0014-89;=.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f415e3533b4adade1_d20260819_m023554_c001_v7007000_t0000_u01787106954075") 2026/08/19 02:38:59 DEBUG : dir1/PREFIX0014-89;=.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f109fc1a1b0442900_d20260819_m023550_c001_v0001177_t0049_u01787106950799") 2026/08/19 02:38:59 DEBUG : dir1/PREFIX0015-9;=.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f415e3533b4adade0_d20260819_m023553_c001_v7007000_t0000_u01787106953892") 2026/08/19 02:38:59 DEBUG : dir1/PREFIX0015-9;=.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f402fe27849a7e6c8_d20260819_m023550_c001_v0001177_t0022_u01787106950923") 2026/08/19 02:38:59 DEBUG : dst/one: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f407d372a7cd5d174_d20260819_m023410_c001_v7007000_t0000_u01787106850594") 2026/08/19 02:38:59 DEBUG : dst/one: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f400df56dc35866a7_d20260819_m023408_c001_v0001185_t0030_u01787106848887") 2026/08/19 02:38:59 DEBUG : dst/one: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f403f7d67a8625873_d20260819_m023408_c001_v7007000_t0000_u01787106848703") 2026/08/19 02:39:00 DEBUG : dst/one: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f400df56dc358669d_d20260819_m023406_c001_v0001185_t0030_u01787106846462") 2026/08/19 02:39:00 DEBUG : dst/one: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f403f7d67a8625862_d20260819_m023405_c001_v7007000_t0000_u01787106845728") 2026/08/19 02:39:00 DEBUG : dst/one: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f402fe27849a7e3df_d20260819_m023401_c001_v0001177_t0022_u01787106841835") 2026/08/19 02:39:00 DEBUG : dst/one: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f407d372a7cd5d15e_d20260819_m023400_c001_v7007000_t0000_u01787106840301") 2026/08/19 02:39:00 DEBUG : dst/one: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f411641932e71f4f1_d20260819_m023358_c001_v0001165_t0047_u01787106838543") 2026/08/19 02:39:00 DEBUG : dst/one: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f41375cdac33193d6_d20260819_m023358_c001_v7007000_t0000_u01787106838358") 2026/08/19 02:39:00 DEBUG : dst/one: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f411641932e71f4e3_d20260819_m023355_c001_v0001165_t0047_u01787106835968") 2026/08/19 02:39:00 DEBUG : dst/one: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f41375cdac33193cb_d20260819_m023355_c001_v7007000_t0000_u01787106835233") 2026/08/19 02:39:00 DEBUG : dst/one: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f410ef3264298e0ff_d20260819_m023351_c001_v0001106_t0035_u01787106831712") 2026/08/19 02:39:00 DEBUG : dst/one: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f407d372a7cd5ccdc_d20260819_m023350_c001_v7007000_t0000_u01787106830281") 2026/08/19 02:39:00 DEBUG : dst/one: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4098ce3510b87c01_d20260819_m023349_c001_v0001092_t0000_u01787106829154") 2026/08/19 02:39:00 DEBUG : dst/one: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f402d0eab12f57321_d20260819_m023348_c001_v7007000_t0000_u01787106828969") 2026/08/19 02:39:00 DEBUG : dst/one: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4098ce3510b87bfd_d20260819_m023346_c001_v0001092_t0000_u01787106826985") 2026/08/19 02:39:00 DEBUG : dst/one: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f402d0eab12f572fc_d20260819_m023346_c001_v7007000_t0000_u01787106826253") 2026/08/19 02:39:00 DEBUG : dst/one: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f410ef3264298e0d7_d20260819_m023343_c001_v0001106_t0035_u01787106823272") 2026/08/19 02:39:00 DEBUG : dst/one: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f407d372a7cd5ccbe_d20260819_m023342_c001_v7007000_t0000_u01787106822357") 2026/08/19 02:39:00 DEBUG : dst/one: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f407675a726b39904_d20260819_m023340_c001_v0001113_t0029_u01787106820869") 2026/08/19 02:39:00 DEBUG : dst/one: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f417ee6346108c4c1_d20260819_m023340_c001_v7007000_t0000_u01787106820687") 2026/08/19 02:39:00 DEBUG : dst/one: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f407675a726b398f6_d20260819_m023337_c001_v0001113_t0029_u01787106817931") 2026/08/19 02:39:00 DEBUG : dst/one: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f417ee6346108c4be_d20260819_m023337_c001_v7007000_t0000_u01787106817204") 2026/08/19 02:39:00 DEBUG : dst/one: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f410ef3264298e09b_d20260819_m023331_c001_v0001106_t0035_u01787106811882") 2026/08/19 02:39:01 DEBUG : dst/one: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f409094db63b856e0_d20260819_m023330_c001_v7007000_t0000_u01787106810952") 2026/08/19 02:39:01 DEBUG : dst/one: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4084e0474e155aa0_d20260819_m023329_c001_v0001044_t0038_u01787106809348") 2026/08/19 02:39:01 DEBUG : dst/one: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f41009e268ee70d85_d20260819_m023329_c001_v7007000_t0000_u01787106809162") 2026/08/19 02:39:01 DEBUG : dst/one: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4084e0474e155a98_d20260819_m023326_c001_v0001044_t0038_u01787106806427") 2026/08/19 02:39:01 DEBUG : dst/one: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f41009e268ee70d58_d20260819_m023325_c001_v7007000_t0000_u01787106805694") 2026/08/19 02:39:01 DEBUG : dst/one: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f410ef3264298e077_d20260819_m023320_c001_v0001106_t0035_u01787106800551") 2026/08/19 02:39:01 DEBUG : dst/one: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f407d372a7cd5c808_d20260819_m023319_c001_v7007000_t0000_u01787106799645") 2026/08/19 02:39:01 DEBUG : dst/one: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4078bb66d640ca4c_d20260819_m023318_c001_v0001038_t0037_u01787106798177") 2026/08/19 02:39:01 DEBUG : dst/one: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f421f864f0be08e4e_d20260819_m023317_c001_v7007000_t0000_u01787106797994") 2026/08/19 02:39:01 DEBUG : dst/one: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4078bb66d640ca44_d20260819_m023315_c001_v0001038_t0037_u01787106795400") 2026/08/19 02:39:01 DEBUG : dst/one: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f421f864f0be08e2e_d20260819_m023314_c001_v7007000_t0000_u01787106794636") 2026/08/19 02:39:01 DEBUG : dst/one: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f410ef3264298e03d_d20260819_m023309_c001_v0001106_t0035_u01787106789335") 2026/08/19 02:39:01 DEBUG : dst/one: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4004132ab52c7612_d20260819_m023308_c001_v7007000_t0000_u01787106788242") 2026/08/19 02:39:01 DEBUG : dst/one: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f416e91e188ac085b_d20260819_m023303_c001_v0001097_t0047_u01787106783278") 2026/08/19 02:39:01 DEBUG : dst/one: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f407d372a7cd5c7a2_d20260819_m023303_c001_v7007000_t0000_u01787106783073") 2026/08/19 02:39:01 DEBUG : dst/one: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f410ef3264298e01b_d20260819_m023259_c001_v0001106_t0035_u01787106779169") 2026/08/19 02:39:01 DEBUG : dst/one: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4130ddb8fc482fa6_d20260819_m023258_c001_v0001033_t0056_u01787106778441") 2026/08/19 02:39:01 DEBUG : dst/one: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4130ddb8fc482fa2_d20260819_m023257_c001_v0001033_t0056_u01787106777514") 2026/08/19 02:39:01 DEBUG : dst/one: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f403f7d67a8625568_d20260819_m023244_c001_v7007000_t0000_u01787106764609") 2026/08/19 02:39:01 DEBUG : dst/one: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f402fe27849a7e1f1_d20260819_m023238_c001_v0001177_t0022_u01787106758450") 2026/08/19 02:39:02 DEBUG : dst/one: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f411ae862c586874e_d20260819_m023237_c001_v0001178_t0027_u01787106757721") 2026/08/19 02:39:02 DEBUG : dst/one: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f411ae862c5868740_d20260819_m023236_c001_v0001178_t0027_u01787106756789") 2026/08/19 02:39:02 DEBUG : dst/one-2019-01-01: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f407d372a7cd5d175_d20260819_m023410_c001_v7007000_t0000_u01787106850779") 2026/08/19 02:39:02 DEBUG : dst/one-2019-01-01: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4012e2fb604dfe6c_d20260819_m023408_c001_v0001106_t0052_u01787106848519") 2026/08/19 02:39:02 DEBUG : dst/one-2019-01-01: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f419eea33fbdd1079_d20260819_m023405_c001_v0001146_t0028_u01787106845538") 2026/08/19 02:39:02 DEBUG : dst/one.bak: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f407d372a7cd5d160_d20260819_m023400_c001_v7007000_t0000_u01787106840489") 2026/08/19 02:39:02 DEBUG : dst/one.bak: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f405d5321fbfa9a88_d20260819_m023358_c001_v0001131_t0000_u01787106838123") 2026/08/19 02:39:02 DEBUG : dst/one.bak: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f404b08f0f144be12_d20260819_m023355_c001_v0001043_t0003_u01787106835047") 2026/08/19 02:39:02 DEBUG : dst/one.bak: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f407d372a7cd5cce0_d20260819_m023350_c001_v7007000_t0000_u01787106830464") 2026/08/19 02:39:02 DEBUG : dst/one.bak: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f410cdae2e9aafde9_d20260819_m023348_c001_v0001173_t0026_u01787106828779") 2026/08/19 02:39:02 DEBUG : dst/one.bak: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f419dde4abe39ca33_d20260819_m023346_c001_v0001136_t0034_u01787106826066") 2026/08/19 02:39:02 DEBUG : dst/three: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4004132ab52c7614_d20260819_m023308_c001_v7007000_t0000_u01787106788422") 2026/08/19 02:39:02 DEBUG : dst/three: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4130ddb8fc482fc2_d20260819_m023306_c001_v0001033_t0056_u01787106786957") 2026/08/19 02:39:02 DEBUG : dst/three-2019-01-01.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f407d372a7cd5d176_d20260819_m023411_c001_v7007000_t0000_u01787106851050") 2026/08/19 02:39:02 DEBUG : dst/three-2019-01-01.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f406afeb9c5b69dc8_d20260819_m023409_c001_v0001167_t0034_u01787106849649") 2026/08/19 02:39:02 DEBUG : dst/three-2019-01-01.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f403795eebe711b09_d20260819_m023407_c001_v0001174_t0018_u01787106847198") 2026/08/19 02:39:02 DEBUG : dst/three.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f407d372a7cd5d177_d20260819_m023411_c001_v7007000_t0000_u01787106851235") 2026/08/19 02:39:02 DEBUG : dst/three.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f400df56dc35866b5_d20260819_m023410_c001_v0001185_t0030_u01787106850022") 2026/08/19 02:39:02 DEBUG : dst/three.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f403f7d67a8625878_d20260819_m023409_c001_v7007000_t0000_u01787106849837") 2026/08/19 02:39:02 DEBUG : dst/three.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f400df56dc358669f_d20260819_m023407_c001_v0001185_t0030_u01787106847567") 2026/08/19 02:39:02 DEBUG : dst/three.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f403f7d67a862586b_d20260819_m023407_c001_v7007000_t0000_u01787106847383") 2026/08/19 02:39:02 DEBUG : dst/three.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f402fe27849a7e3eb_d20260819_m023402_c001_v0001177_t0022_u01787106842612") 2026/08/19 02:39:03 DEBUG : dst/three.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f407d372a7cd5d161_d20260819_m023400_c001_v7007000_t0000_u01787106840717") 2026/08/19 02:39:03 DEBUG : dst/three.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f411641932e71f4f3_d20260819_m023359_c001_v0001165_t0047_u01787106839725") 2026/08/19 02:39:03 DEBUG : dst/three.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f41375cdac33193e1_d20260819_m023359_c001_v7007000_t0000_u01787106839541") 2026/08/19 02:39:03 DEBUG : dst/three.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f411641932e71f4e9_d20260819_m023357_c001_v0001165_t0047_u01787106837089") 2026/08/19 02:39:03 DEBUG : dst/three.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f41375cdac33193d1_d20260819_m023356_c001_v7007000_t0000_u01787106836905") 2026/08/19 02:39:03 DEBUG : dst/three.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f410ef3264298e101_d20260819_m023352_c001_v0001106_t0035_u01787106832085") 2026/08/19 02:39:03 DEBUG : dst/three.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f402d0eab12f57331_d20260819_m023349_c001_v7007000_t0000_u01787106829723") 2026/08/19 02:39:03 DEBUG : dst/three.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f402fe27849a7e35d_d20260819_m023347_c001_v0001177_t0022_u01787106827952") 2026/08/19 02:39:03 DEBUG : dst/three.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f402d0eab12f5730f_d20260819_m023347_c001_v7007000_t0000_u01787106827583") 2026/08/19 02:39:03 DEBUG : dst/three.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f410ef3264298e0db_d20260819_m023343_c001_v0001106_t0035_u01787106823639") 2026/08/19 02:39:03 DEBUG : dst/three.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f417ee6346108c4c2_d20260819_m023341_c001_v7007000_t0000_u01787106821434") 2026/08/19 02:39:03 DEBUG : dst/three.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f402fe27849a7e313_d20260819_m023339_c001_v0001177_t0022_u01787106819702") 2026/08/19 02:39:03 DEBUG : dst/three.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f417ee6346108c4bf_d20260819_m023338_c001_v7007000_t0000_u01787106818600") 2026/08/19 02:39:03 DEBUG : dst/three.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f410ef3264298e09d_d20260819_m023332_c001_v0001106_t0035_u01787106812265") 2026/08/19 02:39:03 DEBUG : dst/three.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f41009e268ee70d96_d20260819_m023329_c001_v7007000_t0000_u01787106809936") 2026/08/19 02:39:03 DEBUG : dst/three.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f402fe27849a7e2cd_d20260819_m023328_c001_v0001177_t0022_u01787106808089") 2026/08/19 02:39:03 DEBUG : dst/three.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f41009e268ee70d66_d20260819_m023326_c001_v7007000_t0000_u01787106806990") 2026/08/19 02:39:03 DEBUG : dst/three.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f410ef3264298e079_d20260819_m023320_c001_v0001106_t0035_u01787106800917") 2026/08/19 02:39:04 DEBUG : dst/three.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f421f864f0be08e4f_d20260819_m023318_c001_v7007000_t0000_u01787106798736") 2026/08/19 02:39:04 DEBUG : dst/three.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f402fe27849a7e287_d20260819_m023317_c001_v0001177_t0022_u01787106797061") 2026/08/19 02:39:04 DEBUG : dst/three.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f421f864f0be08e4a_d20260819_m023315_c001_v7007000_t0000_u01787106795963") 2026/08/19 02:39:04 DEBUG : dst/three.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f410ef3264298e03f_d20260819_m023309_c001_v0001106_t0035_u01787106789733") 2026/08/19 02:39:04 DEBUG : dst/three.txt.bak: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f407d372a7cd5d162_d20260819_m023400_c001_v7007000_t0000_u01787106840919") 2026/08/19 02:39:04 DEBUG : dst/three.txt.bak: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f415f04398cb1da67_d20260819_m023359_c001_v0001029_t0025_u01787106839322") 2026/08/19 02:39:04 DEBUG : dst/three.txt.bak: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f40550e3c57919d80_d20260819_m023356_c001_v0001161_t0015_u01787106836711") 2026/08/19 02:39:04 DEBUG : dst/three.txt.bak: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f407d372a7cd5cce4_d20260819_m023350_c001_v7007000_t0000_u01787106830647") 2026/08/19 02:39:04 DEBUG : dst/three.txt.bak: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4012954dec1c5d20_d20260819_m023349_c001_v0001042_t0028_u01787106829535") 2026/08/19 02:39:04 DEBUG : dst/three.txt.bak: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4005de7956130781_d20260819_m023347_c001_v0001116_t0038_u01787106827378") 2026/08/19 02:39:04 DEBUG : dst/two: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f407d372a7cd5d178_d20260819_m023411_c001_v7007000_t0000_u01787106851419") 2026/08/19 02:39:04 DEBUG : dst/two: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f410ef3264298e11f_d20260819_m023402_c001_v0001106_t0035_u01787106842430") 2026/08/19 02:39:04 DEBUG : dst/two: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f407d372a7cd5d163_d20260819_m023401_c001_v7007000_t0000_u01787106841103") 2026/08/19 02:39:04 DEBUG : dst/two: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f402fe27849a7e371_d20260819_m023351_c001_v0001177_t0022_u01787106831901") 2026/08/19 02:39:04 DEBUG : dst/two: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f407d372a7cd5cce7_d20260819_m023350_c001_v7007000_t0000_u01787106830832") 2026/08/19 02:39:04 DEBUG : dst/two: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f402fe27849a7e337_d20260819_m023343_c001_v0001177_t0022_u01787106823457") 2026/08/19 02:39:04 DEBUG : dst/two: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f407d372a7cd5ccbf_d20260819_m023342_c001_v7007000_t0000_u01787106822540") 2026/08/19 02:39:04 DEBUG : dst/two: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f402fe27849a7e2dd_d20260819_m023332_c001_v0001177_t0022_u01787106812066") 2026/08/19 02:39:04 DEBUG : dst/two: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f409094db63b856e1_d20260819_m023331_c001_v7007000_t0000_u01787106811136") 2026/08/19 02:39:04 DEBUG : dst/two: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f402fe27849a7e297_d20260819_m023320_c001_v0001177_t0022_u01787106800735") 2026/08/19 02:39:05 DEBUG : dst/two: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f407d372a7cd5c80a_d20260819_m023319_c001_v7007000_t0000_u01787106799826") 2026/08/19 02:39:05 DEBUG : dst/two: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f402fe27849a7e26b_d20260819_m023309_c001_v0001177_t0022_u01787106789547") 2026/08/19 02:39:05 DEBUG : dst/two: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4004132ab52c7616_d20260819_m023308_c001_v7007000_t0000_u01787106788602") 2026/08/19 02:39:05 DEBUG : dst/two: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f401f2a502787a2ed_d20260819_m023304_c001_v0001115_t0048_u01787106784479") 2026/08/19 02:39:05 DEBUG : dst/two: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f403f7d67a8625569_d20260819_m023244_c001_v7007000_t0000_u01787106764795") 2026/08/19 02:39:05 DEBUG : dst/two: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f411ae862c5868774_d20260819_m023243_c001_v0001178_t0027_u01787106763689") 2026/08/19 02:39:05 DEBUG : empty space: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f421f864f0be08da2_d20260819_m023209_c001_v7007000_t0000_u01787106729460") 2026/08/19 02:39:05 DEBUG : empty space: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f402fe27849a7e191_d20260819_m023205_c001_v0001177_t0022_u01787106725179") 2026/08/19 02:39:05 DEBUG : empty space: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f421f864f0be08d95_d20260819_m023202_c001_v7007000_t0000_u01787106722376") 2026/08/19 02:39:05 DEBUG : empty space: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f410ef3264298df37_d20260819_m023152_c001_v0001106_t0035_u01787106712562") 2026/08/19 02:39:05 DEBUG : empty space: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4188540825a0e031_d20260819_m023144_c001_v7007000_t0000_u01787106704167") 2026/08/19 02:39:05 DEBUG : empty space: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f402fe27849a7e149_d20260819_m023140_c001_v0001177_t0022_u01787106700824") 2026/08/19 02:39:05 DEBUG : empty space: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4057acd005a7f74a_d20260819_m023122_c001_v7007000_t0000_u01787106682802") 2026/08/19 02:39:05 DEBUG : empty space: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f402fe27849a7e0e1_d20260819_m023120_c001_v0001177_t0022_u01787106680987") 2026/08/19 02:39:05 DEBUG : empty space: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4057acd005a7f745_d20260819_m023120_c001_v7007000_t0000_u01787106680113") 2026/08/19 02:39:05 DEBUG : empty space: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f402fe27849a7e0db_d20260819_m023119_c001_v0001177_t0022_u01787106679002") 2026/08/19 02:39:05 DEBUG : empty space: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4057acd005a7f738_d20260819_m023116_c001_v7007000_t0000_u01787106676576") 2026/08/19 02:39:05 DEBUG : empty space: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f402fe27849a7e0b9_d20260819_m023114_c001_v0001177_t0022_u01787106674843") 2026/08/19 02:39:06 DEBUG : empty space: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4057acd005a7f727_d20260819_m023114_c001_v7007000_t0000_u01787106674108") 2026/08/19 02:39:06 DEBUG : empty space: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f402fe27849a7e0a7_d20260819_m023112_c001_v0001177_t0022_u01787106672945") 2026/08/19 02:39:06 DEBUG : empty space: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4227bf6ed894d7d7_d20260819_m023107_c001_v7007000_t0000_u01787106667744") 2026/08/19 02:39:06 DEBUG : empty space: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f402fe27849a7e07b_d20260819_m023106_c001_v0001177_t0022_u01787106666334") 2026/08/19 02:39:06 DEBUG : empty space: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4227bf6ed894d7b5_d20260819_m023105_c001_v7007000_t0000_u01787106665596") 2026/08/19 02:39:06 DEBUG : empty space: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f402fe27849a7e06b_d20260819_m023104_c001_v0001177_t0022_u01787106664779") 2026/08/19 02:39:06 DEBUG : empty space: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4227bf6ed894d7a9_d20260819_m023100_c001_v7007000_t0000_u01787106660983") 2026/08/19 02:39:06 DEBUG : empty space: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f402fe27849a7e045_d20260819_m023059_c001_v0001177_t0022_u01787106659816") 2026/08/19 02:39:06 DEBUG : empty space: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4057acd005a7f6f3_d20260819_m023057_c001_v7007000_t0000_u01787106657912") 2026/08/19 02:39:06 DEBUG : empty space: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f402fe27849a7e033_d20260819_m023057_c001_v0001177_t0022_u01787106657000") 2026/08/19 02:39:06 DEBUG : empty space: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4057acd005a7f6f2_d20260819_m023056_c001_v7007000_t0000_u01787106656636") 2026/08/19 02:39:06 DEBUG : empty space: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f403d927de606a168_d20260819_m023056_c001_v0001150_t0037_u01787106656011") 2026/08/19 02:39:06 DEBUG : empty space: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f402fe27849a7e01d_d20260819_m023054_c001_v0001177_t0022_u01787106654454") 2026/08/19 02:39:06 DEBUG : enormous: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4057acd005a7f747_d20260819_m023121_c001_v7007000_t0000_u01787106681777") 2026/08/19 02:39:06 DEBUG : enormous: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f102fe27849a7e0e3_d20260819_m023121_c001_v0001177_t0025_u01787106681174") 2026/08/19 02:39:06 DEBUG : existing: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f407d372a7cd5d17f_d20260819_m023415_c001_v7007000_t0000_u01787106855612") 2026/08/19 02:39:06 DEBUG : existing: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f410ef3264298e149_d20260819_m023414_c001_v0001106_t0035_u01787106854395") 2026/08/19 02:39:06 DEBUG : existing: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4188540825a0e02b_d20260819_m023139_c001_v7007000_t0000_u01787106699014") 2026/08/19 02:39:06 DEBUG : existing: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f402fe27849a7e13f_d20260819_m023138_c001_v0001177_t0022_u01787106698095") 2026/08/19 02:39:06 DEBUG : existing: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4057acd005a7f6e1_d20260819_m023051_c001_v7007000_t0000_u01787106651894") 2026/08/19 02:39:06 DEBUG : existing: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f402fe27849a7e005_d20260819_m023050_c001_v0001177_t0022_u01787106650908") 2026/08/19 02:39:07 DEBUG : existing: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4057acd005a7f6df_d20260819_m023050_c001_v7007000_t0000_u01787106650363") 2026/08/19 02:39:07 DEBUG : existing: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f402fe27849a7e001_d20260819_m023049_c001_v0001177_t0022_u01787106649816") 2026/08/19 02:39:07 DEBUG : existing: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f402fe27849a7dffd_d20260819_m023049_c001_v0001177_t0022_u01787106649081") 2026/08/19 02:39:07 DEBUG : existing-b: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4188540825a0e02c_d20260819_m023139_c001_v7007000_t0000_u01787106699197") 2026/08/19 02:39:07 DEBUG : existing-b: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f410ef3264298df09_d20260819_m023138_c001_v0001106_t0035_u01787106698083") 2026/08/19 02:39:07 DEBUG : file1: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f40122dc171fab888_d20260819_m023456_c001_v7007000_t0000_u01787106896822") 2026/08/19 02:39:07 DEBUG : file1: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f410ef3264298e237_d20260819_m023455_c001_v0001106_t0035_u01787106895648") 2026/08/19 02:39:07 DEBUG : file1: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f40122dc171fab85b_d20260819_m023454_c001_v7007000_t0000_u01787106894274") 2026/08/19 02:39:07 DEBUG : file1: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f409fc1a1b04427d1_d20260819_m023452_c001_v0001177_t0057_u01787106892947") 2026/08/19 02:39:07 DEBUG : five: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4057acd005a7f74d_d20260819_m023126_c001_v7007000_t0000_u01787106686168") 2026/08/19 02:39:07 DEBUG : five: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f402fe27849a7e0f9_d20260819_m023124_c001_v0001177_t0022_u01787106684290") 2026/08/19 02:39:07 DEBUG : foo: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4227bf6ed894d7a8_d20260819_m023059_c001_v7007000_t0000_u01787106659450") 2026/08/19 02:39:07 DEBUG : foo: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f402fe27849a7e03d_d20260819_m023058_c001_v0001177_t0022_u01787106658829") 2026/08/19 02:39:07 DEBUG : foo: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f402fe27849a7e039_d20260819_m023058_c001_v0001177_t0022_u01787106658277") 2026/08/19 02:39:07 DEBUG : four: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4057acd005a7f74e_d20260819_m023126_c001_v7007000_t0000_u01787106686351") 2026/08/19 02:39:07 DEBUG : four: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f40120158e21946db_d20260819_m023124_c001_v0001183_t0022_u01787106684842") 2026/08/19 02:39:07 DEBUG : four: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f402fe27849a7e0f3_d20260819_m023123_c001_v0001177_t0022_u01787106683739") 2026/08/19 02:39:07 DEBUG : hello world2: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f417ee6346108c22a_d20260819_m023010_c001_v7007000_t0000_u01787106610922") 2026/08/19 02:39:07 DEBUG : hello world2: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f402fe27849a7df55_d20260819_m023010_c001_v0001177_t0022_u01787106610377") 2026/08/19 02:39:07 DEBUG : ignore-size: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4057acd005a7f6dc_d20260819_m023048_c001_v7007000_t0000_u01787106648706") 2026/08/19 02:39:07 DEBUG : ignore-size: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f402fe27849a7dff1_d20260819_m023047_c001_v0001177_t0022_u01787106647767") 2026/08/19 02:39:08 DEBUG : nested/sub dir/file: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4188540825a0e023_d20260819_m023137_c001_v7007000_t0000_u01787106697355") 2026/08/19 02:39:08 DEBUG : nested/sub dir/file: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f402fe27849a7e13b_d20260819_m023136_c001_v0001177_t0022_u01787106696807") 2026/08/19 02:39:08 DEBUG : nested/sub dir/file: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4057acd005a7f773_d20260819_m023136_c001_v7007000_t0000_u01787106696003") 2026/08/19 02:39:08 DEBUG : nested/sub dir/file: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f410ef3264298defd_d20260819_m023135_c001_v0001106_t0035_u01787106695310") 2026/08/19 02:39:08 DEBUG : one: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4057acd005a7f74f_d20260819_m023126_c001_v7007000_t0000_u01787106686616") 2026/08/19 02:39:08 DEBUG : one: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f402fe27849a7e0ed_d20260819_m023123_c001_v0001177_t0022_u01787106683177") 2026/08/19 02:39:08 DEBUG : only0: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4057acd005a7fd65_d20260819_m023448_c001_v7007000_t0000_u01787106888352") 2026/08/19 02:39:08 DEBUG : only0: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4135c87ff85672bd_d20260819_m023443_c001_v0001146_t0031_u01787106883589") 2026/08/19 02:39:08 DEBUG : only0: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f402fe27849a7e512_d20260819_m023434_c001_v0001177_t0022_u01787106874257") 2026/08/19 02:39:08 DEBUG : only0: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4004132ab52c7dcb_d20260819_m023427_c001_v7007000_t0000_u01787106867937") 2026/08/19 02:39:08 DEBUG : only0: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f402fe27849a7e49b_d20260819_m023419_c001_v0001177_t0022_u01787106859142") 2026/08/19 02:39:08 DEBUG : only1: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4057acd005a7fd66_d20260819_m023448_c001_v7007000_t0000_u01787106888536") 2026/08/19 02:39:08 DEBUG : only1: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f410ef3264298e219_d20260819_m023443_c001_v0001106_t0035_u01787106883117") 2026/08/19 02:39:08 DEBUG : only1: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f402fe27849a7e514_d20260819_m023434_c001_v0001177_t0022_u01787106874659") 2026/08/19 02:39:08 DEBUG : only1: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4231a11fe19b965a_d20260819_m023428_c001_v7007000_t0000_u01787106868304") 2026/08/19 02:39:08 DEBUG : only1: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f402fe27849a7e49f_d20260819_m023419_c001_v0001177_t0022_u01787106859575") 2026/08/19 02:39:08 DEBUG : only10: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4057acd005a7fd67_d20260819_m023448_c001_v7007000_t0000_u01787106888767") 2026/08/19 02:39:08 DEBUG : only10: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f410ef3264298e20f_d20260819_m023442_c001_v0001106_t0035_u01787106882282") 2026/08/19 02:39:08 DEBUG : only10: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f402fe27849a7e53a_d20260819_m023438_c001_v0001177_t0022_u01787106878145") 2026/08/19 02:39:08 DEBUG : only10: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4193c9599a7d32e2_d20260819_m023428_c001_v7007000_t0000_u01787106868293") 2026/08/19 02:39:08 DEBUG : only10: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f402fe27849a7e4bf_d20260819_m023422_c001_v0001177_t0022_u01787106862966") 2026/08/19 02:39:08 DEBUG : only11: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4057acd005a7fd6c_d20260819_m023448_c001_v7007000_t0000_u01787106888977") 2026/08/19 02:39:09 DEBUG : only11: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4135c87ff85672b3_d20260819_m023442_c001_v0001146_t0031_u01787106882848") 2026/08/19 02:39:09 DEBUG : only11: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f402fe27849a7e53e_d20260819_m023438_c001_v0001177_t0022_u01787106878512") 2026/08/19 02:39:09 DEBUG : only11: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4193c9599a7d32e0_d20260819_m023428_c001_v7007000_t0000_u01787106868088") 2026/08/19 02:39:09 DEBUG : only11: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f402fe27849a7e4c1_d20260819_m023423_c001_v0001177_t0022_u01787106863330") 2026/08/19 02:39:09 DEBUG : only12: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4057acd005a7fd70_d20260819_m023449_c001_v7007000_t0000_u01787106889161") 2026/08/19 02:39:09 DEBUG : only12: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f402fe27849a7e56a_d20260819_m023442_c001_v0001177_t0022_u01787106882293") 2026/08/19 02:39:09 DEBUG : only12: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f402fe27849a7e542_d20260819_m023438_c001_v0001177_t0022_u01787106878882") 2026/08/19 02:39:09 DEBUG : only12: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4193c9599a7d32e1_d20260819_m023428_c001_v7007000_t0000_u01787106868100") 2026/08/19 02:39:09 DEBUG : only12: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f402fe27849a7e4c3_d20260819_m023423_c001_v0001177_t0022_u01787106863693") 2026/08/19 02:39:09 DEBUG : only13: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4057acd005a7fd74_d20260819_m023449_c001_v7007000_t0000_u01787106889343") 2026/08/19 02:39:09 DEBUG : only13: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f409fc1a1b04427a5_d20260819_m023443_c001_v0001177_t0057_u01787106883043") 2026/08/19 02:39:09 DEBUG : only13: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f402fe27849a7e548_d20260819_m023439_c001_v0001177_t0022_u01787106879248") 2026/08/19 02:39:09 DEBUG : only13: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4193c9599a7d32db_d20260819_m023427_c001_v7007000_t0000_u01787106867731") 2026/08/19 02:39:09 DEBUG : only13: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f402fe27849a7e4c5_d20260819_m023424_c001_v0001177_t0022_u01787106864084") 2026/08/19 02:39:09 DEBUG : only14: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4057acd005a7fd78_d20260819_m023449_c001_v7007000_t0000_u01787106889525") 2026/08/19 02:39:09 DEBUG : only14: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f410ef3264298e213_d20260819_m023442_c001_v0001106_t0035_u01787106882749") 2026/08/19 02:39:09 DEBUG : only14: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f402fe27849a7e54c_d20260819_m023439_c001_v0001177_t0022_u01787106879617") 2026/08/19 02:39:09 DEBUG : only14: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4231a11fe19b965b_d20260819_m023428_c001_v7007000_t0000_u01787106868504") 2026/08/19 02:39:09 DEBUG : only14: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f402fe27849a7e4c7_d20260819_m023424_c001_v0001177_t0022_u01787106864448") 2026/08/19 02:39:09 DEBUG : only15: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4057acd005a7fd7c_d20260819_m023449_c001_v7007000_t0000_u01787106889708") 2026/08/19 02:39:10 DEBUG : only15: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f402fe27849a7e56e_d20260819_m023442_c001_v0001177_t0022_u01787106882729") 2026/08/19 02:39:10 DEBUG : only15: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f402fe27849a7e550_d20260819_m023439_c001_v0001177_t0022_u01787106879988") 2026/08/19 02:39:10 DEBUG : only15: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4231a11fe19b9659_d20260819_m023428_c001_v7007000_t0000_u01787106868110") 2026/08/19 02:39:10 DEBUG : only15: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f402fe27849a7e4cb_d20260819_m023424_c001_v0001177_t0022_u01787106864813") 2026/08/19 02:39:10 DEBUG : only16: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4057acd005a7fd84_d20260819_m023449_c001_v7007000_t0000_u01787106889952") 2026/08/19 02:39:10 DEBUG : only16: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f402fe27849a7e574_d20260819_m023442_c001_v0001177_t0022_u01787106882913") 2026/08/19 02:39:10 DEBUG : only16: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f402fe27849a7e554_d20260819_m023440_c001_v0001177_t0022_u01787106880359") 2026/08/19 02:39:10 DEBUG : only16: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4193c9599a7d32d9_d20260819_m023427_c001_v7007000_t0000_u01787106867362") 2026/08/19 02:39:10 DEBUG : only16: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f402fe27849a7e4cf_d20260819_m023425_c001_v0001177_t0022_u01787106865178") 2026/08/19 02:39:11 DEBUG : only17: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4057acd005a7fd8a_d20260819_m023450_c001_v7007000_t0000_u01787106890135") 2026/08/19 02:39:11 DEBUG : only17: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f410ef3264298e217_d20260819_m023442_c001_v0001106_t0035_u01787106882933") 2026/08/19 02:39:11 DEBUG : only17: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f402fe27849a7e558_d20260819_m023440_c001_v0001177_t0022_u01787106880778") 2026/08/19 02:39:11 DEBUG : only17: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4004132ab52c7dcc_d20260819_m023428_c001_v7007000_t0000_u01787106868120") 2026/08/19 02:39:11 DEBUG : only17: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f402fe27849a7e4d3_d20260819_m023425_c001_v0001177_t0022_u01787106865543") 2026/08/19 02:39:11 DEBUG : only18: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4057acd005a7fd91_d20260819_m023450_c001_v7007000_t0000_u01787106890318") 2026/08/19 02:39:11 DEBUG : only18: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4135c87ff85672b5_d20260819_m023443_c001_v0001146_t0031_u01787106883035") 2026/08/19 02:39:11 DEBUG : only18: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f402fe27849a7e55c_d20260819_m023441_c001_v0001177_t0022_u01787106881150") 2026/08/19 02:39:11 DEBUG : only18: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4231a11fe19b9657_d20260819_m023427_c001_v7007000_t0000_u01787106867735") 2026/08/19 02:39:11 DEBUG : only18: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f402fe27849a7e4d7_d20260819_m023425_c001_v0001177_t0022_u01787106865911") 2026/08/19 02:39:11 DEBUG : only19: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4057acd005a7fd95_d20260819_m023450_c001_v7007000_t0000_u01787106890547") 2026/08/19 02:39:11 DEBUG : only19: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f402fe27849a7e576_d20260819_m023443_c001_v0001177_t0022_u01787106883097") 2026/08/19 02:39:11 DEBUG : only19: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f402fe27849a7e562_d20260819_m023441_c001_v0001177_t0022_u01787106881519") 2026/08/19 02:39:11 DEBUG : only19: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4004132ab52c7dca_d20260819_m023427_c001_v7007000_t0000_u01787106867755") 2026/08/19 02:39:11 DEBUG : only19: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f402fe27849a7e4db_d20260819_m023426_c001_v0001177_t0022_u01787106866277") 2026/08/19 02:39:11 DEBUG : only2: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4057acd005a7fd99_d20260819_m023450_c001_v7007000_t0000_u01787106890734") 2026/08/19 02:39:11 DEBUG : only2: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4135c87ff85672b9_d20260819_m023443_c001_v0001146_t0031_u01787106883219") 2026/08/19 02:39:11 DEBUG : only2: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f402fe27849a7e518_d20260819_m023435_c001_v0001177_t0022_u01787106875029") 2026/08/19 02:39:11 DEBUG : only2: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4193c9599a7d32e3_d20260819_m023428_c001_v7007000_t0000_u01787106868293") 2026/08/19 02:39:11 DEBUG : only2: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f402fe27849a7e4a1_d20260819_m023419_c001_v0001177_t0022_u01787106859941") 2026/08/19 02:39:11 DEBUG : only3: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4057acd005a7fd9f_d20260819_m023450_c001_v7007000_t0000_u01787106890917") 2026/08/19 02:39:11 DEBUG : only3: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f409fc1a1b04427a9_d20260819_m023443_c001_v0001177_t0057_u01787106883230") 2026/08/19 02:39:11 DEBUG : only3: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f402fe27849a7e51a_d20260819_m023435_c001_v0001177_t0022_u01787106875398") 2026/08/19 02:39:11 DEBUG : only3: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4231a11fe19b9658_d20260819_m023427_c001_v7007000_t0000_u01787106867925") 2026/08/19 02:39:12 DEBUG : only3: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f402fe27849a7e4a3_d20260819_m023420_c001_v0001177_t0022_u01787106860341") 2026/08/19 02:39:12 DEBUG : only4: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4057acd005a7fda4_d20260819_m023451_c001_v7007000_t0000_u01787106891100") 2026/08/19 02:39:12 DEBUG : only4: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f402fe27849a7e57c_d20260819_m023443_c001_v0001177_t0022_u01787106883281") 2026/08/19 02:39:12 DEBUG : only4: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f402fe27849a7e51e_d20260819_m023435_c001_v0001177_t0022_u01787106875852") 2026/08/19 02:39:12 DEBUG : only4: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4193c9599a7d32dd_d20260819_m023427_c001_v7007000_t0000_u01787106867906") 2026/08/19 02:39:12 DEBUG : only4: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f402fe27849a7e4a7_d20260819_m023420_c001_v0001177_t0022_u01787106860732") 2026/08/19 02:39:12 DEBUG : only5: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4057acd005a7fdab_d20260819_m023451_c001_v7007000_t0000_u01787106891284") 2026/08/19 02:39:12 DEBUG : only5: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f410ef3264298e21b_d20260819_m023443_c001_v0001106_t0035_u01787106883367") 2026/08/19 02:39:12 DEBUG : only5: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f402fe27849a7e522_d20260819_m023436_c001_v0001177_t0022_u01787106876220") 2026/08/19 02:39:12 DEBUG : only5: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4004132ab52c7dcf_d20260819_m023428_c001_v7007000_t0000_u01787106868305") 2026/08/19 02:39:12 DEBUG : only5: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f402fe27849a7e4a9_d20260819_m023421_c001_v0001177_t0022_u01787106861097") 2026/08/19 02:39:12 DEBUG : only6: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4057acd005a7fdb1_d20260819_m023451_c001_v7007000_t0000_u01787106891468") 2026/08/19 02:39:12 DEBUG : only6: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4135c87ff85672bb_d20260819_m023443_c001_v0001146_t0031_u01787106883404") 2026/08/19 02:39:12 DEBUG : only6: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f402fe27849a7e528_d20260819_m023436_c001_v0001177_t0022_u01787106876589") 2026/08/19 02:39:12 DEBUG : only6: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4193c9599a7d32da_d20260819_m023427_c001_v7007000_t0000_u01787106867547") 2026/08/19 02:39:12 DEBUG : only6: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f402fe27849a7e4af_d20260819_m023421_c001_v0001177_t0022_u01787106861461") 2026/08/19 02:39:12 DEBUG : only7: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4057acd005a7fdb5_d20260819_m023451_c001_v7007000_t0000_u01787106891650") 2026/08/19 02:39:12 DEBUG : only7: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f409fc1a1b04427ad_d20260819_m023443_c001_v0001177_t0057_u01787106883414") 2026/08/19 02:39:12 DEBUG : only7: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f402fe27849a7e52c_d20260819_m023436_c001_v0001177_t0022_u01787106876959") 2026/08/19 02:39:12 DEBUG : only7: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4193c9599a7d32de_d20260819_m023427_c001_v7007000_t0000_u01787106867914") 2026/08/19 02:39:12 DEBUG : only7: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f402fe27849a7e4b5_d20260819_m023421_c001_v0001177_t0022_u01787106861825") 2026/08/19 02:39:12 DEBUG : only8: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4057acd005a7fdbc_d20260819_m023451_c001_v7007000_t0000_u01787106891832") 2026/08/19 02:39:13 DEBUG : only8: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f402fe27849a7e580_d20260819_m023443_c001_v0001177_t0022_u01787106883465") 2026/08/19 02:39:13 DEBUG : only8: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f402fe27849a7e532_d20260819_m023437_c001_v0001177_t0022_u01787106877408") 2026/08/19 02:39:13 DEBUG : only8: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4193c9599a7d32e5_d20260819_m023428_c001_v7007000_t0000_u01787106868502") 2026/08/19 02:39:13 DEBUG : only8: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f402fe27849a7e4b7_d20260819_m023422_c001_v0001177_t0022_u01787106862237") 2026/08/19 02:39:13 DEBUG : only9: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4057acd005a7fdbf_d20260819_m023452_c001_v7007000_t0000_u01787106892015") 2026/08/19 02:39:13 DEBUG : only9: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f410ef3264298e21d_d20260819_m023443_c001_v0001106_t0035_u01787106883553") 2026/08/19 02:39:13 DEBUG : only9: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f402fe27849a7e534_d20260819_m023437_c001_v0001177_t0022_u01787106877777") 2026/08/19 02:39:13 DEBUG : only9: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4004132ab52c7dd1_d20260819_m023428_c001_v7007000_t0000_u01787106868497") 2026/08/19 02:39:13 DEBUG : only9: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f402fe27849a7e4b9_d20260819_m023422_c001_v0001177_t0022_u01787106862602") 2026/08/19 02:39:13 DEBUG : potato: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4057acd005a7f766_d20260819_m023134_c001_v7007000_t0000_u01787106694193") 2026/08/19 02:39:13 DEBUG : potato: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f410ef3264298def3_d20260819_m023132_c001_v0001106_t0035_u01787106692515") 2026/08/19 02:39:13 DEBUG : potato: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4057acd005a7f759_d20260819_m023131_c001_v7007000_t0000_u01787106691784") 2026/08/19 02:39:13 DEBUG : potato: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f402fe27849a7e115_d20260819_m023130_c001_v0001177_t0022_u01787106690252") 2026/08/19 02:39:13 DEBUG : potato: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4057acd005a7f753_d20260819_m023129_c001_v7007000_t0000_u01787106689506") 2026/08/19 02:39:13 DEBUG : potato: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f40120158e21946fb_d20260819_m023127_c001_v0001183_t0022_u01787106687645") 2026/08/19 02:39:13 DEBUG : potato: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4057acd005a7f742_d20260819_m023118_c001_v7007000_t0000_u01787106678233") 2026/08/19 02:39:13 DEBUG : potato: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f402fe27849a7e0cb_d20260819_m023117_c001_v0001177_t0022_u01787106677123") 2026/08/19 02:39:13 DEBUG : potato: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4057acd005a7f72d_d20260819_m023115_c001_v7007000_t0000_u01787106675475") 2026/08/19 02:39:13 DEBUG : potato: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f402fe27849a7e0b7_d20260819_m023114_c001_v0001177_t0022_u01787106674656") 2026/08/19 02:39:13 DEBUG : potato: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4057acd005a7f726_d20260819_m023113_c001_v7007000_t0000_u01787106673509") 2026/08/19 02:39:13 DEBUG : potato: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f402fe27849a7e0a5_d20260819_m023112_c001_v0001177_t0022_u01787106672759") 2026/08/19 02:39:14 DEBUG : potato: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4227bf6ed894d7bc_d20260819_m023107_c001_v7007000_t0000_u01787106667201") 2026/08/19 02:39:14 DEBUG : potato: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f402fe27849a7e079_d20260819_m023106_c001_v0001177_t0022_u01787106666148") 2026/08/19 02:39:14 DEBUG : potato: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4227bf6ed894d7b8_d20260819_m023105_c001_v7007000_t0000_u01787106665778") 2026/08/19 02:39:14 DEBUG : potato: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f402fe27849a7e069_d20260819_m023104_c001_v0001177_t0022_u01787106664593") 2026/08/19 02:39:14 DEBUG : potato: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4227bf6ed894d7b4_d20260819_m023104_c001_v7007000_t0000_u01787106664217") 2026/08/19 02:39:14 DEBUG : potato: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f402fe27849a7e05f_d20260819_m023103_c001_v0001177_t0022_u01787106663570") 2026/08/19 02:39:14 DEBUG : potato: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f402fe27849a7e05b_d20260819_m023103_c001_v0001177_t0022_u01787106663021") 2026/08/19 02:39:14 DEBUG : potato: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4227bf6ed894d7ac_d20260819_m023102_c001_v7007000_t0000_u01787106662657") 2026/08/19 02:39:14 DEBUG : potato: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f402fe27849a7e057_d20260819_m023102_c001_v0001177_t0022_u01787106662113") 2026/08/19 02:39:14 DEBUG : potato: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f102fe27849a7e053_d20260819_m023101_c001_v0001177_t0056_u01787106661533") 2026/08/19 02:39:14 DEBUG : potato: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4227bf6ed894d7aa_d20260819_m023101_c001_v7007000_t0000_u01787106661164") 2026/08/19 02:39:14 DEBUG : potato: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f102fe27849a7e04d_d20260819_m023100_c001_v0001177_t0034_u01787106660399") 2026/08/19 02:39:14 DEBUG : potato2: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f421f864f0be08dbc_d20260819_m023219_c001_v7007000_t0000_u01787106739198") 2026/08/19 02:39:14 DEBUG : potato2: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f102fe27849a7e1ab_d20260819_m023218_c001_v0001177_t0024_u01787106738571") 2026/08/19 02:39:14 DEBUG : potato2: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f421f864f0be08da5_d20260819_m023209_c001_v7007000_t0000_u01787106729797") 2026/08/19 02:39:14 DEBUG : potato2: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f110ef3264298df5b_d20260819_m023203_c001_v0001106_t0012_u01787106723751") 2026/08/19 02:39:14 DEBUG : potato2: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4188540825a0e03b_d20260819_m023156_c001_v7007000_t0000_u01787106716508") 2026/08/19 02:39:14 DEBUG : potato2: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f102fe27849a7e165_d20260819_m023151_c001_v0001177_t0030_u01787106711985") 2026/08/19 02:39:14 DEBUG : potato2: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4188540825a0e032_d20260819_m023144_c001_v7007000_t0000_u01787106704830") 2026/08/19 02:39:14 DEBUG : potato2: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f110ef3264298df0f_d20260819_m023140_c001_v0001106_t0056_u01787106700125") 2026/08/19 02:39:14 DEBUG : potato2: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4057acd005a7f748_d20260819_m023121_c001_v7007000_t0000_u01787106681959") 2026/08/19 02:39:14 DEBUG : potato2: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f102fe27849a7e0df_d20260819_m023120_c001_v0001177_t0017_u01787106680767") 2026/08/19 02:39:14 DEBUG : potato2: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4057acd005a7f746_d20260819_m023120_c001_v7007000_t0000_u01787106680296") 2026/08/19 02:39:15 DEBUG : potato2: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f102fe27849a7e0d5_d20260819_m023118_c001_v0001177_t0011_u01787106678781") 2026/08/19 02:39:15 DEBUG : potato2: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4057acd005a7f743_d20260819_m023118_c001_v7007000_t0000_u01787106678415") 2026/08/19 02:39:15 DEBUG : potato2: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f402fe27849a7e0cd_d20260819_m023117_c001_v0001177_t0022_u01787106677681") 2026/08/19 02:39:15 DEBUG : potato2: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4057acd005a7f73a_d20260819_m023116_c001_v7007000_t0000_u01787106676758") 2026/08/19 02:39:15 DEBUG : potato2: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f102fe27849a7e0c3_d20260819_m023115_c001_v0001177_t0037_u01787106675974") 2026/08/19 02:39:15 DEBUG : potato2: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4057acd005a7f728_d20260819_m023114_c001_v7007000_t0000_u01787106674290") 2026/08/19 02:39:15 DEBUG : potato2: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f102fe27849a7e0ad_d20260819_m023113_c001_v0001177_t0016_u01787106673499") 2026/08/19 02:39:15 DEBUG : potato2: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4227bf6ed894d7d8_d20260819_m023107_c001_v7007000_t0000_u01787106667927") 2026/08/19 02:39:15 DEBUG : potato2: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f102fe27849a7e07d_d20260819_m023106_c001_v0001177_t0028_u01787106666885") 2026/08/19 02:39:15 DEBUG : potato2: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f417ee6346108c23e_d20260819_m023013_c001_v7007000_t0000_u01787106613464") 2026/08/19 02:39:15 DEBUG : potato2: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f402fe27849a7df5d_d20260819_m023012_c001_v0001177_t0022_u01787106612921") 2026/08/19 02:39:15 DEBUG : potato2: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f417ee6346108c234_d20260819_m023012_c001_v7007000_t0000_u01787106612011") 2026/08/19 02:39:15 DEBUG : potato2: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f402fe27849a7df5b_d20260819_m023011_c001_v0001177_t0022_u01787106611466") 2026/08/19 02:39:15 DEBUG : potato3: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f421f864f0be08da9_d20260819_m023210_c001_v7007000_t0000_u01787106730779") 2026/08/19 02:39:15 DEBUG : potato3: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f110ef3264298df63_d20260819_m023205_c001_v0001106_t0032_u01787106725363") 2026/08/19 02:39:15 DEBUG : potato3: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4188540825a0e03a_d20260819_m023156_c001_v7007000_t0000_u01787106716268") 2026/08/19 02:39:16 DEBUG : potato3: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f102fe27849a7e16b_d20260819_m023152_c001_v0001177_t0007_u01787106712751") 2026/08/19 02:39:16 DEBUG : potato3: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4188540825a0e033_d20260819_m023145_c001_v7007000_t0000_u01787106705375") 2026/08/19 02:39:16 DEBUG : potato3: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f110ef3264298df13_d20260819_m023141_c001_v0001106_t0056_u01787106701009") 2026/08/19 02:39:16 DEBUG : pre-dest1/1: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4004132ab52c75f3_d20260819_m023253_c001_v7007000_t0000_u01787106773208") 2026/08/19 02:39:16 DEBUG : pre-dest1/1: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f410ef3264298dfd9_d20260819_m023245_c001_v0001106_t0035_u01787106765519") 2026/08/19 02:39:16 DEBUG : pre-dest2/2: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4004132ab52c75f4_d20260819_m023253_c001_v7007000_t0000_u01787106773387") 2026/08/19 02:39:16 DEBUG : pre-dest2/2: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f402fe27849a7e215_d20260819_m023246_c001_v0001177_t0022_u01787106766067") 2026/08/19 02:39:16 DEBUG : rclone-sync-test-ignore-file/.ignore: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f403f7d67a8625560_d20260819_m023232_c001_v7007000_t0000_u01787106752656") 2026/08/19 02:39:16 DEBUG : rclone-sync-test-ignore-file/.ignore: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f110ef3264298dfa1_d20260819_m023228_c001_v0001106_t0018_u01787106748012") 2026/08/19 02:39:16 DEBUG : sizeonly: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4057acd005a7f6db_d20260819_m023047_c001_v7007000_t0000_u01787106647223") 2026/08/19 02:39:16 DEBUG : sizeonly: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f402fe27849a7dfef_d20260819_m023046_c001_v0001177_t0022_u01787106646286") 2026/08/19 02:39:16 DEBUG : splitbanan: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4188540825a0f191_d20260819_m023629_c001_v7007000_t0000_u01787106989408") 2026/08/19 02:39:16 DEBUG : splitbanan: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f402fe27849a7e76c_d20260819_m023622_c001_v0001177_t0022_u01787106982503") 2026/08/19 02:39:16 DEBUG : splitbananasplit: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f41546a0aeb8eefc7_d20260819_m023752_c001_v7007000_t0000_u01787107072209") 2026/08/19 02:39:16 DEBUG : splitbananasplit: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f402fe27849a7e893_d20260819_m023745_c001_v0001177_t0022_u01787107065520") 2026/08/19 02:39:16 DEBUG : splitbananasplit: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4185093e2c5180da_d20260819_m023739_c001_v7007000_t0000_u01787107059637") 2026/08/19 02:39:16 DEBUG : splitbananasplit: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f402fe27849a7e869_d20260819_m023733_c001_v0001177_t0022_u01787107053388") 2026/08/19 02:39:16 DEBUG : splitbananasplit: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4185093e2c51807a_d20260819_m023727_c001_v7007000_t0000_u01787107047577") 2026/08/19 02:39:16 DEBUG : splitbananasplit: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f402fe27849a7e81a_d20260819_m023700_c001_v0001177_t0022_u01787107020194") 2026/08/19 02:39:16 DEBUG : splitbananasplit: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f421f864f0be09404_d20260819_m023654_c001_v7007000_t0000_u01787107014386") 2026/08/19 02:39:17 DEBUG : splitbananasplit: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f402fe27849a7e7e0_d20260819_m023647_c001_v0001177_t0022_u01787107007710") 2026/08/19 02:39:17 DEBUG : splitbananasplit: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4188540825a0f201_d20260819_m023641_c001_v7007000_t0000_u01787107001953") 2026/08/19 02:39:17 DEBUG : splitbananasplit: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f402fe27849a7e7aa_d20260819_m023635_c001_v0001177_t0022_u01787106995229") 2026/08/19 02:39:17 DEBUG : splitbananasplit: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4085766728197d2b_d20260819_m023624_c001_v7007000_t0000_u01787106984063") 2026/08/19 02:39:17 DEBUG : splitbananasplit: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4135c87ff856749d_d20260819_m023621_c001_v0001146_t0031_u01787106981574") 2026/08/19 02:39:17 DEBUG : splitbananasplit: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4085766728197d24_d20260819_m023615_c001_v7007000_t0000_u01787106975689") 2026/08/19 02:39:17 DEBUG : splitbananasplit: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f410ef3264298e3a9_d20260819_m023609_c001_v0001106_t0035_u01787106969320") 2026/08/19 02:39:17 DEBUG : splitbananasplit: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f409cb53cbb112963_d20260819_m023608_c001_v7007000_t0000_u01787106968207") 2026/08/19 02:39:17 DEBUG : splitbananasplit: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f410ef3264298e397_d20260819_m023604_c001_v0001106_t0035_u01787106964864") 2026/08/19 02:39:17 DEBUG : splitbananasplit: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f42640cede57c082f_d20260819_m023559_c001_v7007000_t0000_u01787106959049") 2026/08/19 02:39:17 DEBUG : splitbananasplit: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f410ef3264298e357_d20260819_m023552_c001_v0001106_t0035_u01787106952740") 2026/08/19 02:39:17 DEBUG : splitbananasplit: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4057acd005a7ff38_d20260819_m023551_c001_v7007000_t0000_u01787106951505") 2026/08/19 02:39:17 DEBUG : splitbananasplit: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4135c87ff85673ef_d20260819_m023548_c001_v0001146_t0031_u01787106948283") 2026/08/19 02:39:17 DEBUG : splitbananasplit: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4190b163f4427cf2_d20260819_m023536_c001_v7007000_t0000_u01787106936455") 2026/08/19 02:39:17 DEBUG : splitbananasplit: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f410ef3264298e2eb_d20260819_m023533_c001_v0001106_t0035_u01787106933294") 2026/08/19 02:39:17 DEBUG : splitbananasplit: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f40122dc171fab9bc_d20260819_m023527_c001_v7007000_t0000_u01787106927222") 2026/08/19 02:39:17 DEBUG : splitbananasplit: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f410ef3264298e2af_d20260819_m023521_c001_v0001106_t0035_u01787106921131") 2026/08/19 02:39:17 DEBUG : splitbananasplit: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f40122dc171fab998_d20260819_m023515_c001_v7007000_t0000_u01787106915301") 2026/08/19 02:39:17 DEBUG : splitbananasplit: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f410ef3264298e26f_d20260819_m023509_c001_v0001106_t0035_u01787106909157") 2026/08/19 02:39:17 DEBUG : splitbananasplitSUFFIX: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f42640cede57c08d4_d20260819_m023610_c001_v7007000_t0000_u01787106970496") 2026/08/19 02:39:17 DEBUG : splitbananasplitSUFFIX: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f410ef3264298e399_d20260819_m023605_c001_v0001106_t0035_u01787106965782") 2026/08/19 02:39:17 DEBUG : sub dir/hello world: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f40122dc171fab8f1_d20260819_m023504_c001_v7007000_t0000_u01787106904227") 2026/08/19 02:39:18 DEBUG : sub dir/hello world: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f402fe27849a7e5cc_d20260819_m023501_c001_v0001177_t0022_u01787106901445") 2026/08/19 02:39:18 DEBUG : sub dir/hello world: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4057acd005a7fe2a_d20260819_m023500_c001_v7007000_t0000_u01787106900327") 2026/08/19 02:39:18 DEBUG : sub dir/hello world: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4135c87ff85672ef_d20260819_m023457_c001_v0001146_t0031_u01787106897777") 2026/08/19 02:39:18 DEBUG : sub dir/hello world: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4188540825a0e025_d20260819_m023137_c001_v7007000_t0000_u01787106697536") 2026/08/19 02:39:18 DEBUG : sub dir/hello world: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f410ef3264298df05_d20260819_m023136_c001_v0001106_t0035_u01787106696794") 2026/08/19 02:39:18 DEBUG : sub dir/hello world: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4057acd005a7f775_d20260819_m023136_c001_v7007000_t0000_u01787106696186") 2026/08/19 02:39:18 DEBUG : sub dir/hello world: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f402fe27849a7e133_d20260819_m023135_c001_v0001177_t0022_u01787106695448") 2026/08/19 02:39:18 DEBUG : sub dir/hello world: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4057acd005a7f6d7_d20260819_m023044_c001_v7007000_t0000_u01787106644289") 2026/08/19 02:39:18 DEBUG : sub dir/hello world: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f402fe27849a7dfd3_d20260819_m023042_c001_v0001177_t0022_u01787106642839") 2026/08/19 02:39:18 DEBUG : sub dir/hello world: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4057acd005a7f6d5_d20260819_m023042_c001_v7007000_t0000_u01787106642476") 2026/08/19 02:39:18 DEBUG : sub dir/hello world: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f402fe27849a7dfc9_d20260819_m023041_c001_v0001177_t0022_u01787106641387") 2026/08/19 02:39:18 DEBUG : sub dir/hello world: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4057acd005a7f6d0_d20260819_m023039_c001_v7007000_t0000_u01787106639125") 2026/08/19 02:39:18 DEBUG : sub dir/hello world: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f402fe27849a7dfbf_d20260819_m023038_c001_v0001177_t0022_u01787106638195") 2026/08/19 02:39:18 DEBUG : sub dir/hello world: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4057acd005a7f6ce_d20260819_m023037_c001_v7007000_t0000_u01787106637656") 2026/08/19 02:39:18 DEBUG : sub dir/hello world: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f402fe27849a7dfb9_d20260819_m023036_c001_v0001177_t0022_u01787106636650") 2026/08/19 02:39:18 DEBUG : sub dir/hello world: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f402fe27849a7dfad_d20260819_m023033_c001_v0001177_t0022_u01787106633968") 2026/08/19 02:39:18 DEBUG : sub dir/hello world: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4057acd005a7f6c1_d20260819_m023033_c001_v7007000_t0000_u01787106633604") 2026/08/19 02:39:18 DEBUG : sub dir/hello world: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f402fe27849a7dfa5_d20260819_m023033_c001_v0001177_t0022_u01787106633059") 2026/08/19 02:39:18 DEBUG : sub dir/hello world: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f402fe27849a7dfa1_d20260819_m023032_c001_v0001177_t0022_u01787106632329") 2026/08/19 02:39:18 DEBUG : sub dir/hello world: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4057acd005a7f6b6_d20260819_m023031_c001_v7007000_t0000_u01787106631965") 2026/08/19 02:39:19 DEBUG : sub dir/hello world: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f402fe27849a7df99_d20260819_m023029_c001_v0001177_t0022_u01787106629405") 2026/08/19 02:39:19 DEBUG : sub dir/hello world: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f402fe27849a7df91_d20260819_m023026_c001_v0001177_t0022_u01787106626985") 2026/08/19 02:39:19 DEBUG : sub dir/hello world: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f417ee6346108c294_d20260819_m023026_c001_v7007000_t0000_u01787106626621") 2026/08/19 02:39:19 DEBUG : sub dir/hello world: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f402fe27849a7df8b_d20260819_m023026_c001_v0001177_t0022_u01787106626068") 2026/08/19 02:39:19 DEBUG : sub dir/hello world: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f402fe27849a7df87_d20260819_m023025_c001_v0001177_t0022_u01787106625342") 2026/08/19 02:39:19 DEBUG : sub dir/hello world: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f417ee6346108c285_d20260819_m023024_c001_v7007000_t0000_u01787106624978") 2026/08/19 02:39:19 DEBUG : sub dir/hello world: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f402fe27849a7df7d_d20260819_m023021_c001_v0001177_t0022_u01787106621333") 2026/08/19 02:39:19 DEBUG : sub dir/hello world: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f417ee6346108c266_d20260819_m023020_c001_v7007000_t0000_u01787106620969") 2026/08/19 02:39:19 DEBUG : sub dir/hello world: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f402fe27849a7df7b_d20260819_m023020_c001_v0001177_t0022_u01787106620429") 2026/08/19 02:39:19 DEBUG : sub dir/hello world: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f417ee6346108c260_d20260819_m023019_c001_v7007000_t0000_u01787106619527") 2026/08/19 02:39:19 DEBUG : sub dir/hello world: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f402fe27849a7df77_d20260819_m023018_c001_v0001177_t0022_u01787106618986") 2026/08/19 02:39:19 DEBUG : sub dir/hello world: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f417ee6346108c25b_d20260819_m023018_c001_v7007000_t0000_u01787106618442") 2026/08/19 02:39:19 DEBUG : sub dir/hello world: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f402fe27849a7df71_d20260819_m023017_c001_v0001177_t0022_u01787106617812") 2026/08/19 02:39:19 DEBUG : sub dir/hello world: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f417ee6346108c255_d20260819_m023016_c001_v7007000_t0000_u01787106616909") 2026/08/19 02:39:19 DEBUG : sub dir/hello world: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f402fe27849a7df69_d20260819_m023016_c001_v0001177_t0022_u01787106616186") 2026/08/19 02:39:19 DEBUG : sub dir/hello world: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f417ee6346108c24a_d20260819_m023015_c001_v7007000_t0000_u01787106615641") 2026/08/19 02:39:19 DEBUG : sub dir/hello world: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f402fe27849a7df63_d20260819_m023015_c001_v0001177_t0022_u01787106615102") 2026/08/19 02:39:19 DEBUG : sub dir/hello world: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f417ee6346108c242_d20260819_m023014_c001_v7007000_t0000_u01787106614556") 2026/08/19 02:39:19 DEBUG : sub dir/hello world: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f402fe27849a7df61_d20260819_m023014_c001_v0001177_t0022_u01787106614007") 2026/08/19 02:39:19 DEBUG : sub dir/hello world: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f417ee6346108c21f_d20260819_m023009_c001_v7007000_t0000_u01787106609834") 2026/08/19 02:39:19 DEBUG : sub dir/hello world: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f402fe27849a7df53_d20260819_m023009_c001_v0001177_t0022_u01787106609292") 2026/08/19 02:39:19 DEBUG : sub dir/hello world: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f417ee6346108c218_d20260819_m023008_c001_v7007000_t0000_u01787106608747") 2026/08/19 02:39:20 DEBUG : sub dir/hello world: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f402fe27849a7df4d_d20260819_m023008_c001_v0001177_t0022_u01787106608202") 2026/08/19 02:39:20 DEBUG : sub dir/hello world: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f417ee6346108c216_d20260819_m023007_c001_v7007000_t0000_u01787106607301") 2026/08/19 02:39:20 DEBUG : sub dir/hello world: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f402fe27849a7df49_d20260819_m023006_c001_v0001177_t0022_u01787106606750") 2026/08/19 02:39:20 DEBUG : sub dir/hello world: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f417ee6346108c210_d20260819_m023004_c001_v7007000_t0000_u01787106604594") 2026/08/19 02:39:20 DEBUG : sub dir/hello world: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f402fe27849a7df3d_d20260819_m023004_c001_v0001177_t0022_u01787106604050") 2026/08/19 02:39:20 DEBUG : sub dir2/very/very/very/very/very/nested/subdir/hello world: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f40122dc171fab8f8_d20260819_m023504_c001_v7007000_t0000_u01787106904413") 2026/08/19 02:39:20 DEBUG : sub dir2/very/very/very/very/very/nested/subdir/hello world: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f110ef3264298e24b_d20260819_m023501_c001_v0001106_t0054_u01787106901450") 2026/08/19 02:39:20 DEBUG : sub dir2/very/very/very/very/very/nested/subdir/hello world: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4057acd005a7fe2f_d20260819_m023500_c001_v7007000_t0000_u01787106900510") 2026/08/19 02:39:20 DEBUG : sub dir2/very/very/very/very/very/nested/subdir/hello world: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f109fc1a1b04427ea_d20260819_m023457_c001_v0001177_t0036_u01787106897787") 2026/08/19 02:39:20 DEBUG : sub dir_somesuffix/hello world_somesuffix.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f41546a0aeb8eefd4_d20260819_m023754_c001_v7007000_t0000_u01787107074218") 2026/08/19 02:39:20 DEBUG : sub dir_somesuffix/hello world_somesuffix.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f109fc1a1b0442aee_d20260819_m023753_c001_v0001177_t0054_u01787107073566") 2026/08/19 02:39:20 DEBUG : sub/yam: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4057acd005a7f761_d20260819_m023133_c001_v7007000_t0000_u01787106693644") 2026/08/19 02:39:20 DEBUG : sub/yam: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f402fe27849a7e123_d20260819_m023132_c001_v0001177_t0022_u01787106692527") 2026/08/19 02:39:20 DEBUG : test_dir1/file2: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f40122dc171fab889_d20260819_m023457_c001_v7007000_t0000_u01787106897007") 2026/08/19 02:39:20 DEBUG : test_dir1/file2: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f402fe27849a7e5ba_d20260819_m023455_c001_v0001177_t0022_u01787106895313") 2026/08/19 02:39:20 DEBUG : test_dir1/file2: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f40122dc171fab85c_d20260819_m023454_c001_v7007000_t0000_u01787106894531") 2026/08/19 02:39:20 DEBUG : test_dir1/file2: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4135c87ff85672e7_d20260819_m023452_c001_v0001146_t0031_u01787106892973") 2026/08/19 02:39:20 DEBUG : test_dir2/sub_dir/file3: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f40122dc171fab88a_d20260819_m023457_c001_v7007000_t0000_u01787106897203") 2026/08/19 02:39:20 DEBUG : test_dir2/sub_dir/file3: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f409fc1a1b04427e2_d20260819_m023455_c001_v0001177_t0057_u01787106895301") 2026/08/19 02:39:20 DEBUG : test_dir2/sub_dir/file3: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f40122dc171fab85d_d20260819_m023454_c001_v7007000_t0000_u01787106894713") 2026/08/19 02:39:21 DEBUG : test_dir2/sub_dir/file3: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f402fe27849a7e5b0_d20260819_m023452_c001_v0001177_t0022_u01787106892961") 2026/08/19 02:39:21 DEBUG : three: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4057acd005a7f750_d20260819_m023126_c001_v7007000_t0000_u01787106686799") 2026/08/19 02:39:21 DEBUG : three: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f402fe27849a7e101_d20260819_m023125_c001_v0001177_t0022_u01787106685606") 2026/08/19 02:39:21 DEBUG : three: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f402fe27849a7e0f1_d20260819_m023123_c001_v0001177_t0022_u01787106683552") 2026/08/19 02:39:21 DEBUG : tictactoe/tictactoe: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f41546a0aeb8eefe3_d20260819_m023755_c001_v7007000_t0000_u01787107075772") 2026/08/19 02:39:21 DEBUG : tictactoe/tictactoe: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4135c87ff85675e1_d20260819_m023755_c001_v0001146_t0031_u01787107075184") 2026/08/19 02:39:21 DEBUG : tictactoe/tictactoe/tictactoe.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f41546a0aeb8ef007_d20260819_m023814_c001_v7007000_t0000_u01787107094878") 2026/08/19 02:39:21 DEBUG : tictactoe/tictactoe/tictactoe.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f110ef3264298e56c_d20260819_m023812_c001_v0001106_t0009_u01787107092924") 2026/08/19 02:39:21 DEBUG : tictactoe/tictactoe/tictactoe.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f41546a0aeb8ef002_d20260819_m023811_c001_v7007000_t0000_u01787107091311") 2026/08/19 02:39:21 DEBUG : tictactoe/tictactoe/tictactoe.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f1135c87ff8567631_d20260819_m023809_c001_v0001146_t0048_u01787107089763") 2026/08/19 02:39:21 DEBUG : tictactoe/tictactoe/tictactoe.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f41546a0aeb8ef001_d20260819_m023808_c001_v7007000_t0000_u01787107088808") 2026/08/19 02:39:21 DEBUG : tictactoe/tictactoe/tictactoe.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f109fc1a1b0442b26_d20260819_m023808_c001_v0001177_t0043_u01787107088140") 2026/08/19 02:39:21 DEBUG : tictactoe/tictactoe/tictactoe.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f41546a0aeb8eeff7_d20260819_m023802_c001_v7007000_t0000_u01787107082677") 2026/08/19 02:39:21 DEBUG : tictactoe/tictactoe/tictactoe.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f1135c87ff8567605_d20260819_m023801_c001_v0001146_t0057_u01787107081393") 2026/08/19 02:39:21 DEBUG : tictactoe/tictactoe/toe.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f41546a0aeb8eeffb_d20260819_m023805_c001_v7007000_t0000_u01787107085519") 2026/08/19 02:39:21 DEBUG : tictactoe/tictactoe/toe.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f110ef3264298e554_d20260819_m023803_c001_v0001106_t0029_u01787107083620") 2026/08/19 02:39:21 DEBUG : tictactoe/tictactoe/toe.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f41546a0aeb8eefeb_d20260819_m023800_c001_v7007000_t0000_u01787107080426") 2026/08/19 02:39:21 DEBUG : tictactoe/tictactoe/toe.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f109fc1a1b0442b06_d20260819_m023759_c001_v0001177_t0022_u01787107079791") 2026/08/19 02:39:21 DEBUG : toe/toe/tictactoe: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f41546a0aeb8eefe6_d20260819_m023758_c001_v7007000_t0000_u01787107078834") 2026/08/19 02:39:21 DEBUG : toe/toe/tictactoe: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f402fe27849a7e8bd_d20260819_m023758_c001_v0001177_t0022_u01787107078242") 2026/08/19 02:39:21 DEBUG : toe/toe/tictactoe: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f41546a0aeb8eefe5_d20260819_m023757_c001_v7007000_t0000_u01787107077305") 2026/08/19 02:39:21 DEBUG : toe/toe/tictactoe: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f410ef3264298e53a_d20260819_m023756_c001_v0001106_t0035_u01787107076724") 2026/08/19 02:39:22 DEBUG : toe/toe/toe: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f402d0eab12f58327_d20260819_m023819_c001_v7007000_t0000_u01787107099931") 2026/08/19 02:39:22 DEBUG : toe/toe/toe: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4135c87ff8567643_d20260819_m023819_c001_v0001146_t0031_u01787107099347") 2026/08/19 02:39:22 DEBUG : toe/toe/toe: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f41546a0aeb8eeffe_d20260819_m023807_c001_v7007000_t0000_u01787107087183") 2026/08/19 02:39:22 DEBUG : toe/toe/toe: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f402fe27849a7e8e3_d20260819_m023806_c001_v0001177_t0022_u01787107086559") 2026/08/19 02:39:22 DEBUG : toe/toe/toe.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f41546a0aeb8ef008_d20260819_m023815_c001_v7007000_t0000_u01787107095474") 2026/08/19 02:39:22 DEBUG : toe/toe/toe.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f402fe27849a7e8ff_d20260819_m023814_c001_v0001177_t0022_u01787107094693") 2026/08/19 02:39:22 DEBUG : toe/toe/toe.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f41546a0aeb8ef004_d20260819_m023811_c001_v7007000_t0000_u01787107091902") 2026/08/19 02:39:22 DEBUG : toe/toe/toe.txt: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f410b2aaa816ea943_d20260819_m023811_c001_v0001109_t0059_u01787107091126") 2026/08/19 02:39:22 DEBUG : two: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4057acd005a7f751_d20260819_m023127_c001_v7007000_t0000_u01787106687095") 2026/08/19 02:39:22 DEBUG : two: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f410ef3264298ded3_d20260819_m023125_c001_v0001106_t0035_u01787106685036") 2026/08/19 02:39:22 DEBUG : two: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f402fe27849a7e0ef_d20260819_m023123_c001_v0001177_t0022_u01787106683366") 2026/08/19 02:39:22 DEBUG : yam: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4057acd005a7f767_d20260819_m023134_c001_v7007000_t0000_u01787106694383") 2026/08/19 02:39:22 DEBUG : yam: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4085312d33d32695_d20260819_m023133_c001_v0001043_t0039_u01787106693458") 2026/08/19 02:39:22 DEBUG : yam: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4057acd005a7f757_d20260819_m023131_c001_v7007000_t0000_u01787106691236") 2026/08/19 02:39:22 DEBUG : yam: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f40120158e2194723_d20260819_m023130_c001_v0001183_t0022_u01787106690261") 2026/08/19 02:39:22 DEBUG : yam: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4057acd005a7f752_d20260819_m023128_c001_v7007000_t0000_u01787106688957") 2026/08/19 02:39:22 DEBUG : yam: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f410ef3264298dedf_d20260819_m023127_c001_v0001106_t0035_u01787106687655") 2026/08/19 02:39:22 DEBUG : yaml: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4057acd005a7f75a_d20260819_m023131_c001_v7007000_t0000_u01787106691967") 2026/08/19 02:39:22 DEBUG : yaml: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f409b75da309e2e68_d20260819_m023131_c001_v0001144_t0026_u01787106691048") 2026/08/19 02:39:22 DEBUG : yaml: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f4057acd005a7f754_d20260819_m023129_c001_v7007000_t0000_u01787106689700") 2026/08/19 02:39:23 DEBUG : yaml: Deleting (id "4_zdfd2adc3d0ad1b7baf080e1b_f40233a3aafbc5749_d20260819_m023128_c001_v0001097_t0043_u01787106688772") "./sync.test -test.v -test.timeout 1h0m0s -remote TestB2: -list-retries 5 -verbose" - Finished OK in 9m22.733126916s (try 1/5)