"./sync.test -test.v -test.timeout 1h0m0s -remote TestB2: -list-retries 5 -verbose" - Starting (try 1/5) 2026/08/27 02:36:20 DEBUG : Creating backend with remote "TestB2:rclone-test-qatuzoc7haku" 2026/08/27 02:36:20 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/08/27 02:36:21 DEBUG : Creating backend with remote "/tmp/rclone3721612030" === RUN TestPipe --- PASS: TestPipe (0.00s) === RUN TestPipeConcurrent --- PASS: TestPipeConcurrent (0.03s) === RUN TestPipeOrderBy === RUN TestPipeOrderBy/#00 === RUN TestPipeOrderBy/size === RUN TestPipeOrderBy/name === RUN TestPipeOrderBy/modtime === RUN TestPipeOrderBy/size,ascending === RUN TestPipeOrderBy/name,asc === RUN TestPipeOrderBy/modtime,ascending === RUN TestPipeOrderBy/size,descending === RUN TestPipeOrderBy/name,desc === RUN TestPipeOrderBy/modtime,descending === RUN TestPipeOrderBy/size,mixed,50 === RUN TestPipeOrderBy/size,mixed,51 --- PASS: TestPipeOrderBy (0.00s) --- PASS: TestPipeOrderBy/#00 (0.00s) --- PASS: TestPipeOrderBy/size (0.00s) --- PASS: TestPipeOrderBy/name (0.00s) --- PASS: TestPipeOrderBy/modtime (0.00s) --- PASS: TestPipeOrderBy/size,ascending (0.00s) --- PASS: TestPipeOrderBy/name,asc (0.00s) --- PASS: TestPipeOrderBy/modtime,ascending (0.00s) --- PASS: TestPipeOrderBy/size,descending (0.00s) --- PASS: TestPipeOrderBy/name,desc (0.00s) --- PASS: TestPipeOrderBy/modtime,descending (0.00s) --- PASS: TestPipeOrderBy/size,mixed,50 (0.00s) --- PASS: TestPipeOrderBy/size,mixed,51 (0.00s) === RUN TestNewLess === RUN TestNewLess/blankOK === RUN TestNewLess/tooManyParts === RUN TestNewLess/tooManyParts2 === RUN TestNewLess/badMixed === RUN TestNewLess/unknownComparison === RUN TestNewLess/unknownSortDirection === RUN TestNewLess/patternNeedsGlob === RUN TestNewLess/patternRejectsEmptyGlob === RUN TestNewLess/patternRejectsBadGlob === RUN TestNewLess/patternOrder === RUN TestNewLess/size === RUN TestNewLess/name === RUN TestNewLess/modtime === RUN TestNewLess/size,ascending === RUN TestNewLess/name,asc === RUN TestNewLess/modtime,ascending === RUN TestNewLess/size,descending === RUN TestNewLess/name,desc === RUN TestNewLess/modtime,descending === RUN TestNewLess/modtime,mixed === RUN TestNewLess/modtime,mixed,30 --- PASS: TestNewLess (0.00s) --- PASS: TestNewLess/blankOK (0.00s) --- PASS: TestNewLess/tooManyParts (0.00s) --- PASS: TestNewLess/tooManyParts2 (0.00s) --- PASS: TestNewLess/badMixed (0.00s) --- PASS: TestNewLess/unknownComparison (0.00s) --- PASS: TestNewLess/unknownSortDirection (0.00s) --- PASS: TestNewLess/patternNeedsGlob (0.00s) --- PASS: TestNewLess/patternRejectsEmptyGlob (0.00s) --- PASS: TestNewLess/patternRejectsBadGlob (0.00s) --- PASS: TestNewLess/patternOrder (0.00s) --- PASS: TestNewLess/size (0.00s) --- PASS: TestNewLess/name (0.00s) --- PASS: TestNewLess/modtime (0.00s) --- PASS: TestNewLess/size,ascending (0.00s) --- PASS: TestNewLess/name,asc (0.00s) --- PASS: TestNewLess/modtime,ascending (0.00s) --- PASS: TestNewLess/size,descending (0.00s) --- PASS: TestNewLess/name,desc (0.00s) --- PASS: TestNewLess/modtime,descending (0.00s) --- PASS: TestNewLess/modtime,mixed (0.00s) --- PASS: TestNewLess/modtime,mixed,30 (0.00s) === RUN TestRcCopy rc_test.go:16: Skipping test on non local remote --- SKIP: TestRcCopy (0.00s) === RUN TestRcMove rc_test.go:16: Skipping test on non local remote --- SKIP: TestRcMove (0.00s) === RUN TestRcSync rc_test.go:16: Skipping test on non local remote --- SKIP: TestRcSync (0.00s) === RUN TestCopyWithDryRun run.go:198: Remote "B2 bucket rclone-test-qatuzoc7haku", Local "Local file system at /tmp/rclone3721612030", Modify Window "1ms" 2026/08/27 02:36:22 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/27 02:36:22 NOTICE: sub dir/hello world: Skipped copy as --dry-run is set (size 11) 2026/08/27 02:36:22 DEBUG : B2 bucket rclone-test-qatuzoc7haku: Waiting for checks to finish 2026/08/27 02:36:22 DEBUG : B2 bucket rclone-test-qatuzoc7haku: Waiting for transfers to finish --- PASS: TestCopyWithDryRun (1.62s) === RUN TestCopy run.go:198: Remote "B2 bucket rclone-test-qatuzoc7haku", Local "Local file system at /tmp/rclone3721612030", Modify Window "1ms" 2026/08/27 02:36:22 INFO : sub dir: Set directory modification time (using DirSetModTime) 2026/08/27 02:36:23 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/27 02:36:23 DEBUG : B2 bucket rclone-test-qatuzoc7haku: Waiting for checks to finish 2026/08/27 02:36:23 DEBUG : B2 bucket rclone-test-qatuzoc7haku: Waiting for transfers to finish 2026/08/27 02:36:23 DEBUG : sub dir/hello world: size = 11 OK 2026/08/27 02:36:23 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/27 02:36:23 INFO : sub dir/hello world: Copied (new) 2026/08/27 02:36:23 DEBUG : B2 bucket rclone-test-qatuzoc7haku: Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata --- PASS: TestCopy (1.65s) === RUN TestCopyMetadata run.go:198: Remote "B2 bucket rclone-test-qatuzoc7haku", Local "Local file system at /tmp/rclone3721612030", Modify Window "1ms" sync_test.go:99: Skipping as metadata not supported --- SKIP: TestCopyMetadata (0.34s) === RUN TestCopyMetadataNoEmptyDirs run.go:198: Remote "B2 bucket rclone-test-qatuzoc7haku", Local "Local file system at /tmp/rclone3721612030", Modify Window "1ms" sync_test.go:99: Skipping as metadata not supported --- SKIP: TestCopyMetadataNoEmptyDirs (0.35s) === RUN TestCopyMissingDirectory run.go:198: Remote "B2 bucket rclone-test-qatuzoc7haku", Local "Local file system at /tmp/rclone3721612030", Modify Window "1ms" 2026/08/27 02:36:25 DEBUG : Creating backend with remote "/non-existing" 2026/08/27 02:36:25 ERROR : Local file system at /non-existing: error reading source root directory: directory not found 2026/08/27 02:36:25 DEBUG : B2 bucket rclone-test-qatuzoc7haku: Waiting for checks to finish 2026/08/27 02:36:25 DEBUG : B2 bucket rclone-test-qatuzoc7haku: Waiting for transfers to finish --- PASS: TestCopyMissingDirectory (0.52s) === RUN TestCopyNoTraverse run.go:198: Remote "B2 bucket rclone-test-qatuzoc7haku", Local "Local file system at /tmp/rclone3721612030", Modify Window "1ms" 2026/08/27 02:36:26 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/27 02:36:26 DEBUG : B2 bucket rclone-test-qatuzoc7haku: Waiting for checks to finish 2026/08/27 02:36:26 DEBUG : B2 bucket rclone-test-qatuzoc7haku: Waiting for transfers to finish 2026/08/27 02:36:26 DEBUG : sub dir/hello world: size = 11 OK 2026/08/27 02:36:26 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/27 02:36:26 INFO : sub dir/hello world: Copied (new) --- PASS: TestCopyNoTraverse (1.42s) === RUN TestCopyNoTraverseDeadlock run.go:198: Remote "B2 bucket rclone-test-qatuzoc7haku", Local "Local file system at /tmp/rclone3721612030", Modify Window "1ms" sync_test.go:223: Only runs on local --- SKIP: TestCopyNoTraverseDeadlock (0.34s) === RUN TestCopyCheckFirst run.go:198: Remote "B2 bucket rclone-test-qatuzoc7haku", Local "Local file system at /tmp/rclone3721612030", Modify Window "1ms" 2026/08/27 02:36:27 INFO : B2 bucket rclone-test-qatuzoc7haku: Running all checks before starting transfers 2026/08/27 02:36:27 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/27 02:36:27 DEBUG : B2 bucket rclone-test-qatuzoc7haku: Waiting for checks to finish 2026/08/27 02:36:27 INFO : B2 bucket rclone-test-qatuzoc7haku: Checks finished, now starting transfers 2026/08/27 02:36:27 DEBUG : B2 bucket rclone-test-qatuzoc7haku: Waiting for transfers to finish 2026/08/27 02:36:27 DEBUG : sub dir/hello world: size = 11 OK 2026/08/27 02:36:27 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/27 02:36:27 INFO : sub dir/hello world: Copied (new) --- PASS: TestCopyCheckFirst (1.05s) === RUN TestSyncNoTraverse run.go:198: Remote "B2 bucket rclone-test-qatuzoc7haku", Local "Local file system at /tmp/rclone3721612030", Modify Window "1ms" 2026/08/27 02:36:28 ERROR : Ignoring --no-traverse with sync 2026/08/27 02:36:28 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/27 02:36:28 DEBUG : B2 bucket rclone-test-qatuzoc7haku: Waiting for checks to finish 2026/08/27 02:36:28 DEBUG : B2 bucket rclone-test-qatuzoc7haku: Waiting for transfers to finish 2026/08/27 02:36:28 DEBUG : sub dir/hello world: size = 11 OK 2026/08/27 02:36:28 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/27 02:36:28 INFO : sub dir/hello world: Copied (new) 2026/08/27 02:36:28 DEBUG : Waiting for deletions to finish --- PASS: TestSyncNoTraverse (1.05s) === RUN TestCopyWithDepth run.go:198: Remote "B2 bucket rclone-test-qatuzoc7haku", Local "Local file system at /tmp/rclone3721612030", Modify Window "1ms" 2026/08/27 02:36:29 DEBUG : hello world2: Need to transfer - File not found at Destination 2026/08/27 02:36:29 DEBUG : B2 bucket rclone-test-qatuzoc7haku: Waiting for checks to finish 2026/08/27 02:36:29 DEBUG : B2 bucket rclone-test-qatuzoc7haku: Waiting for transfers to finish 2026/08/27 02:36:30 DEBUG : hello world2: size = 12 OK 2026/08/27 02:36:30 DEBUG : hello world2: sha1 = c0bf117f9c93d02c894fe8ffd6e5cecf3545c209 OK 2026/08/27 02:36:30 INFO : hello world2: Copied (new) --- PASS: TestCopyWithDepth (1.20s) === RUN TestCopyWithFilesFrom run.go:198: Remote "B2 bucket rclone-test-qatuzoc7haku", Local "Local file system at /tmp/rclone3721612030", Modify Window "1ms" 2026/08/27 02:36:31 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/27 02:36:31 DEBUG : B2 bucket rclone-test-qatuzoc7haku: Waiting for checks to finish 2026/08/27 02:36:31 DEBUG : B2 bucket rclone-test-qatuzoc7haku: Waiting for transfers to finish 2026/08/27 02:36:31 DEBUG : potato2: size = 11 OK 2026/08/27 02:36:31 DEBUG : potato2: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/27 02:36:31 INFO : potato2: Copied (new) --- PASS: TestCopyWithFilesFrom (1.05s) === RUN TestCopyWithFilesFromAndNoTraverse run.go:198: Remote "B2 bucket rclone-test-qatuzoc7haku", Local "Local file system at /tmp/rclone3721612030", Modify Window "1ms" 2026/08/27 02:36:32 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/27 02:36:32 DEBUG : B2 bucket rclone-test-qatuzoc7haku: Waiting for checks to finish 2026/08/27 02:36:32 DEBUG : B2 bucket rclone-test-qatuzoc7haku: Waiting for transfers to finish 2026/08/27 02:36:32 DEBUG : potato2: size = 11 OK 2026/08/27 02:36:32 DEBUG : potato2: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/27 02:36:32 INFO : potato2: Copied (new) --- PASS: TestCopyWithFilesFromAndNoTraverse (1.40s) === RUN TestCopyEmptyDirectories run.go:198: Remote "B2 bucket rclone-test-qatuzoc7haku", Local "Local file system at /tmp/rclone3721612030", Modify Window "1ms" 2026/08/27 02:36:33 DEBUG : sub dir2/sub sub dir2: Making directory with metadata 2026/08/27 02:36:33 INFO : sub dir2/sub sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/27 02:36:33 INFO : sub dir2: Set directory modification time (using DirSetModTime) 2026/08/27 02:36:33 INFO : sub dir: Set directory modification time (using DirSetModTime) 2026/08/27 02:36:33 INFO : sub dir2: Making directory 2026/08/27 02:36:33 INFO : sub dir: Making directory 2026/08/27 02:36:33 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/27 02:36:33 INFO : sub dir2/sub sub dir2: Making directory 2026/08/27 02:36:33 DEBUG : B2 bucket rclone-test-qatuzoc7haku: Waiting for checks to finish 2026/08/27 02:36:33 DEBUG : B2 bucket rclone-test-qatuzoc7haku: Waiting for transfers to finish 2026/08/27 02:36:33 DEBUG : sub dir/hello world: size = 11 OK 2026/08/27 02:36:33 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/27 02:36:33 INFO : sub dir/hello world: Copied (new) fstest.go:251: Filtering empty directory "sub dir2" fstest.go:251: Filtering empty directory "sub dir2/sub sub dir2" 2026/08/27 02:36:33 DEBUG : B2 bucket rclone-test-qatuzoc7haku: Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata --- PASS: TestCopyEmptyDirectories (1.05s) === RUN TestCopyNoEmptyDirectories run.go:198: Remote "B2 bucket rclone-test-qatuzoc7haku", Local "Local file system at /tmp/rclone3721612030", Modify Window "1ms" 2026/08/27 02:36:34 INFO : sub dir2: Making directory 2026/08/27 02:36:34 DEBUG : sub dir2/sub sub dir2: Making directory with metadata 2026/08/27 02:36:34 INFO : sub dir2/sub sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/27 02:36:34 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/27 02:36:34 DEBUG : B2 bucket rclone-test-qatuzoc7haku: Waiting for checks to finish 2026/08/27 02:36:34 DEBUG : B2 bucket rclone-test-qatuzoc7haku: Waiting for transfers to finish 2026/08/27 02:36:34 DEBUG : sub dir/hello world: size = 11 OK 2026/08/27 02:36:34 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/27 02:36:34 INFO : sub dir/hello world: Copied (new) --- PASS: TestCopyNoEmptyDirectories (1.05s) === RUN TestMoveEmptyDirectories run.go:198: Remote "B2 bucket rclone-test-qatuzoc7haku", Local "Local file system at /tmp/rclone3721612030", Modify Window "1ms" 2026/08/27 02:36:35 DEBUG : sub dir2: Making directory with metadata 2026/08/27 02:36:35 INFO : sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/27 02:36:35 INFO : sub dir2: Making directory 2026/08/27 02:36:35 INFO : sub dir: Making directory 2026/08/27 02:36:35 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/27 02:36:35 DEBUG : B2 bucket rclone-test-qatuzoc7haku: Waiting for checks to finish 2026/08/27 02:36:35 DEBUG : B2 bucket rclone-test-qatuzoc7haku: Waiting for transfers to finish 2026/08/27 02:36:35 DEBUG : sub dir/hello world: size = 11 OK 2026/08/27 02:36:35 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/27 02:36:35 INFO : sub dir/hello world: Copied (new) 2026/08/27 02:36:35 INFO : sub dir/hello world: Deleted fstest.go:251: Filtering empty directory "sub dir2" 2026/08/27 02:36:35 DEBUG : B2 bucket rclone-test-qatuzoc7haku: Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata 2026/08/27 02:36:36 DEBUG : B2 bucket rclone-test-qatuzoc7haku: Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata --- PASS: TestMoveEmptyDirectories (1.24s) === RUN TestSyncNoUpdateDirModtime run.go:198: Remote "B2 bucket rclone-test-qatuzoc7haku", Local "Local file system at /tmp/rclone3721612030", Modify Window "1ms" sync_test.go:439: Skipping test as backend does not support DirSetModTime --- SKIP: TestSyncNoUpdateDirModtime (0.38s) === RUN TestMoveNoEmptyDirectories run.go:198: Remote "B2 bucket rclone-test-qatuzoc7haku", Local "Local file system at /tmp/rclone3721612030", Modify Window "1ms" 2026/08/27 02:36:36 INFO : sub dir2: Making directory 2026/08/27 02:36:37 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/27 02:36:37 DEBUG : B2 bucket rclone-test-qatuzoc7haku: Waiting for checks to finish 2026/08/27 02:36:37 DEBUG : B2 bucket rclone-test-qatuzoc7haku: Waiting for transfers to finish 2026/08/27 02:36:37 DEBUG : sub dir/hello world: size = 11 OK 2026/08/27 02:36:37 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/27 02:36:37 INFO : sub dir/hello world: Copied (new) 2026/08/27 02:36:37 INFO : sub dir/hello world: Deleted --- PASS: TestMoveNoEmptyDirectories (1.05s) === RUN TestSyncEmptyDirectories run.go:198: Remote "B2 bucket rclone-test-qatuzoc7haku", Local "Local file system at /tmp/rclone3721612030", Modify Window "1ms" 2026/08/27 02:36:38 DEBUG : sub dir2: Making directory with metadata 2026/08/27 02:36:38 INFO : sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/27 02:36:38 INFO : sub dir: Set directory modification time (using DirSetModTime) 2026/08/27 02:36:38 INFO : sub dir2: Making directory 2026/08/27 02:36:38 INFO : sub dir: Making directory 2026/08/27 02:36:38 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/27 02:36:38 DEBUG : B2 bucket rclone-test-qatuzoc7haku: Waiting for checks to finish 2026/08/27 02:36:38 DEBUG : B2 bucket rclone-test-qatuzoc7haku: Waiting for transfers to finish 2026/08/27 02:36:38 DEBUG : sub dir/hello world: size = 11 OK 2026/08/27 02:36:38 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/27 02:36:38 INFO : sub dir/hello world: Copied (new) 2026/08/27 02:36:38 DEBUG : Waiting for deletions to finish fstest.go:251: Filtering empty directory "sub dir2" 2026/08/27 02:36:38 DEBUG : B2 bucket rclone-test-qatuzoc7haku: Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata --- PASS: TestSyncEmptyDirectories (1.05s) === RUN TestSyncSetDelayedModTimes run.go:198: Remote "B2 bucket rclone-test-qatuzoc7haku", Local "Local file system at /tmp/rclone3721612030", Modify Window "1ms" sync_test.go:538: Backend doesn't have DirModTimeUpdatesOnWrite set --- SKIP: TestSyncSetDelayedModTimes (0.35s) === RUN TestSyncNoEmptyDirectories run.go:198: Remote "B2 bucket rclone-test-qatuzoc7haku", Local "Local file system at /tmp/rclone3721612030", Modify Window "1ms" 2026/08/27 02:36:39 INFO : sub dir2: Making directory 2026/08/27 02:36:39 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/27 02:36:39 DEBUG : B2 bucket rclone-test-qatuzoc7haku: Waiting for checks to finish 2026/08/27 02:36:39 DEBUG : B2 bucket rclone-test-qatuzoc7haku: Waiting for transfers to finish 2026/08/27 02:36:39 DEBUG : sub dir/hello world: size = 11 OK 2026/08/27 02:36:39 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/27 02:36:39 INFO : sub dir/hello world: Copied (new) 2026/08/27 02:36:39 DEBUG : Waiting for deletions to finish --- PASS: TestSyncNoEmptyDirectories (1.08s) === RUN TestServerSideCopy run.go:198: Remote "B2 bucket rclone-test-qatuzoc7haku", Local "Local file system at /tmp/rclone3721612030", Modify Window "1ms" 2026/08/27 02:36:40 DEBUG : Creating backend with remote "TestB2:rclone-test-vovizoh0daho" sync_test.go:620: Server side copy (if possible) B2 bucket rclone-test-qatuzoc7haku -> B2 bucket rclone-test-vovizoh0daho 2026/08/27 02:36:42 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/27 02:36:42 DEBUG : B2 bucket rclone-test-vovizoh0daho: Waiting for checks to finish 2026/08/27 02:36:42 DEBUG : B2 bucket rclone-test-vovizoh0daho: Waiting for transfers to finish 2026/08/27 02:36:42 DEBUG : sub dir/hello world: size = 11 OK 2026/08/27 02:36:42 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/27 02:36:42 INFO : sub dir/hello world: Copied (server-side copy) 2026/08/27 02:36:42 DEBUG : B2 bucket rclone-test-vovizoh0daho: Purge remote 2026/08/27 02:36:42 INFO : B2 bucket rclone-test-vovizoh0daho: cleaning bucket "rclone-test-vovizoh0daho" of all files 2026/08/27 02:36:43 DEBUG : sub dir/hello world: Deleting (id "4_z6fe2ad73103d4b1baf080e1b_f406a913f7d86b6ea_d20260827_m023642_c001_v0001145_t0021_u01787798202700") --- PASS: TestServerSideCopy (3.75s) === RUN TestCopyOverSelf run.go:198: Remote "B2 bucket rclone-test-qatuzoc7haku", Local "Local file system at /tmp/rclone3721612030", Modify Window "1ms" 2026/08/27 02:36:44 DEBUG : sub dir/hello world: size = 17 (Local file system at /tmp/rclone3721612030) 2026/08/27 02:36:44 DEBUG : sub dir/hello world: size = 11 (B2 bucket rclone-test-qatuzoc7haku) 2026/08/27 02:36:44 DEBUG : sub dir/hello world: Sizes differ 2026/08/27 02:36:44 DEBUG : B2 bucket rclone-test-qatuzoc7haku: Waiting for checks to finish 2026/08/27 02:36:44 DEBUG : B2 bucket rclone-test-qatuzoc7haku: Waiting for transfers to finish 2026/08/27 02:36:45 DEBUG : sub dir/hello world: size = 17 OK 2026/08/27 02:36:45 DEBUG : sub dir/hello world: sha1 = b84a9b2362aee3556081792f3b7abd3958da8deb OK 2026/08/27 02:36:45 INFO : sub dir/hello world: Copied (replaced existing) --- PASS: TestCopyOverSelf (1.57s) === RUN TestServerSideCopyOverSelf run.go:198: Remote "B2 bucket rclone-test-qatuzoc7haku", Local "Local file system at /tmp/rclone3721612030", Modify Window "1ms" 2026/08/27 02:36:46 DEBUG : Creating backend with remote "TestB2:rclone-test-vajofen2xiqa" sync_test.go:656: Server side copy (if possible) B2 bucket rclone-test-qatuzoc7haku -> B2 bucket rclone-test-vajofen2xiqa 2026/08/27 02:36:47 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/27 02:36:47 DEBUG : B2 bucket rclone-test-vajofen2xiqa: Waiting for checks to finish 2026/08/27 02:36:47 DEBUG : B2 bucket rclone-test-vajofen2xiqa: Waiting for transfers to finish 2026/08/27 02:36:48 DEBUG : sub dir/hello world: size = 11 OK 2026/08/27 02:36:48 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/27 02:36:48 INFO : sub dir/hello world: Copied (server-side copy) 2026/08/27 02:36:49 DEBUG : B2 bucket rclone-test-vajofen2xiqa: Waiting for checks to finish 2026/08/27 02:36:49 DEBUG : sub dir/hello world: size = 17 (B2 bucket rclone-test-qatuzoc7haku) 2026/08/27 02:36:49 DEBUG : sub dir/hello world: size = 11 (B2 bucket rclone-test-vajofen2xiqa) 2026/08/27 02:36:49 DEBUG : sub dir/hello world: Sizes differ 2026/08/27 02:36:49 DEBUG : B2 bucket rclone-test-vajofen2xiqa: Waiting for transfers to finish 2026/08/27 02:36:49 DEBUG : sub dir/hello world: size = 17 OK 2026/08/27 02:36:49 DEBUG : sub dir/hello world: sha1 = b84a9b2362aee3556081792f3b7abd3958da8deb OK 2026/08/27 02:36:49 INFO : sub dir/hello world: Copied (server-side copy) 2026/08/27 02:36:49 DEBUG : B2 bucket rclone-test-vajofen2xiqa: Purge remote 2026/08/27 02:36:49 INFO : B2 bucket rclone-test-vajofen2xiqa: cleaning bucket "rclone-test-vajofen2xiqa" of all files 2026/08/27 02:36:49 DEBUG : sub dir/hello world: Deleting (id "4_z2fe2bdc3103d4b1baf080e1b_f411411b73f45ef26_d20260827_m023649_c001_v0001174_t0032_u01787798209486") 2026/08/27 02:36:49 DEBUG : sub dir/hello world: Deleting (id "4_z2fe2bdc3103d4b1baf080e1b_f4198e978f95c1170_d20260827_m023648_c001_v0001130_t0000_u01787798208006") --- PASS: TestServerSideCopyOverSelf (5.37s) === RUN TestMoveOverSelf run.go:198: Remote "B2 bucket rclone-test-qatuzoc7haku", Local "Local file system at /tmp/rclone3721612030", Modify Window "1ms" 2026/08/27 02:36:51 DEBUG : B2 bucket rclone-test-qatuzoc7haku: Waiting for checks to finish 2026/08/27 02:36:51 DEBUG : sub dir/hello world: size = 17 (Local file system at /tmp/rclone3721612030) 2026/08/27 02:36:51 DEBUG : sub dir/hello world: size = 11 (B2 bucket rclone-test-qatuzoc7haku) 2026/08/27 02:36:51 DEBUG : sub dir/hello world: Sizes differ 2026/08/27 02:36:51 DEBUG : B2 bucket rclone-test-qatuzoc7haku: Waiting for transfers to finish 2026/08/27 02:36:52 DEBUG : sub dir/hello world: size = 17 OK 2026/08/27 02:36:52 DEBUG : sub dir/hello world: sha1 = b84a9b2362aee3556081792f3b7abd3958da8deb OK 2026/08/27 02:36:52 INFO : sub dir/hello world: Copied (replaced existing) 2026/08/27 02:36:52 INFO : sub dir/hello world: Deleted --- PASS: TestMoveOverSelf (1.57s) === RUN TestServerSideMoveOverSelf run.go:198: Remote "B2 bucket rclone-test-qatuzoc7haku", Local "Local file system at /tmp/rclone3721612030", Modify Window "1ms" 2026/08/27 02:36:53 DEBUG : Creating backend with remote "TestB2:rclone-test-nagiviv1zahu" sync_test.go:701: Server side copy (if possible) B2 bucket rclone-test-qatuzoc7haku -> B2 bucket rclone-test-nagiviv1zahu 2026/08/27 02:36:54 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/27 02:36:54 DEBUG : B2 bucket rclone-test-nagiviv1zahu: Waiting for checks to finish 2026/08/27 02:36:54 DEBUG : B2 bucket rclone-test-nagiviv1zahu: Waiting for transfers to finish 2026/08/27 02:36:54 DEBUG : sub dir/hello world: size = 11 OK 2026/08/27 02:36:54 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/27 02:36:54 INFO : sub dir/hello world: Copied (server-side copy) 2026/08/27 02:36:55 DEBUG : B2 bucket rclone-test-nagiviv1zahu: Waiting for checks to finish 2026/08/27 02:36:55 DEBUG : sub dir/hello world: size = 17 (B2 bucket rclone-test-qatuzoc7haku) 2026/08/27 02:36:55 DEBUG : sub dir/hello world: size = 11 (B2 bucket rclone-test-nagiviv1zahu) 2026/08/27 02:36:55 DEBUG : sub dir/hello world: Sizes differ 2026/08/27 02:36:55 DEBUG : B2 bucket rclone-test-nagiviv1zahu: Waiting for transfers to finish 2026/08/27 02:36:56 DEBUG : sub dir/hello world: size = 17 OK 2026/08/27 02:36:56 DEBUG : sub dir/hello world: sha1 = b84a9b2362aee3556081792f3b7abd3958da8deb OK 2026/08/27 02:36:56 INFO : sub dir/hello world: Copied (server-side copy) 2026/08/27 02:36:56 INFO : sub dir/hello world: Deleted 2026/08/27 02:36:56 DEBUG : testing file moves 2026/08/27 02:36:57 DEBUG : sub dir/hello world: size = 24 (B2 bucket rclone-test-qatuzoc7haku) 2026/08/27 02:36:57 DEBUG : sub dir/hello world: size = 17 (B2 bucket rclone-test-nagiviv1zahu) 2026/08/27 02:36:57 DEBUG : B2 bucket rclone-test-nagiviv1zahu: Waiting for checks to finish 2026/08/27 02:36:57 DEBUG : sub dir/hello world: Sizes differ 2026/08/27 02:36:57 DEBUG : B2 bucket rclone-test-nagiviv1zahu: Waiting for transfers to finish 2026/08/27 02:36:57 DEBUG : sub dir/hello world: size = 24 OK 2026/08/27 02:36:57 DEBUG : sub dir/hello world: sha1 = 73716105e69866349759070d23c6e97b3acc55ff OK 2026/08/27 02:36:57 INFO : sub dir/hello world: Copied (server-side copy) 2026/08/27 02:36:57 INFO : sub dir/hello world: Deleted 2026/08/27 02:36:58 DEBUG : B2 bucket rclone-test-nagiviv1zahu: Purge remote 2026/08/27 02:36:58 INFO : B2 bucket rclone-test-nagiviv1zahu: cleaning bucket "rclone-test-nagiviv1zahu" of all files 2026/08/27 02:36:58 DEBUG : sub dir/hello world: Deleting (id "4_z9f42dd73103d4b1baf080e1b_f4109af4181e0df18_d20260827_m023657_c001_v0001180_t0039_u01787798217428") 2026/08/27 02:36:58 DEBUG : sub dir/hello world: Deleting (id "4_z9f42dd73103d4b1baf080e1b_f4115e7608358fac7_d20260827_m023655_c001_v0001153_t0013_u01787798215979") 2026/08/27 02:36:58 DEBUG : sub dir/hello world: Deleting (id "4_z9f42dd73103d4b1baf080e1b_f4174490b6ea0eda1_d20260827_m023654_c001_v0001172_t0043_u01787798214894") --- PASS: TestServerSideMoveOverSelf (6.75s) === RUN TestCopyAfterDelete run.go:198: Remote "B2 bucket rclone-test-qatuzoc7haku", Local "Local file system at /tmp/rclone3721612030", Modify Window "1ms" 2026/08/27 02:36:59 ERROR : error listing: directory not found 2026/08/27 02:36:59 INFO : Local file system at /tmp/rclone3721612030: Making directory 2026/08/27 02:37:00 DEBUG : B2 bucket rclone-test-qatuzoc7haku: Waiting for checks to finish 2026/08/27 02:37:00 DEBUG : B2 bucket rclone-test-qatuzoc7haku: Waiting for transfers to finish --- PASS: TestCopyAfterDelete (1.40s) === RUN TestCopyRedownload run.go:198: Remote "B2 bucket rclone-test-qatuzoc7haku", Local "Local file system at /tmp/rclone3721612030", Modify Window "1ms" 2026/08/27 02:37:01 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/27 02:37:01 DEBUG : Local file system at /tmp/rclone3721612030: Waiting for checks to finish 2026/08/27 02:37:01 DEBUG : Local file system at /tmp/rclone3721612030: Waiting for transfers to finish 2026/08/27 02:37:02 DEBUG : sub dir/hello world.df762ecf.partial: size = 11 OK 2026/08/27 02:37:02 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/27 02:37:02 DEBUG : sub dir/hello world.df762ecf.partial: renamed to: sub dir/hello world 2026/08/27 02:37:02 INFO : sub dir/hello world: Copied (new) --- PASS: TestCopyRedownload (1.75s) === RUN TestSyncBasedOnCheckSum run.go:198: Remote "B2 bucket rclone-test-qatuzoc7haku", Local "Local file system at /tmp/rclone3721612030", Modify Window "1ms" 2026/08/27 02:37:02 DEBUG : check sum: Need to transfer - File not found at Destination 2026/08/27 02:37:02 DEBUG : B2 bucket rclone-test-qatuzoc7haku: Waiting for checks to finish 2026/08/27 02:37:02 DEBUG : B2 bucket rclone-test-qatuzoc7haku: Waiting for transfers to finish 2026/08/27 02:37:03 DEBUG : check sum: size = 1 OK 2026/08/27 02:37:03 DEBUG : check sum: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2026/08/27 02:37:03 INFO : check sum: Copied (new) 2026/08/27 02:37:03 DEBUG : Waiting for deletions to finish 2026/08/27 02:37:03 DEBUG : B2 bucket rclone-test-qatuzoc7haku: Waiting for checks to finish 2026/08/27 02:37:03 DEBUG : check sum: size = 1 OK 2026/08/27 02:37:03 DEBUG : check sum: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2026/08/27 02:37:03 DEBUG : check sum: Size and sha1 of src and dst objects identical 2026/08/27 02:37:03 DEBUG : check sum: Unchanged skipping 2026/08/27 02:37:03 DEBUG : B2 bucket rclone-test-qatuzoc7haku: Waiting for transfers to finish 2026/08/27 02:37:03 DEBUG : Waiting for deletions to finish 2026/08/27 02:37:03 INFO : There was nothing to transfer --- PASS: TestSyncBasedOnCheckSum (1.39s) === RUN TestSyncSizeOnly run.go:198: Remote "B2 bucket rclone-test-qatuzoc7haku", Local "Local file system at /tmp/rclone3721612030", Modify Window "1ms" 2026/08/27 02:37:04 DEBUG : sizeonly: Need to transfer - File not found at Destination 2026/08/27 02:37:04 DEBUG : B2 bucket rclone-test-qatuzoc7haku: Waiting for checks to finish 2026/08/27 02:37:04 DEBUG : B2 bucket rclone-test-qatuzoc7haku: Waiting for transfers to finish 2026/08/27 02:37:04 DEBUG : sizeonly: size = 6 OK 2026/08/27 02:37:04 DEBUG : sizeonly: sha1 = 3e2e95f5ad970eadfa7e17eaf73da97024aa5359 OK 2026/08/27 02:37:04 INFO : sizeonly: Copied (new) 2026/08/27 02:37:04 DEBUG : Waiting for deletions to finish 2026/08/27 02:37:04 DEBUG : sizeonly: size = 6 OK 2026/08/27 02:37:04 DEBUG : sizeonly: Sizes identical 2026/08/27 02:37:04 DEBUG : sizeonly: Unchanged skipping 2026/08/27 02:37:04 DEBUG : B2 bucket rclone-test-qatuzoc7haku: Waiting for checks to finish 2026/08/27 02:37:04 DEBUG : B2 bucket rclone-test-qatuzoc7haku: Waiting for transfers to finish 2026/08/27 02:37:04 DEBUG : Waiting for deletions to finish 2026/08/27 02:37:04 INFO : There was nothing to transfer --- PASS: TestSyncSizeOnly (1.52s) === RUN TestSyncIgnoreSize run.go:198: Remote "B2 bucket rclone-test-qatuzoc7haku", Local "Local file system at /tmp/rclone3721612030", Modify Window "1ms" 2026/08/27 02:37:05 DEBUG : ignore-size: Need to transfer - File not found at Destination 2026/08/27 02:37:05 DEBUG : B2 bucket rclone-test-qatuzoc7haku: Waiting for checks to finish 2026/08/27 02:37:05 DEBUG : B2 bucket rclone-test-qatuzoc7haku: Waiting for transfers to finish 2026/08/27 02:37:05 DEBUG : ignore-size: sha1 = 4a756ca07e9487f482465a99e8286abc86ba4dc7 OK 2026/08/27 02:37:05 INFO : ignore-size: Copied (new) 2026/08/27 02:37:05 DEBUG : Waiting for deletions to finish 2026/08/27 02:37:06 DEBUG : ignore-size: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:37:06 DEBUG : ignore-size: Unchanged skipping 2026/08/27 02:37:06 DEBUG : B2 bucket rclone-test-qatuzoc7haku: Waiting for checks to finish 2026/08/27 02:37:06 DEBUG : B2 bucket rclone-test-qatuzoc7haku: Waiting for transfers to finish 2026/08/27 02:37:06 DEBUG : Waiting for deletions to finish 2026/08/27 02:37:06 INFO : There was nothing to transfer --- PASS: TestSyncIgnoreSize (1.42s) === RUN TestSyncIgnoreTimes run.go:198: Remote "B2 bucket rclone-test-qatuzoc7haku", Local "Local file system at /tmp/rclone3721612030", Modify Window "1ms" 2026/08/27 02:37:07 DEBUG : existing: size = 6 OK 2026/08/27 02:37:07 DEBUG : existing: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:37:07 DEBUG : B2 bucket rclone-test-qatuzoc7haku: Waiting for checks to finish 2026/08/27 02:37:07 DEBUG : existing: Unchanged skipping 2026/08/27 02:37:07 DEBUG : B2 bucket rclone-test-qatuzoc7haku: Waiting for transfers to finish 2026/08/27 02:37:07 DEBUG : Waiting for deletions to finish 2026/08/27 02:37:07 INFO : There was nothing to transfer 2026/08/27 02:37:07 DEBUG : existing: Transferring unconditionally as --ignore-times is in use 2026/08/27 02:37:07 DEBUG : B2 bucket rclone-test-qatuzoc7haku: Waiting for checks to finish 2026/08/27 02:37:07 DEBUG : B2 bucket rclone-test-qatuzoc7haku: Waiting for transfers to finish 2026/08/27 02:37:07 DEBUG : existing: size = 6 OK 2026/08/27 02:37:07 DEBUG : existing: sha1 = 3e2e95f5ad970eadfa7e17eaf73da97024aa5359 OK 2026/08/27 02:37:07 INFO : existing: Copied (replaced existing) 2026/08/27 02:37:07 DEBUG : Waiting for deletions to finish --- PASS: TestSyncIgnoreTimes (1.60s) === RUN TestSyncIgnoreExisting run.go:198: Remote "B2 bucket rclone-test-qatuzoc7haku", Local "Local file system at /tmp/rclone3721612030", Modify Window "1ms" 2026/08/27 02:37:08 DEBUG : existing: Need to transfer - File not found at Destination 2026/08/27 02:37:08 DEBUG : B2 bucket rclone-test-qatuzoc7haku: Waiting for checks to finish 2026/08/27 02:37:08 DEBUG : B2 bucket rclone-test-qatuzoc7haku: Waiting for transfers to finish 2026/08/27 02:37:08 DEBUG : existing: size = 6 OK 2026/08/27 02:37:08 DEBUG : existing: sha1 = 3e2e95f5ad970eadfa7e17eaf73da97024aa5359 OK 2026/08/27 02:37:08 INFO : existing: Copied (new) 2026/08/27 02:37:08 DEBUG : Waiting for deletions to finish 2026/08/27 02:37:09 DEBUG : B2 bucket rclone-test-qatuzoc7haku: Waiting for checks to finish 2026/08/27 02:37:09 DEBUG : existing: Destination exists, skipping 2026/08/27 02:37:09 DEBUG : B2 bucket rclone-test-qatuzoc7haku: Waiting for transfers to finish 2026/08/27 02:37:09 DEBUG : Waiting for deletions to finish 2026/08/27 02:37:09 INFO : There was nothing to transfer --- PASS: TestSyncIgnoreExisting (1.40s) === RUN TestSyncIgnoreErrors run.go:198: Remote "B2 bucket rclone-test-qatuzoc7haku", Local "Local file system at /tmp/rclone3721612030", Modify Window "1ms" 2026/08/27 02:37:10 INFO : d: Making directory fstest.go:251: Filtering empty directory "d" 2026/08/27 02:37:10 DEBUG : a/potato2: Need to transfer - File not found at Destination 2026/08/27 02:37:11 DEBUG : c/non empty space: size = 5 OK 2026/08/27 02:37:11 DEBUG : c/non empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/27 02:37:11 DEBUG : c/non empty space: Unchanged skipping 2026/08/27 02:37:11 DEBUG : B2 bucket rclone-test-qatuzoc7haku: Waiting for checks to finish 2026/08/27 02:37:11 DEBUG : B2 bucket rclone-test-qatuzoc7haku: Waiting for transfers to finish 2026/08/27 02:37:11 DEBUG : a/potato2: size = 60 OK 2026/08/27 02:37:11 DEBUG : a/potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2026/08/27 02:37:11 INFO : a/potato2: Copied (new) 2026/08/27 02:37:11 DEBUG : Waiting for deletions to finish 2026/08/27 02:37:11 INFO : b/potato: Deleted --- PASS: TestSyncIgnoreErrors (2.37s) === RUN TestSyncAfterChangingModtimeOnly run.go:198: Remote "B2 bucket rclone-test-qatuzoc7haku", Local "Local file system at /tmp/rclone3721612030", Modify Window "1ms" 2026/08/27 02:37:12 DEBUG : empty space: size = 1 OK 2026/08/27 02:37:12 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/27 02:37:12 DEBUG : B2 bucket rclone-test-qatuzoc7haku: Waiting for checks to finish 2026/08/27 02:37:12 DEBUG : empty space: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2026/08/27 02:37:12 NOTICE: empty space: Skipped update modification time as --dry-run is set (size 1) 2026/08/27 02:37:12 DEBUG : empty space: Unchanged skipping 2026/08/27 02:37:12 DEBUG : B2 bucket rclone-test-qatuzoc7haku: Waiting for transfers to finish 2026/08/27 02:37:12 DEBUG : Waiting for deletions to finish 2026/08/27 02:37:12 INFO : There was nothing to transfer 2026/08/27 02:37:13 DEBUG : B2 bucket rclone-test-qatuzoc7haku: Waiting for checks to finish 2026/08/27 02:37:13 DEBUG : empty space: size = 1 OK 2026/08/27 02:37:13 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/27 02:37:13 DEBUG : empty space: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2026/08/27 02:37:13 INFO : empty space: Updated modification time in destination 2026/08/27 02:37:13 DEBUG : empty space: Unchanged skipping 2026/08/27 02:37:13 DEBUG : B2 bucket rclone-test-qatuzoc7haku: Waiting for transfers to finish 2026/08/27 02:37:13 DEBUG : Waiting for deletions to finish 2026/08/27 02:37:13 INFO : There was nothing to transfer --- PASS: TestSyncAfterChangingModtimeOnly (2.32s) === RUN TestSyncAfterChangingModtimeOnlyWithNoUpdateModTime run.go:198: Remote "B2 bucket rclone-test-qatuzoc7haku", Local "Local file system at /tmp/rclone3721612030", Modify Window "1ms" 2026/08/27 02:37:15 DEBUG : empty space: size = 1 OK 2026/08/27 02:37:15 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/27 02:37:15 DEBUG : B2 bucket rclone-test-qatuzoc7haku: Waiting for checks to finish 2026/08/27 02:37:15 DEBUG : empty space: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2026/08/27 02:37:15 DEBUG : empty space: Unchanged skipping 2026/08/27 02:37:15 DEBUG : B2 bucket rclone-test-qatuzoc7haku: Waiting for transfers to finish 2026/08/27 02:37:15 DEBUG : Waiting for deletions to finish 2026/08/27 02:37:15 INFO : There was nothing to transfer --- PASS: TestSyncAfterChangingModtimeOnlyWithNoUpdateModTime (1.23s) === RUN TestSyncDoesntUpdateModtime run.go:198: Remote "B2 bucket rclone-test-qatuzoc7haku", Local "Local file system at /tmp/rclone3721612030", Modify Window "1ms" 2026/08/27 02:37:16 DEBUG : foo: size = 3 OK 2026/08/27 02:37:16 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/27 02:37:16 DEBUG : B2 bucket rclone-test-qatuzoc7haku: Waiting for checks to finish 2026/08/27 02:37:16 DEBUG : foo: sha1 = 0beec7b5ea3f0fdbc95d0dd47f3c5bc275da8a33 (Local file system at /tmp/rclone3721612030) 2026/08/27 02:37:16 DEBUG : foo: sha1 = 62cdb7020ff920e5aa642c3d4066950dd1f01f4d (B2 bucket rclone-test-qatuzoc7haku) 2026/08/27 02:37:16 DEBUG : foo: sha1 differ 2026/08/27 02:37:16 DEBUG : B2 bucket rclone-test-qatuzoc7haku: Waiting for transfers to finish 2026/08/27 02:37:16 DEBUG : foo: size = 3 OK 2026/08/27 02:37:16 DEBUG : foo: sha1 = 0beec7b5ea3f0fdbc95d0dd47f3c5bc275da8a33 OK 2026/08/27 02:37:16 INFO : foo: Copied (replaced existing) 2026/08/27 02:37:16 DEBUG : Waiting for deletions to finish --- PASS: TestSyncDoesntUpdateModtime (1.56s) === RUN TestSyncAfterAddingAFile run.go:198: Remote "B2 bucket rclone-test-qatuzoc7haku", Local "Local file system at /tmp/rclone3721612030", Modify Window "1ms" 2026/08/27 02:37:18 DEBUG : potato: Need to transfer - File not found at Destination 2026/08/27 02:37:18 DEBUG : empty space: size = 1 OK 2026/08/27 02:37:18 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/27 02:37:18 DEBUG : B2 bucket rclone-test-qatuzoc7haku: Waiting for checks to finish 2026/08/27 02:37:18 DEBUG : empty space: Unchanged skipping 2026/08/27 02:37:18 DEBUG : B2 bucket rclone-test-qatuzoc7haku: Waiting for transfers to finish 2026/08/27 02:37:18 DEBUG : potato: size = 60 OK 2026/08/27 02:37:18 DEBUG : potato: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2026/08/27 02:37:18 INFO : potato: Copied (new) 2026/08/27 02:37:18 DEBUG : Waiting for deletions to finish --- PASS: TestSyncAfterAddingAFile (1.89s) === RUN TestSyncAfterChangingFilesSizeOnly run.go:198: Remote "B2 bucket rclone-test-qatuzoc7haku", Local "Local file system at /tmp/rclone3721612030", Modify Window "1ms" 2026/08/27 02:37:20 DEBUG : B2 bucket rclone-test-qatuzoc7haku: Waiting for checks to finish 2026/08/27 02:37:20 DEBUG : potato: size = 21 (Local file system at /tmp/rclone3721612030) 2026/08/27 02:37:20 DEBUG : potato: size = 60 (B2 bucket rclone-test-qatuzoc7haku) 2026/08/27 02:37:20 DEBUG : potato: Sizes differ 2026/08/27 02:37:20 DEBUG : B2 bucket rclone-test-qatuzoc7haku: Waiting for transfers to finish 2026/08/27 02:37:20 DEBUG : potato: size = 21 OK 2026/08/27 02:37:20 DEBUG : potato: sha1 = 0fd321a1023ac4e1e1054fcc0236b9d0755f722f OK 2026/08/27 02:37:20 INFO : potato: Copied (replaced existing) 2026/08/27 02:37:20 DEBUG : Waiting for deletions to finish --- PASS: TestSyncAfterChangingFilesSizeOnly (1.62s) === RUN TestSyncAfterChangingContentsOnly run.go:198: Remote "B2 bucket rclone-test-qatuzoc7haku", Local "Local file system at /tmp/rclone3721612030", Modify Window "1ms" 2026/08/27 02:37:21 DEBUG : potato: size = 21 OK 2026/08/27 02:37:21 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/27 02:37:21 DEBUG : B2 bucket rclone-test-qatuzoc7haku: Waiting for checks to finish 2026/08/27 02:37:21 DEBUG : potato: sha1 = 1ca5094b3b73f587249eabe179c40a3eec839b1f (Local file system at /tmp/rclone3721612030) 2026/08/27 02:37:21 DEBUG : potato: sha1 = 0fd321a1023ac4e1e1054fcc0236b9d0755f722f (B2 bucket rclone-test-qatuzoc7haku) 2026/08/27 02:37:21 DEBUG : potato: sha1 differ 2026/08/27 02:37:21 DEBUG : B2 bucket rclone-test-qatuzoc7haku: Waiting for transfers to finish 2026/08/27 02:37:21 DEBUG : potato: size = 21 OK 2026/08/27 02:37:21 DEBUG : potato: sha1 = 1ca5094b3b73f587249eabe179c40a3eec839b1f OK 2026/08/27 02:37:21 INFO : potato: Copied (replaced existing) 2026/08/27 02:37:21 DEBUG : Waiting for deletions to finish --- PASS: TestSyncAfterChangingContentsOnly (1.44s) === RUN TestSyncAfterRemovingAFileAndAddingAFileDryRun run.go:198: Remote "B2 bucket rclone-test-qatuzoc7haku", Local "Local file system at /tmp/rclone3721612030", Modify Window "1ms" 2026/08/27 02:37:22 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/27 02:37:22 DEBUG : empty space: size = 1 OK 2026/08/27 02:37:22 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/27 02:37:22 DEBUG : empty space: Unchanged skipping 2026/08/27 02:37:22 NOTICE: potato2: Skipped copy as --dry-run is set (size 60) 2026/08/27 02:37:22 DEBUG : B2 bucket rclone-test-qatuzoc7haku: Waiting for checks to finish 2026/08/27 02:37:22 DEBUG : B2 bucket rclone-test-qatuzoc7haku: Waiting for transfers to finish 2026/08/27 02:37:22 DEBUG : Waiting for deletions to finish 2026/08/27 02:37:22 NOTICE: potato: Skipped delete as --dry-run is set (size 21) --- PASS: TestSyncAfterRemovingAFileAndAddingAFileDryRun (1.41s) === RUN TestSyncAfterRemovingAFileAndAddingAFile run.go:198: Remote "B2 bucket rclone-test-qatuzoc7haku", Local "Local file system at /tmp/rclone3721612030", Modify Window "1ms" 2026/08/27 02:37:24 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/27 02:37:24 DEBUG : empty space: size = 1 OK 2026/08/27 02:37:24 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/27 02:37:24 DEBUG : B2 bucket rclone-test-qatuzoc7haku: Waiting for checks to finish 2026/08/27 02:37:24 DEBUG : empty space: Unchanged skipping 2026/08/27 02:37:24 DEBUG : B2 bucket rclone-test-qatuzoc7haku: Waiting for transfers to finish 2026/08/27 02:37:24 DEBUG : potato2: size = 60 OK 2026/08/27 02:37:24 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2026/08/27 02:37:24 INFO : potato2: Copied (new) 2026/08/27 02:37:24 DEBUG : Waiting for deletions to finish 2026/08/27 02:37:25 INFO : potato: Deleted --- PASS: TestSyncAfterRemovingAFileAndAddingAFile (2.03s) === RUN TestSyncAfterRemovingAFileAndAddingAFileSubDir run.go:198: Remote "B2 bucket rclone-test-qatuzoc7haku", Local "Local file system at /tmp/rclone3721612030", Modify Window "1ms" 2026/08/27 02:37:26 INFO : d: Making directory 2026/08/27 02:37:26 INFO : d/e: Making directory fstest.go:251: Filtering empty directory "d" fstest.go:251: Filtering empty directory "d/e" 2026/08/27 02:37:26 DEBUG : a/potato2: Need to transfer - File not found at Destination 2026/08/27 02:37:26 DEBUG : c/non empty space: size = 5 OK 2026/08/27 02:37:26 DEBUG : c/non empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/27 02:37:26 DEBUG : c/non empty space: Unchanged skipping 2026/08/27 02:37:26 DEBUG : B2 bucket rclone-test-qatuzoc7haku: Waiting for checks to finish 2026/08/27 02:37:26 DEBUG : B2 bucket rclone-test-qatuzoc7haku: Waiting for transfers to finish 2026/08/27 02:37:27 DEBUG : a/potato2: size = 60 OK 2026/08/27 02:37:27 DEBUG : a/potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2026/08/27 02:37:27 INFO : a/potato2: Copied (new) 2026/08/27 02:37:27 DEBUG : Waiting for deletions to finish 2026/08/27 02:37:27 INFO : b/potato: Deleted --- PASS: TestSyncAfterRemovingAFileAndAddingAFileSubDir (2.31s) === RUN TestSyncAfterRemovingAFileAndAddingAFileSubDirWithErrors run.go:198: Remote "B2 bucket rclone-test-qatuzoc7haku", Local "Local file system at /tmp/rclone3721612030", Modify Window "1ms" 2026/08/27 02:37:28 INFO : d: Making directory fstest.go:251: Filtering empty directory "d" 2026/08/27 02:37:28 DEBUG : a/potato2: Need to transfer - File not found at Destination 2026/08/27 02:37:29 DEBUG : c/non empty space: size = 5 OK 2026/08/27 02:37:29 DEBUG : c/non empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/27 02:37:29 DEBUG : c/non empty space: Unchanged skipping 2026/08/27 02:37:29 DEBUG : B2 bucket rclone-test-qatuzoc7haku: Waiting for checks to finish 2026/08/27 02:37:29 DEBUG : B2 bucket rclone-test-qatuzoc7haku: Waiting for transfers to finish 2026/08/27 02:37:29 DEBUG : a/potato2: size = 60 OK 2026/08/27 02:37:29 DEBUG : a/potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2026/08/27 02:37:29 INFO : a/potato2: Copied (new) 2026/08/27 02:37:29 ERROR : B2 bucket rclone-test-qatuzoc7haku: not deleting files as there were IO errors 2026/08/27 02:37:29 ERROR : B2 bucket rclone-test-qatuzoc7haku: not deleting directories as there were IO errors fstest.go:251: Filtering empty directory "d" --- PASS: TestSyncAfterRemovingAFileAndAddingAFileSubDirWithErrors (2.16s) === RUN TestSyncDeleteAfter --- PASS: TestSyncDeleteAfter (0.00s) === RUN TestSyncDeleteDuring run.go:198: Remote "B2 bucket rclone-test-qatuzoc7haku", Local "Local file system at /tmp/rclone3721612030", Modify Window "1ms" 2026/08/27 02:37:30 DEBUG : Waiting for deletions to finish 2026/08/27 02:37:31 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/27 02:37:31 DEBUG : empty space: size = 1 OK 2026/08/27 02:37:31 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/27 02:37:31 DEBUG : empty space: Unchanged skipping 2026/08/27 02:37:31 DEBUG : B2 bucket rclone-test-qatuzoc7haku: Waiting for checks to finish 2026/08/27 02:37:31 DEBUG : B2 bucket rclone-test-qatuzoc7haku: Waiting for transfers to finish 2026/08/27 02:37:31 INFO : potato: Deleted 2026/08/27 02:37:31 DEBUG : potato2: size = 60 OK 2026/08/27 02:37:31 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2026/08/27 02:37:31 INFO : potato2: Copied (new) --- PASS: TestSyncDeleteDuring (2.17s) === RUN TestSyncDeleteBefore run.go:198: Remote "B2 bucket rclone-test-qatuzoc7haku", Local "Local file system at /tmp/rclone3721612030", Modify Window "1ms" 2026/08/27 02:37:33 DEBUG : Waiting for deletions to finish 2026/08/27 02:37:33 DEBUG : B2 bucket rclone-test-qatuzoc7haku: Waiting for checks to finish 2026/08/27 02:37:33 DEBUG : B2 bucket rclone-test-qatuzoc7haku: Waiting for transfers to finish 2026/08/27 02:37:33 INFO : potato: Deleted 2026/08/27 02:37:33 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/27 02:37:33 DEBUG : empty space: size = 1 OK 2026/08/27 02:37:33 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/27 02:37:33 DEBUG : empty space: Unchanged skipping 2026/08/27 02:37:33 DEBUG : B2 bucket rclone-test-qatuzoc7haku: Waiting for checks to finish 2026/08/27 02:37:33 DEBUG : B2 bucket rclone-test-qatuzoc7haku: Waiting for transfers to finish 2026/08/27 02:37:34 DEBUG : potato2: size = 60 OK 2026/08/27 02:37:34 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2026/08/27 02:37:34 INFO : potato2: Copied (new) --- PASS: TestSyncDeleteBefore (2.45s) === RUN TestCopyDeleteBefore run.go:198: Remote "B2 bucket rclone-test-qatuzoc7haku", Local "Local file system at /tmp/rclone3721612030", Modify Window "1ms" 2026/08/27 02:37:35 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/27 02:37:35 DEBUG : B2 bucket rclone-test-qatuzoc7haku: Waiting for checks to finish 2026/08/27 02:37:35 DEBUG : B2 bucket rclone-test-qatuzoc7haku: Waiting for transfers to finish 2026/08/27 02:37:35 DEBUG : potato2: size = 19 OK 2026/08/27 02:37:35 DEBUG : potato2: sha1 = 810274f0df19dab60a894a562b7a8ff04c072623 OK 2026/08/27 02:37:35 INFO : potato2: Copied (new) --- PASS: TestCopyDeleteBefore (1.64s) === RUN TestSyncWithExclude run.go:198: Remote "B2 bucket rclone-test-qatuzoc7haku", Local "Local file system at /tmp/rclone3721612030", Modify Window "1ms" 2026/08/27 02:37:37 DEBUG : enormous: Excluded (Size Filter) 2026/08/27 02:37:37 DEBUG : enormous: Excluded 2026/08/27 02:37:37 DEBUG : potato2: Excluded (Size Filter) 2026/08/27 02:37:37 DEBUG : potato2: Excluded 2026/08/27 02:37:37 DEBUG : potato2: Excluded (Size Filter) 2026/08/27 02:37:37 DEBUG : potato2: Excluded 2026/08/27 02:37:37 DEBUG : empty space: size = 1 OK 2026/08/27 02:37:37 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/27 02:37:37 DEBUG : empty space: Unchanged skipping 2026/08/27 02:37:37 DEBUG : B2 bucket rclone-test-qatuzoc7haku: Waiting for checks to finish 2026/08/27 02:37:37 DEBUG : B2 bucket rclone-test-qatuzoc7haku: Waiting for transfers to finish 2026/08/27 02:37:37 DEBUG : Waiting for deletions to finish 2026/08/27 02:37:37 INFO : There was nothing to transfer 2026/08/27 02:37:37 DEBUG : enormous: Excluded (Size Filter) 2026/08/27 02:37:37 DEBUG : enormous: Excluded 2026/08/27 02:37:37 DEBUG : potato2: Excluded (Size Filter) 2026/08/27 02:37:37 DEBUG : potato2: Excluded 2026/08/27 02:37:37 DEBUG : potato2: Excluded (Size Filter) 2026/08/27 02:37:37 DEBUG : potato2: Excluded 2026/08/27 02:37:37 DEBUG : empty space: size = 1 OK 2026/08/27 02:37:37 DEBUG : Local file system at /tmp/rclone3721612030: Waiting for checks to finish 2026/08/27 02:37:37 DEBUG : empty space: Size and modification time the same (differ by 456.789µs, within tolerance 1ms) 2026/08/27 02:37:37 DEBUG : empty space: Unchanged skipping 2026/08/27 02:37:37 DEBUG : Local file system at /tmp/rclone3721612030: Waiting for transfers to finish 2026/08/27 02:37:37 DEBUG : Waiting for deletions to finish 2026/08/27 02:37:37 INFO : There was nothing to transfer --- PASS: TestSyncWithExclude (2.30s) === RUN TestSyncWithExcludeAndDeleteExcluded run.go:198: Remote "B2 bucket rclone-test-qatuzoc7haku", Local "Local file system at /tmp/rclone3721612030", Modify Window "1ms" 2026/08/27 02:37:39 DEBUG : enormous: Excluded (Size Filter) 2026/08/27 02:37:39 DEBUG : enormous: Excluded 2026/08/27 02:37:39 DEBUG : potato2: Excluded (Size Filter) 2026/08/27 02:37:39 DEBUG : potato2: Excluded 2026/08/27 02:37:40 DEBUG : empty space: size = 1 OK 2026/08/27 02:37:40 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/27 02:37:40 DEBUG : empty space: Unchanged skipping 2026/08/27 02:37:40 DEBUG : B2 bucket rclone-test-qatuzoc7haku: Waiting for checks to finish 2026/08/27 02:37:40 DEBUG : B2 bucket rclone-test-qatuzoc7haku: Waiting for transfers to finish 2026/08/27 02:37:40 DEBUG : Waiting for deletions to finish 2026/08/27 02:37:40 INFO : enormous: Deleted 2026/08/27 02:37:40 INFO : potato2: Deleted 2026/08/27 02:37:40 INFO : There was nothing to transfer 2026/08/27 02:37:40 DEBUG : empty space: size = 1 OK 2026/08/27 02:37:40 DEBUG : empty space: Size and modification time the same (differ by 456.789µs, within tolerance 1ms) 2026/08/27 02:37:40 DEBUG : empty space: Unchanged skipping 2026/08/27 02:37:40 DEBUG : Local file system at /tmp/rclone3721612030: Waiting for checks to finish 2026/08/27 02:37:40 DEBUG : Local file system at /tmp/rclone3721612030: Waiting for transfers to finish 2026/08/27 02:37:40 DEBUG : Waiting for deletions to finish 2026/08/27 02:37:40 INFO : enormous: Deleted 2026/08/27 02:37:40 INFO : potato2: Deleted 2026/08/27 02:37:40 INFO : There was nothing to transfer --- PASS: TestSyncWithExcludeAndDeleteExcluded (2.56s) === RUN TestSyncWithUpdateOlder run.go:198: Remote "B2 bucket rclone-test-qatuzoc7haku", Local "Local file system at /tmp/rclone3721612030", Modify Window "1ms" 2026/08/27 02:37:42 DEBUG : five: Need to transfer - File not found at Destination 2026/08/27 02:37:42 DEBUG : four: size = 4 (Local file system at /tmp/rclone3721612030) 2026/08/27 02:37:42 DEBUG : B2 bucket rclone-test-qatuzoc7haku: Waiting for checks to finish 2026/08/27 02:37:42 DEBUG : four: size = 8 (B2 bucket rclone-test-qatuzoc7haku) 2026/08/27 02:37:42 DEBUG : four: Sizes differ 2026/08/27 02:37:42 DEBUG : one: Destination is newer than source, skipping 2026/08/27 02:37:42 DEBUG : three: size = 5 OK 2026/08/27 02:37:42 DEBUG : three: Sizes identical 2026/08/27 02:37:42 DEBUG : four: Destination mod time is within 1s of source but files differ, transferring 2026/08/27 02:37:42 DEBUG : three: Destination mod time is within 1s of source and files identical, skipping 2026/08/27 02:37:42 DEBUG : two: size = 3 OK 2026/08/27 02:37:42 DEBUG : two: sha1 = ad782ecdac770fc6eb9a62e44f90873fb97fb26b (Local file system at /tmp/rclone3721612030) 2026/08/27 02:37:42 DEBUG : two: sha1 = b10e0da85e90399abfec36c7376b20aa4596461b (B2 bucket rclone-test-qatuzoc7haku) 2026/08/27 02:37:42 DEBUG : two: sha1 differ 2026/08/27 02:37:42 DEBUG : B2 bucket rclone-test-qatuzoc7haku: Waiting for transfers to finish 2026/08/27 02:37:43 DEBUG : five: size = 4 OK 2026/08/27 02:37:43 DEBUG : five: sha1 = 4db2c1df4610cd6c0da6b9197b066bfb4e9b9d00 OK 2026/08/27 02:37:43 INFO : five: Copied (new) 2026/08/27 02:37:43 DEBUG : four: size = 4 OK 2026/08/27 02:37:43 DEBUG : four: sha1 = 9f8f7eec5dea5ac43738721939c120318cbff1df OK 2026/08/27 02:37:43 INFO : four: Copied (replaced existing) 2026/08/27 02:37:43 DEBUG : two: size = 3 OK 2026/08/27 02:37:43 DEBUG : two: sha1 = ad782ecdac770fc6eb9a62e44f90873fb97fb26b OK 2026/08/27 02:37:43 INFO : two: Copied (replaced existing) 2026/08/27 02:37:43 DEBUG : Waiting for deletions to finish 2026/08/27 02:37:43 DEBUG : four: size = 4 OK 2026/08/27 02:37:43 DEBUG : three: size = 5 OK 2026/08/27 02:37:43 DEBUG : two: size = 3 OK 2026/08/27 02:37:43 DEBUG : B2 bucket rclone-test-qatuzoc7haku: Waiting for checks to finish 2026/08/27 02:37:43 DEBUG : five: size = 4 OK 2026/08/27 02:37:43 DEBUG : four: sha1 = 9f8f7eec5dea5ac43738721939c120318cbff1df OK 2026/08/27 02:37:43 DEBUG : two: sha1 = ad782ecdac770fc6eb9a62e44f90873fb97fb26b OK 2026/08/27 02:37:43 DEBUG : three: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb (Local file system at /tmp/rclone3721612030) 2026/08/27 02:37:43 DEBUG : four: Size and sha1 of src and dst objects identical 2026/08/27 02:37:43 DEBUG : two: Size and sha1 of src and dst objects identical 2026/08/27 02:37:43 DEBUG : three: sha1 = 03731cad13f4cf7b59703c77529381cdec1632e5 (B2 bucket rclone-test-qatuzoc7haku) 2026/08/27 02:37:43 DEBUG : three: sha1 differ 2026/08/27 02:37:43 DEBUG : four: Destination mod time is within 1s of source and files identical, skipping 2026/08/27 02:37:43 DEBUG : two: Destination mod time is within 1s of source and files identical, skipping 2026/08/27 02:37:43 DEBUG : one: Destination is newer than source, skipping 2026/08/27 02:37:43 DEBUG : three: Destination mod time is within 1s of source but files differ, transferring 2026/08/27 02:37:43 DEBUG : five: sha1 = 4db2c1df4610cd6c0da6b9197b066bfb4e9b9d00 OK 2026/08/27 02:37:43 DEBUG : five: Size and sha1 of src and dst objects identical 2026/08/27 02:37:43 DEBUG : five: Destination mod time is within 1s of source and files identical, skipping 2026/08/27 02:37:43 DEBUG : B2 bucket rclone-test-qatuzoc7haku: Waiting for transfers to finish 2026/08/27 02:37:44 DEBUG : three: size = 5 OK 2026/08/27 02:37:44 DEBUG : three: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2026/08/27 02:37:44 INFO : three: Copied (replaced existing) 2026/08/27 02:37:44 DEBUG : Waiting for deletions to finish --- PASS: TestSyncWithUpdateOlder (4.12s) === 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-qatuzoc7haku", Local "Local file system at /tmp/rclone3721612030", Modify Window "1ms" sync_test.go:1569: Can track renames: true 2026/08/27 02:37:45 INFO : B2 bucket rclone-test-qatuzoc7haku: Making map for --track-renames 2026/08/27 02:37:45 INFO : B2 bucket rclone-test-qatuzoc7haku: Finished making map for --track-renames 2026/08/27 02:37:45 DEBUG : B2 bucket rclone-test-qatuzoc7haku: Waiting for checks to finish 2026/08/27 02:37:45 DEBUG : potato: Need to transfer - No matching file found at Destination 2026/08/27 02:37:45 DEBUG : yam: Need to transfer - No matching file found at Destination 2026/08/27 02:37:45 DEBUG : B2 bucket rclone-test-qatuzoc7haku: Waiting for renames to finish 2026/08/27 02:37:45 DEBUG : B2 bucket rclone-test-qatuzoc7haku: Waiting for transfers to finish 2026/08/27 02:37:45 DEBUG : potato: size = 14 OK 2026/08/27 02:37:45 DEBUG : potato: sha1 = 1d1ac61cfffcfdd0a15cc9ae575fb06ca8c11fb5 OK 2026/08/27 02:37:45 INFO : potato: Copied (new) 2026/08/27 02:37:45 DEBUG : yam: size = 11 OK 2026/08/27 02:37:45 DEBUG : yam: sha1 = ad84b2fb6729688a5ee3225164a6d4d58465b33e OK 2026/08/27 02:37:45 INFO : yam: Copied (new) 2026/08/27 02:37:45 DEBUG : Waiting for deletions to finish 2026/08/27 02:37:46 DEBUG : potato: size = 14 OK 2026/08/27 02:37:46 DEBUG : potato: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:37:46 INFO : B2 bucket rclone-test-qatuzoc7haku: Making map for --track-renames 2026/08/27 02:37:46 INFO : B2 bucket rclone-test-qatuzoc7haku: Finished making map for --track-renames 2026/08/27 02:37:46 DEBUG : B2 bucket rclone-test-qatuzoc7haku: Waiting for checks to finish 2026/08/27 02:37:46 DEBUG : potato: Unchanged skipping 2026/08/27 02:37:46 DEBUG : B2 bucket rclone-test-qatuzoc7haku: Waiting for renames to finish 2026/08/27 02:37:47 DEBUG : yaml: size = 11 OK 2026/08/27 02:37:47 DEBUG : yam: sha1 = ad84b2fb6729688a5ee3225164a6d4d58465b33e OK 2026/08/27 02:37:47 INFO : yam: Copied (server-side copy) to: yaml 2026/08/27 02:37:47 INFO : yam: Deleted 2026/08/27 02:37:47 INFO : yaml: Renamed from "yam" 2026/08/27 02:37:47 DEBUG : B2 bucket rclone-test-qatuzoc7haku: Waiting for transfers to finish 2026/08/27 02:37:47 DEBUG : Waiting for deletions to finish --- PASS: TestSyncWithTrackRenames (2.55s) === RUN TestParseRenamesStrategyModtime --- PASS: TestParseRenamesStrategyModtime (0.00s) === RUN TestRenamesStrategyModtime --- PASS: TestRenamesStrategyModtime (0.00s) === RUN TestSyncWithTrackRenamesStrategyModtime run.go:198: Remote "B2 bucket rclone-test-qatuzoc7haku", Local "Local file system at /tmp/rclone3721612030", Modify Window "1ms" sync_test.go:1641: Can track renames: true 2026/08/27 02:37:48 INFO : B2 bucket rclone-test-qatuzoc7haku: Making map for --track-renames 2026/08/27 02:37:48 INFO : B2 bucket rclone-test-qatuzoc7haku: Finished making map for --track-renames 2026/08/27 02:37:48 DEBUG : B2 bucket rclone-test-qatuzoc7haku: Waiting for checks to finish 2026/08/27 02:37:48 DEBUG : potato: Need to transfer - No matching file found at Destination 2026/08/27 02:37:48 DEBUG : B2 bucket rclone-test-qatuzoc7haku: Waiting for renames to finish 2026/08/27 02:37:48 DEBUG : yam: Need to transfer - No matching file found at Destination 2026/08/27 02:37:48 DEBUG : B2 bucket rclone-test-qatuzoc7haku: Waiting for transfers to finish 2026/08/27 02:37:48 DEBUG : potato: size = 14 OK 2026/08/27 02:37:48 DEBUG : potato: sha1 = 1d1ac61cfffcfdd0a15cc9ae575fb06ca8c11fb5 OK 2026/08/27 02:37:48 INFO : potato: Copied (new) 2026/08/27 02:37:48 DEBUG : yam: size = 11 OK 2026/08/27 02:37:48 DEBUG : yam: sha1 = ad84b2fb6729688a5ee3225164a6d4d58465b33e OK 2026/08/27 02:37:48 INFO : yam: Copied (new) 2026/08/27 02:37:48 DEBUG : Waiting for deletions to finish 2026/08/27 02:37:48 DEBUG : potato: size = 14 OK 2026/08/27 02:37:48 DEBUG : potato: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:37:48 INFO : B2 bucket rclone-test-qatuzoc7haku: Making map for --track-renames 2026/08/27 02:37:48 DEBUG : potato: Unchanged skipping 2026/08/27 02:37:48 INFO : B2 bucket rclone-test-qatuzoc7haku: Finished making map for --track-renames 2026/08/27 02:37:48 DEBUG : B2 bucket rclone-test-qatuzoc7haku: Waiting for checks to finish 2026/08/27 02:37:48 DEBUG : B2 bucket rclone-test-qatuzoc7haku: Waiting for renames to finish 2026/08/27 02:37:49 DEBUG : yaml: size = 11 OK 2026/08/27 02:37:49 DEBUG : yam: sha1 = ad84b2fb6729688a5ee3225164a6d4d58465b33e OK 2026/08/27 02:37:49 INFO : yam: Copied (server-side copy) to: yaml 2026/08/27 02:37:49 INFO : yam: Deleted 2026/08/27 02:37:49 INFO : yaml: Renamed from "yam" 2026/08/27 02:37:49 DEBUG : B2 bucket rclone-test-qatuzoc7haku: Waiting for transfers to finish 2026/08/27 02:37:49 DEBUG : Waiting for deletions to finish --- PASS: TestSyncWithTrackRenamesStrategyModtime (2.28s) === RUN TestSyncWithTrackRenamesStrategyLeaf run.go:198: Remote "B2 bucket rclone-test-qatuzoc7haku", Local "Local file system at /tmp/rclone3721612030", Modify Window "1ms" sync_test.go:1680: Can track renames: true 2026/08/27 02:37:50 INFO : B2 bucket rclone-test-qatuzoc7haku: Making map for --track-renames 2026/08/27 02:37:50 INFO : B2 bucket rclone-test-qatuzoc7haku: Finished making map for --track-renames 2026/08/27 02:37:50 DEBUG : B2 bucket rclone-test-qatuzoc7haku: Waiting for checks to finish 2026/08/27 02:37:50 DEBUG : potato: Need to transfer - No matching file found at Destination 2026/08/27 02:37:50 DEBUG : B2 bucket rclone-test-qatuzoc7haku: Waiting for renames to finish 2026/08/27 02:37:50 DEBUG : sub/yam: Need to transfer - No matching file found at Destination 2026/08/27 02:37:50 DEBUG : B2 bucket rclone-test-qatuzoc7haku: Waiting for transfers to finish 2026/08/27 02:37:50 DEBUG : potato: size = 14 OK 2026/08/27 02:37:50 DEBUG : potato: sha1 = 1d1ac61cfffcfdd0a15cc9ae575fb06ca8c11fb5 OK 2026/08/27 02:37:50 INFO : potato: Copied (new) 2026/08/27 02:37:50 DEBUG : sub/yam: size = 11 OK 2026/08/27 02:37:50 DEBUG : sub/yam: sha1 = ad84b2fb6729688a5ee3225164a6d4d58465b33e OK 2026/08/27 02:37:50 INFO : sub/yam: Copied (new) 2026/08/27 02:37:50 DEBUG : Waiting for deletions to finish 2026/08/27 02:37:51 DEBUG : potato: size = 14 OK 2026/08/27 02:37:51 DEBUG : potato: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:37:51 DEBUG : potato: Unchanged skipping 2026/08/27 02:37:51 INFO : B2 bucket rclone-test-qatuzoc7haku: Making map for --track-renames 2026/08/27 02:37:51 INFO : B2 bucket rclone-test-qatuzoc7haku: Finished making map for --track-renames 2026/08/27 02:37:51 DEBUG : B2 bucket rclone-test-qatuzoc7haku: Waiting for checks to finish 2026/08/27 02:37:51 DEBUG : B2 bucket rclone-test-qatuzoc7haku: Waiting for renames to finish 2026/08/27 02:37:51 DEBUG : yam: size = 11 OK 2026/08/27 02:37:51 DEBUG : sub/yam: sha1 = ad84b2fb6729688a5ee3225164a6d4d58465b33e OK 2026/08/27 02:37:51 INFO : sub/yam: Copied (server-side copy) to: yam 2026/08/27 02:37:51 INFO : sub/yam: Deleted 2026/08/27 02:37:51 INFO : yam: Renamed from "sub/yam" 2026/08/27 02:37:51 DEBUG : B2 bucket rclone-test-qatuzoc7haku: Waiting for transfers to finish 2026/08/27 02:37:51 DEBUG : Waiting for deletions to finish --- PASS: TestSyncWithTrackRenamesStrategyLeaf (2.34s) === RUN TestServerSideMoveLocal run.go:198: Remote "B2 bucket rclone-test-qatuzoc7haku", Local "Local file system at /tmp/rclone3721612030", Modify Window "1ms" 2026/08/27 02:37:52 DEBUG : Creating backend with remote "/tmp/rclone3721612030/dir1" 2026/08/27 02:37:52 DEBUG : Creating backend with remote "/tmp/rclone3721612030/dir2" 2026/08/27 02:37:52 DEBUG : Local file system at /tmp/rclone3721612030/dir2: Using server-side directory move 2026/08/27 02:37:52 INFO : Local file system at /tmp/rclone3721612030/dir2: Server side directory move failed - fallback to file moves: can't copy directory - destination already exists 2026/08/27 02:37:52 DEBUG : file1.txt: Need to transfer - File not found at Destination 2026/08/27 02:37:52 DEBUG : Local file system at /tmp/rclone3721612030/dir2: Waiting for checks to finish 2026/08/27 02:37:52 DEBUG : Local file system at /tmp/rclone3721612030/dir2: Waiting for transfers to finish 2026/08/27 02:37:52 INFO : file1.txt: Moved (server-side) --- PASS: TestServerSideMoveLocal (0.36s) === RUN TestMoveWithDeleteEmptySrcDirs run.go:198: Remote "B2 bucket rclone-test-qatuzoc7haku", Local "Local file system at /tmp/rclone3721612030", Modify Window "1ms" 2026/08/27 02:37:53 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/27 02:37:53 DEBUG : nested/sub dir/file: Need to transfer - File not found at Destination 2026/08/27 02:37:53 DEBUG : B2 bucket rclone-test-qatuzoc7haku: Waiting for checks to finish 2026/08/27 02:37:53 DEBUG : B2 bucket rclone-test-qatuzoc7haku: Waiting for transfers to finish 2026/08/27 02:37:53 DEBUG : nested/sub dir/file: size = 6 OK 2026/08/27 02:37:53 DEBUG : nested/sub dir/file: sha1 = b4b3e0a278988bc15f2913af3f4153ccef74e465 OK 2026/08/27 02:37:53 INFO : nested/sub dir/file: Copied (new) 2026/08/27 02:37:53 INFO : nested/sub dir/file: Deleted 2026/08/27 02:37:53 DEBUG : sub dir/hello world: size = 11 OK 2026/08/27 02:37:53 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/27 02:37:53 INFO : sub dir/hello world: Copied (new) 2026/08/27 02:37:53 INFO : sub dir/hello world: Deleted 2026/08/27 02:37:53 INFO : sub dir: Removing directory 2026/08/27 02:37:53 INFO : nested/sub dir: Removing directory 2026/08/27 02:37:53 INFO : nested: Removing directory 2026/08/27 02:37:53 DEBUG : Local file system at /tmp/rclone3721612030: deleted 3 directories --- PASS: TestMoveWithDeleteEmptySrcDirs (1.25s) === RUN TestMoveWithoutDeleteEmptySrcDirs run.go:198: Remote "B2 bucket rclone-test-qatuzoc7haku", Local "Local file system at /tmp/rclone3721612030", Modify Window "1ms" 2026/08/27 02:37:54 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/27 02:37:54 DEBUG : nested/sub dir/file: Need to transfer - File not found at Destination 2026/08/27 02:37:54 DEBUG : B2 bucket rclone-test-qatuzoc7haku: Waiting for checks to finish 2026/08/27 02:37:54 DEBUG : B2 bucket rclone-test-qatuzoc7haku: Waiting for transfers to finish 2026/08/27 02:37:54 DEBUG : sub dir/hello world: size = 11 OK 2026/08/27 02:37:54 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/27 02:37:54 INFO : sub dir/hello world: Copied (new) 2026/08/27 02:37:54 INFO : sub dir/hello world: Deleted 2026/08/27 02:37:54 DEBUG : nested/sub dir/file: size = 6 OK 2026/08/27 02:37:54 DEBUG : nested/sub dir/file: sha1 = b4b3e0a278988bc15f2913af3f4153ccef74e465 OK 2026/08/27 02:37:54 INFO : nested/sub dir/file: Copied (new) 2026/08/27 02:37:54 INFO : nested/sub dir/file: Deleted --- PASS: TestMoveWithoutDeleteEmptySrcDirs (1.35s) === RUN TestMoveWithIgnoreExisting run.go:198: Remote "B2 bucket rclone-test-qatuzoc7haku", Local "Local file system at /tmp/rclone3721612030", Modify Window "1ms" 2026/08/27 02:37:55 DEBUG : existing-b: Need to transfer - File not found at Destination 2026/08/27 02:37:55 DEBUG : existing: Need to transfer - File not found at Destination 2026/08/27 02:37:55 DEBUG : B2 bucket rclone-test-qatuzoc7haku: Waiting for checks to finish 2026/08/27 02:37:55 DEBUG : B2 bucket rclone-test-qatuzoc7haku: Waiting for transfers to finish 2026/08/27 02:37:56 DEBUG : existing-b: size = 6 OK 2026/08/27 02:37:56 DEBUG : existing-b: sha1 = 321f6b7e8bf7f29aab89c5e41a555b1b0baa41a9 OK 2026/08/27 02:37:56 INFO : existing-b: Copied (new) 2026/08/27 02:37:56 INFO : existing-b: Deleted 2026/08/27 02:37:56 DEBUG : existing: size = 6 OK 2026/08/27 02:37:56 DEBUG : existing: sha1 = 3e2e95f5ad970eadfa7e17eaf73da97024aa5359 OK 2026/08/27 02:37:56 INFO : existing: Copied (new) 2026/08/27 02:37:56 INFO : existing: Deleted 2026/08/27 02:37:56 DEBUG : existing: Destination exists, skipping 2026/08/27 02:37:56 DEBUG : existing: Not removing source file as destination file exists and --ignore-existing is set 2026/08/27 02:37:56 DEBUG : B2 bucket rclone-test-qatuzoc7haku: Waiting for checks to finish 2026/08/27 02:37:56 DEBUG : B2 bucket rclone-test-qatuzoc7haku: Waiting for transfers to finish 2026/08/27 02:37:56 INFO : There was nothing to transfer --- PASS: TestMoveWithIgnoreExisting (1.74s) === RUN TestServerSideMove run.go:198: Remote "B2 bucket rclone-test-qatuzoc7haku", Local "Local file system at /tmp/rclone3721612030", Modify Window "1ms" 2026/08/27 02:37:57 DEBUG : Creating backend with remote "TestB2:rclone-test-roxebey5levi" sync_test.go:1736: Server side move (if possible) B2 bucket rclone-test-qatuzoc7haku -> B2 bucket rclone-test-roxebey5levi 2026/08/27 02:38:01 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/27 02:38:01 DEBUG : empty space: size = 1 OK 2026/08/27 02:38:01 DEBUG : empty space: Size and modification time the same (differ by 0s, within tolerance 1ms) 2026/08/27 02:38:01 DEBUG : empty space: Unchanged skipping 2026/08/27 02:38:01 DEBUG : B2 bucket rclone-test-roxebey5levi: Waiting for checks to finish 2026/08/27 02:38:01 DEBUG : potato3: size = 68 (B2 bucket rclone-test-qatuzoc7haku) 2026/08/27 02:38:01 DEBUG : potato3: size = 60 (B2 bucket rclone-test-roxebey5levi) 2026/08/27 02:38:01 DEBUG : potato3: Sizes differ 2026/08/27 02:38:01 INFO : empty space: Deleted 2026/08/27 02:38:01 DEBUG : B2 bucket rclone-test-roxebey5levi: Waiting for transfers to finish 2026/08/27 02:38:02 DEBUG : potato2: size = 60 OK 2026/08/27 02:38:02 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2026/08/27 02:38:02 INFO : potato2: Copied (server-side copy) 2026/08/27 02:38:02 INFO : potato2: Deleted 2026/08/27 02:38:02 DEBUG : potato3: size = 68 OK 2026/08/27 02:38:02 DEBUG : potato3: sha1 = 568f8850f3c1a384731dbe40c6d72e1dcae342a0 OK 2026/08/27 02:38:02 INFO : potato3: Copied (server-side copy) 2026/08/27 02:38:02 INFO : potato3: Deleted 2026/08/27 02:38:03 DEBUG : Creating backend with remote "TestB2:rclone-test-fevoqav8jowa" 2026/08/27 02:38:24 DEBUG : pacer: low level retry 1/10 (error Get "https://api.backblazeb2.com/b2api/v4/b2_authorize_account": EOF) 2026/08/27 02:38:24 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/08/27 02:38:24 DEBUG : pacer: Reducing sleep to 10ms 2026/08/27 02:38:25 DEBUG : empty space: Need to transfer - File not found at Destination 2026/08/27 02:38:25 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/27 02:38:25 DEBUG : potato3: Need to transfer - File not found at Destination 2026/08/27 02:38:25 DEBUG : B2 bucket rclone-test-fevoqav8jowa: Waiting for checks to finish 2026/08/27 02:38:25 DEBUG : B2 bucket rclone-test-fevoqav8jowa: Waiting for transfers to finish 2026/08/27 02:38:25 DEBUG : empty space: size = 1 OK 2026/08/27 02:38:25 DEBUG : empty space: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2026/08/27 02:38:25 INFO : empty space: Copied (server-side copy) 2026/08/27 02:38:25 INFO : empty space: Deleted 2026/08/27 02:38:26 DEBUG : potato3: size = 68 OK 2026/08/27 02:38:26 DEBUG : potato3: sha1 = 568f8850f3c1a384731dbe40c6d72e1dcae342a0 OK 2026/08/27 02:38:26 INFO : potato3: Copied (server-side copy) 2026/08/27 02:38:26 INFO : potato3: Deleted 2026/08/27 02:38:26 DEBUG : potato2: size = 60 OK 2026/08/27 02:38:26 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2026/08/27 02:38:26 INFO : potato2: Copied (server-side copy) 2026/08/27 02:38:26 INFO : potato2: Deleted 2026/08/27 02:38:26 DEBUG : B2 bucket rclone-test-fevoqav8jowa: Purge remote 2026/08/27 02:38:26 INFO : B2 bucket rclone-test-fevoqav8jowa: cleaning bucket "rclone-test-fevoqav8jowa" of all files 2026/08/27 02:38:27 DEBUG : empty space: Deleting (id "4_zbff23d93105d4b1baf080e1b_f4191c2b10839a990_d20260827_m023825_c001_v0001172_t0058_u01787798305584") 2026/08/27 02:38:27 DEBUG : potato2: Deleting (id "4_zbff23d93105d4b1baf080e1b_f101a2b38571248ae_d20260827_m023825_c001_v0001092_t0039_u01787798305790") 2026/08/27 02:38:27 DEBUG : potato3: Deleting (id "4_zbff23d93105d4b1baf080e1b_f1059aca125a15060_d20260827_m023825_c001_v0001098_t0015_u01787798305955") 2026/08/27 02:38:27 DEBUG : B2 bucket rclone-test-roxebey5levi: Purge remote 2026/08/27 02:38:27 INFO : B2 bucket rclone-test-roxebey5levi: cleaning bucket "rclone-test-roxebey5levi" of all files 2026/08/27 02:38:28 DEBUG : empty space: Deleting (id "4_z5fa2dd73104d4b1baf080e1b_f420af027814d63ad_d20260827_m023825_c001_v7007000_t0000_u01787798305764") 2026/08/27 02:38:28 DEBUG : empty space: Deleting (id "4_z5fa2dd73104d4b1baf080e1b_f4088b07d32d3b238_d20260827_m023800_c001_v0001153_t0013_u01787798280899") 2026/08/27 02:38:28 DEBUG : potato2: Deleting (id "4_z5fa2dd73104d4b1baf080e1b_f420af027814d63c0_d20260827_m023826_c001_v7007000_t0000_u01787798306441") 2026/08/27 02:38:28 DEBUG : potato2: Deleting (id "4_z5fa2dd73104d4b1baf080e1b_f1032029900e29871_d20260827_m023801_c001_v0001177_t0058_u01787798281881") 2026/08/27 02:38:28 DEBUG : potato3: Deleting (id "4_z5fa2dd73104d4b1baf080e1b_f420af027814d63ba_d20260827_m023826_c001_v7007000_t0000_u01787798306251") 2026/08/27 02:38:28 DEBUG : potato3: Deleting (id "4_z5fa2dd73104d4b1baf080e1b_f10117fee472c630f_d20260827_m023802_c001_v0001105_t0035_u01787798282166") 2026/08/27 02:38:28 DEBUG : potato3: Deleting (id "4_z5fa2dd73104d4b1baf080e1b_f1088b07d32d3b23a_d20260827_m023801_c001_v0001153_t0001_u01787798281080") --- PASS: TestServerSideMove (32.44s) === RUN TestServerSideMoveWithFilter run.go:198: Remote "B2 bucket rclone-test-qatuzoc7haku", Local "Local file system at /tmp/rclone3721612030", Modify Window "1ms" 2026/08/27 02:38:29 DEBUG : Creating backend with remote "TestB2:rclone-test-noqevib4taza" sync_test.go:1736: Server side move (if possible) B2 bucket rclone-test-qatuzoc7haku -> B2 bucket rclone-test-noqevib4taza 2026/08/27 02:38:35 DEBUG : empty space: Excluded (Size Filter) 2026/08/27 02:38:35 DEBUG : empty space: Excluded 2026/08/27 02:38:35 DEBUG : empty space: Excluded (Size Filter) 2026/08/27 02:38:35 DEBUG : empty space: Excluded 2026/08/27 02:38:35 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/27 02:38:35 DEBUG : potato3: size = 68 (B2 bucket rclone-test-qatuzoc7haku) 2026/08/27 02:38:35 DEBUG : potato3: size = 60 (B2 bucket rclone-test-noqevib4taza) 2026/08/27 02:38:35 DEBUG : potato3: Sizes differ 2026/08/27 02:38:35 DEBUG : B2 bucket rclone-test-noqevib4taza: Waiting for checks to finish 2026/08/27 02:38:35 DEBUG : B2 bucket rclone-test-noqevib4taza: Waiting for transfers to finish 2026/08/27 02:38:35 DEBUG : potato2: size = 60 OK 2026/08/27 02:38:35 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2026/08/27 02:38:35 INFO : potato2: Copied (server-side copy) 2026/08/27 02:38:35 DEBUG : potato3: size = 68 OK 2026/08/27 02:38:35 DEBUG : potato3: sha1 = 568f8850f3c1a384731dbe40c6d72e1dcae342a0 OK 2026/08/27 02:38:35 INFO : potato3: Copied (server-side copy) 2026/08/27 02:38:35 INFO : potato2: Deleted 2026/08/27 02:38:36 INFO : potato3: Deleted 2026/08/27 02:38:36 DEBUG : Creating backend with remote "TestB2:rclone-test-dehevuf6moso" 2026/08/27 02:38:37 DEBUG : empty space: Excluded (Size Filter) 2026/08/27 02:38:37 DEBUG : empty space: Excluded 2026/08/27 02:38:37 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/27 02:38:37 DEBUG : potato3: Need to transfer - File not found at Destination 2026/08/27 02:38:37 DEBUG : B2 bucket rclone-test-dehevuf6moso: Waiting for checks to finish 2026/08/27 02:38:37 DEBUG : B2 bucket rclone-test-dehevuf6moso: Waiting for transfers to finish 2026/08/27 02:38:38 DEBUG : potato3: size = 68 OK 2026/08/27 02:38:38 DEBUG : potato3: sha1 = 568f8850f3c1a384731dbe40c6d72e1dcae342a0 OK 2026/08/27 02:38:38 INFO : potato3: Copied (server-side copy) 2026/08/27 02:38:38 INFO : potato3: Deleted 2026/08/27 02:38:38 DEBUG : potato2: size = 60 OK 2026/08/27 02:38:38 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2026/08/27 02:38:38 INFO : potato2: Copied (server-side copy) 2026/08/27 02:38:38 INFO : potato2: Deleted 2026/08/27 02:38:39 DEBUG : B2 bucket rclone-test-dehevuf6moso: Purge remote 2026/08/27 02:38:39 INFO : B2 bucket rclone-test-dehevuf6moso: cleaning bucket "rclone-test-dehevuf6moso" of all files 2026/08/27 02:38:39 DEBUG : potato2: Deleting (id "4_zff126d93105d4b1baf080e1b_f103e1cf2e310b08f_d20260827_m023838_c001_v0001117_t0007_u01787798318027") 2026/08/27 02:38:39 DEBUG : potato3: Deleting (id "4_zff126d93105d4b1baf080e1b_f119a894746500171_d20260827_m023838_c001_v0001103_t0000_u01787798318284") 2026/08/27 02:38:40 DEBUG : B2 bucket rclone-test-noqevib4taza: Purge remote 2026/08/27 02:38:40 INFO : B2 bucket rclone-test-noqevib4taza: cleaning bucket "rclone-test-noqevib4taza" of all files 2026/08/27 02:38:40 DEBUG : empty space: Deleting (id "4_z2f125da3105d4b1baf080e1b_f4075ab27b0402d84_d20260827_m023834_c001_v0001173_t0026_u01787798314372") 2026/08/27 02:38:40 DEBUG : potato2: Deleting (id "4_z2f125da3105d4b1baf080e1b_f415f682205e2e9bc_d20260827_m023838_c001_v7007000_t0000_u01787798318827") 2026/08/27 02:38:40 DEBUG : potato2: Deleting (id "4_z2f125da3105d4b1baf080e1b_f1055dfc3ed3c519e_d20260827_m023835_c001_v0001029_t0025_u01787798315270") 2026/08/27 02:38:40 DEBUG : potato3: Deleting (id "4_z2f125da3105d4b1baf080e1b_f415f682205e2e9bb_d20260827_m023838_c001_v7007000_t0000_u01787798318639") 2026/08/27 02:38:40 DEBUG : potato3: Deleting (id "4_z2f125da3105d4b1baf080e1b_f105f56b7ccd5bbf5_d20260827_m023835_c001_v0001179_t0030_u01787798315682") 2026/08/27 02:38:40 DEBUG : potato3: Deleting (id "4_z2f125da3105d4b1baf080e1b_f1075ab27b0402d8a_d20260827_m023834_c001_v0001173_t0047_u01787798314563") 2026/08/27 02:38:41 DEBUG : pacer: low level retry 1/10 (error Post "https://api001.backblazeb2.com/b2api/v1/b2_list_file_names": EOF) 2026/08/27 02:38:41 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/08/27 02:38:41 DEBUG : pacer: Reducing sleep to 10ms --- PASS: TestServerSideMoveWithFilter (11.95s) === RUN TestServerSideMoveDeleteEmptySourceDirs run.go:198: Remote "B2 bucket rclone-test-qatuzoc7haku", Local "Local file system at /tmp/rclone3721612030", Modify Window "1ms" 2026/08/27 02:38:41 DEBUG : Creating backend with remote "TestB2:rclone-test-degocus3sogu" 2026/08/27 02:38:44 INFO : tomatoDir: Making directory sync_test.go:1736: Server side move (if possible) B2 bucket rclone-test-qatuzoc7haku -> B2 bucket rclone-test-degocus3sogu 2026/08/27 02:38:47 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/27 02:38:47 DEBUG : empty space: size = 1 OK 2026/08/27 02:38:47 DEBUG : empty space: Size and modification time the same (differ by 0s, within tolerance 1ms) 2026/08/27 02:38:47 DEBUG : empty space: Unchanged skipping 2026/08/27 02:38:47 DEBUG : potato3: size = 68 (B2 bucket rclone-test-qatuzoc7haku) 2026/08/27 02:38:47 DEBUG : potato3: size = 60 (B2 bucket rclone-test-degocus3sogu) 2026/08/27 02:38:47 DEBUG : potato3: Sizes differ 2026/08/27 02:38:47 DEBUG : B2 bucket rclone-test-degocus3sogu: Waiting for checks to finish 2026/08/27 02:38:47 INFO : empty space: Deleted 2026/08/27 02:38:47 DEBUG : B2 bucket rclone-test-degocus3sogu: Waiting for transfers to finish 2026/08/27 02:38:47 DEBUG : potato2: size = 60 OK 2026/08/27 02:38:47 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2026/08/27 02:38:47 INFO : potato2: Copied (server-side copy) 2026/08/27 02:38:47 INFO : potato2: Deleted 2026/08/27 02:38:48 DEBUG : potato3: size = 68 OK 2026/08/27 02:38:48 DEBUG : potato3: sha1 = 568f8850f3c1a384731dbe40c6d72e1dcae342a0 OK 2026/08/27 02:38:48 INFO : potato3: Copied (server-side copy) 2026/08/27 02:38:48 INFO : potato3: Deleted 2026/08/27 02:38:48 DEBUG : Creating backend with remote "TestB2:rclone-test-xoguzuw2nope" 2026/08/27 02:38:49 INFO : tomatoDir: Making directory 2026/08/27 02:38:49 DEBUG : empty space: Need to transfer - File not found at Destination 2026/08/27 02:38:49 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/27 02:38:49 DEBUG : potato3: Need to transfer - File not found at Destination 2026/08/27 02:38:49 DEBUG : B2 bucket rclone-test-xoguzuw2nope: Waiting for checks to finish 2026/08/27 02:38:49 DEBUG : B2 bucket rclone-test-xoguzuw2nope: Waiting for transfers to finish 2026/08/27 02:38:51 DEBUG : potato3: size = 68 OK 2026/08/27 02:38:51 DEBUG : potato3: sha1 = 568f8850f3c1a384731dbe40c6d72e1dcae342a0 OK 2026/08/27 02:38:51 INFO : potato3: Copied (server-side copy) 2026/08/27 02:38:51 INFO : potato3: Deleted 2026/08/27 02:38:51 DEBUG : empty space: size = 1 OK 2026/08/27 02:38:51 DEBUG : empty space: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2026/08/27 02:38:51 INFO : empty space: Copied (server-side copy) 2026/08/27 02:38:51 DEBUG : potato2: size = 60 OK 2026/08/27 02:38:51 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2026/08/27 02:38:51 INFO : potato2: Copied (server-side copy) 2026/08/27 02:38:51 INFO : empty space: Deleted 2026/08/27 02:38:52 INFO : potato2: Deleted 2026/08/27 02:38:52 DEBUG : B2 bucket rclone-test-xoguzuw2nope: Purge remote 2026/08/27 02:38:52 INFO : B2 bucket rclone-test-xoguzuw2nope: cleaning bucket "rclone-test-xoguzuw2nope" of all files 2026/08/27 02:38:52 DEBUG : empty space: Deleting (id "4_zbfa29da3105d4b1baf080e1b_f414fd97db2ef3ef9_d20260827_m023851_c001_v0001033_t0025_u01787798331571") 2026/08/27 02:38:52 DEBUG : potato2: Deleting (id "4_zbfa29da3105d4b1baf080e1b_f105bf8223e59fcc4_d20260827_m023851_c001_v0001171_t0018_u01787798331645") 2026/08/27 02:38:52 DEBUG : potato3: Deleting (id "4_zbfa29da3105d4b1baf080e1b_f114c607adea63044_d20260827_m023851_c001_v0001042_t0026_u01787798331268") 2026/08/27 02:38:53 DEBUG : B2 bucket rclone-test-degocus3sogu: Purge remote 2026/08/27 02:38:53 INFO : B2 bucket rclone-test-degocus3sogu: cleaning bucket "rclone-test-degocus3sogu" of all files 2026/08/27 02:38:53 DEBUG : empty space: Deleting (id "4_zaf528d93105d4b1baf080e1b_f400be1583dce1ee4_d20260827_m023851_c001_v7007000_t0000_u01787798331887") 2026/08/27 02:38:53 DEBUG : empty space: Deleting (id "4_zaf528d93105d4b1baf080e1b_f40624089cb6dcc85_d20260827_m023846_c001_v0001174_t0023_u01787798326518") 2026/08/27 02:38:53 DEBUG : potato2: Deleting (id "4_zaf528d93105d4b1baf080e1b_f4114a9be4e05ac81_d20260827_m023851_c001_v7007000_t0000_u01787798331926") 2026/08/27 02:38:53 DEBUG : potato2: Deleting (id "4_zaf528d93105d4b1baf080e1b_f112b55dbc74e4293_d20260827_m023847_c001_v0001179_t0035_u01787798327389") 2026/08/27 02:38:53 DEBUG : potato3: Deleting (id "4_zaf528d93105d4b1baf080e1b_f400be1583dce1ee2_d20260827_m023851_c001_v7007000_t0000_u01787798331640") 2026/08/27 02:38:53 DEBUG : potato3: Deleting (id "4_zaf528d93105d4b1baf080e1b_f114d18aead92f520_d20260827_m023847_c001_v0001116_t0035_u01787798327644") 2026/08/27 02:38:53 DEBUG : potato3: Deleting (id "4_zaf528d93105d4b1baf080e1b_f10624089cb6dcc8b_d20260827_m023846_c001_v0001174_t0048_u01787798326698") --- PASS: TestServerSideMoveDeleteEmptySourceDirs (13.25s) === RUN TestServerSideMoveOverlap run.go:198: Remote "B2 bucket rclone-test-qatuzoc7haku", Local "Local file system at /tmp/rclone3721612030", Modify Window "1ms" 2026/08/27 02:38:55 DEBUG : Creating backend with remote "TestB2:rclone-test-qatuzoc7haku/rclone-move-test" --- PASS: TestServerSideMoveOverlap (2.80s) === RUN TestSyncOverlap run.go:198: Remote "B2 bucket rclone-test-qatuzoc7haku", Local "Local file system at /tmp/rclone3721612030", Modify Window "1ms" 2026/08/27 02:38:57 DEBUG : Creating backend with remote "TestB2:rclone-test-qatuzoc7haku/rclone-sync-test" --- PASS: TestSyncOverlap (1.42s) === RUN TestSyncOverlapWithFilter run.go:198: Remote "B2 bucket rclone-test-qatuzoc7haku", Local "Local file system at /tmp/rclone3721612030", Modify Window "1ms" 2026/08/27 02:38:59 DEBUG : Creating backend with remote "TestB2:rclone-test-qatuzoc7haku/rclone-sync-test" 2026/08/27 02:39:01 DEBUG : Creating backend with remote "TestB2:rclone-test-qatuzoc7haku/rclone-sync-test-include/layer2" 2026/08/27 02:39:03 DEBUG : Creating backend with remote "TestB2:rclone-test-qatuzoc7haku/rclone-sync-test-ignore-file" 2026/08/27 02:39:07 DEBUG : rclone-sync-test-ignore-file: Excluded 2026/08/27 02:39:07 DEBUG : B2 bucket rclone-test-qatuzoc7haku path rclone-sync-test: Waiting for checks to finish 2026/08/27 02:39:07 DEBUG : B2 bucket rclone-test-qatuzoc7haku path rclone-sync-test: Waiting for transfers to finish 2026/08/27 02:39:07 DEBUG : Waiting for deletions to finish 2026/08/27 02:39:07 INFO : There was nothing to transfer 2026/08/27 02:39:08 DEBUG : rclone-sync-test-ignore-file: Excluded 2026/08/27 02:39:08 DEBUG : B2 bucket rclone-test-qatuzoc7haku: Waiting for checks to finish 2026/08/27 02:39:08 DEBUG : B2 bucket rclone-test-qatuzoc7haku: Waiting for transfers to finish 2026/08/27 02:39:08 DEBUG : Waiting for deletions to finish 2026/08/27 02:39:08 INFO : There was nothing to transfer 2026/08/27 02:39:08 DEBUG : rclone-sync-test-ignore-file: Excluded 2026/08/27 02:39:08 DEBUG : B2 bucket rclone-test-qatuzoc7haku path rclone-sync-test-include/layer2: Waiting for checks to finish 2026/08/27 02:39:08 DEBUG : B2 bucket rclone-test-qatuzoc7haku path rclone-sync-test-include/layer2: Waiting for transfers to finish 2026/08/27 02:39:08 DEBUG : Waiting for deletions to finish 2026/08/27 02:39:08 INFO : There was nothing to transfer 2026/08/27 02:39:09 DEBUG : rclone-sync-test-ignore-file: Excluded 2026/08/27 02:39:09 DEBUG : B2 bucket rclone-test-qatuzoc7haku: Waiting for checks to finish 2026/08/27 02:39:09 DEBUG : B2 bucket rclone-test-qatuzoc7haku: Waiting for transfers to finish 2026/08/27 02:39:09 DEBUG : Waiting for deletions to finish 2026/08/27 02:39:09 INFO : There was nothing to transfer 2026/08/27 02:39:09 DEBUG : Excluded 2026/08/27 02:39:09 DEBUG : rclone-sync-test-ignore-file: Excluded 2026/08/27 02:39:09 DEBUG : B2 bucket rclone-test-qatuzoc7haku path rclone-sync-test-ignore-file: Waiting for checks to finish 2026/08/27 02:39:09 DEBUG : B2 bucket rclone-test-qatuzoc7haku path rclone-sync-test-ignore-file: Waiting for transfers to finish 2026/08/27 02:39:09 DEBUG : Waiting for deletions to finish 2026/08/27 02:39:09 INFO : There was nothing to transfer --- PASS: TestSyncOverlapWithFilter (10.98s) === RUN TestSyncCompareDest run.go:198: Remote "B2 bucket rclone-test-qatuzoc7haku", Local "Local file system at /tmp/rclone3721612030", Modify Window "1ms" 2026/08/27 02:39:10 DEBUG : Creating backend with remote "TestB2:rclone-test-qatuzoc7haku/dst" 2026/08/27 02:39:11 DEBUG : Creating backend with remote "TestB2:rclone-test-qatuzoc7haku/CompareDest" 2026/08/27 02:39:14 DEBUG : one: Need to transfer - File not found at Destination 2026/08/27 02:39:14 DEBUG : B2 bucket rclone-test-qatuzoc7haku path dst: Waiting for checks to finish 2026/08/27 02:39:14 DEBUG : B2 bucket rclone-test-qatuzoc7haku path dst: Waiting for transfers to finish 2026/08/27 02:39:14 DEBUG : one: size = 3 OK 2026/08/27 02:39:14 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2026/08/27 02:39:14 INFO : one: Copied (new) 2026/08/27 02:39:14 DEBUG : Waiting for deletions to finish 2026/08/27 02:39:15 DEBUG : B2 bucket rclone-test-qatuzoc7haku path dst: Waiting for checks to finish 2026/08/27 02:39:15 DEBUG : one: size = 5 (Local file system at /tmp/rclone3721612030) 2026/08/27 02:39:15 DEBUG : one: size = 3 (B2 bucket rclone-test-qatuzoc7haku path dst) 2026/08/27 02:39:15 DEBUG : one: Sizes differ 2026/08/27 02:39:15 DEBUG : B2 bucket rclone-test-qatuzoc7haku path dst: Waiting for transfers to finish 2026/08/27 02:39:15 DEBUG : one: size = 5 OK 2026/08/27 02:39:15 DEBUG : one: sha1 = 7f376fd65843a1267de8f986d40e164e5a321c13 OK 2026/08/27 02:39:15 INFO : one: Copied (replaced existing) 2026/08/27 02:39:15 DEBUG : Waiting for deletions to finish 2026/08/27 02:39:17 DEBUG : B2 bucket rclone-test-qatuzoc7haku path dst: Waiting for checks to finish 2026/08/27 02:39:17 DEBUG : one: size = 5 (Local file system at /tmp/rclone3721612030) 2026/08/27 02:39:17 DEBUG : one: size = 3 (B2 bucket rclone-test-qatuzoc7haku path dst) 2026/08/27 02:39:17 DEBUG : one: Sizes differ 2026/08/27 02:39:17 DEBUG : one: size = 5 OK 2026/08/27 02:39:17 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/27 02:39:17 DEBUG : one: Destination found in --compare-dest, skipping 2026/08/27 02:39:17 DEBUG : B2 bucket rclone-test-qatuzoc7haku path dst: Waiting for transfers to finish 2026/08/27 02:39:17 DEBUG : Waiting for deletions to finish 2026/08/27 02:39:17 INFO : There was nothing to transfer 2026/08/27 02:39:18 DEBUG : one: size = 5 (Local file system at /tmp/rclone3721612030) 2026/08/27 02:39:18 DEBUG : one: size = 3 (B2 bucket rclone-test-qatuzoc7haku path dst) 2026/08/27 02:39:18 DEBUG : one: Sizes differ 2026/08/27 02:39:18 DEBUG : two: size = 3 OK 2026/08/27 02:39:18 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/27 02:39:18 DEBUG : two: Destination found in --compare-dest, skipping 2026/08/27 02:39:18 DEBUG : B2 bucket rclone-test-qatuzoc7haku path dst: Waiting for checks to finish 2026/08/27 02:39:18 DEBUG : one: size = 5 OK 2026/08/27 02:39:18 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/27 02:39:18 DEBUG : one: Destination found in --compare-dest, skipping 2026/08/27 02:39:18 DEBUG : B2 bucket rclone-test-qatuzoc7haku path dst: Waiting for transfers to finish 2026/08/27 02:39:18 DEBUG : Waiting for deletions to finish 2026/08/27 02:39:18 INFO : There was nothing to transfer 2026/08/27 02:39:19 DEBUG : one: size = 5 (Local file system at /tmp/rclone3721612030) 2026/08/27 02:39:19 DEBUG : one: size = 3 (B2 bucket rclone-test-qatuzoc7haku path dst) 2026/08/27 02:39:19 DEBUG : one: Sizes differ 2026/08/27 02:39:19 DEBUG : one: size = 5 OK 2026/08/27 02:39:19 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/27 02:39:19 DEBUG : one: Destination found in --compare-dest, skipping 2026/08/27 02:39:19 DEBUG : two: size = 3 OK 2026/08/27 02:39:19 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/27 02:39:19 DEBUG : two: Destination found in --compare-dest, skipping 2026/08/27 02:39:19 DEBUG : B2 bucket rclone-test-qatuzoc7haku path dst: Waiting for checks to finish 2026/08/27 02:39:19 DEBUG : B2 bucket rclone-test-qatuzoc7haku path dst: Waiting for transfers to finish 2026/08/27 02:39:19 DEBUG : Waiting for deletions to finish 2026/08/27 02:39:19 INFO : There was nothing to transfer 2026/08/27 02:39:20 DEBUG : one: size = 5 (Local file system at /tmp/rclone3721612030) 2026/08/27 02:39:20 DEBUG : one: size = 3 (B2 bucket rclone-test-qatuzoc7haku path dst) 2026/08/27 02:39:20 DEBUG : one: Sizes differ 2026/08/27 02:39:20 DEBUG : two: size = 3 OK 2026/08/27 02:39:20 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/27 02:39:20 DEBUG : two: sha1 = ad782ecdac770fc6eb9a62e44f90873fb97fb26b OK 2026/08/27 02:39:20 DEBUG : two: Destination found in --compare-dest, skipping 2026/08/27 02:39:20 DEBUG : B2 bucket rclone-test-qatuzoc7haku path dst: Waiting for checks to finish 2026/08/27 02:39:20 DEBUG : one: size = 5 OK 2026/08/27 02:39:20 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/27 02:39:20 DEBUG : one: Destination found in --compare-dest, skipping 2026/08/27 02:39:20 DEBUG : B2 bucket rclone-test-qatuzoc7haku path dst: Waiting for transfers to finish 2026/08/27 02:39:20 DEBUG : Waiting for deletions to finish 2026/08/27 02:39:20 INFO : There was nothing to transfer 2026/08/27 02:39:21 DEBUG : one: size = 5 (Local file system at /tmp/rclone3721612030) 2026/08/27 02:39:21 DEBUG : one: size = 3 (B2 bucket rclone-test-qatuzoc7haku path dst) 2026/08/27 02:39:21 DEBUG : one: Sizes differ 2026/08/27 02:39:21 DEBUG : two: size = 5 (Local file system at /tmp/rclone3721612030) 2026/08/27 02:39:21 DEBUG : two: size = 3 (B2 bucket rclone-test-qatuzoc7haku path CompareDest) 2026/08/27 02:39:21 DEBUG : two: Sizes differ 2026/08/27 02:39:21 DEBUG : two: Need to transfer - File not found at Destination 2026/08/27 02:39:21 DEBUG : B2 bucket rclone-test-qatuzoc7haku path dst: Waiting for checks to finish 2026/08/27 02:39:21 DEBUG : one: size = 5 OK 2026/08/27 02:39:21 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/27 02:39:21 DEBUG : one: Destination found in --compare-dest, skipping 2026/08/27 02:39:21 DEBUG : B2 bucket rclone-test-qatuzoc7haku path dst: Waiting for transfers to finish 2026/08/27 02:39:21 DEBUG : two: size = 5 OK 2026/08/27 02:39:21 DEBUG : two: sha1 = a4be8877ad88f3109a6411985a1f359e10e2d930 OK 2026/08/27 02:39:21 INFO : two: Copied (new) 2026/08/27 02:39:21 DEBUG : Waiting for deletions to finish --- PASS: TestSyncCompareDest (12.92s) === RUN TestSyncMultipleCompareDest run.go:198: Remote "B2 bucket rclone-test-qatuzoc7haku", Local "Local file system at /tmp/rclone3721612030", Modify Window "1ms" 2026/08/27 02:39:24 DEBUG : Creating backend with remote "TestB2:rclone-test-qatuzoc7haku/dest" 2026/08/27 02:39:26 DEBUG : Creating backend with remote "TestB2:rclone-test-qatuzoc7haku/pre-dest1" 2026/08/27 02:39:27 DEBUG : Creating backend with remote "TestB2:rclone-test-qatuzoc7haku/pre-dest2" 2026/08/27 02:39:29 DEBUG : 1: size = 1 OK 2026/08/27 02:39:29 DEBUG : 1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:39:29 DEBUG : 1: Destination found in --compare-dest, skipping 2026/08/27 02:39:29 DEBUG : 2: size = 1 OK 2026/08/27 02:39:29 DEBUG : 2: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:39:29 DEBUG : 2: Destination found in --compare-dest, skipping 2026/08/27 02:39:29 DEBUG : 3: Need to transfer - File not found at Destination 2026/08/27 02:39:29 DEBUG : B2 bucket rclone-test-qatuzoc7haku path dest: Waiting for checks to finish 2026/08/27 02:39:29 DEBUG : B2 bucket rclone-test-qatuzoc7haku path dest: Waiting for transfers to finish 2026/08/27 02:39:30 DEBUG : 3: size = 1 OK 2026/08/27 02:39:30 DEBUG : 3: sha1 = 77de68daecd823babbb58edb1c8e14d7106e83bb OK 2026/08/27 02:39:30 INFO : 3: Copied (new) 2026/08/27 02:39:30 DEBUG : Waiting for deletions to finish 2026/08/27 02:39:30 DEBUG : pacer: low level retry 1/10 (error Post "https://api001.backblazeb2.com/b2api/v1/b2_list_file_names": EOF) 2026/08/27 02:39:30 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/08/27 02:39:31 DEBUG : pacer: Reducing sleep to 10ms --- PASS: TestSyncMultipleCompareDest (9.06s) === RUN TestSyncCopyDest run.go:198: Remote "B2 bucket rclone-test-qatuzoc7haku", Local "Local file system at /tmp/rclone3721612030", Modify Window "1ms" 2026/08/27 02:39:32 DEBUG : Creating backend with remote "TestB2:rclone-test-qatuzoc7haku/dst" 2026/08/27 02:39:33 DEBUG : Creating backend with remote "TestB2:rclone-test-qatuzoc7haku/CopyDest" 2026/08/27 02:39:35 DEBUG : one: Need to transfer - File not found at Destination 2026/08/27 02:39:35 DEBUG : B2 bucket rclone-test-qatuzoc7haku path dst: Waiting for checks to finish 2026/08/27 02:39:35 DEBUG : B2 bucket rclone-test-qatuzoc7haku path dst: Waiting for transfers to finish 2026/08/27 02:39:36 DEBUG : one: size = 3 OK 2026/08/27 02:39:36 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2026/08/27 02:39:36 INFO : one: Copied (new) 2026/08/27 02:39:36 DEBUG : Waiting for deletions to finish 2026/08/27 02:39:36 DEBUG : one: size = 5 (Local file system at /tmp/rclone3721612030) 2026/08/27 02:39:36 DEBUG : one: size = 3 (B2 bucket rclone-test-qatuzoc7haku path dst) 2026/08/27 02:39:36 DEBUG : one: Sizes differ 2026/08/27 02:39:36 DEBUG : B2 bucket rclone-test-qatuzoc7haku path dst: Waiting for checks to finish 2026/08/27 02:39:36 DEBUG : B2 bucket rclone-test-qatuzoc7haku path dst: Waiting for transfers to finish 2026/08/27 02:39:36 DEBUG : one: size = 5 OK 2026/08/27 02:39:36 DEBUG : one: sha1 = 7f376fd65843a1267de8f986d40e164e5a321c13 OK 2026/08/27 02:39:36 INFO : one: Copied (replaced existing) 2026/08/27 02:39:36 DEBUG : Waiting for deletions to finish 2026/08/27 02:39:38 DEBUG : Creating backend with remote "TestB2:rclone-test-qatuzoc7haku/BackupDir" 2026/08/27 02:39:39 DEBUG : B2 bucket rclone-test-qatuzoc7haku path dst: Waiting for checks to finish 2026/08/27 02:39:39 DEBUG : one: size = 5 (Local file system at /tmp/rclone3721612030) 2026/08/27 02:39:39 DEBUG : one: size = 3 (B2 bucket rclone-test-qatuzoc7haku path dst) 2026/08/27 02:39:39 DEBUG : one: Sizes differ 2026/08/27 02:39:39 DEBUG : one: size = 5 OK 2026/08/27 02:39:39 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/27 02:39:39 DEBUG : one: size = 5 (Local file system at /tmp/rclone3721612030) 2026/08/27 02:39:39 DEBUG : one: size = 3 (B2 bucket rclone-test-qatuzoc7haku path dst) 2026/08/27 02:39:39 DEBUG : one: Sizes differ 2026/08/27 02:39:41 DEBUG : one: size = 3 OK 2026/08/27 02:39:41 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2026/08/27 02:39:41 INFO : one: Copied (server-side copy) 2026/08/27 02:39:41 INFO : one: Deleted 2026/08/27 02:39:42 DEBUG : one: size = 5 OK 2026/08/27 02:39:42 DEBUG : one: sha1 = 7f376fd65843a1267de8f986d40e164e5a321c13 OK 2026/08/27 02:39:42 INFO : one: Copied (server-side copy) 2026/08/27 02:39:42 DEBUG : one: Destination found in --copy-dest, using server-side copy 2026/08/27 02:39:42 DEBUG : B2 bucket rclone-test-qatuzoc7haku path dst: Waiting for transfers to finish 2026/08/27 02:39:42 DEBUG : Waiting for deletions to finish 2026/08/27 02:39:43 DEBUG : one: size = 5 OK 2026/08/27 02:39:43 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/27 02:39:43 DEBUG : one: Unchanged skipping 2026/08/27 02:39:43 DEBUG : two: size = 3 OK 2026/08/27 02:39:43 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/27 02:39:49 DEBUG : two: size = 3 OK 2026/08/27 02:39:49 DEBUG : two: sha1 = ad782ecdac770fc6eb9a62e44f90873fb97fb26b OK 2026/08/27 02:39:49 INFO : two: Copied (server-side copy) 2026/08/27 02:39:49 DEBUG : two: Destination found in --copy-dest, using server-side copy 2026/08/27 02:39:49 DEBUG : B2 bucket rclone-test-qatuzoc7haku path dst: Waiting for checks to finish 2026/08/27 02:39:49 DEBUG : B2 bucket rclone-test-qatuzoc7haku path dst: Waiting for transfers to finish 2026/08/27 02:39:49 DEBUG : Waiting for deletions to finish 2026/08/27 02:39:49 DEBUG : one: size = 5 OK 2026/08/27 02:39:49 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/27 02:39:49 DEBUG : one: Unchanged skipping 2026/08/27 02:39:49 DEBUG : B2 bucket rclone-test-qatuzoc7haku path dst: Waiting for checks to finish 2026/08/27 02:39:49 DEBUG : two: size = 3 OK 2026/08/27 02:39:49 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/27 02:39:49 DEBUG : two: Unchanged skipping 2026/08/27 02:39:49 DEBUG : B2 bucket rclone-test-qatuzoc7haku path dst: Waiting for transfers to finish 2026/08/27 02:39:49 DEBUG : Waiting for deletions to finish 2026/08/27 02:39:49 INFO : There was nothing to transfer 2026/08/27 02:39:50 DEBUG : one: size = 5 OK 2026/08/27 02:39:50 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/27 02:39:50 DEBUG : one: Unchanged skipping 2026/08/27 02:39:51 DEBUG : three: size = 7 (Local file system at /tmp/rclone3721612030) 2026/08/27 02:39:51 DEBUG : three: size = 5 (B2 bucket rclone-test-qatuzoc7haku path CopyDest) 2026/08/27 02:39:51 DEBUG : three: Sizes differ 2026/08/27 02:39:51 DEBUG : three: Destination not found in --copy-dest 2026/08/27 02:39:51 DEBUG : three: Need to transfer - File not found at Destination 2026/08/27 02:39:51 DEBUG : two: size = 3 OK 2026/08/27 02:39:51 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/27 02:39:51 DEBUG : two: Unchanged skipping 2026/08/27 02:39:51 DEBUG : B2 bucket rclone-test-qatuzoc7haku path dst: Waiting for checks to finish 2026/08/27 02:39:51 DEBUG : B2 bucket rclone-test-qatuzoc7haku path dst: Waiting for transfers to finish 2026/08/27 02:39:51 DEBUG : three: size = 7 OK 2026/08/27 02:39:51 DEBUG : three: sha1 = 370e613335f3cf2f19b2a2d35a86402f55c659f8 OK 2026/08/27 02:39:51 INFO : three: Copied (new) 2026/08/27 02:39:51 DEBUG : Waiting for deletions to finish --- PASS: TestSyncCopyDest (21.21s) === RUN TestSyncBackupDir run.go:198: Remote "B2 bucket rclone-test-qatuzoc7haku", Local "Local file system at /tmp/rclone3721612030", Modify Window "1ms" 2026/08/27 02:39:54 DEBUG : Creating backend with remote "TestB2:rclone-test-qatuzoc7haku/dst" 2026/08/27 02:39:56 DEBUG : Creating backend with remote "TestB2:rclone-test-qatuzoc7haku/backup" 2026/08/27 02:39:57 DEBUG : one: size = 4 (Local file system at /tmp/rclone3721612030) 2026/08/27 02:39:57 DEBUG : one: size = 3 (B2 bucket rclone-test-qatuzoc7haku path dst) 2026/08/27 02:39:57 DEBUG : one: Sizes differ 2026/08/27 02:39:57 DEBUG : two: size = 3 OK 2026/08/27 02:39:57 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:39:57 DEBUG : two: Unchanged skipping 2026/08/27 02:39:57 DEBUG : B2 bucket rclone-test-qatuzoc7haku path dst: Waiting for checks to finish 2026/08/27 02:39:59 DEBUG : one: size = 3 OK 2026/08/27 02:39:59 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2026/08/27 02:39:59 INFO : one: Copied (server-side copy) 2026/08/27 02:39:59 INFO : one: Deleted 2026/08/27 02:39:59 DEBUG : B2 bucket rclone-test-qatuzoc7haku path dst: Waiting for transfers to finish 2026/08/27 02:40:00 DEBUG : one: size = 4 OK 2026/08/27 02:40:00 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2026/08/27 02:40:00 INFO : one: Copied (new) 2026/08/27 02:40:00 DEBUG : Waiting for deletions to finish 2026/08/27 02:40:00 DEBUG : three.txt: size = 5 OK 2026/08/27 02:40:00 DEBUG : three.txt: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2026/08/27 02:40:00 INFO : three.txt: Copied (server-side copy) 2026/08/27 02:40:00 INFO : three.txt: Deleted 2026/08/27 02:40:00 INFO : three.txt: Moved into backup dir 2026/08/27 02:40:02 DEBUG : one: size = 5 (Local file system at /tmp/rclone3721612030) 2026/08/27 02:40:02 DEBUG : one: size = 4 (B2 bucket rclone-test-qatuzoc7haku path dst) 2026/08/27 02:40:02 DEBUG : one: Sizes differ 2026/08/27 02:40:02 DEBUG : two: size = 3 OK 2026/08/27 02:40:02 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:40:02 DEBUG : two: Unchanged skipping 2026/08/27 02:40:02 DEBUG : B2 bucket rclone-test-qatuzoc7haku path dst: Waiting for checks to finish 2026/08/27 02:40:02 DEBUG : one: size = 4 OK 2026/08/27 02:40:02 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2026/08/27 02:40:02 INFO : one: Copied (server-side copy) 2026/08/27 02:40:02 INFO : one: Deleted 2026/08/27 02:40:02 DEBUG : B2 bucket rclone-test-qatuzoc7haku path dst: Waiting for transfers to finish 2026/08/27 02:40:03 DEBUG : one: size = 5 OK 2026/08/27 02:40:03 DEBUG : one: sha1 = 88a8c2880f555638f990d1ec4c8359b25caa20c7 OK 2026/08/27 02:40:03 INFO : one: Copied (new) 2026/08/27 02:40:03 DEBUG : Waiting for deletions to finish 2026/08/27 02:40:03 DEBUG : three.txt: size = 6 OK 2026/08/27 02:40:03 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2026/08/27 02:40:03 INFO : three.txt: Copied (server-side copy) 2026/08/27 02:40:03 INFO : three.txt: Deleted 2026/08/27 02:40:03 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDir (11.54s) === RUN TestSyncBackupDirWithSuffix run.go:198: Remote "B2 bucket rclone-test-qatuzoc7haku", Local "Local file system at /tmp/rclone3721612030", Modify Window "1ms" 2026/08/27 02:40:06 DEBUG : Creating backend with remote "TestB2:rclone-test-qatuzoc7haku/dst" 2026/08/27 02:40:07 DEBUG : Creating backend with remote "TestB2:rclone-test-qatuzoc7haku/backup" 2026/08/27 02:40:09 DEBUG : B2 bucket rclone-test-qatuzoc7haku path dst: Waiting for checks to finish 2026/08/27 02:40:09 DEBUG : one: size = 4 (Local file system at /tmp/rclone3721612030) 2026/08/27 02:40:09 DEBUG : one: size = 3 (B2 bucket rclone-test-qatuzoc7haku path dst) 2026/08/27 02:40:09 DEBUG : one: Sizes differ 2026/08/27 02:40:09 DEBUG : two: size = 3 OK 2026/08/27 02:40:09 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:40:09 DEBUG : two: Unchanged skipping 2026/08/27 02:40:11 DEBUG : one.bak: size = 3 OK 2026/08/27 02:40:11 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2026/08/27 02:40:11 INFO : one: Copied (server-side copy) to: one.bak 2026/08/27 02:40:11 INFO : one: Deleted 2026/08/27 02:40:11 DEBUG : B2 bucket rclone-test-qatuzoc7haku path dst: Waiting for transfers to finish 2026/08/27 02:40:12 DEBUG : one: size = 4 OK 2026/08/27 02:40:12 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2026/08/27 02:40:12 INFO : one: Copied (new) 2026/08/27 02:40:12 DEBUG : Waiting for deletions to finish 2026/08/27 02:40:12 DEBUG : three.txt.bak: size = 5 OK 2026/08/27 02:40:12 DEBUG : three.txt: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2026/08/27 02:40:12 INFO : three.txt: Copied (server-side copy) to: three.txt.bak 2026/08/27 02:40:12 INFO : three.txt: Deleted 2026/08/27 02:40:12 INFO : three.txt: Moved into backup dir 2026/08/27 02:40:14 DEBUG : one: size = 5 (Local file system at /tmp/rclone3721612030) 2026/08/27 02:40:14 DEBUG : one: size = 4 (B2 bucket rclone-test-qatuzoc7haku path dst) 2026/08/27 02:40:14 DEBUG : one: Sizes differ 2026/08/27 02:40:14 DEBUG : two: size = 3 OK 2026/08/27 02:40:14 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:40:14 DEBUG : two: Unchanged skipping 2026/08/27 02:40:14 DEBUG : B2 bucket rclone-test-qatuzoc7haku path dst: Waiting for checks to finish 2026/08/27 02:40:14 DEBUG : one.bak: size = 4 OK 2026/08/27 02:40:14 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2026/08/27 02:40:14 INFO : one: Copied (server-side copy) to: one.bak 2026/08/27 02:40:14 INFO : one: Deleted 2026/08/27 02:40:14 DEBUG : B2 bucket rclone-test-qatuzoc7haku path dst: Waiting for transfers to finish 2026/08/27 02:40:14 DEBUG : one: size = 5 OK 2026/08/27 02:40:14 DEBUG : one: sha1 = 88a8c2880f555638f990d1ec4c8359b25caa20c7 OK 2026/08/27 02:40:14 INFO : one: Copied (new) 2026/08/27 02:40:14 DEBUG : Waiting for deletions to finish 2026/08/27 02:40:15 DEBUG : three.txt.bak: size = 6 OK 2026/08/27 02:40:15 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2026/08/27 02:40:15 INFO : three.txt: Copied (server-side copy) to: three.txt.bak 2026/08/27 02:40:15 INFO : three.txt: Deleted 2026/08/27 02:40:15 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDirWithSuffix (11.92s) === RUN TestSyncBackupDirWithSuffixKeepExtension run.go:198: Remote "B2 bucket rclone-test-qatuzoc7haku", Local "Local file system at /tmp/rclone3721612030", Modify Window "1ms" 2026/08/27 02:40:18 DEBUG : Creating backend with remote "TestB2:rclone-test-qatuzoc7haku/dst" 2026/08/27 02:40:19 DEBUG : Creating backend with remote "TestB2:rclone-test-qatuzoc7haku/backup" 2026/08/27 02:40:21 DEBUG : one: size = 4 (Local file system at /tmp/rclone3721612030) 2026/08/27 02:40:21 DEBUG : one: size = 3 (B2 bucket rclone-test-qatuzoc7haku path dst) 2026/08/27 02:40:21 DEBUG : one: Sizes differ 2026/08/27 02:40:21 DEBUG : two: size = 3 OK 2026/08/27 02:40:21 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:40:21 DEBUG : two: Unchanged skipping 2026/08/27 02:40:21 DEBUG : B2 bucket rclone-test-qatuzoc7haku path dst: Waiting for checks to finish 2026/08/27 02:40:23 DEBUG : one-2019-01-01: size = 3 OK 2026/08/27 02:40:23 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2026/08/27 02:40:23 INFO : one: Copied (server-side copy) to: one-2019-01-01 2026/08/27 02:40:23 INFO : one: Deleted 2026/08/27 02:40:23 DEBUG : B2 bucket rclone-test-qatuzoc7haku path dst: Waiting for transfers to finish 2026/08/27 02:40:24 DEBUG : one: size = 4 OK 2026/08/27 02:40:24 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2026/08/27 02:40:24 INFO : one: Copied (new) 2026/08/27 02:40:24 DEBUG : Waiting for deletions to finish 2026/08/27 02:40:24 DEBUG : three-2019-01-01.txt: size = 5 OK 2026/08/27 02:40:24 DEBUG : three.txt: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2026/08/27 02:40:24 INFO : three.txt: Copied (server-side copy) to: three-2019-01-01.txt 2026/08/27 02:40:24 INFO : three.txt: Deleted 2026/08/27 02:40:24 INFO : three.txt: Moved into backup dir 2026/08/27 02:40:26 DEBUG : two: size = 3 OK 2026/08/27 02:40:26 DEBUG : B2 bucket rclone-test-qatuzoc7haku path dst: Waiting for checks to finish 2026/08/27 02:40:26 DEBUG : one: size = 5 (Local file system at /tmp/rclone3721612030) 2026/08/27 02:40:26 DEBUG : one: size = 4 (B2 bucket rclone-test-qatuzoc7haku path dst) 2026/08/27 02:40:26 DEBUG : one: Sizes differ 2026/08/27 02:40:26 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:40:26 DEBUG : two: Unchanged skipping 2026/08/27 02:40:26 DEBUG : one-2019-01-01: size = 4 OK 2026/08/27 02:40:26 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2026/08/27 02:40:26 INFO : one: Copied (server-side copy) to: one-2019-01-01 2026/08/27 02:40:26 INFO : one: Deleted 2026/08/27 02:40:26 DEBUG : B2 bucket rclone-test-qatuzoc7haku path dst: Waiting for transfers to finish 2026/08/27 02:40:26 DEBUG : one: size = 5 OK 2026/08/27 02:40:26 DEBUG : one: sha1 = 88a8c2880f555638f990d1ec4c8359b25caa20c7 OK 2026/08/27 02:40:26 INFO : one: Copied (new) 2026/08/27 02:40:26 DEBUG : Waiting for deletions to finish 2026/08/27 02:40:27 DEBUG : three-2019-01-01.txt: size = 6 OK 2026/08/27 02:40:27 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2026/08/27 02:40:27 INFO : three.txt: Copied (server-side copy) to: three-2019-01-01.txt 2026/08/27 02:40:27 INFO : three.txt: Deleted 2026/08/27 02:40:27 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDirWithSuffixKeepExtension (11.83s) === RUN TestSyncBackupDirSuffixOnly run.go:198: Remote "B2 bucket rclone-test-qatuzoc7haku", Local "Local file system at /tmp/rclone3721612030", Modify Window "1ms" 2026/08/27 02:40:30 DEBUG : Creating backend with remote "TestB2:rclone-test-qatuzoc7haku/dst" 2026/08/27 02:40:32 DEBUG : one: size = 4 (Local file system at /tmp/rclone3721612030) 2026/08/27 02:40:32 DEBUG : one: size = 3 (B2 bucket rclone-test-qatuzoc7haku path dst) 2026/08/27 02:40:32 DEBUG : one: Sizes differ 2026/08/27 02:40:32 DEBUG : B2 bucket rclone-test-qatuzoc7haku path dst: Waiting for checks to finish 2026/08/27 02:40:32 DEBUG : two: size = 3 OK 2026/08/27 02:40:32 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:40:32 DEBUG : two: Unchanged skipping 2026/08/27 02:40:32 DEBUG : one.bak: size = 3 OK 2026/08/27 02:40:32 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2026/08/27 02:40:32 INFO : one: Copied (server-side copy) to: one.bak 2026/08/27 02:40:32 INFO : one: Deleted 2026/08/27 02:40:32 DEBUG : B2 bucket rclone-test-qatuzoc7haku path dst: Waiting for transfers to finish 2026/08/27 02:40:33 DEBUG : one: size = 4 OK 2026/08/27 02:40:33 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2026/08/27 02:40:33 INFO : one: Copied (new) 2026/08/27 02:40:33 DEBUG : Waiting for deletions to finish 2026/08/27 02:40:33 DEBUG : three.txt.bak: size = 5 OK 2026/08/27 02:40:33 DEBUG : three.txt: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2026/08/27 02:40:33 INFO : three.txt: Copied (server-side copy) to: three.txt.bak 2026/08/27 02:40:34 INFO : three.txt: Deleted 2026/08/27 02:40:34 INFO : three.txt: Moved into backup dir 2026/08/27 02:40:34 DEBUG : dst/three.txt: Clearing upload URL because of error: Post "https://pod-000-1174-05.backblaze.com/b2api/v1/b2_upload_file/8f525d73103d4b1baf080e1b/c001_v0001174_t0027": EOF 2026/08/27 02:40:34 DEBUG : pacer: low level retry 1/1 (error Post "https://pod-000-1174-05.backblaze.com/b2api/v1/b2_upload_file/8f525d73103d4b1baf080e1b/c001_v0001174_t0027": EOF) 2026/08/27 02:40:34 DEBUG : pacer: Rate limited, increasing sleep to 20ms run.go:299: Retry Put of "dst/three.txt" to B2 bucket rclone-test-qatuzoc7haku: 1/10 (Post "https://pod-000-1174-05.backblaze.com/b2api/v1/b2_upload_file/8f525d73103d4b1baf080e1b/c001_v0001174_t0027": EOF) 2026/08/27 02:40:36 DEBUG : pacer: Reducing sleep to 10ms 2026/08/27 02:40:37 DEBUG : one.bak: Excluded (Path Filter) 2026/08/27 02:40:37 DEBUG : one.bak: Excluded 2026/08/27 02:40:37 DEBUG : three.txt.bak: Excluded (Path Filter) 2026/08/27 02:40:37 DEBUG : three.txt.bak: Excluded 2026/08/27 02:40:37 DEBUG : one: size = 5 (Local file system at /tmp/rclone3721612030) 2026/08/27 02:40:37 DEBUG : one: size = 4 (B2 bucket rclone-test-qatuzoc7haku path dst) 2026/08/27 02:40:37 DEBUG : one: Sizes differ 2026/08/27 02:40:37 DEBUG : B2 bucket rclone-test-qatuzoc7haku path dst: Waiting for checks to finish 2026/08/27 02:40:37 DEBUG : two: size = 3 OK 2026/08/27 02:40:37 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:40:37 DEBUG : two: Unchanged skipping 2026/08/27 02:40:37 DEBUG : one.bak: size = 4 OK 2026/08/27 02:40:37 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2026/08/27 02:40:37 INFO : one: Copied (server-side copy) to: one.bak 2026/08/27 02:40:38 INFO : one: Deleted 2026/08/27 02:40:38 DEBUG : B2 bucket rclone-test-qatuzoc7haku path dst: Waiting for transfers to finish 2026/08/27 02:40:38 DEBUG : one: size = 5 OK 2026/08/27 02:40:38 DEBUG : one: sha1 = 88a8c2880f555638f990d1ec4c8359b25caa20c7 OK 2026/08/27 02:40:38 INFO : one: Copied (new) 2026/08/27 02:40:38 DEBUG : Waiting for deletions to finish 2026/08/27 02:40:38 DEBUG : three.txt.bak: size = 6 OK 2026/08/27 02:40:38 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2026/08/27 02:40:38 INFO : three.txt: Copied (server-side copy) to: three.txt.bak 2026/08/27 02:40:39 INFO : three.txt: Deleted 2026/08/27 02:40:39 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDirSuffixOnly (11.58s) === RUN TestSyncSuffix run.go:198: Remote "B2 bucket rclone-test-qatuzoc7haku", Local "Local file system at /tmp/rclone3721612030", Modify Window "1ms" 2026/08/27 02:40:41 DEBUG : Creating backend with remote "TestB2:rclone-test-qatuzoc7haku/dst" 2026/08/27 02:40:42 DEBUG : one: size = 4 (Local file system at /tmp/rclone3721612030) 2026/08/27 02:40:42 DEBUG : one: size = 3 (B2 bucket rclone-test-qatuzoc7haku path dst) 2026/08/27 02:40:42 DEBUG : one: Sizes differ 2026/08/27 02:40:44 DEBUG : one.bak: size = 3 OK 2026/08/27 02:40:44 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2026/08/27 02:40:44 INFO : one: Copied (server-side copy) to: one.bak 2026/08/27 02:40:44 INFO : one: Deleted 2026/08/27 02:40:45 DEBUG : one: size = 4 OK 2026/08/27 02:40:45 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2026/08/27 02:40:45 INFO : one: Copied (new) 2026/08/27 02:40:45 DEBUG : two: size = 3 OK 2026/08/27 02:40:45 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:40:45 DEBUG : two: Unchanged skipping 2026/08/27 02:40:45 DEBUG : three.txt: size = 6 (Local file system at /tmp/rclone3721612030) 2026/08/27 02:40:45 DEBUG : three.txt: size = 5 (B2 bucket rclone-test-qatuzoc7haku path dst) 2026/08/27 02:40:45 DEBUG : three.txt: Sizes differ 2026/08/27 02:40:45 DEBUG : three.txt.bak: size = 5 OK 2026/08/27 02:40:45 DEBUG : three.txt: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2026/08/27 02:40:45 INFO : three.txt: Copied (server-side copy) to: three.txt.bak 2026/08/27 02:40:46 INFO : three.txt: Deleted 2026/08/27 02:40:46 DEBUG : three.txt: size = 6 OK 2026/08/27 02:40:46 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2026/08/27 02:40:46 INFO : three.txt: Copied (new) 2026/08/27 02:40:46 DEBUG : one: size = 5 (Local file system at /tmp/rclone3721612030) 2026/08/27 02:40:46 DEBUG : one: size = 4 (B2 bucket rclone-test-qatuzoc7haku path dst) 2026/08/27 02:40:46 DEBUG : one: Sizes differ 2026/08/27 02:40:47 DEBUG : one.bak: size = 4 OK 2026/08/27 02:40:47 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2026/08/27 02:40:47 INFO : one: Copied (server-side copy) to: one.bak 2026/08/27 02:40:47 INFO : one: Deleted 2026/08/27 02:40:47 DEBUG : one: size = 5 OK 2026/08/27 02:40:47 DEBUG : one: sha1 = 88a8c2880f555638f990d1ec4c8359b25caa20c7 OK 2026/08/27 02:40:47 INFO : one: Copied (new) 2026/08/27 02:40:47 DEBUG : two: size = 3 OK 2026/08/27 02:40:47 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:40:47 DEBUG : two: Unchanged skipping 2026/08/27 02:40:47 DEBUG : three.txt: size = 19 (Local file system at /tmp/rclone3721612030) 2026/08/27 02:40:47 DEBUG : three.txt: size = 6 (B2 bucket rclone-test-qatuzoc7haku path dst) 2026/08/27 02:40:47 DEBUG : three.txt: Sizes differ 2026/08/27 02:40:48 DEBUG : three.txt.bak: size = 6 OK 2026/08/27 02:40:48 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2026/08/27 02:40:48 INFO : three.txt: Copied (server-side copy) to: three.txt.bak 2026/08/27 02:40:48 INFO : three.txt: Deleted 2026/08/27 02:40:48 DEBUG : three.txt: size = 19 OK 2026/08/27 02:40:48 DEBUG : three.txt: sha1 = 476e1707cbd7f0497a7dc4d44f0b07b8566ffc30 OK 2026/08/27 02:40:48 INFO : three.txt: Copied (new) --- PASS: TestSyncSuffix (9.78s) === RUN TestSyncSuffixKeepExtension run.go:198: Remote "B2 bucket rclone-test-qatuzoc7haku", Local "Local file system at /tmp/rclone3721612030", Modify Window "1ms" 2026/08/27 02:40:51 DEBUG : Creating backend with remote "TestB2:rclone-test-qatuzoc7haku/dst" 2026/08/27 02:40:51 DEBUG : Config file has changed externally - reloading 2026/08/27 02:40:52 DEBUG : one: size = 4 (Local file system at /tmp/rclone3721612030) 2026/08/27 02:40:52 DEBUG : one: size = 3 (B2 bucket rclone-test-qatuzoc7haku path dst) 2026/08/27 02:40:52 DEBUG : one: Sizes differ 2026/08/27 02:40:54 DEBUG : one-2019-01-01: size = 3 OK 2026/08/27 02:40:54 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2026/08/27 02:40:54 INFO : one: Copied (server-side copy) to: one-2019-01-01 2026/08/27 02:40:54 INFO : one: Deleted 2026/08/27 02:40:55 DEBUG : one: size = 4 OK 2026/08/27 02:40:55 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2026/08/27 02:40:55 INFO : one: Copied (new) 2026/08/27 02:40:55 DEBUG : two: size = 3 OK 2026/08/27 02:40:55 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:40:55 DEBUG : two: Unchanged skipping 2026/08/27 02:40:55 DEBUG : three.txt: size = 6 (Local file system at /tmp/rclone3721612030) 2026/08/27 02:40:55 DEBUG : three.txt: size = 5 (B2 bucket rclone-test-qatuzoc7haku path dst) 2026/08/27 02:40:55 DEBUG : three.txt: Sizes differ 2026/08/27 02:40:56 DEBUG : three-2019-01-01.txt: size = 5 OK 2026/08/27 02:40:56 DEBUG : three.txt: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2026/08/27 02:40:56 INFO : three.txt: Copied (server-side copy) to: three-2019-01-01.txt 2026/08/27 02:40:56 INFO : three.txt: Deleted 2026/08/27 02:40:56 DEBUG : three.txt: size = 6 OK 2026/08/27 02:40:56 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2026/08/27 02:40:56 INFO : three.txt: Copied (new) 2026/08/27 02:40:56 DEBUG : one: size = 5 (Local file system at /tmp/rclone3721612030) 2026/08/27 02:40:56 DEBUG : one: size = 4 (B2 bucket rclone-test-qatuzoc7haku path dst) 2026/08/27 02:40:56 DEBUG : one: Sizes differ 2026/08/27 02:40:57 DEBUG : one-2019-01-01: size = 4 OK 2026/08/27 02:40:57 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2026/08/27 02:40:57 INFO : one: Copied (server-side copy) to: one-2019-01-01 2026/08/27 02:40:57 INFO : one: Deleted 2026/08/27 02:40:57 DEBUG : one: size = 5 OK 2026/08/27 02:40:57 DEBUG : one: sha1 = 88a8c2880f555638f990d1ec4c8359b25caa20c7 OK 2026/08/27 02:40:57 INFO : one: Copied (new) 2026/08/27 02:40:57 DEBUG : two: size = 3 OK 2026/08/27 02:40:57 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:40:57 DEBUG : two: Unchanged skipping 2026/08/27 02:40:58 DEBUG : three.txt: size = 19 (Local file system at /tmp/rclone3721612030) 2026/08/27 02:40:58 DEBUG : three.txt: size = 6 (B2 bucket rclone-test-qatuzoc7haku path dst) 2026/08/27 02:40:58 DEBUG : three.txt: Sizes differ 2026/08/27 02:40:58 DEBUG : three-2019-01-01.txt: size = 6 OK 2026/08/27 02:40:58 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2026/08/27 02:40:58 INFO : three.txt: Copied (server-side copy) to: three-2019-01-01.txt 2026/08/27 02:40:58 INFO : three.txt: Deleted 2026/08/27 02:40:58 DEBUG : three.txt: size = 19 OK 2026/08/27 02:40:58 DEBUG : three.txt: sha1 = 476e1707cbd7f0497a7dc4d44f0b07b8566ffc30 OK 2026/08/27 02:40:58 INFO : three.txt: Copied (new) --- PASS: TestSyncSuffixKeepExtension (10.08s) === RUN TestSyncUTFNorm run.go:198: Remote "B2 bucket rclone-test-qatuzoc7haku", Local "Local file system at /tmp/rclone3721612030", Modify Window "1ms" 2026/08/27 02:41:01 DEBUG : Testêé: size = 14 (Local file system at /tmp/rclone3721612030) 2026/08/27 02:41:01 DEBUG : Testêé: size = 18 (B2 bucket rclone-test-qatuzoc7haku) 2026/08/27 02:41:01 DEBUG : Testêé: Sizes differ 2026/08/27 02:41:01 DEBUG : B2 bucket rclone-test-qatuzoc7haku: Waiting for checks to finish 2026/08/27 02:41:01 DEBUG : B2 bucket rclone-test-qatuzoc7haku: Waiting for transfers to finish 2026/08/27 02:41:01 DEBUG : Testêé: size = 14 OK 2026/08/27 02:41:01 DEBUG : Testêé: sha1 = a54d88e06612d820bc3be72877c74f257b561b19 OK 2026/08/27 02:41:01 INFO : Testêé: Copied (replaced existing) to: Testêé 2026/08/27 02:41:01 DEBUG : Waiting for deletions to finish --- PASS: TestSyncUTFNorm (2.22s) === RUN TestSyncImmutable run.go:198: Remote "B2 bucket rclone-test-qatuzoc7haku", Local "Local file system at /tmp/rclone3721612030", Modify Window "1ms" 2026/08/27 02:41:02 DEBUG : existing: Need to transfer - File not found at Destination 2026/08/27 02:41:02 DEBUG : B2 bucket rclone-test-qatuzoc7haku: Waiting for checks to finish 2026/08/27 02:41:02 DEBUG : B2 bucket rclone-test-qatuzoc7haku: Waiting for transfers to finish 2026/08/27 02:41:03 DEBUG : existing: size = 6 OK 2026/08/27 02:41:03 DEBUG : existing: sha1 = 3e2e95f5ad970eadfa7e17eaf73da97024aa5359 OK 2026/08/27 02:41:03 INFO : existing: Copied (new) 2026/08/27 02:41:03 DEBUG : Waiting for deletions to finish 2026/08/27 02:41:03 DEBUG : existing: size = 8 (Local file system at /tmp/rclone3721612030) 2026/08/27 02:41:03 DEBUG : existing: size = 6 (B2 bucket rclone-test-qatuzoc7haku) 2026/08/27 02:41:03 DEBUG : existing: Sizes differ 2026/08/27 02:41:03 ERROR : existing: Source and destination exist but do not match: immutable file modified 2026/08/27 02:41:03 DEBUG : B2 bucket rclone-test-qatuzoc7haku: Waiting for checks to finish 2026/08/27 02:41:03 DEBUG : B2 bucket rclone-test-qatuzoc7haku: Waiting for transfers to finish 2026/08/27 02:41:03 ERROR : B2 bucket rclone-test-qatuzoc7haku: not deleting files as there were IO errors 2026/08/27 02:41:03 ERROR : B2 bucket rclone-test-qatuzoc7haku: not deleting directories as there were IO errors --- PASS: TestSyncImmutable (1.90s) === RUN TestSyncIgnoreCase run.go:198: Remote "B2 bucket rclone-test-qatuzoc7haku", Local "Local file system at /tmp/rclone3721612030", Modify Window "1ms" 2026/08/27 02:41:04 DEBUG : EXISTING: size = 6 OK 2026/08/27 02:41:04 DEBUG : B2 bucket rclone-test-qatuzoc7haku: Waiting for checks to finish 2026/08/27 02:41:04 DEBUG : existing: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:41:04 DEBUG : existing: Unchanged skipping 2026/08/27 02:41:04 DEBUG : B2 bucket rclone-test-qatuzoc7haku: Waiting for transfers to finish 2026/08/27 02:41:04 DEBUG : Waiting for deletions to finish 2026/08/27 02:41:04 INFO : There was nothing to transfer --- PASS: TestSyncIgnoreCase (1.26s) === RUN TestFixCase run.go:198: Remote "B2 bucket rclone-test-qatuzoc7haku", Local "Local file system at /tmp/rclone3721612030", Modify Window "1ms" sync_test.go:2666: Skipping test as local or remote are case-sensitive --- SKIP: TestFixCase (0.36s) === RUN TestMaxTransfer === RUN TestMaxTransfer/Hard run.go:198: Remote "B2 bucket rclone-test-qatuzoc7haku", Local "Local file system at /tmp/rclone3721612030", Modify Window "1ms" sync_test.go:2705: This test only runs on local === RUN TestMaxTransfer/Soft run.go:198: Remote "B2 bucket rclone-test-qatuzoc7haku", Local "Local file system at /tmp/rclone3721612030", Modify Window "1ms" sync_test.go:2705: This test only runs on local === RUN TestMaxTransfer/Cautious run.go:198: Remote "B2 bucket rclone-test-qatuzoc7haku", Local "Local file system at /tmp/rclone3721612030", Modify Window "1ms" sync_test.go:2705: This test only runs on local --- PASS: TestMaxTransfer (1.11s) --- SKIP: TestMaxTransfer/Hard (0.36s) --- SKIP: TestMaxTransfer/Soft (0.36s) --- SKIP: TestMaxTransfer/Cautious (0.39s) === RUN TestSyncConcurrentDelete run.go:198: Remote "B2 bucket rclone-test-qatuzoc7haku", Local "Local file system at /tmp/rclone3721612030", Modify Window "1ms" 2026/08/27 02:41:15 DEBUG : both0: size = 6 OK 2026/08/27 02:41:15 DEBUG : both0: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:41:15 DEBUG : both11: size = 6 OK 2026/08/27 02:41:15 DEBUG : both10: size = 6 OK 2026/08/27 02:41:15 DEBUG : both11: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:41:15 DEBUG : B2 bucket rclone-test-qatuzoc7haku: Waiting for checks to finish 2026/08/27 02:41:15 DEBUG : both12: size = 6 OK 2026/08/27 02:41:15 DEBUG : both10: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:41:15 DEBUG : both12: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:41:15 DEBUG : both0: Unchanged skipping 2026/08/27 02:41:15 DEBUG : both13: size = 6 OK 2026/08/27 02:41:15 DEBUG : both13: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:41:15 DEBUG : both13: Unchanged skipping 2026/08/27 02:41:15 DEBUG : both14: size = 6 OK 2026/08/27 02:41:15 DEBUG : both14: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:41:15 DEBUG : both14: Unchanged skipping 2026/08/27 02:41:15 DEBUG : both15: size = 6 OK 2026/08/27 02:41:15 DEBUG : both15: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:41:15 DEBUG : both15: Unchanged skipping 2026/08/27 02:41:15 DEBUG : both16: size = 6 OK 2026/08/27 02:41:15 DEBUG : both16: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:41:15 DEBUG : both16: Unchanged skipping 2026/08/27 02:41:15 DEBUG : both17: size = 6 OK 2026/08/27 02:41:15 DEBUG : both17: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:41:15 DEBUG : both17: Unchanged skipping 2026/08/27 02:41:15 DEBUG : both18: size = 6 OK 2026/08/27 02:41:15 DEBUG : both18: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:41:15 DEBUG : both11: Unchanged skipping 2026/08/27 02:41:15 DEBUG : both19: size = 6 OK 2026/08/27 02:41:15 DEBUG : both19: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:41:15 DEBUG : both10: Unchanged skipping 2026/08/27 02:41:15 DEBUG : both1: size = 6 OK 2026/08/27 02:41:15 DEBUG : both1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:41:15 DEBUG : both1: Unchanged skipping 2026/08/27 02:41:15 DEBUG : both2: size = 6 OK 2026/08/27 02:41:15 DEBUG : both2: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:41:15 DEBUG : both12: Unchanged skipping 2026/08/27 02:41:15 DEBUG : both3: size = 6 OK 2026/08/27 02:41:15 DEBUG : both3: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:41:15 DEBUG : both18: Unchanged skipping 2026/08/27 02:41:15 DEBUG : both4: size = 6 OK 2026/08/27 02:41:15 DEBUG : both4: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:41:15 DEBUG : both19: Unchanged skipping 2026/08/27 02:41:15 DEBUG : both5: size = 6 OK 2026/08/27 02:41:15 DEBUG : both5: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:41:15 DEBUG : both2: Unchanged skipping 2026/08/27 02:41:15 DEBUG : both6: size = 6 OK 2026/08/27 02:41:15 DEBUG : both6: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:41:15 DEBUG : both6: Unchanged skipping 2026/08/27 02:41:15 DEBUG : both7: size = 6 OK 2026/08/27 02:41:15 DEBUG : both7: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:41:15 DEBUG : both7: Unchanged skipping 2026/08/27 02:41:15 DEBUG : both8: size = 6 OK 2026/08/27 02:41:15 DEBUG : both8: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:41:15 DEBUG : both8: Unchanged skipping 2026/08/27 02:41:15 DEBUG : both9: size = 6 OK 2026/08/27 02:41:15 DEBUG : both9: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:41:15 DEBUG : both9: Unchanged skipping 2026/08/27 02:41:15 DEBUG : both3: Unchanged skipping 2026/08/27 02:41:15 DEBUG : both4: Unchanged skipping 2026/08/27 02:41:15 DEBUG : both5: Unchanged skipping 2026/08/27 02:41:15 DEBUG : B2 bucket rclone-test-qatuzoc7haku: Waiting for transfers to finish 2026/08/27 02:41:15 DEBUG : Waiting for deletions to finish 2026/08/27 02:41:15 INFO : only10: Deleted 2026/08/27 02:41:15 INFO : only18: Deleted 2026/08/27 02:41:15 INFO : only2: Deleted 2026/08/27 02:41:15 INFO : only19: Deleted 2026/08/27 02:41:15 INFO : only1: Deleted 2026/08/27 02:41:15 INFO : only7: Deleted 2026/08/27 02:41:16 INFO : only4: Deleted 2026/08/27 02:41:16 INFO : only8: Deleted 2026/08/27 02:41:16 INFO : only5: Deleted 2026/08/27 02:41:16 INFO : only6: Deleted 2026/08/27 02:41:16 INFO : only13: Deleted 2026/08/27 02:41:16 INFO : only15: Deleted 2026/08/27 02:41:16 INFO : only16: Deleted 2026/08/27 02:41:16 INFO : only3: Deleted 2026/08/27 02:41:16 INFO : only9: Deleted 2026/08/27 02:41:16 INFO : only0: Deleted 2026/08/27 02:41:16 INFO : only11: Deleted 2026/08/27 02:41:16 INFO : only12: Deleted 2026/08/27 02:41:16 INFO : only14: Deleted 2026/08/27 02:41:16 INFO : only17: Deleted 2026/08/27 02:41:16 INFO : There was nothing to transfer --- PASS: TestSyncConcurrentDelete (13.97s) === RUN TestSyncConcurrentTruncate run.go:198: Remote "B2 bucket rclone-test-qatuzoc7haku", Local "Local file system at /tmp/rclone3721612030", Modify Window "1ms" 2026/08/27 02:41:29 DEBUG : both0: size = 6 OK 2026/08/27 02:41:29 DEBUG : both0: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:41:29 DEBUG : both11: size = 6 OK 2026/08/27 02:41:29 DEBUG : both11: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:41:29 DEBUG : both10: size = 6 OK 2026/08/27 02:41:29 DEBUG : B2 bucket rclone-test-qatuzoc7haku: Waiting for checks to finish 2026/08/27 02:41:29 DEBUG : both10: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:41:29 DEBUG : both12: size = 6 OK 2026/08/27 02:41:29 DEBUG : both0: Unchanged skipping 2026/08/27 02:41:29 DEBUG : both12: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:41:29 DEBUG : both13: size = 6 OK 2026/08/27 02:41:29 DEBUG : both13: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:41:29 DEBUG : both10: Unchanged skipping 2026/08/27 02:41:29 DEBUG : both14: size = 6 OK 2026/08/27 02:41:29 DEBUG : both14: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:41:29 DEBUG : both11: Unchanged skipping 2026/08/27 02:41:29 DEBUG : both15: size = 6 OK 2026/08/27 02:41:29 DEBUG : both15: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:41:29 DEBUG : both15: Unchanged skipping 2026/08/27 02:41:29 DEBUG : both16: size = 6 OK 2026/08/27 02:41:29 DEBUG : both16: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:41:29 DEBUG : both12: Unchanged skipping 2026/08/27 02:41:29 DEBUG : both17: size = 6 OK 2026/08/27 02:41:29 DEBUG : both17: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:41:29 DEBUG : both17: Unchanged skipping 2026/08/27 02:41:29 DEBUG : both18: size = 6 OK 2026/08/27 02:41:29 DEBUG : both18: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:41:29 DEBUG : both18: Unchanged skipping 2026/08/27 02:41:29 DEBUG : both19: size = 6 OK 2026/08/27 02:41:29 DEBUG : both19: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:41:29 DEBUG : both19: Unchanged skipping 2026/08/27 02:41:29 DEBUG : both1: size = 6 OK 2026/08/27 02:41:29 DEBUG : both1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:41:29 DEBUG : both1: Unchanged skipping 2026/08/27 02:41:29 DEBUG : both2: size = 6 OK 2026/08/27 02:41:29 DEBUG : both2: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:41:29 DEBUG : both13: Unchanged skipping 2026/08/27 02:41:29 DEBUG : both3: size = 6 OK 2026/08/27 02:41:29 DEBUG : both3: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:41:29 DEBUG : both3: Unchanged skipping 2026/08/27 02:41:29 DEBUG : both4: size = 6 OK 2026/08/27 02:41:29 DEBUG : both4: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:41:29 DEBUG : both2: Unchanged skipping 2026/08/27 02:41:29 DEBUG : both5: size = 6 OK 2026/08/27 02:41:29 DEBUG : both5: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:41:29 DEBUG : both5: Unchanged skipping 2026/08/27 02:41:29 DEBUG : both6: size = 6 OK 2026/08/27 02:41:29 DEBUG : both6: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:41:29 DEBUG : both6: Unchanged skipping 2026/08/27 02:41:29 DEBUG : both7: size = 6 OK 2026/08/27 02:41:29 DEBUG : both7: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:41:29 DEBUG : both7: Unchanged skipping 2026/08/27 02:41:29 DEBUG : both8: size = 6 OK 2026/08/27 02:41:29 DEBUG : both8: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:41:29 DEBUG : both8: Unchanged skipping 2026/08/27 02:41:29 DEBUG : both9: size = 6 OK 2026/08/27 02:41:29 DEBUG : both9: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:41:29 DEBUG : both9: Unchanged skipping 2026/08/27 02:41:29 DEBUG : only0: size = 0 (Local file system at /tmp/rclone3721612030) 2026/08/27 02:41:29 DEBUG : only0: size = 6 (B2 bucket rclone-test-qatuzoc7haku) 2026/08/27 02:41:29 DEBUG : only0: Sizes differ 2026/08/27 02:41:29 DEBUG : only10: size = 0 (Local file system at /tmp/rclone3721612030) 2026/08/27 02:41:29 DEBUG : only10: size = 6 (B2 bucket rclone-test-qatuzoc7haku) 2026/08/27 02:41:29 DEBUG : only10: Sizes differ 2026/08/27 02:41:29 DEBUG : both14: Unchanged skipping 2026/08/27 02:41:29 DEBUG : only11: size = 0 (Local file system at /tmp/rclone3721612030) 2026/08/27 02:41:29 DEBUG : only11: size = 6 (B2 bucket rclone-test-qatuzoc7haku) 2026/08/27 02:41:29 DEBUG : only11: Sizes differ 2026/08/27 02:41:29 DEBUG : only13: size = 0 (Local file system at /tmp/rclone3721612030) 2026/08/27 02:41:29 DEBUG : only13: size = 6 (B2 bucket rclone-test-qatuzoc7haku) 2026/08/27 02:41:29 DEBUG : only13: Sizes differ 2026/08/27 02:41:29 DEBUG : only14: size = 0 (Local file system at /tmp/rclone3721612030) 2026/08/27 02:41:29 DEBUG : only14: size = 6 (B2 bucket rclone-test-qatuzoc7haku) 2026/08/27 02:41:29 DEBUG : only14: Sizes differ 2026/08/27 02:41:29 DEBUG : only15: size = 0 (Local file system at /tmp/rclone3721612030) 2026/08/27 02:41:29 DEBUG : only15: size = 6 (B2 bucket rclone-test-qatuzoc7haku) 2026/08/27 02:41:29 DEBUG : only15: Sizes differ 2026/08/27 02:41:29 DEBUG : both16: Unchanged skipping 2026/08/27 02:41:29 DEBUG : only16: size = 0 (Local file system at /tmp/rclone3721612030) 2026/08/27 02:41:29 DEBUG : only16: size = 6 (B2 bucket rclone-test-qatuzoc7haku) 2026/08/27 02:41:29 DEBUG : only16: Sizes differ 2026/08/27 02:41:29 DEBUG : only17: size = 0 (Local file system at /tmp/rclone3721612030) 2026/08/27 02:41:29 DEBUG : only17: size = 6 (B2 bucket rclone-test-qatuzoc7haku) 2026/08/27 02:41:29 DEBUG : only17: Sizes differ 2026/08/27 02:41:29 DEBUG : only12: size = 0 (Local file system at /tmp/rclone3721612030) 2026/08/27 02:41:29 DEBUG : only18: size = 0 (Local file system at /tmp/rclone3721612030) 2026/08/27 02:41:29 DEBUG : only18: size = 6 (B2 bucket rclone-test-qatuzoc7haku) 2026/08/27 02:41:29 DEBUG : only12: size = 6 (B2 bucket rclone-test-qatuzoc7haku) 2026/08/27 02:41:29 DEBUG : only18: Sizes differ 2026/08/27 02:41:29 DEBUG : only12: Sizes differ 2026/08/27 02:41:29 DEBUG : both4: Unchanged skipping 2026/08/27 02:41:29 DEBUG : only19: size = 0 (Local file system at /tmp/rclone3721612030) 2026/08/27 02:41:29 DEBUG : only19: size = 6 (B2 bucket rclone-test-qatuzoc7haku) 2026/08/27 02:41:29 DEBUG : only19: Sizes differ 2026/08/27 02:41:29 DEBUG : only1: size = 0 (Local file system at /tmp/rclone3721612030) 2026/08/27 02:41:29 DEBUG : only1: size = 6 (B2 bucket rclone-test-qatuzoc7haku) 2026/08/27 02:41:29 DEBUG : only1: Sizes differ 2026/08/27 02:41:29 DEBUG : only2: size = 0 (Local file system at /tmp/rclone3721612030) 2026/08/27 02:41:29 DEBUG : only2: size = 6 (B2 bucket rclone-test-qatuzoc7haku) 2026/08/27 02:41:29 DEBUG : only2: Sizes differ 2026/08/27 02:41:29 DEBUG : only3: size = 0 (Local file system at /tmp/rclone3721612030) 2026/08/27 02:41:29 DEBUG : only3: size = 6 (B2 bucket rclone-test-qatuzoc7haku) 2026/08/27 02:41:29 DEBUG : only3: Sizes differ 2026/08/27 02:41:29 DEBUG : only4: size = 0 (Local file system at /tmp/rclone3721612030) 2026/08/27 02:41:29 DEBUG : only4: size = 6 (B2 bucket rclone-test-qatuzoc7haku) 2026/08/27 02:41:29 DEBUG : only4: Sizes differ 2026/08/27 02:41:29 DEBUG : only5: size = 0 (Local file system at /tmp/rclone3721612030) 2026/08/27 02:41:29 DEBUG : only5: size = 6 (B2 bucket rclone-test-qatuzoc7haku) 2026/08/27 02:41:29 DEBUG : only5: Sizes differ 2026/08/27 02:41:29 DEBUG : only6: size = 0 (Local file system at /tmp/rclone3721612030) 2026/08/27 02:41:29 DEBUG : only6: size = 6 (B2 bucket rclone-test-qatuzoc7haku) 2026/08/27 02:41:29 DEBUG : only6: Sizes differ 2026/08/27 02:41:29 DEBUG : only7: size = 0 (Local file system at /tmp/rclone3721612030) 2026/08/27 02:41:29 DEBUG : only7: size = 6 (B2 bucket rclone-test-qatuzoc7haku) 2026/08/27 02:41:29 DEBUG : only7: Sizes differ 2026/08/27 02:41:29 DEBUG : only8: size = 0 (Local file system at /tmp/rclone3721612030) 2026/08/27 02:41:29 DEBUG : only8: size = 6 (B2 bucket rclone-test-qatuzoc7haku) 2026/08/27 02:41:29 DEBUG : only8: Sizes differ 2026/08/27 02:41:29 DEBUG : only9: size = 0 (Local file system at /tmp/rclone3721612030) 2026/08/27 02:41:29 DEBUG : only9: size = 6 (B2 bucket rclone-test-qatuzoc7haku) 2026/08/27 02:41:29 DEBUG : only9: Sizes differ 2026/08/27 02:41:29 DEBUG : B2 bucket rclone-test-qatuzoc7haku: Waiting for transfers to finish 2026/08/27 02:41:30 DEBUG : only0: size = 0 OK 2026/08/27 02:41:30 DEBUG : only0: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/27 02:41:30 INFO : only0: Copied (replaced existing) 2026/08/27 02:41:30 DEBUG : only11: size = 0 OK 2026/08/27 02:41:30 DEBUG : only11: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/27 02:41:30 INFO : only11: Copied (replaced existing) 2026/08/27 02:41:30 DEBUG : only14: size = 0 OK 2026/08/27 02:41:30 DEBUG : only14: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/27 02:41:30 INFO : only14: Copied (replaced existing) 2026/08/27 02:41:30 DEBUG : only15: size = 0 OK 2026/08/27 02:41:30 DEBUG : only15: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/27 02:41:30 INFO : only15: Copied (replaced existing) 2026/08/27 02:41:30 DEBUG : only10: size = 0 OK 2026/08/27 02:41:30 DEBUG : only10: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/27 02:41:30 INFO : only10: Copied (replaced existing) 2026/08/27 02:41:30 DEBUG : only17: size = 0 OK 2026/08/27 02:41:30 DEBUG : only17: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/27 02:41:30 INFO : only17: Copied (replaced existing) 2026/08/27 02:41:30 DEBUG : only18: size = 0 OK 2026/08/27 02:41:30 DEBUG : only18: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/27 02:41:30 INFO : only18: Copied (replaced existing) 2026/08/27 02:41:30 DEBUG : only12: size = 0 OK 2026/08/27 02:41:30 DEBUG : only12: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/27 02:41:30 INFO : only12: Copied (replaced existing) 2026/08/27 02:41:30 DEBUG : only16: size = 0 OK 2026/08/27 02:41:30 DEBUG : only16: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/27 02:41:30 INFO : only16: Copied (replaced existing) 2026/08/27 02:41:30 DEBUG : only3: size = 0 OK 2026/08/27 02:41:30 DEBUG : only3: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/27 02:41:30 INFO : only3: Copied (replaced existing) 2026/08/27 02:41:30 DEBUG : only13: size = 0 OK 2026/08/27 02:41:30 DEBUG : only13: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/27 02:41:30 INFO : only13: Copied (replaced existing) 2026/08/27 02:41:30 DEBUG : only4: size = 0 OK 2026/08/27 02:41:30 DEBUG : only4: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/27 02:41:30 INFO : only4: Copied (replaced existing) 2026/08/27 02:41:31 DEBUG : only19: size = 0 OK 2026/08/27 02:41:31 DEBUG : only19: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/27 02:41:31 INFO : only19: Copied (replaced existing) 2026/08/27 02:41:31 DEBUG : only5: size = 0 OK 2026/08/27 02:41:31 DEBUG : only5: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/27 02:41:31 INFO : only5: Copied (replaced existing) 2026/08/27 02:41:31 DEBUG : only6: size = 0 OK 2026/08/27 02:41:31 DEBUG : only6: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/27 02:41:31 INFO : only6: Copied (replaced existing) 2026/08/27 02:41:31 DEBUG : only8: size = 0 OK 2026/08/27 02:41:31 DEBUG : only8: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/27 02:41:31 INFO : only8: Copied (replaced existing) 2026/08/27 02:41:31 DEBUG : only1: size = 0 OK 2026/08/27 02:41:31 DEBUG : only1: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/27 02:41:31 INFO : only1: Copied (replaced existing) 2026/08/27 02:41:31 DEBUG : only2: size = 0 OK 2026/08/27 02:41:31 DEBUG : only2: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/27 02:41:31 INFO : only2: Copied (replaced existing) 2026/08/27 02:41:31 DEBUG : only7: size = 0 OK 2026/08/27 02:41:31 DEBUG : only7: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/27 02:41:31 INFO : only7: Copied (replaced existing) 2026/08/27 02:41:31 DEBUG : only9: size = 0 OK 2026/08/27 02:41:31 DEBUG : only9: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/27 02:41:31 INFO : only9: Copied (replaced existing) 2026/08/27 02:41:31 DEBUG : Waiting for deletions to finish --- PASS: TestSyncConcurrentTruncate (18.11s) === RUN TestSyncReplaceDirModTime run.go:198: Remote "B2 bucket rclone-test-qatuzoc7haku", Local "Local file system at /tmp/rclone3721612030", Modify Window "1ms" 2026/08/27 02:41:39 DEBUG : empty_dir: Making directory with metadata 2026/08/27 02:41:39 INFO : empty_dir: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/27 02:41:39 DEBUG : empty_on_remote: Making directory with metadata 2026/08/27 02:41:39 INFO : empty_on_remote: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/27 02:41:39 INFO : empty_on_remote: Making directory 2026/08/27 02:41:39 INFO : empty_on_remote: Made directory with modification time 2011-12-25 12:59:59.123456789 +0000 UTC 2026/08/27 02:41:39 INFO : test_dir1: Set directory modification time (using DirSetModTime) 2026/08/27 02:41:39 INFO : test_dir2: Set directory modification time (using DirSetModTime) 2026/08/27 02:41:39 INFO : test_dir2/sub_dir: Set directory modification time (using DirSetModTime) 2026/08/27 02:41:39 INFO : empty_on_remote: Set directory modification time (using DirSetModTime) --- PASS: TestSyncReplaceDirModTime (2.63s) === RUN TestSyncReplaceDirModTimeWithEmptyDirs run.go:198: Remote "B2 bucket rclone-test-qatuzoc7haku", Local "Local file system at /tmp/rclone3721612030", Modify Window "1ms" 2026/08/27 02:41:41 DEBUG : empty_dir: Making directory with metadata 2026/08/27 02:41:41 INFO : empty_dir: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/27 02:41:41 DEBUG : empty_on_remote: Making directory with metadata 2026/08/27 02:41:41 INFO : empty_on_remote: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/27 02:41:41 INFO : empty_on_remote: Making directory 2026/08/27 02:41:41 INFO : empty_on_remote: Made directory with modification time 2011-12-25 12:59:59.123456789 +0000 UTC 2026/08/27 02:41:42 INFO : test_dir1: Set directory modification time (using DirSetModTime) 2026/08/27 02:41:42 INFO : test_dir2: Set directory modification time (using DirSetModTime) 2026/08/27 02:41:42 INFO : test_dir2/sub_dir: Set directory modification time (using DirSetModTime) 2026/08/27 02:41:42 INFO : empty_on_remote: Set directory modification time (using DirSetModTime) 2026/08/27 02:41:42 INFO : empty_dir: Set directory modification time (using DirSetModTime) --- PASS: TestSyncReplaceDirModTimeWithEmptyDirs (2.34s) === RUN TestNothingToTransferWithEmptyDirs run.go:198: Remote "B2 bucket rclone-test-qatuzoc7haku", Local "Local file system at /tmp/rclone3721612030", Modify Window "1ms" 2026/08/27 02:41:44 INFO : sub dir: Set directory modification time (using DirSetModTime) 2026/08/27 02:41:44 INFO : sub dir: Making directory 2026/08/27 02:41:44 INFO : sub dir: Made directory with modification time 2011-12-30 12:59:59 +0000 UTC --- PASS: TestNothingToTransferWithEmptyDirs (3.26s) === RUN TestNothingToTransferWithoutEmptyDirs run.go:198: Remote "B2 bucket rclone-test-qatuzoc7haku", Local "Local file system at /tmp/rclone3721612030", Modify Window "1ms" 2026/08/27 02:41:47 INFO : sub dir: Set directory modification time (using DirSetModTime) 2026/08/27 02:41:47 INFO : sub dir: Making directory 2026/08/27 02:41:47 INFO : sub dir: Made directory with modification time 2011-12-30 12:59:59 +0000 UTC --- PASS: TestNothingToTransferWithoutEmptyDirs (4.21s) === RUN TestTransform === RUN TestTransform/NFC run.go:198: Remote "B2 bucket rclone-test-qatuzoc7haku", Local "Local file system at /tmp/rclone3721612030", Modify Window "1ms" 2026/08/27 02:41:56 DEBUG : Waiting for deletions to finish 2026/08/27 02:41:56 DEBUG : apple: Excluded (Path Filter) 2026/08/27 02:41:56 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/27 02:41:56 DEBUG : banana: Excluded (Path Filter) 2026/08/27 02:41:56 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/27 02:41:56 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/27 02:41:56 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/27 02:41:56 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/27 02:41:56 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/27 02:41:56 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/27 02:41:56 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/27 02:41:56 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/27 02:41:56 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/27 02:41:56 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/27 02:41:56 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/27 02:41:56 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/27 02:41:56 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/27 02:41:56 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/27 02:41:56 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/27 02:41:56 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/27 02:41:56 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/27 02:41:56 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/27 02:41:56 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:41:56 DEBUG : banana: size = 6 OK 2026/08/27 02:41:56 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:41:56 DEBUG : banana: Unchanged skipping 2026/08/27 02:41:56 DEBUG : splitbananasplit: size = 16 OK 2026/08/27 02:41:56 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/27 02:41:56 DEBUG : apple: size = 5 OK 2026/08/27 02:41:56 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:41:56 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:41:56 DEBUG : splitbananasplit: Unchanged skipping 2026/08/27 02:41:56 DEBUG : apple: Unchanged skipping 2026/08/27 02:41:57 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/27 02:41:57 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/27 02:41:57 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/27 02:41:57 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/27 02:41:57 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:41:57 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:41:57 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/27 02:41:57 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/27 02:41:57 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/27 02:41:57 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/27 02:41:57 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:41:57 DEBUG : B2 bucket rclone-test-qatuzoc7haku: Waiting for checks to finish 2026/08/27 02:41:57 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/27 02:41:57 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/27 02:41:57 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:41:57 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/27 02:41:57 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/27 02:41:57 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:41:57 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/27 02:41:57 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/27 02:41:57 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:41:57 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/27 02:41:57 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/27 02:41:57 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:41:57 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/27 02:41:57 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/27 02:41:57 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/27 02:41:57 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:41:57 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:41:57 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/27 02:41:57 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/27 02:41:57 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/27 02:41:57 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:41:57 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:41:57 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/27 02:41:57 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/27 02:41:57 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:41:57 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/27 02:41:57 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/27 02:41:57 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:41:57 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/27 02:41:57 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:41:57 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/27 02:41:57 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:41:57 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/27 02:41:57 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/27 02:41:57 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:41:57 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/27 02:41:57 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/27 02:41:57 DEBUG : B2 bucket rclone-test-qatuzoc7haku: Waiting for transfers to finish 2026/08/27 02:41:57 DEBUG : Waiting for deletions to finish 2026/08/27 02:41:57 INFO : There was nothing to transfer 2026/08/27 02:41:57 DEBUG : Waiting for deletions to finish 2026/08/27 02:41:57 DEBUG : apple: Excluded (Path Filter) 2026/08/27 02:41:57 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/27 02:41:57 DEBUG : banana: Excluded (Path Filter) 2026/08/27 02:41:57 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/27 02:41:57 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/27 02:41:57 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/27 02:41:57 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/27 02:41:57 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/27 02:41:57 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/27 02:41:57 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/27 02:41:57 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/27 02:41:57 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/27 02:41:57 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/27 02:41:57 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/27 02:41:57 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/27 02:41:57 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/27 02:41:57 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/27 02:41:57 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/27 02:41:57 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/27 02:41:57 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/27 02:41:57 DEBUG : apple: size = 5 OK 2026/08/27 02:41:57 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/27 02:41:57 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:41:57 DEBUG : apple: Unchanged skipping 2026/08/27 02:41:57 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:41:57 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/27 02:41:57 DEBUG : banana: size = 6 OK 2026/08/27 02:41:57 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:41:57 DEBUG : banana: Unchanged skipping 2026/08/27 02:41:57 DEBUG : splitbananasplit: size = 16 OK 2026/08/27 02:41:57 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:41:57 DEBUG : splitbananasplit: Unchanged skipping 2026/08/27 02:41:57 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/27 02:41:57 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:41:57 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/27 02:41:57 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:41:57 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/27 02:41:57 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/27 02:41:57 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/27 02:41:57 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:41:57 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/27 02:41:57 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/27 02:41:57 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/27 02:41:57 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:41:57 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:41:57 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/27 02:41:57 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/27 02:41:57 DEBUG : B2 bucket rclone-test-qatuzoc7haku: Waiting for checks to finish 2026/08/27 02:41:57 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/27 02:41:57 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:41:57 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/27 02:41:57 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/27 02:41:57 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:41:57 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/27 02:41:57 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/27 02:41:57 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:41:57 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/27 02:41:57 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/27 02:41:57 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:41:57 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/27 02:41:57 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/27 02:41:57 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:41:57 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/27 02:41:57 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/27 02:41:57 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:41:57 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/27 02:41:57 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/27 02:41:57 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:41:57 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/27 02:41:57 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/27 02:41:57 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:41:57 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/27 02:41:57 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:41:57 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/27 02:41:57 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/27 02:41:57 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:41:57 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/27 02:41:57 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/27 02:41:57 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/27 02:41:57 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:41:57 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/27 02:41:57 DEBUG : B2 bucket rclone-test-qatuzoc7haku: Waiting for transfers to finish 2026/08/27 02:41:57 DEBUG : Waiting for deletions to finish 2026/08/27 02:41:57 INFO : There was nothing to transfer 2026/08/27 02:41:57 DEBUG : Waiting for deletions to finish 2026/08/27 02:41:58 DEBUG : apple: Excluded (Path Filter) 2026/08/27 02:41:58 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/27 02:41:58 DEBUG : banana: Excluded (Path Filter) 2026/08/27 02:41:58 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/27 02:41:58 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/27 02:41:58 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/27 02:41:58 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/27 02:41:58 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/27 02:41:58 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/27 02:41:58 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/27 02:41:58 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/27 02:41:58 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/27 02:41:58 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/27 02:41:58 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/27 02:41:58 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/27 02:41:58 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/27 02:41:58 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/27 02:41:58 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/27 02:41:58 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/27 02:41:58 DEBUG : splitbananasplit: Excluded (Path Filter) === RUN TestTransform/NFD run.go:198: Remote "B2 bucket rclone-test-qatuzoc7haku", Local "Local file system at /tmp/rclone3721612030", Modify Window "1ms" 2026/08/27 02:42:07 DEBUG : Waiting for deletions to finish 2026/08/27 02:42:07 DEBUG : apple: Excluded (Path Filter) 2026/08/27 02:42:07 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/27 02:42:07 DEBUG : banana: Excluded (Path Filter) 2026/08/27 02:42:07 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/27 02:42:07 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/27 02:42:07 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/27 02:42:07 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/27 02:42:07 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/27 02:42:07 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/27 02:42:07 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/27 02:42:07 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/27 02:42:07 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/27 02:42:07 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/27 02:42:07 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/27 02:42:07 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/27 02:42:07 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/27 02:42:07 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/27 02:42:07 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/27 02:42:07 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/27 02:42:07 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/27 02:42:08 DEBUG : apple: size = 5 OK 2026/08/27 02:42:08 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:42:08 DEBUG : apple: Unchanged skipping 2026/08/27 02:42:08 DEBUG : banana: size = 6 OK 2026/08/27 02:42:08 DEBUG : splitbananasplit: size = 16 OK 2026/08/27 02:42:08 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:42:08 DEBUG : splitbananasplit: Unchanged skipping 2026/08/27 02:42:08 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:42:08 DEBUG : banana: Unchanged skipping 2026/08/27 02:42:08 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/27 02:42:08 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:42:08 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/27 02:42:08 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/27 02:42:08 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:42:08 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/27 02:42:08 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/27 02:42:08 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/27 02:42:08 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/27 02:42:08 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:42:08 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/27 02:42:08 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/27 02:42:08 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/27 02:42:08 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/27 02:42:08 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/27 02:42:08 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:42:08 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:42:08 DEBUG : B2 bucket rclone-test-qatuzoc7haku: Waiting for checks to finish 2026/08/27 02:42:08 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/27 02:42:08 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:42:08 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/27 02:42:08 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/27 02:42:08 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:42:08 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/27 02:42:08 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/27 02:42:08 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:42:08 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/27 02:42:08 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/27 02:42:08 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:42:08 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/27 02:42:08 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/27 02:42:08 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:42:08 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/27 02:42:08 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/27 02:42:08 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:42:08 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/27 02:42:08 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/27 02:42:08 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/27 02:42:08 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:42:08 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/27 02:42:08 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/27 02:42:08 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:42:08 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:42:08 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:42:08 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/27 02:42:08 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/27 02:42:08 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:42:08 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/27 02:42:08 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/27 02:42:08 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:42:08 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/27 02:42:08 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/27 02:42:08 DEBUG : B2 bucket rclone-test-qatuzoc7haku: Waiting for transfers to finish 2026/08/27 02:42:08 DEBUG : Waiting for deletions to finish 2026/08/27 02:42:08 INFO : There was nothing to transfer 2026/08/27 02:42:08 DEBUG : Waiting for deletions to finish 2026/08/27 02:42:08 DEBUG : apple: Excluded (Path Filter) 2026/08/27 02:42:08 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/27 02:42:08 DEBUG : banana: Excluded (Path Filter) 2026/08/27 02:42:08 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/27 02:42:08 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/27 02:42:08 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/27 02:42:08 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/27 02:42:08 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/27 02:42:08 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/27 02:42:08 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/27 02:42:08 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/27 02:42:08 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/27 02:42:08 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/27 02:42:08 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/27 02:42:08 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/27 02:42:08 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/27 02:42:08 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/27 02:42:08 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/27 02:42:08 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/27 02:42:08 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/27 02:42:09 DEBUG : banana: size = 6 OK 2026/08/27 02:42:09 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:42:09 DEBUG : banana: Unchanged skipping 2026/08/27 02:42:09 DEBUG : apple: size = 5 OK 2026/08/27 02:42:09 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:42:09 DEBUG : splitbananasplit: size = 16 OK 2026/08/27 02:42:09 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:42:09 DEBUG : apple: Unchanged skipping 2026/08/27 02:42:09 DEBUG : splitbananasplit: Unchanged skipping 2026/08/27 02:42:09 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/27 02:42:09 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:42:09 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/27 02:42:09 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/27 02:42:09 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:42:09 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/27 02:42:09 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/27 02:42:09 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:42:09 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/27 02:42:09 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/27 02:42:09 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:42:09 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/27 02:42:09 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/27 02:42:09 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:42:09 DEBUG : B2 bucket rclone-test-qatuzoc7haku: Waiting for checks to finish 2026/08/27 02:42:09 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/27 02:42:09 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/27 02:42:09 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/27 02:42:09 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/27 02:42:09 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/27 02:42:09 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:42:09 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:42:09 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/27 02:42:09 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/27 02:42:09 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/27 02:42:09 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/27 02:42:09 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/27 02:42:09 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/27 02:42:09 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:42:09 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/27 02:42:09 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/27 02:42:09 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:42:09 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/27 02:42:09 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/27 02:42:09 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:42:09 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/27 02:42:09 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:42:09 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/27 02:42:09 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:42:09 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:42:09 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/27 02:42:09 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/27 02:42:09 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/27 02:42:09 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:42:09 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/27 02:42:09 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:42:09 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/27 02:42:09 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:42:09 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/27 02:42:09 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/27 02:42:09 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:42:09 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/27 02:42:09 DEBUG : B2 bucket rclone-test-qatuzoc7haku: Waiting for transfers to finish 2026/08/27 02:42:09 DEBUG : Waiting for deletions to finish 2026/08/27 02:42:09 INFO : There was nothing to transfer 2026/08/27 02:42:09 DEBUG : Waiting for deletions to finish 2026/08/27 02:42:09 DEBUG : apple: Excluded (Path Filter) 2026/08/27 02:42:09 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/27 02:42:09 DEBUG : banana: Excluded (Path Filter) 2026/08/27 02:42:09 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/27 02:42:09 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/27 02:42:09 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/27 02:42:09 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/27 02:42:09 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/27 02:42:09 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/27 02:42:09 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/27 02:42:09 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/27 02:42:09 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/27 02:42:09 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/27 02:42:09 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/27 02:42:09 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/27 02:42:09 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/27 02:42:09 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/27 02:42:09 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/27 02:42:09 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/27 02:42:09 DEBUG : splitbananasplit: Excluded (Path Filter) === RUN TestTransform/base64 run.go:198: Remote "B2 bucket rclone-test-qatuzoc7haku", Local "Local file system at /tmp/rclone3721612030", Modify Window "1ms" 2026/08/27 02:42:19 DEBUG : Waiting for deletions to finish 2026/08/27 02:42:19 DEBUG : apple: Excluded (Path Filter) 2026/08/27 02:42:19 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/27 02:42:19 DEBUG : banana: Excluded (Path Filter) 2026/08/27 02:42:19 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/27 02:42:19 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/27 02:42:19 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/27 02:42:19 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/27 02:42:19 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/27 02:42:19 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/27 02:42:19 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/27 02:42:19 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/27 02:42:19 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/27 02:42:19 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/27 02:42:19 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/27 02:42:19 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/27 02:42:19 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/27 02:42:19 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/27 02:42:19 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/27 02:42:19 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/27 02:42:19 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/27 02:42:20 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/27 02:42:20 DEBUG : apple: transformed to: YXBwbGU= 2026/08/27 02:42:20 DEBUG : banana: transformed to: YmFuYW5h 2026/08/27 02:42:20 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/27 02:42:20 DEBUG : banana: transformed to: YmFuYW5h 2026/08/27 02:42:20 DEBUG : apple: transformed to: YXBwbGU= 2026/08/27 02:42:20 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/27 02:42:20 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/27 02:42:20 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/27 02:42:20 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/27 02:42:20 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/27 02:42:20 DEBUG : banana: transformed to: YmFuYW5h 2026/08/27 02:42:20 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/27 02:42:20 DEBUG : apple: transformed to: YXBwbGU= 2026/08/27 02:42:20 DEBUG : apple: transformed to: YXBwbGU= 2026/08/27 02:42:20 DEBUG : apple: Need to transfer - File not found at Destination 2026/08/27 02:42:20 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/27 02:42:20 DEBUG : appleappleapplebanana: Need to transfer - File not found at Destination 2026/08/27 02:42:20 DEBUG : banana: transformed to: YmFuYW5h 2026/08/27 02:42:20 DEBUG : banana: Need to transfer - File not found at Destination 2026/08/27 02:42:20 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/27 02:42:20 DEBUG : splitbananasplit: Need to transfer - File not found at Destination 2026/08/27 02:42:20 DEBUG : apple: transformed to: YXBwbGU= 2026/08/27 02:42:20 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/27 02:42:20 DEBUG : banana: transformed to: YmFuYW5h 2026/08/27 02:42:20 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/27 02:42:20 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/27 02:42:20 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/27 02:42:20 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/27 02:42:20 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/27 02:42:20 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/27 02:42:20 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/27 02:42:20 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/27 02:42:20 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/27 02:42:20 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/27 02:42:20 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/27 02:42:20 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/27 02:42:20 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/27 02:42:20 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/27 02:42:20 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/27 02:42:20 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/27 02:42:20 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/27 02:42:20 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/27 02:42:20 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/27 02:42:20 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/27 02:42:20 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/27 02:42:20 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/27 02:42:20 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/27 02:42:20 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/27 02:42:20 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/27 02:42:20 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/27 02:42:20 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/27 02:42:20 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/27 02:42:20 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/27 02:42:20 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/27 02:42:20 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/27 02:42:20 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/27 02:42:20 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/27 02:42:20 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/27 02:42:20 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/27 02:42:20 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/27 02:42:20 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/27 02:42:20 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/27 02:42:20 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/27 02:42:20 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/27 02:42:20 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/27 02:42:20 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/27 02:42:20 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/27 02:42:20 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/27 02:42:20 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/27 02:42:20 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/27 02:42:20 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/27 02:42:20 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/27 02:42:20 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/27 02:42:20 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/27 02:42:20 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/27 02:42:20 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/27 02:42:20 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/27 02:42:20 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/27 02:42:20 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/27 02:42:20 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/27 02:42:20 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/27 02:42:20 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/27 02:42:20 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/27 02:42:20 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/27 02:42:20 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/27 02:42:20 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/27 02:42:20 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/27 02:42:20 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/27 02:42:20 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/27 02:42:20 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/27 02:42:20 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/27 02:42:20 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/27 02:42:20 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/27 02:42:20 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/27 02:42:20 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/27 02:42:20 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/27 02:42:20 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/27 02:42:20 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/27 02:42:20 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/27 02:42:20 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/27 02:42:20 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/27 02:42:20 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/27 02:42:20 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/27 02:42:20 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/27 02:42:20 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/27 02:42:20 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/27 02:42:20 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/27 02:42:20 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/27 02:42:20 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/27 02:42:20 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/27 02:42:20 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/27 02:42:20 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/27 02:42:20 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/27 02:42:20 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/27 02:42:20 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/27 02:42:20 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/27 02:42:20 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/27 02:42:20 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/27 02:42:20 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/27 02:42:20 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/27 02:42:20 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/27 02:42:20 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/27 02:42:20 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/27 02:42:20 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/27 02:42:20 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/27 02:42:20 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/27 02:42:20 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/27 02:42:20 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/27 02:42:20 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/27 02:42:20 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/27 02:42:20 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/27 02:42:20 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/27 02:42:20 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/27 02:42:20 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/27 02:42:20 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/27 02:42:20 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/27 02:42:20 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/27 02:42:20 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/27 02:42:20 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/27 02:42:20 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/27 02:42:20 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/27 02:42:20 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/27 02:42:20 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/27 02:42:20 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/27 02:42:20 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/27 02:42:20 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/27 02:42:20 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/27 02:42:20 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/27 02:42:20 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/27 02:42:20 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/27 02:42:20 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/27 02:42:20 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/27 02:42:20 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/27 02:42:20 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/27 02:42:20 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/27 02:42:20 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/27 02:42:20 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/27 02:42:20 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/27 02:42:20 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/27 02:42:20 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/27 02:42:20 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/27 02:42:20 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/27 02:42:20 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/27 02:42:20 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/27 02:42:20 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/27 02:42:20 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/27 02:42:20 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/27 02:42:20 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/27 02:42:20 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/27 02:42:20 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/27 02:42:20 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/27 02:42:20 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/27 02:42:20 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/27 02:42:20 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/27 02:42:20 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/27 02:42:20 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/27 02:42:20 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/27 02:42:20 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/27 02:42:20 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/27 02:42:20 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/27 02:42:20 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/27 02:42:20 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/27 02:42:20 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/27 02:42:20 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/27 02:42:20 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/27 02:42:20 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/27 02:42:20 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/27 02:42:20 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/27 02:42:20 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/27 02:42:20 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/27 02:42:20 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/27 02:42:20 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/27 02:42:20 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/27 02:42:20 DEBUG : 0015-9;=.txt: transformed to: MDAxNS05Oz0udHh0 2026/08/27 02:42:20 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/27 02:42:20 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/27 02:42:20 DEBUG : YXBwbGU=: size = 5 OK 2026/08/27 02:42:20 DEBUG : apple: sha1 = d0be2dc421be4fcd0172e5afceea3970e2f3d940 OK 2026/08/27 02:42:20 INFO : apple: Copied (new) to: YXBwbGU= 2026/08/27 02:42:20 DEBUG : YmFuYW5h: size = 6 OK 2026/08/27 02:42:20 DEBUG : banana: sha1 = 250e77f12a5ab6972a0895d290c4792f0a326ea8 OK 2026/08/27 02:42:20 INFO : banana: Copied (new) to: YmFuYW5h 2026/08/27 02:42:20 DEBUG : dir1/0000-abcdefg.txt: Need to transfer - File not found at Destination 2026/08/27 02:42:20 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/27 02:42:20 DEBUG : dir1/0001-bcdefgh.txt: Need to transfer - File not found at Destination 2026/08/27 02:42:20 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/27 02:42:20 DEBUG : dir1/0002-cdefghi.txt: Need to transfer - File not found at Destination 2026/08/27 02:42:20 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/27 02:42:20 DEBUG : dir1/0003-defghij.txt: Need to transfer - File not found at Destination 2026/08/27 02:42:20 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/27 02:42:20 DEBUG : dir1/0004-efghijk.txt: Need to transfer - File not found at Destination 2026/08/27 02:42:20 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/27 02:42:20 DEBUG : dir1/0005-fghijkl.txt: Need to transfer - File not found at Destination 2026/08/27 02:42:20 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/27 02:42:20 DEBUG : dir1/0006-ghijklm.txt: Need to transfer - File not found at Destination 2026/08/27 02:42:20 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/27 02:42:20 DEBUG : dir1/0007-1234567.txt: Need to transfer - File not found at Destination 2026/08/27 02:42:20 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/27 02:42:20 DEBUG : dir1/0008-2345678.txt: Need to transfer - File not found at Destination 2026/08/27 02:42:20 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/27 02:42:20 DEBUG : dir1/0009-3456789.txt: Need to transfer - File not found at Destination 2026/08/27 02:42:20 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/27 02:42:20 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/27 02:42:20 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/27 02:42:20 DEBUG : dir1/0010-456789.txt: Need to transfer - File not found at Destination 2026/08/27 02:42:20 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/27 02:42:20 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination 2026/08/27 02:42:20 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/27 02:42:20 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2026/08/27 02:42:20 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/27 02:42:20 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2026/08/27 02:42:20 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/27 02:42:20 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2026/08/27 02:42:20 DEBUG : 0015-9;=.txt: transformed to: MDAxNS05Oz0udHh0 2026/08/27 02:42:20 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination 2026/08/27 02:42:20 DEBUG : B2 bucket rclone-test-qatuzoc7haku: Waiting for checks to finish 2026/08/27 02:42:20 DEBUG : B2 bucket rclone-test-qatuzoc7haku: Waiting for transfers to finish 2026/08/27 02:42:20 DEBUG : c3BsaXRiYW5hbmFzcGxpdA==: size = 16 OK 2026/08/27 02:42:20 DEBUG : splitbananasplit: sha1 = c045b86d2da0a5c0db76c2e57cc85d98a73d0dfe OK 2026/08/27 02:42:20 INFO : splitbananasplit: Copied (new) to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/27 02:42:20 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/27 02:42:20 DEBUG : YXBwbGVhcHBsZWFwcGxlYmFuYW5h: size = 21 OK 2026/08/27 02:42:20 DEBUG : appleappleapplebanana: sha1 = d4006cec695294959fc86acc4d86a4a8bd1771d4 OK 2026/08/27 02:42:20 INFO : appleappleapplebanana: Copied (new) to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/27 02:42:20 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/27 02:42:20 DEBUG : dir1/MDAwMS1iY2RlZmdoLnR4dA==: size = 21 OK 2026/08/27 02:42:20 DEBUG : dir1/0001-bcdefgh.txt: sha1 = 13f6ac14c045641af16b93bf99a126efa57a13c0 OK 2026/08/27 02:42:20 INFO : dir1/0001-bcdefgh.txt: Copied (new) to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/27 02:42:20 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/27 02:42:20 DEBUG : dir1/MDAwNC1lZmdoaWprLnR4dA==: size = 21 OK 2026/08/27 02:42:20 DEBUG : dir1/0004-efghijk.txt: sha1 = 8a6e3a10e2778fd7a449c0ddeff0e60b99b818f6 OK 2026/08/27 02:42:20 INFO : dir1/0004-efghijk.txt: Copied (new) to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/27 02:42:20 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/27 02:42:20 DEBUG : dir1/MDAwMy1kZWZnaGlqLnR4dA==: size = 21 OK 2026/08/27 02:42:20 DEBUG : dir1/0003-defghij.txt: sha1 = 6275159262463ab911da879437354a03fc105132 OK 2026/08/27 02:42:20 INFO : dir1/0003-defghij.txt: Copied (new) to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/27 02:42:20 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/27 02:42:21 DEBUG : dir1/MDAwMC1hYmNkZWZnLnR4dA==: size = 21 OK 2026/08/27 02:42:21 DEBUG : dir1/0000-abcdefg.txt: sha1 = 39cc20a3972ef42585635752f22e809ce7661dd0 OK 2026/08/27 02:42:21 INFO : dir1/0000-abcdefg.txt: Copied (new) to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/27 02:42:21 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/27 02:42:21 DEBUG : dir1/MDAwNS1mZ2hpamtsLnR4dA==: size = 21 OK 2026/08/27 02:42:21 DEBUG : dir1/0005-fghijkl.txt: sha1 = 9be5d86eeb571f4bb49cba75a71573bae6d7f9b0 OK 2026/08/27 02:42:21 INFO : dir1/0005-fghijkl.txt: Copied (new) to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/27 02:42:21 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/27 02:42:21 DEBUG : dir1/MDAwMi1jZGVmZ2hpLnR4dA==: size = 21 OK 2026/08/27 02:42:21 DEBUG : dir1/0002-cdefghi.txt: sha1 = f5271bcb3e6699430d75487a6e002f56f75748d6 OK 2026/08/27 02:42:21 INFO : dir1/0002-cdefghi.txt: Copied (new) to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/27 02:42:21 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/27 02:42:21 DEBUG : dir1/MDAwNi1naGlqa2xtLnR4dA==: size = 21 OK 2026/08/27 02:42:21 DEBUG : dir1/0006-ghijklm.txt: sha1 = 022b65de02ed02df549dca26b856b83ea957c161 OK 2026/08/27 02:42:21 INFO : dir1/0006-ghijklm.txt: Copied (new) to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/27 02:42:21 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/27 02:42:21 DEBUG : dir1/MDAwOC0yMzQ1Njc4LnR4dA==: size = 21 OK 2026/08/27 02:42:21 DEBUG : dir1/0008-2345678.txt: sha1 = 35bd7b0a5af9be4c53d2bf8b53d45f0c4e5d9d07 OK 2026/08/27 02:42:21 INFO : dir1/0008-2345678.txt: Copied (new) to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/27 02:42:21 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/27 02:42:21 DEBUG : dir1/MDAxMS01Njc4OTsudHh0: size = 20 OK 2026/08/27 02:42:21 DEBUG : dir1/0011-56789;.txt: sha1 = ce6baa1459a8f1c8daeca41dccc499a5a7f9d342 OK 2026/08/27 02:42:21 INFO : dir1/0011-56789;.txt: Copied (new) to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/27 02:42:21 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/27 02:42:21 DEBUG : dir1/MDAxMC00NTY3ODkudHh0: size = 20 OK 2026/08/27 02:42:21 DEBUG : dir1/0010-456789.txt: sha1 = ef1ccb5339c5b9d3b78cdb41937cb754674521e9 OK 2026/08/27 02:42:21 INFO : dir1/0010-456789.txt: Copied (new) to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/27 02:42:21 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/27 02:42:21 DEBUG : dir1/MDAwNy0xMjM0NTY3LnR4dA==: size = 21 OK 2026/08/27 02:42:21 DEBUG : dir1/0007-1234567.txt: sha1 = f65b28e19d4af11accc4c96ab412abe037842afc OK 2026/08/27 02:42:21 INFO : dir1/0007-1234567.txt: Copied (new) to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/27 02:42:21 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/27 02:42:21 DEBUG : dir1/MDAxMi02Nzg5Oy50eHQ=: size = 19 OK 2026/08/27 02:42:21 DEBUG : dir1/0012-6789;.txt: sha1 = 41938da9b0f9799a9c96dea5682322b6b7607058 OK 2026/08/27 02:42:21 INFO : dir1/0012-6789;.txt: Copied (new) to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/27 02:42:21 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/08/27 02:42:21 DEBUG : dir1/MDAxNS05Oz0udHh0: size = 17 OK 2026/08/27 02:42:21 DEBUG : dir1/0015-9;=.txt: sha1 = 2a0afde94c232e5cb80d07261acf840a4a5f0143 OK 2026/08/27 02:42:21 INFO : dir1/0015-9;=.txt: Copied (new) to: dir1/MDAxNS05Oz0udHh0 2026/08/27 02:42:21 DEBUG : dir1/MDAxMy03ODk7PS50eHQ=: size = 19 OK 2026/08/27 02:42:21 DEBUG : dir1/0013-789;=.txt: sha1 = 957e831070085d71b655c9afa66b8e0cb86662b3 OK 2026/08/27 02:42:21 INFO : dir1/0013-789;=.txt: Copied (new) to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/27 02:42:21 DEBUG : dir1/MDAwOS0zNDU2Nzg5LnR4dA==: size = 21 OK 2026/08/27 02:42:21 DEBUG : dir1/0009-3456789.txt: sha1 = cf20fbc0bb51b0e93dd849f5493167c827e103dc OK 2026/08/27 02:42:21 INFO : dir1/0009-3456789.txt: Copied (new) to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/27 02:42:22 DEBUG : dir1/MDAxNC04OTs9LnR4dA==: size = 18 OK 2026/08/27 02:42:22 DEBUG : dir1/0014-89;=.txt: sha1 = 6f88327b529855962672012b6f4fc01033c31ec0 OK 2026/08/27 02:42:22 INFO : dir1/0014-89;=.txt: Copied (new) to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/27 02:42:22 DEBUG : Waiting for deletions to finish 2026/08/27 02:42:22 INFO : dir1/0008-2345678.txt: Deleted 2026/08/27 02:42:22 INFO : splitbananasplit: Deleted 2026/08/27 02:42:22 INFO : dir1/0005-fghijkl.txt: Deleted 2026/08/27 02:42:22 INFO : dir1/0010-456789.txt: Deleted 2026/08/27 02:42:22 INFO : dir1/0002-cdefghi.txt: Deleted 2026/08/27 02:42:22 INFO : dir1/0000-abcdefg.txt: Deleted 2026/08/27 02:42:22 INFO : banana: Deleted 2026/08/27 02:42:22 INFO : dir1/0003-defghij.txt: Deleted 2026/08/27 02:42:22 INFO : dir1/0006-ghijklm.txt: Deleted 2026/08/27 02:42:22 INFO : apple: Deleted 2026/08/27 02:42:22 INFO : dir1/0009-3456789.txt: Deleted 2026/08/27 02:42:22 INFO : appleappleapplebanana: Deleted 2026/08/27 02:42:22 INFO : dir1/0001-bcdefgh.txt: Deleted 2026/08/27 02:42:22 INFO : dir1/0004-efghijk.txt: Deleted 2026/08/27 02:42:23 INFO : dir1/0011-56789;.txt: Deleted 2026/08/27 02:42:23 INFO : dir1/0015-9;=.txt: Deleted 2026/08/27 02:42:23 INFO : dir1/0007-1234567.txt: Deleted 2026/08/27 02:42:23 INFO : dir1/0012-6789;.txt: Deleted 2026/08/27 02:42:23 INFO : dir1/0014-89;=.txt: Deleted 2026/08/27 02:42:23 INFO : dir1/0013-789;=.txt: Deleted 2026/08/27 02:42:23 DEBUG : Waiting for deletions to finish 2026/08/27 02:42:23 DEBUG : YXBwbGU=: Excluded (Path Filter) 2026/08/27 02:42:23 DEBUG : YXBwbGVhcHBsZWFwcGxlYmFuYW5h: Excluded (Path Filter) 2026/08/27 02:42:23 DEBUG : YmFuYW5h: Excluded (Path Filter) 2026/08/27 02:42:23 DEBUG : c3BsaXRiYW5hbmFzcGxpdA==: Excluded (Path Filter) 2026/08/27 02:42:23 DEBUG : dir1/MDAwMC1hYmNkZWZnLnR4dA==: Excluded (Path Filter) 2026/08/27 02:42:23 DEBUG : dir1/MDAwMS1iY2RlZmdoLnR4dA==: Excluded (Path Filter) 2026/08/27 02:42:23 DEBUG : dir1/MDAwMi1jZGVmZ2hpLnR4dA==: Excluded (Path Filter) 2026/08/27 02:42:23 DEBUG : dir1/MDAwMy1kZWZnaGlqLnR4dA==: Excluded (Path Filter) 2026/08/27 02:42:23 DEBUG : dir1/MDAwNC1lZmdoaWprLnR4dA==: Excluded (Path Filter) 2026/08/27 02:42:23 DEBUG : dir1/MDAwNS1mZ2hpamtsLnR4dA==: Excluded (Path Filter) 2026/08/27 02:42:23 DEBUG : dir1/MDAwNi1naGlqa2xtLnR4dA==: Excluded (Path Filter) 2026/08/27 02:42:23 DEBUG : dir1/MDAwNy0xMjM0NTY3LnR4dA==: Excluded (Path Filter) 2026/08/27 02:42:23 DEBUG : dir1/MDAwOC0yMzQ1Njc4LnR4dA==: Excluded (Path Filter) 2026/08/27 02:42:23 DEBUG : dir1/MDAwOS0zNDU2Nzg5LnR4dA==: Excluded (Path Filter) 2026/08/27 02:42:23 DEBUG : dir1/MDAxMC00NTY3ODkudHh0: Excluded (Path Filter) 2026/08/27 02:42:23 DEBUG : dir1/MDAxMS01Njc4OTsudHh0: Excluded (Path Filter) 2026/08/27 02:42:23 DEBUG : dir1/MDAxMi02Nzg5Oy50eHQ=: Excluded (Path Filter) 2026/08/27 02:42:23 DEBUG : dir1/MDAxMy03ODk7PS50eHQ=: Excluded (Path Filter) 2026/08/27 02:42:23 DEBUG : dir1/MDAxNC04OTs9LnR4dA==: Excluded (Path Filter) 2026/08/27 02:42:23 DEBUG : dir1/MDAxNS05Oz0udHh0: Excluded (Path Filter) 2026/08/27 02:42:23 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/27 02:42:23 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/27 02:42:23 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/27 02:42:23 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/27 02:42:23 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/27 02:42:23 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/27 02:42:23 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/27 02:42:23 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/27 02:42:23 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/27 02:42:23 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/27 02:42:23 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/27 02:42:23 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/27 02:42:23 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/27 02:42:23 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/27 02:42:23 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/27 02:42:23 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/27 02:42:23 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/27 02:42:23 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/27 02:42:23 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/27 02:42:23 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/27 02:42:23 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/27 02:42:23 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/27 02:42:23 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/27 02:42:23 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/27 02:42:23 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/27 02:42:23 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/27 02:42:23 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/27 02:42:23 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/27 02:42:23 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/08/27 02:42:23 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/27 02:42:23 DEBUG : apple: transformed to: YXBwbGU= 2026/08/27 02:42:23 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/08/27 02:42:23 DEBUG : apple: transformed to: YXBwbGU= 2026/08/27 02:42:23 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/27 02:42:23 DEBUG : apple: transformed to: YXBwbGU= 2026/08/27 02:42:23 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/27 02:42:23 DEBUG : apple: transformed to: YXBwbGU= 2026/08/27 02:42:23 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/27 02:42:23 DEBUG : apple: transformed to: YXBwbGU= 2026/08/27 02:42:23 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/27 02:42:23 DEBUG : apple: transformed to: YXBwbGU= 2026/08/27 02:42:23 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/27 02:42:23 DEBUG : apple: transformed to: YXBwbGU= 2026/08/27 02:42:23 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/27 02:42:23 DEBUG : apple: transformed to: YXBwbGU= 2026/08/27 02:42:23 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/27 02:42:23 DEBUG : apple: transformed to: YXBwbGU= 2026/08/27 02:42:23 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/27 02:42:23 DEBUG : apple: transformed to: YXBwbGU= 2026/08/27 02:42:23 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/27 02:42:23 DEBUG : apple: transformed to: YXBwbGU= 2026/08/27 02:42:23 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/27 02:42:23 DEBUG : apple: transformed to: YXBwbGU= 2026/08/27 02:42:23 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/27 02:42:23 DEBUG : apple: transformed to: YXBwbGU= 2026/08/27 02:42:23 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/27 02:42:23 DEBUG : apple: transformed to: YXBwbGU= 2026/08/27 02:42:23 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/27 02:42:23 DEBUG : apple: transformed to: YXBwbGU= 2026/08/27 02:42:23 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/27 02:42:23 DEBUG : apple: transformed to: YXBwbGU= 2026/08/27 02:42:23 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/27 02:42:23 DEBUG : banana: transformed to: YmFuYW5h 2026/08/27 02:42:23 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/08/27 02:42:23 DEBUG : banana: transformed to: YmFuYW5h 2026/08/27 02:42:23 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/27 02:42:23 DEBUG : banana: transformed to: YmFuYW5h 2026/08/27 02:42:23 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/27 02:42:23 DEBUG : banana: transformed to: YmFuYW5h 2026/08/27 02:42:23 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/27 02:42:23 DEBUG : banana: transformed to: YmFuYW5h 2026/08/27 02:42:23 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/27 02:42:23 DEBUG : banana: transformed to: YmFuYW5h 2026/08/27 02:42:23 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/27 02:42:23 DEBUG : banana: transformed to: YmFuYW5h 2026/08/27 02:42:23 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/27 02:42:23 DEBUG : banana: transformed to: YmFuYW5h 2026/08/27 02:42:23 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/27 02:42:23 DEBUG : banana: transformed to: YmFuYW5h 2026/08/27 02:42:23 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/27 02:42:23 DEBUG : banana: transformed to: YmFuYW5h 2026/08/27 02:42:23 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/27 02:42:23 DEBUG : banana: transformed to: YmFuYW5h 2026/08/27 02:42:23 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/27 02:42:23 DEBUG : banana: transformed to: YmFuYW5h 2026/08/27 02:42:23 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/27 02:42:23 DEBUG : banana: transformed to: YmFuYW5h 2026/08/27 02:42:23 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/27 02:42:23 DEBUG : banana: transformed to: YmFuYW5h 2026/08/27 02:42:23 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/27 02:42:23 DEBUG : banana: transformed to: YmFuYW5h 2026/08/27 02:42:23 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/27 02:42:23 DEBUG : banana: transformed to: YmFuYW5h 2026/08/27 02:42:23 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/27 02:42:23 DEBUG : banana: transformed to: YmFuYW5h 2026/08/27 02:42:23 DEBUG : apple: transformed to: YXBwbGU= 2026/08/27 02:42:23 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/27 02:42:23 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/08/27 02:42:23 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/27 02:42:23 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/27 02:42:23 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/27 02:42:23 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/27 02:42:23 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/27 02:42:23 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/27 02:42:23 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/27 02:42:23 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/27 02:42:23 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/27 02:42:23 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/27 02:42:23 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/27 02:42:23 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/27 02:42:23 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/27 02:42:23 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/27 02:42:23 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/27 02:42:23 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/27 02:42:23 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/27 02:42:23 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/27 02:42:23 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/27 02:42:23 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/27 02:42:23 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/27 02:42:23 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/27 02:42:23 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/27 02:42:23 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/27 02:42:23 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/27 02:42:23 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/27 02:42:23 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/27 02:42:23 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/27 02:42:23 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/27 02:42:23 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/27 02:42:23 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/27 02:42:23 DEBUG : banana: transformed to: YmFuYW5h 2026/08/27 02:42:23 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/27 02:42:23 DEBUG : apple: transformed to: YXBwbGU= 2026/08/27 02:42:23 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/27 02:42:23 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/08/27 02:42:23 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/27 02:42:23 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/27 02:42:23 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/27 02:42:23 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/27 02:42:23 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/27 02:42:23 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/27 02:42:23 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/27 02:42:23 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/27 02:42:23 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/27 02:42:23 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/27 02:42:23 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/27 02:42:23 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/27 02:42:23 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/27 02:42:23 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/27 02:42:23 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/27 02:42:23 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/27 02:42:23 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/27 02:42:23 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/27 02:42:23 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/27 02:42:23 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/27 02:42:23 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/27 02:42:23 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/27 02:42:23 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/27 02:42:23 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/27 02:42:23 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/27 02:42:23 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/27 02:42:23 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/27 02:42:23 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/27 02:42:23 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/27 02:42:23 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/27 02:42:23 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/27 02:42:23 DEBUG : banana: transformed to: YmFuYW5h 2026/08/27 02:42:23 DEBUG : apple: transformed to: YXBwbGU= 2026/08/27 02:42:23 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/27 02:42:23 DEBUG : banana: transformed to: YmFuYW5h 2026/08/27 02:42:23 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/27 02:42:23 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/27 02:42:23 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/27 02:42:23 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/27 02:42:23 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/27 02:42:23 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/27 02:42:23 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/27 02:42:23 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/27 02:42:23 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/27 02:42:23 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/27 02:42:23 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/27 02:42:23 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/27 02:42:23 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/27 02:42:23 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/27 02:42:23 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/27 02:42:23 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/27 02:42:23 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/08/27 02:42:23 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/27 02:42:23 DEBUG : apple: transformed to: YXBwbGU= 2026/08/27 02:42:23 DEBUG : banana: transformed to: YmFuYW5h 2026/08/27 02:42:23 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/27 02:42:23 DEBUG : banana: transformed to: YmFuYW5h 2026/08/27 02:42:23 DEBUG : apple: transformed to: YXBwbGU= 2026/08/27 02:42:23 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/27 02:42:23 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/27 02:42:23 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/27 02:42:23 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/27 02:42:23 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/27 02:42:23 DEBUG : banana: transformed to: YmFuYW5h 2026/08/27 02:42:23 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/27 02:42:23 DEBUG : apple: transformed to: YXBwbGU= 2026/08/27 02:42:23 DEBUG : apple: transformed to: YXBwbGU= 2026/08/27 02:42:23 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/27 02:42:23 DEBUG : banana: transformed to: YmFuYW5h 2026/08/27 02:42:23 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/27 02:42:23 DEBUG : YXBwbGU=: size = 5 OK 2026/08/27 02:42:23 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:42:23 DEBUG : apple: Unchanged skipping 2026/08/27 02:42:23 DEBUG : YXBwbGVhcHBsZWFwcGxlYmFuYW5h: size = 21 OK 2026/08/27 02:42:23 DEBUG : c3BsaXRiYW5hbmFzcGxpdA==: size = 16 OK 2026/08/27 02:42:23 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:42:23 DEBUG : YmFuYW5h: size = 6 OK 2026/08/27 02:42:23 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/27 02:42:23 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:42:23 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:42:23 DEBUG : banana: Unchanged skipping 2026/08/27 02:42:23 DEBUG : splitbananasplit: Unchanged skipping 2026/08/27 02:42:23 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/27 02:42:23 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/27 02:42:23 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/27 02:42:23 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/27 02:42:23 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/27 02:42:23 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/27 02:42:23 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/27 02:42:23 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/27 02:42:23 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/27 02:42:23 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/27 02:42:23 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/27 02:42:23 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/27 02:42:23 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/27 02:42:23 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/27 02:42:23 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/27 02:42:23 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/27 02:42:23 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/27 02:42:23 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/27 02:42:23 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/27 02:42:23 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/27 02:42:23 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/27 02:42:23 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/27 02:42:23 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/27 02:42:23 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/27 02:42:23 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/27 02:42:23 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/27 02:42:23 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/27 02:42:23 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/27 02:42:23 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/27 02:42:23 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/27 02:42:23 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/27 02:42:23 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/27 02:42:23 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/27 02:42:23 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/27 02:42:23 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/27 02:42:23 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/27 02:42:23 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/27 02:42:23 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/27 02:42:23 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/27 02:42:23 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/27 02:42:23 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/27 02:42:23 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/27 02:42:23 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/27 02:42:23 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/27 02:42:23 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/27 02:42:23 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/27 02:42:23 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/27 02:42:23 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/27 02:42:23 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/27 02:42:23 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/27 02:42:23 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/27 02:42:23 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/27 02:42:23 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/27 02:42:23 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/27 02:42:23 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/27 02:42:23 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/27 02:42:23 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/27 02:42:23 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/27 02:42:23 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/27 02:42:23 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/27 02:42:23 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/27 02:42:23 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/27 02:42:23 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/27 02:42:23 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/27 02:42:23 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/27 02:42:23 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/27 02:42:23 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/27 02:42:23 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/27 02:42:23 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/27 02:42:23 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/27 02:42:23 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/27 02:42:23 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/27 02:42:23 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/27 02:42:23 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/27 02:42:23 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/27 02:42:23 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/27 02:42:23 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/27 02:42:23 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/27 02:42:23 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/27 02:42:23 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/27 02:42:23 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/27 02:42:23 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/27 02:42:23 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/27 02:42:23 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/27 02:42:23 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/27 02:42:23 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/27 02:42:23 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/27 02:42:23 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/27 02:42:23 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/27 02:42:23 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/27 02:42:23 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/27 02:42:23 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/27 02:42:23 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/27 02:42:23 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/27 02:42:23 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/27 02:42:23 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/27 02:42:23 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/27 02:42:23 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/27 02:42:23 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/27 02:42:23 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/27 02:42:23 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/27 02:42:23 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/27 02:42:23 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/27 02:42:23 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/27 02:42:23 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/27 02:42:23 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/27 02:42:23 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/27 02:42:23 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/27 02:42:23 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/27 02:42:23 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/27 02:42:23 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/27 02:42:23 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/27 02:42:23 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/27 02:42:23 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/27 02:42:23 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/27 02:42:23 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/27 02:42:23 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/27 02:42:23 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/27 02:42:23 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/27 02:42:23 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/27 02:42:23 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/27 02:42:23 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/27 02:42:23 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/27 02:42:23 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/27 02:42:23 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/27 02:42:23 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/27 02:42:23 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/27 02:42:23 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/27 02:42:23 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/27 02:42:23 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/27 02:42:23 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/27 02:42:23 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/27 02:42:23 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/27 02:42:23 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/27 02:42:23 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/27 02:42:23 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/27 02:42:23 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/27 02:42:23 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/27 02:42:23 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/27 02:42:23 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/27 02:42:23 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/27 02:42:23 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/27 02:42:23 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/27 02:42:23 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/27 02:42:23 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/27 02:42:23 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/27 02:42:23 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/27 02:42:23 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/27 02:42:23 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/27 02:42:23 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/27 02:42:23 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/27 02:42:23 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/27 02:42:23 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/27 02:42:23 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/27 02:42:23 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/27 02:42:23 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/27 02:42:23 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/27 02:42:23 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/27 02:42:23 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/27 02:42:23 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/27 02:42:23 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/27 02:42:23 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/27 02:42:23 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/27 02:42:23 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/27 02:42:23 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/27 02:42:23 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/27 02:42:23 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/27 02:42:23 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/27 02:42:23 DEBUG : 0015-9;=.txt: transformed to: MDAxNS05Oz0udHh0 2026/08/27 02:42:23 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/27 02:42:23 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/27 02:42:24 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/27 02:42:24 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/27 02:42:24 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/27 02:42:24 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/27 02:42:24 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/27 02:42:24 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/27 02:42:24 DEBUG : dir1/MDAwMS1iY2RlZmdoLnR4dA==: size = 21 OK 2026/08/27 02:42:24 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:42:24 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/27 02:42:24 DEBUG : dir1/MDAwMi1jZGVmZ2hpLnR4dA==: size = 21 OK 2026/08/27 02:42:24 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:42:24 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/27 02:42:24 DEBUG : dir1/MDAwNC1lZmdoaWprLnR4dA==: size = 21 OK 2026/08/27 02:42:24 DEBUG : dir1/MDAwMy1kZWZnaGlqLnR4dA==: size = 21 OK 2026/08/27 02:42:24 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:42:24 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/27 02:42:24 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:42:24 DEBUG : dir1/MDAwMC1hYmNkZWZnLnR4dA==: size = 21 OK 2026/08/27 02:42:24 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/27 02:42:24 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:42:24 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/27 02:42:24 DEBUG : dir1/MDAwNS1mZ2hpamtsLnR4dA==: size = 21 OK 2026/08/27 02:42:24 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:42:24 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/27 02:42:24 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/27 02:42:24 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/27 02:42:24 DEBUG : dir1/MDAwNi1naGlqa2xtLnR4dA==: size = 21 OK 2026/08/27 02:42:24 DEBUG : dir1/MDAwNy0xMjM0NTY3LnR4dA==: size = 21 OK 2026/08/27 02:42:24 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/27 02:42:24 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:42:24 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/27 02:42:24 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/27 02:42:24 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:42:24 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/27 02:42:24 DEBUG : dir1/MDAwOC0yMzQ1Njc4LnR4dA==: size = 21 OK 2026/08/27 02:42:24 DEBUG : dir1/MDAwOS0zNDU2Nzg5LnR4dA==: size = 21 OK 2026/08/27 02:42:24 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:42:24 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/27 02:42:24 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:42:24 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/27 02:42:24 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/27 02:42:24 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/27 02:42:24 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/27 02:42:24 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/27 02:42:24 DEBUG : 0015-9;=.txt: transformed to: MDAxNS05Oz0udHh0 2026/08/27 02:42:24 DEBUG : dir1/MDAxMC00NTY3ODkudHh0: size = 20 OK 2026/08/27 02:42:24 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:42:24 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/27 02:42:24 DEBUG : dir1/MDAxMS01Njc4OTsudHh0: size = 20 OK 2026/08/27 02:42:24 DEBUG : dir1/MDAxMi02Nzg5Oy50eHQ=: size = 19 OK 2026/08/27 02:42:24 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:42:24 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/27 02:42:24 DEBUG : B2 bucket rclone-test-qatuzoc7haku: Waiting for checks to finish 2026/08/27 02:42:24 DEBUG : dir1/MDAxMy03ODk7PS50eHQ=: size = 19 OK 2026/08/27 02:42:24 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:42:24 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/27 02:42:24 DEBUG : dir1/MDAxNC04OTs9LnR4dA==: size = 18 OK 2026/08/27 02:42:24 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:42:24 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/27 02:42:24 DEBUG : dir1/MDAxNS05Oz0udHh0: size = 17 OK 2026/08/27 02:42:24 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:42:24 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:42:24 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/27 02:42:24 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/27 02:42:24 DEBUG : B2 bucket rclone-test-qatuzoc7haku: Waiting for transfers to finish 2026/08/27 02:42:24 DEBUG : Waiting for deletions to finish 2026/08/27 02:42:24 DEBUG : Waiting for deletions to finish 2026/08/27 02:42:24 DEBUG : YXBwbGU=: Excluded (Path Filter) 2026/08/27 02:42:24 DEBUG : YXBwbGVhcHBsZWFwcGxlYmFuYW5h: Excluded (Path Filter) 2026/08/27 02:42:24 DEBUG : YmFuYW5h: Excluded (Path Filter) 2026/08/27 02:42:24 DEBUG : c3BsaXRiYW5hbmFzcGxpdA==: Excluded (Path Filter) 2026/08/27 02:42:24 DEBUG : dir1/MDAwMC1hYmNkZWZnLnR4dA==: Excluded (Path Filter) 2026/08/27 02:42:24 DEBUG : dir1/MDAwMS1iY2RlZmdoLnR4dA==: Excluded (Path Filter) 2026/08/27 02:42:24 DEBUG : dir1/MDAwMi1jZGVmZ2hpLnR4dA==: Excluded (Path Filter) 2026/08/27 02:42:24 DEBUG : dir1/MDAwMy1kZWZnaGlqLnR4dA==: Excluded (Path Filter) 2026/08/27 02:42:24 DEBUG : dir1/MDAwNC1lZmdoaWprLnR4dA==: Excluded (Path Filter) 2026/08/27 02:42:24 DEBUG : dir1/MDAwNS1mZ2hpamtsLnR4dA==: Excluded (Path Filter) 2026/08/27 02:42:24 DEBUG : dir1/MDAwNi1naGlqa2xtLnR4dA==: Excluded (Path Filter) 2026/08/27 02:42:24 DEBUG : dir1/MDAwNy0xMjM0NTY3LnR4dA==: Excluded (Path Filter) 2026/08/27 02:42:24 DEBUG : dir1/MDAwOC0yMzQ1Njc4LnR4dA==: Excluded (Path Filter) 2026/08/27 02:42:24 DEBUG : dir1/MDAwOS0zNDU2Nzg5LnR4dA==: Excluded (Path Filter) 2026/08/27 02:42:24 DEBUG : dir1/MDAxMC00NTY3ODkudHh0: Excluded (Path Filter) 2026/08/27 02:42:24 DEBUG : dir1/MDAxMS01Njc4OTsudHh0: Excluded (Path Filter) 2026/08/27 02:42:24 DEBUG : dir1/MDAxMi02Nzg5Oy50eHQ=: Excluded (Path Filter) 2026/08/27 02:42:24 DEBUG : dir1/MDAxMy03ODk7PS50eHQ=: Excluded (Path Filter) 2026/08/27 02:42:24 DEBUG : dir1/MDAxNC04OTs9LnR4dA==: Excluded (Path Filter) 2026/08/27 02:42:24 DEBUG : dir1/MDAxNS05Oz0udHh0: Excluded (Path Filter) 2026/08/27 02:42:24 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/27 02:42:24 DEBUG : apple: transformed to: YXBwbGU= 2026/08/27 02:42:24 DEBUG : banana: transformed to: YmFuYW5h 2026/08/27 02:42:24 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/27 02:42:24 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/27 02:42:24 DEBUG : banana: transformed to: YmFuYW5h 2026/08/27 02:42:24 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/27 02:42:24 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/27 02:42:24 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/27 02:42:24 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/27 02:42:24 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/27 02:42:24 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/27 02:42:24 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/27 02:42:24 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/27 02:42:24 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/27 02:42:24 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/27 02:42:24 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/27 02:42:24 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/27 02:42:24 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/27 02:42:24 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/27 02:42:24 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/27 02:42:24 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/27 02:42:24 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/27 02:42:24 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/27 02:42:24 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/27 02:42:24 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/27 02:42:24 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/27 02:42:24 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/27 02:42:24 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/27 02:42:24 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/27 02:42:24 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/27 02:42:24 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/27 02:42:24 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/27 02:42:24 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/27 02:42:24 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/27 02:42:24 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/27 02:42:24 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/08/27 02:42:24 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/27 02:42:24 DEBUG : apple: transformed to: YXBwbGU= 2026/08/27 02:42:24 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/27 02:42:24 DEBUG : banana: transformed to: YmFuYW5h 2026/08/27 02:42:24 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/27 02:42:24 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/27 02:42:24 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/27 02:42:24 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/27 02:42:24 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/27 02:42:24 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/27 02:42:24 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/27 02:42:24 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/27 02:42:24 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/27 02:42:24 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/27 02:42:24 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/27 02:42:24 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/27 02:42:24 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/27 02:42:24 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/27 02:42:24 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/27 02:42:24 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/27 02:42:24 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 === RUN TestTransform/prefix run.go:198: Remote "B2 bucket rclone-test-qatuzoc7haku", Local "Local file system at /tmp/rclone3721612030", Modify Window "1ms" 2026/08/27 02:42:34 DEBUG : Waiting for deletions to finish 2026/08/27 02:42:34 DEBUG : apple: Excluded (Path Filter) 2026/08/27 02:42:34 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/27 02:42:34 DEBUG : banana: Excluded (Path Filter) 2026/08/27 02:42:34 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/27 02:42:34 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/27 02:42:34 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/27 02:42:34 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/27 02:42:34 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/27 02:42:34 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/27 02:42:34 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/27 02:42:34 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/27 02:42:34 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/27 02:42:34 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/27 02:42:34 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/27 02:42:34 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/27 02:42:34 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/27 02:42:34 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/27 02:42:34 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/27 02:42:34 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/27 02:42:34 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/27 02:42:34 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/27 02:42:34 DEBUG : apple: transformed to: PREFIXapple 2026/08/27 02:42:34 DEBUG : banana: transformed to: PREFIXbanana 2026/08/27 02:42:34 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/27 02:42:34 DEBUG : banana: transformed to: PREFIXbanana 2026/08/27 02:42:34 DEBUG : apple: transformed to: PREFIXapple 2026/08/27 02:42:34 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/27 02:42:34 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/27 02:42:34 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/27 02:42:34 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/27 02:42:34 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/27 02:42:34 DEBUG : banana: transformed to: PREFIXbanana 2026/08/27 02:42:34 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/27 02:42:34 DEBUG : apple: transformed to: PREFIXapple 2026/08/27 02:42:34 DEBUG : apple: transformed to: PREFIXapple 2026/08/27 02:42:34 DEBUG : apple: Need to transfer - File not found at Destination 2026/08/27 02:42:34 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/27 02:42:34 DEBUG : appleappleapplebanana: Need to transfer - File not found at Destination 2026/08/27 02:42:34 DEBUG : banana: transformed to: PREFIXbanana 2026/08/27 02:42:34 DEBUG : banana: Need to transfer - File not found at Destination 2026/08/27 02:42:34 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/27 02:42:34 DEBUG : splitbananasplit: Need to transfer - File not found at Destination 2026/08/27 02:42:34 DEBUG : apple: transformed to: PREFIXapple 2026/08/27 02:42:34 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/27 02:42:34 DEBUG : banana: transformed to: PREFIXbanana 2026/08/27 02:42:34 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/27 02:42:34 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/27 02:42:34 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/08/27 02:42:34 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/27 02:42:34 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/08/27 02:42:34 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/27 02:42:34 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/27 02:42:34 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/27 02:42:34 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/27 02:42:34 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/27 02:42:34 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/27 02:42:34 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/27 02:42:34 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/27 02:42:34 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/27 02:42:34 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/27 02:42:34 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/27 02:42:34 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/27 02:42:34 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/27 02:42:34 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/08/27 02:42:34 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/27 02:42:34 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/27 02:42:34 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/27 02:42:34 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/27 02:42:34 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/27 02:42:34 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/27 02:42:34 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/27 02:42:34 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/27 02:42:34 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/27 02:42:34 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/27 02:42:34 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/27 02:42:34 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/27 02:42:34 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/27 02:42:34 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/27 02:42:34 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/27 02:42:34 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/27 02:42:34 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/27 02:42:34 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/27 02:42:34 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/27 02:42:34 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/27 02:42:34 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/27 02:42:34 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/27 02:42:34 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/27 02:42:34 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/27 02:42:34 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/27 02:42:34 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/08/27 02:42:34 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/27 02:42:34 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/27 02:42:34 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/27 02:42:34 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/27 02:42:34 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/27 02:42:34 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/27 02:42:34 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/27 02:42:34 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/27 02:42:34 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/27 02:42:34 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/27 02:42:34 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/27 02:42:34 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/27 02:42:34 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/27 02:42:34 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/08/27 02:42:34 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/27 02:42:34 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/27 02:42:34 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/27 02:42:34 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/27 02:42:34 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/27 02:42:34 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/27 02:42:34 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/27 02:42:34 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/27 02:42:34 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/27 02:42:34 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/27 02:42:34 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/27 02:42:34 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/27 02:42:34 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/27 02:42:34 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/27 02:42:34 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/27 02:42:34 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/08/27 02:42:34 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/27 02:42:34 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/27 02:42:34 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/27 02:42:34 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/27 02:42:34 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/08/27 02:42:34 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/27 02:42:34 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/08/27 02:42:34 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/27 02:42:34 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/08/27 02:42:34 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/27 02:42:34 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/08/27 02:42:34 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/27 02:42:34 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/08/27 02:42:34 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/27 02:42:34 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/27 02:42:34 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/27 02:42:34 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/27 02:42:34 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/27 02:42:34 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/27 02:42:34 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/27 02:42:34 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/27 02:42:34 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/27 02:42:34 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/27 02:42:34 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/08/27 02:42:34 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/27 02:42:34 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/27 02:42:34 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/27 02:42:34 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/27 02:42:34 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/27 02:42:34 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/08/27 02:42:34 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/27 02:42:34 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/27 02:42:34 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/27 02:42:34 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/27 02:42:34 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/27 02:42:34 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/27 02:42:34 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/27 02:42:34 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/27 02:42:34 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/27 02:42:34 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/27 02:42:34 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/27 02:42:34 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/08/27 02:42:34 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/27 02:42:34 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/27 02:42:34 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/27 02:42:34 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/27 02:42:34 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/27 02:42:34 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/08/27 02:42:34 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/27 02:42:34 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/27 02:42:34 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/27 02:42:34 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/27 02:42:34 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/27 02:42:34 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/27 02:42:34 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/27 02:42:34 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/27 02:42:34 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2026/08/27 02:42:34 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/27 02:42:34 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2026/08/27 02:42:34 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/27 02:42:34 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2026/08/27 02:42:34 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/27 02:42:34 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2026/08/27 02:42:34 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/27 02:42:34 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2026/08/27 02:42:34 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/08/27 02:42:34 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/27 02:42:34 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/27 02:42:34 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/27 02:42:34 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/27 02:42:34 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/27 02:42:34 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/27 02:42:34 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/27 02:42:34 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/27 02:42:34 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/27 02:42:34 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2026/08/27 02:42:34 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/27 02:42:34 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/08/27 02:42:34 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/27 02:42:34 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/27 02:42:34 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/27 02:42:34 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/27 02:42:34 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/27 02:42:34 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/08/27 02:42:34 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/27 02:42:34 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/27 02:42:34 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/27 02:42:34 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/27 02:42:34 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/27 02:42:34 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/27 02:42:34 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/27 02:42:34 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/27 02:42:34 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/27 02:42:34 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/27 02:42:34 DEBUG : 0015-9;=.txt: transformed to: PREFIX0015-9;=.txt 2026/08/27 02:42:34 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/27 02:42:34 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/27 02:42:34 DEBUG : PREFIXapple: size = 5 OK 2026/08/27 02:42:34 DEBUG : apple: sha1 = d0be2dc421be4fcd0172e5afceea3970e2f3d940 OK 2026/08/27 02:42:34 INFO : apple: Copied (new) to: PREFIXapple 2026/08/27 02:42:34 DEBUG : PREFIXbanana: size = 6 OK 2026/08/27 02:42:34 DEBUG : banana: sha1 = 250e77f12a5ab6972a0895d290c4792f0a326ea8 OK 2026/08/27 02:42:34 INFO : banana: Copied (new) to: PREFIXbanana 2026/08/27 02:42:34 DEBUG : PREFIXsplitbananasplit: size = 16 OK 2026/08/27 02:42:34 DEBUG : splitbananasplit: sha1 = c045b86d2da0a5c0db76c2e57cc85d98a73d0dfe OK 2026/08/27 02:42:34 INFO : splitbananasplit: Copied (new) to: PREFIXsplitbananasplit 2026/08/27 02:42:34 DEBUG : dir1/0000-abcdefg.txt: Need to transfer - File not found at Destination 2026/08/27 02:42:34 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/27 02:42:34 DEBUG : dir1/0001-bcdefgh.txt: Need to transfer - File not found at Destination 2026/08/27 02:42:34 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/27 02:42:34 DEBUG : dir1/0002-cdefghi.txt: Need to transfer - File not found at Destination 2026/08/27 02:42:34 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/27 02:42:34 DEBUG : dir1/0003-defghij.txt: Need to transfer - File not found at Destination 2026/08/27 02:42:34 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/27 02:42:34 DEBUG : dir1/0004-efghijk.txt: Need to transfer - File not found at Destination 2026/08/27 02:42:34 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/27 02:42:34 DEBUG : dir1/0005-fghijkl.txt: Need to transfer - File not found at Destination 2026/08/27 02:42:34 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/08/27 02:42:34 DEBUG : dir1/0006-ghijklm.txt: Need to transfer - File not found at Destination 2026/08/27 02:42:34 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/27 02:42:34 DEBUG : dir1/0007-1234567.txt: Need to transfer - File not found at Destination 2026/08/27 02:42:34 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/27 02:42:34 DEBUG : dir1/0008-2345678.txt: Need to transfer - File not found at Destination 2026/08/27 02:42:34 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/08/27 02:42:34 DEBUG : dir1/0009-3456789.txt: Need to transfer - File not found at Destination 2026/08/27 02:42:34 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2026/08/27 02:42:34 DEBUG : dir1/0010-456789.txt: Need to transfer - File not found at Destination 2026/08/27 02:42:34 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/27 02:42:34 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination 2026/08/27 02:42:34 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt 2026/08/27 02:42:34 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2026/08/27 02:42:34 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2026/08/27 02:42:34 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/27 02:42:34 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2026/08/27 02:42:34 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/27 02:42:34 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2026/08/27 02:42:34 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/27 02:42:34 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2026/08/27 02:42:34 DEBUG : 0015-9;=.txt: transformed to: PREFIX0015-9;=.txt 2026/08/27 02:42:34 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination 2026/08/27 02:42:34 DEBUG : B2 bucket rclone-test-qatuzoc7haku: Waiting for checks to finish 2026/08/27 02:42:34 DEBUG : B2 bucket rclone-test-qatuzoc7haku: Waiting for transfers to finish 2026/08/27 02:42:35 DEBUG : dir1/PREFIX0000-abcdefg.txt: size = 21 OK 2026/08/27 02:42:35 DEBUG : dir1/0000-abcdefg.txt: sha1 = 39cc20a3972ef42585635752f22e809ce7661dd0 OK 2026/08/27 02:42:35 INFO : dir1/0000-abcdefg.txt: Copied (new) to: dir1/PREFIX0000-abcdefg.txt 2026/08/27 02:42:35 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2026/08/27 02:42:35 DEBUG : dir1/PREFIX0001-bcdefgh.txt: size = 21 OK 2026/08/27 02:42:35 DEBUG : dir1/0001-bcdefgh.txt: sha1 = 13f6ac14c045641af16b93bf99a126efa57a13c0 OK 2026/08/27 02:42:35 INFO : dir1/0001-bcdefgh.txt: Copied (new) to: dir1/PREFIX0001-bcdefgh.txt 2026/08/27 02:42:35 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2026/08/27 02:42:35 DEBUG : dir1/PREFIX0003-defghij.txt: size = 21 OK 2026/08/27 02:42:35 DEBUG : dir1/0003-defghij.txt: sha1 = 6275159262463ab911da879437354a03fc105132 OK 2026/08/27 02:42:35 INFO : dir1/0003-defghij.txt: Copied (new) to: dir1/PREFIX0003-defghij.txt 2026/08/27 02:42:35 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2026/08/27 02:42:35 DEBUG : PREFIXappleappleapplebanana: size = 21 OK 2026/08/27 02:42:35 DEBUG : appleappleapplebanana: sha1 = d4006cec695294959fc86acc4d86a4a8bd1771d4 OK 2026/08/27 02:42:35 INFO : appleappleapplebanana: Copied (new) to: PREFIXappleappleapplebanana 2026/08/27 02:42:35 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2026/08/27 02:42:35 DEBUG : dir1/PREFIX0005-fghijkl.txt: size = 21 OK 2026/08/27 02:42:35 DEBUG : dir1/0005-fghijkl.txt: sha1 = 9be5d86eeb571f4bb49cba75a71573bae6d7f9b0 OK 2026/08/27 02:42:35 INFO : dir1/0005-fghijkl.txt: Copied (new) to: dir1/PREFIX0005-fghijkl.txt 2026/08/27 02:42:35 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2026/08/27 02:42:35 DEBUG : dir1/PREFIX0002-cdefghi.txt: size = 21 OK 2026/08/27 02:42:35 DEBUG : dir1/0002-cdefghi.txt: sha1 = f5271bcb3e6699430d75487a6e002f56f75748d6 OK 2026/08/27 02:42:35 INFO : dir1/0002-cdefghi.txt: Copied (new) to: dir1/PREFIX0002-cdefghi.txt 2026/08/27 02:42:35 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2026/08/27 02:42:35 DEBUG : dir1/PREFIX0004-efghijk.txt: size = 21 OK 2026/08/27 02:42:35 DEBUG : dir1/0004-efghijk.txt: sha1 = 8a6e3a10e2778fd7a449c0ddeff0e60b99b818f6 OK 2026/08/27 02:42:35 INFO : dir1/0004-efghijk.txt: Copied (new) to: dir1/PREFIX0004-efghijk.txt 2026/08/27 02:42:35 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2026/08/27 02:42:35 DEBUG : dir1/PREFIX0007-1234567.txt: size = 21 OK 2026/08/27 02:42:35 DEBUG : dir1/0007-1234567.txt: sha1 = f65b28e19d4af11accc4c96ab412abe037842afc OK 2026/08/27 02:42:35 INFO : dir1/0007-1234567.txt: Copied (new) to: dir1/PREFIX0007-1234567.txt 2026/08/27 02:42:35 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2026/08/27 02:42:35 DEBUG : dir1/PREFIX0009-3456789.txt: size = 21 OK 2026/08/27 02:42:35 DEBUG : dir1/0009-3456789.txt: sha1 = cf20fbc0bb51b0e93dd849f5493167c827e103dc OK 2026/08/27 02:42:35 INFO : dir1/0009-3456789.txt: Copied (new) to: dir1/PREFIX0009-3456789.txt 2026/08/27 02:42:35 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2026/08/27 02:42:35 DEBUG : dir1/PREFIX0010-456789.txt: size = 20 OK 2026/08/27 02:42:35 DEBUG : dir1/0010-456789.txt: sha1 = ef1ccb5339c5b9d3b78cdb41937cb754674521e9 OK 2026/08/27 02:42:35 INFO : dir1/0010-456789.txt: Copied (new) to: dir1/PREFIX0010-456789.txt 2026/08/27 02:42:35 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2026/08/27 02:42:36 DEBUG : dir1/PREFIX0006-ghijklm.txt: size = 21 OK 2026/08/27 02:42:36 DEBUG : dir1/0006-ghijklm.txt: sha1 = 022b65de02ed02df549dca26b856b83ea957c161 OK 2026/08/27 02:42:36 INFO : dir1/0006-ghijklm.txt: Copied (new) to: dir1/PREFIX0006-ghijklm.txt 2026/08/27 02:42:36 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2026/08/27 02:42:36 DEBUG : dir1/PREFIX0012-6789;.txt: size = 19 OK 2026/08/27 02:42:36 DEBUG : dir1/0012-6789;.txt: sha1 = 41938da9b0f9799a9c96dea5682322b6b7607058 OK 2026/08/27 02:42:36 INFO : dir1/0012-6789;.txt: Copied (new) to: dir1/PREFIX0012-6789;.txt 2026/08/27 02:42:36 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2026/08/27 02:42:36 DEBUG : dir1/PREFIX0008-2345678.txt: size = 21 OK 2026/08/27 02:42:36 DEBUG : dir1/0008-2345678.txt: sha1 = 35bd7b0a5af9be4c53d2bf8b53d45f0c4e5d9d07 OK 2026/08/27 02:42:36 INFO : dir1/0008-2345678.txt: Copied (new) to: dir1/PREFIX0008-2345678.txt 2026/08/27 02:42:36 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt 2026/08/27 02:42:36 DEBUG : dir1/PREFIX0015-9;=.txt: size = 17 OK 2026/08/27 02:42:36 DEBUG : dir1/0015-9;=.txt: sha1 = 2a0afde94c232e5cb80d07261acf840a4a5f0143 OK 2026/08/27 02:42:36 INFO : dir1/0015-9;=.txt: Copied (new) to: dir1/PREFIX0015-9;=.txt 2026/08/27 02:42:36 DEBUG : dir1/PREFIX0011-56789;.txt: size = 20 OK 2026/08/27 02:42:36 DEBUG : dir1/0011-56789;.txt: sha1 = ce6baa1459a8f1c8daeca41dccc499a5a7f9d342 OK 2026/08/27 02:42:36 INFO : dir1/0011-56789;.txt: Copied (new) to: dir1/PREFIX0011-56789;.txt 2026/08/27 02:42:36 DEBUG : dir1/PREFIX0014-89;=.txt: size = 18 OK 2026/08/27 02:42:36 DEBUG : dir1/0014-89;=.txt: sha1 = 6f88327b529855962672012b6f4fc01033c31ec0 OK 2026/08/27 02:42:36 INFO : dir1/0014-89;=.txt: Copied (new) to: dir1/PREFIX0014-89;=.txt 2026/08/27 02:42:36 DEBUG : dir1/PREFIX0013-789;=.txt: size = 19 OK 2026/08/27 02:42:36 DEBUG : dir1/0013-789;=.txt: sha1 = 957e831070085d71b655c9afa66b8e0cb86662b3 OK 2026/08/27 02:42:36 INFO : dir1/0013-789;=.txt: Copied (new) to: dir1/PREFIX0013-789;=.txt 2026/08/27 02:42:36 DEBUG : Waiting for deletions to finish 2026/08/27 02:42:36 INFO : dir1/0002-cdefghi.txt: Deleted 2026/08/27 02:42:36 INFO : dir1/0001-bcdefgh.txt: Deleted 2026/08/27 02:42:37 INFO : dir1/0012-6789;.txt: Deleted 2026/08/27 02:42:37 INFO : apple: Deleted 2026/08/27 02:42:37 INFO : appleappleapplebanana: Deleted 2026/08/27 02:42:37 INFO : dir1/0011-56789;.txt: Deleted 2026/08/27 02:42:37 INFO : dir1/0006-ghijklm.txt: Deleted 2026/08/27 02:42:37 INFO : banana: Deleted 2026/08/27 02:42:37 INFO : dir1/0003-defghij.txt: Deleted 2026/08/27 02:42:37 INFO : dir1/0004-efghijk.txt: Deleted 2026/08/27 02:42:37 INFO : dir1/0005-fghijkl.txt: Deleted 2026/08/27 02:42:37 INFO : dir1/0007-1234567.txt: Deleted 2026/08/27 02:42:37 INFO : dir1/0008-2345678.txt: Deleted 2026/08/27 02:42:37 INFO : splitbananasplit: Deleted 2026/08/27 02:42:37 INFO : dir1/0013-789;=.txt: Deleted 2026/08/27 02:42:37 INFO : dir1/0014-89;=.txt: Deleted 2026/08/27 02:42:37 INFO : dir1/0015-9;=.txt: Deleted 2026/08/27 02:42:37 INFO : dir1/0009-3456789.txt: Deleted 2026/08/27 02:42:37 INFO : dir1/0000-abcdefg.txt: Deleted 2026/08/27 02:42:37 INFO : dir1/0010-456789.txt: Deleted 2026/08/27 02:42:37 DEBUG : Waiting for deletions to finish 2026/08/27 02:42:37 DEBUG : PREFIXapple: Excluded (Path Filter) 2026/08/27 02:42:37 DEBUG : PREFIXappleappleapplebanana: Excluded (Path Filter) 2026/08/27 02:42:37 DEBUG : PREFIXbanana: Excluded (Path Filter) 2026/08/27 02:42:37 DEBUG : PREFIXsplitbananasplit: Excluded (Path Filter) 2026/08/27 02:42:37 DEBUG : dir1/PREFIX0000-abcdefg.txt: Excluded (Path Filter) 2026/08/27 02:42:37 DEBUG : dir1/PREFIX0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/27 02:42:37 DEBUG : dir1/PREFIX0002-cdefghi.txt: Excluded (Path Filter) 2026/08/27 02:42:37 DEBUG : dir1/PREFIX0003-defghij.txt: Excluded (Path Filter) 2026/08/27 02:42:37 DEBUG : dir1/PREFIX0004-efghijk.txt: Excluded (Path Filter) 2026/08/27 02:42:37 DEBUG : dir1/PREFIX0005-fghijkl.txt: Excluded (Path Filter) 2026/08/27 02:42:37 DEBUG : dir1/PREFIX0006-ghijklm.txt: Excluded (Path Filter) 2026/08/27 02:42:37 DEBUG : dir1/PREFIX0007-1234567.txt: Excluded (Path Filter) 2026/08/27 02:42:37 DEBUG : dir1/PREFIX0008-2345678.txt: Excluded (Path Filter) 2026/08/27 02:42:37 DEBUG : dir1/PREFIX0009-3456789.txt: Excluded (Path Filter) 2026/08/27 02:42:37 DEBUG : dir1/PREFIX0010-456789.txt: Excluded (Path Filter) 2026/08/27 02:42:37 DEBUG : dir1/PREFIX0011-56789;.txt: Excluded (Path Filter) 2026/08/27 02:42:37 DEBUG : dir1/PREFIX0012-6789;.txt: Excluded (Path Filter) 2026/08/27 02:42:37 DEBUG : dir1/PREFIX0013-789;=.txt: Excluded (Path Filter) 2026/08/27 02:42:37 DEBUG : dir1/PREFIX0014-89;=.txt: Excluded (Path Filter) 2026/08/27 02:42:37 DEBUG : dir1/PREFIX0015-9;=.txt: Excluded (Path Filter) 2026/08/27 02:42:37 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2026/08/27 02:42:37 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt 2026/08/27 02:42:37 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2026/08/27 02:42:37 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2026/08/27 02:42:37 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2026/08/27 02:42:37 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2026/08/27 02:42:37 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2026/08/27 02:42:37 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2026/08/27 02:42:37 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2026/08/27 02:42:37 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2026/08/27 02:42:37 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2026/08/27 02:42:37 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2026/08/27 02:42:37 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2026/08/27 02:42:37 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2026/08/27 02:42:37 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2026/08/27 02:42:37 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2026/08/27 02:42:37 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2026/08/27 02:42:37 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2026/08/27 02:42:37 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2026/08/27 02:42:37 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2026/08/27 02:42:37 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2026/08/27 02:42:37 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2026/08/27 02:42:37 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2026/08/27 02:42:37 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2026/08/27 02:42:37 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2026/08/27 02:42:37 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2026/08/27 02:42:37 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2026/08/27 02:42:37 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2026/08/27 02:42:37 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt 2026/08/27 02:42:37 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2026/08/27 02:42:37 DEBUG : apple: transformed to: PREFIXapple 2026/08/27 02:42:37 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt 2026/08/27 02:42:37 DEBUG : apple: transformed to: PREFIXapple 2026/08/27 02:42:37 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2026/08/27 02:42:37 DEBUG : apple: transformed to: PREFIXapple 2026/08/27 02:42:37 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2026/08/27 02:42:37 DEBUG : apple: transformed to: PREFIXapple 2026/08/27 02:42:37 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2026/08/27 02:42:37 DEBUG : apple: transformed to: PREFIXapple 2026/08/27 02:42:37 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2026/08/27 02:42:37 DEBUG : apple: transformed to: PREFIXapple 2026/08/27 02:42:37 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2026/08/27 02:42:37 DEBUG : apple: transformed to: PREFIXapple 2026/08/27 02:42:37 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2026/08/27 02:42:37 DEBUG : apple: transformed to: PREFIXapple 2026/08/27 02:42:37 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2026/08/27 02:42:37 DEBUG : apple: transformed to: PREFIXapple 2026/08/27 02:42:37 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2026/08/27 02:42:37 DEBUG : apple: transformed to: PREFIXapple 2026/08/27 02:42:37 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2026/08/27 02:42:37 DEBUG : apple: transformed to: PREFIXapple 2026/08/27 02:42:37 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2026/08/27 02:42:37 DEBUG : apple: transformed to: PREFIXapple 2026/08/27 02:42:37 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2026/08/27 02:42:37 DEBUG : apple: transformed to: PREFIXapple 2026/08/27 02:42:37 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2026/08/27 02:42:37 DEBUG : apple: transformed to: PREFIXapple 2026/08/27 02:42:37 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2026/08/27 02:42:37 DEBUG : apple: transformed to: PREFIXapple 2026/08/27 02:42:37 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2026/08/27 02:42:37 DEBUG : apple: transformed to: PREFIXapple 2026/08/27 02:42:37 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt 2026/08/27 02:42:37 DEBUG : banana: transformed to: PREFIXbanana 2026/08/27 02:42:37 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt 2026/08/27 02:42:37 DEBUG : banana: transformed to: PREFIXbanana 2026/08/27 02:42:37 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2026/08/27 02:42:37 DEBUG : banana: transformed to: PREFIXbanana 2026/08/27 02:42:37 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2026/08/27 02:42:37 DEBUG : banana: transformed to: PREFIXbanana 2026/08/27 02:42:37 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2026/08/27 02:42:37 DEBUG : banana: transformed to: PREFIXbanana 2026/08/27 02:42:37 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2026/08/27 02:42:37 DEBUG : banana: transformed to: PREFIXbanana 2026/08/27 02:42:37 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2026/08/27 02:42:37 DEBUG : banana: transformed to: PREFIXbanana 2026/08/27 02:42:37 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2026/08/27 02:42:37 DEBUG : banana: transformed to: PREFIXbanana 2026/08/27 02:42:37 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2026/08/27 02:42:37 DEBUG : banana: transformed to: PREFIXbanana 2026/08/27 02:42:37 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2026/08/27 02:42:37 DEBUG : banana: transformed to: PREFIXbanana 2026/08/27 02:42:37 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2026/08/27 02:42:37 DEBUG : banana: transformed to: PREFIXbanana 2026/08/27 02:42:37 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2026/08/27 02:42:37 DEBUG : banana: transformed to: PREFIXbanana 2026/08/27 02:42:37 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2026/08/27 02:42:37 DEBUG : banana: transformed to: PREFIXbanana 2026/08/27 02:42:37 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2026/08/27 02:42:37 DEBUG : banana: transformed to: PREFIXbanana 2026/08/27 02:42:37 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2026/08/27 02:42:37 DEBUG : banana: transformed to: PREFIXbanana 2026/08/27 02:42:37 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2026/08/27 02:42:37 DEBUG : banana: transformed to: PREFIXbanana 2026/08/27 02:42:37 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt 2026/08/27 02:42:37 DEBUG : banana: transformed to: PREFIXbanana 2026/08/27 02:42:37 DEBUG : apple: transformed to: PREFIXapple 2026/08/27 02:42:37 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/27 02:42:37 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt 2026/08/27 02:42:37 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/27 02:42:37 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2026/08/27 02:42:37 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/27 02:42:37 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2026/08/27 02:42:37 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/27 02:42:37 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2026/08/27 02:42:37 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/27 02:42:37 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2026/08/27 02:42:37 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/27 02:42:37 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2026/08/27 02:42:37 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/27 02:42:37 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2026/08/27 02:42:37 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/27 02:42:37 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2026/08/27 02:42:37 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/27 02:42:37 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2026/08/27 02:42:37 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/27 02:42:37 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2026/08/27 02:42:37 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/27 02:42:37 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2026/08/27 02:42:37 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/27 02:42:37 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2026/08/27 02:42:37 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/27 02:42:37 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2026/08/27 02:42:37 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/27 02:42:37 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2026/08/27 02:42:37 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/27 02:42:37 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2026/08/27 02:42:37 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/27 02:42:37 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt 2026/08/27 02:42:37 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/27 02:42:37 DEBUG : banana: transformed to: PREFIXbanana 2026/08/27 02:42:37 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/27 02:42:37 DEBUG : apple: transformed to: PREFIXapple 2026/08/27 02:42:37 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/27 02:42:37 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt 2026/08/27 02:42:37 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/27 02:42:37 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2026/08/27 02:42:37 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/27 02:42:37 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2026/08/27 02:42:37 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/27 02:42:37 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2026/08/27 02:42:37 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/27 02:42:37 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2026/08/27 02:42:37 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/27 02:42:37 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2026/08/27 02:42:37 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/27 02:42:37 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2026/08/27 02:42:37 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/27 02:42:37 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2026/08/27 02:42:37 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/27 02:42:37 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2026/08/27 02:42:37 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/27 02:42:37 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2026/08/27 02:42:37 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/27 02:42:37 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2026/08/27 02:42:37 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/27 02:42:37 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2026/08/27 02:42:37 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/27 02:42:37 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2026/08/27 02:42:37 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/27 02:42:37 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2026/08/27 02:42:37 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/27 02:42:37 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2026/08/27 02:42:37 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/27 02:42:37 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt 2026/08/27 02:42:37 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/27 02:42:37 DEBUG : banana: transformed to: PREFIXbanana 2026/08/27 02:42:37 DEBUG : apple: transformed to: PREFIXapple 2026/08/27 02:42:37 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/27 02:42:37 DEBUG : banana: transformed to: PREFIXbanana 2026/08/27 02:42:37 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/27 02:42:37 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt 2026/08/27 02:42:37 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2026/08/27 02:42:37 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2026/08/27 02:42:37 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2026/08/27 02:42:37 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2026/08/27 02:42:37 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2026/08/27 02:42:37 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2026/08/27 02:42:37 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2026/08/27 02:42:37 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2026/08/27 02:42:37 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2026/08/27 02:42:37 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2026/08/27 02:42:37 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2026/08/27 02:42:37 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2026/08/27 02:42:37 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2026/08/27 02:42:37 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2026/08/27 02:42:37 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt 2026/08/27 02:42:38 DEBUG : apple: Need to transfer - File not found at Destination 2026/08/27 02:42:38 DEBUG : appleappleapplebanana: Need to transfer - File not found at Destination 2026/08/27 02:42:38 DEBUG : banana: Need to transfer - File not found at Destination 2026/08/27 02:42:38 DEBUG : splitbananasplit: Need to transfer - File not found at Destination 2026/08/27 02:42:38 DEBUG : apple: size = 5 OK 2026/08/27 02:42:38 DEBUG : apple: sha1 = d0be2dc421be4fcd0172e5afceea3970e2f3d940 OK 2026/08/27 02:42:38 INFO : apple: Copied (new) 2026/08/27 02:42:38 DEBUG : banana: size = 6 OK 2026/08/27 02:42:38 DEBUG : banana: sha1 = 250e77f12a5ab6972a0895d290c4792f0a326ea8 OK 2026/08/27 02:42:38 INFO : banana: Copied (new) 2026/08/27 02:42:38 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/27 02:42:38 DEBUG : appleappleapplebanana: sha1 = d4006cec695294959fc86acc4d86a4a8bd1771d4 OK 2026/08/27 02:42:38 INFO : appleappleapplebanana: Copied (new) 2026/08/27 02:42:38 DEBUG : splitbananasplit: size = 16 OK 2026/08/27 02:42:38 DEBUG : splitbananasplit: sha1 = c045b86d2da0a5c0db76c2e57cc85d98a73d0dfe OK 2026/08/27 02:42:38 INFO : splitbananasplit: Copied (new) 2026/08/27 02:42:38 DEBUG : dir1/0000-abcdefg.txt: Need to transfer - File not found at Destination 2026/08/27 02:42:38 DEBUG : dir1/0001-bcdefgh.txt: Need to transfer - File not found at Destination 2026/08/27 02:42:38 DEBUG : dir1/0002-cdefghi.txt: Need to transfer - File not found at Destination 2026/08/27 02:42:38 DEBUG : dir1/0003-defghij.txt: Need to transfer - File not found at Destination 2026/08/27 02:42:38 DEBUG : dir1/0004-efghijk.txt: Need to transfer - File not found at Destination 2026/08/27 02:42:38 DEBUG : dir1/0005-fghijkl.txt: Need to transfer - File not found at Destination 2026/08/27 02:42:38 DEBUG : dir1/0006-ghijklm.txt: Need to transfer - File not found at Destination 2026/08/27 02:42:38 DEBUG : dir1/0007-1234567.txt: Need to transfer - File not found at Destination 2026/08/27 02:42:38 DEBUG : dir1/0008-2345678.txt: Need to transfer - File not found at Destination 2026/08/27 02:42:38 DEBUG : dir1/0009-3456789.txt: Need to transfer - File not found at Destination 2026/08/27 02:42:38 DEBUG : dir1/0010-456789.txt: Need to transfer - File not found at Destination 2026/08/27 02:42:38 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination 2026/08/27 02:42:38 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2026/08/27 02:42:38 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2026/08/27 02:42:38 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2026/08/27 02:42:38 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination 2026/08/27 02:42:38 DEBUG : B2 bucket rclone-test-qatuzoc7haku: Waiting for checks to finish 2026/08/27 02:42:38 DEBUG : B2 bucket rclone-test-qatuzoc7haku: Waiting for transfers to finish 2026/08/27 02:42:38 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/27 02:42:38 DEBUG : dir1/0001-bcdefgh.txt: sha1 = 13f6ac14c045641af16b93bf99a126efa57a13c0 OK 2026/08/27 02:42:38 INFO : dir1/0001-bcdefgh.txt: Copied (new) 2026/08/27 02:42:38 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/27 02:42:38 DEBUG : dir1/0000-abcdefg.txt: sha1 = 39cc20a3972ef42585635752f22e809ce7661dd0 OK 2026/08/27 02:42:38 INFO : dir1/0000-abcdefg.txt: Copied (new) 2026/08/27 02:42:38 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/27 02:42:38 DEBUG : dir1/0002-cdefghi.txt: sha1 = f5271bcb3e6699430d75487a6e002f56f75748d6 OK 2026/08/27 02:42:38 INFO : dir1/0002-cdefghi.txt: Copied (new) 2026/08/27 02:42:38 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/27 02:42:38 DEBUG : dir1/0003-defghij.txt: sha1 = 6275159262463ab911da879437354a03fc105132 OK 2026/08/27 02:42:38 INFO : dir1/0003-defghij.txt: Copied (new) 2026/08/27 02:42:38 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/27 02:42:38 DEBUG : dir1/0005-fghijkl.txt: sha1 = 9be5d86eeb571f4bb49cba75a71573bae6d7f9b0 OK 2026/08/27 02:42:38 INFO : dir1/0005-fghijkl.txt: Copied (new) 2026/08/27 02:42:38 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/27 02:42:38 DEBUG : dir1/0007-1234567.txt: sha1 = f65b28e19d4af11accc4c96ab412abe037842afc OK 2026/08/27 02:42:38 INFO : dir1/0007-1234567.txt: Copied (new) 2026/08/27 02:42:38 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/27 02:42:38 DEBUG : dir1/0004-efghijk.txt: sha1 = 8a6e3a10e2778fd7a449c0ddeff0e60b99b818f6 OK 2026/08/27 02:42:38 INFO : dir1/0004-efghijk.txt: Copied (new) 2026/08/27 02:42:38 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/27 02:42:38 DEBUG : dir1/0006-ghijklm.txt: sha1 = 022b65de02ed02df549dca26b856b83ea957c161 OK 2026/08/27 02:42:38 INFO : dir1/0006-ghijklm.txt: Copied (new) 2026/08/27 02:42:38 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/27 02:42:38 DEBUG : dir1/0008-2345678.txt: sha1 = 35bd7b0a5af9be4c53d2bf8b53d45f0c4e5d9d07 OK 2026/08/27 02:42:38 INFO : dir1/0008-2345678.txt: Copied (new) 2026/08/27 02:42:38 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/27 02:42:38 DEBUG : dir1/0009-3456789.txt: sha1 = cf20fbc0bb51b0e93dd849f5493167c827e103dc OK 2026/08/27 02:42:38 INFO : dir1/0009-3456789.txt: Copied (new) 2026/08/27 02:42:39 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/27 02:42:39 DEBUG : dir1/0010-456789.txt: sha1 = ef1ccb5339c5b9d3b78cdb41937cb754674521e9 OK 2026/08/27 02:42:39 INFO : dir1/0010-456789.txt: Copied (new) 2026/08/27 02:42:39 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/27 02:42:39 DEBUG : dir1/0011-56789;.txt: sha1 = ce6baa1459a8f1c8daeca41dccc499a5a7f9d342 OK 2026/08/27 02:42:39 INFO : dir1/0011-56789;.txt: Copied (new) 2026/08/27 02:42:39 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/27 02:42:39 DEBUG : dir1/0012-6789;.txt: sha1 = 41938da9b0f9799a9c96dea5682322b6b7607058 OK 2026/08/27 02:42:39 INFO : dir1/0012-6789;.txt: Copied (new) 2026/08/27 02:42:39 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/27 02:42:39 DEBUG : dir1/0013-789;=.txt: sha1 = 957e831070085d71b655c9afa66b8e0cb86662b3 OK 2026/08/27 02:42:39 INFO : dir1/0013-789;=.txt: Copied (new) 2026/08/27 02:42:39 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/27 02:42:39 DEBUG : dir1/0014-89;=.txt: sha1 = 6f88327b529855962672012b6f4fc01033c31ec0 OK 2026/08/27 02:42:39 INFO : dir1/0014-89;=.txt: Copied (new) 2026/08/27 02:42:39 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/27 02:42:39 DEBUG : dir1/0015-9;=.txt: sha1 = 2a0afde94c232e5cb80d07261acf840a4a5f0143 OK 2026/08/27 02:42:39 INFO : dir1/0015-9;=.txt: Copied (new) 2026/08/27 02:42:39 DEBUG : Waiting for deletions to finish 2026/08/27 02:42:39 INFO : dir1/PREFIX0013-789;=.txt: Deleted 2026/08/27 02:42:39 INFO : PREFIXbanana: Deleted 2026/08/27 02:42:39 INFO : dir1/PREFIX0001-bcdefgh.txt: Deleted 2026/08/27 02:42:39 INFO : dir1/PREFIX0008-2345678.txt: Deleted 2026/08/27 02:42:39 INFO : dir1/PREFIX0002-cdefghi.txt: Deleted 2026/08/27 02:42:39 INFO : dir1/PREFIX0012-6789;.txt: Deleted 2026/08/27 02:42:39 INFO : dir1/PREFIX0000-abcdefg.txt: Deleted 2026/08/27 02:42:39 INFO : PREFIXsplitbananasplit: Deleted 2026/08/27 02:42:39 INFO : dir1/PREFIX0003-defghij.txt: Deleted 2026/08/27 02:42:39 INFO : PREFIXapple: Deleted 2026/08/27 02:42:39 INFO : PREFIXappleappleapplebanana: Deleted 2026/08/27 02:42:39 INFO : dir1/PREFIX0006-ghijklm.txt: Deleted 2026/08/27 02:42:39 INFO : dir1/PREFIX0009-3456789.txt: Deleted 2026/08/27 02:42:39 INFO : dir1/PREFIX0010-456789.txt: Deleted 2026/08/27 02:42:39 INFO : dir1/PREFIX0011-56789;.txt: Deleted 2026/08/27 02:42:39 INFO : dir1/PREFIX0014-89;=.txt: Deleted 2026/08/27 02:42:39 INFO : dir1/PREFIX0015-9;=.txt: Deleted 2026/08/27 02:42:39 INFO : dir1/PREFIX0004-efghijk.txt: Deleted 2026/08/27 02:42:39 INFO : dir1/PREFIX0005-fghijkl.txt: Deleted 2026/08/27 02:42:39 INFO : dir1/PREFIX0007-1234567.txt: Deleted 2026/08/27 02:42:39 DEBUG : Waiting for deletions to finish 2026/08/27 02:42:40 DEBUG : apple: Excluded (Path Filter) 2026/08/27 02:42:40 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/27 02:42:40 DEBUG : banana: Excluded (Path Filter) 2026/08/27 02:42:40 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/27 02:42:40 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/27 02:42:40 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/27 02:42:40 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/27 02:42:40 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/27 02:42:40 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/27 02:42:40 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/27 02:42:40 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/27 02:42:40 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/27 02:42:40 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/27 02:42:40 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/27 02:42:40 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/27 02:42:40 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/27 02:42:40 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/27 02:42:40 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/27 02:42:40 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/27 02:42:40 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/27 02:42:40 DEBUG : Waiting for deletions to finish 2026/08/27 02:42:40 DEBUG : apple: Excluded (Path Filter) 2026/08/27 02:42:40 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/27 02:42:40 DEBUG : banana: Excluded (Path Filter) 2026/08/27 02:42:40 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/27 02:42:40 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/27 02:42:40 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/27 02:42:40 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/27 02:42:40 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/27 02:42:40 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/27 02:42:40 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/27 02:42:40 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/27 02:42:40 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/27 02:42:40 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/27 02:42:40 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/27 02:42:40 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/27 02:42:40 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/27 02:42:40 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/27 02:42:40 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/27 02:42:40 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/27 02:42:40 DEBUG : splitbananasplit: Excluded (Path Filter) === RUN TestTransform/suffix run.go:198: Remote "B2 bucket rclone-test-qatuzoc7haku", Local "Local file system at /tmp/rclone3721612030", Modify Window "1ms" 2026/08/27 02:42:50 DEBUG : Waiting for deletions to finish 2026/08/27 02:42:50 DEBUG : apple: Excluded (Path Filter) 2026/08/27 02:42:50 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/27 02:42:50 DEBUG : banana: Excluded (Path Filter) 2026/08/27 02:42:50 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/27 02:42:50 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/27 02:42:50 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/27 02:42:50 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/27 02:42:50 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/27 02:42:50 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/27 02:42:50 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/27 02:42:50 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/27 02:42:50 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/27 02:42:50 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/27 02:42:50 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/27 02:42:50 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/27 02:42:50 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/27 02:42:50 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/27 02:42:50 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/27 02:42:50 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/27 02:42:50 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/27 02:42:50 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2026/08/27 02:42:50 DEBUG : apple: transformed to: appleSUFFIX 2026/08/27 02:42:50 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/27 02:42:50 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2026/08/27 02:42:50 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/27 02:42:50 DEBUG : apple: transformed to: appleSUFFIX 2026/08/27 02:42:50 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2026/08/27 02:42:50 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/27 02:42:50 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/27 02:42:50 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2026/08/27 02:42:50 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/27 02:42:50 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/27 02:42:50 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/27 02:42:50 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/27 02:42:50 DEBUG : apple: transformed to: appleSUFFIX 2026/08/27 02:42:50 DEBUG : apple: transformed to: appleSUFFIX 2026/08/27 02:42:50 DEBUG : apple: Need to transfer - File not found at Destination 2026/08/27 02:42:50 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/27 02:42:50 DEBUG : appleappleapplebanana: Need to transfer - File not found at Destination 2026/08/27 02:42:50 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/27 02:42:50 DEBUG : banana: Need to transfer - File not found at Destination 2026/08/27 02:42:50 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2026/08/27 02:42:50 DEBUG : splitbananasplit: Need to transfer - File not found at Destination 2026/08/27 02:42:50 DEBUG : apple: transformed to: appleSUFFIX 2026/08/27 02:42:50 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/27 02:42:50 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2026/08/27 02:42:50 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/27 02:42:50 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/27 02:42:50 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/27 02:42:50 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/08/27 02:42:50 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/27 02:42:50 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/08/27 02:42:50 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/27 02:42:50 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/27 02:42:50 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/27 02:42:50 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/27 02:42:50 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/27 02:42:50 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/27 02:42:50 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/27 02:42:50 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/27 02:42:50 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/27 02:42:50 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/27 02:42:50 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/27 02:42:50 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/27 02:42:50 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/08/27 02:42:50 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/27 02:42:50 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/27 02:42:50 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/27 02:42:50 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/27 02:42:50 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/27 02:42:50 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/27 02:42:50 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/27 02:42:50 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/27 02:42:50 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/27 02:42:50 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/27 02:42:50 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/27 02:42:50 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/27 02:42:50 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/27 02:42:50 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/27 02:42:50 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/27 02:42:50 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/27 02:42:50 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/27 02:42:50 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/27 02:42:50 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/27 02:42:50 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/27 02:42:50 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/27 02:42:50 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/27 02:42:50 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/27 02:42:50 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/27 02:42:50 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/27 02:42:50 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/08/27 02:42:50 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/27 02:42:50 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/27 02:42:50 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/27 02:42:50 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/27 02:42:50 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/27 02:42:50 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/27 02:42:50 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/27 02:42:50 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/27 02:42:50 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/27 02:42:50 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/27 02:42:50 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/27 02:42:50 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/27 02:42:50 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/27 02:42:50 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/08/27 02:42:50 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/27 02:42:50 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/27 02:42:50 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/27 02:42:50 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/27 02:42:50 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/27 02:42:50 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/27 02:42:50 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/27 02:42:50 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/27 02:42:50 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/27 02:42:50 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/27 02:42:50 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/27 02:42:50 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/27 02:42:50 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/27 02:42:50 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/27 02:42:50 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/27 02:42:50 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/08/27 02:42:50 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/27 02:42:50 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/27 02:42:50 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/27 02:42:50 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/27 02:42:50 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/08/27 02:42:50 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/27 02:42:50 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/08/27 02:42:50 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/27 02:42:50 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/08/27 02:42:50 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/27 02:42:50 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/08/27 02:42:50 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/27 02:42:50 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/08/27 02:42:50 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/27 02:42:50 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/27 02:42:50 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/27 02:42:50 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/27 02:42:50 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/27 02:42:50 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/27 02:42:50 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/27 02:42:50 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/27 02:42:50 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/27 02:42:50 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/27 02:42:50 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/08/27 02:42:50 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/27 02:42:50 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/27 02:42:50 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/27 02:42:50 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/27 02:42:50 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/27 02:42:50 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/08/27 02:42:50 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/27 02:42:50 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/27 02:42:50 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/27 02:42:50 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/27 02:42:50 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/27 02:42:50 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/27 02:42:50 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/27 02:42:50 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/27 02:42:50 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/27 02:42:50 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/27 02:42:50 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/27 02:42:50 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/08/27 02:42:50 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/27 02:42:50 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/27 02:42:50 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/27 02:42:50 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/27 02:42:50 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/27 02:42:50 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/08/27 02:42:50 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/27 02:42:50 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/27 02:42:50 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/27 02:42:50 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/27 02:42:50 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/27 02:42:50 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/27 02:42:50 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/27 02:42:50 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/27 02:42:50 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2026/08/27 02:42:50 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/27 02:42:50 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2026/08/27 02:42:50 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/27 02:42:50 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2026/08/27 02:42:50 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/27 02:42:50 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2026/08/27 02:42:50 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/27 02:42:50 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2026/08/27 02:42:50 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/08/27 02:42:50 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/27 02:42:50 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/27 02:42:50 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/27 02:42:50 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/27 02:42:50 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/27 02:42:50 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/27 02:42:50 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/27 02:42:50 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/27 02:42:50 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/27 02:42:50 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2026/08/27 02:42:50 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/27 02:42:50 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/08/27 02:42:50 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/27 02:42:50 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/27 02:42:50 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/27 02:42:50 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/27 02:42:50 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/27 02:42:50 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/08/27 02:42:50 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/27 02:42:50 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/27 02:42:50 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/27 02:42:50 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/27 02:42:50 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/27 02:42:50 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/27 02:42:50 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/27 02:42:50 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/27 02:42:50 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/27 02:42:50 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/27 02:42:50 DEBUG : 0015-9;=.txt: transformed to: 0015-9;=.txtSUFFIX 2026/08/27 02:42:50 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/27 02:42:50 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/27 02:42:50 DEBUG : appleSUFFIX: size = 5 OK 2026/08/27 02:42:50 DEBUG : apple: sha1 = d0be2dc421be4fcd0172e5afceea3970e2f3d940 OK 2026/08/27 02:42:50 INFO : apple: Copied (new) to: appleSUFFIX 2026/08/27 02:42:50 DEBUG : bananaSUFFIX: size = 6 OK 2026/08/27 02:42:50 DEBUG : banana: sha1 = 250e77f12a5ab6972a0895d290c4792f0a326ea8 OK 2026/08/27 02:42:50 INFO : banana: Copied (new) to: bananaSUFFIX 2026/08/27 02:42:50 DEBUG : dir1/0000-abcdefg.txt: Need to transfer - File not found at Destination 2026/08/27 02:42:50 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/27 02:42:50 DEBUG : dir1/0001-bcdefgh.txt: Need to transfer - File not found at Destination 2026/08/27 02:42:50 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/27 02:42:50 DEBUG : dir1/0002-cdefghi.txt: Need to transfer - File not found at Destination 2026/08/27 02:42:50 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/27 02:42:50 DEBUG : dir1/0003-defghij.txt: Need to transfer - File not found at Destination 2026/08/27 02:42:50 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/27 02:42:50 DEBUG : dir1/0004-efghijk.txt: Need to transfer - File not found at Destination 2026/08/27 02:42:50 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/27 02:42:50 DEBUG : dir1/0005-fghijkl.txt: Need to transfer - File not found at Destination 2026/08/27 02:42:50 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/08/27 02:42:50 DEBUG : dir1/0006-ghijklm.txt: Need to transfer - File not found at Destination 2026/08/27 02:42:50 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/27 02:42:50 DEBUG : dir1/0007-1234567.txt: Need to transfer - File not found at Destination 2026/08/27 02:42:50 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/27 02:42:50 DEBUG : dir1/0008-2345678.txt: Need to transfer - File not found at Destination 2026/08/27 02:42:50 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/08/27 02:42:50 DEBUG : dir1/0009-3456789.txt: Need to transfer - File not found at Destination 2026/08/27 02:42:50 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2026/08/27 02:42:50 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX 2026/08/27 02:42:50 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcdefg.txtSUFFIX 2026/08/27 02:42:50 DEBUG : dir1/0010-456789.txt: Need to transfer - File not found at Destination 2026/08/27 02:42:50 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/27 02:42:50 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination 2026/08/27 02:42:50 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/27 02:42:50 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2026/08/27 02:42:50 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/27 02:42:50 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2026/08/27 02:42:50 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/27 02:42:50 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2026/08/27 02:42:50 DEBUG : 0015-9;=.txt: transformed to: 0015-9;=.txtSUFFIX 2026/08/27 02:42:50 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination 2026/08/27 02:42:50 DEBUG : B2 bucket rclone-test-qatuzoc7haku: Waiting for checks to finish 2026/08/27 02:42:50 DEBUG : B2 bucket rclone-test-qatuzoc7haku: Waiting for transfers to finish 2026/08/27 02:42:50 DEBUG : splitbananasplitSUFFIX: size = 16 OK 2026/08/27 02:42:50 DEBUG : splitbananasplit: sha1 = c045b86d2da0a5c0db76c2e57cc85d98a73d0dfe OK 2026/08/27 02:42:50 INFO : splitbananasplit: Copied (new) to: splitbananasplitSUFFIX 2026/08/27 02:42:50 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX 2026/08/27 02:42:51 DEBUG : dir1/0002-cdefghi.txtSUFFIX: size = 21 OK 2026/08/27 02:42:51 DEBUG : dir1/0002-cdefghi.txt: sha1 = f5271bcb3e6699430d75487a6e002f56f75748d6 OK 2026/08/27 02:42:51 INFO : dir1/0002-cdefghi.txt: Copied (new) to: dir1/0002-cdefghi.txtSUFFIX 2026/08/27 02:42:51 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX 2026/08/27 02:42:51 DEBUG : dir1/0003-defghij.txtSUFFIX: size = 21 OK 2026/08/27 02:42:51 DEBUG : dir1/0003-defghij.txt: sha1 = 6275159262463ab911da879437354a03fc105132 OK 2026/08/27 02:42:51 INFO : dir1/0003-defghij.txt: Copied (new) to: dir1/0003-defghij.txtSUFFIX 2026/08/27 02:42:51 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX 2026/08/27 02:42:51 DEBUG : appleappleapplebananaSUFFIX: size = 21 OK 2026/08/27 02:42:51 DEBUG : appleappleapplebanana: sha1 = d4006cec695294959fc86acc4d86a4a8bd1771d4 OK 2026/08/27 02:42:51 INFO : appleappleapplebanana: Copied (new) to: appleappleapplebananaSUFFIX 2026/08/27 02:42:51 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX 2026/08/27 02:42:51 DEBUG : dir1/0004-efghijk.txtSUFFIX: size = 21 OK 2026/08/27 02:42:51 DEBUG : dir1/0004-efghijk.txt: sha1 = 8a6e3a10e2778fd7a449c0ddeff0e60b99b818f6 OK 2026/08/27 02:42:51 INFO : dir1/0004-efghijk.txt: Copied (new) to: dir1/0004-efghijk.txtSUFFIX 2026/08/27 02:42:51 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX 2026/08/27 02:42:51 DEBUG : dir1/0001-bcdefgh.txtSUFFIX: size = 21 OK 2026/08/27 02:42:51 DEBUG : dir1/0001-bcdefgh.txt: sha1 = 13f6ac14c045641af16b93bf99a126efa57a13c0 OK 2026/08/27 02:42:51 INFO : dir1/0001-bcdefgh.txt: Copied (new) to: dir1/0001-bcdefgh.txtSUFFIX 2026/08/27 02:42:51 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX 2026/08/27 02:42:51 DEBUG : dir1/0000-abcdefg.txtSUFFIX: size = 21 OK 2026/08/27 02:42:51 DEBUG : dir1/0000-abcdefg.txt: sha1 = 39cc20a3972ef42585635752f22e809ce7661dd0 OK 2026/08/27 02:42:51 INFO : dir1/0000-abcdefg.txt: Copied (new) to: dir1/0000-abcdefg.txtSUFFIX 2026/08/27 02:42:51 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX 2026/08/27 02:42:51 DEBUG : dir1/0005-fghijkl.txtSUFFIX: size = 21 OK 2026/08/27 02:42:51 DEBUG : dir1/0005-fghijkl.txt: sha1 = 9be5d86eeb571f4bb49cba75a71573bae6d7f9b0 OK 2026/08/27 02:42:51 INFO : dir1/0005-fghijkl.txt: Copied (new) to: dir1/0005-fghijkl.txtSUFFIX 2026/08/27 02:42:51 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX 2026/08/27 02:42:51 DEBUG : dir1/0006-ghijklm.txtSUFFIX: size = 21 OK 2026/08/27 02:42:51 DEBUG : dir1/0006-ghijklm.txt: sha1 = 022b65de02ed02df549dca26b856b83ea957c161 OK 2026/08/27 02:42:51 INFO : dir1/0006-ghijklm.txt: Copied (new) to: dir1/0006-ghijklm.txtSUFFIX 2026/08/27 02:42:51 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX 2026/08/27 02:42:52 DEBUG : dir1/0010-456789.txtSUFFIX: size = 20 OK 2026/08/27 02:42:52 DEBUG : dir1/0010-456789.txt: sha1 = ef1ccb5339c5b9d3b78cdb41937cb754674521e9 OK 2026/08/27 02:42:52 INFO : dir1/0010-456789.txt: Copied (new) to: dir1/0010-456789.txtSUFFIX 2026/08/27 02:42:52 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX 2026/08/27 02:42:52 DEBUG : dir1/0009-3456789.txtSUFFIX: size = 21 OK 2026/08/27 02:42:52 DEBUG : dir1/0009-3456789.txt: sha1 = cf20fbc0bb51b0e93dd849f5493167c827e103dc OK 2026/08/27 02:42:52 INFO : dir1/0009-3456789.txt: Copied (new) to: dir1/0009-3456789.txtSUFFIX 2026/08/27 02:42:52 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX 2026/08/27 02:42:52 DEBUG : dir1/0007-1234567.txtSUFFIX: size = 21 OK 2026/08/27 02:42:52 DEBUG : dir1/0007-1234567.txt: sha1 = f65b28e19d4af11accc4c96ab412abe037842afc OK 2026/08/27 02:42:52 INFO : dir1/0007-1234567.txt: Copied (new) to: dir1/0007-1234567.txtSUFFIX 2026/08/27 02:42:52 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX 2026/08/27 02:42:52 DEBUG : dir1/0011-56789;.txtSUFFIX: size = 20 OK 2026/08/27 02:42:52 DEBUG : dir1/0011-56789;.txt: sha1 = ce6baa1459a8f1c8daeca41dccc499a5a7f9d342 OK 2026/08/27 02:42:52 INFO : dir1/0011-56789;.txt: Copied (new) to: dir1/0011-56789;.txtSUFFIX 2026/08/27 02:42:52 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX 2026/08/27 02:42:52 DEBUG : dir1/0008-2345678.txtSUFFIX: size = 21 OK 2026/08/27 02:42:52 DEBUG : dir1/0008-2345678.txt: sha1 = 35bd7b0a5af9be4c53d2bf8b53d45f0c4e5d9d07 OK 2026/08/27 02:42:52 INFO : dir1/0008-2345678.txt: Copied (new) to: dir1/0008-2345678.txtSUFFIX 2026/08/27 02:42:52 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX 2026/08/27 02:42:52 DEBUG : dir1/0014-89;=.txtSUFFIX: size = 18 OK 2026/08/27 02:42:52 DEBUG : dir1/0014-89;=.txt: sha1 = 6f88327b529855962672012b6f4fc01033c31ec0 OK 2026/08/27 02:42:52 INFO : dir1/0014-89;=.txt: Copied (new) to: dir1/0014-89;=.txtSUFFIX 2026/08/27 02:42:52 DEBUG : dir1/0012-6789;.txtSUFFIX: size = 19 OK 2026/08/27 02:42:52 DEBUG : dir1/0012-6789;.txt: sha1 = 41938da9b0f9799a9c96dea5682322b6b7607058 OK 2026/08/27 02:42:52 INFO : dir1/0012-6789;.txt: Copied (new) to: dir1/0012-6789;.txtSUFFIX 2026/08/27 02:42:52 DEBUG : dir1/0015-9;=.txtSUFFIX: size = 17 OK 2026/08/27 02:42:52 DEBUG : dir1/0015-9;=.txt: sha1 = 2a0afde94c232e5cb80d07261acf840a4a5f0143 OK 2026/08/27 02:42:52 INFO : dir1/0015-9;=.txt: Copied (new) to: dir1/0015-9;=.txtSUFFIX 2026/08/27 02:42:52 DEBUG : dir1/0013-789;=.txtSUFFIX: size = 19 OK 2026/08/27 02:42:52 DEBUG : dir1/0013-789;=.txt: sha1 = 957e831070085d71b655c9afa66b8e0cb86662b3 OK 2026/08/27 02:42:52 INFO : dir1/0013-789;=.txt: Copied (new) to: dir1/0013-789;=.txtSUFFIX 2026/08/27 02:42:52 DEBUG : Waiting for deletions to finish 2026/08/27 02:42:53 INFO : banana: Deleted 2026/08/27 02:42:53 INFO : appleappleapplebanana: Deleted 2026/08/27 02:42:53 INFO : dir1/0001-bcdefgh.txt: Deleted 2026/08/27 02:42:53 INFO : dir1/0012-6789;.txt: Deleted 2026/08/27 02:42:53 INFO : dir1/0015-9;=.txt: Deleted 2026/08/27 02:42:53 INFO : dir1/0007-1234567.txt: Deleted 2026/08/27 02:42:53 INFO : apple: Deleted 2026/08/27 02:42:53 INFO : dir1/0000-abcdefg.txt: Deleted 2026/08/27 02:42:53 INFO : dir1/0004-efghijk.txt: Deleted 2026/08/27 02:42:53 INFO : dir1/0005-fghijkl.txt: Deleted 2026/08/27 02:42:53 INFO : dir1/0008-2345678.txt: Deleted 2026/08/27 02:42:53 INFO : dir1/0014-89;=.txt: Deleted 2026/08/27 02:42:53 INFO : splitbananasplit: Deleted 2026/08/27 02:42:53 INFO : dir1/0013-789;=.txt: Deleted 2026/08/27 02:42:53 INFO : dir1/0003-defghij.txt: Deleted 2026/08/27 02:42:53 INFO : dir1/0010-456789.txt: Deleted 2026/08/27 02:42:53 INFO : dir1/0002-cdefghi.txt: Deleted 2026/08/27 02:42:53 INFO : dir1/0006-ghijklm.txt: Deleted 2026/08/27 02:42:53 INFO : dir1/0009-3456789.txt: Deleted 2026/08/27 02:42:53 INFO : dir1/0011-56789;.txt: Deleted 2026/08/27 02:42:53 DEBUG : Waiting for deletions to finish 2026/08/27 02:42:53 DEBUG : appleSUFFIX: Excluded (Path Filter) 2026/08/27 02:42:53 DEBUG : appleappleapplebananaSUFFIX: Excluded (Path Filter) 2026/08/27 02:42:53 DEBUG : bananaSUFFIX: Excluded (Path Filter) 2026/08/27 02:42:53 DEBUG : dir1/0000-abcdefg.txtSUFFIX: Excluded (Path Filter) 2026/08/27 02:42:53 DEBUG : dir1/0001-bcdefgh.txtSUFFIX: Excluded (Path Filter) 2026/08/27 02:42:53 DEBUG : dir1/0002-cdefghi.txtSUFFIX: Excluded (Path Filter) 2026/08/27 02:42:53 DEBUG : dir1/0003-defghij.txtSUFFIX: Excluded (Path Filter) 2026/08/27 02:42:53 DEBUG : dir1/0004-efghijk.txtSUFFIX: Excluded (Path Filter) 2026/08/27 02:42:53 DEBUG : dir1/0005-fghijkl.txtSUFFIX: Excluded (Path Filter) 2026/08/27 02:42:53 DEBUG : dir1/0006-ghijklm.txtSUFFIX: Excluded (Path Filter) 2026/08/27 02:42:53 DEBUG : dir1/0007-1234567.txtSUFFIX: Excluded (Path Filter) 2026/08/27 02:42:53 DEBUG : dir1/0008-2345678.txtSUFFIX: Excluded (Path Filter) 2026/08/27 02:42:53 DEBUG : dir1/0009-3456789.txtSUFFIX: Excluded (Path Filter) 2026/08/27 02:42:53 DEBUG : dir1/0010-456789.txtSUFFIX: Excluded (Path Filter) 2026/08/27 02:42:53 DEBUG : dir1/0011-56789;.txtSUFFIX: Excluded (Path Filter) 2026/08/27 02:42:53 DEBUG : dir1/0012-6789;.txtSUFFIX: Excluded (Path Filter) 2026/08/27 02:42:53 DEBUG : dir1/0013-789;=.txtSUFFIX: Excluded (Path Filter) 2026/08/27 02:42:53 DEBUG : dir1/0014-89;=.txtSUFFIX: Excluded (Path Filter) 2026/08/27 02:42:53 DEBUG : dir1/0015-9;=.txtSUFFIX: Excluded (Path Filter) 2026/08/27 02:42:53 DEBUG : splitbananasplitSUFFIX: Excluded (Path Filter) 2026/08/27 02:42:54 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX 2026/08/27 02:42:54 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcdefg.txtSUFFIX 2026/08/27 02:42:54 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX 2026/08/27 02:42:54 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX 2026/08/27 02:42:54 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX 2026/08/27 02:42:54 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX 2026/08/27 02:42:54 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX 2026/08/27 02:42:54 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX 2026/08/27 02:42:54 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX 2026/08/27 02:42:54 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX 2026/08/27 02:42:54 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX 2026/08/27 02:42:54 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX 2026/08/27 02:42:54 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX 2026/08/27 02:42:54 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX 2026/08/27 02:42:54 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX 2026/08/27 02:42:54 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX 2026/08/27 02:42:54 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX 2026/08/27 02:42:54 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX 2026/08/27 02:42:54 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX 2026/08/27 02:42:54 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX 2026/08/27 02:42:54 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX 2026/08/27 02:42:54 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX 2026/08/27 02:42:54 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX 2026/08/27 02:42:54 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX 2026/08/27 02:42:54 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX 2026/08/27 02:42:54 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX 2026/08/27 02:42:54 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX 2026/08/27 02:42:54 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX 2026/08/27 02:42:54 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX 2026/08/27 02:42:54 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX 2026/08/27 02:42:54 DEBUG : apple: transformed to: appleSUFFIX 2026/08/27 02:42:54 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX 2026/08/27 02:42:54 DEBUG : apple: transformed to: appleSUFFIX 2026/08/27 02:42:54 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX 2026/08/27 02:42:54 DEBUG : apple: transformed to: appleSUFFIX 2026/08/27 02:42:54 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX 2026/08/27 02:42:54 DEBUG : apple: transformed to: appleSUFFIX 2026/08/27 02:42:54 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX 2026/08/27 02:42:54 DEBUG : apple: transformed to: appleSUFFIX 2026/08/27 02:42:54 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX 2026/08/27 02:42:54 DEBUG : apple: transformed to: appleSUFFIX 2026/08/27 02:42:54 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX 2026/08/27 02:42:54 DEBUG : apple: transformed to: appleSUFFIX 2026/08/27 02:42:54 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX 2026/08/27 02:42:54 DEBUG : apple: transformed to: appleSUFFIX 2026/08/27 02:42:54 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX 2026/08/27 02:42:54 DEBUG : apple: transformed to: appleSUFFIX 2026/08/27 02:42:54 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX 2026/08/27 02:42:54 DEBUG : apple: transformed to: appleSUFFIX 2026/08/27 02:42:54 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX 2026/08/27 02:42:54 DEBUG : apple: transformed to: appleSUFFIX 2026/08/27 02:42:54 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX 2026/08/27 02:42:54 DEBUG : apple: transformed to: appleSUFFIX 2026/08/27 02:42:54 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX 2026/08/27 02:42:54 DEBUG : apple: transformed to: appleSUFFIX 2026/08/27 02:42:54 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX 2026/08/27 02:42:54 DEBUG : apple: transformed to: appleSUFFIX 2026/08/27 02:42:54 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX 2026/08/27 02:42:54 DEBUG : apple: transformed to: appleSUFFIX 2026/08/27 02:42:54 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX 2026/08/27 02:42:54 DEBUG : apple: transformed to: appleSUFFIX 2026/08/27 02:42:54 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcdefg.txtSUFFIX 2026/08/27 02:42:54 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/27 02:42:54 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX 2026/08/27 02:42:54 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/27 02:42:54 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX 2026/08/27 02:42:54 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/27 02:42:54 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX 2026/08/27 02:42:54 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/27 02:42:54 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX 2026/08/27 02:42:54 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/27 02:42:54 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX 2026/08/27 02:42:54 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/27 02:42:54 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX 2026/08/27 02:42:54 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/27 02:42:54 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX 2026/08/27 02:42:54 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/27 02:42:54 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX 2026/08/27 02:42:54 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/27 02:42:54 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX 2026/08/27 02:42:54 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/27 02:42:54 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX 2026/08/27 02:42:54 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/27 02:42:54 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX 2026/08/27 02:42:54 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/27 02:42:54 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX 2026/08/27 02:42:54 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/27 02:42:54 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX 2026/08/27 02:42:54 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/27 02:42:54 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX 2026/08/27 02:42:54 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/27 02:42:54 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX 2026/08/27 02:42:54 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/27 02:42:54 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcdefg.txtSUFFIX 2026/08/27 02:42:54 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/27 02:42:54 DEBUG : apple: transformed to: appleSUFFIX 2026/08/27 02:42:54 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/27 02:42:54 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX 2026/08/27 02:42:54 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/27 02:42:54 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX 2026/08/27 02:42:54 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/27 02:42:54 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX 2026/08/27 02:42:54 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/27 02:42:54 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX 2026/08/27 02:42:54 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/27 02:42:54 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX 2026/08/27 02:42:54 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/27 02:42:54 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX 2026/08/27 02:42:54 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/27 02:42:54 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX 2026/08/27 02:42:54 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/27 02:42:54 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX 2026/08/27 02:42:54 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/27 02:42:54 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX 2026/08/27 02:42:54 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/27 02:42:54 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX 2026/08/27 02:42:54 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/27 02:42:54 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX 2026/08/27 02:42:54 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/27 02:42:54 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX 2026/08/27 02:42:54 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/27 02:42:54 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX 2026/08/27 02:42:54 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/27 02:42:54 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX 2026/08/27 02:42:54 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/27 02:42:54 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX 2026/08/27 02:42:54 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/27 02:42:54 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcdefg.txtSUFFIX 2026/08/27 02:42:54 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/27 02:42:54 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/27 02:42:54 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/27 02:42:54 DEBUG : apple: transformed to: appleSUFFIX 2026/08/27 02:42:54 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2026/08/27 02:42:54 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX 2026/08/27 02:42:54 DEBUG : apple: transformed to: appleSUFFIX 2026/08/27 02:42:54 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/27 02:42:54 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/27 02:42:54 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcdefg.txtSUFFIX 2026/08/27 02:42:54 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX 2026/08/27 02:42:54 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX 2026/08/27 02:42:54 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX 2026/08/27 02:42:54 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX 2026/08/27 02:42:54 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX 2026/08/27 02:42:54 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX 2026/08/27 02:42:54 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX 2026/08/27 02:42:54 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX 2026/08/27 02:42:54 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX 2026/08/27 02:42:54 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX 2026/08/27 02:42:54 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX 2026/08/27 02:42:54 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX 2026/08/27 02:42:54 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX 2026/08/27 02:42:54 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX 2026/08/27 02:42:54 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX 2026/08/27 02:42:54 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2026/08/27 02:42:54 DEBUG : apple: Need to transfer - File not found at Destination 2026/08/27 02:42:54 DEBUG : appleappleapplebanana: Need to transfer - File not found at Destination 2026/08/27 02:42:54 DEBUG : banana: Need to transfer - File not found at Destination 2026/08/27 02:42:54 DEBUG : splitbananasplit: Need to transfer - File not found at Destination 2026/08/27 02:42:54 DEBUG : apple: size = 5 OK 2026/08/27 02:42:54 DEBUG : apple: sha1 = d0be2dc421be4fcd0172e5afceea3970e2f3d940 OK 2026/08/27 02:42:54 INFO : apple: Copied (new) 2026/08/27 02:42:54 DEBUG : banana: size = 6 OK 2026/08/27 02:42:54 DEBUG : banana: sha1 = 250e77f12a5ab6972a0895d290c4792f0a326ea8 OK 2026/08/27 02:42:54 INFO : banana: Copied (new) 2026/08/27 02:42:54 DEBUG : splitbananasplit: size = 16 OK 2026/08/27 02:42:54 DEBUG : splitbananasplit: sha1 = c045b86d2da0a5c0db76c2e57cc85d98a73d0dfe OK 2026/08/27 02:42:54 INFO : splitbananasplit: Copied (new) 2026/08/27 02:42:54 DEBUG : dir1/0000-abcdefg.txt: Need to transfer - File not found at Destination 2026/08/27 02:42:54 DEBUG : dir1/0001-bcdefgh.txt: Need to transfer - File not found at Destination 2026/08/27 02:42:54 DEBUG : dir1/0002-cdefghi.txt: Need to transfer - File not found at Destination 2026/08/27 02:42:54 DEBUG : dir1/0003-defghij.txt: Need to transfer - File not found at Destination 2026/08/27 02:42:54 DEBUG : dir1/0004-efghijk.txt: Need to transfer - File not found at Destination 2026/08/27 02:42:54 DEBUG : dir1/0005-fghijkl.txt: Need to transfer - File not found at Destination 2026/08/27 02:42:54 DEBUG : dir1/0006-ghijklm.txt: Need to transfer - File not found at Destination 2026/08/27 02:42:54 DEBUG : dir1/0007-1234567.txt: Need to transfer - File not found at Destination 2026/08/27 02:42:54 DEBUG : dir1/0008-2345678.txt: Need to transfer - File not found at Destination 2026/08/27 02:42:54 DEBUG : dir1/0009-3456789.txt: Need to transfer - File not found at Destination 2026/08/27 02:42:54 DEBUG : dir1/0010-456789.txt: Need to transfer - File not found at Destination 2026/08/27 02:42:54 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination 2026/08/27 02:42:54 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2026/08/27 02:42:54 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2026/08/27 02:42:54 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2026/08/27 02:42:54 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination 2026/08/27 02:42:54 DEBUG : B2 bucket rclone-test-qatuzoc7haku: Waiting for checks to finish 2026/08/27 02:42:54 DEBUG : B2 bucket rclone-test-qatuzoc7haku: Waiting for transfers to finish 2026/08/27 02:42:54 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/27 02:42:54 DEBUG : appleappleapplebanana: sha1 = d4006cec695294959fc86acc4d86a4a8bd1771d4 OK 2026/08/27 02:42:54 INFO : appleappleapplebanana: Copied (new) 2026/08/27 02:42:54 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/27 02:42:54 DEBUG : dir1/0002-cdefghi.txt: sha1 = f5271bcb3e6699430d75487a6e002f56f75748d6 OK 2026/08/27 02:42:54 INFO : dir1/0002-cdefghi.txt: Copied (new) 2026/08/27 02:42:54 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/27 02:42:54 DEBUG : dir1/0003-defghij.txt: sha1 = 6275159262463ab911da879437354a03fc105132 OK 2026/08/27 02:42:54 INFO : dir1/0003-defghij.txt: Copied (new) 2026/08/27 02:42:54 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/27 02:42:54 DEBUG : dir1/0000-abcdefg.txt: sha1 = 39cc20a3972ef42585635752f22e809ce7661dd0 OK 2026/08/27 02:42:54 INFO : dir1/0000-abcdefg.txt: Copied (new) 2026/08/27 02:42:54 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/27 02:42:54 DEBUG : dir1/0001-bcdefgh.txt: sha1 = 13f6ac14c045641af16b93bf99a126efa57a13c0 OK 2026/08/27 02:42:54 INFO : dir1/0001-bcdefgh.txt: Copied (new) 2026/08/27 02:42:55 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/27 02:42:55 DEBUG : dir1/0004-efghijk.txt: sha1 = 8a6e3a10e2778fd7a449c0ddeff0e60b99b818f6 OK 2026/08/27 02:42:55 INFO : dir1/0004-efghijk.txt: Copied (new) 2026/08/27 02:42:55 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/27 02:42:55 DEBUG : dir1/0005-fghijkl.txt: sha1 = 9be5d86eeb571f4bb49cba75a71573bae6d7f9b0 OK 2026/08/27 02:42:55 INFO : dir1/0005-fghijkl.txt: Copied (new) 2026/08/27 02:42:55 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/27 02:42:55 DEBUG : dir1/0006-ghijklm.txt: sha1 = 022b65de02ed02df549dca26b856b83ea957c161 OK 2026/08/27 02:42:55 INFO : dir1/0006-ghijklm.txt: Copied (new) 2026/08/27 02:42:55 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/27 02:42:55 DEBUG : dir1/0007-1234567.txt: sha1 = f65b28e19d4af11accc4c96ab412abe037842afc OK 2026/08/27 02:42:55 INFO : dir1/0007-1234567.txt: Copied (new) 2026/08/27 02:42:55 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/27 02:42:55 DEBUG : dir1/0008-2345678.txt: sha1 = 35bd7b0a5af9be4c53d2bf8b53d45f0c4e5d9d07 OK 2026/08/27 02:42:55 INFO : dir1/0008-2345678.txt: Copied (new) 2026/08/27 02:42:55 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/27 02:42:55 DEBUG : dir1/0009-3456789.txt: sha1 = cf20fbc0bb51b0e93dd849f5493167c827e103dc OK 2026/08/27 02:42:55 INFO : dir1/0009-3456789.txt: Copied (new) 2026/08/27 02:42:55 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/27 02:42:55 DEBUG : dir1/0010-456789.txt: sha1 = ef1ccb5339c5b9d3b78cdb41937cb754674521e9 OK 2026/08/27 02:42:55 INFO : dir1/0010-456789.txt: Copied (new) 2026/08/27 02:42:55 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/27 02:42:55 DEBUG : dir1/0011-56789;.txt: sha1 = ce6baa1459a8f1c8daeca41dccc499a5a7f9d342 OK 2026/08/27 02:42:55 INFO : dir1/0011-56789;.txt: Copied (new) 2026/08/27 02:42:55 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/27 02:42:55 DEBUG : dir1/0012-6789;.txt: sha1 = 41938da9b0f9799a9c96dea5682322b6b7607058 OK 2026/08/27 02:42:55 INFO : dir1/0012-6789;.txt: Copied (new) 2026/08/27 02:42:55 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/27 02:42:55 DEBUG : dir1/0014-89;=.txt: sha1 = 6f88327b529855962672012b6f4fc01033c31ec0 OK 2026/08/27 02:42:55 INFO : dir1/0014-89;=.txt: Copied (new) 2026/08/27 02:42:55 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/27 02:42:55 DEBUG : dir1/0013-789;=.txt: sha1 = 957e831070085d71b655c9afa66b8e0cb86662b3 OK 2026/08/27 02:42:55 INFO : dir1/0013-789;=.txt: Copied (new) 2026/08/27 02:42:55 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/27 02:42:55 DEBUG : dir1/0015-9;=.txt: sha1 = 2a0afde94c232e5cb80d07261acf840a4a5f0143 OK 2026/08/27 02:42:55 INFO : dir1/0015-9;=.txt: Copied (new) 2026/08/27 02:42:55 DEBUG : Waiting for deletions to finish 2026/08/27 02:42:55 INFO : appleSUFFIX: Deleted 2026/08/27 02:42:55 INFO : dir1/0013-789;=.txtSUFFIX: Deleted 2026/08/27 02:42:55 INFO : dir1/0002-cdefghi.txtSUFFIX: Deleted 2026/08/27 02:42:55 INFO : dir1/0005-fghijkl.txtSUFFIX: Deleted 2026/08/27 02:42:55 INFO : dir1/0009-3456789.txtSUFFIX: Deleted 2026/08/27 02:42:55 INFO : dir1/0010-456789.txtSUFFIX: Deleted 2026/08/27 02:42:55 INFO : dir1/0014-89;=.txtSUFFIX: Deleted 2026/08/27 02:42:55 INFO : dir1/0006-ghijklm.txtSUFFIX: Deleted 2026/08/27 02:42:55 INFO : dir1/0015-9;=.txtSUFFIX: Deleted 2026/08/27 02:42:55 INFO : appleappleapplebananaSUFFIX: Deleted 2026/08/27 02:42:55 INFO : splitbananasplitSUFFIX: Deleted 2026/08/27 02:42:55 INFO : dir1/0007-1234567.txtSUFFIX: Deleted 2026/08/27 02:42:55 INFO : dir1/0011-56789;.txtSUFFIX: Deleted 2026/08/27 02:42:55 INFO : dir1/0000-abcdefg.txtSUFFIX: Deleted 2026/08/27 02:42:55 INFO : dir1/0003-defghij.txtSUFFIX: Deleted 2026/08/27 02:42:55 INFO : dir1/0004-efghijk.txtSUFFIX: Deleted 2026/08/27 02:42:55 INFO : dir1/0012-6789;.txtSUFFIX: Deleted 2026/08/27 02:42:55 INFO : bananaSUFFIX: Deleted 2026/08/27 02:42:55 INFO : dir1/0001-bcdefgh.txtSUFFIX: Deleted 2026/08/27 02:42:55 INFO : dir1/0008-2345678.txtSUFFIX: Deleted 2026/08/27 02:42:55 DEBUG : Waiting for deletions to finish 2026/08/27 02:42:56 DEBUG : apple: Excluded (Path Filter) 2026/08/27 02:42:56 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/27 02:42:56 DEBUG : banana: Excluded (Path Filter) 2026/08/27 02:42:56 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/27 02:42:56 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/27 02:42:56 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/27 02:42:56 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/27 02:42:56 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/27 02:42:56 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/27 02:42:56 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/27 02:42:56 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/27 02:42:56 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/27 02:42:56 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/27 02:42:56 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/27 02:42:56 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/27 02:42:56 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/27 02:42:56 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/27 02:42:56 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/27 02:42:56 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/27 02:42:56 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/27 02:42:56 DEBUG : Waiting for deletions to finish 2026/08/27 02:42:56 DEBUG : apple: Excluded (Path Filter) 2026/08/27 02:42:56 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/27 02:42:56 DEBUG : banana: Excluded (Path Filter) 2026/08/27 02:42:56 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/27 02:42:56 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/27 02:42:56 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/27 02:42:56 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/27 02:42:56 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/27 02:42:56 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/27 02:42:56 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/27 02:42:56 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/27 02:42:56 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/27 02:42:56 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/27 02:42:56 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/27 02:42:56 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/27 02:42:56 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/27 02:42:56 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/27 02:42:56 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/27 02:42:56 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/27 02:42:56 DEBUG : splitbananasplit: Excluded (Path Filter) === RUN TestTransform/truncate run.go:198: Remote "B2 bucket rclone-test-qatuzoc7haku", Local "Local file system at /tmp/rclone3721612030", Modify Window "1ms" 2026/08/27 02:43:06 DEBUG : Waiting for deletions to finish 2026/08/27 02:43:06 DEBUG : apple: Excluded (Path Filter) 2026/08/27 02:43:06 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/27 02:43:06 DEBUG : banana: Excluded (Path Filter) 2026/08/27 02:43:06 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/27 02:43:06 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/27 02:43:06 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/27 02:43:06 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/27 02:43:06 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/27 02:43:06 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/27 02:43:06 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/27 02:43:06 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/27 02:43:06 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/27 02:43:06 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/27 02:43:06 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/27 02:43:06 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/27 02:43:06 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/27 02:43:06 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/27 02:43:06 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/27 02:43:06 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/27 02:43:06 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/27 02:43:06 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/27 02:43:06 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/27 02:43:06 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/27 02:43:06 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/27 02:43:06 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/27 02:43:06 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/27 02:43:06 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/27 02:43:06 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/27 02:43:07 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/27 02:43:07 DEBUG : appleappleapplebanana: Need to transfer - File not found at Destination 2026/08/27 02:43:07 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/27 02:43:07 DEBUG : splitbananasplit: Need to transfer - File not found at Destination 2026/08/27 02:43:07 DEBUG : apple: size = 5 OK 2026/08/27 02:43:07 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:43:07 DEBUG : apple: Unchanged skipping 2026/08/27 02:43:07 DEBUG : banana: size = 6 OK 2026/08/27 02:43:07 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:43:07 DEBUG : banana: Unchanged skipping 2026/08/27 02:43:07 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/27 02:43:07 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/27 02:43:07 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/27 02:43:07 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/27 02:43:07 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/27 02:43:07 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/27 02:43:07 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/27 02:43:07 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/27 02:43:07 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/27 02:43:07 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/27 02:43:07 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/27 02:43:07 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/27 02:43:07 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/27 02:43:07 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/27 02:43:07 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/27 02:43:07 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/27 02:43:07 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/27 02:43:07 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/27 02:43:07 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/27 02:43:07 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/27 02:43:07 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/27 02:43:07 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/27 02:43:07 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/27 02:43:07 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/27 02:43:07 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/27 02:43:07 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/27 02:43:07 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/27 02:43:07 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/27 02:43:07 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/27 02:43:07 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/27 02:43:07 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/27 02:43:07 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/27 02:43:07 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/27 02:43:07 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/27 02:43:07 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/27 02:43:07 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/27 02:43:07 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/27 02:43:07 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/27 02:43:07 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/27 02:43:07 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/27 02:43:07 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/27 02:43:07 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/27 02:43:07 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/27 02:43:07 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/27 02:43:07 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/27 02:43:07 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/27 02:43:07 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/27 02:43:07 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/27 02:43:07 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/27 02:43:07 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/27 02:43:07 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/27 02:43:07 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/27 02:43:07 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/27 02:43:07 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/27 02:43:07 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/27 02:43:07 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/27 02:43:07 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/27 02:43:07 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/27 02:43:07 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/27 02:43:07 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/27 02:43:07 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/27 02:43:07 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/27 02:43:07 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/27 02:43:07 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/27 02:43:07 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/27 02:43:07 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/27 02:43:07 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/27 02:43:07 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/27 02:43:07 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/27 02:43:07 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/27 02:43:07 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/27 02:43:07 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/27 02:43:07 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/27 02:43:07 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/27 02:43:07 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/27 02:43:07 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/27 02:43:07 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/27 02:43:07 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/27 02:43:07 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/27 02:43:07 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/27 02:43:07 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/27 02:43:07 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/27 02:43:07 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/27 02:43:07 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/27 02:43:07 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/27 02:43:07 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/27 02:43:07 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/27 02:43:07 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/27 02:43:07 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/27 02:43:07 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/27 02:43:07 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/27 02:43:07 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/27 02:43:07 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/27 02:43:07 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/27 02:43:07 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/27 02:43:07 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/27 02:43:07 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/27 02:43:07 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/27 02:43:07 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/27 02:43:07 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/27 02:43:07 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/27 02:43:07 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/27 02:43:07 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/27 02:43:07 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/27 02:43:07 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/27 02:43:07 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/27 02:43:07 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/27 02:43:07 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/27 02:43:07 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/27 02:43:07 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/27 02:43:07 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/27 02:43:07 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/27 02:43:07 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/27 02:43:07 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/27 02:43:07 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/27 02:43:07 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/27 02:43:07 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/27 02:43:07 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/27 02:43:07 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/27 02:43:07 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/27 02:43:07 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/27 02:43:07 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/27 02:43:07 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/27 02:43:07 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/27 02:43:07 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/27 02:43:07 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/27 02:43:07 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/27 02:43:07 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/27 02:43:07 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/27 02:43:07 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/27 02:43:07 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/27 02:43:07 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/27 02:43:07 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/27 02:43:07 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/27 02:43:07 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/27 02:43:07 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/27 02:43:07 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/27 02:43:07 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/27 02:43:07 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/27 02:43:07 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/27 02:43:07 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/27 02:43:07 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/27 02:43:07 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/27 02:43:07 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/27 02:43:07 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/27 02:43:07 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/27 02:43:07 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/27 02:43:07 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/27 02:43:07 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/27 02:43:07 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/27 02:43:07 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/27 02:43:07 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/27 02:43:07 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/27 02:43:07 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/27 02:43:07 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/27 02:43:07 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/27 02:43:07 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/27 02:43:07 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/27 02:43:07 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/27 02:43:07 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/27 02:43:07 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/27 02:43:07 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/27 02:43:07 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/27 02:43:07 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/27 02:43:07 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/27 02:43:07 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/27 02:43:07 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/27 02:43:07 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/27 02:43:07 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/27 02:43:07 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/27 02:43:07 DEBUG : 0015-9;=.txt: transformed to: 0015-9;=.t 2026/08/27 02:43:07 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/27 02:43:07 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/27 02:43:07 DEBUG : appleapple: size = 21 OK 2026/08/27 02:43:07 DEBUG : appleappleapplebanana: sha1 = d4006cec695294959fc86acc4d86a4a8bd1771d4 OK 2026/08/27 02:43:07 INFO : appleappleapplebanana: Copied (new) to: appleapple 2026/08/27 02:43:07 DEBUG : splitbanan: size = 16 OK 2026/08/27 02:43:07 DEBUG : splitbananasplit: sha1 = c045b86d2da0a5c0db76c2e57cc85d98a73d0dfe OK 2026/08/27 02:43:07 INFO : splitbananasplit: Copied (new) to: splitbanan 2026/08/27 02:43:07 DEBUG : dir1/0000-abcdefg.txt: Need to transfer - File not found at Destination 2026/08/27 02:43:07 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/27 02:43:07 DEBUG : dir1/0001-bcdefgh.txt: Need to transfer - File not found at Destination 2026/08/27 02:43:07 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/27 02:43:07 DEBUG : dir1/0002-cdefghi.txt: Need to transfer - File not found at Destination 2026/08/27 02:43:07 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/08/27 02:43:07 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/27 02:43:07 DEBUG : dir1/0003-defghij.txt: Need to transfer - File not found at Destination 2026/08/27 02:43:07 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/27 02:43:07 DEBUG : dir1/0004-efghijk.txt: Need to transfer - File not found at Destination 2026/08/27 02:43:07 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/27 02:43:07 DEBUG : dir1/0005-fghijkl.txt: Need to transfer - File not found at Destination 2026/08/27 02:43:07 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/27 02:43:07 DEBUG : dir1/0006-ghijklm.txt: Need to transfer - File not found at Destination 2026/08/27 02:43:07 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/27 02:43:07 DEBUG : dir1/0007-1234567.txt: Need to transfer - File not found at Destination 2026/08/27 02:43:07 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/27 02:43:07 DEBUG : dir1/0008-2345678.txt: Need to transfer - File not found at Destination 2026/08/27 02:43:07 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/27 02:43:07 DEBUG : dir1/0009-3456789.txt: Need to transfer - File not found at Destination 2026/08/27 02:43:07 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/27 02:43:07 DEBUG : dir1/0010-456789.txt: Need to transfer - File not found at Destination 2026/08/27 02:43:07 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/27 02:43:07 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination 2026/08/27 02:43:07 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/27 02:43:07 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/08/27 02:43:07 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/08/27 02:43:07 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/08/27 02:43:07 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2026/08/27 02:43:07 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/27 02:43:07 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2026/08/27 02:43:07 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/27 02:43:07 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2026/08/27 02:43:07 DEBUG : 0015-9;=.txt: transformed to: 0015-9;=.t 2026/08/27 02:43:07 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination 2026/08/27 02:43:07 DEBUG : B2 bucket rclone-test-qatuzoc7haku: Waiting for checks to finish 2026/08/27 02:43:07 DEBUG : B2 bucket rclone-test-qatuzoc7haku: Waiting for transfers to finish 2026/08/27 02:43:07 DEBUG : dir1/0000-abcde: size = 21 OK 2026/08/27 02:43:07 DEBUG : dir1/0000-abcdefg.txt: sha1 = 39cc20a3972ef42585635752f22e809ce7661dd0 OK 2026/08/27 02:43:07 INFO : dir1/0000-abcdefg.txt: Copied (new) to: dir1/0000-abcde 2026/08/27 02:43:07 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/08/27 02:43:07 DEBUG : dir1/0001-bcdef: size = 21 OK 2026/08/27 02:43:07 DEBUG : dir1/0001-bcdefgh.txt: sha1 = 13f6ac14c045641af16b93bf99a126efa57a13c0 OK 2026/08/27 02:43:07 INFO : dir1/0001-bcdefgh.txt: Copied (new) to: dir1/0001-bcdef 2026/08/27 02:43:07 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/08/27 02:43:07 DEBUG : dir1/0002-cdefg: size = 21 OK 2026/08/27 02:43:07 DEBUG : dir1/0002-cdefghi.txt: sha1 = f5271bcb3e6699430d75487a6e002f56f75748d6 OK 2026/08/27 02:43:07 INFO : dir1/0002-cdefghi.txt: Copied (new) to: dir1/0002-cdefg 2026/08/27 02:43:07 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/08/27 02:43:07 DEBUG : dir1/0003-defgh: size = 21 OK 2026/08/27 02:43:07 DEBUG : dir1/0003-defghij.txt: sha1 = 6275159262463ab911da879437354a03fc105132 OK 2026/08/27 02:43:07 INFO : dir1/0003-defghij.txt: Copied (new) to: dir1/0003-defgh 2026/08/27 02:43:07 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/08/27 02:43:07 DEBUG : dir1/0004-efghi: size = 21 OK 2026/08/27 02:43:07 DEBUG : dir1/0004-efghijk.txt: sha1 = 8a6e3a10e2778fd7a449c0ddeff0e60b99b818f6 OK 2026/08/27 02:43:07 INFO : dir1/0004-efghijk.txt: Copied (new) to: dir1/0004-efghi 2026/08/27 02:43:07 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/08/27 02:43:07 DEBUG : dir1/0005-fghij: size = 21 OK 2026/08/27 02:43:07 DEBUG : dir1/0005-fghijkl.txt: sha1 = 9be5d86eeb571f4bb49cba75a71573bae6d7f9b0 OK 2026/08/27 02:43:07 INFO : dir1/0005-fghijkl.txt: Copied (new) to: dir1/0005-fghij 2026/08/27 02:43:07 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/08/27 02:43:07 DEBUG : dir1/0006-ghijk: size = 21 OK 2026/08/27 02:43:07 DEBUG : dir1/0006-ghijklm.txt: sha1 = 022b65de02ed02df549dca26b856b83ea957c161 OK 2026/08/27 02:43:07 INFO : dir1/0006-ghijklm.txt: Copied (new) to: dir1/0006-ghijk 2026/08/27 02:43:07 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/08/27 02:43:07 DEBUG : dir1/0007-12345: size = 21 OK 2026/08/27 02:43:07 DEBUG : dir1/0007-1234567.txt: sha1 = f65b28e19d4af11accc4c96ab412abe037842afc OK 2026/08/27 02:43:07 INFO : dir1/0007-1234567.txt: Copied (new) to: dir1/0007-12345 2026/08/27 02:43:07 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/08/27 02:43:07 DEBUG : dir1/0008-23456: size = 21 OK 2026/08/27 02:43:07 DEBUG : dir1/0008-2345678.txt: sha1 = 35bd7b0a5af9be4c53d2bf8b53d45f0c4e5d9d07 OK 2026/08/27 02:43:07 INFO : dir1/0008-2345678.txt: Copied (new) to: dir1/0008-23456 2026/08/27 02:43:07 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/08/27 02:43:07 DEBUG : dir1/0009-34567: size = 21 OK 2026/08/27 02:43:07 DEBUG : dir1/0009-3456789.txt: sha1 = cf20fbc0bb51b0e93dd849f5493167c827e103dc OK 2026/08/27 02:43:07 INFO : dir1/0009-3456789.txt: Copied (new) to: dir1/0009-34567 2026/08/27 02:43:07 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/08/27 02:43:07 DEBUG : dir1/0010-45678: size = 20 OK 2026/08/27 02:43:07 DEBUG : dir1/0010-456789.txt: sha1 = ef1ccb5339c5b9d3b78cdb41937cb754674521e9 OK 2026/08/27 02:43:07 INFO : dir1/0010-456789.txt: Copied (new) to: dir1/0010-45678 2026/08/27 02:43:07 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/08/27 02:43:07 DEBUG : dir1/0011-56789: size = 20 OK 2026/08/27 02:43:07 DEBUG : dir1/0011-56789;.txt: sha1 = ce6baa1459a8f1c8daeca41dccc499a5a7f9d342 OK 2026/08/27 02:43:07 INFO : dir1/0011-56789;.txt: Copied (new) to: dir1/0011-56789 2026/08/27 02:43:07 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/08/27 02:43:07 DEBUG : dir1/0012-6789;: size = 19 OK 2026/08/27 02:43:07 DEBUG : dir1/0012-6789;.txt: sha1 = 41938da9b0f9799a9c96dea5682322b6b7607058 OK 2026/08/27 02:43:07 INFO : dir1/0012-6789;.txt: Copied (new) to: dir1/0012-6789; 2026/08/27 02:43:07 DEBUG : dir1/0013-789;=: size = 19 OK 2026/08/27 02:43:07 DEBUG : dir1/0013-789;=.txt: sha1 = 957e831070085d71b655c9afa66b8e0cb86662b3 OK 2026/08/27 02:43:07 INFO : dir1/0013-789;=.txt: Copied (new) to: dir1/0013-789;= 2026/08/27 02:43:07 DEBUG : dir1/0014-89;=.: size = 18 OK 2026/08/27 02:43:07 DEBUG : dir1/0014-89;=.txt: sha1 = 6f88327b529855962672012b6f4fc01033c31ec0 OK 2026/08/27 02:43:07 INFO : dir1/0014-89;=.txt: Copied (new) to: dir1/0014-89;=. 2026/08/27 02:43:07 DEBUG : dir1/0015-9;=.t: size = 17 OK 2026/08/27 02:43:07 DEBUG : dir1/0015-9;=.txt: sha1 = 2a0afde94c232e5cb80d07261acf840a4a5f0143 OK 2026/08/27 02:43:07 INFO : dir1/0015-9;=.txt: Copied (new) to: dir1/0015-9;=.t 2026/08/27 02:43:07 DEBUG : Waiting for deletions to finish 2026/08/27 02:43:08 INFO : dir1/0001-bcdefgh.txt: Deleted 2026/08/27 02:43:08 INFO : dir1/0009-3456789.txt: Deleted 2026/08/27 02:43:08 INFO : dir1/0011-56789;.txt: Deleted 2026/08/27 02:43:08 INFO : dir1/0012-6789;.txt: Deleted 2026/08/27 02:43:08 INFO : dir1/0014-89;=.txt: Deleted 2026/08/27 02:43:08 INFO : dir1/0000-abcdefg.txt: Deleted 2026/08/27 02:43:08 INFO : dir1/0003-defghij.txt: Deleted 2026/08/27 02:43:08 INFO : dir1/0004-efghijk.txt: Deleted 2026/08/27 02:43:08 INFO : dir1/0005-fghijkl.txt: Deleted 2026/08/27 02:43:08 INFO : dir1/0007-1234567.txt: Deleted 2026/08/27 02:43:08 INFO : dir1/0013-789;=.txt: Deleted 2026/08/27 02:43:08 INFO : dir1/0015-9;=.txt: Deleted 2026/08/27 02:43:08 INFO : appleappleapplebanana: Deleted 2026/08/27 02:43:08 INFO : splitbananasplit: Deleted 2026/08/27 02:43:08 INFO : dir1/0002-cdefghi.txt: Deleted 2026/08/27 02:43:08 INFO : dir1/0006-ghijklm.txt: Deleted 2026/08/27 02:43:08 INFO : dir1/0008-2345678.txt: Deleted 2026/08/27 02:43:08 INFO : dir1/0010-456789.txt: Deleted 2026/08/27 02:43:08 DEBUG : Waiting for deletions to finish 2026/08/27 02:43:08 DEBUG : apple: Excluded (Path Filter) 2026/08/27 02:43:08 DEBUG : appleapple: Excluded (Path Filter) 2026/08/27 02:43:08 DEBUG : banana: Excluded (Path Filter) 2026/08/27 02:43:08 DEBUG : dir1/0000-abcde: Excluded (Path Filter) 2026/08/27 02:43:08 DEBUG : dir1/0001-bcdef: Excluded (Path Filter) 2026/08/27 02:43:08 DEBUG : dir1/0002-cdefg: Excluded (Path Filter) 2026/08/27 02:43:08 DEBUG : dir1/0003-defgh: Excluded (Path Filter) 2026/08/27 02:43:08 DEBUG : dir1/0004-efghi: Excluded (Path Filter) 2026/08/27 02:43:08 DEBUG : dir1/0005-fghij: Excluded (Path Filter) 2026/08/27 02:43:08 DEBUG : dir1/0006-ghijk: Excluded (Path Filter) 2026/08/27 02:43:08 DEBUG : dir1/0007-12345: Excluded (Path Filter) 2026/08/27 02:43:08 DEBUG : dir1/0008-23456: Excluded (Path Filter) 2026/08/27 02:43:08 DEBUG : dir1/0009-34567: Excluded (Path Filter) 2026/08/27 02:43:08 DEBUG : dir1/0010-45678: Excluded (Path Filter) 2026/08/27 02:43:08 DEBUG : dir1/0011-56789: Excluded (Path Filter) 2026/08/27 02:43:08 DEBUG : dir1/0012-6789;: Excluded (Path Filter) 2026/08/27 02:43:08 DEBUG : dir1/0013-789;=: Excluded (Path Filter) 2026/08/27 02:43:08 DEBUG : dir1/0014-89;=.: Excluded (Path Filter) 2026/08/27 02:43:08 DEBUG : dir1/0015-9;=.t: Excluded (Path Filter) 2026/08/27 02:43:08 DEBUG : splitbanan: Excluded (Path Filter) 2026/08/27 02:43:09 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/08/27 02:43:09 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/08/27 02:43:09 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/08/27 02:43:09 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/08/27 02:43:09 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/08/27 02:43:09 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/08/27 02:43:09 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/08/27 02:43:09 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/08/27 02:43:09 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/08/27 02:43:09 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/08/27 02:43:09 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/08/27 02:43:09 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/08/27 02:43:09 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/08/27 02:43:09 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/08/27 02:43:09 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/08/27 02:43:09 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/08/27 02:43:09 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/08/27 02:43:09 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/08/27 02:43:09 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/08/27 02:43:09 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/08/27 02:43:09 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/08/27 02:43:09 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/08/27 02:43:09 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/08/27 02:43:09 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/08/27 02:43:09 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/08/27 02:43:09 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/08/27 02:43:09 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/08/27 02:43:09 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/08/27 02:43:09 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/08/27 02:43:09 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/08/27 02:43:09 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/08/27 02:43:09 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/08/27 02:43:09 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/08/27 02:43:09 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/08/27 02:43:09 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/08/27 02:43:09 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/08/27 02:43:09 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/08/27 02:43:09 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/08/27 02:43:09 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/08/27 02:43:09 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/08/27 02:43:09 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/08/27 02:43:09 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/08/27 02:43:09 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/08/27 02:43:09 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/08/27 02:43:09 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/08/27 02:43:09 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/08/27 02:43:09 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/08/27 02:43:09 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/08/27 02:43:09 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/08/27 02:43:09 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/08/27 02:43:09 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/08/27 02:43:09 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/08/27 02:43:09 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/08/27 02:43:09 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/08/27 02:43:09 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/08/27 02:43:09 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/08/27 02:43:09 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/08/27 02:43:09 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/08/27 02:43:09 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/08/27 02:43:09 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/08/27 02:43:09 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/08/27 02:43:09 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/08/27 02:43:09 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/27 02:43:09 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/08/27 02:43:09 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/27 02:43:09 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/08/27 02:43:09 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/27 02:43:09 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/08/27 02:43:09 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/27 02:43:09 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/08/27 02:43:09 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/27 02:43:09 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/08/27 02:43:09 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/27 02:43:09 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/08/27 02:43:09 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/27 02:43:09 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/08/27 02:43:09 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/27 02:43:09 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/08/27 02:43:09 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/27 02:43:09 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/08/27 02:43:09 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/27 02:43:09 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/08/27 02:43:09 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/27 02:43:09 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/08/27 02:43:09 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/27 02:43:09 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/08/27 02:43:09 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/27 02:43:09 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/08/27 02:43:09 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/27 02:43:09 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/08/27 02:43:09 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/27 02:43:09 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/08/27 02:43:09 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/27 02:43:09 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/08/27 02:43:09 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/27 02:43:09 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/27 02:43:09 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/27 02:43:09 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/08/27 02:43:09 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/27 02:43:09 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/08/27 02:43:09 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/08/27 02:43:09 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/08/27 02:43:09 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/08/27 02:43:09 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/08/27 02:43:09 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/08/27 02:43:09 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/08/27 02:43:09 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/08/27 02:43:09 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/08/27 02:43:09 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/08/27 02:43:09 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/08/27 02:43:09 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/08/27 02:43:09 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/08/27 02:43:09 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/08/27 02:43:09 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/08/27 02:43:09 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/08/27 02:43:09 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/27 02:43:09 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/27 02:43:09 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/27 02:43:09 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/27 02:43:09 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/27 02:43:09 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/27 02:43:09 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/27 02:43:09 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/27 02:43:09 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/27 02:43:09 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/27 02:43:09 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/27 02:43:09 DEBUG : apple: size = 5 OK 2026/08/27 02:43:09 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:43:09 DEBUG : appleapple: size = 21 OK 2026/08/27 02:43:09 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:43:09 DEBUG : banana: size = 6 OK 2026/08/27 02:43:09 DEBUG : apple: Unchanged skipping 2026/08/27 02:43:09 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/27 02:43:09 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:43:09 DEBUG : banana: Unchanged skipping 2026/08/27 02:43:09 DEBUG : splitbanan: size = 16 OK 2026/08/27 02:43:09 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:43:09 DEBUG : splitbananasplit: Unchanged skipping 2026/08/27 02:43:09 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/27 02:43:09 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/27 02:43:09 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/27 02:43:09 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/27 02:43:09 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/27 02:43:09 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/27 02:43:09 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/27 02:43:09 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/27 02:43:09 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/27 02:43:09 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/27 02:43:09 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/27 02:43:09 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/27 02:43:09 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/27 02:43:09 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/27 02:43:09 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/27 02:43:09 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/27 02:43:09 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/27 02:43:09 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/27 02:43:09 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/27 02:43:09 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/27 02:43:09 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/27 02:43:09 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/27 02:43:09 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/27 02:43:09 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/27 02:43:09 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/27 02:43:09 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/27 02:43:09 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/27 02:43:09 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/27 02:43:09 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/27 02:43:09 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/27 02:43:09 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/27 02:43:09 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/27 02:43:09 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/27 02:43:09 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/27 02:43:09 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/27 02:43:09 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/27 02:43:09 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/27 02:43:09 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/27 02:43:09 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/27 02:43:09 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/27 02:43:09 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/27 02:43:09 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/27 02:43:09 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/27 02:43:09 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/27 02:43:09 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/27 02:43:09 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/27 02:43:09 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/27 02:43:09 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/27 02:43:09 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/27 02:43:09 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/27 02:43:09 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/27 02:43:09 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/27 02:43:09 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/27 02:43:09 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/27 02:43:09 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/27 02:43:09 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/27 02:43:09 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/27 02:43:09 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/27 02:43:09 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/27 02:43:09 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/27 02:43:09 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/27 02:43:09 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/27 02:43:09 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/27 02:43:09 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/27 02:43:09 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/27 02:43:09 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/27 02:43:09 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/27 02:43:09 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/27 02:43:09 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/27 02:43:09 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/27 02:43:09 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/27 02:43:09 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/27 02:43:09 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/27 02:43:09 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/27 02:43:09 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/27 02:43:09 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/27 02:43:09 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/27 02:43:09 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/27 02:43:09 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/27 02:43:09 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/27 02:43:09 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/27 02:43:09 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/27 02:43:09 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/27 02:43:09 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/27 02:43:09 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/27 02:43:09 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/27 02:43:09 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/27 02:43:09 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/27 02:43:09 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/27 02:43:09 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/27 02:43:09 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/27 02:43:09 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/27 02:43:09 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/27 02:43:09 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/27 02:43:09 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/27 02:43:09 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/27 02:43:09 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/27 02:43:09 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/27 02:43:09 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/27 02:43:09 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/27 02:43:09 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/27 02:43:09 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/27 02:43:09 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/27 02:43:09 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/27 02:43:09 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/27 02:43:09 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/27 02:43:09 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/27 02:43:09 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/27 02:43:09 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/27 02:43:09 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/27 02:43:09 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/27 02:43:09 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/27 02:43:09 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/27 02:43:09 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/27 02:43:09 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/27 02:43:09 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/27 02:43:09 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/27 02:43:09 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/27 02:43:09 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/27 02:43:09 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/27 02:43:09 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/27 02:43:09 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/27 02:43:09 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/27 02:43:09 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/27 02:43:09 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/27 02:43:09 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/27 02:43:09 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/27 02:43:09 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/27 02:43:09 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/27 02:43:09 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/27 02:43:09 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/27 02:43:09 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/27 02:43:09 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/27 02:43:09 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/27 02:43:09 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/27 02:43:09 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/27 02:43:09 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/27 02:43:09 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/27 02:43:09 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/27 02:43:09 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/27 02:43:09 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/27 02:43:09 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/27 02:43:09 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/27 02:43:09 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/27 02:43:09 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/27 02:43:09 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/27 02:43:09 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/27 02:43:09 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/27 02:43:09 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/27 02:43:09 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/27 02:43:09 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/27 02:43:09 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/27 02:43:09 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/27 02:43:09 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/27 02:43:09 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/27 02:43:09 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/27 02:43:09 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/27 02:43:09 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/27 02:43:09 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/27 02:43:09 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/27 02:43:09 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/27 02:43:09 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/27 02:43:09 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/27 02:43:09 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/27 02:43:09 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/27 02:43:09 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/27 02:43:09 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/27 02:43:09 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/27 02:43:09 DEBUG : 0015-9;=.txt: transformed to: 0015-9;=.t 2026/08/27 02:43:09 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/27 02:43:09 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/27 02:43:09 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/27 02:43:09 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/27 02:43:09 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/27 02:43:09 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/27 02:43:09 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/27 02:43:09 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/27 02:43:09 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/27 02:43:09 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/27 02:43:09 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/27 02:43:09 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/27 02:43:09 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/27 02:43:09 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/27 02:43:09 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/27 02:43:09 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/27 02:43:09 DEBUG : dir1/0000-abcde: size = 21 OK 2026/08/27 02:43:09 DEBUG : dir1/0003-defgh: size = 21 OK 2026/08/27 02:43:09 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:43:09 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/27 02:43:09 DEBUG : dir1/0004-efghi: size = 21 OK 2026/08/27 02:43:09 DEBUG : dir1/0002-cdefg: size = 21 OK 2026/08/27 02:43:09 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:43:09 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:43:09 DEBUG : dir1/0007-12345: size = 21 OK 2026/08/27 02:43:09 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/27 02:43:09 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:43:09 DEBUG : dir1/0009-34567: size = 21 OK 2026/08/27 02:43:09 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:43:09 DEBUG : dir1/0008-23456: size = 21 OK 2026/08/27 02:43:09 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/27 02:43:09 DEBUG : dir1/0006-ghijk: size = 21 OK 2026/08/27 02:43:09 DEBUG : dir1/0010-45678: size = 20 OK 2026/08/27 02:43:09 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:43:09 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/27 02:43:09 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/27 02:43:09 DEBUG : dir1/0011-56789: size = 20 OK 2026/08/27 02:43:09 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:43:09 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/27 02:43:09 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/27 02:43:09 DEBUG : dir1/0013-789;=: size = 19 OK 2026/08/27 02:43:09 DEBUG : dir1/0012-6789;: size = 19 OK 2026/08/27 02:43:09 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:43:09 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:43:09 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/27 02:43:09 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/27 02:43:09 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:43:09 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:43:09 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/27 02:43:09 DEBUG : dir1/0014-89;=.: size = 18 OK 2026/08/27 02:43:09 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:43:09 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/27 02:43:09 DEBUG : dir1/0005-fghij: size = 21 OK 2026/08/27 02:43:09 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:43:09 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/27 02:43:09 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/27 02:43:09 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:43:09 DEBUG : dir1/0001-bcdef: size = 21 OK 2026/08/27 02:43:09 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/27 02:43:09 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:43:09 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/27 02:43:09 DEBUG : 0015-9;=.txt: transformed to: 0015-9;=.t 2026/08/27 02:43:09 DEBUG : dir1/0015-9;=.t: size = 17 OK 2026/08/27 02:43:09 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:43:09 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/27 02:43:09 DEBUG : B2 bucket rclone-test-qatuzoc7haku: Waiting for checks to finish 2026/08/27 02:43:09 DEBUG : B2 bucket rclone-test-qatuzoc7haku: Waiting for transfers to finish 2026/08/27 02:43:09 DEBUG : Waiting for deletions to finish 2026/08/27 02:43:09 DEBUG : Waiting for deletions to finish 2026/08/27 02:43:09 DEBUG : apple: Excluded (Path Filter) 2026/08/27 02:43:09 DEBUG : appleapple: Excluded (Path Filter) 2026/08/27 02:43:09 DEBUG : banana: Excluded (Path Filter) 2026/08/27 02:43:09 DEBUG : dir1/0000-abcde: Excluded (Path Filter) 2026/08/27 02:43:09 DEBUG : dir1/0001-bcdef: Excluded (Path Filter) 2026/08/27 02:43:09 DEBUG : dir1/0002-cdefg: Excluded (Path Filter) 2026/08/27 02:43:09 DEBUG : dir1/0003-defgh: Excluded (Path Filter) 2026/08/27 02:43:09 DEBUG : dir1/0004-efghi: Excluded (Path Filter) 2026/08/27 02:43:09 DEBUG : dir1/0005-fghij: Excluded (Path Filter) 2026/08/27 02:43:09 DEBUG : dir1/0006-ghijk: Excluded (Path Filter) 2026/08/27 02:43:09 DEBUG : dir1/0007-12345: Excluded (Path Filter) 2026/08/27 02:43:09 DEBUG : dir1/0008-23456: Excluded (Path Filter) 2026/08/27 02:43:09 DEBUG : dir1/0009-34567: Excluded (Path Filter) 2026/08/27 02:43:09 DEBUG : dir1/0010-45678: Excluded (Path Filter) 2026/08/27 02:43:09 DEBUG : dir1/0011-56789: Excluded (Path Filter) 2026/08/27 02:43:09 DEBUG : dir1/0012-6789;: Excluded (Path Filter) 2026/08/27 02:43:09 DEBUG : dir1/0013-789;=: Excluded (Path Filter) 2026/08/27 02:43:09 DEBUG : dir1/0014-89;=.: Excluded (Path Filter) 2026/08/27 02:43:09 DEBUG : dir1/0015-9;=.t: Excluded (Path Filter) 2026/08/27 02:43:09 DEBUG : splitbanan: Excluded (Path Filter) 2026/08/27 02:43:10 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/27 02:43:10 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/27 02:43:10 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/08/27 02:43:10 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/08/27 02:43:10 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/08/27 02:43:10 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/08/27 02:43:10 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/08/27 02:43:10 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/08/27 02:43:10 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/08/27 02:43:10 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/08/27 02:43:10 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/08/27 02:43:10 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/08/27 02:43:10 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/08/27 02:43:10 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/08/27 02:43:10 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/08/27 02:43:10 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/08/27 02:43:10 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/08/27 02:43:10 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/08/27 02:43:10 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/08/27 02:43:10 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/08/27 02:43:10 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/08/27 02:43:10 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/08/27 02:43:10 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/08/27 02:43:10 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/08/27 02:43:10 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/08/27 02:43:10 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/08/27 02:43:10 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/08/27 02:43:10 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/08/27 02:43:10 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/08/27 02:43:10 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/08/27 02:43:10 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/08/27 02:43:10 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/08/27 02:43:10 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/08/27 02:43:10 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/27 02:43:10 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/08/27 02:43:10 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/27 02:43:10 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/08/27 02:43:10 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/08/27 02:43:10 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/08/27 02:43:10 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/08/27 02:43:10 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/08/27 02:43:10 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/08/27 02:43:10 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/08/27 02:43:10 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/08/27 02:43:10 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/08/27 02:43:10 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/08/27 02:43:10 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/08/27 02:43:10 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/08/27 02:43:10 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/08/27 02:43:10 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/08/27 02:43:10 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/08/27 02:43:10 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/08/27 02:43:10 DEBUG : splitbananasplit: transformed to: splitbanan === RUN TestTransform/encoder run.go:198: Remote "B2 bucket rclone-test-qatuzoc7haku", Local "Local file system at /tmp/rclone3721612030", Modify Window "1ms" 2026/08/27 02:43:19 DEBUG : Waiting for deletions to finish 2026/08/27 02:43:19 DEBUG : apple: Excluded (Path Filter) 2026/08/27 02:43:19 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/27 02:43:19 DEBUG : banana: Excluded (Path Filter) 2026/08/27 02:43:19 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/27 02:43:19 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/27 02:43:19 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/27 02:43:19 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/27 02:43:19 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/27 02:43:19 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/27 02:43:19 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/27 02:43:19 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/27 02:43:19 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/27 02:43:19 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/27 02:43:19 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/27 02:43:19 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/27 02:43:19 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/27 02:43:19 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/27 02:43:19 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/27 02:43:19 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/27 02:43:19 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/27 02:43:20 DEBUG : apple: size = 5 OK 2026/08/27 02:43:20 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:43:20 DEBUG : apple: Unchanged skipping 2026/08/27 02:43:20 DEBUG : banana: size = 6 OK 2026/08/27 02:43:20 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:43:20 DEBUG : banana: Unchanged skipping 2026/08/27 02:43:20 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/27 02:43:20 DEBUG : splitbananasplit: size = 16 OK 2026/08/27 02:43:20 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:43:20 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:43:20 DEBUG : splitbananasplit: Unchanged skipping 2026/08/27 02:43:20 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/27 02:43:20 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/27 02:43:20 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:43:20 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/27 02:43:20 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/27 02:43:20 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/27 02:43:20 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/27 02:43:20 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/27 02:43:20 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:43:20 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:43:20 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/27 02:43:20 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/27 02:43:20 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/27 02:43:20 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:43:20 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:43:20 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/27 02:43:20 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/27 02:43:20 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/27 02:43:20 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/27 02:43:20 DEBUG : B2 bucket rclone-test-qatuzoc7haku: Waiting for checks to finish 2026/08/27 02:43:20 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/27 02:43:20 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/27 02:43:20 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/27 02:43:20 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:43:20 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:43:20 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/27 02:43:20 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/27 02:43:20 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/27 02:43:20 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:43:20 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:43:20 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/27 02:43:20 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:43:20 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/27 02:43:20 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/27 02:43:20 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:43:20 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:43:20 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/27 02:43:20 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/27 02:43:20 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/27 02:43:20 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/27 02:43:20 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:43:20 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/27 02:43:20 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/27 02:43:20 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:43:20 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/27 02:43:20 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:43:20 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/27 02:43:20 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/27 02:43:20 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:43:20 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/27 02:43:20 DEBUG : B2 bucket rclone-test-qatuzoc7haku: Waiting for transfers to finish 2026/08/27 02:43:20 DEBUG : Waiting for deletions to finish 2026/08/27 02:43:20 INFO : There was nothing to transfer 2026/08/27 02:43:20 DEBUG : Waiting for deletions to finish 2026/08/27 02:43:20 DEBUG : apple: Excluded (Path Filter) 2026/08/27 02:43:20 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/27 02:43:20 DEBUG : banana: Excluded (Path Filter) 2026/08/27 02:43:20 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/27 02:43:20 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/27 02:43:20 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/27 02:43:20 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/27 02:43:20 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/27 02:43:20 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/27 02:43:20 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/27 02:43:20 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/27 02:43:20 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/27 02:43:20 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/27 02:43:20 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/27 02:43:20 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/27 02:43:20 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/27 02:43:20 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/27 02:43:20 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/27 02:43:20 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/27 02:43:20 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/27 02:43:20 DEBUG : apple: size = 5 OK 2026/08/27 02:43:20 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:43:20 DEBUG : apple: Unchanged skipping 2026/08/27 02:43:20 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/27 02:43:20 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:43:20 DEBUG : splitbananasplit: size = 16 OK 2026/08/27 02:43:20 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/27 02:43:20 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:43:20 DEBUG : splitbananasplit: Unchanged skipping 2026/08/27 02:43:20 DEBUG : banana: size = 6 OK 2026/08/27 02:43:20 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:43:20 DEBUG : banana: Unchanged skipping 2026/08/27 02:43:21 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/27 02:43:21 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:43:21 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/27 02:43:21 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/27 02:43:21 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/27 02:43:21 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:43:21 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/27 02:43:21 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/27 02:43:21 DEBUG : B2 bucket rclone-test-qatuzoc7haku: Waiting for checks to finish 2026/08/27 02:43:21 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/27 02:43:21 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:43:21 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/27 02:43:21 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/27 02:43:21 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/27 02:43:21 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/27 02:43:21 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:43:21 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/27 02:43:21 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/27 02:43:21 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:43:21 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/27 02:43:21 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/27 02:43:21 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:43:21 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:43:21 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/27 02:43:21 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/27 02:43:21 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/27 02:43:21 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:43:21 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/27 02:43:21 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/27 02:43:21 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/27 02:43:21 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:43:21 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:43:21 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/27 02:43:21 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/27 02:43:21 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/27 02:43:21 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:43:21 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/27 02:43:21 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:43:21 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:43:21 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/27 02:43:21 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:43:21 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/27 02:43:21 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/27 02:43:21 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:43:21 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/27 02:43:21 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/27 02:43:21 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/27 02:43:21 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:43:21 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/27 02:43:21 DEBUG : B2 bucket rclone-test-qatuzoc7haku: Waiting for transfers to finish 2026/08/27 02:43:21 DEBUG : Waiting for deletions to finish 2026/08/27 02:43:21 INFO : There was nothing to transfer 2026/08/27 02:43:21 DEBUG : Waiting for deletions to finish 2026/08/27 02:43:21 DEBUG : apple: Excluded (Path Filter) 2026/08/27 02:43:21 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/27 02:43:21 DEBUG : banana: Excluded (Path Filter) 2026/08/27 02:43:21 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/27 02:43:21 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/27 02:43:21 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/27 02:43:21 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/27 02:43:21 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/27 02:43:21 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/27 02:43:21 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/27 02:43:21 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/27 02:43:21 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/27 02:43:21 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/27 02:43:21 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/27 02:43:21 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/27 02:43:21 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/27 02:43:21 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/27 02:43:21 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/27 02:43:21 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/27 02:43:21 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/27 02:43:21 DEBUG : Waiting for deletions to finish 2026/08/27 02:43:21 DEBUG : apple: Excluded (Path Filter) 2026/08/27 02:43:21 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/27 02:43:21 DEBUG : banana: Excluded (Path Filter) 2026/08/27 02:43:21 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/27 02:43:21 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/27 02:43:21 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/27 02:43:21 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/27 02:43:21 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/27 02:43:21 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/27 02:43:21 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/27 02:43:21 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/27 02:43:21 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/27 02:43:21 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/27 02:43:21 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/27 02:43:21 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/27 02:43:21 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/27 02:43:21 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/27 02:43:21 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/27 02:43:21 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/27 02:43:21 DEBUG : splitbananasplit: Excluded (Path Filter) === RUN TestTransform/ISO-8859-1 run.go:198: Remote "B2 bucket rclone-test-qatuzoc7haku", Local "Local file system at /tmp/rclone3721612030", Modify Window "1ms" 2026/08/27 02:43:31 DEBUG : Waiting for deletions to finish 2026/08/27 02:43:31 DEBUG : apple: Excluded (Path Filter) 2026/08/27 02:43:31 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/27 02:43:31 DEBUG : banana: Excluded (Path Filter) 2026/08/27 02:43:31 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/27 02:43:31 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/27 02:43:31 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/27 02:43:31 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/27 02:43:31 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/27 02:43:31 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/27 02:43:31 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/27 02:43:31 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/27 02:43:31 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/27 02:43:31 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/27 02:43:31 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/27 02:43:31 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/27 02:43:31 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/27 02:43:31 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/27 02:43:31 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/27 02:43:31 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/27 02:43:31 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/27 02:43:32 DEBUG : apple: size = 5 OK 2026/08/27 02:43:32 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:43:32 DEBUG : apple: Unchanged skipping 2026/08/27 02:43:32 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/27 02:43:32 DEBUG : banana: size = 6 OK 2026/08/27 02:43:32 DEBUG : splitbananasplit: size = 16 OK 2026/08/27 02:43:32 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:43:32 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:43:32 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:43:32 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/27 02:43:32 DEBUG : banana: Unchanged skipping 2026/08/27 02:43:32 DEBUG : splitbananasplit: Unchanged skipping 2026/08/27 02:43:32 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/27 02:43:32 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:43:32 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/27 02:43:32 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/27 02:43:32 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:43:32 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/27 02:43:32 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/27 02:43:32 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:43:32 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/27 02:43:32 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/27 02:43:32 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:43:32 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/27 02:43:32 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/27 02:43:32 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:43:32 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/27 02:43:32 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/27 02:43:32 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:43:32 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/27 02:43:32 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/27 02:43:32 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:43:32 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/27 02:43:32 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/27 02:43:32 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:43:32 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/27 02:43:32 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/27 02:43:32 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:43:32 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/27 02:43:32 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/27 02:43:32 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:43:32 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/27 02:43:32 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/27 02:43:32 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:43:32 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/27 02:43:32 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/27 02:43:32 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:43:32 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/27 02:43:32 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/27 02:43:32 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:43:32 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/27 02:43:32 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/27 02:43:32 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:43:32 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/27 02:43:32 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/27 02:43:32 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:43:32 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/27 02:43:32 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/27 02:43:32 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:43:32 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/27 02:43:32 DEBUG : B2 bucket rclone-test-qatuzoc7haku: Waiting for checks to finish 2026/08/27 02:43:32 DEBUG : B2 bucket rclone-test-qatuzoc7haku: Waiting for transfers to finish 2026/08/27 02:43:32 DEBUG : Waiting for deletions to finish 2026/08/27 02:43:32 INFO : There was nothing to transfer 2026/08/27 02:43:32 DEBUG : Waiting for deletions to finish 2026/08/27 02:43:32 DEBUG : apple: Excluded (Path Filter) 2026/08/27 02:43:32 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/27 02:43:32 DEBUG : banana: Excluded (Path Filter) 2026/08/27 02:43:32 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/27 02:43:32 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/27 02:43:32 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/27 02:43:32 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/27 02:43:32 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/27 02:43:32 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/27 02:43:32 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/27 02:43:32 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/27 02:43:32 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/27 02:43:32 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/27 02:43:32 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/27 02:43:32 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/27 02:43:32 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/27 02:43:32 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/27 02:43:32 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/27 02:43:32 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/27 02:43:32 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/27 02:43:33 DEBUG : apple: size = 5 OK 2026/08/27 02:43:33 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:43:33 DEBUG : apple: Unchanged skipping 2026/08/27 02:43:33 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/27 02:43:33 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:43:33 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/27 02:43:33 DEBUG : splitbananasplit: size = 16 OK 2026/08/27 02:43:33 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:43:33 DEBUG : splitbananasplit: Unchanged skipping 2026/08/27 02:43:33 DEBUG : banana: size = 6 OK 2026/08/27 02:43:33 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:43:33 DEBUG : banana: Unchanged skipping 2026/08/27 02:43:33 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/27 02:43:33 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:43:33 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/27 02:43:33 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/27 02:43:33 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/27 02:43:33 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/27 02:43:33 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:43:33 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/27 02:43:33 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/27 02:43:33 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:43:33 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/27 02:43:33 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/27 02:43:33 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/27 02:43:33 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:43:33 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:43:33 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/27 02:43:33 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/27 02:43:33 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/27 02:43:33 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/27 02:43:33 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/27 02:43:33 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:43:33 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:43:33 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:43:33 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/27 02:43:33 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/27 02:43:33 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/27 02:43:33 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/27 02:43:33 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/27 02:43:33 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/27 02:43:33 DEBUG : B2 bucket rclone-test-qatuzoc7haku: Waiting for checks to finish 2026/08/27 02:43:33 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:43:33 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:43:33 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/27 02:43:33 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/27 02:43:33 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/27 02:43:33 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:43:33 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/27 02:43:33 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/27 02:43:33 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:43:33 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/27 02:43:33 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:43:33 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/27 02:43:33 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:43:33 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/27 02:43:33 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/27 02:43:33 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:43:33 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:43:33 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/27 02:43:33 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/27 02:43:33 DEBUG : B2 bucket rclone-test-qatuzoc7haku: Waiting for transfers to finish 2026/08/27 02:43:33 DEBUG : Waiting for deletions to finish 2026/08/27 02:43:33 INFO : There was nothing to transfer 2026/08/27 02:43:33 DEBUG : Waiting for deletions to finish 2026/08/27 02:43:33 DEBUG : apple: Excluded (Path Filter) 2026/08/27 02:43:33 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/27 02:43:33 DEBUG : banana: Excluded (Path Filter) 2026/08/27 02:43:33 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/27 02:43:33 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/27 02:43:33 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/27 02:43:33 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/27 02:43:33 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/27 02:43:33 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/27 02:43:33 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/27 02:43:33 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/27 02:43:33 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/27 02:43:33 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/27 02:43:33 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/27 02:43:33 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/27 02:43:33 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/27 02:43:33 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/27 02:43:33 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/27 02:43:33 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/27 02:43:33 DEBUG : splitbananasplit: Excluded (Path Filter) === RUN TestTransform/charmap run.go:198: Remote "B2 bucket rclone-test-qatuzoc7haku", Local "Local file system at /tmp/rclone3721612030", Modify Window "1ms" 2026/08/27 02:43:43 DEBUG : Waiting for deletions to finish 2026/08/27 02:43:43 DEBUG : apple: Excluded (Path Filter) 2026/08/27 02:43:43 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/27 02:43:43 DEBUG : banana: Excluded (Path Filter) 2026/08/27 02:43:43 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/27 02:43:43 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/27 02:43:43 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/27 02:43:43 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/27 02:43:43 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/27 02:43:43 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/27 02:43:43 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/27 02:43:43 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/27 02:43:43 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/27 02:43:43 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/27 02:43:43 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/27 02:43:43 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/27 02:43:43 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/27 02:43:43 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/27 02:43:43 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/27 02:43:43 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/27 02:43:43 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/27 02:43:44 DEBUG : apple: size = 5 OK 2026/08/27 02:43:44 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:43:44 DEBUG : apple: Unchanged skipping 2026/08/27 02:43:44 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/27 02:43:44 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:43:44 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/27 02:43:44 DEBUG : banana: size = 6 OK 2026/08/27 02:43:44 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:43:44 DEBUG : banana: Unchanged skipping 2026/08/27 02:43:44 DEBUG : splitbananasplit: size = 16 OK 2026/08/27 02:43:44 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:43:44 DEBUG : splitbananasplit: Unchanged skipping 2026/08/27 02:43:44 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/27 02:43:44 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/27 02:43:44 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:43:44 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/27 02:43:44 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/27 02:43:44 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/27 02:43:44 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:43:44 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:43:44 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/27 02:43:44 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:43:44 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/27 02:43:44 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/27 02:43:44 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/27 02:43:44 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:43:44 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/27 02:43:44 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/27 02:43:44 DEBUG : B2 bucket rclone-test-qatuzoc7haku: Waiting for checks to finish 2026/08/27 02:43:44 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/27 02:43:44 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:43:44 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/27 02:43:44 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/27 02:43:44 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/27 02:43:44 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:43:44 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/27 02:43:44 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/27 02:43:44 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:43:44 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/27 02:43:44 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/27 02:43:44 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:43:44 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/27 02:43:44 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/27 02:43:44 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:43:44 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/27 02:43:44 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/27 02:43:44 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:43:44 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/27 02:43:44 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:43:44 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/27 02:43:44 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/27 02:43:44 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:43:44 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/27 02:43:44 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/27 02:43:44 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:43:44 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/27 02:43:44 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/27 02:43:44 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:43:44 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/27 02:43:44 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:43:44 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/27 02:43:44 DEBUG : B2 bucket rclone-test-qatuzoc7haku: Waiting for transfers to finish 2026/08/27 02:43:44 DEBUG : Waiting for deletions to finish 2026/08/27 02:43:44 INFO : There was nothing to transfer 2026/08/27 02:43:44 DEBUG : Waiting for deletions to finish 2026/08/27 02:43:44 DEBUG : apple: Excluded (Path Filter) 2026/08/27 02:43:44 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/27 02:43:44 DEBUG : banana: Excluded (Path Filter) 2026/08/27 02:43:44 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/27 02:43:44 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/27 02:43:44 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/27 02:43:44 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/27 02:43:44 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/27 02:43:44 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/27 02:43:44 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/27 02:43:44 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/27 02:43:44 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/27 02:43:44 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/27 02:43:44 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/27 02:43:44 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/27 02:43:44 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/27 02:43:44 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/27 02:43:44 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/27 02:43:44 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/27 02:43:44 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/27 02:43:45 DEBUG : apple: size = 5 OK 2026/08/27 02:43:45 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:43:45 DEBUG : banana: size = 6 OK 2026/08/27 02:43:45 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:43:45 DEBUG : banana: Unchanged skipping 2026/08/27 02:43:45 DEBUG : apple: Unchanged skipping 2026/08/27 02:43:45 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/27 02:43:45 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:43:45 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/27 02:43:45 DEBUG : splitbananasplit: size = 16 OK 2026/08/27 02:43:45 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:43:45 DEBUG : splitbananasplit: Unchanged skipping 2026/08/27 02:43:45 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/27 02:43:45 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:43:45 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/27 02:43:45 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/27 02:43:45 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:43:45 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:43:45 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/27 02:43:45 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/27 02:43:45 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/27 02:43:45 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/27 02:43:45 DEBUG : B2 bucket rclone-test-qatuzoc7haku: Waiting for checks to finish 2026/08/27 02:43:45 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:43:45 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/27 02:43:45 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:43:45 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/27 02:43:45 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/27 02:43:45 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:43:45 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/27 02:43:45 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/27 02:43:45 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:43:45 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/27 02:43:45 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/27 02:43:45 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:43:45 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/27 02:43:45 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/27 02:43:45 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:43:45 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/27 02:43:45 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/27 02:43:45 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:43:45 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/27 02:43:45 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/27 02:43:45 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:43:45 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/27 02:43:45 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/27 02:43:45 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:43:45 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/27 02:43:45 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/27 02:43:45 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:43:45 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/27 02:43:45 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/27 02:43:45 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/27 02:43:45 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:43:45 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/27 02:43:45 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/27 02:43:45 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:43:45 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/27 02:43:45 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/27 02:43:45 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:43:45 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/27 02:43:45 DEBUG : B2 bucket rclone-test-qatuzoc7haku: Waiting for transfers to finish 2026/08/27 02:43:45 DEBUG : Waiting for deletions to finish 2026/08/27 02:43:45 INFO : There was nothing to transfer 2026/08/27 02:43:45 DEBUG : Waiting for deletions to finish 2026/08/27 02:43:45 DEBUG : apple: Excluded (Path Filter) 2026/08/27 02:43:45 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/27 02:43:45 DEBUG : banana: Excluded (Path Filter) 2026/08/27 02:43:45 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/27 02:43:45 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/27 02:43:45 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/27 02:43:45 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/27 02:43:45 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/27 02:43:45 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/27 02:43:45 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/27 02:43:45 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/27 02:43:45 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/27 02:43:45 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/27 02:43:45 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/27 02:43:45 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/27 02:43:45 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/27 02:43:45 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/27 02:43:45 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/27 02:43:45 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/27 02:43:45 DEBUG : splitbananasplit: Excluded (Path Filter) === RUN TestTransform/lowercase run.go:198: Remote "B2 bucket rclone-test-qatuzoc7haku", Local "Local file system at /tmp/rclone3721612030", Modify Window "1ms" 2026/08/27 02:43:55 DEBUG : Waiting for deletions to finish 2026/08/27 02:43:55 DEBUG : apple: Excluded (Path Filter) 2026/08/27 02:43:55 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/27 02:43:55 DEBUG : banana: Excluded (Path Filter) 2026/08/27 02:43:55 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/27 02:43:55 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/27 02:43:55 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/27 02:43:55 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/27 02:43:55 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/27 02:43:55 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/27 02:43:55 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/27 02:43:55 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/27 02:43:55 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/27 02:43:55 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/27 02:43:55 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/27 02:43:55 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/27 02:43:55 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/27 02:43:55 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/27 02:43:55 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/27 02:43:55 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/27 02:43:55 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/27 02:43:55 DEBUG : apple: size = 5 OK 2026/08/27 02:43:55 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:43:55 DEBUG : apple: Unchanged skipping 2026/08/27 02:43:55 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/27 02:43:55 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:43:55 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/27 02:43:55 DEBUG : banana: size = 6 OK 2026/08/27 02:43:55 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:43:55 DEBUG : banana: Unchanged skipping 2026/08/27 02:43:55 DEBUG : splitbananasplit: size = 16 OK 2026/08/27 02:43:55 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:43:55 DEBUG : splitbananasplit: Unchanged skipping 2026/08/27 02:43:56 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/27 02:43:56 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:43:56 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/27 02:43:56 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/27 02:43:56 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:43:56 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/27 02:43:56 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/27 02:43:56 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:43:56 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/27 02:43:56 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/27 02:43:56 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:43:56 DEBUG : B2 bucket rclone-test-qatuzoc7haku: Waiting for checks to finish 2026/08/27 02:43:56 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/27 02:43:56 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/27 02:43:56 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:43:56 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/27 02:43:56 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/27 02:43:56 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:43:56 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/27 02:43:56 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/27 02:43:56 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/27 02:43:56 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/27 02:43:56 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/27 02:43:56 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:43:56 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/27 02:43:56 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:43:56 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/27 02:43:56 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/27 02:43:56 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:43:56 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/27 02:43:56 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/27 02:43:56 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:43:56 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/27 02:43:56 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/27 02:43:56 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/27 02:43:56 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:43:56 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:43:56 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:43:56 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/27 02:43:56 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/27 02:43:56 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/27 02:43:56 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:43:56 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/27 02:43:56 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:43:56 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/27 02:43:56 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/27 02:43:56 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/27 02:43:56 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:43:56 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/27 02:43:56 DEBUG : B2 bucket rclone-test-qatuzoc7haku: Waiting for transfers to finish 2026/08/27 02:43:56 DEBUG : Waiting for deletions to finish 2026/08/27 02:43:56 INFO : There was nothing to transfer 2026/08/27 02:43:56 DEBUG : Waiting for deletions to finish 2026/08/27 02:43:56 DEBUG : apple: Excluded (Path Filter) 2026/08/27 02:43:56 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/27 02:43:56 DEBUG : banana: Excluded (Path Filter) 2026/08/27 02:43:56 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/27 02:43:56 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/27 02:43:56 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/27 02:43:56 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/27 02:43:56 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/27 02:43:56 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/27 02:43:56 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/27 02:43:56 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/27 02:43:56 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/27 02:43:56 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/27 02:43:56 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/27 02:43:56 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/27 02:43:56 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/27 02:43:56 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/27 02:43:56 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/27 02:43:56 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/27 02:43:56 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/27 02:43:56 DEBUG : apple: size = 5 OK 2026/08/27 02:43:56 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/27 02:43:56 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:43:56 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:43:56 DEBUG : apple: Unchanged skipping 2026/08/27 02:43:56 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/27 02:43:56 DEBUG : banana: size = 6 OK 2026/08/27 02:43:56 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:43:56 DEBUG : banana: Unchanged skipping 2026/08/27 02:43:56 DEBUG : splitbananasplit: size = 16 OK 2026/08/27 02:43:56 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:43:56 DEBUG : splitbananasplit: Unchanged skipping 2026/08/27 02:43:57 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/27 02:43:57 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:43:57 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/27 02:43:57 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/27 02:43:57 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/27 02:43:57 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/27 02:43:57 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:43:57 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:43:57 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/27 02:43:57 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/27 02:43:57 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/27 02:43:57 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/27 02:43:57 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:43:57 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/27 02:43:57 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:43:57 DEBUG : B2 bucket rclone-test-qatuzoc7haku: Waiting for checks to finish 2026/08/27 02:43:57 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:43:57 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/27 02:43:57 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:43:57 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/27 02:43:57 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/27 02:43:57 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:43:57 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/27 02:43:57 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/27 02:43:57 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/27 02:43:57 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:43:57 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:43:57 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/27 02:43:57 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/27 02:43:57 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/27 02:43:57 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:43:57 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/27 02:43:57 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/27 02:43:57 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:43:57 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/27 02:43:57 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/27 02:43:57 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:43:57 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/27 02:43:57 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/27 02:43:57 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/27 02:43:57 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:43:57 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/27 02:43:57 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/27 02:43:57 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:43:57 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/27 02:43:57 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/27 02:43:57 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:43:57 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/27 02:43:57 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/27 02:43:57 DEBUG : B2 bucket rclone-test-qatuzoc7haku: Waiting for transfers to finish 2026/08/27 02:43:57 DEBUG : Waiting for deletions to finish 2026/08/27 02:43:57 INFO : There was nothing to transfer 2026/08/27 02:43:57 DEBUG : Waiting for deletions to finish 2026/08/27 02:43:57 DEBUG : apple: Excluded (Path Filter) 2026/08/27 02:43:57 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/27 02:43:57 DEBUG : banana: Excluded (Path Filter) 2026/08/27 02:43:57 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/27 02:43:57 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/27 02:43:57 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/27 02:43:57 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/27 02:43:57 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/27 02:43:57 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/27 02:43:57 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/27 02:43:57 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/27 02:43:57 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/27 02:43:57 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/27 02:43:57 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/27 02:43:57 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/27 02:43:57 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/27 02:43:57 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/27 02:43:57 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/27 02:43:57 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/27 02:43:57 DEBUG : splitbananasplit: Excluded (Path Filter) === RUN TestTransform/ascii run.go:198: Remote "B2 bucket rclone-test-qatuzoc7haku", Local "Local file system at /tmp/rclone3721612030", Modify Window "1ms" 2026/08/27 02:44:06 DEBUG : Waiting for deletions to finish 2026/08/27 02:44:07 DEBUG : apple: Excluded (Path Filter) 2026/08/27 02:44:07 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/27 02:44:07 DEBUG : banana: Excluded (Path Filter) 2026/08/27 02:44:07 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/27 02:44:07 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/27 02:44:07 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/27 02:44:07 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/27 02:44:07 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/27 02:44:07 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/27 02:44:07 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/27 02:44:07 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/27 02:44:07 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/27 02:44:07 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/27 02:44:07 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/27 02:44:07 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/27 02:44:07 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/27 02:44:07 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/27 02:44:07 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/27 02:44:07 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/27 02:44:07 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/27 02:44:08 DEBUG : apple: size = 5 OK 2026/08/27 02:44:08 DEBUG : splitbananasplit: size = 16 OK 2026/08/27 02:44:08 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:44:08 DEBUG : splitbananasplit: Unchanged skipping 2026/08/27 02:44:08 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:44:08 DEBUG : apple: Unchanged skipping 2026/08/27 02:44:08 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/27 02:44:08 DEBUG : banana: size = 6 OK 2026/08/27 02:44:08 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:44:08 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:44:08 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/27 02:44:08 DEBUG : banana: Unchanged skipping 2026/08/27 02:44:08 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/27 02:44:08 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/27 02:44:08 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/27 02:44:08 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:44:08 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/27 02:44:08 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:44:08 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/27 02:44:08 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/27 02:44:08 DEBUG : B2 bucket rclone-test-qatuzoc7haku: Waiting for checks to finish 2026/08/27 02:44:08 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:44:08 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/27 02:44:08 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/27 02:44:08 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:44:08 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/27 02:44:08 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/27 02:44:08 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:44:08 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/27 02:44:08 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/27 02:44:08 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:44:08 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/27 02:44:08 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/27 02:44:08 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:44:08 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/27 02:44:08 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/27 02:44:08 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:44:08 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/27 02:44:08 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/27 02:44:08 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:44:08 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/27 02:44:08 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/27 02:44:08 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:44:08 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/27 02:44:08 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/27 02:44:08 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:44:08 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/27 02:44:08 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:44:08 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/27 02:44:08 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/27 02:44:08 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:44:08 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/27 02:44:08 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:44:08 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/27 02:44:08 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/27 02:44:08 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:44:08 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/27 02:44:08 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/27 02:44:08 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/27 02:44:08 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:44:08 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/27 02:44:08 DEBUG : B2 bucket rclone-test-qatuzoc7haku: Waiting for transfers to finish 2026/08/27 02:44:08 DEBUG : Waiting for deletions to finish 2026/08/27 02:44:08 INFO : There was nothing to transfer 2026/08/27 02:44:08 DEBUG : Waiting for deletions to finish 2026/08/27 02:44:08 DEBUG : apple: Excluded (Path Filter) 2026/08/27 02:44:08 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/27 02:44:08 DEBUG : banana: Excluded (Path Filter) 2026/08/27 02:44:08 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/27 02:44:08 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/27 02:44:08 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/27 02:44:08 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/27 02:44:08 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/27 02:44:08 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/27 02:44:08 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/27 02:44:08 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/27 02:44:08 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/27 02:44:08 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/27 02:44:08 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/27 02:44:08 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/27 02:44:08 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/27 02:44:08 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/27 02:44:08 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/27 02:44:08 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/27 02:44:08 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/27 02:44:08 DEBUG : banana: size = 6 OK 2026/08/27 02:44:08 DEBUG : splitbananasplit: size = 16 OK 2026/08/27 02:44:08 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:44:08 DEBUG : splitbananasplit: Unchanged skipping 2026/08/27 02:44:08 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:44:08 DEBUG : banana: Unchanged skipping 2026/08/27 02:44:08 DEBUG : apple: size = 5 OK 2026/08/27 02:44:08 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:44:08 DEBUG : apple: Unchanged skipping 2026/08/27 02:44:08 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/27 02:44:08 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:44:08 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/27 02:44:09 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/27 02:44:09 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/27 02:44:09 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/27 02:44:09 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:44:09 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/27 02:44:09 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/27 02:44:09 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/27 02:44:09 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:44:09 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:44:09 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:44:09 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/27 02:44:09 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/27 02:44:09 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/27 02:44:09 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/27 02:44:09 DEBUG : B2 bucket rclone-test-qatuzoc7haku: Waiting for checks to finish 2026/08/27 02:44:09 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:44:09 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/27 02:44:09 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/27 02:44:09 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:44:09 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/27 02:44:09 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/27 02:44:09 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:44:09 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/27 02:44:09 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/27 02:44:09 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:44:09 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/27 02:44:09 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/27 02:44:09 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:44:09 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/27 02:44:09 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/27 02:44:09 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:44:09 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/27 02:44:09 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/27 02:44:09 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:44:09 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/27 02:44:09 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/27 02:44:09 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:44:09 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/27 02:44:09 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/27 02:44:09 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:44:09 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/27 02:44:09 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:44:09 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/27 02:44:09 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/27 02:44:09 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:44:09 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/27 02:44:09 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/27 02:44:09 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:44:09 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/27 02:44:09 DEBUG : B2 bucket rclone-test-qatuzoc7haku: Waiting for transfers to finish 2026/08/27 02:44:09 DEBUG : Waiting for deletions to finish 2026/08/27 02:44:09 INFO : There was nothing to transfer 2026/08/27 02:44:09 DEBUG : Waiting for deletions to finish 2026/08/27 02:44:09 DEBUG : apple: Excluded (Path Filter) 2026/08/27 02:44:09 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/27 02:44:09 DEBUG : banana: Excluded (Path Filter) 2026/08/27 02:44:09 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/27 02:44:09 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/27 02:44:09 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/27 02:44:09 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/27 02:44:09 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/27 02:44:09 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/27 02:44:09 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/27 02:44:09 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/27 02:44:09 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/27 02:44:09 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/27 02:44:09 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/27 02:44:09 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/27 02:44:09 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/27 02:44:09 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/27 02:44:09 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/27 02:44:09 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/27 02:44:09 DEBUG : splitbananasplit: Excluded (Path Filter) --- PASS: TestTransform (142.67s) --- PASS: TestTransform/NFC (11.14s) --- PASS: TestTransform/NFD (11.72s) --- PASS: TestTransform/base64 (14.43s) --- PASS: TestTransform/prefix (16.15s) --- PASS: TestTransform/suffix (16.23s) --- PASS: TestTransform/truncate (13.14s) --- PASS: TestTransform/encoder (12.03s) --- PASS: TestTransform/ISO-8859-1 (12.10s) --- PASS: TestTransform/charmap (11.63s) --- PASS: TestTransform/lowercase (11.68s) --- PASS: TestTransform/ascii (12.43s) === RUN TestTransformCopy run.go:198: Remote "B2 bucket rclone-test-qatuzoc7haku", Local "Local file system at /tmp/rclone3721612030", Modify Window "1ms" 2026/08/27 02:44:14 DEBUG : sub dir: transformed to: sub dir_somesuffix 2026/08/27 02:44:14 DEBUG : sub dir: transformed to: sub dir_somesuffix 2026/08/27 02:44:14 INFO : sub dir_somesuffix: Making directory 2026/08/27 02:44:14 DEBUG : sub dir: transformed to: sub dir_somesuffix 2026/08/27 02:44:14 DEBUG : hello world.txt: transformed to: hello world_somesuffix.txt 2026/08/27 02:44:14 DEBUG : sub dir/hello world.txt: transformed to: sub dir_somesuffix/hello world_somesuffix.txt 2026/08/27 02:44:14 DEBUG : sub dir/hello world.txt: Need to transfer - File not found at Destination 2026/08/27 02:44:14 DEBUG : sub dir/hello world.txt: transformed to: sub dir_somesuffix/hello world_somesuffix.txt 2026/08/27 02:44:14 DEBUG : B2 bucket rclone-test-qatuzoc7haku: Waiting for checks to finish 2026/08/27 02:44:14 DEBUG : B2 bucket rclone-test-qatuzoc7haku: Waiting for transfers to finish 2026/08/27 02:44:15 DEBUG : sub dir_somesuffix/hello world_somesuffix.txt: size = 11 OK 2026/08/27 02:44:15 DEBUG : sub dir/hello world.txt: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/27 02:44:15 INFO : sub dir/hello world.txt: Copied (new) to: sub dir_somesuffix/hello world_somesuffix.txt 2026/08/27 02:44:15 DEBUG : Waiting for deletions to finish --- PASS: TestTransformCopy (1.94s) === RUN TestDoubleTransform run.go:198: Remote "B2 bucket rclone-test-qatuzoc7haku", Local "Local file system at /tmp/rclone3721612030", Modify Window "1ms" 2026/08/27 02:44:16 DEBUG : toe: transformed to: tictactoe 2026/08/27 02:44:16 DEBUG : toe: transformed to: tictactoe 2026/08/27 02:44:16 INFO : tictactoe: Making directory 2026/08/27 02:44:16 DEBUG : toe: transformed to: tictactoe 2026/08/27 02:44:16 DEBUG : toe: transformed to: tictactoe 2026/08/27 02:44:16 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/27 02:44:16 DEBUG : toe/toe: Need to transfer - File not found at Destination 2026/08/27 02:44:16 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/27 02:44:16 DEBUG : B2 bucket rclone-test-qatuzoc7haku: Waiting for checks to finish 2026/08/27 02:44:16 DEBUG : B2 bucket rclone-test-qatuzoc7haku: Waiting for transfers to finish 2026/08/27 02:44:16 DEBUG : tictactoe/tictactoe: size = 11 OK 2026/08/27 02:44:16 DEBUG : toe/toe: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/27 02:44:16 INFO : toe/toe: Copied (new) to: tictactoe/tictactoe 2026/08/27 02:44:16 DEBUG : Waiting for deletions to finish --- PASS: TestDoubleTransform (1.55s) === RUN TestFileTag run.go:198: Remote "B2 bucket rclone-test-qatuzoc7haku", Local "Local file system at /tmp/rclone3721612030", Modify Window "1ms" 2026/08/27 02:44:17 INFO : toe: Making directory 2026/08/27 02:44:17 INFO : toe/toe: Making directory 2026/08/27 02:44:17 DEBUG : toe: transformed to: tictactoe 2026/08/27 02:44:17 DEBUG : toe/toe/toe: transformed to: toe/toe/tictactoe 2026/08/27 02:44:17 DEBUG : toe/toe/toe: Need to transfer - File not found at Destination 2026/08/27 02:44:17 DEBUG : toe/toe/toe: transformed to: toe/toe/tictactoe 2026/08/27 02:44:17 DEBUG : B2 bucket rclone-test-qatuzoc7haku: Waiting for checks to finish 2026/08/27 02:44:17 DEBUG : B2 bucket rclone-test-qatuzoc7haku: Waiting for transfers to finish 2026/08/27 02:44:18 DEBUG : toe/toe/tictactoe: size = 11 OK 2026/08/27 02:44:18 DEBUG : toe/toe/toe: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/27 02:44:18 INFO : toe/toe/toe: Copied (new) to: toe/toe/tictactoe 2026/08/27 02:44:18 DEBUG : Waiting for deletions to finish --- PASS: TestFileTag (1.58s) === RUN TestNoTag run.go:198: Remote "B2 bucket rclone-test-qatuzoc7haku", Local "Local file system at /tmp/rclone3721612030", Modify Window "1ms" 2026/08/27 02:44:19 INFO : toe: Making directory 2026/08/27 02:44:19 INFO : toe/toe: Making directory 2026/08/27 02:44:19 DEBUG : toe: transformed to: tictactoe 2026/08/27 02:44:19 DEBUG : toe/toe/toe: transformed to: toe/toe/tictactoe 2026/08/27 02:44:19 DEBUG : toe/toe/toe: Need to transfer - File not found at Destination 2026/08/27 02:44:19 DEBUG : toe/toe/toe: transformed to: toe/toe/tictactoe 2026/08/27 02:44:19 DEBUG : B2 bucket rclone-test-qatuzoc7haku: Waiting for checks to finish 2026/08/27 02:44:19 DEBUG : B2 bucket rclone-test-qatuzoc7haku: Waiting for transfers to finish 2026/08/27 02:44:20 DEBUG : toe/toe/tictactoe: size = 11 OK 2026/08/27 02:44:20 DEBUG : toe/toe/toe: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/27 02:44:20 INFO : toe/toe/toe: Copied (new) to: toe/toe/tictactoe 2026/08/27 02:44:20 DEBUG : Waiting for deletions to finish --- PASS: TestNoTag (1.52s) === RUN TestDirTag run.go:198: Remote "B2 bucket rclone-test-qatuzoc7haku", Local "Local file system at /tmp/rclone3721612030", Modify Window "1ms" 2026/08/27 02:44:20 DEBUG : empty_dir: Making directory with metadata 2026/08/27 02:44:20 INFO : empty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/08/27 02:44:20 DEBUG : toe: transformed to: tictactoe 2026/08/27 02:44:20 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/27 02:44:20 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/27 02:44:21 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/27 02:44:21 INFO : tictacempty_dir: Making directory 2026/08/27 02:44:21 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/27 02:44:21 DEBUG : toe: transformed to: tictactoe 2026/08/27 02:44:21 DEBUG : toe: transformed to: tictactoe 2026/08/27 02:44:21 INFO : tictactoe: Making directory 2026/08/27 02:44:21 DEBUG : toe: transformed to: tictactoe 2026/08/27 02:44:21 DEBUG : toe: transformed to: tictactoe 2026/08/27 02:44:21 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/27 02:44:21 INFO : tictactoe/tictactoe: Making directory 2026/08/27 02:44:21 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/27 02:44:21 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/toe.txt 2026/08/27 02:44:21 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2026/08/27 02:44:21 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/toe.txt 2026/08/27 02:44:21 DEBUG : B2 bucket rclone-test-qatuzoc7haku: Waiting for checks to finish 2026/08/27 02:44:21 DEBUG : B2 bucket rclone-test-qatuzoc7haku: Waiting for transfers to finish 2026/08/27 02:44:22 DEBUG : tictactoe/tictactoe/toe.txt: size = 11 OK 2026/08/27 02:44:22 DEBUG : toe/toe/toe.txt: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/27 02:44:22 INFO : toe/toe/toe.txt: Copied (new) to: tictactoe/tictactoe/toe.txt 2026/08/27 02:44:22 DEBUG : Waiting for deletions to finish fstest.go:251: Filtering empty directory "tictacempty_dir" --- PASS: TestDirTag (1.97s) === RUN TestAllTag run.go:198: Remote "B2 bucket rclone-test-qatuzoc7haku", Local "Local file system at /tmp/rclone3721612030", Modify Window "1ms" 2026/08/27 02:44:22 DEBUG : empty_dir: Making directory with metadata 2026/08/27 02:44:22 INFO : empty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/08/27 02:44:22 DEBUG : toe: transformed to: tictactoe 2026/08/27 02:44:22 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/27 02:44:22 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/27 02:44:23 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/27 02:44:23 INFO : tictacempty_dir: Making directory 2026/08/27 02:44:23 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/27 02:44:23 DEBUG : toe: transformed to: tictactoe 2026/08/27 02:44:23 DEBUG : toe: transformed to: tictactoe 2026/08/27 02:44:23 INFO : tictactoe: Making directory 2026/08/27 02:44:23 DEBUG : toe: transformed to: tictactoe 2026/08/27 02:44:23 DEBUG : toe: transformed to: tictactoe 2026/08/27 02:44:23 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/27 02:44:23 INFO : tictactoe/tictactoe: Making directory 2026/08/27 02:44:23 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/27 02:44:23 DEBUG : toe.txt: transformed to: tictactoe.txt 2026/08/27 02:44:23 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/27 02:44:23 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2026/08/27 02:44:23 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/27 02:44:23 DEBUG : B2 bucket rclone-test-qatuzoc7haku: Waiting for checks to finish 2026/08/27 02:44:23 DEBUG : B2 bucket rclone-test-qatuzoc7haku: Waiting for transfers to finish 2026/08/27 02:44:23 DEBUG : tictactoe/tictactoe/tictactoe.txt: size = 11 OK 2026/08/27 02:44:23 DEBUG : toe/toe/toe.txt: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/27 02:44:23 INFO : toe/toe/toe.txt: Copied (new) to: tictactoe/tictactoe/tictactoe.txt 2026/08/27 02:44:23 DEBUG : Waiting for deletions to finish fstest.go:251: Filtering empty directory "tictacempty_dir" 2026/08/27 02:44:23 DEBUG : B2 bucket rclone-test-qatuzoc7haku: Waiting for checks to finish 2026/08/27 02:44:23 DEBUG : toe: transformed to: tictactoe 2026/08/27 02:44:23 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/27 02:44:23 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/27 02:44:24 DEBUG : toe: transformed to: tictactoe 2026/08/27 02:44:24 DEBUG : toe: transformed to: tictactoe 2026/08/27 02:44:24 DEBUG : toe.txt: transformed to: tictactoe.txt 2026/08/27 02:44:24 DEBUG : tictactoe/tictactoe/tictactoe.txt: size = 11 OK 2026/08/27 02:44:24 DEBUG : toe/toe/toe.txt: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/27 02:44:24 DEBUG : tictactoe/tictactoe/tictactoe.txt: OK 2026/08/27 02:44:24 NOTICE: B2 bucket rclone-test-qatuzoc7haku: 0 differences found 2026/08/27 02:44:24 NOTICE: B2 bucket rclone-test-qatuzoc7haku: 1 matching files --- PASS: TestAllTag (2.23s) === RUN TestRunTwice run.go:198: Remote "B2 bucket rclone-test-qatuzoc7haku", Local "Local file system at /tmp/rclone3721612030", Modify Window "1ms" 2026/08/27 02:44:25 DEBUG : toe: transformed to: tictactoe 2026/08/27 02:44:25 DEBUG : toe: transformed to: tictactoe 2026/08/27 02:44:25 INFO : tictactoe: Making directory 2026/08/27 02:44:25 DEBUG : toe: transformed to: tictactoe 2026/08/27 02:44:25 DEBUG : toe: transformed to: tictactoe 2026/08/27 02:44:25 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/27 02:44:25 INFO : tictactoe/tictactoe: Making directory 2026/08/27 02:44:25 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/27 02:44:25 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/toe.txt 2026/08/27 02:44:25 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2026/08/27 02:44:25 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/toe.txt 2026/08/27 02:44:25 DEBUG : B2 bucket rclone-test-qatuzoc7haku: Waiting for checks to finish 2026/08/27 02:44:25 DEBUG : B2 bucket rclone-test-qatuzoc7haku: Waiting for transfers to finish 2026/08/27 02:44:26 DEBUG : tictactoe/tictactoe/toe.txt: size = 11 OK 2026/08/27 02:44:26 DEBUG : toe/toe/toe.txt: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/27 02:44:26 INFO : toe/toe/toe.txt: Copied (new) to: tictactoe/tictactoe/toe.txt 2026/08/27 02:44:26 DEBUG : Waiting for deletions to finish 2026/08/27 02:44:26 DEBUG : toe: transformed to: tictactoe 2026/08/27 02:44:26 DEBUG : toe: transformed to: tictactoe 2026/08/27 02:44:26 DEBUG : toe: transformed to: tictactoe 2026/08/27 02:44:26 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/27 02:44:27 DEBUG : tictactoe/tictactoe/toe.txt: size = 11 OK 2026/08/27 02:44:27 DEBUG : toe/toe/toe.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 02:44:27 DEBUG : B2 bucket rclone-test-qatuzoc7haku: Waiting for checks to finish 2026/08/27 02:44:27 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/toe.txt 2026/08/27 02:44:27 DEBUG : toe/toe/toe.txt: Unchanged skipping 2026/08/27 02:44:27 DEBUG : B2 bucket rclone-test-qatuzoc7haku: Waiting for transfers to finish 2026/08/27 02:44:27 DEBUG : Waiting for deletions to finish --- PASS: TestRunTwice (2.72s) === RUN TestSyntax 2026/08/27 02:44:27 DEBUG : received prefix --- PASS: TestSyntax (0.00s) === RUN TestConflicting run.go:198: Remote "B2 bucket rclone-test-qatuzoc7haku", Local "Local file system at /tmp/rclone3721612030", Modify Window "1ms" 2026/08/27 02:44:28 INFO : toe: Making directory 2026/08/27 02:44:28 INFO : toe/toe: Making directory 2026/08/27 02:44:28 DEBUG : toe/toe/toe: Need to transfer - File not found at Destination 2026/08/27 02:44:28 DEBUG : B2 bucket rclone-test-qatuzoc7haku: Waiting for checks to finish 2026/08/27 02:44:28 DEBUG : B2 bucket rclone-test-qatuzoc7haku: Waiting for transfers to finish 2026/08/27 02:44:28 DEBUG : toe/toe/toe: size = 11 OK 2026/08/27 02:44:28 DEBUG : toe/toe/toe: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/27 02:44:28 INFO : toe/toe/toe: Copied (new) 2026/08/27 02:44:28 DEBUG : Waiting for deletions to finish --- PASS: TestConflicting (1.63s) === RUN TestMove run.go:198: Remote "B2 bucket rclone-test-qatuzoc7haku", Local "Local file system at /tmp/rclone3721612030", Modify Window "1ms" 2026/08/27 02:44:29 DEBUG : empty_dir: Making directory with metadata 2026/08/27 02:44:29 INFO : empty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/08/27 02:44:29 DEBUG : toe: transformed to: tictactoe 2026/08/27 02:44:29 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/27 02:44:29 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/27 02:44:29 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/27 02:44:29 INFO : tictacempty_dir: Making directory 2026/08/27 02:44:29 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/27 02:44:29 DEBUG : toe: transformed to: tictactoe 2026/08/27 02:44:29 DEBUG : toe: transformed to: tictactoe 2026/08/27 02:44:29 INFO : tictactoe: Making directory 2026/08/27 02:44:29 DEBUG : toe: transformed to: tictactoe 2026/08/27 02:44:29 DEBUG : toe: transformed to: tictactoe 2026/08/27 02:44:29 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/27 02:44:29 INFO : tictactoe/tictactoe: Making directory 2026/08/27 02:44:29 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/27 02:44:29 DEBUG : toe.txt: transformed to: tictactoe.txt 2026/08/27 02:44:29 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/27 02:44:29 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2026/08/27 02:44:29 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/27 02:44:29 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/27 02:44:29 DEBUG : B2 bucket rclone-test-qatuzoc7haku: Waiting for checks to finish 2026/08/27 02:44:29 DEBUG : B2 bucket rclone-test-qatuzoc7haku: Waiting for transfers to finish 2026/08/27 02:44:30 DEBUG : tictactoe/tictactoe/tictactoe.txt: size = 11 OK 2026/08/27 02:44:30 DEBUG : toe/toe/toe.txt: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/27 02:44:30 INFO : toe/toe/toe.txt: Copied (new) to: tictactoe/tictactoe/tictactoe.txt 2026/08/27 02:44:30 INFO : toe/toe/toe.txt: Deleted 2026/08/27 02:44:30 INFO : toe/toe: Removing directory 2026/08/27 02:44:30 INFO : toe: Removing directory 2026/08/27 02:44:30 INFO : empty_dir: Removing directory 2026/08/27 02:44:30 DEBUG : Local file system at /tmp/rclone3721612030: deleted 3 directories fstest.go:251: Filtering empty directory "tictacempty_dir" --- PASS: TestMove (2.15s) === RUN TestTransformFile run.go:198: Remote "B2 bucket rclone-test-qatuzoc7haku", Local "Local file system at /tmp/rclone3721612030", Modify Window "1ms" 2026/08/27 02:44:31 DEBUG : empty_dir: Making directory with metadata 2026/08/27 02:44:31 INFO : empty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/08/27 02:44:31 DEBUG : toe: transformed to: tictactoe 2026/08/27 02:44:31 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/27 02:44:31 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/27 02:44:31 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/27 02:44:31 INFO : tictacempty_dir: Making directory 2026/08/27 02:44:31 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/27 02:44:31 DEBUG : toe: transformed to: tictactoe 2026/08/27 02:44:31 DEBUG : toe: transformed to: tictactoe 2026/08/27 02:44:31 INFO : tictactoe: Making directory 2026/08/27 02:44:31 DEBUG : toe: transformed to: tictactoe 2026/08/27 02:44:31 DEBUG : toe: transformed to: tictactoe 2026/08/27 02:44:31 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/27 02:44:31 INFO : tictactoe/tictactoe: Making directory 2026/08/27 02:44:31 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/27 02:44:31 DEBUG : toe.txt: transformed to: tictactoe.txt 2026/08/27 02:44:31 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/27 02:44:31 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2026/08/27 02:44:31 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/27 02:44:31 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/27 02:44:31 DEBUG : B2 bucket rclone-test-qatuzoc7haku: Waiting for checks to finish 2026/08/27 02:44:31 DEBUG : B2 bucket rclone-test-qatuzoc7haku: Waiting for transfers to finish 2026/08/27 02:44:32 DEBUG : tictactoe/tictactoe/tictactoe.txt: size = 11 OK 2026/08/27 02:44:32 DEBUG : toe/toe/toe.txt: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/27 02:44:32 INFO : toe/toe/toe.txt: Copied (new) to: tictactoe/tictactoe/tictactoe.txt 2026/08/27 02:44:32 INFO : toe/toe/toe.txt: Deleted 2026/08/27 02:44:32 INFO : toe/toe: Removing directory 2026/08/27 02:44:32 INFO : toe: Removing directory 2026/08/27 02:44:32 INFO : empty_dir: Removing directory 2026/08/27 02:44:32 DEBUG : Local file system at /tmp/rclone3721612030: deleted 3 directories fstest.go:251: Filtering empty directory "tictacempty_dir" 2026/08/27 02:44:33 DEBUG : tictactoe/tictactoe/tictactoe.txt: size = 11 OK 2026/08/27 02:44:33 DEBUG : tictactoe/tictactoe/tictactoe.txt: Size and modification time the same (differ by 0s, within tolerance 1ms) 2026/08/27 02:44:33 DEBUG : tictactoe/tictactoe/tictactoe.txt: transformed to: toe/toe/toe.txt 2026/08/27 02:44:33 DEBUG : tictactoe/tictactoe/tictactoe.txt: transformed to: toe/toe/toe.txt 2026/08/27 02:44:33 DEBUG : tictactoe/tictactoe/tictactoe.txt: transformed to: toe/toe/toe.txt 2026/08/27 02:44:33 DEBUG : toe/toe/toe.txt: size = 11 OK 2026/08/27 02:44:33 DEBUG : tictactoe/tictactoe/tictactoe.txt: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/27 02:44:33 INFO : tictactoe/tictactoe/tictactoe.txt: Copied (server-side copy) to: toe/toe/toe.txt 2026/08/27 02:44:33 INFO : tictactoe/tictactoe/tictactoe.txt: Deleted fstest.go:251: Filtering empty directory "tictacempty_dir" fstest.go:251: Filtering empty directory "tictactoe" fstest.go:251: Filtering empty directory "tictactoe/tictactoe" --- PASS: TestTransformFile (3.00s) === RUN TestManualTransformFile run.go:198: Remote "B2 bucket rclone-test-qatuzoc7haku", Local "Local file system at /tmp/rclone3721612030", Modify Window "1ms" 2026/08/27 02:44:34 DEBUG : Reset feature "Copy" 2026/08/27 02:44:34 DEBUG : Reset feature "Move" 2026/08/27 02:44:34 DEBUG : Reset feature "Copy" 2026/08/27 02:44:34 DEBUG : Reset feature "Move" 2026/08/27 02:44:34 DEBUG : empty_dir: Making directory with metadata 2026/08/27 02:44:34 INFO : empty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/08/27 02:44:34 DEBUG : toe: transformed to: tictactoe 2026/08/27 02:44:34 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/27 02:44:34 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/27 02:44:34 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/27 02:44:34 INFO : tictacempty_dir: Making directory 2026/08/27 02:44:34 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/27 02:44:34 DEBUG : toe: transformed to: tictactoe 2026/08/27 02:44:34 DEBUG : toe: transformed to: tictactoe 2026/08/27 02:44:34 INFO : tictactoe: Making directory 2026/08/27 02:44:34 DEBUG : toe: transformed to: tictactoe 2026/08/27 02:44:34 DEBUG : toe: transformed to: tictactoe 2026/08/27 02:44:34 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/27 02:44:34 INFO : tictactoe/tictactoe: Making directory 2026/08/27 02:44:34 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/27 02:44:34 DEBUG : toe.txt: transformed to: tictactoe.txt 2026/08/27 02:44:34 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/27 02:44:34 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2026/08/27 02:44:34 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/27 02:44:34 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/27 02:44:34 DEBUG : B2 bucket rclone-test-qatuzoc7haku: Waiting for checks to finish 2026/08/27 02:44:34 DEBUG : B2 bucket rclone-test-qatuzoc7haku: Waiting for transfers to finish 2026/08/27 02:44:36 DEBUG : tictactoe/tictactoe/tictactoe.txt: size = 11 OK 2026/08/27 02:44:36 DEBUG : toe/toe/toe.txt: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/27 02:44:36 INFO : toe/toe/toe.txt: Copied (new) to: tictactoe/tictactoe/tictactoe.txt 2026/08/27 02:44:36 INFO : toe/toe/toe.txt: Deleted 2026/08/27 02:44:36 INFO : toe/toe: Removing directory 2026/08/27 02:44:36 INFO : toe: Removing directory 2026/08/27 02:44:36 INFO : empty_dir: Removing directory 2026/08/27 02:44:36 DEBUG : Local file system at /tmp/rclone3721612030: deleted 3 directories fstest.go:251: Filtering empty directory "tictacempty_dir" 2026/08/27 02:44:36 DEBUG : tictactoe/tictactoe/tictactoe.txt: size = 11 OK 2026/08/27 02:44:36 DEBUG : tictactoe/tictactoe/tictactoe.txt: Size and modification time the same (differ by 0s, within tolerance 1ms) 2026/08/27 02:44:36 DEBUG : tictactoe/tictactoe/tictactoe.txt: transformed to: toe/toe/toe.txt 2026/08/27 02:44:36 DEBUG : tictactoe/tictactoe/tictactoe.txt: transformed to: toe/toe/toe.txt 2026/08/27 02:44:36 DEBUG : tictactoe/tictactoe/tictactoe.txt: transformed to: toe/toe/toe.txt 2026/08/27 02:44:37 DEBUG : toe/toe/toe.txt: size = 11 OK 2026/08/27 02:44:37 DEBUG : tictactoe/tictactoe/tictactoe.txt: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/27 02:44:37 INFO : tictactoe/tictactoe/tictactoe.txt: Copied (new) to: toe/toe/toe.txt 2026/08/27 02:44:37 INFO : tictactoe/tictactoe/tictactoe.txt: Deleted fstest.go:251: Filtering empty directory "tictacempty_dir" fstest.go:251: Filtering empty directory "tictactoe" fstest.go:251: Filtering empty directory "tictactoe/tictactoe" --- PASS: TestManualTransformFile (4.19s) === RUN TestBase64 run.go:198: Remote "B2 bucket rclone-test-qatuzoc7haku", Local "Local file system at /tmp/rclone3721612030", Modify Window "1ms" 2026/08/27 02:44:38 DEBUG : toe: transformed to: dG9l 2026/08/27 02:44:38 DEBUG : toe: transformed to: dG9l 2026/08/27 02:44:38 INFO : dG9l: Making directory 2026/08/27 02:44:38 DEBUG : toe: transformed to: dG9l 2026/08/27 02:44:38 DEBUG : toe: transformed to: dG9l 2026/08/27 02:44:38 DEBUG : toe/toe: transformed to: dG9l/dG9l 2026/08/27 02:44:38 INFO : dG9l/dG9l: Making directory 2026/08/27 02:44:38 DEBUG : toe/toe: transformed to: dG9l/dG9l 2026/08/27 02:44:38 DEBUG : toe.txt: transformed to: dG9lLnR4dA== 2026/08/27 02:44:38 DEBUG : toe/toe/toe.txt: transformed to: dG9l/dG9l/dG9lLnR4dA== 2026/08/27 02:44:38 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2026/08/27 02:44:38 DEBUG : toe/toe/toe.txt: transformed to: dG9l/dG9l/dG9lLnR4dA== 2026/08/27 02:44:38 DEBUG : B2 bucket rclone-test-qatuzoc7haku: Waiting for checks to finish 2026/08/27 02:44:38 DEBUG : B2 bucket rclone-test-qatuzoc7haku: Waiting for transfers to finish 2026/08/27 02:44:39 DEBUG : dG9l/dG9l/dG9lLnR4dA==: size = 11 OK 2026/08/27 02:44:39 DEBUG : toe/toe/toe.txt: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/27 02:44:39 INFO : toe/toe/toe.txt: Copied (new) to: dG9l/dG9l/dG9lLnR4dA== 2026/08/27 02:44:39 DEBUG : Waiting for deletions to finish 2026/08/27 02:44:39 DEBUG : dG9l: transformed to: toe 2026/08/27 02:44:39 DEBUG : dG9l: transformed to: toe 2026/08/27 02:44:40 DEBUG : dG9l: transformed to: toe 2026/08/27 02:44:40 DEBUG : dG9l/dG9l: transformed to: toe/toe 2026/08/27 02:44:40 DEBUG : dG9lLnR4dA==: transformed to: toe.txt 2026/08/27 02:44:40 DEBUG : toe/toe/toe.txt: size = 11 OK 2026/08/27 02:44:40 DEBUG : dG9l/dG9l/dG9lLnR4dA==: Size and modification time the same (differ by 999.999µs, within tolerance 1ms) 2026/08/27 02:44:40 DEBUG : dG9l/dG9l/dG9lLnR4dA==: transformed to: toe/toe/toe.txt 2026/08/27 02:44:40 DEBUG : dG9l/dG9l/dG9lLnR4dA==: Unchanged skipping 2026/08/27 02:44:40 DEBUG : Local file system at /tmp/rclone3721612030: Waiting for checks to finish 2026/08/27 02:44:40 DEBUG : Local file system at /tmp/rclone3721612030: Waiting for transfers to finish 2026/08/27 02:44:40 DEBUG : Waiting for deletions to finish --- PASS: TestBase64 (2.41s) === RUN TestError run.go:198: Remote "B2 bucket rclone-test-qatuzoc7haku", Local "Local file system at /tmp/rclone3721612030", Modify Window "1ms" 2026/08/27 02:44:41 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2026/08/27 02:44:41 DEBUG : toe: transformed to: 2026/08/27 02:44:41 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2026/08/27 02:44:41 DEBUG : toe: transformed to: 2026/08/27 02:44:41 INFO : B2 bucket rclone-test-qatuzoc7haku: Making directory 2026/08/27 02:44:41 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2026/08/27 02:44:41 DEBUG : toe: transformed to: 2026/08/27 02:44:41 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2026/08/27 02:44:41 DEBUG : toe: transformed to: 2026/08/27 02:44:41 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2026/08/27 02:44:41 DEBUG : toe/toe: transformed to: 2026/08/27 02:44:41 ERROR : toe/toe: number of path segments must match: toe/toe (1), (0) 2026/08/27 02:44:41 INFO : toe/toe: Making directory 2026/08/27 02:44:41 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2026/08/27 02:44:41 DEBUG : toe/toe: transformed to: 2026/08/27 02:44:41 ERROR : toe/toe: number of path segments must match: toe/toe (1), (0) 2026/08/27 02:44:41 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2026/08/27 02:44:41 DEBUG : toe: transformed to: 2026/08/27 02:44:41 DEBUG : toe/toe/toe: Need to transfer - File not found at Destination 2026/08/27 02:44:41 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2026/08/27 02:44:41 DEBUG : toe/toe/toe: transformed to: 2026/08/27 02:44:41 ERROR : toe/toe/toe: number of path segments must match: toe/toe/toe (2), (0) 2026/08/27 02:44:41 DEBUG : B2 bucket rclone-test-qatuzoc7haku: Waiting for checks to finish 2026/08/27 02:44:41 DEBUG : B2 bucket rclone-test-qatuzoc7haku: Waiting for transfers to finish 2026/08/27 02:44:41 DEBUG : toe/toe/toe: size = 11 OK 2026/08/27 02:44:41 DEBUG : toe/toe/toe: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/27 02:44:41 INFO : toe/toe/toe: Copied (new) 2026/08/27 02:44:41 ERROR : B2 bucket rclone-test-qatuzoc7haku: not deleting files as there were IO errors 2026/08/27 02:44:41 ERROR : B2 bucket rclone-test-qatuzoc7haku: not deleting directories as there were IO errors --- PASS: TestError (1.54s) PASS 2026/08/27 02:44:42 DEBUG : B2 bucket rclone-test-qatuzoc7haku: Purge remote 2026/08/27 02:44:42 INFO : B2 bucket rclone-test-qatuzoc7haku: cleaning bucket "rclone-test-qatuzoc7haku" of all files 2026/08/27 02:44:43 DEBUG : BackupDir/one: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4114a9be4e062a55_d20260827_m023952_c001_v7007000_t0000_u01787798392176") 2026/08/27 02:44:43 DEBUG : BackupDir/one: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4053cd5fa8071a1a_d20260827_m023941_c001_v0001183_t0013_u01787798381217") 2026/08/27 02:44:43 DEBUG : CompareDest/one: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4278cc7fe349ff39_d20260827_m023922_c001_v7007000_t0000_u01787798362405") 2026/08/27 02:44:43 DEBUG : CompareDest/one: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4085e2b721dff88a_d20260827_m023916_c001_v0001104_t0016_u01787798356895") 2026/08/27 02:44:43 DEBUG : CompareDest/two: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4278cc7fe349ff3a_d20260827_m023922_c001_v7007000_t0000_u01787798362582") 2026/08/27 02:44:43 DEBUG : CompareDest/two: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4062bcc423388fde_d20260827_m023918_c001_v0001185_t0002_u01787798358133") 2026/08/27 02:44:43 DEBUG : CopyDest/one: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4114a9be4e062a56_d20260827_m023952_c001_v7007000_t0000_u01787798392351") 2026/08/27 02:44:43 DEBUG : CopyDest/one: Deleting (id "4_z8f525d73103d4b1baf080e1b_f40559e3326712cac_d20260827_m023938_c001_v0001174_t0027_u01787798378087") 2026/08/27 02:44:43 DEBUG : CopyDest/three: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4114a9be4e062a57_d20260827_m023952_c001_v7007000_t0000_u01787798392528") 2026/08/27 02:44:43 DEBUG : CopyDest/three: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4062bcc4233890ae_d20260827_m023950_c001_v0001185_t0002_u01787798390179") 2026/08/27 02:44:44 DEBUG : CopyDest/two: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4114a9be4e062a58_d20260827_m023952_c001_v7007000_t0000_u01787798392713") 2026/08/27 02:44:44 DEBUG : CopyDest/two: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4085e2b721dff8e6_d20260827_m023943_c001_v0001104_t0016_u01787798383364") 2026/08/27 02:44:44 DEBUG : EXISTING: Deleting (id "4_z8f525d73103d4b1baf080e1b_f420af027814d6547_d20260827_m024105_c001_v7007000_t0000_u01787798465351") 2026/08/27 02:44:44 DEBUG : EXISTING: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4085e2b721dffa1c_d20260827_m024104_c001_v0001104_t0016_u01787798464447") 2026/08/27 02:44:44 DEBUG : PREFIXapple: Deleting (id "4_z8f525d73103d4b1baf080e1b_f41620da363e3c8b1_d20260827_m024239_c001_v7007000_t0000_u01787798559485") 2026/08/27 02:44:44 DEBUG : PREFIXapple: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4062bcc4233895f6_d20260827_m024234_c001_v0001185_t0002_u01787798554798") 2026/08/27 02:44:44 DEBUG : PREFIXappleappleapplebanana: Deleting (id "4_z8f525d73103d4b1baf080e1b_f412790c83231b5b3_d20260827_m024239_c001_v7007000_t0000_u01787798559505") 2026/08/27 02:44:44 DEBUG : PREFIXappleappleapplebanana: Deleting (id "4_z8f525d73103d4b1baf080e1b_f1085e2b721dffbc4_d20260827_m024234_c001_v0001104_t0032_u01787798554829") 2026/08/27 02:44:44 DEBUG : PREFIXbanana: Deleting (id "4_z8f525d73103d4b1baf080e1b_f41620da363e3c8b0_d20260827_m024239_c001_v7007000_t0000_u01787798559308") 2026/08/27 02:44:44 DEBUG : PREFIXbanana: Deleting (id "4_z8f525d73103d4b1baf080e1b_f401e3d771fb0f122_d20260827_m024234_c001_v0001154_t0000_u01787798554808") 2026/08/27 02:44:44 DEBUG : PREFIXsplitbananasplit: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4188293bf5a04998_d20260827_m024239_c001_v7007000_t0000_u01787798559444") 2026/08/27 02:44:44 DEBUG : PREFIXsplitbananasplit: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4033b1d3778ab604_d20260827_m024234_c001_v0001115_t0041_u01787798554818") 2026/08/27 02:44:44 DEBUG : Testêé: Deleting (id "4_z8f525d73103d4b1baf080e1b_f420af027814d6545_d20260827_m024102_c001_v7007000_t0000_u01787798462175") 2026/08/27 02:44:44 DEBUG : Testêé: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4085e2b721dffa16_d20260827_m024101_c001_v0001104_t0016_u01787798461580") 2026/08/27 02:44:44 DEBUG : Testêé: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4062bcc4233892e6_d20260827_m024100_c001_v0001185_t0002_u01787798460675") 2026/08/27 02:44:44 DEBUG : YXBwbGU=: Deleting (id "4_z8f525d73103d4b1baf080e1b_f40174204de33e683_d20260827_m024224_c001_v7007000_t0000_u01787798544759") 2026/08/27 02:44:45 DEBUG : YXBwbGU=: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4085e2b721dffb6e_d20260827_m024220_c001_v0001104_t0016_u01787798540363") 2026/08/27 02:44:45 DEBUG : YXBwbGVhcHBsZWFwcGxlYmFuYW5h: Deleting (id "4_z8f525d73103d4b1baf080e1b_f40174204de33e684_d20260827_m024224_c001_v7007000_t0000_u01787798544934") 2026/08/27 02:44:45 DEBUG : YXBwbGVhcHBsZWFwcGxlYmFuYW5h: Deleting (id "4_z8f525d73103d4b1baf080e1b_f101e3d771fb0f0fa_d20260827_m024220_c001_v0001154_t0013_u01787798540374") 2026/08/27 02:44:45 DEBUG : YmFuYW5h: Deleting (id "4_z8f525d73103d4b1baf080e1b_f40174204de33e685_d20260827_m024225_c001_v7007000_t0000_u01787798545111") 2026/08/27 02:44:45 DEBUG : YmFuYW5h: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4062bcc42338955e_d20260827_m024220_c001_v0001185_t0002_u01787798540384") 2026/08/27 02:44:45 DEBUG : a/potato2: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4189d3b2c0bf1e62_d20260827_m023729_c001_v7007000_t0000_u01787798249735") 2026/08/27 02:44:45 DEBUG : a/potato2: Deleting (id "4_z8f525d73103d4b1baf080e1b_f10559e3326712412_d20260827_m023729_c001_v0001174_t0027_u01787798249012") 2026/08/27 02:44:45 DEBUG : a/potato2: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4025158402bf854a_d20260827_m023727_c001_v7007000_t0000_u01787798247752") 2026/08/27 02:44:45 DEBUG : a/potato2: Deleting (id "4_z8f525d73103d4b1baf080e1b_f10559e33267123e2_d20260827_m023726_c001_v0001174_t0058_u01787798246707") 2026/08/27 02:44:45 DEBUG : a/potato2: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4189d3b2c0bf1dd2_d20260827_m023711_c001_v7007000_t0000_u01787798231935") 2026/08/27 02:44:45 DEBUG : a/potato2: Deleting (id "4_z8f525d73103d4b1baf080e1b_f10559e3326712278_d20260827_m023710_c001_v0001174_t0035_u01787798230937") 2026/08/27 02:44:45 DEBUG : apple: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4114a9be4e06312e_d20260827_m024409_c001_v7007000_t0000_u01787798649967") 2026/08/27 02:44:45 DEBUG : apple: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4033b1d3778ab7d0_d20260827_m024406_c001_v0001115_t0041_u01787798646329") 2026/08/27 02:44:45 DEBUG : apple: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4278cc7fe34a051b_d20260827_m024357_c001_v7007000_t0000_u01787798637785") 2026/08/27 02:44:45 DEBUG : apple: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4033b1d3778ab7a4_d20260827_m024354_c001_v0001115_t0041_u01787798634643") 2026/08/27 02:44:45 DEBUG : apple: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4278cc7fe34a0490_d20260827_m024346_c001_v7007000_t0000_u01787798626073") 2026/08/27 02:44:45 DEBUG : apple: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4033b1d3778ab76c_d20260827_m024342_c001_v0001115_t0041_u01787798622890") 2026/08/27 02:44:45 DEBUG : apple: Deleting (id "4_z8f525d73103d4b1baf080e1b_f425a8c9b5490b98d_d20260827_m024334_c001_v7007000_t0000_u01787798614052") 2026/08/27 02:44:45 DEBUG : apple: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4033b1d3778ab740_d20260827_m024330_c001_v0001115_t0041_u01787798610922") 2026/08/27 02:44:45 DEBUG : apple: Deleting (id "4_z8f525d73103d4b1baf080e1b_f425a8c9b5490b960_d20260827_m024322_c001_v7007000_t0000_u01787798602342") 2026/08/27 02:44:45 DEBUG : apple: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4033b1d3778ab702_d20260827_m024318_c001_v0001115_t0041_u01787798598783") 2026/08/27 02:44:46 DEBUG : apple: Deleting (id "4_z8f525d73103d4b1baf080e1b_f425a8c9b5490b93c_d20260827_m024310_c001_v7007000_t0000_u01787798590306") 2026/08/27 02:44:46 DEBUG : apple: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4085e2b721dffc54_d20260827_m024305_c001_v0001104_t0016_u01787798585695") 2026/08/27 02:44:46 DEBUG : apple: Deleting (id "4_z8f525d73103d4b1baf080e1b_f413c9e888c33942a_d20260827_m024257_c001_v7007000_t0000_u01787798577199") 2026/08/27 02:44:46 DEBUG : apple: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4062bcc423389698_d20260827_m024254_c001_v0001185_t0002_u01787798574508") 2026/08/27 02:44:46 DEBUG : apple: Deleting (id "4_z8f525d73103d4b1baf080e1b_f412790c83231b5d0_d20260827_m024253_c001_v7007000_t0000_u01787798573208") 2026/08/27 02:44:46 DEBUG : apple: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4033b1d3778ab664_d20260827_m024249_c001_v0001115_t0041_u01787798569501") 2026/08/27 02:44:46 DEBUG : apple: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4225634d9f86a2df_d20260827_m024240_c001_v7007000_t0000_u01787798560980") 2026/08/27 02:44:46 DEBUG : apple: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4033b1d3778ab620_d20260827_m024238_c001_v0001115_t0041_u01787798558197") 2026/08/27 02:44:46 DEBUG : apple: Deleting (id "4_z8f525d73103d4b1baf080e1b_f423dae673de36f24_d20260827_m024236_c001_v7007000_t0000_u01787798556929") 2026/08/27 02:44:46 DEBUG : apple: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4062bcc4233895e4_d20260827_m024233_c001_v0001185_t0002_u01787798553425") 2026/08/27 02:44:46 DEBUG : apple: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4055704355f5e8d5_d20260827_m024222_c001_v7007000_t0000_u01787798542861") 2026/08/27 02:44:46 DEBUG : apple: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4085e2b721dffb66_d20260827_m024218_c001_v0001104_t0016_u01787798538898") 2026/08/27 02:44:46 DEBUG : apple: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4055704355f5e8b2_d20260827_m024210_c001_v7007000_t0000_u01787798530348") 2026/08/27 02:44:46 DEBUG : apple: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4085e2b721dffb38_d20260827_m024207_c001_v0001104_t0016_u01787798527137") 2026/08/27 02:44:46 DEBUG : apple: Deleting (id "4_z8f525d73103d4b1baf080e1b_f419459bd600f84a6_d20260827_m024158_c001_v7007000_t0000_u01787798518538") 2026/08/27 02:44:46 DEBUG : apple: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4085e2b721dffb1b_d20260827_m024155_c001_v0001104_t0016_u01787798515473") 2026/08/27 02:44:46 DEBUG : appleSUFFIX: Deleting (id "4_z8f525d73103d4b1baf080e1b_f415ca02874365a7a_d20260827_m024255_c001_v7007000_t0000_u01787798575482") 2026/08/27 02:44:46 DEBUG : appleSUFFIX: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4033b1d3778ab668_d20260827_m024250_c001_v0001115_t0041_u01787798570868") 2026/08/27 02:44:47 DEBUG : appleapple: Deleting (id "4_z8f525d73103d4b1baf080e1b_f425a8c9b5490b93e_d20260827_m024310_c001_v7007000_t0000_u01787798590481") 2026/08/27 02:44:47 DEBUG : appleapple: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4085e2b721dffc5c_d20260827_m024307_c001_v0001104_t0016_u01787798587115") 2026/08/27 02:44:47 DEBUG : appleappleapplebanana: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4114a9be4e06312f_d20260827_m024410_c001_v7007000_t0000_u01787798650152") 2026/08/27 02:44:47 DEBUG : appleappleapplebanana: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4085e2b721dffd56_d20260827_m024406_c001_v0001104_t0016_u01787798646694") 2026/08/27 02:44:47 DEBUG : appleappleapplebanana: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4278cc7fe34a051c_d20260827_m024357_c001_v7007000_t0000_u01787798637963") 2026/08/27 02:44:47 DEBUG : appleappleapplebanana: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4085e2b721dffd2e_d20260827_m024355_c001_v0001104_t0016_u01787798635001") 2026/08/27 02:44:47 DEBUG : appleappleapplebanana: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4278cc7fe34a0491_d20260827_m024346_c001_v7007000_t0000_u01787798626318") 2026/08/27 02:44:47 DEBUG : appleappleapplebanana: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4085e2b721dffd0c_d20260827_m024343_c001_v0001104_t0016_u01787798623246") 2026/08/27 02:44:47 DEBUG : appleappleapplebanana: Deleting (id "4_z8f525d73103d4b1baf080e1b_f425a8c9b5490b98e_d20260827_m024334_c001_v7007000_t0000_u01787798614231") 2026/08/27 02:44:47 DEBUG : appleappleapplebanana: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4085e2b721dffcd8_d20260827_m024331_c001_v0001104_t0016_u01787798611279") 2026/08/27 02:44:47 DEBUG : appleappleapplebanana: Deleting (id "4_z8f525d73103d4b1baf080e1b_f425a8c9b5490b961_d20260827_m024322_c001_v7007000_t0000_u01787798602518") 2026/08/27 02:44:47 DEBUG : appleappleapplebanana: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4085e2b721dffca0_d20260827_m024319_c001_v0001104_t0016_u01787798599153") 2026/08/27 02:44:47 DEBUG : appleappleapplebanana: Deleting (id "4_z8f525d73103d4b1baf080e1b_f41620da363e3c8d3_d20260827_m024308_c001_v7007000_t0000_u01787798588468") 2026/08/27 02:44:47 DEBUG : appleappleapplebanana: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4033b1d3778ab6b2_d20260827_m024306_c001_v0001115_t0041_u01787798586051") 2026/08/27 02:44:47 DEBUG : appleappleapplebanana: Deleting (id "4_z8f525d73103d4b1baf080e1b_f413c9e888c33942b_d20260827_m024257_c001_v7007000_t0000_u01787798577410") 2026/08/27 02:44:47 DEBUG : appleappleapplebanana: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4033b1d3778ab67a_d20260827_m024254_c001_v0001115_t0041_u01787798574536") 2026/08/27 02:44:47 DEBUG : appleappleapplebanana: Deleting (id "4_z8f525d73103d4b1baf080e1b_f41620da363e3c8b8_d20260827_m024253_c001_v7007000_t0000_u01787798573022") 2026/08/27 02:44:47 DEBUG : appleappleapplebanana: Deleting (id "4_z8f525d73103d4b1baf080e1b_f401e3d771fb0f15c_d20260827_m024249_c001_v0001154_t0000_u01787798569859") 2026/08/27 02:44:47 DEBUG : appleappleapplebanana: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4225634d9f86a2e0_d20260827_m024241_c001_v7007000_t0000_u01787798561155") 2026/08/27 02:44:47 DEBUG : appleappleapplebanana: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4062bcc42338961c_d20260827_m024238_c001_v0001185_t0002_u01787798558218") 2026/08/27 02:44:47 DEBUG : appleappleapplebanana: Deleting (id "4_z8f525d73103d4b1baf080e1b_f40174204de33e6b5_d20260827_m024237_c001_v7007000_t0000_u01787798557089") 2026/08/27 02:44:47 DEBUG : appleappleapplebanana: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4033b1d3778ab602_d20260827_m024233_c001_v0001115_t0041_u01787798553782") 2026/08/27 02:44:48 DEBUG : appleappleapplebanana: Deleting (id "4_z8f525d73103d4b1baf080e1b_f40174204de33e67c_d20260827_m024222_c001_v7007000_t0000_u01787798542871") 2026/08/27 02:44:48 DEBUG : appleappleapplebanana: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4062bcc423389558_d20260827_m024219_c001_v0001185_t0002_u01787798539258") 2026/08/27 02:44:48 DEBUG : appleappleapplebanana: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4055704355f5e8b3_d20260827_m024210_c001_v7007000_t0000_u01787798530524") 2026/08/27 02:44:48 DEBUG : appleappleapplebanana: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4062bcc42338950a_d20260827_m024207_c001_v0001185_t0002_u01787798527495") 2026/08/27 02:44:48 DEBUG : appleappleapplebanana: Deleting (id "4_z8f525d73103d4b1baf080e1b_f419459bd600f84a7_d20260827_m024158_c001_v7007000_t0000_u01787798518712") 2026/08/27 02:44:48 DEBUG : appleappleapplebanana: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4062bcc4233894b8_d20260827_m024155_c001_v0001185_t0002_u01787798515829") 2026/08/27 02:44:48 DEBUG : appleappleapplebananaSUFFIX: Deleting (id "4_z8f525d73103d4b1baf080e1b_f412790c83231b5d4_d20260827_m024255_c001_v7007000_t0000_u01787798575672") 2026/08/27 02:44:48 DEBUG : appleappleapplebananaSUFFIX: Deleting (id "4_z8f525d73103d4b1baf080e1b_f101e3d771fb0f15e_d20260827_m024250_c001_v0001154_t0025_u01787798570889") 2026/08/27 02:44:48 DEBUG : b/potato: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4189d3b2c0bf1e63_d20260827_m023729_c001_v7007000_t0000_u01787798249910") 2026/08/27 02:44:48 DEBUG : b/potato: Deleting (id "4_z8f525d73103d4b1baf080e1b_f40559e33267123fe_d20260827_m023728_c001_v0001174_t0027_u01787798248280") 2026/08/27 02:44:48 DEBUG : b/potato: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4025158402bf8549_d20260827_m023727_c001_v7007000_t0000_u01787798247225") 2026/08/27 02:44:48 DEBUG : b/potato: Deleting (id "4_z8f525d73103d4b1baf080e1b_f40559e33267123d2_d20260827_m023725_c001_v0001174_t0027_u01787798245973") 2026/08/27 02:44:48 DEBUG : b/potato: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4189d3b2c0bf1dd1_d20260827_m023711_c001_v7007000_t0000_u01787798231411") 2026/08/27 02:44:48 DEBUG : b/potato: Deleting (id "4_z8f525d73103d4b1baf080e1b_f40559e332671225e_d20260827_m023710_c001_v0001174_t0027_u01787798230099") 2026/08/27 02:44:48 DEBUG : backup/one: Deleting (id "4_z8f525d73103d4b1baf080e1b_f40976990ed157e4a_d20260827_m024004_c001_v7007000_t0000_u01787798404149") 2026/08/27 02:44:48 DEBUG : backup/one: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4096b0559ab5fc40_d20260827_m024002_c001_v0001182_t0022_u01787798402665") 2026/08/27 02:44:48 DEBUG : backup/one: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4173c497d7871c08_d20260827_m023959_c001_v0001136_t0001_u01787798399347") 2026/08/27 02:44:48 DEBUG : backup/one-2019-01-01: Deleting (id "4_z8f525d73103d4b1baf080e1b_f420af027814d6515_d20260827_m024027_c001_v7007000_t0000_u01787798427975") 2026/08/27 02:44:48 DEBUG : backup/one-2019-01-01: Deleting (id "4_z8f525d73103d4b1baf080e1b_f40550d17433a335c_d20260827_m024026_c001_v0001150_t0017_u01787798426352") 2026/08/27 02:44:48 DEBUG : backup/one-2019-01-01: Deleting (id "4_z8f525d73103d4b1baf080e1b_f408eb401a18760ec_d20260827_m024022_c001_v0001167_t0001_u01787798422962") 2026/08/27 02:44:48 DEBUG : backup/one.bak: Deleting (id "4_z8f525d73103d4b1baf080e1b_f420af027814d6505_d20260827_m024016_c001_v7007000_t0000_u01787798416146") 2026/08/27 02:44:49 DEBUG : backup/one.bak: Deleting (id "4_z8f525d73103d4b1baf080e1b_f418385cb0402ab73_d20260827_m024014_c001_v0001176_t0054_u01787798414464") 2026/08/27 02:44:49 DEBUG : backup/one.bak: Deleting (id "4_z8f525d73103d4b1baf080e1b_f40559e3326712f01_d20260827_m024011_c001_v0001174_t0055_u01787798411056") 2026/08/27 02:44:49 DEBUG : backup/three-2019-01-01.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f420af027814d6516_d20260827_m024028_c001_v7007000_t0000_u01787798428158") 2026/08/27 02:44:49 DEBUG : backup/three-2019-01-01.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f414693d9d49847df_d20260827_m024027_c001_v0001165_t0041_u01787798427205") 2026/08/27 02:44:49 DEBUG : backup/three-2019-01-01.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4157d1cc3b31ed4e_d20260827_m024024_c001_v0001179_t0027_u01787798424321") 2026/08/27 02:44:49 DEBUG : backup/three.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f40976990ed157e4b_d20260827_m024004_c001_v7007000_t0000_u01787798404359") 2026/08/27 02:44:49 DEBUG : backup/three.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f403ce8a5f06b2900_d20260827_m024003_c001_v0001099_t0031_u01787798403431") 2026/08/27 02:44:49 DEBUG : backup/three.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f410180fdcece28cb_d20260827_m024000_c001_v0001090_t0009_u01787798400599") 2026/08/27 02:44:49 DEBUG : backup/three.txt.bak: Deleting (id "4_z8f525d73103d4b1baf080e1b_f420af027814d6506_d20260827_m024016_c001_v7007000_t0000_u01787798416330") 2026/08/27 02:44:49 DEBUG : backup/three.txt.bak: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4171ca02c2209d16_d20260827_m024015_c001_v0001183_t0001_u01787798415326") 2026/08/27 02:44:49 DEBUG : backup/three.txt.bak: Deleting (id "4_z8f525d73103d4b1baf080e1b_f402c1b274f2fb7d8_d20260827_m024012_c001_v0001173_t0049_u01787798412427") 2026/08/27 02:44:49 DEBUG : banana: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4114a9be4e063130_d20260827_m024410_c001_v7007000_t0000_u01787798650327") 2026/08/27 02:44:49 DEBUG : banana: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4062bcc4233898b6_d20260827_m024406_c001_v0001185_t0002_u01787798646511") 2026/08/27 02:44:49 DEBUG : banana: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4278cc7fe34a051d_d20260827_m024358_c001_v7007000_t0000_u01787798638139") 2026/08/27 02:44:49 DEBUG : banana: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4062bcc423389870_d20260827_m024354_c001_v0001185_t0002_u01787798634821") 2026/08/27 02:44:49 DEBUG : banana: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4278cc7fe34a0492_d20260827_m024346_c001_v7007000_t0000_u01787798626496") 2026/08/27 02:44:49 DEBUG : banana: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4062bcc423389812_d20260827_m024343_c001_v0001185_t0002_u01787798623068") 2026/08/27 02:44:49 DEBUG : banana: Deleting (id "4_z8f525d73103d4b1baf080e1b_f425a8c9b5490b98f_d20260827_m024334_c001_v7007000_t0000_u01787798614406") 2026/08/27 02:44:49 DEBUG : banana: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4062bcc4233897ca_d20260827_m024331_c001_v0001185_t0002_u01787798611101") 2026/08/27 02:44:50 DEBUG : banana: Deleting (id "4_z8f525d73103d4b1baf080e1b_f425a8c9b5490b963_d20260827_m024322_c001_v7007000_t0000_u01787798602693") 2026/08/27 02:44:50 DEBUG : banana: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4062bcc423389770_d20260827_m024318_c001_v0001185_t0002_u01787798598973") 2026/08/27 02:44:50 DEBUG : banana: Deleting (id "4_z8f525d73103d4b1baf080e1b_f425a8c9b5490b93f_d20260827_m024310_c001_v7007000_t0000_u01787798590657") 2026/08/27 02:44:50 DEBUG : banana: Deleting (id "4_z8f525d73103d4b1baf080e1b_f401e3d771fb0f190_d20260827_m024305_c001_v0001154_t0000_u01787798585874") 2026/08/27 02:44:50 DEBUG : banana: Deleting (id "4_z8f525d73103d4b1baf080e1b_f413c9e888c33942c_d20260827_m024257_c001_v7007000_t0000_u01787798577586") 2026/08/27 02:44:50 DEBUG : banana: Deleting (id "4_z8f525d73103d4b1baf080e1b_f401e3d771fb0f16a_d20260827_m024254_c001_v0001154_t0000_u01787798574516") 2026/08/27 02:44:50 DEBUG : banana: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4225634d9f86a2ff_d20260827_m024253_c001_v7007000_t0000_u01787798573013") 2026/08/27 02:44:50 DEBUG : banana: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4085e2b721dffc10_d20260827_m024249_c001_v0001104_t0016_u01787798569678") 2026/08/27 02:44:50 DEBUG : banana: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4225634d9f86a2e1_d20260827_m024241_c001_v7007000_t0000_u01787798561331") 2026/08/27 02:44:50 DEBUG : banana: Deleting (id "4_z8f525d73103d4b1baf080e1b_f401e3d771fb0f138_d20260827_m024238_c001_v0001154_t0000_u01787798558208") 2026/08/27 02:44:50 DEBUG : banana: Deleting (id "4_z8f525d73103d4b1baf080e1b_f420af027814d6560_d20260827_m024237_c001_v7007000_t0000_u01787798557119") 2026/08/27 02:44:50 DEBUG : banana: Deleting (id "4_z8f525d73103d4b1baf080e1b_f401e3d771fb0f11a_d20260827_m024233_c001_v0001154_t0000_u01787798553604") 2026/08/27 02:44:50 DEBUG : banana: Deleting (id "4_z8f525d73103d4b1baf080e1b_f415ca02874365a41_d20260827_m024222_c001_v7007000_t0000_u01787798542740") 2026/08/27 02:44:50 DEBUG : banana: Deleting (id "4_z8f525d73103d4b1baf080e1b_f401e3d771fb0f0f6_d20260827_m024219_c001_v0001154_t0000_u01787798539079") 2026/08/27 02:44:50 DEBUG : banana: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4055704355f5e8b4_d20260827_m024210_c001_v7007000_t0000_u01787798530701") 2026/08/27 02:44:50 DEBUG : banana: Deleting (id "4_z8f525d73103d4b1baf080e1b_f401e3d771fb0f0da_d20260827_m024207_c001_v0001154_t0000_u01787798527316") 2026/08/27 02:44:50 DEBUG : banana: Deleting (id "4_z8f525d73103d4b1baf080e1b_f419459bd600f84a8_d20260827_m024158_c001_v7007000_t0000_u01787798518887") 2026/08/27 02:44:50 DEBUG : banana: Deleting (id "4_z8f525d73103d4b1baf080e1b_f401e3d771fb0f0c0_d20260827_m024155_c001_v0001154_t0000_u01787798515650") 2026/08/27 02:44:50 DEBUG : bananaSUFFIX: Deleting (id "4_z8f525d73103d4b1baf080e1b_f412790c83231b5d5_d20260827_m024255_c001_v7007000_t0000_u01787798575852") 2026/08/27 02:44:50 DEBUG : bananaSUFFIX: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4085e2b721dffc1a_d20260827_m024250_c001_v0001104_t0016_u01787798570878") 2026/08/27 02:44:51 DEBUG : both0: Deleting (id "4_z8f525d73103d4b1baf080e1b_f419459bd600f8466_d20260827_m024131_c001_v7007000_t0000_u01787798491957") 2026/08/27 02:44:51 DEBUG : both0: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4062bcc423389390_d20260827_m024121_c001_v0001185_t0002_u01787798481508") 2026/08/27 02:44:51 DEBUG : both0: Deleting (id "4_z8f525d73103d4b1baf080e1b_f413c9e888c3393e7_d20260827_m024117_c001_v7007000_t0000_u01787798477187") 2026/08/27 02:44:51 DEBUG : both0: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4062bcc423389308_d20260827_m024107_c001_v0001185_t0002_u01787798467185") 2026/08/27 02:44:51 DEBUG : both1: Deleting (id "4_z8f525d73103d4b1baf080e1b_f419459bd600f8467_d20260827_m024132_c001_v7007000_t0000_u01787798492135") 2026/08/27 02:44:51 DEBUG : both1: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4062bcc423389396_d20260827_m024122_c001_v0001185_t0002_u01787798482227") 2026/08/27 02:44:51 DEBUG : both1: Deleting (id "4_z8f525d73103d4b1baf080e1b_f413c9e888c3393e8_d20260827_m024117_c001_v7007000_t0000_u01787798477362") 2026/08/27 02:44:51 DEBUG : both1: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4062bcc42338930a_d20260827_m024107_c001_v0001185_t0002_u01787798467553") 2026/08/27 02:44:51 DEBUG : both10: Deleting (id "4_z8f525d73103d4b1baf080e1b_f419459bd600f8468_d20260827_m024132_c001_v7007000_t0000_u01787798492309") 2026/08/27 02:44:51 DEBUG : both10: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4062bcc4233893bc_d20260827_m024125_c001_v0001185_t0002_u01787798485599") 2026/08/27 02:44:51 DEBUG : both10: Deleting (id "4_z8f525d73103d4b1baf080e1b_f413c9e888c3393e9_d20260827_m024117_c001_v7007000_t0000_u01787798477537") 2026/08/27 02:44:51 DEBUG : both10: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4062bcc423389332_d20260827_m024111_c001_v0001185_t0002_u01787798471010") 2026/08/27 02:44:51 DEBUG : both11: Deleting (id "4_z8f525d73103d4b1baf080e1b_f419459bd600f8469_d20260827_m024132_c001_v7007000_t0000_u01787798492484") 2026/08/27 02:44:51 DEBUG : both11: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4062bcc4233893be_d20260827_m024125_c001_v0001185_t0002_u01787798485973") 2026/08/27 02:44:51 DEBUG : both11: Deleting (id "4_z8f525d73103d4b1baf080e1b_f413c9e888c3393eb_d20260827_m024117_c001_v7007000_t0000_u01787798477768") 2026/08/27 02:44:51 DEBUG : both11: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4062bcc423389334_d20260827_m024111_c001_v0001185_t0002_u01787798471368") 2026/08/27 02:44:51 DEBUG : both12: Deleting (id "4_z8f525d73103d4b1baf080e1b_f419459bd600f846a_d20260827_m024132_c001_v7007000_t0000_u01787798492659") 2026/08/27 02:44:51 DEBUG : both12: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4062bcc4233893c4_d20260827_m024126_c001_v0001185_t0002_u01787798486331") 2026/08/27 02:44:51 DEBUG : both12: Deleting (id "4_z8f525d73103d4b1baf080e1b_f413c9e888c3393ec_d20260827_m024117_c001_v7007000_t0000_u01787798477953") 2026/08/27 02:44:52 DEBUG : both12: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4062bcc423389338_d20260827_m024111_c001_v0001185_t0002_u01787798471726") 2026/08/27 02:44:52 DEBUG : both13: Deleting (id "4_z8f525d73103d4b1baf080e1b_f419459bd600f846c_d20260827_m024132_c001_v7007000_t0000_u01787798492834") 2026/08/27 02:44:52 DEBUG : both13: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4062bcc4233893ca_d20260827_m024126_c001_v0001185_t0002_u01787798486728") 2026/08/27 02:44:52 DEBUG : both13: Deleting (id "4_z8f525d73103d4b1baf080e1b_f413c9e888c3393ed_d20260827_m024118_c001_v7007000_t0000_u01787798478128") 2026/08/27 02:44:52 DEBUG : both13: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4062bcc42338933a_d20260827_m024112_c001_v0001185_t0002_u01787798472085") 2026/08/27 02:44:52 DEBUG : both14: Deleting (id "4_z8f525d73103d4b1baf080e1b_f419459bd600f846d_d20260827_m024133_c001_v7007000_t0000_u01787798493009") 2026/08/27 02:44:52 DEBUG : both14: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4062bcc4233893ce_d20260827_m024127_c001_v0001185_t0002_u01787798487087") 2026/08/27 02:44:52 DEBUG : both14: Deleting (id "4_z8f525d73103d4b1baf080e1b_f413c9e888c3393ee_d20260827_m024118_c001_v7007000_t0000_u01787798478303") 2026/08/27 02:44:52 DEBUG : both14: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4062bcc423389340_d20260827_m024112_c001_v0001185_t0002_u01787798472444") 2026/08/27 02:44:52 DEBUG : both15: Deleting (id "4_z8f525d73103d4b1baf080e1b_f419459bd600f846e_d20260827_m024133_c001_v7007000_t0000_u01787798493184") 2026/08/27 02:44:52 DEBUG : both15: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4062bcc4233893d2_d20260827_m024127_c001_v0001185_t0002_u01787798487594") 2026/08/27 02:44:52 DEBUG : both15: Deleting (id "4_z8f525d73103d4b1baf080e1b_f413c9e888c3393ef_d20260827_m024118_c001_v7007000_t0000_u01787798478478") 2026/08/27 02:44:52 DEBUG : both15: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4062bcc423389344_d20260827_m024112_c001_v0001185_t0002_u01787798472819") 2026/08/27 02:44:52 DEBUG : both16: Deleting (id "4_z8f525d73103d4b1baf080e1b_f419459bd600f846f_d20260827_m024133_c001_v7007000_t0000_u01787798493358") 2026/08/27 02:44:52 DEBUG : both16: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4062bcc4233893d9_d20260827_m024127_c001_v0001185_t0002_u01787798487952") 2026/08/27 02:44:52 DEBUG : both16: Deleting (id "4_z8f525d73103d4b1baf080e1b_f413c9e888c3393f0_d20260827_m024118_c001_v7007000_t0000_u01787798478654") 2026/08/27 02:44:52 DEBUG : both16: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4062bcc423389348_d20260827_m024113_c001_v0001185_t0002_u01787798473175") 2026/08/27 02:44:52 DEBUG : both17: Deleting (id "4_z8f525d73103d4b1baf080e1b_f419459bd600f8470_d20260827_m024133_c001_v7007000_t0000_u01787798493544") 2026/08/27 02:44:53 DEBUG : both17: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4062bcc4233893dc_d20260827_m024128_c001_v0001185_t0002_u01787798488383") 2026/08/27 02:44:53 DEBUG : both17: Deleting (id "4_z8f525d73103d4b1baf080e1b_f413c9e888c3393f1_d20260827_m024118_c001_v7007000_t0000_u01787798478830") 2026/08/27 02:44:53 DEBUG : both17: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4062bcc42338934c_d20260827_m024113_c001_v0001185_t0002_u01787798473532") 2026/08/27 02:44:53 DEBUG : both18: Deleting (id "4_z8f525d73103d4b1baf080e1b_f419459bd600f8471_d20260827_m024133_c001_v7007000_t0000_u01787798493794") 2026/08/27 02:44:53 DEBUG : both18: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4062bcc4233893e0_d20260827_m024128_c001_v0001185_t0002_u01787798488738") 2026/08/27 02:44:53 DEBUG : both18: Deleting (id "4_z8f525d73103d4b1baf080e1b_f413c9e888c3393f2_d20260827_m024119_c001_v7007000_t0000_u01787798479071") 2026/08/27 02:44:53 DEBUG : both18: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4062bcc42338934e_d20260827_m024113_c001_v0001185_t0002_u01787798473889") 2026/08/27 02:44:53 DEBUG : both19: Deleting (id "4_z8f525d73103d4b1baf080e1b_f419459bd600f8472_d20260827_m024133_c001_v7007000_t0000_u01787798493969") 2026/08/27 02:44:53 DEBUG : both19: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4062bcc4233893e2_d20260827_m024129_c001_v0001185_t0002_u01787798489095") 2026/08/27 02:44:53 DEBUG : both19: Deleting (id "4_z8f525d73103d4b1baf080e1b_f413c9e888c3393f3_d20260827_m024119_c001_v7007000_t0000_u01787798479247") 2026/08/27 02:44:53 DEBUG : both19: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4062bcc423389352_d20260827_m024114_c001_v0001185_t0002_u01787798474257") 2026/08/27 02:44:53 DEBUG : both2: Deleting (id "4_z8f525d73103d4b1baf080e1b_f419459bd600f8473_d20260827_m024134_c001_v7007000_t0000_u01787798494144") 2026/08/27 02:44:53 DEBUG : both2: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4062bcc423389398_d20260827_m024122_c001_v0001185_t0002_u01787798482648") 2026/08/27 02:44:53 DEBUG : both2: Deleting (id "4_z8f525d73103d4b1baf080e1b_f413c9e888c3393f4_d20260827_m024119_c001_v7007000_t0000_u01787798479423") 2026/08/27 02:44:53 DEBUG : both2: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4062bcc42338930c_d20260827_m024107_c001_v0001185_t0002_u01787798467938") 2026/08/27 02:44:53 DEBUG : both3: Deleting (id "4_z8f525d73103d4b1baf080e1b_f419459bd600f8474_d20260827_m024134_c001_v7007000_t0000_u01787798494319") 2026/08/27 02:44:53 DEBUG : both3: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4062bcc42338939e_d20260827_m024123_c001_v0001185_t0002_u01787798483046") 2026/08/27 02:44:53 DEBUG : both3: Deleting (id "4_z8f525d73103d4b1baf080e1b_f413c9e888c3393f6_d20260827_m024119_c001_v7007000_t0000_u01787798479663") 2026/08/27 02:44:53 DEBUG : both3: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4062bcc423389310_d20260827_m024108_c001_v0001185_t0002_u01787798468298") 2026/08/27 02:44:54 DEBUG : both4: Deleting (id "4_z8f525d73103d4b1baf080e1b_f419459bd600f8475_d20260827_m024134_c001_v7007000_t0000_u01787798494494") 2026/08/27 02:44:54 DEBUG : both4: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4062bcc4233893a4_d20260827_m024123_c001_v0001185_t0002_u01787798483402") 2026/08/27 02:44:54 DEBUG : both4: Deleting (id "4_z8f525d73103d4b1baf080e1b_f413c9e888c3393f7_d20260827_m024119_c001_v7007000_t0000_u01787798479838") 2026/08/27 02:44:54 DEBUG : both4: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4062bcc423389316_d20260827_m024108_c001_v0001185_t0002_u01787798468693") 2026/08/27 02:44:54 DEBUG : both5: Deleting (id "4_z8f525d73103d4b1baf080e1b_f419459bd600f8476_d20260827_m024134_c001_v7007000_t0000_u01787798494671") 2026/08/27 02:44:54 DEBUG : both5: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4062bcc4233893a8_d20260827_m024123_c001_v0001185_t0002_u01787798483760") 2026/08/27 02:44:54 DEBUG : both5: Deleting (id "4_z8f525d73103d4b1baf080e1b_f413c9e888c3393f8_d20260827_m024120_c001_v7007000_t0000_u01787798480072") 2026/08/27 02:44:54 DEBUG : both5: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4062bcc423389318_d20260827_m024109_c001_v0001185_t0002_u01787798469097") 2026/08/27 02:44:54 DEBUG : both6: Deleting (id "4_z8f525d73103d4b1baf080e1b_f419459bd600f8477_d20260827_m024134_c001_v7007000_t0000_u01787798494846") 2026/08/27 02:44:54 DEBUG : both6: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4062bcc4233893ae_d20260827_m024124_c001_v0001185_t0002_u01787798484116") 2026/08/27 02:44:54 DEBUG : both6: Deleting (id "4_z8f525d73103d4b1baf080e1b_f413c9e888c3393f9_d20260827_m024120_c001_v7007000_t0000_u01787798480251") 2026/08/27 02:44:54 DEBUG : both6: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4062bcc42338931e_d20260827_m024109_c001_v0001185_t0002_u01787798469459") 2026/08/27 02:44:54 DEBUG : both7: Deleting (id "4_z8f525d73103d4b1baf080e1b_f419459bd600f8478_d20260827_m024135_c001_v7007000_t0000_u01787798495021") 2026/08/27 02:44:54 DEBUG : both7: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4062bcc4233893b0_d20260827_m024124_c001_v0001185_t0002_u01787798484473") 2026/08/27 02:44:54 DEBUG : both7: Deleting (id "4_z8f525d73103d4b1baf080e1b_f413c9e888c3393fa_d20260827_m024120_c001_v7007000_t0000_u01787798480445") 2026/08/27 02:44:54 DEBUG : both7: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4062bcc423389322_d20260827_m024109_c001_v0001185_t0002_u01787798469821") 2026/08/27 02:44:54 DEBUG : both8: Deleting (id "4_z8f525d73103d4b1baf080e1b_f419459bd600f8479_d20260827_m024135_c001_v7007000_t0000_u01787798495196") 2026/08/27 02:44:54 DEBUG : both8: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4062bcc4233893b4_d20260827_m024124_c001_v0001185_t0002_u01787798484883") 2026/08/27 02:44:54 DEBUG : both8: Deleting (id "4_z8f525d73103d4b1baf080e1b_f413c9e888c3393fb_d20260827_m024120_c001_v7007000_t0000_u01787798480621") 2026/08/27 02:44:54 DEBUG : both8: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4062bcc423389326_d20260827_m024110_c001_v0001185_t0002_u01787798470180") 2026/08/27 02:44:54 DEBUG : both9: Deleting (id "4_z8f525d73103d4b1baf080e1b_f419459bd600f847a_d20260827_m024135_c001_v7007000_t0000_u01787798495375") 2026/08/27 02:44:55 DEBUG : both9: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4062bcc4233893b8_d20260827_m024125_c001_v0001185_t0002_u01787798485242") 2026/08/27 02:44:55 DEBUG : both9: Deleting (id "4_z8f525d73103d4b1baf080e1b_f413c9e888c3393fc_d20260827_m024120_c001_v7007000_t0000_u01787798480796") 2026/08/27 02:44:55 DEBUG : both9: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4062bcc42338932c_d20260827_m024110_c001_v0001185_t0002_u01787798470539") 2026/08/27 02:44:55 DEBUG : c/non empty space: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4189d3b2c0bf1e64_d20260827_m023730_c001_v7007000_t0000_u01787798250086") 2026/08/27 02:44:55 DEBUG : c/non empty space: Deleting (id "4_z8f525d73103d4b1baf080e1b_f40559e3326712404_d20260827_m023728_c001_v0001174_t0027_u01787798248459") 2026/08/27 02:44:55 DEBUG : c/non empty space: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4025158402bf854b_d20260827_m023727_c001_v7007000_t0000_u01787798247928") 2026/08/27 02:44:55 DEBUG : c/non empty space: Deleting (id "4_z8f525d73103d4b1baf080e1b_f40559e33267123d6_d20260827_m023726_c001_v0001174_t0027_u01787798246151") 2026/08/27 02:44:55 DEBUG : c/non empty space: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4189d3b2c0bf1dd4_d20260827_m023712_c001_v7007000_t0000_u01787798232110") 2026/08/27 02:44:55 DEBUG : c/non empty space: Deleting (id "4_z8f525d73103d4b1baf080e1b_f40559e3326712268_d20260827_m023710_c001_v0001174_t0027_u01787798230277") 2026/08/27 02:44:55 DEBUG : c3BsaXRiYW5hbmFzcGxpdA==: Deleting (id "4_z8f525d73103d4b1baf080e1b_f40174204de33e686_d20260827_m024225_c001_v7007000_t0000_u01787798545286") 2026/08/27 02:44:55 DEBUG : c3BsaXRiYW5hbmFzcGxpdA==: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4033b1d3778ab5ca_d20260827_m024220_c001_v0001115_t0041_u01787798540393") 2026/08/27 02:44:55 DEBUG : check sum: Deleting (id "4_z8f525d73103d4b1baf080e1b_f421d622144d7263b_d20260827_m023703_c001_v7007000_t0000_u01787798223813") 2026/08/27 02:44:55 DEBUG : check sum: Deleting (id "4_z8f525d73103d4b1baf080e1b_f40559e33267121b6_d20260827_m023702_c001_v0001174_t0027_u01787798222940") 2026/08/27 02:44:55 DEBUG : dG9l/dG9l/dG9lLnR4dA==: Deleting (id "4_z8f525d73103d4b1baf080e1b_f415ca02874370a6d_d20260827_m024440_c001_v7007000_t0000_u01787798680881") 2026/08/27 02:44:55 DEBUG : dG9l/dG9l/dG9lLnR4dA==: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4033b1d3778ab828_d20260827_m024439_c001_v0001115_t0041_u01787798679412") 2026/08/27 02:44:55 DEBUG : dest/3: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4114a9be4e062a4a_d20260827_m023931_c001_v7007000_t0000_u01787798371676") 2026/08/27 02:44:55 DEBUG : dest/3: Deleting (id "4_z8f525d73103d4b1baf080e1b_f416f252954dd54fa_d20260827_m023930_c001_v0001115_t0047_u01787798370580") 2026/08/27 02:44:55 DEBUG : dir1/0000-abcde: Deleting (id "4_z8f525d73103d4b1baf080e1b_f425a8c9b5490b941_d20260827_m024310_c001_v7007000_t0000_u01787798590831") 2026/08/27 02:44:55 DEBUG : dir1/0000-abcde: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4033b1d3778ab6ba_d20260827_m024307_c001_v0001115_t0041_u01787798587324") 2026/08/27 02:44:56 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4114a9be4e063132_d20260827_m024410_c001_v7007000_t0000_u01787798650503") 2026/08/27 02:44:56 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4033b1d3778ab7c4_d20260827_m024402_c001_v0001115_t0041_u01787798642288") 2026/08/27 02:44:56 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4278cc7fe34a051e_d20260827_m024358_c001_v7007000_t0000_u01787798638314") 2026/08/27 02:44:56 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4033b1d3778ab79a_d20260827_m024350_c001_v0001115_t0041_u01787798630611") 2026/08/27 02:44:56 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4278cc7fe34a0493_d20260827_m024346_c001_v7007000_t0000_u01787798626672") 2026/08/27 02:44:56 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4033b1d3778ab758_d20260827_m024338_c001_v0001115_t0041_u01787798618981") 2026/08/27 02:44:56 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f425a8c9b5490b990_d20260827_m024334_c001_v7007000_t0000_u01787798614581") 2026/08/27 02:44:56 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4033b1d3778ab72c_d20260827_m024326_c001_v0001115_t0041_u01787798606882") 2026/08/27 02:44:56 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f425a8c9b5490b964_d20260827_m024322_c001_v7007000_t0000_u01787798602868") 2026/08/27 02:44:56 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4033b1d3778ab6ec_d20260827_m024314_c001_v0001115_t0041_u01787798594858") 2026/08/27 02:44:56 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f425a8c9b5490b934_d20260827_m024308_c001_v7007000_t0000_u01787798588263") 2026/08/27 02:44:56 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4085e2b721dffc44_d20260827_m024301_c001_v0001104_t0016_u01787798581718") 2026/08/27 02:44:56 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f413c9e888c33942d_d20260827_m024257_c001_v7007000_t0000_u01787798577762") 2026/08/27 02:44:56 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f401e3d771fb0f16c_d20260827_m024254_c001_v0001154_t0000_u01787798574752") 2026/08/27 02:44:56 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4144a919a4e5119a_d20260827_m024253_c001_v7007000_t0000_u01787798573223") 2026/08/27 02:44:56 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4033b1d3778ab64c_d20260827_m024245_c001_v0001115_t0041_u01787798565487") 2026/08/27 02:44:56 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4225634d9f86a2e2_d20260827_m024241_c001_v7007000_t0000_u01787798561506") 2026/08/27 02:44:56 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4033b1d3778ab625_d20260827_m024238_c001_v0001115_t0041_u01787798558414") 2026/08/27 02:44:56 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f41620da363e3c8af_d20260827_m024237_c001_v7007000_t0000_u01787798557336") 2026/08/27 02:44:56 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4062bcc4233895b2_d20260827_m024229_c001_v0001185_t0002_u01787798549336") 2026/08/27 02:44:56 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f413c9e888c339417_d20260827_m024222_c001_v7007000_t0000_u01787798542719") 2026/08/27 02:44:56 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4085e2b721dffb52_d20260827_m024214_c001_v0001104_t0016_u01787798534907") 2026/08/27 02:44:57 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4055704355f5e8b6_d20260827_m024210_c001_v7007000_t0000_u01787798530877") 2026/08/27 02:44:57 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4085e2b721dffb26_d20260827_m024203_c001_v0001104_t0016_u01787798523186") 2026/08/27 02:44:57 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f419459bd600f84a9_d20260827_m024159_c001_v7007000_t0000_u01787798519081") 2026/08/27 02:44:57 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4085e2b721dffb0a_d20260827_m024152_c001_v0001104_t0016_u01787798512052") 2026/08/27 02:44:57 DEBUG : dir1/0000-abcdefg.txtSUFFIX: Deleting (id "4_z8f525d73103d4b1baf080e1b_f425a8c9b5490b92e_d20260827_m024255_c001_v7007000_t0000_u01787798575723") 2026/08/27 02:44:57 DEBUG : dir1/0000-abcdefg.txtSUFFIX: Deleting (id "4_z8f525d73103d4b1baf080e1b_f1085e2b721dffc1c_d20260827_m024251_c001_v0001104_t0036_u01787798571083") 2026/08/27 02:44:57 DEBUG : dir1/0001-bcdef: Deleting (id "4_z8f525d73103d4b1baf080e1b_f425a8c9b5490b942_d20260827_m024311_c001_v7007000_t0000_u01787798591006") 2026/08/27 02:44:57 DEBUG : dir1/0001-bcdef: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4062bcc423389714_d20260827_m024307_c001_v0001185_t0002_u01787798587334") 2026/08/27 02:44:57 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4114a9be4e063133_d20260827_m024410_c001_v7007000_t0000_u01787798650682") 2026/08/27 02:44:57 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4062bcc42338989c_d20260827_m024402_c001_v0001185_t0002_u01787798642815") 2026/08/27 02:44:57 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4278cc7fe34a051f_d20260827_m024358_c001_v7007000_t0000_u01787798638507") 2026/08/27 02:44:57 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4062bcc42338985e_d20260827_m024351_c001_v0001185_t0002_u01787798631141") 2026/08/27 02:44:57 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4278cc7fe34a0494_d20260827_m024346_c001_v7007000_t0000_u01787798626847") 2026/08/27 02:44:57 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4062bcc4233897f0_d20260827_m024339_c001_v0001185_t0002_u01787798619510") 2026/08/27 02:44:57 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f425a8c9b5490b992_d20260827_m024334_c001_v7007000_t0000_u01787798614757") 2026/08/27 02:44:57 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4062bcc4233897a8_d20260827_m024327_c001_v0001185_t0002_u01787798607416") 2026/08/27 02:44:57 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f425a8c9b5490b965_d20260827_m024323_c001_v7007000_t0000_u01787798603043") 2026/08/27 02:44:57 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4062bcc423389752_d20260827_m024315_c001_v0001185_t0002_u01787798595383") 2026/08/27 02:44:58 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f416227ca4cea6c68_d20260827_m024308_c001_v7007000_t0000_u01787798588079") 2026/08/27 02:44:58 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f401e3d771fb0f186_d20260827_m024302_c001_v0001154_t0000_u01787798582262") 2026/08/27 02:44:58 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f413c9e888c33942e_d20260827_m024257_c001_v7007000_t0000_u01787798577938") 2026/08/27 02:44:58 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4062bcc42338969c_d20260827_m024254_c001_v0001185_t0002_u01787798574754") 2026/08/27 02:44:58 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f412790c83231b5cf_d20260827_m024253_c001_v7007000_t0000_u01787798573033") 2026/08/27 02:44:58 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4085e2b721dffbfc_d20260827_m024246_c001_v0001104_t0016_u01787798566013") 2026/08/27 02:44:58 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4225634d9f86a2e3_d20260827_m024241_c001_v7007000_t0000_u01787798561681") 2026/08/27 02:44:58 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f401e3d771fb0f13c_d20260827_m024238_c001_v0001154_t0000_u01787798558425") 2026/08/27 02:44:58 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f423dae673de36f23_d20260827_m024236_c001_v7007000_t0000_u01787798556752") 2026/08/27 02:44:58 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f401e3d771fb0f10e_d20260827_m024229_c001_v0001154_t0000_u01787798549874") 2026/08/27 02:44:58 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f41620da363e3c8aa_d20260827_m024222_c001_v7007000_t0000_u01787798542884") 2026/08/27 02:44:58 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f401e3d771fb0f0ea_d20260827_m024215_c001_v0001154_t0000_u01787798535437") 2026/08/27 02:44:58 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4055704355f5e8b7_d20260827_m024211_c001_v7007000_t0000_u01787798531053") 2026/08/27 02:44:58 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f401e3d771fb0f0d0_d20260827_m024203_c001_v0001154_t0000_u01787798523726") 2026/08/27 02:44:58 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4055704355f5e88c_d20260827_m024159_c001_v7007000_t0000_u01787798519268") 2026/08/27 02:44:58 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f401e3d771fb0f0b0_d20260827_m024152_c001_v0001154_t0000_u01787798512587") 2026/08/27 02:44:58 DEBUG : dir1/0001-bcdefgh.txtSUFFIX: Deleting (id "4_z8f525d73103d4b1baf080e1b_f41620da363e3c8be_d20260827_m024255_c001_v7007000_t0000_u01787798575862") 2026/08/27 02:44:58 DEBUG : dir1/0001-bcdefgh.txtSUFFIX: Deleting (id "4_z8f525d73103d4b1baf080e1b_f1033b1d3778ab66a_d20260827_m024251_c001_v0001115_t0035_u01787798571072") 2026/08/27 02:44:58 DEBUG : dir1/0002-cdefg: Deleting (id "4_z8f525d73103d4b1baf080e1b_f425a8c9b5490b943_d20260827_m024311_c001_v7007000_t0000_u01787798591182") 2026/08/27 02:44:59 DEBUG : dir1/0002-cdefg: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4085e2b721dffc5e_d20260827_m024307_c001_v0001104_t0016_u01787798587343") 2026/08/27 02:44:59 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4114a9be4e063134_d20260827_m024410_c001_v7007000_t0000_u01787798650866") 2026/08/27 02:44:59 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4085e2b721dffd4a_d20260827_m024403_c001_v0001104_t0016_u01787798643367") 2026/08/27 02:44:59 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4278cc7fe34a0520_d20260827_m024358_c001_v7007000_t0000_u01787798638696") 2026/08/27 02:44:59 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4085e2b721dffd1c_d20260827_m024351_c001_v0001104_t0016_u01787798631675") 2026/08/27 02:44:59 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4278cc7fe34a0495_d20260827_m024347_c001_v7007000_t0000_u01787798627022") 2026/08/27 02:44:59 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4085e2b721dffcf8_d20260827_m024340_c001_v0001104_t0016_u01787798620038") 2026/08/27 02:44:59 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f425a8c9b5490b993_d20260827_m024334_c001_v7007000_t0000_u01787798614940") 2026/08/27 02:44:59 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4085e2b721dffcc6_d20260827_m024328_c001_v0001104_t0016_u01787798608000") 2026/08/27 02:44:59 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f425a8c9b5490b968_d20260827_m024323_c001_v7007000_t0000_u01787798603219") 2026/08/27 02:44:59 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4085e2b721dffc8c_d20260827_m024315_c001_v0001104_t0016_u01787798595910") 2026/08/27 02:44:59 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f415ca02874365a8d_d20260827_m024308_c001_v7007000_t0000_u01787798588491") 2026/08/27 02:44:59 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4033b1d3778ab6a0_d20260827_m024302_c001_v0001115_t0041_u01787798582792") 2026/08/27 02:44:59 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f413c9e888c33942f_d20260827_m024258_c001_v7007000_t0000_u01787798578121") 2026/08/27 02:44:59 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4085e2b721dffc2a_d20260827_m024254_c001_v0001104_t0016_u01787798574734") 2026/08/27 02:44:59 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4225634d9f86a302_d20260827_m024253_c001_v7007000_t0000_u01787798573539") 2026/08/27 02:44:59 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f401e3d771fb0f152_d20260827_m024246_c001_v0001154_t0000_u01787798566546") 2026/08/27 02:44:59 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4225634d9f86a2e4_d20260827_m024241_c001_v7007000_t0000_u01787798561887") 2026/08/27 02:44:59 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4062bcc42338961e_d20260827_m024238_c001_v0001185_t0002_u01787798558436") 2026/08/27 02:44:59 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f40174204de33e6b0_d20260827_m024236_c001_v7007000_t0000_u01787798556738") 2026/08/27 02:45:00 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4033b1d3778ab5ee_d20260827_m024230_c001_v0001115_t0041_u01787798550530") 2026/08/27 02:45:00 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f41620da363e3c8a9_d20260827_m024222_c001_v7007000_t0000_u01787798542708") 2026/08/27 02:45:00 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4062bcc42338953c_d20260827_m024215_c001_v0001185_t0002_u01787798535962") 2026/08/27 02:45:00 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4055704355f5e8b8_d20260827_m024211_c001_v7007000_t0000_u01787798531229") 2026/08/27 02:45:00 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4062bcc4233894f0_d20260827_m024204_c001_v0001185_t0002_u01787798524254") 2026/08/27 02:45:00 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4055704355f5e88d_d20260827_m024159_c001_v7007000_t0000_u01787798519454") 2026/08/27 02:45:00 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4062bcc4233894a2_d20260827_m024152_c001_v0001185_t0002_u01787798512767") 2026/08/27 02:45:00 DEBUG : dir1/0002-cdefghi.txtSUFFIX: Deleting (id "4_z8f525d73103d4b1baf080e1b_f41620da363e3c8bc_d20260827_m024255_c001_v7007000_t0000_u01787798575503") 2026/08/27 02:45:00 DEBUG : dir1/0002-cdefghi.txtSUFFIX: Deleting (id "4_z8f525d73103d4b1baf080e1b_f1062bcc423389682_d20260827_m024251_c001_v0001185_t0051_u01787798571094") 2026/08/27 02:45:00 DEBUG : dir1/0003-defgh: Deleting (id "4_z8f525d73103d4b1baf080e1b_f425a8c9b5490b945_d20260827_m024311_c001_v7007000_t0000_u01787798591358") 2026/08/27 02:45:00 DEBUG : dir1/0003-defgh: Deleting (id "4_z8f525d73103d4b1baf080e1b_f401e3d771fb0f194_d20260827_m024307_c001_v0001154_t0000_u01787798587354") 2026/08/27 02:45:00 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4114a9be4e063135_d20260827_m024411_c001_v7007000_t0000_u01787798651061") 2026/08/27 02:45:00 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f401e3d771fb0f21e_d20260827_m024403_c001_v0001154_t0000_u01787798643894") 2026/08/27 02:45:00 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4278cc7fe34a0521_d20260827_m024358_c001_v7007000_t0000_u01787798638872") 2026/08/27 02:45:00 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f401e3d771fb0f206_d20260827_m024352_c001_v0001154_t0000_u01787798632211") 2026/08/27 02:45:00 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4278cc7fe34a0496_d20260827_m024347_c001_v7007000_t0000_u01787798627198") 2026/08/27 02:45:00 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f401e3d771fb0f1dc_d20260827_m024340_c001_v0001154_t0000_u01787798620565") 2026/08/27 02:45:00 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f425a8c9b5490b994_d20260827_m024335_c001_v7007000_t0000_u01787798615121") 2026/08/27 02:45:00 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f401e3d771fb0f1c4_d20260827_m024328_c001_v0001154_t0000_u01787798608529") 2026/08/27 02:45:00 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f425a8c9b5490b96b_d20260827_m024323_c001_v7007000_t0000_u01787798603396") 2026/08/27 02:45:01 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f401e3d771fb0f1a8_d20260827_m024316_c001_v0001154_t0000_u01787798596436") 2026/08/27 02:45:01 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f421d622144d72bad_d20260827_m024308_c001_v7007000_t0000_u01787798588276") 2026/08/27 02:45:01 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4062bcc4233896ee_d20260827_m024303_c001_v0001185_t0002_u01787798583322") 2026/08/27 02:45:01 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f413c9e888c339430_d20260827_m024258_c001_v7007000_t0000_u01787798578297") 2026/08/27 02:45:01 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4033b1d3778ab67c_d20260827_m024254_c001_v0001115_t0041_u01787798574743") 2026/08/27 02:45:01 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f400be1583dce240f_d20260827_m024253_c001_v7007000_t0000_u01787798573425") 2026/08/27 02:45:01 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4062bcc42338965e_d20260827_m024247_c001_v0001185_t0002_u01787798567073") 2026/08/27 02:45:01 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4225634d9f86a2e5_d20260827_m024242_c001_v7007000_t0000_u01787798562082") 2026/08/27 02:45:01 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4085e2b721dffbdc_d20260827_m024238_c001_v0001104_t0016_u01787798558446") 2026/08/27 02:45:01 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f412790c83231b5b0_d20260827_m024237_c001_v7007000_t0000_u01787798557130") 2026/08/27 02:45:01 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4085e2b721dffbaa_d20260827_m024231_c001_v0001104_t0016_u01787798551074") 2026/08/27 02:45:01 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f424930067b1b3dd1_d20260827_m024222_c001_v7007000_t0000_u01787798542744") 2026/08/27 02:45:01 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4033b1d3778ab5b8_d20260827_m024216_c001_v0001115_t0041_u01787798536488") 2026/08/27 02:45:01 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4055704355f5e8b9_d20260827_m024211_c001_v7007000_t0000_u01787798531405") 2026/08/27 02:45:01 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4033b1d3778ab582_d20260827_m024204_c001_v0001115_t0041_u01787798524786") 2026/08/27 02:45:01 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4055704355f5e88e_d20260827_m024159_c001_v7007000_t0000_u01787798519630") 2026/08/27 02:45:01 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4033b1d3778ab550_d20260827_m024152_c001_v0001115_t0041_u01787798512948") 2026/08/27 02:45:01 DEBUG : dir1/0003-defghij.txtSUFFIX: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4025158402bf9141_d20260827_m024255_c001_v7007000_t0000_u01787798575734") 2026/08/27 02:45:01 DEBUG : dir1/0003-defghij.txtSUFFIX: Deleting (id "4_z8f525d73103d4b1baf080e1b_f1062bcc423389684_d20260827_m024251_c001_v0001185_t0019_u01787798571292") 2026/08/27 02:45:01 DEBUG : dir1/0004-efghi: Deleting (id "4_z8f525d73103d4b1baf080e1b_f425a8c9b5490b946_d20260827_m024311_c001_v7007000_t0000_u01787798591537") 2026/08/27 02:45:02 DEBUG : dir1/0004-efghi: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4033b1d3778ab6bc_d20260827_m024307_c001_v0001115_t0041_u01787798587502") 2026/08/27 02:45:02 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4114a9be4e063136_d20260827_m024411_c001_v7007000_t0000_u01787798651237") 2026/08/27 02:45:02 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4033b1d3778ab7c6_d20260827_m024404_c001_v0001115_t0041_u01787798644085") 2026/08/27 02:45:02 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4278cc7fe34a0522_d20260827_m024359_c001_v7007000_t0000_u01787798639050") 2026/08/27 02:45:02 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4033b1d3778ab79e_d20260827_m024352_c001_v0001115_t0041_u01787798632388") 2026/08/27 02:45:02 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4278cc7fe34a0497_d20260827_m024347_c001_v7007000_t0000_u01787798627374") 2026/08/27 02:45:02 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4033b1d3778ab760_d20260827_m024340_c001_v0001115_t0041_u01787798620743") 2026/08/27 02:45:02 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f425a8c9b5490b995_d20260827_m024335_c001_v7007000_t0000_u01787798615296") 2026/08/27 02:45:02 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4033b1d3778ab732_d20260827_m024328_c001_v0001115_t0041_u01787798608706") 2026/08/27 02:45:02 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f425a8c9b5490b96e_d20260827_m024323_c001_v7007000_t0000_u01787798603641") 2026/08/27 02:45:02 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4033b1d3778ab6f6_d20260827_m024316_c001_v0001115_t0041_u01787798596615") 2026/08/27 02:45:02 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4225634d9f86a30d_d20260827_m024308_c001_v7007000_t0000_u01787798588284") 2026/08/27 02:45:02 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4085e2b721dffc4a_d20260827_m024303_c001_v0001104_t0016_u01787798583500") 2026/08/27 02:45:02 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f413c9e888c339431_d20260827_m024258_c001_v7007000_t0000_u01787798578474") 2026/08/27 02:45:02 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4085e2b721dffc2e_d20260827_m024254_c001_v0001104_t0016_u01787798574912") 2026/08/27 02:45:02 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4225634d9f86a301_d20260827_m024253_c001_v7007000_t0000_u01787798573364") 2026/08/27 02:45:02 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4033b1d3778ab656_d20260827_m024247_c001_v0001115_t0041_u01787798567252") 2026/08/27 02:45:03 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4225634d9f86a2e6_d20260827_m024242_c001_v7007000_t0000_u01787798562257") 2026/08/27 02:45:03 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f401e3d771fb0f13e_d20260827_m024238_c001_v0001154_t0000_u01787798558732") 2026/08/27 02:45:03 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f40976990ed157f5e_d20260827_m024237_c001_v7007000_t0000_u01787798557141") 2026/08/27 02:45:03 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4062bcc4233895c6_d20260827_m024231_c001_v0001185_t0002_u01787798551253") 2026/08/27 02:45:03 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f413c9e888c339418_d20260827_m024222_c001_v7007000_t0000_u01787798542895") 2026/08/27 02:45:03 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4085e2b721dffb58_d20260827_m024216_c001_v0001104_t0016_u01787798536666") 2026/08/27 02:45:03 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4055704355f5e8ba_d20260827_m024211_c001_v7007000_t0000_u01787798531589") 2026/08/27 02:45:03 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4085e2b721dffb2e_d20260827_m024204_c001_v0001104_t0016_u01787798524965") 2026/08/27 02:45:03 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4055704355f5e88f_d20260827_m024159_c001_v7007000_t0000_u01787798519807") 2026/08/27 02:45:03 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4085e2b721dffb0e_d20260827_m024153_c001_v0001104_t0016_u01787798513126") 2026/08/27 02:45:03 DEBUG : dir1/0004-efghijk.txtSUFFIX: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4068a65c8246e6cb_d20260827_m024255_c001_v7007000_t0000_u01787798575777") 2026/08/27 02:45:03 DEBUG : dir1/0004-efghijk.txtSUFFIX: Deleting (id "4_z8f525d73103d4b1baf080e1b_f1062bcc423389688_d20260827_m024251_c001_v0001185_t0026_u01787798571581") 2026/08/27 02:45:03 DEBUG : dir1/0005-fghij: Deleting (id "4_z8f525d73103d4b1baf080e1b_f425a8c9b5490b948_d20260827_m024311_c001_v7007000_t0000_u01787798591712") 2026/08/27 02:45:03 DEBUG : dir1/0005-fghij: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4062bcc423389716_d20260827_m024307_c001_v0001185_t0002_u01787798587514") 2026/08/27 02:45:03 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4114a9be4e063137_d20260827_m024411_c001_v7007000_t0000_u01787798651412") 2026/08/27 02:45:03 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4062bcc4233898aa_d20260827_m024404_c001_v0001185_t0002_u01787798644262") 2026/08/27 02:45:03 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4278cc7fe34a0523_d20260827_m024359_c001_v7007000_t0000_u01787798639228") 2026/08/27 02:45:03 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4062bcc423389864_d20260827_m024352_c001_v0001185_t0002_u01787798632567") 2026/08/27 02:45:03 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4278cc7fe34a0498_d20260827_m024347_c001_v7007000_t0000_u01787798627550") 2026/08/27 02:45:03 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4062bcc423389802_d20260827_m024340_c001_v0001185_t0002_u01787798620921") 2026/08/27 02:45:04 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f425a8c9b5490b996_d20260827_m024335_c001_v7007000_t0000_u01787798615471") 2026/08/27 02:45:04 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4062bcc4233897bc_d20260827_m024328_c001_v0001185_t0002_u01787798608902") 2026/08/27 02:45:04 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f425a8c9b5490b971_d20260827_m024323_c001_v7007000_t0000_u01787798603817") 2026/08/27 02:45:04 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4062bcc42338975e_d20260827_m024316_c001_v0001185_t0002_u01787798596793") 2026/08/27 02:45:04 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f416227ca4cea6c6a_d20260827_m024308_c001_v7007000_t0000_u01787798588429") 2026/08/27 02:45:04 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f401e3d771fb0f18a_d20260827_m024303_c001_v0001154_t0000_u01787798583680") 2026/08/27 02:45:04 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f413c9e888c339432_d20260827_m024258_c001_v7007000_t0000_u01787798578652") 2026/08/27 02:45:04 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4033b1d3778ab67e_d20260827_m024254_c001_v0001115_t0041_u01787798574922") 2026/08/27 02:45:04 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f41620da363e3c8ba_d20260827_m024253_c001_v7007000_t0000_u01787798573372") 2026/08/27 02:45:04 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4085e2b721dffbfe_d20260827_m024247_c001_v0001104_t0016_u01787798567505") 2026/08/27 02:45:04 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4225634d9f86a2e7_d20260827_m024242_c001_v7007000_t0000_u01787798562433") 2026/08/27 02:45:04 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4033b1d3778ab628_d20260827_m024238_c001_v0001115_t0041_u01787798558614") 2026/08/27 02:45:04 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f41620da363e3c8ae_d20260827_m024237_c001_v7007000_t0000_u01787798557150") 2026/08/27 02:45:04 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f401e3d771fb0f112_d20260827_m024231_c001_v0001154_t0000_u01787798551432") 2026/08/27 02:45:04 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4055704355f5e8d4_d20260827_m024222_c001_v7007000_t0000_u01787798542686") 2026/08/27 02:45:04 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f401e3d771fb0f0ee_d20260827_m024216_c001_v0001154_t0000_u01787798536844") 2026/08/27 02:45:04 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4055704355f5e8bb_d20260827_m024211_c001_v7007000_t0000_u01787798531766") 2026/08/27 02:45:04 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f401e3d771fb0f0d4_d20260827_m024205_c001_v0001154_t0000_u01787798525142") 2026/08/27 02:45:04 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4055704355f5e890_d20260827_m024159_c001_v7007000_t0000_u01787798519988") 2026/08/27 02:45:05 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f401e3d771fb0f0b4_d20260827_m024153_c001_v0001154_t0000_u01787798513303") 2026/08/27 02:45:05 DEBUG : dir1/0005-fghijkl.txtSUFFIX: Deleting (id "4_z8f525d73103d4b1baf080e1b_f413c9e888c339427_d20260827_m024255_c001_v7007000_t0000_u01787798575516") 2026/08/27 02:45:05 DEBUG : dir1/0005-fghijkl.txtSUFFIX: Deleting (id "4_z8f525d73103d4b1baf080e1b_f101e3d771fb0f164_d20260827_m024251_c001_v0001154_t0009_u01787798571617") 2026/08/27 02:45:05 DEBUG : dir1/0006-ghijk: Deleting (id "4_z8f525d73103d4b1baf080e1b_f425a8c9b5490b949_d20260827_m024311_c001_v7007000_t0000_u01787798591887") 2026/08/27 02:45:05 DEBUG : dir1/0006-ghijk: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4085e2b721dffc62_d20260827_m024307_c001_v0001104_t0016_u01787798587524") 2026/08/27 02:45:05 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4114a9be4e063138_d20260827_m024411_c001_v7007000_t0000_u01787798651587") 2026/08/27 02:45:05 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4085e2b721dffd4e_d20260827_m024404_c001_v0001104_t0016_u01787798644440") 2026/08/27 02:45:05 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4278cc7fe34a0524_d20260827_m024359_c001_v7007000_t0000_u01787798639403") 2026/08/27 02:45:05 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4085e2b721dffd1e_d20260827_m024352_c001_v0001104_t0016_u01787798632769") 2026/08/27 02:45:05 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4278cc7fe34a0499_d20260827_m024347_c001_v7007000_t0000_u01787798627726") 2026/08/27 02:45:05 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4085e2b721dffd00_d20260827_m024341_c001_v0001104_t0016_u01787798621102") 2026/08/27 02:45:05 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f425a8c9b5490b998_d20260827_m024335_c001_v7007000_t0000_u01787798615646") 2026/08/27 02:45:05 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4085e2b721dffcca_d20260827_m024329_c001_v0001104_t0016_u01787798609091") 2026/08/27 02:45:05 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f425a8c9b5490b973_d20260827_m024323_c001_v7007000_t0000_u01787798603991") 2026/08/27 02:45:05 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4085e2b721dffc92_d20260827_m024316_c001_v0001104_t0016_u01787798596983") 2026/08/27 02:45:05 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f413c9e888c339446_d20260827_m024308_c001_v7007000_t0000_u01787798588501") 2026/08/27 02:45:05 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4033b1d3778ab6a6_d20260827_m024303_c001_v0001115_t0041_u01787798583863") 2026/08/27 02:45:05 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f413c9e888c339433_d20260827_m024258_c001_v7007000_t0000_u01787798578827") 2026/08/27 02:45:05 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f401e3d771fb0f16e_d20260827_m024254_c001_v0001154_t0000_u01787798574933") 2026/08/27 02:45:05 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f41620da363e3c8bb_d20260827_m024253_c001_v7007000_t0000_u01787798573549") 2026/08/27 02:45:06 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f401e3d771fb0f154_d20260827_m024247_c001_v0001154_t0000_u01787798567683") 2026/08/27 02:45:06 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4225634d9f86a2e9_d20260827_m024242_c001_v7007000_t0000_u01787798562608") 2026/08/27 02:45:06 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4062bcc423389624_d20260827_m024238_c001_v0001185_t0002_u01787798558733") 2026/08/27 02:45:06 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4225634d9f86a2d6_d20260827_m024237_c001_v7007000_t0000_u01787798557112") 2026/08/27 02:45:06 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4033b1d3778ab5f2_d20260827_m024231_c001_v0001115_t0041_u01787798551619") 2026/08/27 02:45:06 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f416227ca4cea6c3e_d20260827_m024222_c001_v7007000_t0000_u01787798542749") 2026/08/27 02:45:06 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4062bcc423389544_d20260827_m024217_c001_v0001185_t0002_u01787798537062") 2026/08/27 02:45:06 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4055704355f5e8bd_d20260827_m024211_c001_v7007000_t0000_u01787798531941") 2026/08/27 02:45:06 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4062bcc4233894fe_d20260827_m024205_c001_v0001185_t0002_u01787798525322") 2026/08/27 02:45:06 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4055704355f5e893_d20260827_m024200_c001_v7007000_t0000_u01787798520177") 2026/08/27 02:45:06 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4062bcc4233894ac_d20260827_m024153_c001_v0001185_t0002_u01787798513482") 2026/08/27 02:45:06 DEBUG : dir1/0006-ghijklm.txtSUFFIX: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4068a65c8246e6c9_d20260827_m024255_c001_v7007000_t0000_u01787798575528") 2026/08/27 02:45:06 DEBUG : dir1/0006-ghijklm.txtSUFFIX: Deleting (id "4_z8f525d73103d4b1baf080e1b_f1062bcc42338968c_d20260827_m024251_c001_v0001185_t0007_u01787798571776") 2026/08/27 02:45:06 DEBUG : dir1/0007-12345: Deleting (id "4_z8f525d73103d4b1baf080e1b_f425a8c9b5490b94a_d20260827_m024312_c001_v7007000_t0000_u01787798592062") 2026/08/27 02:45:06 DEBUG : dir1/0007-12345: Deleting (id "4_z8f525d73103d4b1baf080e1b_f401e3d771fb0f196_d20260827_m024307_c001_v0001154_t0000_u01787798587534") 2026/08/27 02:45:06 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4114a9be4e06313a_d20260827_m024411_c001_v7007000_t0000_u01787798651762") 2026/08/27 02:45:06 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f401e3d771fb0f222_d20260827_m024404_c001_v0001154_t0000_u01787798644620") 2026/08/27 02:45:06 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4278cc7fe34a0525_d20260827_m024359_c001_v7007000_t0000_u01787798639580") 2026/08/27 02:45:06 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f401e3d771fb0f20a_d20260827_m024352_c001_v0001154_t0000_u01787798632948") 2026/08/27 02:45:06 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4278cc7fe34a049a_d20260827_m024347_c001_v7007000_t0000_u01787798627901") 2026/08/27 02:45:06 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f401e3d771fb0f1e2_d20260827_m024341_c001_v0001154_t0000_u01787798621284") 2026/08/27 02:45:06 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f425a8c9b5490b999_d20260827_m024335_c001_v7007000_t0000_u01787798615822") 2026/08/27 02:45:06 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f401e3d771fb0f1c6_d20260827_m024329_c001_v0001154_t0000_u01787798609269") 2026/08/27 02:45:06 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f425a8c9b5490b975_d20260827_m024324_c001_v7007000_t0000_u01787798604168") 2026/08/27 02:45:07 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f401e3d771fb0f1aa_d20260827_m024317_c001_v0001154_t0000_u01787798597160") 2026/08/27 02:45:07 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f425a8c9b5490b935_d20260827_m024308_c001_v7007000_t0000_u01787798588438") 2026/08/27 02:45:07 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4062bcc4233896fa_d20260827_m024304_c001_v0001185_t0002_u01787798584053") 2026/08/27 02:45:07 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f413c9e888c339434_d20260827_m024259_c001_v7007000_t0000_u01787798579005") 2026/08/27 02:45:07 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4062bcc42338969e_d20260827_m024254_c001_v0001185_t0002_u01787798574945") 2026/08/27 02:45:07 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f41620da363e3c8b9_d20260827_m024253_c001_v7007000_t0000_u01787798573197") 2026/08/27 02:45:07 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4062bcc423389666_d20260827_m024247_c001_v0001185_t0002_u01787798567861") 2026/08/27 02:45:07 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4225634d9f86a2ea_d20260827_m024242_c001_v7007000_t0000_u01787798562785") 2026/08/27 02:45:07 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4085e2b721dffbe0_d20260827_m024238_c001_v0001104_t0016_u01787798558634") 2026/08/27 02:45:07 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4084e4f6fa2889ae_d20260827_m024237_c001_v7007000_t0000_u01787798557162") 2026/08/27 02:45:07 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4085e2b721dffbb0_d20260827_m024231_c001_v0001104_t0016_u01787798551795") 2026/08/27 02:45:07 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f400be1583dce23d0_d20260827_m024222_c001_v7007000_t0000_u01787798542939") 2026/08/27 02:45:07 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4033b1d3778ab5be_d20260827_m024217_c001_v0001115_t0041_u01787798537239") 2026/08/27 02:45:07 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4055704355f5e8be_d20260827_m024212_c001_v7007000_t0000_u01787798532118") 2026/08/27 02:45:07 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4033b1d3778ab586_d20260827_m024205_c001_v0001115_t0041_u01787798525501") 2026/08/27 02:45:07 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4055704355f5e895_d20260827_m024200_c001_v7007000_t0000_u01787798520354") 2026/08/27 02:45:07 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4033b1d3778ab556_d20260827_m024153_c001_v0001115_t0041_u01787798513662") 2026/08/27 02:45:07 DEBUG : dir1/0007-1234567.txtSUFFIX: Deleting (id "4_z8f525d73103d4b1baf080e1b_f413c9e888c339428_d20260827_m024255_c001_v7007000_t0000_u01787798575693") 2026/08/27 02:45:07 DEBUG : dir1/0007-1234567.txtSUFFIX: Deleting (id "4_z8f525d73103d4b1baf080e1b_f1033b1d3778ab66c_d20260827_m024251_c001_v0001115_t0054_u01787798571787") 2026/08/27 02:45:08 DEBUG : dir1/0008-23456: Deleting (id "4_z8f525d73103d4b1baf080e1b_f425a8c9b5490b94b_d20260827_m024312_c001_v7007000_t0000_u01787798592237") 2026/08/27 02:45:08 DEBUG : dir1/0008-23456: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4033b1d3778ab6be_d20260827_m024307_c001_v0001115_t0041_u01787798587689") 2026/08/27 02:45:08 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4114a9be4e06313b_d20260827_m024411_c001_v7007000_t0000_u01787798651938") 2026/08/27 02:45:08 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4033b1d3778ab7c8_d20260827_m024404_c001_v0001115_t0041_u01787798644798") 2026/08/27 02:45:08 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4278cc7fe34a0526_d20260827_m024359_c001_v7007000_t0000_u01787798639755") 2026/08/27 02:45:08 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4033b1d3778ab7a0_d20260827_m024353_c001_v0001115_t0041_u01787798633125") 2026/08/27 02:45:08 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4278cc7fe34a049f_d20260827_m024348_c001_v7007000_t0000_u01787798628077") 2026/08/27 02:45:08 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4033b1d3778ab764_d20260827_m024341_c001_v0001115_t0041_u01787798621462") 2026/08/27 02:45:08 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f425a8c9b5490b99a_d20260827_m024335_c001_v7007000_t0000_u01787798615997") 2026/08/27 02:45:08 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4033b1d3778ab734_d20260827_m024329_c001_v0001115_t0041_u01787798609445") 2026/08/27 02:45:08 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f425a8c9b5490b976_d20260827_m024324_c001_v7007000_t0000_u01787798604343") 2026/08/27 02:45:08 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4033b1d3778ab6fa_d20260827_m024317_c001_v0001115_t0041_u01787798597338") 2026/08/27 02:45:08 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f416227ca4cea6c6b_d20260827_m024308_c001_v7007000_t0000_u01787798588607") 2026/08/27 02:45:08 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4085e2b721dffc4c_d20260827_m024304_c001_v0001104_t0016_u01787798584231") 2026/08/27 02:45:08 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f413c9e888c339435_d20260827_m024259_c001_v7007000_t0000_u01787798579182") 2026/08/27 02:45:08 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4085e2b721dffc30_d20260827_m024255_c001_v0001104_t0016_u01787798575090") 2026/08/27 02:45:08 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f412790c83231b5d1_d20260827_m024253_c001_v7007000_t0000_u01787798573384") 2026/08/27 02:45:08 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4033b1d3778ab65a_d20260827_m024248_c001_v0001115_t0041_u01787798568040") 2026/08/27 02:45:08 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4225634d9f86a2eb_d20260827_m024242_c001_v7007000_t0000_u01787798562961") 2026/08/27 02:45:08 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4033b1d3778ab62a_d20260827_m024238_c001_v0001115_t0041_u01787798558790") 2026/08/27 02:45:08 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f40174204de33e6b6_d20260827_m024237_c001_v7007000_t0000_u01787798557265") 2026/08/27 02:45:08 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4062bcc4233895d6_d20260827_m024231_c001_v0001185_t0002_u01787798551973") 2026/08/27 02:45:08 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4055704355f5e8d2_d20260827_m024222_c001_v7007000_t0000_u01787798542334") 2026/08/27 02:45:09 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4085e2b721dffb60_d20260827_m024217_c001_v0001104_t0016_u01787798537416") 2026/08/27 02:45:09 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4055704355f5e8bf_d20260827_m024212_c001_v7007000_t0000_u01787798532294") 2026/08/27 02:45:09 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4085e2b721dffb32_d20260827_m024205_c001_v0001104_t0016_u01787798525679") 2026/08/27 02:45:09 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4055704355f5e899_d20260827_m024200_c001_v7007000_t0000_u01787798520530") 2026/08/27 02:45:09 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4085e2b721dffb10_d20260827_m024153_c001_v0001104_t0016_u01787798513840") 2026/08/27 02:45:09 DEBUG : dir1/0008-2345678.txtSUFFIX: Deleting (id "4_z8f525d73103d4b1baf080e1b_f413c9e888c339429_d20260827_m024255_c001_v7007000_t0000_u01787798575873") 2026/08/27 02:45:09 DEBUG : dir1/0008-2345678.txtSUFFIX: Deleting (id "4_z8f525d73103d4b1baf080e1b_f1085e2b721dffc20_d20260827_m024251_c001_v0001104_t0046_u01787798571849") 2026/08/27 02:45:09 DEBUG : dir1/0009-34567: Deleting (id "4_z8f525d73103d4b1baf080e1b_f425a8c9b5490b94c_d20260827_m024312_c001_v7007000_t0000_u01787798592413") 2026/08/27 02:45:09 DEBUG : dir1/0009-34567: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4062bcc423389718_d20260827_m024307_c001_v0001185_t0002_u01787798587701") 2026/08/27 02:45:09 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4114a9be4e06313d_d20260827_m024412_c001_v7007000_t0000_u01787798652197") 2026/08/27 02:45:09 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4062bcc4233898ac_d20260827_m024404_c001_v0001185_t0002_u01787798644980") 2026/08/27 02:45:09 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4278cc7fe34a0527_d20260827_m024359_c001_v7007000_t0000_u01787798639932") 2026/08/27 02:45:09 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4062bcc423389868_d20260827_m024353_c001_v0001185_t0002_u01787798633305") 2026/08/27 02:45:09 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4278cc7fe34a04a0_d20260827_m024348_c001_v7007000_t0000_u01787798628252") 2026/08/27 02:45:09 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4062bcc423389808_d20260827_m024341_c001_v0001185_t0002_u01787798621641") 2026/08/27 02:45:09 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f425a8c9b5490b99b_d20260827_m024336_c001_v7007000_t0000_u01787798616183") 2026/08/27 02:45:09 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4062bcc4233897c4_d20260827_m024329_c001_v0001185_t0002_u01787798609623") 2026/08/27 02:45:09 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f425a8c9b5490b977_d20260827_m024324_c001_v7007000_t0000_u01787798604519") 2026/08/27 02:45:09 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4062bcc423389764_d20260827_m024317_c001_v0001185_t0002_u01787798597516") 2026/08/27 02:45:09 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f425a8c9b5490b933_d20260827_m024308_c001_v7007000_t0000_u01787798588088") 2026/08/27 02:45:10 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f401e3d771fb0f18c_d20260827_m024304_c001_v0001154_t0000_u01787798584408") 2026/08/27 02:45:10 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f413c9e888c339436_d20260827_m024259_c001_v7007000_t0000_u01787798579359") 2026/08/27 02:45:10 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4033b1d3778ab680_d20260827_m024255_c001_v0001115_t0041_u01787798575101") 2026/08/27 02:45:10 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f412790c83231b5d2_d20260827_m024253_c001_v7007000_t0000_u01787798573561") 2026/08/27 02:45:10 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4085e2b721dffc08_d20260827_m024248_c001_v0001104_t0016_u01787798568247") 2026/08/27 02:45:10 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4225634d9f86a2ec_d20260827_m024243_c001_v7007000_t0000_u01787798563136") 2026/08/27 02:45:10 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4085e2b721dffbe2_d20260827_m024238_c001_v0001104_t0016_u01787798558810") 2026/08/27 02:45:10 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f40976990ed157f5f_d20260827_m024237_c001_v7007000_t0000_u01787798557325") 2026/08/27 02:45:10 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f401e3d771fb0f114_d20260827_m024232_c001_v0001154_t0000_u01787798552152") 2026/08/27 02:45:10 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f40174204de33e67b_d20260827_m024222_c001_v7007000_t0000_u01787798542858") 2026/08/27 02:45:10 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f401e3d771fb0f0f0_d20260827_m024217_c001_v0001154_t0000_u01787798537594") 2026/08/27 02:45:10 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4055704355f5e8c1_d20260827_m024212_c001_v7007000_t0000_u01787798532575") 2026/08/27 02:45:10 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f401e3d771fb0f0d6_d20260827_m024205_c001_v0001154_t0000_u01787798525859") 2026/08/27 02:45:10 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4055704355f5e89c_d20260827_m024200_c001_v7007000_t0000_u01787798520716") 2026/08/27 02:45:10 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f401e3d771fb0f0b6_d20260827_m024154_c001_v0001154_t0000_u01787798514019") 2026/08/27 02:45:10 DEBUG : dir1/0009-3456789.txtSUFFIX: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4225634d9f86a303_d20260827_m024255_c001_v7007000_t0000_u01787798575537") 2026/08/27 02:45:10 DEBUG : dir1/0009-3456789.txtSUFFIX: Deleting (id "4_z8f525d73103d4b1baf080e1b_f101e3d771fb0f166_d20260827_m024251_c001_v0001154_t0009_u01787798571948") 2026/08/27 02:45:10 DEBUG : dir1/0010-45678: Deleting (id "4_z8f525d73103d4b1baf080e1b_f425a8c9b5490b94d_d20260827_m024312_c001_v7007000_t0000_u01787798592589") 2026/08/27 02:45:10 DEBUG : dir1/0010-45678: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4085e2b721dffc64_d20260827_m024307_c001_v0001104_t0016_u01787798587710") 2026/08/27 02:45:10 DEBUG : dir1/0010-456789.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4114a9be4e06313e_d20260827_m024412_c001_v7007000_t0000_u01787798652374") 2026/08/27 02:45:10 DEBUG : dir1/0010-456789.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4085e2b721dffd50_d20260827_m024405_c001_v0001104_t0016_u01787798645167") 2026/08/27 02:45:11 DEBUG : dir1/0010-456789.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4278cc7fe34a0528_d20260827_m024400_c001_v7007000_t0000_u01787798640109") 2026/08/27 02:45:11 DEBUG : dir1/0010-456789.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4085e2b721dffd22_d20260827_m024353_c001_v0001104_t0016_u01787798633485") 2026/08/27 02:45:11 DEBUG : dir1/0010-456789.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4278cc7fe34a04a1_d20260827_m024348_c001_v7007000_t0000_u01787798628428") 2026/08/27 02:45:11 DEBUG : dir1/0010-456789.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4085e2b721dffd06_d20260827_m024341_c001_v0001104_t0016_u01787798621819") 2026/08/27 02:45:11 DEBUG : dir1/0010-456789.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f425a8c9b5490b99c_d20260827_m024336_c001_v7007000_t0000_u01787798616358") 2026/08/27 02:45:11 DEBUG : dir1/0010-456789.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4085e2b721dffcd0_d20260827_m024329_c001_v0001104_t0016_u01787798609802") 2026/08/27 02:45:11 DEBUG : dir1/0010-456789.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f425a8c9b5490b978_d20260827_m024324_c001_v7007000_t0000_u01787798604695") 2026/08/27 02:45:11 DEBUG : dir1/0010-456789.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4085e2b721dffc9a_d20260827_m024317_c001_v0001104_t0016_u01787798597697") 2026/08/27 02:45:11 DEBUG : dir1/0010-456789.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f425a8c9b5490b936_d20260827_m024308_c001_v7007000_t0000_u01787798588618") 2026/08/27 02:45:11 DEBUG : dir1/0010-456789.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4033b1d3778ab6ac_d20260827_m024304_c001_v0001115_t0041_u01787798584585") 2026/08/27 02:45:11 DEBUG : dir1/0010-456789.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f413c9e888c339437_d20260827_m024259_c001_v7007000_t0000_u01787798579542") 2026/08/27 02:45:11 DEBUG : dir1/0010-456789.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f401e3d771fb0f170_d20260827_m024255_c001_v0001154_t0000_u01787798575112") 2026/08/27 02:45:11 DEBUG : dir1/0010-456789.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4025158402bf913f_d20260827_m024253_c001_v7007000_t0000_u01787798573437") 2026/08/27 02:45:11 DEBUG : dir1/0010-456789.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f401e3d771fb0f156_d20260827_m024248_c001_v0001154_t0000_u01787798568433") 2026/08/27 02:45:11 DEBUG : dir1/0010-456789.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4225634d9f86a2ed_d20260827_m024243_c001_v7007000_t0000_u01787798563312") 2026/08/27 02:45:11 DEBUG : dir1/0010-456789.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f401e3d771fb0f142_d20260827_m024238_c001_v0001154_t0000_u01787798558910") 2026/08/27 02:45:11 DEBUG : dir1/0010-456789.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4084e4f6fa2889af_d20260827_m024237_c001_v7007000_t0000_u01787798557346") 2026/08/27 02:45:11 DEBUG : dir1/0010-456789.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4033b1d3778ab5f6_d20260827_m024232_c001_v0001115_t0041_u01787798552331") 2026/08/27 02:45:11 DEBUG : dir1/0010-456789.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f40174204de33e67a_d20260827_m024222_c001_v7007000_t0000_u01787798542693") 2026/08/27 02:45:11 DEBUG : dir1/0010-456789.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4062bcc42338954c_d20260827_m024217_c001_v0001185_t0002_u01787798537829") 2026/08/27 02:45:11 DEBUG : dir1/0010-456789.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4055704355f5e8c2_d20260827_m024212_c001_v7007000_t0000_u01787798532750") 2026/08/27 02:45:11 DEBUG : dir1/0010-456789.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4062bcc423389506_d20260827_m024206_c001_v0001185_t0002_u01787798526038") 2026/08/27 02:45:11 DEBUG : dir1/0010-456789.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4055704355f5e89e_d20260827_m024200_c001_v7007000_t0000_u01787798520916") 2026/08/27 02:45:12 DEBUG : dir1/0010-456789.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4062bcc4233894ae_d20260827_m024154_c001_v0001185_t0002_u01787798514393") 2026/08/27 02:45:12 DEBUG : dir1/0010-456789.txtSUFFIX: Deleting (id "4_z8f525d73103d4b1baf080e1b_f425a8c9b5490b92d_d20260827_m024255_c001_v7007000_t0000_u01787798575548") 2026/08/27 02:45:12 DEBUG : dir1/0010-456789.txtSUFFIX: Deleting (id "4_z8f525d73103d4b1baf080e1b_f1062bcc423389690_d20260827_m024251_c001_v0001185_t0049_u01787798571962") 2026/08/27 02:45:12 DEBUG : dir1/0011-56789: Deleting (id "4_z8f525d73103d4b1baf080e1b_f425a8c9b5490b94e_d20260827_m024312_c001_v7007000_t0000_u01787798592815") 2026/08/27 02:45:12 DEBUG : dir1/0011-56789: Deleting (id "4_z8f525d73103d4b1baf080e1b_f401e3d771fb0f19a_d20260827_m024307_c001_v0001154_t0000_u01787798587721") 2026/08/27 02:45:12 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4114a9be4e06313f_d20260827_m024412_c001_v7007000_t0000_u01787798652628") 2026/08/27 02:45:12 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f401e3d771fb0f226_d20260827_m024405_c001_v0001154_t0000_u01787798645348") 2026/08/27 02:45:12 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4278cc7fe34a0529_d20260827_m024400_c001_v7007000_t0000_u01787798640284") 2026/08/27 02:45:12 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f401e3d771fb0f20c_d20260827_m024353_c001_v0001154_t0000_u01787798633664") 2026/08/27 02:45:12 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4278cc7fe34a04a2_d20260827_m024348_c001_v7007000_t0000_u01787798628604") 2026/08/27 02:45:12 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f401e3d771fb0f1e6_d20260827_m024341_c001_v0001154_t0000_u01787798621997") 2026/08/27 02:45:12 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f425a8c9b5490b99d_d20260827_m024336_c001_v7007000_t0000_u01787798616533") 2026/08/27 02:45:12 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f401e3d771fb0f1c8_d20260827_m024329_c001_v0001154_t0000_u01787798609979") 2026/08/27 02:45:12 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f425a8c9b5490b979_d20260827_m024324_c001_v7007000_t0000_u01787798604871") 2026/08/27 02:45:12 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f401e3d771fb0f1ac_d20260827_m024317_c001_v0001154_t0000_u01787798597875") 2026/08/27 02:45:12 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f421d622144d72bab_d20260827_m024308_c001_v7007000_t0000_u01787798588101") 2026/08/27 02:45:12 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4062bcc4233896fe_d20260827_m024304_c001_v0001185_t0002_u01787798584763") 2026/08/27 02:45:12 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f413c9e888c339438_d20260827_m024259_c001_v7007000_t0000_u01787798579718") 2026/08/27 02:45:12 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4062bcc4233896a4_d20260827_m024255_c001_v0001185_t0002_u01787798575125") 2026/08/27 02:45:12 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f415ca02874365a78_d20260827_m024253_c001_v7007000_t0000_u01787798573577") 2026/08/27 02:45:13 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4062bcc42338966c_d20260827_m024248_c001_v0001185_t0002_u01787798568611") 2026/08/27 02:45:13 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4225634d9f86a2ee_d20260827_m024243_c001_v7007000_t0000_u01787798563488") 2026/08/27 02:45:13 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4062bcc423389628_d20260827_m024238_c001_v0001185_t0002_u01787798558921") 2026/08/27 02:45:13 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f423dae673de36f25_d20260827_m024237_c001_v7007000_t0000_u01787798557104") 2026/08/27 02:45:13 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4085e2b721dffbb4_d20260827_m024232_c001_v0001104_t0016_u01787798552508") 2026/08/27 02:45:13 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f415ca02874365a43_d20260827_m024222_c001_v7007000_t0000_u01787798542916") 2026/08/27 02:45:13 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4033b1d3778ab5c2_d20260827_m024218_c001_v0001115_t0041_u01787798538007") 2026/08/27 02:45:13 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4055704355f5e8c3_d20260827_m024212_c001_v7007000_t0000_u01787798532926") 2026/08/27 02:45:13 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4033b1d3778ab588_d20260827_m024206_c001_v0001115_t0041_u01787798526228") 2026/08/27 02:45:13 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4055704355f5e89f_d20260827_m024201_c001_v7007000_t0000_u01787798521091") 2026/08/27 02:45:13 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4033b1d3778ab55e_d20260827_m024154_c001_v0001115_t0041_u01787798514573") 2026/08/27 02:45:13 DEBUG : dir1/0011-56789;.txtSUFFIX: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4225634d9f86a305_d20260827_m024255_c001_v7007000_t0000_u01787798575712") 2026/08/27 02:45:13 DEBUG : dir1/0011-56789;.txtSUFFIX: Deleting (id "4_z8f525d73103d4b1baf080e1b_f1062bcc423389694_d20260827_m024252_c001_v0001185_t0025_u01787798572207") 2026/08/27 02:45:13 DEBUG : dir1/0012-6789;: Deleting (id "4_z8f525d73103d4b1baf080e1b_f425a8c9b5490b950_d20260827_m024312_c001_v7007000_t0000_u01787798592989") 2026/08/27 02:45:13 DEBUG : dir1/0012-6789;: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4033b1d3778ab6c0_d20260827_m024307_c001_v0001115_t0041_u01787798587866") 2026/08/27 02:45:13 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4114a9be4e063143_d20260827_m024412_c001_v7007000_t0000_u01787798652813") 2026/08/27 02:45:13 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4033b1d3778ab7ce_d20260827_m024405_c001_v0001115_t0041_u01787798645566") 2026/08/27 02:45:13 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4278cc7fe34a052a_d20260827_m024400_c001_v7007000_t0000_u01787798640459") 2026/08/27 02:45:13 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4033b1d3778ab7a2_d20260827_m024353_c001_v0001115_t0041_u01787798633842") 2026/08/27 02:45:13 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4278cc7fe34a04a3_d20260827_m024348_c001_v7007000_t0000_u01787798628780") 2026/08/27 02:45:14 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4033b1d3778ab76a_d20260827_m024342_c001_v0001115_t0041_u01787798622177") 2026/08/27 02:45:14 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f425a8c9b5490b99e_d20260827_m024336_c001_v7007000_t0000_u01787798616708") 2026/08/27 02:45:14 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4033b1d3778ab73a_d20260827_m024330_c001_v0001115_t0041_u01787798610208") 2026/08/27 02:45:14 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f425a8c9b5490b97b_d20260827_m024325_c001_v7007000_t0000_u01787798605047") 2026/08/27 02:45:14 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4033b1d3778ab6fe_d20260827_m024318_c001_v0001115_t0041_u01787798598053") 2026/08/27 02:45:14 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4225634d9f86a30b_d20260827_m024308_c001_v7007000_t0000_u01787798588109") 2026/08/27 02:45:14 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4085e2b721dffc52_d20260827_m024304_c001_v0001104_t0016_u01787798584973") 2026/08/27 02:45:14 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f413c9e888c339439_d20260827_m024259_c001_v7007000_t0000_u01787798579895") 2026/08/27 02:45:14 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4085e2b721dffc32_d20260827_m024255_c001_v0001104_t0016_u01787798575268") 2026/08/27 02:45:14 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4144a919a4e51199_d20260827_m024253_c001_v7007000_t0000_u01787798573047") 2026/08/27 02:45:14 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4033b1d3778ab65e_d20260827_m024248_c001_v0001115_t0041_u01787798568789") 2026/08/27 02:45:14 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4225634d9f86a2ef_d20260827_m024243_c001_v7007000_t0000_u01787798563665") 2026/08/27 02:45:14 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4033b1d3778ab62e_d20260827_m024238_c001_v0001115_t0041_u01787798558969") 2026/08/27 02:45:14 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f40174204de33e6b2_d20260827_m024236_c001_v7007000_t0000_u01787798556914") 2026/08/27 02:45:14 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4062bcc4233895e0_d20260827_m024232_c001_v0001185_t0002_u01787798552713") 2026/08/27 02:45:14 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4055704355f5e8d6_d20260827_m024223_c001_v7007000_t0000_u01787798543036") 2026/08/27 02:45:14 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4085e2b721dffb62_d20260827_m024218_c001_v0001104_t0016_u01787798538184") 2026/08/27 02:45:14 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4055704355f5e8c4_d20260827_m024213_c001_v7007000_t0000_u01787798533103") 2026/08/27 02:45:14 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4085e2b721dffb34_d20260827_m024206_c001_v0001104_t0016_u01787798526424") 2026/08/27 02:45:14 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4055704355f5e8a0_d20260827_m024201_c001_v7007000_t0000_u01787798521266") 2026/08/27 02:45:14 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4085e2b721dffb12_d20260827_m024154_c001_v0001104_t0016_u01787798514751") 2026/08/27 02:45:14 DEBUG : dir1/0012-6789;.txtSUFFIX: Deleting (id "4_z8f525d73103d4b1baf080e1b_f415ca02874365a7d_d20260827_m024255_c001_v7007000_t0000_u01787798575841") 2026/08/27 02:45:15 DEBUG : dir1/0012-6789;.txtSUFFIX: Deleting (id "4_z8f525d73103d4b1baf080e1b_f101e3d771fb0f168_d20260827_m024252_c001_v0001154_t0014_u01787798572290") 2026/08/27 02:45:15 DEBUG : dir1/0013-789;=: Deleting (id "4_z8f525d73103d4b1baf080e1b_f425a8c9b5490b951_d20260827_m024313_c001_v7007000_t0000_u01787798593164") 2026/08/27 02:45:15 DEBUG : dir1/0013-789;=: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4062bcc42338971a_d20260827_m024307_c001_v0001185_t0002_u01787798587880") 2026/08/27 02:45:15 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4114a9be4e063145_d20260827_m024412_c001_v7007000_t0000_u01787798652994") 2026/08/27 02:45:15 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4062bcc4233898ae_d20260827_m024405_c001_v0001185_t0002_u01787798645761") 2026/08/27 02:45:15 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4278cc7fe34a052b_d20260827_m024400_c001_v7007000_t0000_u01787798640633") 2026/08/27 02:45:15 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4062bcc42338986c_d20260827_m024354_c001_v0001185_t0002_u01787798634020") 2026/08/27 02:45:15 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4278cc7fe34a04a4_d20260827_m024348_c001_v7007000_t0000_u01787798628956") 2026/08/27 02:45:15 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4062bcc42338980e_d20260827_m024342_c001_v0001185_t0002_u01787798622355") 2026/08/27 02:45:15 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f425a8c9b5490b99f_d20260827_m024336_c001_v7007000_t0000_u01787798616883") 2026/08/27 02:45:15 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4062bcc4233897c6_d20260827_m024330_c001_v0001185_t0002_u01787798610387") 2026/08/27 02:45:15 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f425a8c9b5490b97c_d20260827_m024325_c001_v7007000_t0000_u01787798605224") 2026/08/27 02:45:15 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4062bcc423389768_d20260827_m024318_c001_v0001185_t0002_u01787798598231") 2026/08/27 02:45:15 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f421d622144d72bae_d20260827_m024308_c001_v7007000_t0000_u01787798588451") 2026/08/27 02:45:15 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f401e3d771fb0f18e_d20260827_m024305_c001_v0001154_t0000_u01787798585149") 2026/08/27 02:45:15 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f413c9e888c33943a_d20260827_m024300_c001_v7007000_t0000_u01787798580071") 2026/08/27 02:45:15 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4033b1d3778ab682_d20260827_m024255_c001_v0001115_t0041_u01787798575279") 2026/08/27 02:45:15 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4144a919a4e5119b_d20260827_m024253_c001_v7007000_t0000_u01787798573398") 2026/08/27 02:45:15 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4085e2b721dffc0e_d20260827_m024248_c001_v0001104_t0016_u01787798568966") 2026/08/27 02:45:15 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4225634d9f86a2f0_d20260827_m024243_c001_v7007000_t0000_u01787798563841") 2026/08/27 02:45:15 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4085e2b721dffbe4_d20260827_m024238_c001_v0001104_t0016_u01787798558988") 2026/08/27 02:45:16 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4225634d9f86a2d7_d20260827_m024237_c001_v7007000_t0000_u01787798557292") 2026/08/27 02:45:16 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f401e3d771fb0f116_d20260827_m024232_c001_v0001154_t0000_u01787798552893") 2026/08/27 02:45:16 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f40174204de33e67d_d20260827_m024223_c001_v7007000_t0000_u01787798543047") 2026/08/27 02:45:16 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f401e3d771fb0f0f2_d20260827_m024218_c001_v0001154_t0000_u01787798538362") 2026/08/27 02:45:16 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4055704355f5e8c5_d20260827_m024213_c001_v7007000_t0000_u01787798533278") 2026/08/27 02:45:16 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f401e3d771fb0f0d8_d20260827_m024206_c001_v0001154_t0000_u01787798526603") 2026/08/27 02:45:16 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4055704355f5e8a2_d20260827_m024201_c001_v7007000_t0000_u01787798521442") 2026/08/27 02:45:16 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f401e3d771fb0f0ba_d20260827_m024154_c001_v0001154_t0000_u01787798514939") 2026/08/27 02:45:16 DEBUG : dir1/0013-789;=.txtSUFFIX: Deleting (id "4_z8f525d73103d4b1baf080e1b_f412790c83231b5d3_d20260827_m024255_c001_v7007000_t0000_u01787798575493") 2026/08/27 02:45:16 DEBUG : dir1/0013-789;=.txtSUFFIX: Deleting (id "4_z8f525d73103d4b1baf080e1b_f1033b1d3778ab66e_d20260827_m024252_c001_v0001115_t0051_u01787798572324") 2026/08/27 02:45:16 DEBUG : dir1/0014-89;=.: Deleting (id "4_z8f525d73103d4b1baf080e1b_f425a8c9b5490b952_d20260827_m024313_c001_v7007000_t0000_u01787798593339") 2026/08/27 02:45:16 DEBUG : dir1/0014-89;=.: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4085e2b721dffc66_d20260827_m024307_c001_v0001104_t0016_u01787798587890") 2026/08/27 02:45:16 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4114a9be4e063148_d20260827_m024413_c001_v7007000_t0000_u01787798653172") 2026/08/27 02:45:16 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4085e2b721dffd54_d20260827_m024405_c001_v0001104_t0016_u01787798645960") 2026/08/27 02:45:16 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4278cc7fe34a052c_d20260827_m024400_c001_v7007000_t0000_u01787798640810") 2026/08/27 02:45:16 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4085e2b721dffd2a_d20260827_m024354_c001_v0001104_t0016_u01787798634199") 2026/08/27 02:45:16 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4278cc7fe34a04a5_d20260827_m024349_c001_v7007000_t0000_u01787798629138") 2026/08/27 02:45:16 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4085e2b721dffd0a_d20260827_m024342_c001_v0001104_t0016_u01787798622534") 2026/08/27 02:45:16 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f425a8c9b5490b9a1_d20260827_m024337_c001_v7007000_t0000_u01787798617059") 2026/08/27 02:45:17 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4085e2b721dffcd2_d20260827_m024330_c001_v0001104_t0016_u01787798610564") 2026/08/27 02:45:17 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f425a8c9b5490b97d_d20260827_m024325_c001_v7007000_t0000_u01787798605401") 2026/08/27 02:45:17 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4085e2b721dffc9e_d20260827_m024318_c001_v0001104_t0016_u01787798598410") 2026/08/27 02:45:17 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f416227ca4cea6c69_d20260827_m024308_c001_v7007000_t0000_u01787798588255") 2026/08/27 02:45:17 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4033b1d3778ab6b0_d20260827_m024305_c001_v0001115_t0041_u01787798585326") 2026/08/27 02:45:17 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f413c9e888c33943b_d20260827_m024300_c001_v7007000_t0000_u01787798580248") 2026/08/27 02:45:17 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f401e3d771fb0f172_d20260827_m024255_c001_v0001154_t0000_u01787798575289") 2026/08/27 02:45:17 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f415ca02874365a76_d20260827_m024253_c001_v7007000_t0000_u01787798573402") 2026/08/27 02:45:17 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f401e3d771fb0f15a_d20260827_m024249_c001_v0001154_t0000_u01787798569145") 2026/08/27 02:45:17 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4225634d9f86a2f1_d20260827_m024244_c001_v7007000_t0000_u01787798564017") 2026/08/27 02:45:17 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f401e3d771fb0f144_d20260827_m024239_c001_v0001154_t0000_u01787798559088") 2026/08/27 02:45:17 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f420af027814d6561_d20260827_m024237_c001_v7007000_t0000_u01787798557303") 2026/08/27 02:45:17 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4033b1d3778ab5fe_d20260827_m024233_c001_v0001115_t0041_u01787798553070") 2026/08/27 02:45:17 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f40174204de33e67e_d20260827_m024223_c001_v7007000_t0000_u01787798543057") 2026/08/27 02:45:17 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4062bcc42338954e_d20260827_m024218_c001_v0001185_t0002_u01787798538542") 2026/08/27 02:45:17 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4055704355f5e8c6_d20260827_m024213_c001_v7007000_t0000_u01787798533465") 2026/08/27 02:45:17 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4062bcc423389508_d20260827_m024206_c001_v0001185_t0002_u01787798526782") 2026/08/27 02:45:17 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4055704355f5e8a3_d20260827_m024201_c001_v7007000_t0000_u01787798521620") 2026/08/27 02:45:17 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4062bcc4233894b4_d20260827_m024155_c001_v0001185_t0002_u01787798515117") 2026/08/27 02:45:17 DEBUG : dir1/0014-89;=.txtSUFFIX: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4025158402bf9140_d20260827_m024255_c001_v7007000_t0000_u01787798575555") 2026/08/27 02:45:18 DEBUG : dir1/0014-89;=.txtSUFFIX: Deleting (id "4_z8f525d73103d4b1baf080e1b_f1062bcc423389696_d20260827_m024252_c001_v0001185_t0012_u01787798572396") 2026/08/27 02:45:18 DEBUG : dir1/0015-9;=.t: Deleting (id "4_z8f525d73103d4b1baf080e1b_f425a8c9b5490b953_d20260827_m024313_c001_v7007000_t0000_u01787798593582") 2026/08/27 02:45:18 DEBUG : dir1/0015-9;=.t: Deleting (id "4_z8f525d73103d4b1baf080e1b_f401e3d771fb0f19c_d20260827_m024307_c001_v0001154_t0000_u01787798587901") 2026/08/27 02:45:18 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4114a9be4e06314a_d20260827_m024413_c001_v7007000_t0000_u01787798653354") 2026/08/27 02:45:18 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f401e3d771fb0f22a_d20260827_m024406_c001_v0001154_t0000_u01787798646148") 2026/08/27 02:45:18 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4278cc7fe34a052d_d20260827_m024400_c001_v7007000_t0000_u01787798640991") 2026/08/27 02:45:18 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f401e3d771fb0f210_d20260827_m024354_c001_v0001154_t0000_u01787798634378") 2026/08/27 02:45:18 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4278cc7fe34a04a6_d20260827_m024349_c001_v7007000_t0000_u01787798629316") 2026/08/27 02:45:18 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f401e3d771fb0f1ea_d20260827_m024342_c001_v0001154_t0000_u01787798622712") 2026/08/27 02:45:18 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f425a8c9b5490b9a2_d20260827_m024337_c001_v7007000_t0000_u01787798617350") 2026/08/27 02:45:18 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f401e3d771fb0f1ce_d20260827_m024330_c001_v0001154_t0000_u01787798610743") 2026/08/27 02:45:18 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f425a8c9b5490b97e_d20260827_m024325_c001_v7007000_t0000_u01787798605580") 2026/08/27 02:45:18 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f401e3d771fb0f1b0_d20260827_m024318_c001_v0001154_t0000_u01787798598605") 2026/08/27 02:45:18 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4225634d9f86a30e_d20260827_m024308_c001_v7007000_t0000_u01787798588459") 2026/08/27 02:45:18 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4062bcc42338970a_d20260827_m024305_c001_v0001185_t0002_u01787798585517") 2026/08/27 02:45:18 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f413c9e888c33943c_d20260827_m024300_c001_v7007000_t0000_u01787798580424") 2026/08/27 02:45:18 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4062bcc4233896a6_d20260827_m024255_c001_v0001185_t0002_u01787798575304") 2026/08/27 02:45:18 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4225634d9f86a300_d20260827_m024253_c001_v7007000_t0000_u01787798573188") 2026/08/27 02:45:18 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4062bcc423389672_d20260827_m024249_c001_v0001185_t0002_u01787798569323") 2026/08/27 02:45:18 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4225634d9f86a2f2_d20260827_m024244_c001_v7007000_t0000_u01787798564193") 2026/08/27 02:45:19 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4062bcc42338962a_d20260827_m024239_c001_v0001185_t0002_u01787798559101") 2026/08/27 02:45:19 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f412790c83231b5b1_d20260827_m024237_c001_v7007000_t0000_u01787798557314") 2026/08/27 02:45:19 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4085e2b721dffbb6_d20260827_m024233_c001_v0001104_t0016_u01787798553247") 2026/08/27 02:45:19 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f416227ca4cea6c3f_d20260827_m024222_c001_v7007000_t0000_u01787798542928") 2026/08/27 02:45:19 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4033b1d3778ab5c4_d20260827_m024218_c001_v0001115_t0041_u01787798538721") 2026/08/27 02:45:19 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4055704355f5e8c7_d20260827_m024213_c001_v7007000_t0000_u01787798533642") 2026/08/27 02:45:19 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4033b1d3778ab592_d20260827_m024206_c001_v0001115_t0041_u01787798526961") 2026/08/27 02:45:19 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4055704355f5e8a5_d20260827_m024201_c001_v7007000_t0000_u01787798521802") 2026/08/27 02:45:19 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4033b1d3778ab562_d20260827_m024155_c001_v0001115_t0041_u01787798515295") 2026/08/27 02:45:19 DEBUG : dir1/0015-9;=.txtSUFFIX: Deleting (id "4_z8f525d73103d4b1baf080e1b_f415ca02874365a7c_d20260827_m024255_c001_v7007000_t0000_u01787798575660") 2026/08/27 02:45:19 DEBUG : dir1/0015-9;=.txtSUFFIX: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4085e2b721dffc22_d20260827_m024252_c001_v0001104_t0016_u01787798572561") 2026/08/27 02:45:19 DEBUG : dir1/MDAwMC1hYmNkZWZnLnR4dA==: Deleting (id "4_z8f525d73103d4b1baf080e1b_f40174204de33e687_d20260827_m024225_c001_v7007000_t0000_u01787798545462") 2026/08/27 02:45:19 DEBUG : dir1/MDAwMC1hYmNkZWZnLnR4dA==: Deleting (id "4_z8f525d73103d4b1baf080e1b_f1085e2b721dffb70_d20260827_m024220_c001_v0001104_t0017_u01787798540565") 2026/08/27 02:45:19 DEBUG : dir1/MDAwMS1iY2RlZmdoLnR4dA==: Deleting (id "4_z8f525d73103d4b1baf080e1b_f40174204de33e689_d20260827_m024225_c001_v7007000_t0000_u01787798545638") 2026/08/27 02:45:19 DEBUG : dir1/MDAwMS1iY2RlZmdoLnR4dA==: Deleting (id "4_z8f525d73103d4b1baf080e1b_f1062bcc423389560_d20260827_m024220_c001_v0001185_t0024_u01787798540576") 2026/08/27 02:45:19 DEBUG : dir1/MDAwMi1jZGVmZ2hpLnR4dA==: Deleting (id "4_z8f525d73103d4b1baf080e1b_f40174204de33e68b_d20260827_m024225_c001_v7007000_t0000_u01787798545813") 2026/08/27 02:45:19 DEBUG : dir1/MDAwMi1jZGVmZ2hpLnR4dA==: Deleting (id "4_z8f525d73103d4b1baf080e1b_f1033b1d3778ab5ce_d20260827_m024220_c001_v0001115_t0051_u01787798540586") 2026/08/27 02:45:19 DEBUG : dir1/MDAwMy1kZWZnaGlqLnR4dA==: Deleting (id "4_z8f525d73103d4b1baf080e1b_f40174204de33e68c_d20260827_m024225_c001_v7007000_t0000_u01787798545989") 2026/08/27 02:45:19 DEBUG : dir1/MDAwMy1kZWZnaGlqLnR4dA==: Deleting (id "4_z8f525d73103d4b1baf080e1b_f101e3d771fb0f0fc_d20260827_m024220_c001_v0001154_t0008_u01787798540702") 2026/08/27 02:45:19 DEBUG : dir1/MDAwNC1lZmdoaWprLnR4dA==: Deleting (id "4_z8f525d73103d4b1baf080e1b_f40174204de33e68d_d20260827_m024226_c001_v7007000_t0000_u01787798546164") 2026/08/27 02:45:19 DEBUG : dir1/MDAwNC1lZmdoaWprLnR4dA==: Deleting (id "4_z8f525d73103d4b1baf080e1b_f1062bcc423389564_d20260827_m024220_c001_v0001185_t0056_u01787798540764") 2026/08/27 02:45:19 DEBUG : dir1/MDAwNS1mZ2hpamtsLnR4dA==: Deleting (id "4_z8f525d73103d4b1baf080e1b_f40174204de33e68e_d20260827_m024226_c001_v7007000_t0000_u01787798546340") 2026/08/27 02:45:20 DEBUG : dir1/MDAwNS1mZ2hpamtsLnR4dA==: Deleting (id "4_z8f525d73103d4b1baf080e1b_f1062bcc423389566_d20260827_m024220_c001_v0001185_t0042_u01787798540969") 2026/08/27 02:45:20 DEBUG : dir1/MDAwNi1naGlqa2xtLnR4dA==: Deleting (id "4_z8f525d73103d4b1baf080e1b_f40174204de33e690_d20260827_m024226_c001_v7007000_t0000_u01787798546517") 2026/08/27 02:45:20 DEBUG : dir1/MDAwNi1naGlqa2xtLnR4dA==: Deleting (id "4_z8f525d73103d4b1baf080e1b_f101e3d771fb0f0fe_d20260827_m024221_c001_v0001154_t0003_u01787798541022") 2026/08/27 02:45:20 DEBUG : dir1/MDAwNy0xMjM0NTY3LnR4dA==: Deleting (id "4_z8f525d73103d4b1baf080e1b_f40174204de33e691_d20260827_m024226_c001_v7007000_t0000_u01787798546693") 2026/08/27 02:45:20 DEBUG : dir1/MDAwNy0xMjM0NTY3LnR4dA==: Deleting (id "4_z8f525d73103d4b1baf080e1b_f1085e2b721dffb74_d20260827_m024221_c001_v0001104_t0045_u01787798541139") 2026/08/27 02:45:20 DEBUG : dir1/MDAwOC0yMzQ1Njc4LnR4dA==: Deleting (id "4_z8f525d73103d4b1baf080e1b_f40174204de33e692_d20260827_m024227_c001_v7007000_t0000_u01787798547011") 2026/08/27 02:45:20 DEBUG : dir1/MDAwOC0yMzQ1Njc4LnR4dA==: Deleting (id "4_z8f525d73103d4b1baf080e1b_f1062bcc423389568_d20260827_m024221_c001_v0001185_t0028_u01787798541184") 2026/08/27 02:45:20 DEBUG : dir1/MDAwOS0zNDU2Nzg5LnR4dA==: Deleting (id "4_z8f525d73103d4b1baf080e1b_f40174204de33e693_d20260827_m024227_c001_v7007000_t0000_u01787798547188") 2026/08/27 02:45:20 DEBUG : dir1/MDAwOS0zNDU2Nzg5LnR4dA==: Deleting (id "4_z8f525d73103d4b1baf080e1b_f1033b1d3778ab5d0_d20260827_m024221_c001_v0001115_t0050_u01787798541280") 2026/08/27 02:45:20 DEBUG : dir1/MDAxMC00NTY3ODkudHh0: Deleting (id "4_z8f525d73103d4b1baf080e1b_f40174204de33e695_d20260827_m024227_c001_v7007000_t0000_u01787798547365") 2026/08/27 02:45:20 DEBUG : dir1/MDAxMC00NTY3ODkudHh0: Deleting (id "4_z8f525d73103d4b1baf080e1b_f101e3d771fb0f100_d20260827_m024221_c001_v0001154_t0005_u01787798541349") 2026/08/27 02:45:20 DEBUG : dir1/MDAxMS01Njc4OTsudHh0: Deleting (id "4_z8f525d73103d4b1baf080e1b_f40174204de33e696_d20260827_m024227_c001_v7007000_t0000_u01787798547543") 2026/08/27 02:45:20 DEBUG : dir1/MDAxMS01Njc4OTsudHh0: Deleting (id "4_z8f525d73103d4b1baf080e1b_f1062bcc42338956a_d20260827_m024221_c001_v0001185_t0052_u01787798541384") 2026/08/27 02:45:20 DEBUG : dir1/MDAxMi02Nzg5Oy50eHQ=: Deleting (id "4_z8f525d73103d4b1baf080e1b_f40174204de33e697_d20260827_m024227_c001_v7007000_t0000_u01787798547720") 2026/08/27 02:45:20 DEBUG : dir1/MDAxMi02Nzg5Oy50eHQ=: Deleting (id "4_z8f525d73103d4b1baf080e1b_f1062bcc42338956c_d20260827_m024221_c001_v0001185_t0004_u01787798541587") 2026/08/27 02:45:20 DEBUG : dir1/MDAxMy03ODk7PS50eHQ=: Deleting (id "4_z8f525d73103d4b1baf080e1b_f40174204de33e699_d20260827_m024227_c001_v7007000_t0000_u01787798547896") 2026/08/27 02:45:20 DEBUG : dir1/MDAxMy03ODk7PS50eHQ=: Deleting (id "4_z8f525d73103d4b1baf080e1b_f101e3d771fb0f102_d20260827_m024221_c001_v0001154_t0012_u01787798541664") 2026/08/27 02:45:20 DEBUG : dir1/MDAxNC04OTs9LnR4dA==: Deleting (id "4_z8f525d73103d4b1baf080e1b_f40174204de33e69a_d20260827_m024228_c001_v7007000_t0000_u01787798548071") 2026/08/27 02:45:20 DEBUG : dir1/MDAxNC04OTs9LnR4dA==: Deleting (id "4_z8f525d73103d4b1baf080e1b_f1085e2b721dffb78_d20260827_m024221_c001_v0001104_t0008_u01787798541745") 2026/08/27 02:45:20 DEBUG : dir1/MDAxNS05Oz0udHh0: Deleting (id "4_z8f525d73103d4b1baf080e1b_f40174204de33e69b_d20260827_m024228_c001_v7007000_t0000_u01787798548246") 2026/08/27 02:45:20 DEBUG : dir1/MDAxNS05Oz0udHh0: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4062bcc42338956e_d20260827_m024221_c001_v0001185_t0002_u01787798541810") 2026/08/27 02:45:20 DEBUG : dir1/PREFIX0000-abcdefg.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f40976990ed157f63_d20260827_m024239_c001_v7007000_t0000_u01787798559319") 2026/08/27 02:45:21 DEBUG : dir1/PREFIX0000-abcdefg.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f1062bcc4233895fa_d20260827_m024235_c001_v0001185_t0053_u01787798555004") 2026/08/27 02:45:21 DEBUG : dir1/PREFIX0001-bcdefgh.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f412790c83231b5b2_d20260827_m024239_c001_v7007000_t0000_u01787798559329") 2026/08/27 02:45:21 DEBUG : dir1/PREFIX0001-bcdefgh.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f101e3d771fb0f124_d20260827_m024235_c001_v0001154_t0002_u01787798555015") 2026/08/27 02:45:21 DEBUG : dir1/PREFIX0002-cdefghi.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f423dae673de36f27_d20260827_m024239_c001_v7007000_t0000_u01787798559360") 2026/08/27 02:45:21 DEBUG : dir1/PREFIX0002-cdefghi.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f1033b1d3778ab60a_d20260827_m024235_c001_v0001115_t0036_u01787798555025") 2026/08/27 02:45:21 DEBUG : dir1/PREFIX0003-defghij.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4084e4f6fa2889b1_d20260827_m024239_c001_v7007000_t0000_u01787798559474") 2026/08/27 02:45:21 DEBUG : dir1/PREFIX0003-defghij.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f1062bcc4233895fe_d20260827_m024235_c001_v0001185_t0022_u01787798555201") 2026/08/27 02:45:21 DEBUG : dir1/PREFIX0004-efghijk.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f41620da363e3c8b2_d20260827_m024239_c001_v7007000_t0000_u01787798559660") 2026/08/27 02:45:21 DEBUG : dir1/PREFIX0004-efghijk.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f101e3d771fb0f126_d20260827_m024235_c001_v0001154_t0011_u01787798555334") 2026/08/27 02:45:21 DEBUG : dir1/PREFIX0005-fghijkl.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f412790c83231b5b4_d20260827_m024239_c001_v7007000_t0000_u01787798559680") 2026/08/27 02:45:21 DEBUG : dir1/PREFIX0005-fghijkl.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f1062bcc423389602_d20260827_m024235_c001_v0001185_t0007_u01787798555391") 2026/08/27 02:45:21 DEBUG : dir1/PREFIX0006-ghijklm.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4225634d9f86a2d9_d20260827_m024239_c001_v7007000_t0000_u01787798559525") 2026/08/27 02:45:21 DEBUG : dir1/PREFIX0006-ghijklm.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f1085e2b721dffbc6_d20260827_m024235_c001_v0001104_t0051_u01787798555525") 2026/08/27 02:45:21 DEBUG : dir1/PREFIX0007-1234567.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4225634d9f86a2da_d20260827_m024239_c001_v7007000_t0000_u01787798559699") 2026/08/27 02:45:21 DEBUG : dir1/PREFIX0007-1234567.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f1062bcc423389604_d20260827_m024235_c001_v0001185_t0043_u01787798555579") 2026/08/27 02:45:21 DEBUG : dir1/PREFIX0008-2345678.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4225634d9f86a2d8_d20260827_m024239_c001_v7007000_t0000_u01787798559350") 2026/08/27 02:45:21 DEBUG : dir1/PREFIX0008-2345678.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f1033b1d3778ab60e_d20260827_m024235_c001_v0001115_t0021_u01787798555595") 2026/08/27 02:45:21 DEBUG : dir1/PREFIX0009-3456789.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f423dae673de36f28_d20260827_m024239_c001_v7007000_t0000_u01787798559536") 2026/08/27 02:45:21 DEBUG : dir1/PREFIX0009-3456789.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f101e3d771fb0f128_d20260827_m024235_c001_v0001154_t0013_u01787798555657") 2026/08/27 02:45:21 DEBUG : dir1/PREFIX0010-456789.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f420af027814d6564_d20260827_m024239_c001_v7007000_t0000_u01787798559574") 2026/08/27 02:45:21 DEBUG : dir1/PREFIX0010-456789.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f1062bcc423389608_d20260827_m024235_c001_v0001185_t0033_u01787798555783") 2026/08/27 02:45:22 DEBUG : dir1/PREFIX0011-56789;.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f40976990ed157f64_d20260827_m024239_c001_v7007000_t0000_u01787798559584") 2026/08/27 02:45:22 DEBUG : dir1/PREFIX0011-56789;.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f101e3d771fb0f12a_d20260827_m024235_c001_v0001154_t0007_u01787798555974") 2026/08/27 02:45:22 DEBUG : dir1/PREFIX0012-6789;.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f420af027814d6563_d20260827_m024239_c001_v7007000_t0000_u01787798559340") 2026/08/27 02:45:22 DEBUG : dir1/PREFIX0012-6789;.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f1062bcc42338960c_d20260827_m024235_c001_v0001185_t0034_u01787798555990") 2026/08/27 02:45:22 DEBUG : dir1/PREFIX0013-789;=.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4084e4f6fa2889b0_d20260827_m024239_c001_v7007000_t0000_u01787798559298") 2026/08/27 02:45:22 DEBUG : dir1/PREFIX0013-789;=.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f1085e2b721dffbcc_d20260827_m024236_c001_v0001104_t0044_u01787798556129") 2026/08/27 02:45:22 DEBUG : dir1/PREFIX0014-89;=.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4188293bf5a04999_d20260827_m024239_c001_v7007000_t0000_u01787798559624") 2026/08/27 02:45:22 DEBUG : dir1/PREFIX0014-89;=.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f1062bcc423389610_d20260827_m024236_c001_v0001185_t0029_u01787798556227") 2026/08/27 02:45:22 DEBUG : dir1/PREFIX0015-9;=.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4084e4f6fa2889b2_d20260827_m024239_c001_v7007000_t0000_u01787798559650") 2026/08/27 02:45:22 DEBUG : dir1/PREFIX0015-9;=.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4033b1d3778ab612_d20260827_m024236_c001_v0001115_t0041_u01787798556231") 2026/08/27 02:45:22 DEBUG : dst/one: Deleting (id "4_z8f525d73103d4b1baf080e1b_f420af027814d6540_d20260827_m024059_c001_v7007000_t0000_u01787798459256") 2026/08/27 02:45:22 DEBUG : dst/one: Deleting (id "4_z8f525d73103d4b1baf080e1b_f401b930824751e04_d20260827_m024057_c001_v0001117_t0037_u01787798457582") 2026/08/27 02:45:22 DEBUG : dst/one: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4171cfbc6ae5857e_d20260827_m024057_c001_v7007000_t0000_u01787798457406") 2026/08/27 02:45:22 DEBUG : dst/one: Deleting (id "4_z8f525d73103d4b1baf080e1b_f401b930824751dfa_d20260827_m024055_c001_v0001117_t0037_u01787798455043") 2026/08/27 02:45:22 DEBUG : dst/one: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4171cfbc6ae5857c_d20260827_m024054_c001_v7007000_t0000_u01787798454342") 2026/08/27 02:45:22 DEBUG : dst/one: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4085e2b721dff9f8_d20260827_m024050_c001_v0001104_t0016_u01787798450599") 2026/08/27 02:45:22 DEBUG : dst/one: Deleting (id "4_z8f525d73103d4b1baf080e1b_f420af027814d6535_d20260827_m024049_c001_v7007000_t0000_u01787798449168") 2026/08/27 02:45:22 DEBUG : dst/one: Deleting (id "4_z8f525d73103d4b1baf080e1b_f411bd96ed565b4ed_d20260827_m024047_c001_v0001183_t0057_u01787798447470") 2026/08/27 02:45:22 DEBUG : dst/one: Deleting (id "4_z8f525d73103d4b1baf080e1b_f425a8c9b5490b85a_d20260827_m024047_c001_v7007000_t0000_u01787798447275") 2026/08/27 02:45:22 DEBUG : dst/one: Deleting (id "4_z8f525d73103d4b1baf080e1b_f411bd96ed565b4cf_d20260827_m024045_c001_v0001183_t0057_u01787798445027") 2026/08/27 02:45:23 DEBUG : dst/one: Deleting (id "4_z8f525d73103d4b1baf080e1b_f425a8c9b5490b858_d20260827_m024044_c001_v7007000_t0000_u01787798444321") 2026/08/27 02:45:23 DEBUG : dst/one: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4062bcc42338924c_d20260827_m024040_c001_v0001185_t0002_u01787798440836") 2026/08/27 02:45:23 DEBUG : dst/one: Deleting (id "4_z8f525d73103d4b1baf080e1b_f420af027814d6525_d20260827_m024039_c001_v7007000_t0000_u01787798439572") 2026/08/27 02:45:23 DEBUG : dst/one: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4074330d95a56baa_d20260827_m024038_c001_v0001102_t0022_u01787798438238") 2026/08/27 02:45:23 DEBUG : dst/one: Deleting (id "4_z8f525d73103d4b1baf080e1b_f40976990ed157eb8_d20260827_m024037_c001_v7007000_t0000_u01787798437988") 2026/08/27 02:45:23 DEBUG : dst/one: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4074330d95a56b8e_d20260827_m024033_c001_v0001102_t0022_u01787798433434") 2026/08/27 02:45:23 DEBUG : dst/one: Deleting (id "4_z8f525d73103d4b1baf080e1b_f40976990ed157eb6_d20260827_m024032_c001_v7007000_t0000_u01787798432719") 2026/08/27 02:45:23 DEBUG : dst/one: Deleting (id "4_z8f525d73103d4b1baf080e1b_f40559e3326713011_d20260827_m024029_c001_v0001174_t0027_u01787798429277") 2026/08/27 02:45:23 DEBUG : dst/one: Deleting (id "4_z8f525d73103d4b1baf080e1b_f420af027814d6517_d20260827_m024028_c001_v7007000_t0000_u01787798428336") 2026/08/27 02:45:23 DEBUG : dst/one: Deleting (id "4_z8f525d73103d4b1baf080e1b_f415c46b03d059f07_d20260827_m024026_c001_v0001183_t0058_u01787798426786") 2026/08/27 02:45:23 DEBUG : dst/one: Deleting (id "4_z8f525d73103d4b1baf080e1b_f413c9e888c3392ef_d20260827_m024026_c001_v7007000_t0000_u01787798426598") 2026/08/27 02:45:23 DEBUG : dst/one: Deleting (id "4_z8f525d73103d4b1baf080e1b_f415c46b03d059edf_d20260827_m024023_c001_v0001183_t0058_u01787798423916") 2026/08/27 02:45:23 DEBUG : dst/one: Deleting (id "4_z8f525d73103d4b1baf080e1b_f413c9e888c3392e5_d20260827_m024023_c001_v7007000_t0000_u01787798423156") 2026/08/27 02:45:23 DEBUG : dst/one: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4062bcc42338917e_d20260827_m024017_c001_v0001185_t0002_u01787798417423") 2026/08/27 02:45:23 DEBUG : dst/one: Deleting (id "4_z8f525d73103d4b1baf080e1b_f420af027814d6507_d20260827_m024016_c001_v7007000_t0000_u01787798416514") 2026/08/27 02:45:23 DEBUG : dst/one: Deleting (id "4_z8f525d73103d4b1baf080e1b_f407dec98133edac0_d20260827_m024014_c001_v0001150_t0044_u01787798414824") 2026/08/27 02:45:23 DEBUG : dst/one: Deleting (id "4_z8f525d73103d4b1baf080e1b_f400be1583dce2380_d20260827_m024014_c001_v7007000_t0000_u01787798414646") 2026/08/27 02:45:23 DEBUG : dst/one: Deleting (id "4_z8f525d73103d4b1baf080e1b_f407dec98133edab8_d20260827_m024011_c001_v0001150_t0044_u01787798411948") 2026/08/27 02:45:23 DEBUG : dst/one: Deleting (id "4_z8f525d73103d4b1baf080e1b_f400be1583dce237c_d20260827_m024011_c001_v7007000_t0000_u01787798411237") 2026/08/27 02:45:23 DEBUG : dst/one: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4085e2b721dff920_d20260827_m024005_c001_v0001104_t0016_u01787798405521") 2026/08/27 02:45:24 DEBUG : dst/one: Deleting (id "4_z8f525d73103d4b1baf080e1b_f40976990ed157e4c_d20260827_m024004_c001_v7007000_t0000_u01787798404604") 2026/08/27 02:45:24 DEBUG : dst/one: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4085e2b721dff916_d20260827_m024003_c001_v0001104_t0024_u01787798403036") 2026/08/27 02:45:24 DEBUG : dst/one: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4055704355f5e79c_d20260827_m024002_c001_v7007000_t0000_u01787798402858") 2026/08/27 02:45:24 DEBUG : dst/one: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4085e2b721dff900_d20260827_m024000_c001_v0001104_t0024_u01787798400229") 2026/08/27 02:45:24 DEBUG : dst/one: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4055704355f5e795_d20260827_m023959_c001_v7007000_t0000_u01787798399527") 2026/08/27 02:45:24 DEBUG : dst/one: Deleting (id "4_z8f525d73103d4b1baf080e1b_f40559e3326712da0_d20260827_m023953_c001_v0001174_t0027_u01787798393946") 2026/08/27 02:45:24 DEBUG : dst/one: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4114a9be4e062a59_d20260827_m023952_c001_v7007000_t0000_u01787798392888") 2026/08/27 02:45:24 DEBUG : dst/one: Deleting (id "4_z8f525d73103d4b1baf080e1b_f406a19bdc20df47e_d20260827_m023942_c001_v0001044_t0044_u01787798382622") 2026/08/27 02:45:24 DEBUG : dst/one: Deleting (id "4_z8f525d73103d4b1baf080e1b_f417f207b0014b2d2_d20260827_m023941_c001_v7007000_t0000_u01787798381398") 2026/08/27 02:45:24 DEBUG : dst/one: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4062bcc423389066_d20260827_m023937_c001_v0001185_t0002_u01787798377551") 2026/08/27 02:45:24 DEBUG : dst/one: Deleting (id "4_z8f525d73103d4b1baf080e1b_f408e94f13c8ea8b1_d20260827_m023936_c001_v0001157_t0018_u01787798376844") 2026/08/27 02:45:24 DEBUG : dst/one: Deleting (id "4_z8f525d73103d4b1baf080e1b_f408e94f13c8ea8ab_d20260827_m023935_c001_v0001157_t0018_u01787798375953") 2026/08/27 02:45:24 DEBUG : dst/one: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4278cc7fe349ff3b_d20260827_m023922_c001_v7007000_t0000_u01787798362757") 2026/08/27 02:45:24 DEBUG : dst/one: Deleting (id "4_z8f525d73103d4b1baf080e1b_f40559e3326712b64_d20260827_m023916_c001_v0001174_t0027_u01787798356365") 2026/08/27 02:45:24 DEBUG : dst/one: Deleting (id "4_z8f525d73103d4b1baf080e1b_f405e75799a8a5835_d20260827_m023915_c001_v0001116_t0052_u01787798355571") 2026/08/27 02:45:24 DEBUG : dst/one: Deleting (id "4_z8f525d73103d4b1baf080e1b_f405e75799a8a5831_d20260827_m023914_c001_v0001116_t0052_u01787798354675") 2026/08/27 02:45:24 DEBUG : dst/one-2019-01-01: Deleting (id "4_z8f525d73103d4b1baf080e1b_f420af027814d6541_d20260827_m024059_c001_v7007000_t0000_u01787798459432") 2026/08/27 02:45:24 DEBUG : dst/one-2019-01-01: Deleting (id "4_z8f525d73103d4b1baf080e1b_f415761a705d2f0d9_d20260827_m024057_c001_v0001117_t0041_u01787798457226") 2026/08/27 02:45:24 DEBUG : dst/one-2019-01-01: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4166f6223bfcc14d_d20260827_m024054_c001_v0001145_t0020_u01787798454160") 2026/08/27 02:45:24 DEBUG : dst/one.bak: Deleting (id "4_z8f525d73103d4b1baf080e1b_f420af027814d6536_d20260827_m024049_c001_v7007000_t0000_u01787798449343") 2026/08/27 02:45:25 DEBUG : dst/one.bak: Deleting (id "4_z8f525d73103d4b1baf080e1b_f407ce8573a996088_d20260827_m024047_c001_v0001179_t0030_u01787798447094") 2026/08/27 02:45:25 DEBUG : dst/one.bak: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4041134437abc18a_d20260827_m024044_c001_v0001100_t0049_u01787798444138") 2026/08/27 02:45:25 DEBUG : dst/one.bak: Deleting (id "4_z8f525d73103d4b1baf080e1b_f420af027814d6526_d20260827_m024039_c001_v7007000_t0000_u01787798439748") 2026/08/27 02:45:25 DEBUG : dst/one.bak: Deleting (id "4_z8f525d73103d4b1baf080e1b_f405f56b7ccd5be55_d20260827_m024037_c001_v0001179_t0056_u01787798437797") 2026/08/27 02:45:25 DEBUG : dst/one.bak: Deleting (id "4_z8f525d73103d4b1baf080e1b_f406d1b564949832b_d20260827_m024032_c001_v0001172_t0014_u01787798432525") 2026/08/27 02:45:25 DEBUG : dst/three: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4114a9be4e062a5a_d20260827_m023953_c001_v7007000_t0000_u01787798393064") 2026/08/27 02:45:25 DEBUG : dst/three: Deleting (id "4_z8f525d73103d4b1baf080e1b_f408e94f13c8ea8fb_d20260827_m023951_c001_v0001157_t0018_u01787798391624") 2026/08/27 02:45:25 DEBUG : dst/three-2019-01-01.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f420af027814d6542_d20260827_m024059_c001_v7007000_t0000_u01787798459615") 2026/08/27 02:45:25 DEBUG : dst/three-2019-01-01.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f41316af5d5e2ed40_d20260827_m024058_c001_v0001185_t0037_u01787798458297") 2026/08/27 02:45:25 DEBUG : dst/three-2019-01-01.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4164a4efd40282aa_d20260827_m024055_c001_v0001131_t0050_u01787798455921") 2026/08/27 02:45:25 DEBUG : dst/three.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f420af027814d6543_d20260827_m024059_c001_v7007000_t0000_u01787798459794") 2026/08/27 02:45:25 DEBUG : dst/three.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f401b930824751e0e_d20260827_m024058_c001_v0001117_t0037_u01787798458707") 2026/08/27 02:45:25 DEBUG : dst/three.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4171cfbc6ae5857f_d20260827_m024058_c001_v7007000_t0000_u01787798458531") 2026/08/27 02:45:25 DEBUG : dst/three.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f401b930824751e00_d20260827_m024056_c001_v0001117_t0037_u01787798456316") 2026/08/27 02:45:25 DEBUG : dst/three.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4171cfbc6ae5857d_d20260827_m024056_c001_v7007000_t0000_u01787798456139") 2026/08/27 02:45:25 DEBUG : dst/three.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4085e2b721dff9fe_d20260827_m024051_c001_v0001104_t0016_u01787798451321") 2026/08/27 02:45:25 DEBUG : dst/three.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f420af027814d6537_d20260827_m024049_c001_v7007000_t0000_u01787798449520") 2026/08/27 02:45:25 DEBUG : dst/three.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f411bd96ed565b4f9_d20260827_m024048_c001_v0001183_t0057_u01787798448620") 2026/08/27 02:45:25 DEBUG : dst/three.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f425a8c9b5490b85b_d20260827_m024048_c001_v7007000_t0000_u01787798448437") 2026/08/27 02:45:25 DEBUG : dst/three.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f411bd96ed565b4df_d20260827_m024046_c001_v0001183_t0057_u01787798446098") 2026/08/27 02:45:25 DEBUG : dst/three.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f425a8c9b5490b859_d20260827_m024045_c001_v7007000_t0000_u01787798445922") 2026/08/27 02:45:25 DEBUG : dst/three.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4062bcc423389252_d20260827_m024041_c001_v0001185_t0002_u01787798441198") 2026/08/27 02:45:26 DEBUG : dst/three.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f40976990ed157eb9_d20260827_m024038_c001_v7007000_t0000_u01787798438927") 2026/08/27 02:45:26 DEBUG : dst/three.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4085e2b721dff9b8_d20260827_m024036_c001_v0001104_t0016_u01787798436819") 2026/08/27 02:45:26 DEBUG : dst/three.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f40976990ed157eb7_d20260827_m024034_c001_v7007000_t0000_u01787798434049") 2026/08/27 02:45:26 DEBUG : dst/three.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4062bcc4233891e6_d20260827_m024030_c001_v0001185_t0002_u01787798430000") 2026/08/27 02:45:26 DEBUG : dst/three.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f413c9e888c3392f2_d20260827_m024027_c001_v7007000_t0000_u01787798427398") 2026/08/27 02:45:26 DEBUG : dst/three.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4062bcc4233891c2_d20260827_m024025_c001_v0001185_t0002_u01787798425604") 2026/08/27 02:45:26 DEBUG : dst/three.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f413c9e888c3392ea_d20260827_m024024_c001_v7007000_t0000_u01787798424528") 2026/08/27 02:45:26 DEBUG : dst/three.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4085e2b721dff958_d20260827_m024018_c001_v0001104_t0016_u01787798418168") 2026/08/27 02:45:26 DEBUG : dst/three.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f400be1583dce2382_d20260827_m024015_c001_v7007000_t0000_u01787798415512") 2026/08/27 02:45:26 DEBUG : dst/three.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4085e2b721dff948_d20260827_m024013_c001_v0001104_t0016_u01787798413711") 2026/08/27 02:45:26 DEBUG : dst/three.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f400be1583dce237d_d20260827_m024012_c001_v7007000_t0000_u01787798412630") 2026/08/27 02:45:26 DEBUG : dst/three.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f40559e3326712e91_d20260827_m024006_c001_v0001174_t0027_u01787798406341") 2026/08/27 02:45:26 DEBUG : dst/three.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4055704355f5e7a2_d20260827_m024003_c001_v7007000_t0000_u01787798403616") 2026/08/27 02:45:26 DEBUG : dst/three.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f40559e3326712e38_d20260827_m024001_c001_v0001174_t0027_u01787798401870") 2026/08/27 02:45:26 DEBUG : dst/three.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4055704355f5e798_d20260827_m024000_c001_v7007000_t0000_u01787798400778") 2026/08/27 02:45:26 DEBUG : dst/three.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4062bcc4233890c6_d20260827_m023954_c001_v0001185_t0002_u01787798394681") 2026/08/27 02:45:26 DEBUG : dst/three.txt.bak: Deleting (id "4_z8f525d73103d4b1baf080e1b_f420af027814d6538_d20260827_m024049_c001_v7007000_t0000_u01787798449697") 2026/08/27 02:45:26 DEBUG : dst/three.txt.bak: Deleting (id "4_z8f525d73103d4b1baf080e1b_f415161385fae7a84_d20260827_m024048_c001_v0001172_t0050_u01787798448257") 2026/08/27 02:45:26 DEBUG : dst/three.txt.bak: Deleting (id "4_z8f525d73103d4b1baf080e1b_f416e445fdc3b8a29_d20260827_m024045_c001_v0001134_t0049_u01787798445743") 2026/08/27 02:45:26 DEBUG : dst/three.txt.bak: Deleting (id "4_z8f525d73103d4b1baf080e1b_f420af027814d6528_d20260827_m024039_c001_v7007000_t0000_u01787798439925") 2026/08/27 02:45:27 DEBUG : dst/three.txt.bak: Deleting (id "4_z8f525d73103d4b1baf080e1b_f406c4f9c695fff70_d20260827_m024038_c001_v0001105_t0054_u01787798438746") 2026/08/27 02:45:27 DEBUG : dst/three.txt.bak: Deleting (id "4_z8f525d73103d4b1baf080e1b_f405e142472af0240_d20260827_m024033_c001_v0001165_t0012_u01787798433815") 2026/08/27 02:45:27 DEBUG : dst/two: Deleting (id "4_z8f525d73103d4b1baf080e1b_f420af027814d6544_d20260827_m024059_c001_v7007000_t0000_u01787798459972") 2026/08/27 02:45:27 DEBUG : dst/two: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4062bcc4233892a2_d20260827_m024051_c001_v0001185_t0002_u01787798451127") 2026/08/27 02:45:27 DEBUG : dst/two: Deleting (id "4_z8f525d73103d4b1baf080e1b_f420af027814d653a_d20260827_m024049_c001_v7007000_t0000_u01787798449885") 2026/08/27 02:45:27 DEBUG : dst/two: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4085e2b721dff9cc_d20260827_m024041_c001_v0001104_t0016_u01787798441019") 2026/08/27 02:45:27 DEBUG : dst/two: Deleting (id "4_z8f525d73103d4b1baf080e1b_f420af027814d6529_d20260827_m024040_c001_v7007000_t0000_u01787798440106") 2026/08/27 02:45:27 DEBUG : dst/two: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4085e2b721dff98a_d20260827_m024029_c001_v0001104_t0016_u01787798429821") 2026/08/27 02:45:27 DEBUG : dst/two: Deleting (id "4_z8f525d73103d4b1baf080e1b_f420af027814d6519_d20260827_m024028_c001_v7007000_t0000_u01787798428520") 2026/08/27 02:45:27 DEBUG : dst/two: Deleting (id "4_z8f525d73103d4b1baf080e1b_f40559e3326712f63_d20260827_m024017_c001_v0001174_t0027_u01787798417988") 2026/08/27 02:45:27 DEBUG : dst/two: Deleting (id "4_z8f525d73103d4b1baf080e1b_f420af027814d6508_d20260827_m024016_c001_v7007000_t0000_u01787798416697") 2026/08/27 02:45:27 DEBUG : dst/two: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4062bcc42338911a_d20260827_m024006_c001_v0001185_t0002_u01787798406058") 2026/08/27 02:45:27 DEBUG : dst/two: Deleting (id "4_z8f525d73103d4b1baf080e1b_f40976990ed157e4d_d20260827_m024004_c001_v7007000_t0000_u01787798404782") 2026/08/27 02:45:27 DEBUG : dst/two: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4085e2b721dff8f6_d20260827_m023954_c001_v0001104_t0016_u01787798394492") 2026/08/27 02:45:27 DEBUG : dst/two: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4114a9be4e062a5b_d20260827_m023953_c001_v7007000_t0000_u01787798393240") 2026/08/27 02:45:27 DEBUG : dst/two: Deleting (id "4_z8f525d73103d4b1baf080e1b_f41688d1bba6072dd_d20260827_m023949_c001_v0001116_t0042_u01787798389086") 2026/08/27 02:45:27 DEBUG : dst/two: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4278cc7fe349ff3d_d20260827_m023922_c001_v7007000_t0000_u01787798362932") 2026/08/27 02:45:27 DEBUG : dst/two: Deleting (id "4_z8f525d73103d4b1baf080e1b_f405e75799a8a584d_d20260827_m023921_c001_v0001116_t0052_u01787798361873") 2026/08/27 02:45:27 DEBUG : empty space: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4144a919a4e50fe8_d20260827_m023847_c001_v7007000_t0000_u01787798327349") 2026/08/27 02:45:27 DEBUG : empty space: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4062bcc423388eeb_d20260827_m023844_c001_v0001185_t0002_u01787798324254") 2026/08/27 02:45:27 DEBUG : empty space: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4144a919a4e50fe6_d20260827_m023841_c001_v7007000_t0000_u01787798321590") 2026/08/27 02:45:28 DEBUG : empty space: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4062bcc423388e9f_d20260827_m023832_c001_v0001185_t0002_u01787798312138") 2026/08/27 02:45:28 DEBUG : empty space: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4068a65c8246dc8d_d20260827_m023801_c001_v7007000_t0000_u01787798281840") 2026/08/27 02:45:28 DEBUG : empty space: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4062bcc423388db5_d20260827_m023758_c001_v0001185_t0002_u01787798278789") 2026/08/27 02:45:28 DEBUG : empty space: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4068a65c8246dc0a_d20260827_m023741_c001_v7007000_t0000_u01787798261206") 2026/08/27 02:45:28 DEBUG : empty space: Deleting (id "4_z8f525d73103d4b1baf080e1b_f40559e33267124e0_d20260827_m023739_c001_v0001174_t0027_u01787798259408") 2026/08/27 02:45:28 DEBUG : empty space: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4068a65c8246dc02_d20260827_m023738_c001_v7007000_t0000_u01787798258475") 2026/08/27 02:45:28 DEBUG : empty space: Deleting (id "4_z8f525d73103d4b1baf080e1b_f40559e33267124b2_d20260827_m023737_c001_v0001174_t0027_u01787798257002") 2026/08/27 02:45:28 DEBUG : empty space: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4189d3b2c0bf1eb4_d20260827_m023734_c001_v7007000_t0000_u01787798254523") 2026/08/27 02:45:28 DEBUG : empty space: Deleting (id "4_z8f525d73103d4b1baf080e1b_f40559e332671245a_d20260827_m023732_c001_v0001174_t0027_u01787798252806") 2026/08/27 02:45:28 DEBUG : empty space: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4189d3b2c0bf1e86_d20260827_m023732_c001_v7007000_t0000_u01787798252077") 2026/08/27 02:45:28 DEBUG : empty space: Deleting (id "4_z8f525d73103d4b1baf080e1b_f40559e332671242e_d20260827_m023730_c001_v0001174_t0027_u01787798250625") 2026/08/27 02:45:28 DEBUG : empty space: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4189d3b2c0bf1e5d_d20260827_m023725_c001_v7007000_t0000_u01787798245442") 2026/08/27 02:45:28 DEBUG : empty space: Deleting (id "4_z8f525d73103d4b1baf080e1b_f40559e33267123b0_d20260827_m023724_c001_v0001174_t0027_u01787798244120") 2026/08/27 02:45:28 DEBUG : empty space: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4189d3b2c0bf1e54_d20260827_m023723_c001_v7007000_t0000_u01787798243413") 2026/08/27 02:45:28 DEBUG : empty space: Deleting (id "4_z8f525d73103d4b1baf080e1b_f40559e3326712392_d20260827_m023722_c001_v0001174_t0027_u01787798242709") 2026/08/27 02:45:28 DEBUG : empty space: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4189d3b2c0bf1e22_d20260827_m023718_c001_v7007000_t0000_u01787798238942") 2026/08/27 02:45:28 DEBUG : empty space: Deleting (id "4_z8f525d73103d4b1baf080e1b_f40559e3326712314_d20260827_m023717_c001_v0001174_t0027_u01787798237575") 2026/08/27 02:45:28 DEBUG : empty space: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4189d3b2c0bf1df9_d20260827_m023715_c001_v7007000_t0000_u01787798235666") 2026/08/27 02:45:28 DEBUG : empty space: Deleting (id "4_z8f525d73103d4b1baf080e1b_f40559e33267122d0_d20260827_m023714_c001_v0001174_t0027_u01787798234790") 2026/08/27 02:45:28 DEBUG : empty space: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4189d3b2c0bf1ddb_d20260827_m023714_c001_v7007000_t0000_u01787798234413") 2026/08/27 02:45:28 DEBUG : empty space: Deleting (id "4_z8f525d73103d4b1baf080e1b_f412c5f6c165dda71_d20260827_m023713_c001_v0001113_t0029_u01787798233886") 2026/08/27 02:45:29 DEBUG : empty space: Deleting (id "4_z8f525d73103d4b1baf080e1b_f40559e33267122ae_d20260827_m023712_c001_v0001174_t0027_u01787798232465") 2026/08/27 02:45:29 DEBUG : enormous: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4068a65c8246dc07_d20260827_m023740_c001_v7007000_t0000_u01787798260319") 2026/08/27 02:45:29 DEBUG : enormous: Deleting (id "4_z8f525d73103d4b1baf080e1b_f10559e33267124e6_d20260827_m023739_c001_v0001174_t0045_u01787798259586") 2026/08/27 02:45:29 DEBUG : existing: Deleting (id "4_z8f525d73103d4b1baf080e1b_f420af027814d6546_d20260827_m024104_c001_v7007000_t0000_u01787798464091") 2026/08/27 02:45:29 DEBUG : existing: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4062bcc4233892f6_d20260827_m024102_c001_v0001185_t0002_u01787798462915") 2026/08/27 02:45:29 DEBUG : existing: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4068a65c8246dc8b_d20260827_m023756_c001_v7007000_t0000_u01787798276965") 2026/08/27 02:45:29 DEBUG : existing: Deleting (id "4_z8f525d73103d4b1baf080e1b_f40559e332671260c_d20260827_m023756_c001_v0001174_t0027_u01787798276005") 2026/08/27 02:45:29 DEBUG : existing: Deleting (id "4_z8f525d73103d4b1baf080e1b_f421d622144d72666_d20260827_m023709_c001_v7007000_t0000_u01787798229747") 2026/08/27 02:45:29 DEBUG : existing: Deleting (id "4_z8f525d73103d4b1baf080e1b_f40559e332671223e_d20260827_m023708_c001_v0001174_t0027_u01787798228872") 2026/08/27 02:45:29 DEBUG : existing: Deleting (id "4_z8f525d73103d4b1baf080e1b_f421d622144d7264e_d20260827_m023708_c001_v7007000_t0000_u01787798228350") 2026/08/27 02:45:29 DEBUG : existing: Deleting (id "4_z8f525d73103d4b1baf080e1b_f40559e3326712222_d20260827_m023707_c001_v0001174_t0027_u01787798227799") 2026/08/27 02:45:29 DEBUG : existing: Deleting (id "4_z8f525d73103d4b1baf080e1b_f40559e3326712208_d20260827_m023707_c001_v0001174_t0027_u01787798227099") 2026/08/27 02:45:29 DEBUG : existing-b: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4068a65c8246dc8c_d20260827_m023757_c001_v7007000_t0000_u01787798277142") 2026/08/27 02:45:29 DEBUG : existing-b: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4062bcc423388da5_d20260827_m023755_c001_v0001185_t0002_u01787798275995") 2026/08/27 02:45:29 DEBUG : file1: Deleting (id "4_z8f525d73103d4b1baf080e1b_f419459bd600f8499_d20260827_m024143_c001_v7007000_t0000_u01787798503509") 2026/08/27 02:45:29 DEBUG : file1: Deleting (id "4_z8f525d73103d4b1baf080e1b_f401e3d771fb0f096_d20260827_m024142_c001_v0001154_t0000_u01787798502090") 2026/08/27 02:45:29 DEBUG : file1: Deleting (id "4_z8f525d73103d4b1baf080e1b_f419459bd600f848f_d20260827_m024141_c001_v7007000_t0000_u01787798501162") 2026/08/27 02:45:29 DEBUG : file1: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4085e2b721dffae0_d20260827_m024139_c001_v0001104_t0016_u01787798499870") 2026/08/27 02:45:29 DEBUG : five: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4068a65c8246dc10_d20260827_m023744_c001_v7007000_t0000_u01787798264589") 2026/08/27 02:45:29 DEBUG : five: Deleting (id "4_z8f525d73103d4b1baf080e1b_f40559e332671252e_d20260827_m023742_c001_v0001174_t0027_u01787798262773") 2026/08/27 02:45:29 DEBUG : foo: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4189d3b2c0bf1e10_d20260827_m023717_c001_v7007000_t0000_u01787798237225") 2026/08/27 02:45:29 DEBUG : foo: Deleting (id "4_z8f525d73103d4b1baf080e1b_f40559e33267122fa_d20260827_m023716_c001_v0001174_t0027_u01787798236592") 2026/08/27 02:45:30 DEBUG : foo: Deleting (id "4_z8f525d73103d4b1baf080e1b_f40559e33267122ea_d20260827_m023716_c001_v0001174_t0027_u01787798236017") 2026/08/27 02:45:30 DEBUG : four: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4068a65c8246dc15_d20260827_m023744_c001_v7007000_t0000_u01787798264765") 2026/08/27 02:45:30 DEBUG : four: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4085e2b721dff71a_d20260827_m023743_c001_v0001104_t0016_u01787798263307") 2026/08/27 02:45:30 DEBUG : four: Deleting (id "4_z8f525d73103d4b1baf080e1b_f40559e3326712524_d20260827_m023742_c001_v0001174_t0027_u01787798262103") 2026/08/27 02:45:30 DEBUG : hello world2: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4188293bf5a03d57_d20260827_m023630_c001_v7007000_t0000_u01787798190555") 2026/08/27 02:45:30 DEBUG : hello world2: Deleting (id "4_z8f525d73103d4b1baf080e1b_f40559e3326711f59_d20260827_m023629_c001_v0001174_t0027_u01787798189951") 2026/08/27 02:45:30 DEBUG : ignore-size: Deleting (id "4_z8f525d73103d4b1baf080e1b_f421d622144d72645_d20260827_m023706_c001_v7007000_t0000_u01787798226735") 2026/08/27 02:45:30 DEBUG : ignore-size: Deleting (id "4_z8f525d73103d4b1baf080e1b_f40559e33267121ee_d20260827_m023705_c001_v0001174_t0027_u01787798225851") 2026/08/27 02:45:30 DEBUG : nested/sub dir/file: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4068a65c8246dc89_d20260827_m023755_c001_v7007000_t0000_u01787798275264") 2026/08/27 02:45:30 DEBUG : nested/sub dir/file: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4085e2b721dff750_d20260827_m023754_c001_v0001104_t0016_u01787798274655") 2026/08/27 02:45:30 DEBUG : nested/sub dir/file: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4068a65c8246dc87_d20260827_m023753_c001_v7007000_t0000_u01787798273936") 2026/08/27 02:45:30 DEBUG : nested/sub dir/file: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4085e2b721dff74a_d20260827_m023753_c001_v0001104_t0016_u01787798273395") 2026/08/27 02:45:30 DEBUG : one: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4068a65c8246dc1a_d20260827_m023744_c001_v7007000_t0000_u01787798264943") 2026/08/27 02:45:30 DEBUG : one: Deleting (id "4_z8f525d73103d4b1baf080e1b_f40559e3326712518_d20260827_m023741_c001_v0001174_t0027_u01787798261568") 2026/08/27 02:45:30 DEBUG : only0: Deleting (id "4_z8f525d73103d4b1baf080e1b_f419459bd600f847b_d20260827_m024135_c001_v7007000_t0000_u01787798495549") 2026/08/27 02:45:30 DEBUG : only0: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4062bcc4233893f2_d20260827_m024129_c001_v0001185_t0002_u01787798489968") 2026/08/27 02:45:30 DEBUG : only0: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4085e2b721dffa74_d20260827_m024122_c001_v0001104_t0016_u01787798482034") 2026/08/27 02:45:30 DEBUG : only0: Deleting (id "4_z8f525d73103d4b1baf080e1b_f413c9e888c3393e5_d20260827_m024116_c001_v7007000_t0000_u01787798476373") 2026/08/27 02:45:30 DEBUG : only0: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4085e2b721dffa26_d20260827_m024107_c001_v0001104_t0016_u01787798467364") 2026/08/27 02:45:30 DEBUG : only1: Deleting (id "4_z8f525d73103d4b1baf080e1b_f419459bd600f847c_d20260827_m024135_c001_v7007000_t0000_u01787798495724") 2026/08/27 02:45:30 DEBUG : only1: Deleting (id "4_z8f525d73103d4b1baf080e1b_f401e3d771fb0f07c_d20260827_m024131_c001_v0001154_t0000_u01787798491163") 2026/08/27 02:45:31 DEBUG : only1: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4085e2b721dffa78_d20260827_m024122_c001_v0001104_t0016_u01787798482470") 2026/08/27 02:45:31 DEBUG : only1: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4114a9be4e062ca1_d20260827_m024115_c001_v7007000_t0000_u01787798475861") 2026/08/27 02:45:31 DEBUG : only1: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4085e2b721dffa28_d20260827_m024107_c001_v0001104_t0016_u01787798467746") 2026/08/27 02:45:31 DEBUG : only10: Deleting (id "4_z8f525d73103d4b1baf080e1b_f419459bd600f847d_d20260827_m024135_c001_v7007000_t0000_u01787798495899") 2026/08/27 02:45:31 DEBUG : only10: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4033b1d3778ab4d0_d20260827_m024130_c001_v0001115_t0041_u01787798490514") 2026/08/27 02:45:31 DEBUG : only10: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4085e2b721dffa94_d20260827_m024125_c001_v0001104_t0016_u01787798485793") 2026/08/27 02:45:31 DEBUG : only10: Deleting (id "4_z8f525d73103d4b1baf080e1b_f421d622144d72b28_d20260827_m024115_c001_v7007000_t0000_u01787798475475") 2026/08/27 02:45:31 DEBUG : only10: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4085e2b721dffa44_d20260827_m024111_c001_v0001104_t0016_u01787798471189") 2026/08/27 02:45:31 DEBUG : only11: Deleting (id "4_z8f525d73103d4b1baf080e1b_f419459bd600f847e_d20260827_m024136_c001_v7007000_t0000_u01787798496073") 2026/08/27 02:45:31 DEBUG : only11: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4085e2b721dffabc_d20260827_m024129_c001_v0001104_t0016_u01787798489979") 2026/08/27 02:45:31 DEBUG : only11: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4085e2b721dffa96_d20260827_m024126_c001_v0001104_t0016_u01787798486153") 2026/08/27 02:45:31 DEBUG : only11: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4114a9be4e062ca4_d20260827_m024116_c001_v7007000_t0000_u01787798476386") 2026/08/27 02:45:31 DEBUG : only11: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4085e2b721dffa46_d20260827_m024111_c001_v0001104_t0016_u01787798471547") 2026/08/27 02:45:31 DEBUG : only12: Deleting (id "4_z8f525d73103d4b1baf080e1b_f419459bd600f847f_d20260827_m024136_c001_v7007000_t0000_u01787798496250") 2026/08/27 02:45:31 DEBUG : only12: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4033b1d3778ab4d2_d20260827_m024130_c001_v0001115_t0041_u01787798490695") 2026/08/27 02:45:31 DEBUG : only12: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4085e2b721dffa98_d20260827_m024126_c001_v0001104_t0016_u01787798486510") 2026/08/27 02:45:31 DEBUG : only12: Deleting (id "4_z8f525d73103d4b1baf080e1b_f40174204de33e634_d20260827_m024116_c001_v7007000_t0000_u01787798476398") 2026/08/27 02:45:31 DEBUG : only12: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4085e2b721dffa48_d20260827_m024111_c001_v0001104_t0016_u01787798471907") 2026/08/27 02:45:31 DEBUG : only13: Deleting (id "4_z8f525d73103d4b1baf080e1b_f419459bd600f8480_d20260827_m024136_c001_v7007000_t0000_u01787798496425") 2026/08/27 02:45:32 DEBUG : only13: Deleting (id "4_z8f525d73103d4b1baf080e1b_f401e3d771fb0f078_d20260827_m024130_c001_v0001154_t0000_u01787798490802") 2026/08/27 02:45:32 DEBUG : only13: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4085e2b721dffa9c_d20260827_m024126_c001_v0001104_t0016_u01787798486907") 2026/08/27 02:45:32 DEBUG : only13: Deleting (id "4_z8f525d73103d4b1baf080e1b_f421d622144d72b2e_d20260827_m024116_c001_v7007000_t0000_u01787798476176") 2026/08/27 02:45:32 DEBUG : only13: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4085e2b721dffa4a_d20260827_m024112_c001_v0001104_t0016_u01787798472265") 2026/08/27 02:45:32 DEBUG : only14: Deleting (id "4_z8f525d73103d4b1baf080e1b_f419459bd600f8481_d20260827_m024136_c001_v7007000_t0000_u01787798496599") 2026/08/27 02:45:32 DEBUG : only14: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4062bcc4233893f6_d20260827_m024130_c001_v0001185_t0002_u01787798490353") 2026/08/27 02:45:32 DEBUG : only14: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4085e2b721dffaa2_d20260827_m024127_c001_v0001104_t0016_u01787798487265") 2026/08/27 02:45:32 DEBUG : only14: Deleting (id "4_z8f525d73103d4b1baf080e1b_f421d622144d72b31_d20260827_m024116_c001_v7007000_t0000_u01787798476525") 2026/08/27 02:45:32 DEBUG : only14: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4085e2b721dffa4c_d20260827_m024112_c001_v0001104_t0016_u01787798472638") 2026/08/27 02:45:32 DEBUG : only15: Deleting (id "4_z8f525d73103d4b1baf080e1b_f419459bd600f8482_d20260827_m024136_c001_v7007000_t0000_u01787798496796") 2026/08/27 02:45:32 DEBUG : only15: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4085e2b721dffabe_d20260827_m024130_c001_v0001104_t0016_u01787798490424") 2026/08/27 02:45:32 DEBUG : only15: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4085e2b721dffaa6_d20260827_m024127_c001_v0001104_t0016_u01787798487773") 2026/08/27 02:45:32 DEBUG : only15: Deleting (id "4_z8f525d73103d4b1baf080e1b_f413c9e888c3393e4_d20260827_m024116_c001_v7007000_t0000_u01787798476197") 2026/08/27 02:45:32 DEBUG : only15: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4085e2b721dffa50_d20260827_m024112_c001_v0001104_t0016_u01787798472997") 2026/08/27 02:45:32 DEBUG : only16: Deleting (id "4_z8f525d73103d4b1baf080e1b_f419459bd600f8483_d20260827_m024136_c001_v7007000_t0000_u01787798496972") 2026/08/27 02:45:32 DEBUG : only16: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4062bcc423389400_d20260827_m024130_c001_v0001185_t0002_u01787798490711") 2026/08/27 02:45:32 DEBUG : only16: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4085e2b721dffaa8_d20260827_m024128_c001_v0001104_t0016_u01787798488130") 2026/08/27 02:45:32 DEBUG : only16: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4114a9be4e062ca3_d20260827_m024116_c001_v7007000_t0000_u01787798476211") 2026/08/27 02:45:32 DEBUG : only16: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4085e2b721dffa52_d20260827_m024113_c001_v0001104_t0016_u01787798473353") 2026/08/27 02:45:33 DEBUG : only17: Deleting (id "4_z8f525d73103d4b1baf080e1b_f419459bd600f8484_d20260827_m024137_c001_v7007000_t0000_u01787798497148") 2026/08/27 02:45:33 DEBUG : only17: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4062bcc4233893fa_d20260827_m024130_c001_v0001185_t0002_u01787798490531") 2026/08/27 02:45:33 DEBUG : only17: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4085e2b721dffaae_d20260827_m024128_c001_v0001104_t0016_u01787798488561") 2026/08/27 02:45:33 DEBUG : only17: Deleting (id "4_z8f525d73103d4b1baf080e1b_f413c9e888c3393e6_d20260827_m024116_c001_v7007000_t0000_u01787798476550") 2026/08/27 02:45:33 DEBUG : only17: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4085e2b721dffa54_d20260827_m024113_c001_v0001104_t0016_u01787798473711") 2026/08/27 02:45:33 DEBUG : only18: Deleting (id "4_z8f525d73103d4b1baf080e1b_f419459bd600f8485_d20260827_m024137_c001_v7007000_t0000_u01787798497324") 2026/08/27 02:45:33 DEBUG : only18: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4085e2b721dffac0_d20260827_m024130_c001_v0001104_t0016_u01787798490601") 2026/08/27 02:45:33 DEBUG : only18: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4085e2b721dffab4_d20260827_m024128_c001_v0001104_t0016_u01787798488916") 2026/08/27 02:45:33 DEBUG : only18: Deleting (id "4_z8f525d73103d4b1baf080e1b_f421d622144d72b29_d20260827_m024115_c001_v7007000_t0000_u01787798475650") 2026/08/27 02:45:33 DEBUG : only18: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4085e2b721dffa56_d20260827_m024114_c001_v0001104_t0016_u01787798474067") 2026/08/27 02:45:33 DEBUG : only19: Deleting (id "4_z8f525d73103d4b1baf080e1b_f419459bd600f8486_d20260827_m024137_c001_v7007000_t0000_u01787798497498") 2026/08/27 02:45:33 DEBUG : only19: Deleting (id "4_z8f525d73103d4b1baf080e1b_f401e3d771fb0f07a_d20260827_m024130_c001_v0001154_t0000_u01787798490984") 2026/08/27 02:45:33 DEBUG : only19: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4085e2b721dffab8_d20260827_m024129_c001_v0001104_t0016_u01787798489273") 2026/08/27 02:45:33 DEBUG : only19: Deleting (id "4_z8f525d73103d4b1baf080e1b_f413c9e888c3393e2_d20260827_m024115_c001_v7007000_t0000_u01787798475846") 2026/08/27 02:45:33 DEBUG : only19: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4085e2b721dffa5a_d20260827_m024114_c001_v0001104_t0016_u01787798474436") 2026/08/27 02:45:33 DEBUG : only2: Deleting (id "4_z8f525d73103d4b1baf080e1b_f419459bd600f8487_d20260827_m024137_c001_v7007000_t0000_u01787798497673") 2026/08/27 02:45:33 DEBUG : only2: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4062bcc423389406_d20260827_m024131_c001_v0001185_t0002_u01787798491174") 2026/08/27 02:45:34 DEBUG : only2: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4085e2b721dffa7c_d20260827_m024122_c001_v0001104_t0016_u01787798482868") 2026/08/27 02:45:34 DEBUG : only2: Deleting (id "4_z8f525d73103d4b1baf080e1b_f421d622144d72b2b_d20260827_m024115_c001_v7007000_t0000_u01787798475825") 2026/08/27 02:45:34 DEBUG : only2: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4085e2b721dffa2a_d20260827_m024108_c001_v0001104_t0016_u01787798468117") 2026/08/27 02:45:34 DEBUG : only3: Deleting (id "4_z8f525d73103d4b1baf080e1b_f419459bd600f8488_d20260827_m024137_c001_v7007000_t0000_u01787798497848") 2026/08/27 02:45:34 DEBUG : only3: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4085e2b721dffac2_d20260827_m024130_c001_v0001104_t0016_u01787798490780") 2026/08/27 02:45:34 DEBUG : only3: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4085e2b721dffa80_d20260827_m024123_c001_v0001104_t0016_u01787798483224") 2026/08/27 02:45:34 DEBUG : only3: Deleting (id "4_z8f525d73103d4b1baf080e1b_f40174204de33e633_d20260827_m024116_c001_v7007000_t0000_u01787798476223") 2026/08/27 02:45:34 DEBUG : only3: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4085e2b721dffa2e_d20260827_m024108_c001_v0001104_t0016_u01787798468494") 2026/08/27 02:45:34 DEBUG : only4: Deleting (id "4_z8f525d73103d4b1baf080e1b_f419459bd600f8489_d20260827_m024138_c001_v7007000_t0000_u01787798498024") 2026/08/27 02:45:34 DEBUG : only4: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4033b1d3778ab4d6_d20260827_m024130_c001_v0001115_t0041_u01787798490872") 2026/08/27 02:45:34 DEBUG : only4: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4085e2b721dffa82_d20260827_m024123_c001_v0001104_t0016_u01787798483581") 2026/08/27 02:45:34 DEBUG : only4: Deleting (id "4_z8f525d73103d4b1baf080e1b_f421d622144d72b2d_d20260827_m024116_c001_v7007000_t0000_u01787798476001") 2026/08/27 02:45:34 DEBUG : only4: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4085e2b721dffa30_d20260827_m024108_c001_v0001104_t0016_u01787798468873") 2026/08/27 02:45:34 DEBUG : only5: Deleting (id "4_z8f525d73103d4b1baf080e1b_f419459bd600f848a_d20260827_m024138_c001_v7007000_t0000_u01787798498199") 2026/08/27 02:45:34 DEBUG : only5: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4062bcc423389402_d20260827_m024130_c001_v0001185_t0002_u01787798490985") 2026/08/27 02:45:34 DEBUG : only5: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4085e2b721dffa84_d20260827_m024123_c001_v0001104_t0016_u01787798483938") 2026/08/27 02:45:34 DEBUG : only5: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4114a9be4e062ca2_d20260827_m024116_c001_v7007000_t0000_u01787798476037") 2026/08/27 02:45:34 DEBUG : only5: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4085e2b721dffa34_d20260827_m024109_c001_v0001104_t0016_u01787798469281") 2026/08/27 02:45:34 DEBUG : only6: Deleting (id "4_z8f525d73103d4b1baf080e1b_f419459bd600f848b_d20260827_m024138_c001_v7007000_t0000_u01787798498374") 2026/08/27 02:45:35 DEBUG : only6: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4085e2b721dffac6_d20260827_m024130_c001_v0001104_t0016_u01787798490989") 2026/08/27 02:45:35 DEBUG : only6: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4085e2b721dffa88_d20260827_m024124_c001_v0001104_t0016_u01787798484294") 2026/08/27 02:45:35 DEBUG : only6: Deleting (id "4_z8f525d73103d4b1baf080e1b_f40174204de33e632_d20260827_m024116_c001_v7007000_t0000_u01787798476047") 2026/08/27 02:45:35 DEBUG : only6: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4085e2b721dffa3a_d20260827_m024109_c001_v0001104_t0016_u01787798469638") 2026/08/27 02:45:35 DEBUG : only7: Deleting (id "4_z8f525d73103d4b1baf080e1b_f419459bd600f848c_d20260827_m024138_c001_v7007000_t0000_u01787798498549") 2026/08/27 02:45:35 DEBUG : only7: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4085e2b721dffac8_d20260827_m024131_c001_v0001104_t0016_u01787798491184") 2026/08/27 02:45:35 DEBUG : only7: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4085e2b721dffa8c_d20260827_m024124_c001_v0001104_t0016_u01787798484654") 2026/08/27 02:45:35 DEBUG : only7: Deleting (id "4_z8f525d73103d4b1baf080e1b_f40174204de33e631_d20260827_m024115_c001_v7007000_t0000_u01787798475861") 2026/08/27 02:45:35 DEBUG : only7: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4085e2b721dffa3c_d20260827_m024110_c001_v0001104_t0016_u01787798470001") 2026/08/27 02:45:35 DEBUG : only8: Deleting (id "4_z8f525d73103d4b1baf080e1b_f419459bd600f848d_d20260827_m024138_c001_v7007000_t0000_u01787798498725") 2026/08/27 02:45:35 DEBUG : only8: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4033b1d3778ab4da_d20260827_m024131_c001_v0001115_t0041_u01787798491049") 2026/08/27 02:45:35 DEBUG : only8: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4085e2b721dffa8e_d20260827_m024125_c001_v0001104_t0016_u01787798485063") 2026/08/27 02:45:35 DEBUG : only8: Deleting (id "4_z8f525d73103d4b1baf080e1b_f413c9e888c3393e3_d20260827_m024116_c001_v7007000_t0000_u01787798476022") 2026/08/27 02:45:35 DEBUG : only8: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4085e2b721dffa3e_d20260827_m024110_c001_v0001104_t0016_u01787798470359") 2026/08/27 02:45:35 DEBUG : only9: Deleting (id "4_z8f525d73103d4b1baf080e1b_f419459bd600f848e_d20260827_m024138_c001_v7007000_t0000_u01787798498901") 2026/08/27 02:45:35 DEBUG : only9: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4033b1d3778ab4e0_d20260827_m024131_c001_v0001115_t0041_u01787798491226") 2026/08/27 02:45:35 DEBUG : only9: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4085e2b721dffa90_d20260827_m024125_c001_v0001104_t0016_u01787798485421") 2026/08/27 02:45:35 DEBUG : only9: Deleting (id "4_z8f525d73103d4b1baf080e1b_f421d622144d72b2f_d20260827_m024116_c001_v7007000_t0000_u01787798476351") 2026/08/27 02:45:35 DEBUG : only9: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4085e2b721dffa42_d20260827_m024110_c001_v0001104_t0016_u01787798470831") 2026/08/27 02:45:35 DEBUG : potato: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4068a65c8246dc85_d20260827_m023752_c001_v7007000_t0000_u01787798272314") 2026/08/27 02:45:35 DEBUG : potato: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4062bcc423388d89_d20260827_m023750_c001_v0001185_t0002_u01787798270693") 2026/08/27 02:45:35 DEBUG : potato: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4068a65c8246dc7f_d20260827_m023749_c001_v7007000_t0000_u01787798269971") 2026/08/27 02:45:36 DEBUG : potato: Deleting (id "4_z8f525d73103d4b1baf080e1b_f40559e3326712596_d20260827_m023748_c001_v0001174_t0027_u01787798268406") 2026/08/27 02:45:36 DEBUG : potato: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4068a65c8246dc53_d20260827_m023747_c001_v7007000_t0000_u01787798267662") 2026/08/27 02:45:36 DEBUG : potato: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4085e2b721dff726_d20260827_m023745_c001_v0001104_t0016_u01787798265858") 2026/08/27 02:45:36 DEBUG : potato: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4189d3b2c0bf1ecf_d20260827_m023736_c001_v7007000_t0000_u01787798256167") 2026/08/27 02:45:36 DEBUG : potato: Deleting (id "4_z8f525d73103d4b1baf080e1b_f40559e3326712488_d20260827_m023735_c001_v0001174_t0027_u01787798255063") 2026/08/27 02:45:36 DEBUG : potato: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4189d3b2c0bf1ea5_d20260827_m023733_c001_v7007000_t0000_u01787798253427") 2026/08/27 02:45:36 DEBUG : potato: Deleting (id "4_z8f525d73103d4b1baf080e1b_f40559e3326712456_d20260827_m023732_c001_v0001174_t0027_u01787798252611") 2026/08/27 02:45:36 DEBUG : potato: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4189d3b2c0bf1e75_d20260827_m023731_c001_v7007000_t0000_u01787798251238") 2026/08/27 02:45:36 DEBUG : potato: Deleting (id "4_z8f525d73103d4b1baf080e1b_f40559e3326712428_d20260827_m023730_c001_v0001174_t0027_u01787798250439") 2026/08/27 02:45:36 DEBUG : potato: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4189d3b2c0bf1e5b_d20260827_m023724_c001_v7007000_t0000_u01787798244912") 2026/08/27 02:45:36 DEBUG : potato: Deleting (id "4_z8f525d73103d4b1baf080e1b_f40559e33267123aa_d20260827_m023723_c001_v0001174_t0027_u01787798243941") 2026/08/27 02:45:36 DEBUG : potato: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4189d3b2c0bf1e55_d20260827_m023723_c001_v7007000_t0000_u01787798243589") 2026/08/27 02:45:36 DEBUG : potato: Deleting (id "4_z8f525d73103d4b1baf080e1b_f40559e332671238a_d20260827_m023722_c001_v0001174_t0027_u01787798242531") 2026/08/27 02:45:36 DEBUG : potato: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4189d3b2c0bf1e50_d20260827_m023722_c001_v7007000_t0000_u01787798242180") 2026/08/27 02:45:36 DEBUG : potato: Deleting (id "4_z8f525d73103d4b1baf080e1b_f40559e3326712376_d20260827_m023721_c001_v0001174_t0027_u01787798241652") 2026/08/27 02:45:36 DEBUG : potato: Deleting (id "4_z8f525d73103d4b1baf080e1b_f40559e332671236c_d20260827_m023721_c001_v0001174_t0027_u01787798241092") 2026/08/27 02:45:36 DEBUG : potato: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4189d3b2c0bf1e4b_d20260827_m023720_c001_v7007000_t0000_u01787798240742") 2026/08/27 02:45:36 DEBUG : potato: Deleting (id "4_z8f525d73103d4b1baf080e1b_f40559e3326712350_d20260827_m023720_c001_v0001174_t0027_u01787798240215") 2026/08/27 02:45:36 DEBUG : potato: Deleting (id "4_z8f525d73103d4b1baf080e1b_f10559e3326712346_d20260827_m023719_c001_v0001174_t0033_u01787798239468") 2026/08/27 02:45:36 DEBUG : potato: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4189d3b2c0bf1e26_d20260827_m023719_c001_v7007000_t0000_u01787798239118") 2026/08/27 02:45:36 DEBUG : potato: Deleting (id "4_z8f525d73103d4b1baf080e1b_f10559e332671231c_d20260827_m023718_c001_v0001174_t0051_u01787798238107") 2026/08/27 02:45:36 DEBUG : potato2: Deleting (id "4_z8f525d73103d4b1baf080e1b_f400be1583dce1ef5_d20260827_m023857_c001_v7007000_t0000_u01787798337639") 2026/08/27 02:45:37 DEBUG : potato2: Deleting (id "4_z8f525d73103d4b1baf080e1b_f1085e2b721dff844_d20260827_m023856_c001_v0001104_t0015_u01787798336599") 2026/08/27 02:45:37 DEBUG : potato2: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4144a919a4e50fe9_d20260827_m023847_c001_v7007000_t0000_u01787798327594") 2026/08/27 02:45:37 DEBUG : potato2: Deleting (id "4_z8f525d73103d4b1baf080e1b_f1085e2b721dff814_d20260827_m023842_c001_v0001104_t0033_u01787798322846") 2026/08/27 02:45:37 DEBUG : potato2: Deleting (id "4_z8f525d73103d4b1baf080e1b_f40174204de33da98_d20260827_m023835_c001_v7007000_t0000_u01787798315749") 2026/08/27 02:45:37 DEBUG : potato2: Deleting (id "4_z8f525d73103d4b1baf080e1b_f1085e2b721dff7f2_d20260827_m023830_c001_v0001104_t0019_u01787798310884") 2026/08/27 02:45:37 DEBUG : potato2: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4068a65c8246dc8e_d20260827_m023802_c001_v7007000_t0000_u01787798282087") 2026/08/27 02:45:37 DEBUG : potato2: Deleting (id "4_z8f525d73103d4b1baf080e1b_f1085e2b721dff758_d20260827_m023758_c001_v0001104_t0057_u01787798278102") 2026/08/27 02:45:37 DEBUG : potato2: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4068a65c8246dc08_d20260827_m023740_c001_v7007000_t0000_u01787798260497") 2026/08/27 02:45:37 DEBUG : potato2: Deleting (id "4_z8f525d73103d4b1baf080e1b_f10559e33267124d6_d20260827_m023739_c001_v0001174_t0023_u01787798259002") 2026/08/27 02:45:37 DEBUG : potato2: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4068a65c8246dc04_d20260827_m023738_c001_v7007000_t0000_u01787798258651") 2026/08/27 02:45:37 DEBUG : potato2: Deleting (id "4_z8f525d73103d4b1baf080e1b_f10559e33267124aa_d20260827_m023736_c001_v0001174_t0045_u01787798256705") 2026/08/27 02:45:37 DEBUG : potato2: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4189d3b2c0bf1ed4_d20260827_m023736_c001_v7007000_t0000_u01787798256351") 2026/08/27 02:45:37 DEBUG : potato2: Deleting (id "4_z8f525d73103d4b1baf080e1b_f40559e3326712494_d20260827_m023735_c001_v0001174_t0027_u01787798255631") 2026/08/27 02:45:37 DEBUG : potato2: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4189d3b2c0bf1eb9_d20260827_m023734_c001_v7007000_t0000_u01787798254713") 2026/08/27 02:45:37 DEBUG : potato2: Deleting (id "4_z8f525d73103d4b1baf080e1b_f10559e332671246e_d20260827_m023733_c001_v0001174_t0016_u01787798253781") 2026/08/27 02:45:37 DEBUG : potato2: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4189d3b2c0bf1e8c_d20260827_m023732_c001_v7007000_t0000_u01787798252254") 2026/08/27 02:45:37 DEBUG : potato2: Deleting (id "4_z8f525d73103d4b1baf080e1b_f10559e332671243e_d20260827_m023731_c001_v0001174_t0026_u01787798251257") 2026/08/27 02:45:37 DEBUG : potato2: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4189d3b2c0bf1e5e_d20260827_m023725_c001_v7007000_t0000_u01787798245618") 2026/08/27 02:45:37 DEBUG : potato2: Deleting (id "4_z8f525d73103d4b1baf080e1b_f10559e33267123bc_d20260827_m023724_c001_v0001174_t0014_u01787798244651") 2026/08/27 02:45:37 DEBUG : potato2: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4188293bf5a03d7e_d20260827_m023633_c001_v7007000_t0000_u01787798193015") 2026/08/27 02:45:37 DEBUG : potato2: Deleting (id "4_z8f525d73103d4b1baf080e1b_f40559e3326711f83_d20260827_m023632_c001_v0001174_t0027_u01787798192489") 2026/08/27 02:45:38 DEBUG : potato2: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4188293bf5a03d6d_d20260827_m023631_c001_v7007000_t0000_u01787798191616") 2026/08/27 02:45:38 DEBUG : potato2: Deleting (id "4_z8f525d73103d4b1baf080e1b_f40559e3326711f67_d20260827_m023631_c001_v0001174_t0027_u01787798191090") 2026/08/27 02:45:38 DEBUG : potato3: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4144a919a4e50fea_d20260827_m023848_c001_v7007000_t0000_u01787798328238") 2026/08/27 02:45:38 DEBUG : potato3: Deleting (id "4_z8f525d73103d4b1baf080e1b_f10559e3326712986_d20260827_m023844_c001_v0001174_t0048_u01787798324787") 2026/08/27 02:45:38 DEBUG : potato3: Deleting (id "4_z8f525d73103d4b1baf080e1b_f40174204de33da99_d20260827_m023835_c001_v7007000_t0000_u01787798315925") 2026/08/27 02:45:38 DEBUG : potato3: Deleting (id "4_z8f525d73103d4b1baf080e1b_f10559e33267128c8_d20260827_m023832_c001_v0001174_t0028_u01787798312672") 2026/08/27 02:45:38 DEBUG : potato3: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4068a65c8246dc91_d20260827_m023802_c001_v7007000_t0000_u01787798282904") 2026/08/27 02:45:38 DEBUG : potato3: Deleting (id "4_z8f525d73103d4b1baf080e1b_f10559e332671264a_d20260827_m023758_c001_v0001174_t0038_u01787798278969") 2026/08/27 02:45:38 DEBUG : pre-dest1/1: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4114a9be4e062a4b_d20260827_m023931_c001_v7007000_t0000_u01787798371851") 2026/08/27 02:45:38 DEBUG : pre-dest1/1: Deleting (id "4_z8f525d73103d4b1baf080e1b_f40559e3326712bcc_d20260827_m023924_c001_v0001174_t0027_u01787798364188") 2026/08/27 02:45:38 DEBUG : pre-dest2/2: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4114a9be4e062a4c_d20260827_m023932_c001_v7007000_t0000_u01787798372029") 2026/08/27 02:45:38 DEBUG : pre-dest2/2: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4085e2b721dff8a0_d20260827_m023924_c001_v0001104_t0016_u01787798364715") 2026/08/27 02:45:38 DEBUG : rclone-sync-test-ignore-file/.ignore: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4278cc7fe349ff34_d20260827_m023910_c001_v7007000_t0000_u01787798350043") 2026/08/27 02:45:38 DEBUG : rclone-sync-test-ignore-file/.ignore: Deleting (id "4_z8f525d73103d4b1baf080e1b_f1062bcc423388f8e_d20260827_m023906_c001_v0001185_t0037_u01787798346271") 2026/08/27 02:45:38 DEBUG : sizeonly: Deleting (id "4_z8f525d73103d4b1baf080e1b_f421d622144d72640_d20260827_m023705_c001_v7007000_t0000_u01787798225310") 2026/08/27 02:45:38 DEBUG : sizeonly: Deleting (id "4_z8f525d73103d4b1baf080e1b_f40559e33267121cc_d20260827_m023704_c001_v0001174_t0027_u01787798224335") 2026/08/27 02:45:38 DEBUG : splitbanan: Deleting (id "4_z8f525d73103d4b1baf080e1b_f425a8c9b5490b955_d20260827_m024313_c001_v7007000_t0000_u01787798593758") 2026/08/27 02:45:38 DEBUG : splitbanan: Deleting (id "4_z8f525d73103d4b1baf080e1b_f401e3d771fb0f192_d20260827_m024307_c001_v0001154_t0000_u01787798587126") 2026/08/27 02:45:38 DEBUG : splitbananasplit: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4114a9be4e06314d_d20260827_m024413_c001_v7007000_t0000_u01787798653538") 2026/08/27 02:45:38 DEBUG : splitbananasplit: Deleting (id "4_z8f525d73103d4b1baf080e1b_f401e3d771fb0f22c_d20260827_m024406_c001_v0001154_t0000_u01787798646876") 2026/08/27 02:45:38 DEBUG : splitbananasplit: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4278cc7fe34a052e_d20260827_m024401_c001_v7007000_t0000_u01787798641167") 2026/08/27 02:45:39 DEBUG : splitbananasplit: Deleting (id "4_z8f525d73103d4b1baf080e1b_f401e3d771fb0f214_d20260827_m024355_c001_v0001154_t0000_u01787798635180") 2026/08/27 02:45:39 DEBUG : splitbananasplit: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4278cc7fe34a04a7_d20260827_m024349_c001_v7007000_t0000_u01787798629499") 2026/08/27 02:45:39 DEBUG : splitbananasplit: Deleting (id "4_z8f525d73103d4b1baf080e1b_f401e3d771fb0f1ec_d20260827_m024343_c001_v0001154_t0000_u01787798623425") 2026/08/27 02:45:39 DEBUG : splitbananasplit: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4278cc7fe34a048a_d20260827_m024337_c001_v7007000_t0000_u01787798617879") 2026/08/27 02:45:39 DEBUG : splitbananasplit: Deleting (id "4_z8f525d73103d4b1baf080e1b_f401e3d771fb0f1d0_d20260827_m024331_c001_v0001154_t0000_u01787798611458") 2026/08/27 02:45:39 DEBUG : splitbananasplit: Deleting (id "4_z8f525d73103d4b1baf080e1b_f425a8c9b5490b97f_d20260827_m024325_c001_v7007000_t0000_u01787798605788") 2026/08/27 02:45:39 DEBUG : splitbananasplit: Deleting (id "4_z8f525d73103d4b1baf080e1b_f401e3d771fb0f1b2_d20260827_m024319_c001_v0001154_t0000_u01787798599331") 2026/08/27 02:45:39 DEBUG : splitbananasplit: Deleting (id "4_z8f525d73103d4b1baf080e1b_f405f3f94e4ab9f4f_d20260827_m024308_c001_v7007000_t0000_u01787798588487") 2026/08/27 02:45:39 DEBUG : splitbananasplit: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4062bcc42338970c_d20260827_m024306_c001_v0001185_t0002_u01787798586231") 2026/08/27 02:45:39 DEBUG : splitbananasplit: Deleting (id "4_z8f525d73103d4b1baf080e1b_f413c9e888c33943d_d20260827_m024300_c001_v7007000_t0000_u01787798580611") 2026/08/27 02:45:39 DEBUG : splitbananasplit: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4085e2b721dffc28_d20260827_m024254_c001_v0001104_t0016_u01787798574526") 2026/08/27 02:45:39 DEBUG : splitbananasplit: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4188293bf5a049ac_d20260827_m024253_c001_v7007000_t0000_u01787798573410") 2026/08/27 02:45:39 DEBUG : splitbananasplit: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4062bcc42338967a_d20260827_m024250_c001_v0001185_t0002_u01787798570037") 2026/08/27 02:45:39 DEBUG : splitbananasplit: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4225634d9f86a2f3_d20260827_m024244_c001_v7007000_t0000_u01787798564368") 2026/08/27 02:45:39 DEBUG : splitbananasplit: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4085e2b721dffbda_d20260827_m024238_c001_v0001104_t0016_u01787798558228") 2026/08/27 02:45:39 DEBUG : splitbananasplit: Deleting (id "4_z8f525d73103d4b1baf080e1b_f423dae673de36f26_d20260827_m024237_c001_v7007000_t0000_u01787798557281") 2026/08/27 02:45:39 DEBUG : splitbananasplit: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4085e2b721dffbc0_d20260827_m024233_c001_v0001104_t0016_u01787798553959") 2026/08/27 02:45:39 DEBUG : splitbananasplit: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4055704355f5e8d3_d20260827_m024222_c001_v7007000_t0000_u01787798542510") 2026/08/27 02:45:39 DEBUG : splitbananasplit: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4033b1d3778ab5c8_d20260827_m024219_c001_v0001115_t0041_u01787798539437") 2026/08/27 02:45:39 DEBUG : splitbananasplit: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4055704355f5e8c9_d20260827_m024213_c001_v7007000_t0000_u01787798533818") 2026/08/27 02:45:39 DEBUG : splitbananasplit: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4033b1d3778ab596_d20260827_m024207_c001_v0001115_t0041_u01787798527674") 2026/08/27 02:45:39 DEBUG : splitbananasplit: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4055704355f5e8a6_d20260827_m024201_c001_v7007000_t0000_u01787798521978") 2026/08/27 02:45:40 DEBUG : splitbananasplit: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4033b1d3778ab56a_d20260827_m024156_c001_v0001115_t0041_u01787798516007") 2026/08/27 02:45:40 DEBUG : splitbananasplitSUFFIX: Deleting (id "4_z8f525d73103d4b1baf080e1b_f41620da363e3c8bd_d20260827_m024255_c001_v7007000_t0000_u01787798575682") 2026/08/27 02:45:40 DEBUG : splitbananasplitSUFFIX: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4062bcc42338967e_d20260827_m024250_c001_v0001185_t0002_u01787798570900") 2026/08/27 02:45:40 DEBUG : sub dir/hello world: Deleting (id "4_z8f525d73103d4b1baf080e1b_f419459bd600f84a1_d20260827_m024151_c001_v7007000_t0000_u01787798511156") 2026/08/27 02:45:40 DEBUG : sub dir/hello world: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4062bcc423389478_d20260827_m024148_c001_v0001185_t0002_u01787798508022") 2026/08/27 02:45:40 DEBUG : sub dir/hello world: Deleting (id "4_z8f525d73103d4b1baf080e1b_f400be1583dce23a7_d20260827_m024146_c001_v7007000_t0000_u01787798506949") 2026/08/27 02:45:40 DEBUG : sub dir/hello world: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4085e2b721dffaee_d20260827_m024144_c001_v0001104_t0016_u01787798504416") 2026/08/27 02:45:40 DEBUG : sub dir/hello world: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4068a65c8246dc8a_d20260827_m023755_c001_v7007000_t0000_u01787798275440") 2026/08/27 02:45:40 DEBUG : sub dir/hello world: Deleting (id "4_z8f525d73103d4b1baf080e1b_f40559e33267125f4_d20260827_m023754_c001_v0001174_t0027_u01787798274645") 2026/08/27 02:45:40 DEBUG : sub dir/hello world: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4068a65c8246dc88_d20260827_m023754_c001_v7007000_t0000_u01787798274113") 2026/08/27 02:45:40 DEBUG : sub dir/hello world: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4062bcc423388d97_d20260827_m023753_c001_v0001185_t0002_u01787798273406") 2026/08/27 02:45:40 DEBUG : sub dir/hello world: Deleting (id "4_z8f525d73103d4b1baf080e1b_f421d622144d72637_d20260827_m023702_c001_v7007000_t0000_u01787798222418") 2026/08/27 02:45:40 DEBUG : sub dir/hello world: Deleting (id "4_z8f525d73103d4b1baf080e1b_f40559e3326712198_d20260827_m023701_c001_v0001174_t0027_u01787798221015") 2026/08/27 02:45:40 DEBUG : sub dir/hello world: Deleting (id "4_z8f525d73103d4b1baf080e1b_f421d622144d7253d_d20260827_m023700_c001_v7007000_t0000_u01787798220665") 2026/08/27 02:45:40 DEBUG : sub dir/hello world: Deleting (id "4_z8f525d73103d4b1baf080e1b_f40559e332671217a_d20260827_m023659_c001_v0001174_t0027_u01787798219610") 2026/08/27 02:45:40 DEBUG : sub dir/hello world: Deleting (id "4_z8f525d73103d4b1baf080e1b_f421d622144d72502_d20260827_m023657_c001_v7007000_t0000_u01787798217610") 2026/08/27 02:45:40 DEBUG : sub dir/hello world: Deleting (id "4_z8f525d73103d4b1baf080e1b_f40559e3326712142_d20260827_m023656_c001_v0001174_t0027_u01787798216710") 2026/08/27 02:45:40 DEBUG : sub dir/hello world: Deleting (id "4_z8f525d73103d4b1baf080e1b_f421d622144d724ec_d20260827_m023656_c001_v7007000_t0000_u01787798216188") 2026/08/27 02:45:40 DEBUG : sub dir/hello world: Deleting (id "4_z8f525d73103d4b1baf080e1b_f40559e332671212d_d20260827_m023655_c001_v0001174_t0027_u01787798215251") 2026/08/27 02:45:40 DEBUG : sub dir/hello world: Deleting (id "4_z8f525d73103d4b1baf080e1b_f40559e3326712101_d20260827_m023652_c001_v0001174_t0027_u01787798212864") 2026/08/27 02:45:41 DEBUG : sub dir/hello world: Deleting (id "4_z8f525d73103d4b1baf080e1b_f421d622144d724c2_d20260827_m023652_c001_v7007000_t0000_u01787798212514") 2026/08/27 02:45:41 DEBUG : sub dir/hello world: Deleting (id "4_z8f525d73103d4b1baf080e1b_f40559e33267120eb_d20260827_m023651_c001_v0001174_t0027_u01787798211991") 2026/08/27 02:45:41 DEBUG : sub dir/hello world: Deleting (id "4_z8f525d73103d4b1baf080e1b_f40559e33267120e1_d20260827_m023651_c001_v0001174_t0027_u01787798211291") 2026/08/27 02:45:41 DEBUG : sub dir/hello world: Deleting (id "4_z8f525d73103d4b1baf080e1b_f421d622144d724b7_d20260827_m023650_c001_v7007000_t0000_u01787798210930") 2026/08/27 02:45:41 DEBUG : sub dir/hello world: Deleting (id "4_z8f525d73103d4b1baf080e1b_f40559e33267120b2_d20260827_m023648_c001_v0001174_t0027_u01787798208368") 2026/08/27 02:45:41 DEBUG : sub dir/hello world: Deleting (id "4_z8f525d73103d4b1baf080e1b_f40559e3326712097_d20260827_m023645_c001_v0001174_t0027_u01787798205923") 2026/08/27 02:45:41 DEBUG : sub dir/hello world: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4188293bf5a03e2b_d20260827_m023645_c001_v7007000_t0000_u01787798205572") 2026/08/27 02:45:41 DEBUG : sub dir/hello world: Deleting (id "4_z8f525d73103d4b1baf080e1b_f40559e3326712087_d20260827_m023645_c001_v0001174_t0027_u01787798205050") 2026/08/27 02:45:41 DEBUG : sub dir/hello world: Deleting (id "4_z8f525d73103d4b1baf080e1b_f40559e3326712077_d20260827_m023644_c001_v0001174_t0027_u01787798204349") 2026/08/27 02:45:41 DEBUG : sub dir/hello world: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4188293bf5a03e28_d20260827_m023644_c001_v7007000_t0000_u01787798204000") 2026/08/27 02:45:41 DEBUG : sub dir/hello world: Deleting (id "4_z8f525d73103d4b1baf080e1b_f40559e332671201f_d20260827_m023640_c001_v0001174_t0027_u01787798200599") 2026/08/27 02:45:41 DEBUG : sub dir/hello world: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4188293bf5a03dfc_d20260827_m023640_c001_v7007000_t0000_u01787798200249") 2026/08/27 02:45:41 DEBUG : sub dir/hello world: Deleting (id "4_z8f525d73103d4b1baf080e1b_f40559e332671200f_d20260827_m023639_c001_v0001174_t0027_u01787798199724") 2026/08/27 02:45:41 DEBUG : sub dir/hello world: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4188293bf5a03de6_d20260827_m023638_c001_v7007000_t0000_u01787798198822") 2026/08/27 02:45:41 DEBUG : sub dir/hello world: Deleting (id "4_z8f525d73103d4b1baf080e1b_f40559e3326711fed_d20260827_m023638_c001_v0001174_t0027_u01787798198300") 2026/08/27 02:45:41 DEBUG : sub dir/hello world: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4188293bf5a03dcc_d20260827_m023637_c001_v7007000_t0000_u01787798197777") 2026/08/27 02:45:41 DEBUG : sub dir/hello world: Deleting (id "4_z8f525d73103d4b1baf080e1b_f40559e3326711fd5_d20260827_m023637_c001_v0001174_t0027_u01787798197252") 2026/08/27 02:45:41 DEBUG : sub dir/hello world: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4188293bf5a03daa_d20260827_m023636_c001_v7007000_t0000_u01787798196348") 2026/08/27 02:45:41 DEBUG : sub dir/hello world: Deleting (id "4_z8f525d73103d4b1baf080e1b_f40559e3326711fc3_d20260827_m023635_c001_v0001174_t0027_u01787798195631") 2026/08/27 02:45:41 DEBUG : sub dir/hello world: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4188293bf5a03d90_d20260827_m023635_c001_v7007000_t0000_u01787798195108") 2026/08/27 02:45:42 DEBUG : sub dir/hello world: Deleting (id "4_z8f525d73103d4b1baf080e1b_f40559e3326711fa9_d20260827_m023634_c001_v0001174_t0027_u01787798194585") 2026/08/27 02:45:42 DEBUG : sub dir/hello world: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4188293bf5a03d8e_d20260827_m023634_c001_v7007000_t0000_u01787798194062") 2026/08/27 02:45:42 DEBUG : sub dir/hello world: Deleting (id "4_z8f525d73103d4b1baf080e1b_f40559e3326711f97_d20260827_m023633_c001_v0001174_t0027_u01787798193539") 2026/08/27 02:45:42 DEBUG : sub dir/hello world: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4188293bf5a03d53_d20260827_m023629_c001_v7007000_t0000_u01787798189364") 2026/08/27 02:45:42 DEBUG : sub dir/hello world: Deleting (id "4_z8f525d73103d4b1baf080e1b_f40559e3326711f3f_d20260827_m023628_c001_v0001174_t0027_u01787798188838") 2026/08/27 02:45:42 DEBUG : sub dir/hello world: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4188293bf5a03d4f_d20260827_m023628_c001_v7007000_t0000_u01787798188314") 2026/08/27 02:45:42 DEBUG : sub dir/hello world: Deleting (id "4_z8f525d73103d4b1baf080e1b_f40559e3326711f31_d20260827_m023627_c001_v0001174_t0027_u01787798187784") 2026/08/27 02:45:42 DEBUG : sub dir/hello world: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4188293bf5a03d4d_d20260827_m023626_c001_v7007000_t0000_u01787798186906") 2026/08/27 02:45:42 DEBUG : sub dir/hello world: Deleting (id "4_z8f525d73103d4b1baf080e1b_f40559e3326711f15_d20260827_m023626_c001_v0001174_t0027_u01787798186382") 2026/08/27 02:45:42 DEBUG : sub dir/hello world: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4188293bf5a03d4b_d20260827_m023624_c001_v7007000_t0000_u01787798184209") 2026/08/27 02:45:42 DEBUG : sub dir/hello world: Deleting (id "4_z8f525d73103d4b1baf080e1b_f40559e3326711edd_d20260827_m023623_c001_v0001174_t0027_u01787798183682") 2026/08/27 02:45:42 DEBUG : sub dir2/very/very/very/very/very/nested/subdir/hello world: Deleting (id "4_z8f525d73103d4b1baf080e1b_f419459bd600f84a2_d20260827_m024151_c001_v7007000_t0000_u01787798511333") 2026/08/27 02:45:42 DEBUG : sub dir2/very/very/very/very/very/nested/subdir/hello world: Deleting (id "4_z8f525d73103d4b1baf080e1b_f1033b1d3778ab53a_d20260827_m024148_c001_v0001115_t0039_u01787798508041") 2026/08/27 02:45:42 DEBUG : sub dir2/very/very/very/very/very/nested/subdir/hello world: Deleting (id "4_z8f525d73103d4b1baf080e1b_f400be1583dce23a9_d20260827_m024147_c001_v7007000_t0000_u01787798507124") 2026/08/27 02:45:42 DEBUG : sub dir2/very/very/very/very/very/nested/subdir/hello world: Deleting (id "4_z8f525d73103d4b1baf080e1b_f101e3d771fb0f09e_d20260827_m024144_c001_v0001154_t0013_u01787798504425") 2026/08/27 02:45:42 DEBUG : sub dir_somesuffix/hello world_somesuffix.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4114a9be4e063152_d20260827_m024415_c001_v7007000_t0000_u01787798655935") 2026/08/27 02:45:42 DEBUG : sub dir_somesuffix/hello world_somesuffix.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f1033b1d3778ab7ea_d20260827_m024414_c001_v0001115_t0035_u01787798654943") 2026/08/27 02:45:42 DEBUG : sub/yam: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4068a65c8246dc82_d20260827_m023751_c001_v7007000_t0000_u01787798271784") 2026/08/27 02:45:42 DEBUG : sub/yam: Deleting (id "4_z8f525d73103d4b1baf080e1b_f40559e33267125ba_d20260827_m023750_c001_v0001174_t0027_u01787798270703") 2026/08/27 02:45:42 DEBUG : test_dir1/file2: Deleting (id "4_z8f525d73103d4b1baf080e1b_f419459bd600f849a_d20260827_m024143_c001_v7007000_t0000_u01787798503685") 2026/08/27 02:45:43 DEBUG : test_dir1/file2: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4062bcc42338944e_d20260827_m024142_c001_v0001185_t0002_u01787798502101") 2026/08/27 02:45:43 DEBUG : test_dir1/file2: Deleting (id "4_z8f525d73103d4b1baf080e1b_f419459bd600f8490_d20260827_m024141_c001_v7007000_t0000_u01787798501336") 2026/08/27 02:45:43 DEBUG : test_dir1/file2: Deleting (id "4_z8f525d73103d4b1baf080e1b_f401e3d771fb0f08e_d20260827_m024139_c001_v0001154_t0000_u01787798499856") 2026/08/27 02:45:43 DEBUG : test_dir2/sub_dir/file3: Deleting (id "4_z8f525d73103d4b1baf080e1b_f419459bd600f849b_d20260827_m024143_c001_v7007000_t0000_u01787798503860") 2026/08/27 02:45:43 DEBUG : test_dir2/sub_dir/file3: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4033b1d3778ab51e_d20260827_m024142_c001_v0001115_t0041_u01787798502430") 2026/08/27 02:45:43 DEBUG : test_dir2/sub_dir/file3: Deleting (id "4_z8f525d73103d4b1baf080e1b_f419459bd600f8492_d20260827_m024141_c001_v7007000_t0000_u01787798501511") 2026/08/27 02:45:43 DEBUG : test_dir2/sub_dir/file3: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4062bcc42338943a_d20260827_m024139_c001_v0001185_t0002_u01787798499861") 2026/08/27 02:45:43 DEBUG : three: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4068a65c8246dc1e_d20260827_m023745_c001_v7007000_t0000_u01787798265119") 2026/08/27 02:45:43 DEBUG : three: Deleting (id "4_z8f525d73103d4b1baf080e1b_f40559e3326712546_d20260827_m023744_c001_v0001174_t0027_u01787798264046") 2026/08/27 02:45:43 DEBUG : three: Deleting (id "4_z8f525d73103d4b1baf080e1b_f40559e3326712520_d20260827_m023741_c001_v0001174_t0027_u01787798261925") 2026/08/27 02:45:43 DEBUG : tictactoe/tictactoe: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4114a9be4e063156_d20260827_m024417_c001_v7007000_t0000_u01787798657467") 2026/08/27 02:45:43 DEBUG : tictactoe/tictactoe: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4062bcc423389904_d20260827_m024416_c001_v0001185_t0002_u01787798656873") 2026/08/27 02:45:43 DEBUG : tictactoe/tictactoe/tictactoe.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4114a9be4e06317f_d20260827_m024437_c001_v7007000_t0000_u01787798677499") 2026/08/27 02:45:43 DEBUG : tictactoe/tictactoe/tictactoe.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f1085e2b721dffdb6_d20260827_m024435_c001_v0001104_t0002_u01787798675233") 2026/08/27 02:45:43 DEBUG : tictactoe/tictactoe/tictactoe.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4114a9be4e063163_d20260827_m024433_c001_v7007000_t0000_u01787798673604") 2026/08/27 02:45:43 DEBUG : tictactoe/tictactoe/tictactoe.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f1062bcc4233899b2_d20260827_m024432_c001_v0001185_t0049_u01787798672267") 2026/08/27 02:45:43 DEBUG : tictactoe/tictactoe/tictactoe.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4114a9be4e063161_d20260827_m024431_c001_v7007000_t0000_u01787798671282") 2026/08/27 02:45:43 DEBUG : tictactoe/tictactoe/tictactoe.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f1033b1d3778ab816_d20260827_m024430_c001_v0001115_t0052_u01787798670085") 2026/08/27 02:45:43 DEBUG : tictactoe/tictactoe/tictactoe.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4114a9be4e06315d_d20260827_m024424_c001_v7007000_t0000_u01787798664788") 2026/08/27 02:45:43 DEBUG : tictactoe/tictactoe/tictactoe.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f1062bcc42338994a_d20260827_m024423_c001_v0001185_t0059_u01787798663486") 2026/08/27 02:45:44 DEBUG : tictactoe/tictactoe/toe.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4114a9be4e06315e_d20260827_m024427_c001_v7007000_t0000_u01787798667515") 2026/08/27 02:45:44 DEBUG : tictactoe/tictactoe/toe.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f1085e2b721dffda4_d20260827_m024425_c001_v0001104_t0021_u01787798665727") 2026/08/27 02:45:44 DEBUG : tictactoe/tictactoe/toe.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4114a9be4e06315b_d20260827_m024422_c001_v7007000_t0000_u01787798662550") 2026/08/27 02:45:44 DEBUG : tictactoe/tictactoe/toe.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f1033b1d3778ab7f8_d20260827_m024421_c001_v0001115_t0038_u01787798661537") 2026/08/27 02:45:44 DEBUG : toe/toe/tictactoe: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4114a9be4e06315a_d20260827_m024420_c001_v7007000_t0000_u01787798660581") 2026/08/27 02:45:44 DEBUG : toe/toe/tictactoe: Deleting (id "4_z8f525d73103d4b1baf080e1b_f401e3d771fb0f23a_d20260827_m024419_c001_v0001154_t0000_u01787798659997") 2026/08/27 02:45:44 DEBUG : toe/toe/tictactoe: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4114a9be4e063158_d20260827_m024419_c001_v7007000_t0000_u01787798659070") 2026/08/27 02:45:44 DEBUG : toe/toe/tictactoe: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4085e2b721dffd86_d20260827_m024418_c001_v0001104_t0016_u01787798658427") 2026/08/27 02:45:44 DEBUG : toe/toe/toe: Deleting (id "4_z8f525d73103d4b1baf080e1b_f415ca02874370a6e_d20260827_m024442_c001_v7007000_t0000_u01787798682429") 2026/08/27 02:45:44 DEBUG : toe/toe/toe: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4062bcc4233899f8_d20260827_m024441_c001_v0001185_t0002_u01787798681845") 2026/08/27 02:45:44 DEBUG : toe/toe/toe: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4114a9be4e06315f_d20260827_m024429_c001_v7007000_t0000_u01787798669124") 2026/08/27 02:45:44 DEBUG : toe/toe/toe: Deleting (id "4_z8f525d73103d4b1baf080e1b_f401e3d771fb0f242_d20260827_m024428_c001_v0001154_t0000_u01787798668490") 2026/08/27 02:45:44 DEBUG : toe/toe/toe.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4114a9be4e063181_d20260827_m024438_c001_v7007000_t0000_u01787798678075") 2026/08/27 02:45:44 DEBUG : toe/toe/toe.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f401e3d771fb0f244_d20260827_m024437_c001_v0001154_t0000_u01787798677309") 2026/08/27 02:45:44 DEBUG : toe/toe/toe.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4114a9be4e063164_d20260827_m024434_c001_v7007000_t0000_u01787798674208") 2026/08/27 02:45:44 DEBUG : toe/toe/toe.txt: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4177fc70d9360bce_d20260827_m024433_c001_v0001134_t0044_u01787798673422") 2026/08/27 02:45:44 DEBUG : two: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4068a65c8246dc23_d20260827_m023745_c001_v7007000_t0000_u01787798265326") 2026/08/27 02:45:44 DEBUG : two: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4062bcc423388d5d_d20260827_m023743_c001_v0001185_t0002_u01787798263494") 2026/08/27 02:45:44 DEBUG : two: Deleting (id "4_z8f525d73103d4b1baf080e1b_f40559e332671251c_d20260827_m023741_c001_v0001174_t0027_u01787798261746") 2026/08/27 02:45:44 DEBUG : yam: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4068a65c8246dc86_d20260827_m023752_c001_v7007000_t0000_u01787798272503") 2026/08/27 02:45:44 DEBUG : yam: Deleting (id "4_z8f525d73103d4b1baf080e1b_f408318e4b1e56c0e_d20260827_m023751_c001_v0001182_t0011_u01787798271601") 2026/08/27 02:45:45 DEBUG : yam: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4068a65c8246dc7a_d20260827_m023749_c001_v7007000_t0000_u01787798269360") 2026/08/27 02:45:45 DEBUG : yam: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4085e2b721dff732_d20260827_m023748_c001_v0001104_t0016_u01787798268416") 2026/08/27 02:45:45 DEBUG : yam: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4068a65c8246dc44_d20260827_m023747_c001_v7007000_t0000_u01787798267131") 2026/08/27 02:45:45 DEBUG : yam: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4062bcc423388d6b_d20260827_m023745_c001_v0001185_t0002_u01787798265869") 2026/08/27 02:45:45 DEBUG : yaml: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4068a65c8246dc81_d20260827_m023750_c001_v7007000_t0000_u01787798270160") 2026/08/27 02:45:45 DEBUG : yaml: Deleting (id "4_z8f525d73103d4b1baf080e1b_f402b896e1d1cb0fd_d20260827_m023749_c001_v0001185_t0030_u01787798269177") 2026/08/27 02:45:45 DEBUG : yaml: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4068a65c8246dc58_d20260827_m023747_c001_v7007000_t0000_u01787798267839") 2026/08/27 02:45:45 DEBUG : yaml: Deleting (id "4_z8f525d73103d4b1baf080e1b_f4009ecdf4025e86f_d20260827_m023746_c001_v0001161_t0031_u01787798266946") "./sync.test -test.v -test.timeout 1h0m0s -remote TestB2: -list-retries 5 -verbose" - Finished OK in 9m25.532319077s (try 1/5)