"./sync.test -test.v -test.timeout 1h0m0s -remote TestB2: -list-retries 5 -verbose" - Starting (try 1/5) 2026/08/22 04:13:46 DEBUG : Creating backend with remote "TestB2:rclone-test-diyujup8baku" 2026/08/22 04:13:46 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/08/22 04:13:47 DEBUG : Creating backend with remote "/tmp/rclone2587900294" === 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-diyujup8baku", Local "Local file system at /tmp/rclone2587900294", Modify Window "1ms" 2026/08/22 04:13:48 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/22 04:13:48 NOTICE: sub dir/hello world: Skipped copy as --dry-run is set (size 11) 2026/08/22 04:13:48 DEBUG : B2 bucket rclone-test-diyujup8baku: Waiting for checks to finish 2026/08/22 04:13:48 DEBUG : B2 bucket rclone-test-diyujup8baku: Waiting for transfers to finish --- PASS: TestCopyWithDryRun (1.47s) === RUN TestCopy run.go:198: Remote "B2 bucket rclone-test-diyujup8baku", Local "Local file system at /tmp/rclone2587900294", Modify Window "1ms" 2026/08/22 04:13:48 INFO : sub dir: Set directory modification time (using DirSetModTime) 2026/08/22 04:13:48 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/22 04:13:48 DEBUG : B2 bucket rclone-test-diyujup8baku: Waiting for checks to finish 2026/08/22 04:13:48 DEBUG : B2 bucket rclone-test-diyujup8baku: Waiting for transfers to finish 2026/08/22 04:13:49 DEBUG : sub dir/hello world: size = 11 OK 2026/08/22 04:13:49 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/22 04:13:49 INFO : sub dir/hello world: Copied (new) 2026/08/22 04:13:49 DEBUG : B2 bucket rclone-test-diyujup8baku: Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata --- PASS: TestCopy (1.63s) === RUN TestCopyMetadata run.go:198: Remote "B2 bucket rclone-test-diyujup8baku", Local "Local file system at /tmp/rclone2587900294", Modify Window "1ms" sync_test.go:99: Skipping as metadata not supported --- SKIP: TestCopyMetadata (0.36s) === RUN TestCopyMetadataNoEmptyDirs run.go:198: Remote "B2 bucket rclone-test-diyujup8baku", Local "Local file system at /tmp/rclone2587900294", Modify Window "1ms" sync_test.go:99: Skipping as metadata not supported --- SKIP: TestCopyMetadataNoEmptyDirs (0.36s) === RUN TestCopyMissingDirectory run.go:198: Remote "B2 bucket rclone-test-diyujup8baku", Local "Local file system at /tmp/rclone2587900294", Modify Window "1ms" 2026/08/22 04:13:50 DEBUG : Creating backend with remote "/non-existing" 2026/08/22 04:13:51 ERROR : Local file system at /non-existing: error reading source root directory: directory not found 2026/08/22 04:13:51 DEBUG : B2 bucket rclone-test-diyujup8baku: Waiting for checks to finish 2026/08/22 04:13:51 DEBUG : B2 bucket rclone-test-diyujup8baku: Waiting for transfers to finish --- PASS: TestCopyMissingDirectory (0.54s) === RUN TestCopyNoTraverse run.go:198: Remote "B2 bucket rclone-test-diyujup8baku", Local "Local file system at /tmp/rclone2587900294", Modify Window "1ms" 2026/08/22 04:13:52 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/22 04:13:52 DEBUG : B2 bucket rclone-test-diyujup8baku: Waiting for checks to finish 2026/08/22 04:13:52 DEBUG : B2 bucket rclone-test-diyujup8baku: Waiting for transfers to finish 2026/08/22 04:13:52 DEBUG : sub dir/hello world: size = 11 OK 2026/08/22 04:13:52 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/22 04:13:52 INFO : sub dir/hello world: Copied (new) --- PASS: TestCopyNoTraverse (1.55s) === RUN TestCopyNoTraverseDeadlock run.go:198: Remote "B2 bucket rclone-test-diyujup8baku", Local "Local file system at /tmp/rclone2587900294", Modify Window "1ms" sync_test.go:223: Only runs on local --- SKIP: TestCopyNoTraverseDeadlock (0.36s) === RUN TestCopyCheckFirst run.go:198: Remote "B2 bucket rclone-test-diyujup8baku", Local "Local file system at /tmp/rclone2587900294", Modify Window "1ms" 2026/08/22 04:13:53 INFO : B2 bucket rclone-test-diyujup8baku: Running all checks before starting transfers 2026/08/22 04:13:53 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/22 04:13:53 DEBUG : B2 bucket rclone-test-diyujup8baku: Waiting for checks to finish 2026/08/22 04:13:53 INFO : B2 bucket rclone-test-diyujup8baku: Checks finished, now starting transfers 2026/08/22 04:13:53 DEBUG : B2 bucket rclone-test-diyujup8baku: Waiting for transfers to finish 2026/08/22 04:13:53 DEBUG : sub dir/hello world: size = 11 OK 2026/08/22 04:13:53 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/22 04:13:53 INFO : sub dir/hello world: Copied (new) --- PASS: TestCopyCheckFirst (1.09s) === RUN TestSyncNoTraverse run.go:198: Remote "B2 bucket rclone-test-diyujup8baku", Local "Local file system at /tmp/rclone2587900294", Modify Window "1ms" 2026/08/22 04:13:54 ERROR : Ignoring --no-traverse with sync 2026/08/22 04:13:54 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/22 04:13:54 DEBUG : B2 bucket rclone-test-diyujup8baku: Waiting for checks to finish 2026/08/22 04:13:54 DEBUG : B2 bucket rclone-test-diyujup8baku: Waiting for transfers to finish 2026/08/22 04:13:54 DEBUG : sub dir/hello world: size = 11 OK 2026/08/22 04:13:54 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/22 04:13:54 INFO : sub dir/hello world: Copied (new) 2026/08/22 04:13:54 DEBUG : Waiting for deletions to finish --- PASS: TestSyncNoTraverse (1.09s) === RUN TestCopyWithDepth run.go:198: Remote "B2 bucket rclone-test-diyujup8baku", Local "Local file system at /tmp/rclone2587900294", Modify Window "1ms" 2026/08/22 04:13:55 DEBUG : hello world2: Need to transfer - File not found at Destination 2026/08/22 04:13:55 DEBUG : B2 bucket rclone-test-diyujup8baku: Waiting for checks to finish 2026/08/22 04:13:55 DEBUG : B2 bucket rclone-test-diyujup8baku: Waiting for transfers to finish 2026/08/22 04:13:55 DEBUG : hello world2: size = 12 OK 2026/08/22 04:13:55 DEBUG : hello world2: sha1 = c0bf117f9c93d02c894fe8ffd6e5cecf3545c209 OK 2026/08/22 04:13:55 INFO : hello world2: Copied (new) --- PASS: TestCopyWithDepth (1.09s) === RUN TestCopyWithFilesFrom run.go:198: Remote "B2 bucket rclone-test-diyujup8baku", Local "Local file system at /tmp/rclone2587900294", Modify Window "1ms" 2026/08/22 04:13:56 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/22 04:13:56 DEBUG : B2 bucket rclone-test-diyujup8baku: Waiting for checks to finish 2026/08/22 04:13:56 DEBUG : B2 bucket rclone-test-diyujup8baku: Waiting for transfers to finish 2026/08/22 04:13:57 DEBUG : potato2: size = 11 OK 2026/08/22 04:13:57 DEBUG : potato2: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/22 04:13:57 INFO : potato2: Copied (new) --- PASS: TestCopyWithFilesFrom (1.09s) === RUN TestCopyWithFilesFromAndNoTraverse run.go:198: Remote "B2 bucket rclone-test-diyujup8baku", Local "Local file system at /tmp/rclone2587900294", Modify Window "1ms" 2026/08/22 04:13:58 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/22 04:13:58 DEBUG : B2 bucket rclone-test-diyujup8baku: Waiting for checks to finish 2026/08/22 04:13:58 DEBUG : B2 bucket rclone-test-diyujup8baku: Waiting for transfers to finish 2026/08/22 04:13:58 DEBUG : potato2: size = 11 OK 2026/08/22 04:13:58 DEBUG : potato2: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/22 04:13:58 INFO : potato2: Copied (new) --- PASS: TestCopyWithFilesFromAndNoTraverse (1.47s) === RUN TestCopyEmptyDirectories run.go:198: Remote "B2 bucket rclone-test-diyujup8baku", Local "Local file system at /tmp/rclone2587900294", Modify Window "1ms" 2026/08/22 04:13:59 DEBUG : sub dir2/sub sub dir2: Making directory with metadata 2026/08/22 04:13:59 INFO : sub dir2/sub sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/22 04:13:59 INFO : sub dir2: Set directory modification time (using DirSetModTime) 2026/08/22 04:13:59 INFO : sub dir: Set directory modification time (using DirSetModTime) 2026/08/22 04:13:59 INFO : sub dir2: Making directory 2026/08/22 04:13:59 INFO : sub dir: Making directory 2026/08/22 04:13:59 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/22 04:13:59 INFO : sub dir2/sub sub dir2: Making directory 2026/08/22 04:13:59 DEBUG : B2 bucket rclone-test-diyujup8baku: Waiting for checks to finish 2026/08/22 04:13:59 DEBUG : B2 bucket rclone-test-diyujup8baku: Waiting for transfers to finish 2026/08/22 04:13:59 DEBUG : sub dir/hello world: size = 11 OK 2026/08/22 04:13:59 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/22 04:13:59 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/22 04:13:59 DEBUG : B2 bucket rclone-test-diyujup8baku: Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata --- PASS: TestCopyEmptyDirectories (1.09s) === RUN TestCopyNoEmptyDirectories run.go:198: Remote "B2 bucket rclone-test-diyujup8baku", Local "Local file system at /tmp/rclone2587900294", Modify Window "1ms" 2026/08/22 04:14:00 INFO : sub dir2: Making directory 2026/08/22 04:14:00 DEBUG : sub dir2/sub sub dir2: Making directory with metadata 2026/08/22 04:14:00 INFO : sub dir2/sub sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/22 04:14:00 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/22 04:14:00 DEBUG : B2 bucket rclone-test-diyujup8baku: Waiting for checks to finish 2026/08/22 04:14:00 DEBUG : B2 bucket rclone-test-diyujup8baku: Waiting for transfers to finish 2026/08/22 04:14:00 DEBUG : sub dir/hello world: size = 11 OK 2026/08/22 04:14:00 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/22 04:14:00 INFO : sub dir/hello world: Copied (new) --- PASS: TestCopyNoEmptyDirectories (1.09s) === RUN TestMoveEmptyDirectories run.go:198: Remote "B2 bucket rclone-test-diyujup8baku", Local "Local file system at /tmp/rclone2587900294", Modify Window "1ms" 2026/08/22 04:14:01 DEBUG : sub dir2: Making directory with metadata 2026/08/22 04:14:01 INFO : sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/22 04:14:01 INFO : sub dir2: Making directory 2026/08/22 04:14:01 INFO : sub dir: Making directory 2026/08/22 04:14:01 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/22 04:14:01 DEBUG : B2 bucket rclone-test-diyujup8baku: Waiting for checks to finish 2026/08/22 04:14:01 DEBUG : B2 bucket rclone-test-diyujup8baku: Waiting for transfers to finish 2026/08/22 04:14:01 DEBUG : sub dir/hello world: size = 11 OK 2026/08/22 04:14:01 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/22 04:14:01 INFO : sub dir/hello world: Copied (new) 2026/08/22 04:14:01 INFO : sub dir/hello world: Deleted fstest.go:251: Filtering empty directory "sub dir2" 2026/08/22 04:14:01 DEBUG : B2 bucket rclone-test-diyujup8baku: Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata 2026/08/22 04:14:02 DEBUG : B2 bucket rclone-test-diyujup8baku: Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata --- PASS: TestMoveEmptyDirectories (1.27s) === RUN TestSyncNoUpdateDirModtime run.go:198: Remote "B2 bucket rclone-test-diyujup8baku", Local "Local file system at /tmp/rclone2587900294", Modify Window "1ms" sync_test.go:439: Skipping test as backend does not support DirSetModTime --- SKIP: TestSyncNoUpdateDirModtime (0.36s) === RUN TestMoveNoEmptyDirectories run.go:198: Remote "B2 bucket rclone-test-diyujup8baku", Local "Local file system at /tmp/rclone2587900294", Modify Window "1ms" 2026/08/22 04:14:03 INFO : sub dir2: Making directory 2026/08/22 04:14:03 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/22 04:14:03 DEBUG : B2 bucket rclone-test-diyujup8baku: Waiting for checks to finish 2026/08/22 04:14:03 DEBUG : B2 bucket rclone-test-diyujup8baku: Waiting for transfers to finish 2026/08/22 04:14:03 DEBUG : sub dir/hello world: size = 11 OK 2026/08/22 04:14:03 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/22 04:14:03 INFO : sub dir/hello world: Copied (new) 2026/08/22 04:14:03 INFO : sub dir/hello world: Deleted --- PASS: TestMoveNoEmptyDirectories (1.09s) === RUN TestSyncEmptyDirectories run.go:198: Remote "B2 bucket rclone-test-diyujup8baku", Local "Local file system at /tmp/rclone2587900294", Modify Window "1ms" 2026/08/22 04:14:04 DEBUG : sub dir2: Making directory with metadata 2026/08/22 04:14:04 INFO : sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/22 04:14:04 INFO : sub dir: Set directory modification time (using DirSetModTime) 2026/08/22 04:14:04 INFO : sub dir2: Making directory 2026/08/22 04:14:04 INFO : sub dir: Making directory 2026/08/22 04:14:04 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/22 04:14:04 DEBUG : B2 bucket rclone-test-diyujup8baku: Waiting for checks to finish 2026/08/22 04:14:04 DEBUG : B2 bucket rclone-test-diyujup8baku: Waiting for transfers to finish 2026/08/22 04:14:04 DEBUG : sub dir/hello world: size = 11 OK 2026/08/22 04:14:04 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/22 04:14:04 INFO : sub dir/hello world: Copied (new) 2026/08/22 04:14:04 DEBUG : Waiting for deletions to finish fstest.go:251: Filtering empty directory "sub dir2" 2026/08/22 04:14:04 DEBUG : B2 bucket rclone-test-diyujup8baku: Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata --- PASS: TestSyncEmptyDirectories (1.09s) === RUN TestSyncSetDelayedModTimes run.go:198: Remote "B2 bucket rclone-test-diyujup8baku", Local "Local file system at /tmp/rclone2587900294", Modify Window "1ms" sync_test.go:538: Backend doesn't have DirModTimeUpdatesOnWrite set --- SKIP: TestSyncSetDelayedModTimes (0.36s) === RUN TestSyncNoEmptyDirectories run.go:198: Remote "B2 bucket rclone-test-diyujup8baku", Local "Local file system at /tmp/rclone2587900294", Modify Window "1ms" 2026/08/22 04:14:05 INFO : sub dir2: Making directory 2026/08/22 04:14:05 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/22 04:14:05 DEBUG : B2 bucket rclone-test-diyujup8baku: Waiting for checks to finish 2026/08/22 04:14:05 DEBUG : B2 bucket rclone-test-diyujup8baku: Waiting for transfers to finish 2026/08/22 04:14:05 DEBUG : sub dir/hello world: size = 11 OK 2026/08/22 04:14:05 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/22 04:14:05 INFO : sub dir/hello world: Copied (new) 2026/08/22 04:14:05 DEBUG : Waiting for deletions to finish --- PASS: TestSyncNoEmptyDirectories (1.09s) === RUN TestServerSideCopy run.go:198: Remote "B2 bucket rclone-test-diyujup8baku", Local "Local file system at /tmp/rclone2587900294", Modify Window "1ms" 2026/08/22 04:14:07 DEBUG : Creating backend with remote "TestB2:rclone-test-bagawil0cewa" sync_test.go:620: Server side copy (if possible) B2 bucket rclone-test-diyujup8baku -> B2 bucket rclone-test-bagawil0cewa 2026/08/22 04:14:08 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/22 04:14:08 DEBUG : B2 bucket rclone-test-bagawil0cewa: Waiting for checks to finish 2026/08/22 04:14:08 DEBUG : B2 bucket rclone-test-bagawil0cewa: Waiting for transfers to finish 2026/08/22 04:14:09 DEBUG : sub dir/hello world: size = 11 OK 2026/08/22 04:14:09 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/22 04:14:09 INFO : sub dir/hello world: Copied (server-side copy) 2026/08/22 04:14:09 DEBUG : B2 bucket rclone-test-bagawil0cewa: Purge remote 2026/08/22 04:14:09 INFO : B2 bucket rclone-test-bagawil0cewa: cleaning bucket "rclone-test-bagawil0cewa" of all files 2026/08/22 04:14:09 DEBUG : sub dir/hello world: Deleting (id "4_zcfd21d03a0dd2b7baf080e1b_f406e9aa53b0cf328_d20260822_m041408_c001_v0001173_t0014_u01787372048969") --- PASS: TestServerSideCopy (3.87s) === RUN TestCopyOverSelf run.go:198: Remote "B2 bucket rclone-test-diyujup8baku", Local "Local file system at /tmp/rclone2587900294", Modify Window "1ms" 2026/08/22 04:14:11 DEBUG : sub dir/hello world: size = 17 (Local file system at /tmp/rclone2587900294) 2026/08/22 04:14:11 DEBUG : sub dir/hello world: size = 11 (B2 bucket rclone-test-diyujup8baku) 2026/08/22 04:14:11 DEBUG : sub dir/hello world: Sizes differ 2026/08/22 04:14:11 DEBUG : B2 bucket rclone-test-diyujup8baku: Waiting for checks to finish 2026/08/22 04:14:11 DEBUG : B2 bucket rclone-test-diyujup8baku: Waiting for transfers to finish 2026/08/22 04:14:11 DEBUG : sub dir/hello world: size = 17 OK 2026/08/22 04:14:11 DEBUG : sub dir/hello world: sha1 = b84a9b2362aee3556081792f3b7abd3958da8deb OK 2026/08/22 04:14:11 INFO : sub dir/hello world: Copied (replaced existing) --- PASS: TestCopyOverSelf (1.74s) === RUN TestServerSideCopyOverSelf run.go:198: Remote "B2 bucket rclone-test-diyujup8baku", Local "Local file system at /tmp/rclone2587900294", Modify Window "1ms" 2026/08/22 04:14:12 DEBUG : Creating backend with remote "TestB2:rclone-test-vigugaz2cage" sync_test.go:656: Server side copy (if possible) B2 bucket rclone-test-diyujup8baku -> B2 bucket rclone-test-vigugaz2cage 2026/08/22 04:14:13 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/22 04:14:13 DEBUG : B2 bucket rclone-test-vigugaz2cage: Waiting for checks to finish 2026/08/22 04:14:13 DEBUG : B2 bucket rclone-test-vigugaz2cage: Waiting for transfers to finish 2026/08/22 04:14:14 DEBUG : sub dir/hello world: size = 11 OK 2026/08/22 04:14:14 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/22 04:14:14 INFO : sub dir/hello world: Copied (server-side copy) 2026/08/22 04:14:16 DEBUG : B2 bucket rclone-test-vigugaz2cage: Waiting for checks to finish 2026/08/22 04:14:16 DEBUG : sub dir/hello world: size = 17 (B2 bucket rclone-test-diyujup8baku) 2026/08/22 04:14:16 DEBUG : sub dir/hello world: size = 11 (B2 bucket rclone-test-vigugaz2cage) 2026/08/22 04:14:16 DEBUG : sub dir/hello world: Sizes differ 2026/08/22 04:14:16 DEBUG : B2 bucket rclone-test-vigugaz2cage: Waiting for transfers to finish 2026/08/22 04:14:16 DEBUG : sub dir/hello world: size = 17 OK 2026/08/22 04:14:16 DEBUG : sub dir/hello world: sha1 = b84a9b2362aee3556081792f3b7abd3958da8deb OK 2026/08/22 04:14:16 INFO : sub dir/hello world: Copied (server-side copy) 2026/08/22 04:14:16 DEBUG : B2 bucket rclone-test-vigugaz2cage: Purge remote 2026/08/22 04:14:16 INFO : B2 bucket rclone-test-vigugaz2cage: cleaning bucket "rclone-test-vigugaz2cage" of all files 2026/08/22 04:14:16 DEBUG : sub dir/hello world: Deleting (id "4_z5f222d73a0dd2b7baf080e1b_f4193e31bb2ad7d58_d20260822_m041416_c001_v0001150_t0028_u01787372056314") 2026/08/22 04:14:16 DEBUG : sub dir/hello world: Deleting (id "4_z5f222d73a0dd2b7baf080e1b_f409524d0583f77c8_d20260822_m041414_c001_v0001044_t0055_u01787372054813") --- PASS: TestServerSideCopyOverSelf (5.78s) === RUN TestMoveOverSelf run.go:198: Remote "B2 bucket rclone-test-diyujup8baku", Local "Local file system at /tmp/rclone2587900294", Modify Window "1ms" 2026/08/22 04:14:18 DEBUG : sub dir/hello world: size = 17 (Local file system at /tmp/rclone2587900294) 2026/08/22 04:14:18 DEBUG : sub dir/hello world: size = 11 (B2 bucket rclone-test-diyujup8baku) 2026/08/22 04:14:18 DEBUG : sub dir/hello world: Sizes differ 2026/08/22 04:14:18 DEBUG : B2 bucket rclone-test-diyujup8baku: Waiting for checks to finish 2026/08/22 04:14:18 DEBUG : B2 bucket rclone-test-diyujup8baku: Waiting for transfers to finish 2026/08/22 04:14:18 DEBUG : sub dir/hello world: size = 17 OK 2026/08/22 04:14:18 DEBUG : sub dir/hello world: sha1 = b84a9b2362aee3556081792f3b7abd3958da8deb OK 2026/08/22 04:14:18 INFO : sub dir/hello world: Copied (replaced existing) 2026/08/22 04:14:18 INFO : sub dir/hello world: Deleted --- PASS: TestMoveOverSelf (1.64s) === RUN TestServerSideMoveOverSelf run.go:198: Remote "B2 bucket rclone-test-diyujup8baku", Local "Local file system at /tmp/rclone2587900294", Modify Window "1ms" 2026/08/22 04:14:20 DEBUG : Creating backend with remote "TestB2:rclone-test-pisurec3xihi" sync_test.go:701: Server side copy (if possible) B2 bucket rclone-test-diyujup8baku -> B2 bucket rclone-test-pisurec3xihi 2026/08/22 04:14:21 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/22 04:14:21 DEBUG : B2 bucket rclone-test-pisurec3xihi: Waiting for checks to finish 2026/08/22 04:14:21 DEBUG : B2 bucket rclone-test-pisurec3xihi: Waiting for transfers to finish 2026/08/22 04:14:22 DEBUG : sub dir/hello world: size = 11 OK 2026/08/22 04:14:22 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/22 04:14:22 INFO : sub dir/hello world: Copied (server-side copy) 2026/08/22 04:14:22 DEBUG : B2 bucket rclone-test-pisurec3xihi: Waiting for checks to finish 2026/08/22 04:14:22 DEBUG : sub dir/hello world: size = 17 (B2 bucket rclone-test-diyujup8baku) 2026/08/22 04:14:22 DEBUG : sub dir/hello world: size = 11 (B2 bucket rclone-test-pisurec3xihi) 2026/08/22 04:14:22 DEBUG : sub dir/hello world: Sizes differ 2026/08/22 04:14:22 DEBUG : B2 bucket rclone-test-pisurec3xihi: Waiting for transfers to finish 2026/08/22 04:14:23 DEBUG : sub dir/hello world: size = 17 OK 2026/08/22 04:14:23 DEBUG : sub dir/hello world: sha1 = b84a9b2362aee3556081792f3b7abd3958da8deb OK 2026/08/22 04:14:23 INFO : sub dir/hello world: Copied (server-side copy) 2026/08/22 04:14:23 INFO : sub dir/hello world: Deleted 2026/08/22 04:14:24 DEBUG : testing file moves 2026/08/22 04:14:24 DEBUG : sub dir/hello world: size = 24 (B2 bucket rclone-test-diyujup8baku) 2026/08/22 04:14:24 DEBUG : sub dir/hello world: size = 17 (B2 bucket rclone-test-pisurec3xihi) 2026/08/22 04:14:24 DEBUG : sub dir/hello world: Sizes differ 2026/08/22 04:14:24 DEBUG : B2 bucket rclone-test-pisurec3xihi: Waiting for checks to finish 2026/08/22 04:14:24 DEBUG : B2 bucket rclone-test-pisurec3xihi: Waiting for transfers to finish 2026/08/22 04:14:24 DEBUG : sub dir/hello world: size = 24 OK 2026/08/22 04:14:24 DEBUG : sub dir/hello world: sha1 = 73716105e69866349759070d23c6e97b3acc55ff OK 2026/08/22 04:14:24 INFO : sub dir/hello world: Copied (server-side copy) 2026/08/22 04:14:24 INFO : sub dir/hello world: Deleted 2026/08/22 04:14:25 DEBUG : B2 bucket rclone-test-pisurec3xihi: Purge remote 2026/08/22 04:14:25 INFO : B2 bucket rclone-test-pisurec3xihi: cleaning bucket "rclone-test-pisurec3xihi" of all files 2026/08/22 04:14:25 DEBUG : sub dir/hello world: Deleting (id "4_z3f524d33a0dd2b7baf080e1b_f40696ca017f61164_d20260822_m041424_c001_v0001042_t0032_u01787372064532") 2026/08/22 04:14:25 DEBUG : sub dir/hello world: Deleting (id "4_z3f524d33a0dd2b7baf080e1b_f4133d06cea2ede6f_d20260822_m041423_c001_v0001184_t0000_u01787372063069") 2026/08/22 04:14:25 DEBUG : sub dir/hello world: Deleting (id "4_z3f524d33a0dd2b7baf080e1b_f417922cc92268dce_d20260822_m041421_c001_v0001104_t0047_u01787372061963") --- PASS: TestServerSideMoveOverSelf (7.01s) === RUN TestCopyAfterDelete run.go:198: Remote "B2 bucket rclone-test-diyujup8baku", Local "Local file system at /tmp/rclone2587900294", Modify Window "1ms" 2026/08/22 04:14:26 ERROR : error listing: directory not found 2026/08/22 04:14:27 INFO : Local file system at /tmp/rclone2587900294: Making directory 2026/08/22 04:14:27 DEBUG : B2 bucket rclone-test-diyujup8baku: Waiting for checks to finish 2026/08/22 04:14:27 DEBUG : B2 bucket rclone-test-diyujup8baku: Waiting for transfers to finish --- PASS: TestCopyAfterDelete (1.49s) === RUN TestCopyRedownload run.go:198: Remote "B2 bucket rclone-test-diyujup8baku", Local "Local file system at /tmp/rclone2587900294", Modify Window "1ms" 2026/08/22 04:14:28 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/22 04:14:28 DEBUG : Local file system at /tmp/rclone2587900294: Waiting for checks to finish 2026/08/22 04:14:28 DEBUG : Local file system at /tmp/rclone2587900294: Waiting for transfers to finish 2026/08/22 04:14:29 DEBUG : sub dir/hello world.df762ecf.partial: size = 11 OK 2026/08/22 04:14:29 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/22 04:14:29 DEBUG : sub dir/hello world.df762ecf.partial: renamed to: sub dir/hello world 2026/08/22 04:14:29 INFO : sub dir/hello world: Copied (new) --- PASS: TestCopyRedownload (1.81s) === RUN TestSyncBasedOnCheckSum run.go:198: Remote "B2 bucket rclone-test-diyujup8baku", Local "Local file system at /tmp/rclone2587900294", Modify Window "1ms" 2026/08/22 04:14:30 DEBUG : check sum: Need to transfer - File not found at Destination 2026/08/22 04:14:30 DEBUG : B2 bucket rclone-test-diyujup8baku: Waiting for checks to finish 2026/08/22 04:14:30 DEBUG : B2 bucket rclone-test-diyujup8baku: Waiting for transfers to finish 2026/08/22 04:14:30 DEBUG : check sum: size = 1 OK 2026/08/22 04:14:30 DEBUG : check sum: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2026/08/22 04:14:30 INFO : check sum: Copied (new) 2026/08/22 04:14:30 DEBUG : Waiting for deletions to finish 2026/08/22 04:14:30 DEBUG : check sum: size = 1 OK 2026/08/22 04:14:30 DEBUG : B2 bucket rclone-test-diyujup8baku: Waiting for checks to finish 2026/08/22 04:14:30 DEBUG : check sum: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2026/08/22 04:14:30 DEBUG : check sum: Size and sha1 of src and dst objects identical 2026/08/22 04:14:30 DEBUG : check sum: Unchanged skipping 2026/08/22 04:14:30 DEBUG : B2 bucket rclone-test-diyujup8baku: Waiting for transfers to finish 2026/08/22 04:14:30 DEBUG : Waiting for deletions to finish 2026/08/22 04:14:30 INFO : There was nothing to transfer --- PASS: TestSyncBasedOnCheckSum (1.46s) === RUN TestSyncSizeOnly run.go:198: Remote "B2 bucket rclone-test-diyujup8baku", Local "Local file system at /tmp/rclone2587900294", Modify Window "1ms" 2026/08/22 04:14:31 DEBUG : sizeonly: Need to transfer - File not found at Destination 2026/08/22 04:14:31 DEBUG : B2 bucket rclone-test-diyujup8baku: Waiting for checks to finish 2026/08/22 04:14:31 DEBUG : B2 bucket rclone-test-diyujup8baku: Waiting for transfers to finish 2026/08/22 04:14:31 DEBUG : sizeonly: size = 6 OK 2026/08/22 04:14:31 DEBUG : sizeonly: sha1 = 3e2e95f5ad970eadfa7e17eaf73da97024aa5359 OK 2026/08/22 04:14:31 INFO : sizeonly: Copied (new) 2026/08/22 04:14:31 DEBUG : Waiting for deletions to finish 2026/08/22 04:14:32 DEBUG : B2 bucket rclone-test-diyujup8baku: Waiting for checks to finish 2026/08/22 04:14:32 DEBUG : sizeonly: size = 6 OK 2026/08/22 04:14:32 DEBUG : sizeonly: Sizes identical 2026/08/22 04:14:32 DEBUG : sizeonly: Unchanged skipping 2026/08/22 04:14:32 DEBUG : B2 bucket rclone-test-diyujup8baku: Waiting for transfers to finish 2026/08/22 04:14:32 DEBUG : Waiting for deletions to finish 2026/08/22 04:14:32 INFO : There was nothing to transfer --- PASS: TestSyncSizeOnly (1.45s) === RUN TestSyncIgnoreSize run.go:198: Remote "B2 bucket rclone-test-diyujup8baku", Local "Local file system at /tmp/rclone2587900294", Modify Window "1ms" 2026/08/22 04:14:33 DEBUG : ignore-size: Need to transfer - File not found at Destination 2026/08/22 04:14:33 DEBUG : B2 bucket rclone-test-diyujup8baku: Waiting for checks to finish 2026/08/22 04:14:33 DEBUG : B2 bucket rclone-test-diyujup8baku: Waiting for transfers to finish 2026/08/22 04:14:33 DEBUG : ignore-size: sha1 = 4a756ca07e9487f482465a99e8286abc86ba4dc7 OK 2026/08/22 04:14:33 INFO : ignore-size: Copied (new) 2026/08/22 04:14:33 DEBUG : Waiting for deletions to finish 2026/08/22 04:14:33 DEBUG : ignore-size: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:14:33 DEBUG : ignore-size: Unchanged skipping 2026/08/22 04:14:33 DEBUG : B2 bucket rclone-test-diyujup8baku: Waiting for checks to finish 2026/08/22 04:14:33 DEBUG : B2 bucket rclone-test-diyujup8baku: Waiting for transfers to finish 2026/08/22 04:14:33 DEBUG : Waiting for deletions to finish 2026/08/22 04:14:33 INFO : There was nothing to transfer --- PASS: TestSyncIgnoreSize (1.45s) === RUN TestSyncIgnoreTimes run.go:198: Remote "B2 bucket rclone-test-diyujup8baku", Local "Local file system at /tmp/rclone2587900294", Modify Window "1ms" 2026/08/22 04:14:34 DEBUG : existing: size = 6 OK 2026/08/22 04:14:34 DEBUG : existing: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:14:34 DEBUG : B2 bucket rclone-test-diyujup8baku: Waiting for checks to finish 2026/08/22 04:14:34 DEBUG : existing: Unchanged skipping 2026/08/22 04:14:34 DEBUG : B2 bucket rclone-test-diyujup8baku: Waiting for transfers to finish 2026/08/22 04:14:34 DEBUG : Waiting for deletions to finish 2026/08/22 04:14:34 INFO : There was nothing to transfer 2026/08/22 04:14:35 DEBUG : existing: Transferring unconditionally as --ignore-times is in use 2026/08/22 04:14:35 DEBUG : B2 bucket rclone-test-diyujup8baku: Waiting for checks to finish 2026/08/22 04:14:35 DEBUG : B2 bucket rclone-test-diyujup8baku: Waiting for transfers to finish 2026/08/22 04:14:35 DEBUG : existing: size = 6 OK 2026/08/22 04:14:35 DEBUG : existing: sha1 = 3e2e95f5ad970eadfa7e17eaf73da97024aa5359 OK 2026/08/22 04:14:35 INFO : existing: Copied (replaced existing) 2026/08/22 04:14:35 DEBUG : Waiting for deletions to finish --- PASS: TestSyncIgnoreTimes (1.69s) === RUN TestSyncIgnoreExisting run.go:198: Remote "B2 bucket rclone-test-diyujup8baku", Local "Local file system at /tmp/rclone2587900294", Modify Window "1ms" 2026/08/22 04:14:36 DEBUG : existing: Need to transfer - File not found at Destination 2026/08/22 04:14:36 DEBUG : B2 bucket rclone-test-diyujup8baku: Waiting for checks to finish 2026/08/22 04:14:36 DEBUG : B2 bucket rclone-test-diyujup8baku: Waiting for transfers to finish 2026/08/22 04:14:36 DEBUG : existing: size = 6 OK 2026/08/22 04:14:36 DEBUG : existing: sha1 = 3e2e95f5ad970eadfa7e17eaf73da97024aa5359 OK 2026/08/22 04:14:36 INFO : existing: Copied (new) 2026/08/22 04:14:36 DEBUG : Waiting for deletions to finish 2026/08/22 04:14:36 DEBUG : existing: Destination exists, skipping 2026/08/22 04:14:36 DEBUG : B2 bucket rclone-test-diyujup8baku: Waiting for checks to finish 2026/08/22 04:14:36 DEBUG : B2 bucket rclone-test-diyujup8baku: Waiting for transfers to finish 2026/08/22 04:14:36 DEBUG : Waiting for deletions to finish 2026/08/22 04:14:36 INFO : There was nothing to transfer --- PASS: TestSyncIgnoreExisting (1.44s) === RUN TestSyncIgnoreErrors run.go:198: Remote "B2 bucket rclone-test-diyujup8baku", Local "Local file system at /tmp/rclone2587900294", Modify Window "1ms" 2026/08/22 04:14:37 INFO : d: Making directory fstest.go:251: Filtering empty directory "d" 2026/08/22 04:14:38 DEBUG : a/potato2: Need to transfer - File not found at Destination 2026/08/22 04:14:38 DEBUG : c/non empty space: size = 5 OK 2026/08/22 04:14:38 DEBUG : c/non empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/22 04:14:38 DEBUG : c/non empty space: Unchanged skipping 2026/08/22 04:14:38 DEBUG : B2 bucket rclone-test-diyujup8baku: Waiting for checks to finish 2026/08/22 04:14:38 DEBUG : B2 bucket rclone-test-diyujup8baku: Waiting for transfers to finish 2026/08/22 04:14:39 DEBUG : a/potato2: size = 60 OK 2026/08/22 04:14:39 DEBUG : a/potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2026/08/22 04:14:39 INFO : a/potato2: Copied (new) 2026/08/22 04:14:39 DEBUG : Waiting for deletions to finish 2026/08/22 04:14:39 INFO : b/potato: Deleted --- PASS: TestSyncIgnoreErrors (2.77s) === RUN TestSyncAfterChangingModtimeOnly run.go:198: Remote "B2 bucket rclone-test-diyujup8baku", Local "Local file system at /tmp/rclone2587900294", Modify Window "1ms" 2026/08/22 04:14:40 DEBUG : empty space: size = 1 OK 2026/08/22 04:14:40 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/22 04:14:40 DEBUG : B2 bucket rclone-test-diyujup8baku: Waiting for checks to finish 2026/08/22 04:14:40 DEBUG : empty space: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2026/08/22 04:14:40 NOTICE: empty space: Skipped update modification time as --dry-run is set (size 1) 2026/08/22 04:14:40 DEBUG : empty space: Unchanged skipping 2026/08/22 04:14:40 DEBUG : B2 bucket rclone-test-diyujup8baku: Waiting for transfers to finish 2026/08/22 04:14:40 DEBUG : Waiting for deletions to finish 2026/08/22 04:14:40 INFO : There was nothing to transfer 2026/08/22 04:14:41 DEBUG : empty space: size = 1 OK 2026/08/22 04:14:41 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/22 04:14:41 DEBUG : B2 bucket rclone-test-diyujup8baku: Waiting for checks to finish 2026/08/22 04:14:41 DEBUG : empty space: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2026/08/22 04:14:41 INFO : empty space: Updated modification time in destination 2026/08/22 04:14:41 DEBUG : empty space: Unchanged skipping 2026/08/22 04:14:41 DEBUG : B2 bucket rclone-test-diyujup8baku: Waiting for transfers to finish 2026/08/22 04:14:41 DEBUG : Waiting for deletions to finish 2026/08/22 04:14:41 INFO : There was nothing to transfer --- PASS: TestSyncAfterChangingModtimeOnly (2.39s) === RUN TestSyncAfterChangingModtimeOnlyWithNoUpdateModTime run.go:198: Remote "B2 bucket rclone-test-diyujup8baku", Local "Local file system at /tmp/rclone2587900294", Modify Window "1ms" 2026/08/22 04:14:43 DEBUG : empty space: size = 1 OK 2026/08/22 04:14:43 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/22 04:14:43 DEBUG : B2 bucket rclone-test-diyujup8baku: Waiting for checks to finish 2026/08/22 04:14:43 DEBUG : empty space: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2026/08/22 04:14:43 DEBUG : empty space: Unchanged skipping 2026/08/22 04:14:43 DEBUG : B2 bucket rclone-test-diyujup8baku: Waiting for transfers to finish 2026/08/22 04:14:43 DEBUG : Waiting for deletions to finish 2026/08/22 04:14:43 INFO : There was nothing to transfer --- PASS: TestSyncAfterChangingModtimeOnlyWithNoUpdateModTime (1.27s) === RUN TestSyncDoesntUpdateModtime run.go:198: Remote "B2 bucket rclone-test-diyujup8baku", Local "Local file system at /tmp/rclone2587900294", Modify Window "1ms" 2026/08/22 04:14:44 DEBUG : foo: size = 3 OK 2026/08/22 04:14:44 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/22 04:14:44 DEBUG : B2 bucket rclone-test-diyujup8baku: Waiting for checks to finish 2026/08/22 04:14:44 DEBUG : foo: sha1 = 0beec7b5ea3f0fdbc95d0dd47f3c5bc275da8a33 (Local file system at /tmp/rclone2587900294) 2026/08/22 04:14:44 DEBUG : foo: sha1 = 62cdb7020ff920e5aa642c3d4066950dd1f01f4d (B2 bucket rclone-test-diyujup8baku) 2026/08/22 04:14:44 DEBUG : foo: sha1 differ 2026/08/22 04:14:44 DEBUG : B2 bucket rclone-test-diyujup8baku: Waiting for transfers to finish 2026/08/22 04:14:44 DEBUG : foo: size = 3 OK 2026/08/22 04:14:44 DEBUG : foo: sha1 = 0beec7b5ea3f0fdbc95d0dd47f3c5bc275da8a33 OK 2026/08/22 04:14:44 INFO : foo: Copied (replaced existing) 2026/08/22 04:14:44 DEBUG : Waiting for deletions to finish --- PASS: TestSyncDoesntUpdateModtime (1.49s) === RUN TestSyncAfterAddingAFile run.go:198: Remote "B2 bucket rclone-test-diyujup8baku", Local "Local file system at /tmp/rclone2587900294", Modify Window "1ms" 2026/08/22 04:14:45 DEBUG : potato: Need to transfer - File not found at Destination 2026/08/22 04:14:45 DEBUG : empty space: size = 1 OK 2026/08/22 04:14:45 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/22 04:14:45 DEBUG : empty space: Unchanged skipping 2026/08/22 04:14:45 DEBUG : B2 bucket rclone-test-diyujup8baku: Waiting for checks to finish 2026/08/22 04:14:45 DEBUG : B2 bucket rclone-test-diyujup8baku: Waiting for transfers to finish 2026/08/22 04:14:46 DEBUG : potato: size = 60 OK 2026/08/22 04:14:46 DEBUG : potato: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2026/08/22 04:14:46 INFO : potato: Copied (new) 2026/08/22 04:14:46 DEBUG : Waiting for deletions to finish --- PASS: TestSyncAfterAddingAFile (2.41s) === RUN TestSyncAfterChangingFilesSizeOnly run.go:198: Remote "B2 bucket rclone-test-diyujup8baku", Local "Local file system at /tmp/rclone2587900294", Modify Window "1ms" 2026/08/22 04:14:49 DEBUG : potato: size = 21 (Local file system at /tmp/rclone2587900294) 2026/08/22 04:14:49 DEBUG : potato: size = 60 (B2 bucket rclone-test-diyujup8baku) 2026/08/22 04:14:49 DEBUG : potato: Sizes differ 2026/08/22 04:14:49 DEBUG : B2 bucket rclone-test-diyujup8baku: Waiting for checks to finish 2026/08/22 04:14:49 DEBUG : B2 bucket rclone-test-diyujup8baku: Waiting for transfers to finish 2026/08/22 04:14:49 DEBUG : potato: size = 21 OK 2026/08/22 04:14:49 DEBUG : potato: sha1 = 0fd321a1023ac4e1e1054fcc0236b9d0755f722f OK 2026/08/22 04:14:49 INFO : potato: Copied (replaced existing) 2026/08/22 04:14:49 DEBUG : Waiting for deletions to finish --- PASS: TestSyncAfterChangingFilesSizeOnly (2.36s) === RUN TestSyncAfterChangingContentsOnly run.go:198: Remote "B2 bucket rclone-test-diyujup8baku", Local "Local file system at /tmp/rclone2587900294", Modify Window "1ms" 2026/08/22 04:14:50 DEBUG : B2 bucket rclone-test-diyujup8baku: Waiting for checks to finish 2026/08/22 04:14:50 DEBUG : potato: size = 21 OK 2026/08/22 04:14:50 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/22 04:14:50 DEBUG : potato: sha1 = 1ca5094b3b73f587249eabe179c40a3eec839b1f (Local file system at /tmp/rclone2587900294) 2026/08/22 04:14:50 DEBUG : potato: sha1 = 0fd321a1023ac4e1e1054fcc0236b9d0755f722f (B2 bucket rclone-test-diyujup8baku) 2026/08/22 04:14:50 DEBUG : potato: sha1 differ 2026/08/22 04:14:50 DEBUG : B2 bucket rclone-test-diyujup8baku: Waiting for transfers to finish 2026/08/22 04:14:50 DEBUG : potato: size = 21 OK 2026/08/22 04:14:50 DEBUG : potato: sha1 = 1ca5094b3b73f587249eabe179c40a3eec839b1f OK 2026/08/22 04:14:50 INFO : potato: Copied (replaced existing) 2026/08/22 04:14:50 DEBUG : Waiting for deletions to finish --- PASS: TestSyncAfterChangingContentsOnly (1.47s) === RUN TestSyncAfterRemovingAFileAndAddingAFileDryRun run.go:198: Remote "B2 bucket rclone-test-diyujup8baku", Local "Local file system at /tmp/rclone2587900294", Modify Window "1ms" 2026/08/22 04:14:52 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/22 04:14:52 DEBUG : empty space: size = 1 OK 2026/08/22 04:14:52 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/22 04:14:52 DEBUG : empty space: Unchanged skipping 2026/08/22 04:14:52 DEBUG : B2 bucket rclone-test-diyujup8baku: Waiting for checks to finish 2026/08/22 04:14:52 DEBUG : B2 bucket rclone-test-diyujup8baku: Waiting for transfers to finish 2026/08/22 04:14:52 NOTICE: potato2: Skipped copy as --dry-run is set (size 60) 2026/08/22 04:14:52 DEBUG : Waiting for deletions to finish 2026/08/22 04:14:52 NOTICE: potato: Skipped delete as --dry-run is set (size 21) --- PASS: TestSyncAfterRemovingAFileAndAddingAFileDryRun (1.47s) === RUN TestSyncAfterRemovingAFileAndAddingAFile run.go:198: Remote "B2 bucket rclone-test-diyujup8baku", Local "Local file system at /tmp/rclone2587900294", Modify Window "1ms" 2026/08/22 04:14:54 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/22 04:14:54 DEBUG : empty space: size = 1 OK 2026/08/22 04:14:54 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/22 04:14:54 DEBUG : empty space: Unchanged skipping 2026/08/22 04:14:54 DEBUG : B2 bucket rclone-test-diyujup8baku: Waiting for checks to finish 2026/08/22 04:14:54 DEBUG : B2 bucket rclone-test-diyujup8baku: Waiting for transfers to finish 2026/08/22 04:14:54 DEBUG : potato2: size = 60 OK 2026/08/22 04:14:54 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2026/08/22 04:14:54 INFO : potato2: Copied (new) 2026/08/22 04:14:54 DEBUG : Waiting for deletions to finish 2026/08/22 04:14:55 INFO : potato: Deleted --- PASS: TestSyncAfterRemovingAFileAndAddingAFile (2.85s) === RUN TestSyncAfterRemovingAFileAndAddingAFileSubDir run.go:198: Remote "B2 bucket rclone-test-diyujup8baku", Local "Local file system at /tmp/rclone2587900294", Modify Window "1ms" 2026/08/22 04:14:56 INFO : d: Making directory 2026/08/22 04:14:56 INFO : d/e: Making directory fstest.go:251: Filtering empty directory "d" fstest.go:251: Filtering empty directory "d/e" 2026/08/22 04:14:56 DEBUG : a/potato2: Need to transfer - File not found at Destination 2026/08/22 04:14:56 DEBUG : c/non empty space: size = 5 OK 2026/08/22 04:14:56 DEBUG : c/non empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/22 04:14:56 DEBUG : c/non empty space: Unchanged skipping 2026/08/22 04:14:57 DEBUG : B2 bucket rclone-test-diyujup8baku: Waiting for checks to finish 2026/08/22 04:14:57 DEBUG : B2 bucket rclone-test-diyujup8baku: Waiting for transfers to finish 2026/08/22 04:14:57 DEBUG : a/potato2: size = 60 OK 2026/08/22 04:14:57 DEBUG : a/potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2026/08/22 04:14:57 INFO : a/potato2: Copied (new) 2026/08/22 04:14:57 DEBUG : Waiting for deletions to finish 2026/08/22 04:14:58 INFO : b/potato: Deleted --- PASS: TestSyncAfterRemovingAFileAndAddingAFileSubDir (2.96s) === RUN TestSyncAfterRemovingAFileAndAddingAFileSubDirWithErrors run.go:198: Remote "B2 bucket rclone-test-diyujup8baku", Local "Local file system at /tmp/rclone2587900294", Modify Window "1ms" 2026/08/22 04:14:59 INFO : d: Making directory fstest.go:251: Filtering empty directory "d" 2026/08/22 04:14:59 DEBUG : a/potato2: Need to transfer - File not found at Destination 2026/08/22 04:14:59 DEBUG : c/non empty space: size = 5 OK 2026/08/22 04:14:59 DEBUG : c/non empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/22 04:14:59 DEBUG : c/non empty space: Unchanged skipping 2026/08/22 04:14:59 DEBUG : B2 bucket rclone-test-diyujup8baku: Waiting for checks to finish 2026/08/22 04:14:59 DEBUG : B2 bucket rclone-test-diyujup8baku: Waiting for transfers to finish 2026/08/22 04:15:00 DEBUG : a/potato2: size = 60 OK 2026/08/22 04:15:00 DEBUG : a/potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2026/08/22 04:15:00 INFO : a/potato2: Copied (new) 2026/08/22 04:15:00 ERROR : B2 bucket rclone-test-diyujup8baku: not deleting files as there were IO errors 2026/08/22 04:15:00 ERROR : B2 bucket rclone-test-diyujup8baku: not deleting directories as there were IO errors fstest.go:251: Filtering empty directory "d" --- PASS: TestSyncAfterRemovingAFileAndAddingAFileSubDirWithErrors (2.57s) === RUN TestSyncDeleteAfter --- PASS: TestSyncDeleteAfter (0.00s) === RUN TestSyncDeleteDuring run.go:198: Remote "B2 bucket rclone-test-diyujup8baku", Local "Local file system at /tmp/rclone2587900294", Modify Window "1ms" 2026/08/22 04:15:02 DEBUG : Waiting for deletions to finish 2026/08/22 04:15:02 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/22 04:15:02 DEBUG : empty space: size = 1 OK 2026/08/22 04:15:02 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/22 04:15:02 DEBUG : empty space: Unchanged skipping 2026/08/22 04:15:02 DEBUG : B2 bucket rclone-test-diyujup8baku: Waiting for checks to finish 2026/08/22 04:15:02 DEBUG : B2 bucket rclone-test-diyujup8baku: Waiting for transfers to finish 2026/08/22 04:15:02 INFO : potato: Deleted 2026/08/22 04:15:03 DEBUG : potato2: size = 60 OK 2026/08/22 04:15:03 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2026/08/22 04:15:03 INFO : potato2: Copied (new) --- PASS: TestSyncDeleteDuring (2.53s) === RUN TestSyncDeleteBefore run.go:198: Remote "B2 bucket rclone-test-diyujup8baku", Local "Local file system at /tmp/rclone2587900294", Modify Window "1ms" 2026/08/22 04:15:04 DEBUG : Waiting for deletions to finish 2026/08/22 04:15:04 DEBUG : B2 bucket rclone-test-diyujup8baku: Waiting for checks to finish 2026/08/22 04:15:04 DEBUG : B2 bucket rclone-test-diyujup8baku: Waiting for transfers to finish 2026/08/22 04:15:04 INFO : potato: Deleted 2026/08/22 04:15:05 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/22 04:15:05 DEBUG : empty space: size = 1 OK 2026/08/22 04:15:05 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/22 04:15:05 DEBUG : empty space: Unchanged skipping 2026/08/22 04:15:05 DEBUG : B2 bucket rclone-test-diyujup8baku: Waiting for checks to finish 2026/08/22 04:15:05 DEBUG : B2 bucket rclone-test-diyujup8baku: Waiting for transfers to finish 2026/08/22 04:15:05 DEBUG : potato2: size = 60 OK 2026/08/22 04:15:05 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2026/08/22 04:15:05 INFO : potato2: Copied (new) --- PASS: TestSyncDeleteBefore (2.79s) === RUN TestCopyDeleteBefore run.go:198: Remote "B2 bucket rclone-test-diyujup8baku", Local "Local file system at /tmp/rclone2587900294", Modify Window "1ms" 2026/08/22 04:15:07 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/22 04:15:07 DEBUG : B2 bucket rclone-test-diyujup8baku: Waiting for checks to finish 2026/08/22 04:15:07 DEBUG : B2 bucket rclone-test-diyujup8baku: Waiting for transfers to finish 2026/08/22 04:15:07 DEBUG : potato2: size = 19 OK 2026/08/22 04:15:07 DEBUG : potato2: sha1 = 810274f0df19dab60a894a562b7a8ff04c072623 OK 2026/08/22 04:15:07 INFO : potato2: Copied (new) --- PASS: TestCopyDeleteBefore (1.64s) === RUN TestSyncWithExclude run.go:198: Remote "B2 bucket rclone-test-diyujup8baku", Local "Local file system at /tmp/rclone2587900294", Modify Window "1ms" 2026/08/22 04:15:09 DEBUG : enormous: Excluded (Size Filter) 2026/08/22 04:15:09 DEBUG : enormous: Excluded 2026/08/22 04:15:09 DEBUG : potato2: Excluded (Size Filter) 2026/08/22 04:15:09 DEBUG : potato2: Excluded 2026/08/22 04:15:09 DEBUG : potato2: Excluded (Size Filter) 2026/08/22 04:15:09 DEBUG : potato2: Excluded 2026/08/22 04:15:09 DEBUG : empty space: size = 1 OK 2026/08/22 04:15:09 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/22 04:15:09 DEBUG : empty space: Unchanged skipping 2026/08/22 04:15:09 DEBUG : B2 bucket rclone-test-diyujup8baku: Waiting for checks to finish 2026/08/22 04:15:09 DEBUG : B2 bucket rclone-test-diyujup8baku: Waiting for transfers to finish 2026/08/22 04:15:09 DEBUG : Waiting for deletions to finish 2026/08/22 04:15:09 INFO : There was nothing to transfer 2026/08/22 04:15:09 DEBUG : enormous: Excluded (Size Filter) 2026/08/22 04:15:09 DEBUG : enormous: Excluded 2026/08/22 04:15:09 DEBUG : potato2: Excluded (Size Filter) 2026/08/22 04:15:09 DEBUG : potato2: Excluded 2026/08/22 04:15:10 DEBUG : potato2: Excluded (Size Filter) 2026/08/22 04:15:10 DEBUG : potato2: Excluded 2026/08/22 04:15:10 DEBUG : empty space: size = 1 OK 2026/08/22 04:15:10 DEBUG : empty space: Size and modification time the same (differ by 456.789µs, within tolerance 1ms) 2026/08/22 04:15:10 DEBUG : empty space: Unchanged skipping 2026/08/22 04:15:10 DEBUG : Local file system at /tmp/rclone2587900294: Waiting for checks to finish 2026/08/22 04:15:10 DEBUG : Local file system at /tmp/rclone2587900294: Waiting for transfers to finish 2026/08/22 04:15:10 DEBUG : Waiting for deletions to finish 2026/08/22 04:15:10 INFO : There was nothing to transfer --- PASS: TestSyncWithExclude (2.79s) === RUN TestSyncWithExcludeAndDeleteExcluded run.go:198: Remote "B2 bucket rclone-test-diyujup8baku", Local "Local file system at /tmp/rclone2587900294", Modify Window "1ms" 2026/08/22 04:15:13 DEBUG : enormous: Excluded (Size Filter) 2026/08/22 04:15:13 DEBUG : enormous: Excluded 2026/08/22 04:15:13 DEBUG : potato2: Excluded (Size Filter) 2026/08/22 04:15:13 DEBUG : potato2: Excluded 2026/08/22 04:15:13 DEBUG : empty space: size = 1 OK 2026/08/22 04:15:13 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/22 04:15:13 DEBUG : B2 bucket rclone-test-diyujup8baku: Waiting for checks to finish 2026/08/22 04:15:13 DEBUG : empty space: Unchanged skipping 2026/08/22 04:15:13 DEBUG : B2 bucket rclone-test-diyujup8baku: Waiting for transfers to finish 2026/08/22 04:15:13 DEBUG : Waiting for deletions to finish 2026/08/22 04:15:13 INFO : enormous: Deleted 2026/08/22 04:15:14 INFO : potato2: Deleted 2026/08/22 04:15:14 INFO : There was nothing to transfer 2026/08/22 04:15:14 DEBUG : empty space: size = 1 OK 2026/08/22 04:15:14 DEBUG : empty space: Size and modification time the same (differ by 456.789µs, within tolerance 1ms) 2026/08/22 04:15:14 DEBUG : empty space: Unchanged skipping 2026/08/22 04:15:14 DEBUG : Local file system at /tmp/rclone2587900294: Waiting for checks to finish 2026/08/22 04:15:14 DEBUG : Local file system at /tmp/rclone2587900294: Waiting for transfers to finish 2026/08/22 04:15:14 DEBUG : Waiting for deletions to finish 2026/08/22 04:15:14 INFO : enormous: Deleted 2026/08/22 04:15:14 INFO : potato2: Deleted 2026/08/22 04:15:14 INFO : There was nothing to transfer --- PASS: TestSyncWithExcludeAndDeleteExcluded (3.75s) === RUN TestSyncWithUpdateOlder run.go:198: Remote "B2 bucket rclone-test-diyujup8baku", Local "Local file system at /tmp/rclone2587900294", Modify Window "1ms" 2026/08/22 04:15:16 DEBUG : five: Need to transfer - File not found at Destination 2026/08/22 04:15:16 DEBUG : four: size = 4 (Local file system at /tmp/rclone2587900294) 2026/08/22 04:15:16 DEBUG : four: size = 8 (B2 bucket rclone-test-diyujup8baku) 2026/08/22 04:15:16 DEBUG : four: Sizes differ 2026/08/22 04:15:16 DEBUG : four: Destination mod time is within 1s of source but files differ, transferring 2026/08/22 04:15:16 DEBUG : one: Destination is newer than source, skipping 2026/08/22 04:15:16 DEBUG : three: size = 5 OK 2026/08/22 04:15:16 DEBUG : three: Sizes identical 2026/08/22 04:15:16 DEBUG : three: Destination mod time is within 1s of source and files identical, skipping 2026/08/22 04:15:16 DEBUG : two: size = 3 OK 2026/08/22 04:15:16 DEBUG : B2 bucket rclone-test-diyujup8baku: Waiting for checks to finish 2026/08/22 04:15:16 DEBUG : two: sha1 = ad782ecdac770fc6eb9a62e44f90873fb97fb26b (Local file system at /tmp/rclone2587900294) 2026/08/22 04:15:16 DEBUG : two: sha1 = b10e0da85e90399abfec36c7376b20aa4596461b (B2 bucket rclone-test-diyujup8baku) 2026/08/22 04:15:16 DEBUG : two: sha1 differ 2026/08/22 04:15:16 DEBUG : B2 bucket rclone-test-diyujup8baku: Waiting for transfers to finish 2026/08/22 04:15:16 DEBUG : five: size = 4 OK 2026/08/22 04:15:16 DEBUG : five: sha1 = 4db2c1df4610cd6c0da6b9197b066bfb4e9b9d00 OK 2026/08/22 04:15:16 INFO : five: Copied (new) 2026/08/22 04:15:16 DEBUG : four: size = 4 OK 2026/08/22 04:15:16 DEBUG : four: sha1 = 9f8f7eec5dea5ac43738721939c120318cbff1df OK 2026/08/22 04:15:16 INFO : four: Copied (replaced existing) 2026/08/22 04:15:17 DEBUG : two: size = 3 OK 2026/08/22 04:15:17 DEBUG : two: sha1 = ad782ecdac770fc6eb9a62e44f90873fb97fb26b OK 2026/08/22 04:15:17 INFO : two: Copied (replaced existing) 2026/08/22 04:15:17 DEBUG : Waiting for deletions to finish 2026/08/22 04:15:17 DEBUG : five: size = 4 OK 2026/08/22 04:15:17 DEBUG : four: size = 4 OK 2026/08/22 04:15:17 DEBUG : one: Destination is newer than source, skipping 2026/08/22 04:15:17 DEBUG : three: size = 5 OK 2026/08/22 04:15:17 DEBUG : two: size = 3 OK 2026/08/22 04:15:17 DEBUG : B2 bucket rclone-test-diyujup8baku: Waiting for checks to finish 2026/08/22 04:15:17 DEBUG : five: sha1 = 4db2c1df4610cd6c0da6b9197b066bfb4e9b9d00 OK 2026/08/22 04:15:17 DEBUG : five: Size and sha1 of src and dst objects identical 2026/08/22 04:15:17 DEBUG : five: Destination mod time is within 1s of source and files identical, skipping 2026/08/22 04:15:17 DEBUG : four: sha1 = 9f8f7eec5dea5ac43738721939c120318cbff1df OK 2026/08/22 04:15:17 DEBUG : four: Size and sha1 of src and dst objects identical 2026/08/22 04:15:17 DEBUG : four: Destination mod time is within 1s of source and files identical, skipping 2026/08/22 04:15:17 DEBUG : three: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb (Local file system at /tmp/rclone2587900294) 2026/08/22 04:15:17 DEBUG : three: sha1 = 03731cad13f4cf7b59703c77529381cdec1632e5 (B2 bucket rclone-test-diyujup8baku) 2026/08/22 04:15:17 DEBUG : two: sha1 = ad782ecdac770fc6eb9a62e44f90873fb97fb26b OK 2026/08/22 04:15:17 DEBUG : three: sha1 differ 2026/08/22 04:15:17 DEBUG : two: Size and sha1 of src and dst objects identical 2026/08/22 04:15:17 DEBUG : three: Destination mod time is within 1s of source but files differ, transferring 2026/08/22 04:15:17 DEBUG : two: Destination mod time is within 1s of source and files identical, skipping 2026/08/22 04:15:17 DEBUG : B2 bucket rclone-test-diyujup8baku: Waiting for transfers to finish 2026/08/22 04:15:17 DEBUG : three: size = 5 OK 2026/08/22 04:15:17 DEBUG : three: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2026/08/22 04:15:17 INFO : three: Copied (replaced existing) 2026/08/22 04:15:17 DEBUG : Waiting for deletions to finish --- PASS: TestSyncWithUpdateOlder (4.09s) === 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-diyujup8baku", Local "Local file system at /tmp/rclone2587900294", Modify Window "1ms" sync_test.go:1569: Can track renames: true 2026/08/22 04:15:19 INFO : B2 bucket rclone-test-diyujup8baku: Making map for --track-renames 2026/08/22 04:15:19 INFO : B2 bucket rclone-test-diyujup8baku: Finished making map for --track-renames 2026/08/22 04:15:19 DEBUG : B2 bucket rclone-test-diyujup8baku: Waiting for checks to finish 2026/08/22 04:15:19 DEBUG : potato: Need to transfer - No matching file found at Destination 2026/08/22 04:15:19 DEBUG : yam: Need to transfer - No matching file found at Destination 2026/08/22 04:15:19 DEBUG : B2 bucket rclone-test-diyujup8baku: Waiting for renames to finish 2026/08/22 04:15:19 DEBUG : B2 bucket rclone-test-diyujup8baku: Waiting for transfers to finish 2026/08/22 04:15:19 DEBUG : potato: size = 14 OK 2026/08/22 04:15:19 DEBUG : potato: sha1 = 1d1ac61cfffcfdd0a15cc9ae575fb06ca8c11fb5 OK 2026/08/22 04:15:19 INFO : potato: Copied (new) 2026/08/22 04:15:19 DEBUG : yam: size = 11 OK 2026/08/22 04:15:19 DEBUG : yam: sha1 = ad84b2fb6729688a5ee3225164a6d4d58465b33e OK 2026/08/22 04:15:19 INFO : yam: Copied (new) 2026/08/22 04:15:19 DEBUG : Waiting for deletions to finish 2026/08/22 04:15:19 DEBUG : potato: size = 14 OK 2026/08/22 04:15:19 INFO : B2 bucket rclone-test-diyujup8baku: Making map for --track-renames 2026/08/22 04:15:19 DEBUG : potato: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:15:19 INFO : B2 bucket rclone-test-diyujup8baku: Finished making map for --track-renames 2026/08/22 04:15:19 DEBUG : B2 bucket rclone-test-diyujup8baku: Waiting for checks to finish 2026/08/22 04:15:19 DEBUG : potato: Unchanged skipping 2026/08/22 04:15:19 DEBUG : B2 bucket rclone-test-diyujup8baku: Waiting for renames to finish 2026/08/22 04:15:20 DEBUG : yaml: size = 11 OK 2026/08/22 04:15:20 DEBUG : yam: sha1 = ad84b2fb6729688a5ee3225164a6d4d58465b33e OK 2026/08/22 04:15:20 INFO : yam: Copied (server-side copy) to: yaml 2026/08/22 04:15:20 INFO : yam: Deleted 2026/08/22 04:15:20 INFO : yaml: Renamed from "yam" 2026/08/22 04:15:20 DEBUG : B2 bucket rclone-test-diyujup8baku: Waiting for transfers to finish 2026/08/22 04:15:20 DEBUG : Waiting for deletions to finish --- PASS: TestSyncWithTrackRenames (2.58s) === RUN TestParseRenamesStrategyModtime --- PASS: TestParseRenamesStrategyModtime (0.00s) === RUN TestRenamesStrategyModtime --- PASS: TestRenamesStrategyModtime (0.00s) === RUN TestSyncWithTrackRenamesStrategyModtime run.go:198: Remote "B2 bucket rclone-test-diyujup8baku", Local "Local file system at /tmp/rclone2587900294", Modify Window "1ms" sync_test.go:1641: Can track renames: true 2026/08/22 04:15:21 INFO : B2 bucket rclone-test-diyujup8baku: Making map for --track-renames 2026/08/22 04:15:21 INFO : B2 bucket rclone-test-diyujup8baku: Finished making map for --track-renames 2026/08/22 04:15:21 DEBUG : B2 bucket rclone-test-diyujup8baku: Waiting for checks to finish 2026/08/22 04:15:21 DEBUG : potato: Need to transfer - No matching file found at Destination 2026/08/22 04:15:21 DEBUG : yam: Need to transfer - No matching file found at Destination 2026/08/22 04:15:21 DEBUG : B2 bucket rclone-test-diyujup8baku: Waiting for renames to finish 2026/08/22 04:15:21 DEBUG : B2 bucket rclone-test-diyujup8baku: Waiting for transfers to finish 2026/08/22 04:15:22 DEBUG : potato: size = 14 OK 2026/08/22 04:15:22 DEBUG : potato: sha1 = 1d1ac61cfffcfdd0a15cc9ae575fb06ca8c11fb5 OK 2026/08/22 04:15:22 INFO : potato: Copied (new) 2026/08/22 04:15:22 DEBUG : yam: size = 11 OK 2026/08/22 04:15:22 DEBUG : yam: sha1 = ad84b2fb6729688a5ee3225164a6d4d58465b33e OK 2026/08/22 04:15:22 INFO : yam: Copied (new) 2026/08/22 04:15:22 DEBUG : Waiting for deletions to finish 2026/08/22 04:15:22 DEBUG : potato: size = 14 OK 2026/08/22 04:15:22 DEBUG : potato: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:15:22 DEBUG : potato: Unchanged skipping 2026/08/22 04:15:22 INFO : B2 bucket rclone-test-diyujup8baku: Making map for --track-renames 2026/08/22 04:15:22 INFO : B2 bucket rclone-test-diyujup8baku: Finished making map for --track-renames 2026/08/22 04:15:22 DEBUG : B2 bucket rclone-test-diyujup8baku: Waiting for checks to finish 2026/08/22 04:15:22 DEBUG : B2 bucket rclone-test-diyujup8baku: Waiting for renames to finish 2026/08/22 04:15:22 DEBUG : yaml: size = 11 OK 2026/08/22 04:15:22 DEBUG : yam: sha1 = ad84b2fb6729688a5ee3225164a6d4d58465b33e OK 2026/08/22 04:15:22 INFO : yam: Copied (server-side copy) to: yaml 2026/08/22 04:15:22 INFO : yam: Deleted 2026/08/22 04:15:22 INFO : yaml: Renamed from "yam" 2026/08/22 04:15:22 DEBUG : B2 bucket rclone-test-diyujup8baku: Waiting for transfers to finish 2026/08/22 04:15:22 DEBUG : Waiting for deletions to finish --- PASS: TestSyncWithTrackRenamesStrategyModtime (2.22s) === RUN TestSyncWithTrackRenamesStrategyLeaf run.go:198: Remote "B2 bucket rclone-test-diyujup8baku", Local "Local file system at /tmp/rclone2587900294", Modify Window "1ms" sync_test.go:1680: Can track renames: true 2026/08/22 04:15:24 INFO : B2 bucket rclone-test-diyujup8baku: Making map for --track-renames 2026/08/22 04:15:24 INFO : B2 bucket rclone-test-diyujup8baku: Finished making map for --track-renames 2026/08/22 04:15:24 DEBUG : B2 bucket rclone-test-diyujup8baku: Waiting for checks to finish 2026/08/22 04:15:24 DEBUG : potato: Need to transfer - No matching file found at Destination 2026/08/22 04:15:24 DEBUG : sub/yam: Need to transfer - No matching file found at Destination 2026/08/22 04:15:24 DEBUG : B2 bucket rclone-test-diyujup8baku: Waiting for renames to finish 2026/08/22 04:15:24 DEBUG : B2 bucket rclone-test-diyujup8baku: Waiting for transfers to finish 2026/08/22 04:15:24 DEBUG : potato: size = 14 OK 2026/08/22 04:15:24 DEBUG : potato: sha1 = 1d1ac61cfffcfdd0a15cc9ae575fb06ca8c11fb5 OK 2026/08/22 04:15:24 INFO : potato: Copied (new) 2026/08/22 04:15:24 DEBUG : sub/yam: size = 11 OK 2026/08/22 04:15:24 DEBUG : sub/yam: sha1 = ad84b2fb6729688a5ee3225164a6d4d58465b33e OK 2026/08/22 04:15:24 INFO : sub/yam: Copied (new) 2026/08/22 04:15:24 DEBUG : Waiting for deletions to finish 2026/08/22 04:15:24 DEBUG : potato: size = 14 OK 2026/08/22 04:15:24 DEBUG : potato: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:15:24 DEBUG : potato: Unchanged skipping 2026/08/22 04:15:24 INFO : B2 bucket rclone-test-diyujup8baku: Making map for --track-renames 2026/08/22 04:15:24 INFO : B2 bucket rclone-test-diyujup8baku: Finished making map for --track-renames 2026/08/22 04:15:24 DEBUG : B2 bucket rclone-test-diyujup8baku: Waiting for checks to finish 2026/08/22 04:15:24 DEBUG : B2 bucket rclone-test-diyujup8baku: Waiting for renames to finish 2026/08/22 04:15:25 DEBUG : yam: size = 11 OK 2026/08/22 04:15:25 DEBUG : sub/yam: sha1 = ad84b2fb6729688a5ee3225164a6d4d58465b33e OK 2026/08/22 04:15:25 INFO : sub/yam: Copied (server-side copy) to: yam 2026/08/22 04:15:25 INFO : sub/yam: Deleted 2026/08/22 04:15:25 INFO : yam: Renamed from "sub/yam" 2026/08/22 04:15:25 DEBUG : B2 bucket rclone-test-diyujup8baku: Waiting for transfers to finish 2026/08/22 04:15:25 DEBUG : Waiting for deletions to finish --- PASS: TestSyncWithTrackRenamesStrategyLeaf (2.42s) === RUN TestServerSideMoveLocal run.go:198: Remote "B2 bucket rclone-test-diyujup8baku", Local "Local file system at /tmp/rclone2587900294", Modify Window "1ms" 2026/08/22 04:15:26 DEBUG : Creating backend with remote "/tmp/rclone2587900294/dir1" 2026/08/22 04:15:26 DEBUG : Creating backend with remote "/tmp/rclone2587900294/dir2" 2026/08/22 04:15:26 DEBUG : Local file system at /tmp/rclone2587900294/dir2: Using server-side directory move 2026/08/22 04:15:26 INFO : Local file system at /tmp/rclone2587900294/dir2: Server side directory move failed - fallback to file moves: can't copy directory - destination already exists 2026/08/22 04:15:26 DEBUG : file1.txt: Need to transfer - File not found at Destination 2026/08/22 04:15:26 INFO : file1.txt: Moved (server-side) 2026/08/22 04:15:26 DEBUG : Local file system at /tmp/rclone2587900294/dir2: Waiting for checks to finish 2026/08/22 04:15:26 DEBUG : Local file system at /tmp/rclone2587900294/dir2: Waiting for transfers to finish --- PASS: TestServerSideMoveLocal (0.37s) === RUN TestMoveWithDeleteEmptySrcDirs run.go:198: Remote "B2 bucket rclone-test-diyujup8baku", Local "Local file system at /tmp/rclone2587900294", Modify Window "1ms" 2026/08/22 04:15:26 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/22 04:15:26 DEBUG : nested/sub dir/file: Need to transfer - File not found at Destination 2026/08/22 04:15:26 DEBUG : B2 bucket rclone-test-diyujup8baku: Waiting for checks to finish 2026/08/22 04:15:26 DEBUG : B2 bucket rclone-test-diyujup8baku: Waiting for transfers to finish 2026/08/22 04:15:27 DEBUG : sub dir/hello world: size = 11 OK 2026/08/22 04:15:27 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/22 04:15:27 INFO : sub dir/hello world: Copied (new) 2026/08/22 04:15:27 INFO : sub dir/hello world: Deleted 2026/08/22 04:15:27 DEBUG : nested/sub dir/file: size = 6 OK 2026/08/22 04:15:27 DEBUG : nested/sub dir/file: sha1 = b4b3e0a278988bc15f2913af3f4153ccef74e465 OK 2026/08/22 04:15:27 INFO : nested/sub dir/file: Copied (new) 2026/08/22 04:15:27 INFO : nested/sub dir/file: Deleted 2026/08/22 04:15:27 INFO : sub dir: Removing directory 2026/08/22 04:15:27 INFO : nested/sub dir: Removing directory 2026/08/22 04:15:27 INFO : nested: Removing directory 2026/08/22 04:15:27 DEBUG : Local file system at /tmp/rclone2587900294: deleted 3 directories --- PASS: TestMoveWithDeleteEmptySrcDirs (1.36s) === RUN TestMoveWithoutDeleteEmptySrcDirs run.go:198: Remote "B2 bucket rclone-test-diyujup8baku", Local "Local file system at /tmp/rclone2587900294", Modify Window "1ms" 2026/08/22 04:15:28 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/22 04:15:28 DEBUG : nested/sub dir/file: Need to transfer - File not found at Destination 2026/08/22 04:15:28 DEBUG : B2 bucket rclone-test-diyujup8baku: Waiting for checks to finish 2026/08/22 04:15:28 DEBUG : B2 bucket rclone-test-diyujup8baku: Waiting for transfers to finish 2026/08/22 04:15:28 DEBUG : sub dir/hello world: size = 11 OK 2026/08/22 04:15:28 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/22 04:15:28 INFO : sub dir/hello world: Copied (new) 2026/08/22 04:15:28 INFO : sub dir/hello world: Deleted 2026/08/22 04:15:28 DEBUG : nested/sub dir/file: size = 6 OK 2026/08/22 04:15:28 DEBUG : nested/sub dir/file: sha1 = b4b3e0a278988bc15f2913af3f4153ccef74e465 OK 2026/08/22 04:15:28 INFO : nested/sub dir/file: Copied (new) 2026/08/22 04:15:28 INFO : nested/sub dir/file: Deleted --- PASS: TestMoveWithoutDeleteEmptySrcDirs (1.29s) === RUN TestMoveWithIgnoreExisting run.go:198: Remote "B2 bucket rclone-test-diyujup8baku", Local "Local file system at /tmp/rclone2587900294", Modify Window "1ms" 2026/08/22 04:15:29 DEBUG : existing-b: Need to transfer - File not found at Destination 2026/08/22 04:15:29 DEBUG : existing: Need to transfer - File not found at Destination 2026/08/22 04:15:29 DEBUG : B2 bucket rclone-test-diyujup8baku: Waiting for checks to finish 2026/08/22 04:15:29 DEBUG : B2 bucket rclone-test-diyujup8baku: Waiting for transfers to finish 2026/08/22 04:15:29 DEBUG : existing: size = 6 OK 2026/08/22 04:15:29 DEBUG : existing: sha1 = 3e2e95f5ad970eadfa7e17eaf73da97024aa5359 OK 2026/08/22 04:15:29 INFO : existing: Copied (new) 2026/08/22 04:15:29 INFO : existing: Deleted 2026/08/22 04:15:29 DEBUG : existing-b: size = 6 OK 2026/08/22 04:15:29 DEBUG : existing-b: sha1 = 321f6b7e8bf7f29aab89c5e41a555b1b0baa41a9 OK 2026/08/22 04:15:29 INFO : existing-b: Copied (new) 2026/08/22 04:15:29 INFO : existing-b: Deleted 2026/08/22 04:15:30 DEBUG : existing: Destination exists, skipping 2026/08/22 04:15:30 DEBUG : existing: Not removing source file as destination file exists and --ignore-existing is set 2026/08/22 04:15:30 DEBUG : B2 bucket rclone-test-diyujup8baku: Waiting for checks to finish 2026/08/22 04:15:30 DEBUG : B2 bucket rclone-test-diyujup8baku: Waiting for transfers to finish 2026/08/22 04:15:30 INFO : There was nothing to transfer --- PASS: TestMoveWithIgnoreExisting (1.69s) === RUN TestServerSideMove run.go:198: Remote "B2 bucket rclone-test-diyujup8baku", Local "Local file system at /tmp/rclone2587900294", Modify Window "1ms" 2026/08/22 04:15:31 DEBUG : Creating backend with remote "TestB2:rclone-test-tifexav8togi" sync_test.go:1736: Server side move (if possible) B2 bucket rclone-test-diyujup8baku -> B2 bucket rclone-test-tifexav8togi 2026/08/22 04:15:35 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/22 04:15:35 DEBUG : potato3: size = 68 (B2 bucket rclone-test-diyujup8baku) 2026/08/22 04:15:35 DEBUG : potato3: size = 60 (B2 bucket rclone-test-tifexav8togi) 2026/08/22 04:15:35 DEBUG : potato3: Sizes differ 2026/08/22 04:15:35 DEBUG : B2 bucket rclone-test-tifexav8togi: Waiting for checks to finish 2026/08/22 04:15:35 DEBUG : empty space: size = 1 OK 2026/08/22 04:15:35 DEBUG : empty space: Size and modification time the same (differ by 0s, within tolerance 1ms) 2026/08/22 04:15:35 DEBUG : empty space: Unchanged skipping 2026/08/22 04:15:35 INFO : empty space: Deleted 2026/08/22 04:15:35 DEBUG : B2 bucket rclone-test-tifexav8togi: Waiting for transfers to finish 2026/08/22 04:15:36 DEBUG : potato2: size = 60 OK 2026/08/22 04:15:36 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2026/08/22 04:15:36 INFO : potato2: Copied (server-side copy) 2026/08/22 04:15:36 DEBUG : potato3: size = 68 OK 2026/08/22 04:15:36 DEBUG : potato3: sha1 = 568f8850f3c1a384731dbe40c6d72e1dcae342a0 OK 2026/08/22 04:15:36 INFO : potato3: Copied (server-side copy) 2026/08/22 04:15:36 INFO : potato2: Deleted 2026/08/22 04:15:36 INFO : potato3: Deleted 2026/08/22 04:15:36 DEBUG : Creating backend with remote "TestB2:rclone-test-meyikon7towa" 2026/08/22 04:15:37 DEBUG : empty space: Need to transfer - File not found at Destination 2026/08/22 04:15:37 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/22 04:15:37 DEBUG : potato3: Need to transfer - File not found at Destination 2026/08/22 04:15:37 DEBUG : B2 bucket rclone-test-meyikon7towa: Waiting for checks to finish 2026/08/22 04:15:37 DEBUG : B2 bucket rclone-test-meyikon7towa: Waiting for transfers to finish 2026/08/22 04:15:38 DEBUG : empty space: size = 1 OK 2026/08/22 04:15:38 DEBUG : empty space: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2026/08/22 04:15:38 INFO : empty space: Copied (server-side copy) 2026/08/22 04:15:38 INFO : empty space: Deleted 2026/08/22 04:15:39 DEBUG : potato2: size = 60 OK 2026/08/22 04:15:39 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2026/08/22 04:15:39 INFO : potato2: Copied (server-side copy) 2026/08/22 04:15:39 DEBUG : potato3: size = 68 OK 2026/08/22 04:15:39 DEBUG : potato3: sha1 = 568f8850f3c1a384731dbe40c6d72e1dcae342a0 OK 2026/08/22 04:15:39 INFO : potato3: Copied (server-side copy) 2026/08/22 04:15:39 INFO : potato2: Deleted 2026/08/22 04:15:39 INFO : potato3: Deleted 2026/08/22 04:15:39 DEBUG : B2 bucket rclone-test-meyikon7towa: Purge remote 2026/08/22 04:15:39 INFO : B2 bucket rclone-test-meyikon7towa: cleaning bucket "rclone-test-meyikon7towa" of all files 2026/08/22 04:15:39 DEBUG : empty space: Deleting (id "4_zefd26dd3a0ed2b7baf080e1b_f412678cc3b3ff742_d20260822_m041538_c001_v0001101_t0021_u01787372138347") 2026/08/22 04:15:39 DEBUG : potato2: Deleting (id "4_zefd26dd3a0ed2b7baf080e1b_f1067d52607cad5c1_d20260822_m041538_c001_v0001033_t0055_u01787372138558") 2026/08/22 04:15:39 DEBUG : potato3: Deleting (id "4_zefd26dd3a0ed2b7baf080e1b_f11340dbe60c3ce4b_d20260822_m041538_c001_v0001171_t0046_u01787372138721") 2026/08/22 04:15:40 DEBUG : B2 bucket rclone-test-tifexav8togi: Purge remote 2026/08/22 04:15:40 INFO : B2 bucket rclone-test-tifexav8togi: cleaning bucket "rclone-test-tifexav8togi" of all files 2026/08/22 04:15:40 DEBUG : empty space: Deleting (id "4_z9f425dd3a0ed2b7baf080e1b_f415ca02873b5f458_d20260822_m041538_c001_v7007000_t0000_u01787372138531") 2026/08/22 04:15:40 DEBUG : empty space: Deleting (id "4_z9f425dd3a0ed2b7baf080e1b_f404e22c976238d49_d20260822_m041534_c001_v0001041_t0002_u01787372134691") 2026/08/22 04:15:40 DEBUG : potato2: Deleting (id "4_z9f425dd3a0ed2b7baf080e1b_f415ca02873b5f45d_d20260822_m041539_c001_v7007000_t0000_u01787372139163") 2026/08/22 04:15:40 DEBUG : potato2: Deleting (id "4_z9f425dd3a0ed2b7baf080e1b_f119832296bc76d6e_d20260822_m041535_c001_v0001153_t0025_u01787372135562") 2026/08/22 04:15:40 DEBUG : potato3: Deleting (id "4_z9f425dd3a0ed2b7baf080e1b_f4039066687632bb3_d20260822_m041539_c001_v7007000_t0000_u01787372139209") 2026/08/22 04:15:40 DEBUG : potato3: Deleting (id "4_z9f425dd3a0ed2b7baf080e1b_f10959ea0e6e29997_d20260822_m041535_c001_v0001154_t0021_u01787372135931") 2026/08/22 04:15:40 DEBUG : potato3: Deleting (id "4_z9f425dd3a0ed2b7baf080e1b_f104e22c976238d4b_d20260822_m041534_c001_v0001041_t0028_u01787372134879") 2026/08/22 04:15:41 DEBUG : pacer: low level retry 1/10 (error Post "https://api001.backblazeb2.com/b2api/v1/b2_list_file_names": EOF) 2026/08/22 04:15:41 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/08/22 04:15:41 DEBUG : pacer: Reducing sleep to 10ms --- PASS: TestServerSideMove (11.11s) === RUN TestServerSideMoveWithFilter run.go:198: Remote "B2 bucket rclone-test-diyujup8baku", Local "Local file system at /tmp/rclone2587900294", Modify Window "1ms" 2026/08/22 04:15:42 DEBUG : Creating backend with remote "TestB2:rclone-test-fipuxan3zosa" sync_test.go:1736: Server side move (if possible) B2 bucket rclone-test-diyujup8baku -> B2 bucket rclone-test-fipuxan3zosa 2026/08/22 04:15:47 DEBUG : empty space: Excluded (Size Filter) 2026/08/22 04:15:47 DEBUG : empty space: Excluded 2026/08/22 04:15:47 DEBUG : empty space: Excluded (Size Filter) 2026/08/22 04:15:47 DEBUG : empty space: Excluded 2026/08/22 04:15:47 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/22 04:15:47 DEBUG : potato3: size = 68 (B2 bucket rclone-test-diyujup8baku) 2026/08/22 04:15:47 DEBUG : potato3: size = 60 (B2 bucket rclone-test-fipuxan3zosa) 2026/08/22 04:15:47 DEBUG : potato3: Sizes differ 2026/08/22 04:15:47 DEBUG : B2 bucket rclone-test-fipuxan3zosa: Waiting for checks to finish 2026/08/22 04:15:47 DEBUG : B2 bucket rclone-test-fipuxan3zosa: Waiting for transfers to finish 2026/08/22 04:15:48 DEBUG : potato3: size = 68 OK 2026/08/22 04:15:48 DEBUG : potato3: sha1 = 568f8850f3c1a384731dbe40c6d72e1dcae342a0 OK 2026/08/22 04:15:48 INFO : potato3: Copied (server-side copy) 2026/08/22 04:15:48 INFO : potato3: Deleted 2026/08/22 04:15:48 DEBUG : potato2: size = 60 OK 2026/08/22 04:15:48 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2026/08/22 04:15:48 INFO : potato2: Copied (server-side copy) 2026/08/22 04:15:48 INFO : potato2: Deleted 2026/08/22 04:15:49 DEBUG : Creating backend with remote "TestB2:rclone-test-vopilot6wise" 2026/08/22 04:15:49 DEBUG : empty space: Excluded (Size Filter) 2026/08/22 04:15:49 DEBUG : empty space: Excluded 2026/08/22 04:15:50 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/22 04:15:50 DEBUG : potato3: Need to transfer - File not found at Destination 2026/08/22 04:15:50 DEBUG : B2 bucket rclone-test-vopilot6wise: Waiting for checks to finish 2026/08/22 04:15:50 DEBUG : B2 bucket rclone-test-vopilot6wise: Waiting for transfers to finish 2026/08/22 04:15:51 DEBUG : potato2: size = 60 OK 2026/08/22 04:15:51 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2026/08/22 04:15:51 INFO : potato2: Copied (server-side copy) 2026/08/22 04:15:51 INFO : potato2: Deleted 2026/08/22 04:15:52 DEBUG : potato3: size = 68 OK 2026/08/22 04:15:52 DEBUG : potato3: sha1 = 568f8850f3c1a384731dbe40c6d72e1dcae342a0 OK 2026/08/22 04:15:52 INFO : potato3: Copied (server-side copy) 2026/08/22 04:15:52 INFO : potato3: Deleted 2026/08/22 04:15:52 DEBUG : B2 bucket rclone-test-vopilot6wise: Purge remote 2026/08/22 04:15:52 INFO : B2 bucket rclone-test-vopilot6wise: cleaning bucket "rclone-test-vopilot6wise" of all files 2026/08/22 04:15:52 DEBUG : potato2: Deleting (id "4_z9f529de3a0ed2b7baf080e1b_f117955263dbb79f7_d20260822_m041550_c001_v0001174_t0016_u01787372150825") 2026/08/22 04:15:52 DEBUG : potato3: Deleting (id "4_z9f529de3a0ed2b7baf080e1b_f1176b3dd208e0730_d20260822_m041551_c001_v0001106_t0011_u01787372151206") 2026/08/22 04:15:53 DEBUG : B2 bucket rclone-test-fipuxan3zosa: Purge remote 2026/08/22 04:15:53 INFO : B2 bucket rclone-test-fipuxan3zosa: cleaning bucket "rclone-test-fipuxan3zosa" of all files 2026/08/22 04:15:53 DEBUG : empty space: Deleting (id "4_z4fb28dd3a0ed2b7baf080e1b_f410458f1f48d5544_d20260822_m041546_c001_v0001176_t0017_u01787372146904") 2026/08/22 04:15:53 DEBUG : potato2: Deleting (id "4_z4fb28dd3a0ed2b7baf080e1b_f425a8c9b54143bad_d20260822_m041551_c001_v7007000_t0000_u01787372151440") 2026/08/22 04:15:53 DEBUG : potato2: Deleting (id "4_z4fb28dd3a0ed2b7baf080e1b_f1110d85f3c384b05_d20260822_m041548_c001_v0001113_t0056_u01787372148134") 2026/08/22 04:15:53 DEBUG : potato3: Deleting (id "4_z4fb28dd3a0ed2b7baf080e1b_f425a8c9b54143bae_d20260822_m041552_c001_v7007000_t0000_u01787372152099") 2026/08/22 04:15:53 DEBUG : potato3: Deleting (id "4_z4fb28dd3a0ed2b7baf080e1b_f104039d70a30b829_d20260822_m041547_c001_v0001174_t0046_u01787372147757") 2026/08/22 04:15:53 DEBUG : potato3: Deleting (id "4_z4fb28dd3a0ed2b7baf080e1b_f110458f1f48d5546_d20260822_m041547_c001_v0001176_t0049_u01787372147093") 2026/08/22 04:15:54 DEBUG : pacer: low level retry 1/10 (error Post "https://api001.backblazeb2.com/b2api/v1/b2_list_file_names": EOF) 2026/08/22 04:15:54 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/08/22 04:15:55 DEBUG : pacer: Reducing sleep to 10ms --- PASS: TestServerSideMoveWithFilter (13.39s) === RUN TestServerSideMoveDeleteEmptySourceDirs run.go:198: Remote "B2 bucket rclone-test-diyujup8baku", Local "Local file system at /tmp/rclone2587900294", Modify Window "1ms" 2026/08/22 04:15:55 DEBUG : Creating backend with remote "TestB2:rclone-test-bebawad5rodu" 2026/08/22 04:15:58 INFO : tomatoDir: Making directory sync_test.go:1736: Server side move (if possible) B2 bucket rclone-test-diyujup8baku -> B2 bucket rclone-test-bebawad5rodu 2026/08/22 04:16:01 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/22 04:16:01 DEBUG : empty space: size = 1 OK 2026/08/22 04:16:01 DEBUG : empty space: Size and modification time the same (differ by 0s, within tolerance 1ms) 2026/08/22 04:16:01 DEBUG : empty space: Unchanged skipping 2026/08/22 04:16:01 DEBUG : B2 bucket rclone-test-bebawad5rodu: Waiting for checks to finish 2026/08/22 04:16:01 DEBUG : potato3: size = 68 (B2 bucket rclone-test-diyujup8baku) 2026/08/22 04:16:01 DEBUG : potato3: size = 60 (B2 bucket rclone-test-bebawad5rodu) 2026/08/22 04:16:01 DEBUG : potato3: Sizes differ 2026/08/22 04:16:01 INFO : empty space: Deleted 2026/08/22 04:16:01 DEBUG : B2 bucket rclone-test-bebawad5rodu: Waiting for transfers to finish 2026/08/22 04:16:01 DEBUG : potato2: size = 60 OK 2026/08/22 04:16:01 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2026/08/22 04:16:01 INFO : potato2: Copied (server-side copy) 2026/08/22 04:16:02 INFO : potato2: Deleted 2026/08/22 04:16:02 DEBUG : potato3: size = 68 OK 2026/08/22 04:16:02 DEBUG : potato3: sha1 = 568f8850f3c1a384731dbe40c6d72e1dcae342a0 OK 2026/08/22 04:16:02 INFO : potato3: Copied (server-side copy) 2026/08/22 04:16:02 INFO : potato3: Deleted 2026/08/22 04:16:02 DEBUG : Creating backend with remote "TestB2:rclone-test-giwoyip9zacu" 2026/08/22 04:16:03 INFO : tomatoDir: Making directory 2026/08/22 04:16:04 DEBUG : empty space: Need to transfer - File not found at Destination 2026/08/22 04:16:04 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/22 04:16:04 DEBUG : potato3: Need to transfer - File not found at Destination 2026/08/22 04:16:04 DEBUG : B2 bucket rclone-test-giwoyip9zacu: Waiting for checks to finish 2026/08/22 04:16:04 DEBUG : B2 bucket rclone-test-giwoyip9zacu: Waiting for transfers to finish 2026/08/22 04:16:04 DEBUG : empty space: size = 1 OK 2026/08/22 04:16:04 DEBUG : empty space: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2026/08/22 04:16:04 INFO : empty space: Copied (server-side copy) 2026/08/22 04:16:04 INFO : empty space: Deleted 2026/08/22 04:16:04 DEBUG : potato2: size = 60 OK 2026/08/22 04:16:04 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2026/08/22 04:16:04 INFO : potato2: Copied (server-side copy) 2026/08/22 04:16:05 INFO : potato2: Deleted 2026/08/22 04:16:05 DEBUG : potato3: size = 68 OK 2026/08/22 04:16:05 DEBUG : potato3: sha1 = 568f8850f3c1a384731dbe40c6d72e1dcae342a0 OK 2026/08/22 04:16:05 INFO : potato3: Copied (server-side copy) 2026/08/22 04:16:05 INFO : potato3: Deleted 2026/08/22 04:16:06 DEBUG : B2 bucket rclone-test-giwoyip9zacu: Purge remote 2026/08/22 04:16:06 INFO : B2 bucket rclone-test-giwoyip9zacu: cleaning bucket "rclone-test-giwoyip9zacu" of all files 2026/08/22 04:16:06 DEBUG : empty space: Deleting (id "4_z2f42dd43a0ed2b7baf080e1b_f416765867d39677b_d20260822_m041604_c001_v0001144_t0043_u01787372164497") 2026/08/22 04:16:06 DEBUG : potato2: Deleting (id "4_z2f42dd43a0ed2b7baf080e1b_f109efadd09348553_d20260822_m041604_c001_v0001183_t0048_u01787372164706") 2026/08/22 04:16:06 DEBUG : potato3: Deleting (id "4_z2f42dd43a0ed2b7baf080e1b_f1003b6783696e6bc_d20260822_m041604_c001_v0001103_t0003_u01787372164899") 2026/08/22 04:16:06 DEBUG : B2 bucket rclone-test-bebawad5rodu: Purge remote 2026/08/22 04:16:06 INFO : B2 bucket rclone-test-bebawad5rodu: cleaning bucket "rclone-test-bebawad5rodu" of all files 2026/08/22 04:16:07 DEBUG : empty space: Deleting (id "4_z2f82cd03a0ed2b7baf080e1b_f410bac62f64f9ddd_d20260822_m041604_c001_v7007000_t0000_u01787372164683") 2026/08/22 04:16:07 DEBUG : empty space: Deleting (id "4_z2f82cd03a0ed2b7baf080e1b_f4079e9a7e5d605b3_d20260822_m041559_c001_v0001134_t0016_u01787372159938") 2026/08/22 04:16:07 DEBUG : potato2: Deleting (id "4_z2f82cd03a0ed2b7baf080e1b_f410bac62f64f9de5_d20260822_m041604_c001_v7007000_t0000_u01787372164937") 2026/08/22 04:16:07 DEBUG : potato2: Deleting (id "4_z2f82cd03a0ed2b7baf080e1b_f115bd77b00d29262_d20260822_m041601_c001_v0001101_t0024_u01787372161366") 2026/08/22 04:16:07 DEBUG : potato3: Deleting (id "4_z2f82cd03a0ed2b7baf080e1b_f410bac62f64f9df3_d20260822_m041605_c001_v7007000_t0000_u01787372165404") 2026/08/22 04:16:07 DEBUG : potato3: Deleting (id "4_z2f82cd03a0ed2b7baf080e1b_f115de6ee97564867_d20260822_m041601_c001_v0001172_t0036_u01787372161738") 2026/08/22 04:16:07 DEBUG : potato3: Deleting (id "4_z2f82cd03a0ed2b7baf080e1b_f1079e9a7e5d605b7_d20260822_m041600_c001_v0001134_t0055_u01787372160123") --- PASS: TestServerSideMoveDeleteEmptySourceDirs (13.32s) === RUN TestServerSideMoveOverlap run.go:198: Remote "B2 bucket rclone-test-diyujup8baku", Local "Local file system at /tmp/rclone2587900294", Modify Window "1ms" 2026/08/22 04:16:08 DEBUG : Creating backend with remote "TestB2:rclone-test-diyujup8baku/rclone-move-test" --- PASS: TestServerSideMoveOverlap (3.00s) === RUN TestSyncOverlap run.go:198: Remote "B2 bucket rclone-test-diyujup8baku", Local "Local file system at /tmp/rclone2587900294", Modify Window "1ms" 2026/08/22 04:16:11 DEBUG : Creating backend with remote "TestB2:rclone-test-diyujup8baku/rclone-sync-test" --- PASS: TestSyncOverlap (1.55s) === RUN TestSyncOverlapWithFilter run.go:198: Remote "B2 bucket rclone-test-diyujup8baku", Local "Local file system at /tmp/rclone2587900294", Modify Window "1ms" 2026/08/22 04:16:13 DEBUG : Creating backend with remote "TestB2:rclone-test-diyujup8baku/rclone-sync-test" 2026/08/22 04:16:15 DEBUG : Creating backend with remote "TestB2:rclone-test-diyujup8baku/rclone-sync-test-include/layer2" 2026/08/22 04:16:17 DEBUG : Creating backend with remote "TestB2:rclone-test-diyujup8baku/rclone-sync-test-ignore-file" 2026/08/22 04:16:21 DEBUG : pacer: low level retry 1/10 (error Post "https://api001.backblazeb2.com/b2api/v1/b2_list_file_names": EOF) 2026/08/22 04:16:21 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/08/22 04:16:21 DEBUG : pacer: Reducing sleep to 10ms 2026/08/22 04:16:21 DEBUG : rclone-sync-test-ignore-file: Excluded 2026/08/22 04:16:21 DEBUG : B2 bucket rclone-test-diyujup8baku path rclone-sync-test: Waiting for checks to finish 2026/08/22 04:16:21 DEBUG : B2 bucket rclone-test-diyujup8baku path rclone-sync-test: Waiting for transfers to finish 2026/08/22 04:16:21 DEBUG : Waiting for deletions to finish 2026/08/22 04:16:21 INFO : There was nothing to transfer 2026/08/22 04:16:22 DEBUG : rclone-sync-test-ignore-file: Excluded 2026/08/22 04:16:22 DEBUG : B2 bucket rclone-test-diyujup8baku: Waiting for checks to finish 2026/08/22 04:16:22 DEBUG : B2 bucket rclone-test-diyujup8baku: Waiting for transfers to finish 2026/08/22 04:16:22 DEBUG : Waiting for deletions to finish 2026/08/22 04:16:22 INFO : There was nothing to transfer 2026/08/22 04:16:23 DEBUG : rclone-sync-test-ignore-file: Excluded 2026/08/22 04:16:23 DEBUG : B2 bucket rclone-test-diyujup8baku path rclone-sync-test-include/layer2: Waiting for checks to finish 2026/08/22 04:16:23 DEBUG : B2 bucket rclone-test-diyujup8baku path rclone-sync-test-include/layer2: Waiting for transfers to finish 2026/08/22 04:16:23 DEBUG : Waiting for deletions to finish 2026/08/22 04:16:23 INFO : There was nothing to transfer 2026/08/22 04:16:23 DEBUG : rclone-sync-test-ignore-file: Excluded 2026/08/22 04:16:23 DEBUG : B2 bucket rclone-test-diyujup8baku: Waiting for checks to finish 2026/08/22 04:16:23 DEBUG : B2 bucket rclone-test-diyujup8baku: Waiting for transfers to finish 2026/08/22 04:16:23 DEBUG : Waiting for deletions to finish 2026/08/22 04:16:23 INFO : There was nothing to transfer 2026/08/22 04:16:24 DEBUG : Excluded 2026/08/22 04:16:24 DEBUG : rclone-sync-test-ignore-file: Excluded 2026/08/22 04:16:24 DEBUG : B2 bucket rclone-test-diyujup8baku path rclone-sync-test-ignore-file: Waiting for checks to finish 2026/08/22 04:16:24 DEBUG : B2 bucket rclone-test-diyujup8baku path rclone-sync-test-ignore-file: Waiting for transfers to finish 2026/08/22 04:16:24 DEBUG : Waiting for deletions to finish 2026/08/22 04:16:24 INFO : There was nothing to transfer --- PASS: TestSyncOverlapWithFilter (11.44s) === RUN TestSyncCompareDest run.go:198: Remote "B2 bucket rclone-test-diyujup8baku", Local "Local file system at /tmp/rclone2587900294", Modify Window "1ms" 2026/08/22 04:16:24 DEBUG : Creating backend with remote "TestB2:rclone-test-diyujup8baku/dst" 2026/08/22 04:16:25 DEBUG : Creating backend with remote "TestB2:rclone-test-diyujup8baku/CompareDest" 2026/08/22 04:16:27 DEBUG : one: Need to transfer - File not found at Destination 2026/08/22 04:16:27 DEBUG : B2 bucket rclone-test-diyujup8baku path dst: Waiting for checks to finish 2026/08/22 04:16:27 DEBUG : B2 bucket rclone-test-diyujup8baku path dst: Waiting for transfers to finish 2026/08/22 04:16:28 DEBUG : one: size = 3 OK 2026/08/22 04:16:28 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2026/08/22 04:16:28 INFO : one: Copied (new) 2026/08/22 04:16:28 DEBUG : Waiting for deletions to finish 2026/08/22 04:16:29 DEBUG : B2 bucket rclone-test-diyujup8baku path dst: Waiting for checks to finish 2026/08/22 04:16:29 DEBUG : one: size = 5 (Local file system at /tmp/rclone2587900294) 2026/08/22 04:16:29 DEBUG : one: size = 3 (B2 bucket rclone-test-diyujup8baku path dst) 2026/08/22 04:16:29 DEBUG : one: Sizes differ 2026/08/22 04:16:29 DEBUG : B2 bucket rclone-test-diyujup8baku path dst: Waiting for transfers to finish 2026/08/22 04:16:29 DEBUG : one: size = 5 OK 2026/08/22 04:16:29 DEBUG : one: sha1 = 7f376fd65843a1267de8f986d40e164e5a321c13 OK 2026/08/22 04:16:29 INFO : one: Copied (replaced existing) 2026/08/22 04:16:29 DEBUG : Waiting for deletions to finish 2026/08/22 04:16:31 DEBUG : one: size = 5 (Local file system at /tmp/rclone2587900294) 2026/08/22 04:16:31 DEBUG : one: size = 3 (B2 bucket rclone-test-diyujup8baku path dst) 2026/08/22 04:16:31 DEBUG : one: Sizes differ 2026/08/22 04:16:31 DEBUG : B2 bucket rclone-test-diyujup8baku path dst: Waiting for checks to finish 2026/08/22 04:16:31 DEBUG : one: size = 5 OK 2026/08/22 04:16:31 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/22 04:16:31 DEBUG : one: Destination found in --compare-dest, skipping 2026/08/22 04:16:31 DEBUG : B2 bucket rclone-test-diyujup8baku path dst: Waiting for transfers to finish 2026/08/22 04:16:31 DEBUG : Waiting for deletions to finish 2026/08/22 04:16:31 INFO : There was nothing to transfer 2026/08/22 04:16:32 DEBUG : one: size = 5 (Local file system at /tmp/rclone2587900294) 2026/08/22 04:16:32 DEBUG : one: size = 3 (B2 bucket rclone-test-diyujup8baku path dst) 2026/08/22 04:16:32 DEBUG : one: Sizes differ 2026/08/22 04:16:32 DEBUG : two: size = 3 OK 2026/08/22 04:16:32 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/22 04:16:32 DEBUG : two: Destination found in --compare-dest, skipping 2026/08/22 04:16:32 DEBUG : B2 bucket rclone-test-diyujup8baku path dst: Waiting for checks to finish 2026/08/22 04:16:32 DEBUG : one: size = 5 OK 2026/08/22 04:16:32 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/22 04:16:32 DEBUG : one: Destination found in --compare-dest, skipping 2026/08/22 04:16:32 DEBUG : B2 bucket rclone-test-diyujup8baku path dst: Waiting for transfers to finish 2026/08/22 04:16:32 DEBUG : Waiting for deletions to finish 2026/08/22 04:16:32 INFO : There was nothing to transfer 2026/08/22 04:16:33 DEBUG : one: size = 5 (Local file system at /tmp/rclone2587900294) 2026/08/22 04:16:33 DEBUG : one: size = 3 (B2 bucket rclone-test-diyujup8baku path dst) 2026/08/22 04:16:33 DEBUG : one: Sizes differ 2026/08/22 04:16:33 DEBUG : two: size = 3 OK 2026/08/22 04:16:33 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/22 04:16:33 DEBUG : two: Destination found in --compare-dest, skipping 2026/08/22 04:16:33 DEBUG : B2 bucket rclone-test-diyujup8baku path dst: Waiting for checks to finish 2026/08/22 04:16:33 DEBUG : one: size = 5 OK 2026/08/22 04:16:33 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/22 04:16:33 DEBUG : one: Destination found in --compare-dest, skipping 2026/08/22 04:16:33 DEBUG : B2 bucket rclone-test-diyujup8baku path dst: Waiting for transfers to finish 2026/08/22 04:16:33 DEBUG : Waiting for deletions to finish 2026/08/22 04:16:33 INFO : There was nothing to transfer 2026/08/22 04:16:34 DEBUG : one: size = 5 (Local file system at /tmp/rclone2587900294) 2026/08/22 04:16:34 DEBUG : one: size = 3 (B2 bucket rclone-test-diyujup8baku path dst) 2026/08/22 04:16:34 DEBUG : one: Sizes differ 2026/08/22 04:16:34 DEBUG : two: size = 3 OK 2026/08/22 04:16:34 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/22 04:16:34 DEBUG : two: sha1 = ad782ecdac770fc6eb9a62e44f90873fb97fb26b OK 2026/08/22 04:16:34 DEBUG : two: Destination found in --compare-dest, skipping 2026/08/22 04:16:34 DEBUG : B2 bucket rclone-test-diyujup8baku path dst: Waiting for checks to finish 2026/08/22 04:16:34 DEBUG : one: size = 5 OK 2026/08/22 04:16:34 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/22 04:16:34 DEBUG : one: Destination found in --compare-dest, skipping 2026/08/22 04:16:34 DEBUG : B2 bucket rclone-test-diyujup8baku path dst: Waiting for transfers to finish 2026/08/22 04:16:34 DEBUG : Waiting for deletions to finish 2026/08/22 04:16:34 INFO : There was nothing to transfer 2026/08/22 04:16:35 DEBUG : one: size = 5 (Local file system at /tmp/rclone2587900294) 2026/08/22 04:16:35 DEBUG : one: size = 3 (B2 bucket rclone-test-diyujup8baku path dst) 2026/08/22 04:16:35 DEBUG : one: Sizes differ 2026/08/22 04:16:35 DEBUG : two: size = 5 (Local file system at /tmp/rclone2587900294) 2026/08/22 04:16:35 DEBUG : two: size = 3 (B2 bucket rclone-test-diyujup8baku path CompareDest) 2026/08/22 04:16:35 DEBUG : two: Sizes differ 2026/08/22 04:16:35 DEBUG : two: Need to transfer - File not found at Destination 2026/08/22 04:16:35 DEBUG : B2 bucket rclone-test-diyujup8baku path dst: Waiting for checks to finish 2026/08/22 04:16:35 DEBUG : one: size = 5 OK 2026/08/22 04:16:35 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/22 04:16:35 DEBUG : one: Destination found in --compare-dest, skipping 2026/08/22 04:16:35 DEBUG : B2 bucket rclone-test-diyujup8baku path dst: Waiting for transfers to finish 2026/08/22 04:16:35 DEBUG : two: size = 5 OK 2026/08/22 04:16:35 DEBUG : two: sha1 = a4be8877ad88f3109a6411985a1f359e10e2d930 OK 2026/08/22 04:16:35 INFO : two: Copied (new) 2026/08/22 04:16:35 DEBUG : Waiting for deletions to finish --- PASS: TestSyncCompareDest (12.42s) === RUN TestSyncMultipleCompareDest run.go:198: Remote "B2 bucket rclone-test-diyujup8baku", Local "Local file system at /tmp/rclone2587900294", Modify Window "1ms" 2026/08/22 04:16:38 DEBUG : Creating backend with remote "TestB2:rclone-test-diyujup8baku/dest" 2026/08/22 04:16:39 DEBUG : Creating backend with remote "TestB2:rclone-test-diyujup8baku/pre-dest1" 2026/08/22 04:16:40 DEBUG : Creating backend with remote "TestB2:rclone-test-diyujup8baku/pre-dest2" 2026/08/22 04:16:42 DEBUG : 1: size = 1 OK 2026/08/22 04:16:42 DEBUG : 1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:16:42 DEBUG : 1: Destination found in --compare-dest, skipping 2026/08/22 04:16:43 DEBUG : 2: size = 1 OK 2026/08/22 04:16:43 DEBUG : 2: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:16:43 DEBUG : 2: Destination found in --compare-dest, skipping 2026/08/22 04:16:43 DEBUG : 3: Need to transfer - File not found at Destination 2026/08/22 04:16:43 DEBUG : B2 bucket rclone-test-diyujup8baku path dest: Waiting for checks to finish 2026/08/22 04:16:43 DEBUG : B2 bucket rclone-test-diyujup8baku path dest: Waiting for transfers to finish 2026/08/22 04:16:44 DEBUG : 3: size = 1 OK 2026/08/22 04:16:44 DEBUG : 3: sha1 = 77de68daecd823babbb58edb1c8e14d7106e83bb OK 2026/08/22 04:16:44 INFO : 3: Copied (new) 2026/08/22 04:16:44 DEBUG : Waiting for deletions to finish --- PASS: TestSyncMultipleCompareDest (8.86s) === RUN TestSyncCopyDest run.go:198: Remote "B2 bucket rclone-test-diyujup8baku", Local "Local file system at /tmp/rclone2587900294", Modify Window "1ms" 2026/08/22 04:16:46 DEBUG : Creating backend with remote "TestB2:rclone-test-diyujup8baku/dst" 2026/08/22 04:16:47 DEBUG : Creating backend with remote "TestB2:rclone-test-diyujup8baku/CopyDest" 2026/08/22 04:16:49 DEBUG : one: Need to transfer - File not found at Destination 2026/08/22 04:16:49 DEBUG : B2 bucket rclone-test-diyujup8baku path dst: Waiting for checks to finish 2026/08/22 04:16:49 DEBUG : B2 bucket rclone-test-diyujup8baku path dst: Waiting for transfers to finish 2026/08/22 04:16:50 DEBUG : one: size = 3 OK 2026/08/22 04:16:50 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2026/08/22 04:16:50 INFO : one: Copied (new) 2026/08/22 04:16:50 DEBUG : Waiting for deletions to finish 2026/08/22 04:16:50 DEBUG : B2 bucket rclone-test-diyujup8baku path dst: Waiting for checks to finish 2026/08/22 04:16:50 DEBUG : one: size = 5 (Local file system at /tmp/rclone2587900294) 2026/08/22 04:16:50 DEBUG : one: size = 3 (B2 bucket rclone-test-diyujup8baku path dst) 2026/08/22 04:16:50 DEBUG : one: Sizes differ 2026/08/22 04:16:50 DEBUG : B2 bucket rclone-test-diyujup8baku path dst: Waiting for transfers to finish 2026/08/22 04:16:50 DEBUG : one: size = 5 OK 2026/08/22 04:16:50 DEBUG : one: sha1 = 7f376fd65843a1267de8f986d40e164e5a321c13 OK 2026/08/22 04:16:50 INFO : one: Copied (replaced existing) 2026/08/22 04:16:50 DEBUG : Waiting for deletions to finish 2026/08/22 04:16:52 DEBUG : Creating backend with remote "TestB2:rclone-test-diyujup8baku/BackupDir" 2026/08/22 04:16:53 DEBUG : one: size = 5 (Local file system at /tmp/rclone2587900294) 2026/08/22 04:16:53 DEBUG : one: size = 3 (B2 bucket rclone-test-diyujup8baku path dst) 2026/08/22 04:16:53 DEBUG : one: Sizes differ 2026/08/22 04:16:53 DEBUG : B2 bucket rclone-test-diyujup8baku path dst: Waiting for checks to finish 2026/08/22 04:16:53 DEBUG : one: size = 5 OK 2026/08/22 04:16:53 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/22 04:16:53 DEBUG : one: size = 5 (Local file system at /tmp/rclone2587900294) 2026/08/22 04:16:53 DEBUG : one: size = 3 (B2 bucket rclone-test-diyujup8baku path dst) 2026/08/22 04:16:53 DEBUG : one: Sizes differ 2026/08/22 04:16:55 DEBUG : one: size = 3 OK 2026/08/22 04:16:55 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2026/08/22 04:16:55 INFO : one: Copied (server-side copy) 2026/08/22 04:16:55 INFO : one: Deleted 2026/08/22 04:16:55 DEBUG : one: size = 5 OK 2026/08/22 04:16:55 DEBUG : one: sha1 = 7f376fd65843a1267de8f986d40e164e5a321c13 OK 2026/08/22 04:16:55 INFO : one: Copied (server-side copy) 2026/08/22 04:16:55 DEBUG : one: Destination found in --copy-dest, using server-side copy 2026/08/22 04:16:55 DEBUG : B2 bucket rclone-test-diyujup8baku path dst: Waiting for transfers to finish 2026/08/22 04:16:55 DEBUG : Waiting for deletions to finish 2026/08/22 04:16:56 DEBUG : one: size = 5 OK 2026/08/22 04:16:56 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/22 04:16:56 DEBUG : one: Unchanged skipping 2026/08/22 04:16:57 DEBUG : two: size = 3 OK 2026/08/22 04:16:57 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/22 04:16:57 DEBUG : two: size = 3 OK 2026/08/22 04:16:57 DEBUG : two: sha1 = ad782ecdac770fc6eb9a62e44f90873fb97fb26b OK 2026/08/22 04:16:57 INFO : two: Copied (server-side copy) 2026/08/22 04:16:57 DEBUG : two: Destination found in --copy-dest, using server-side copy 2026/08/22 04:16:57 DEBUG : B2 bucket rclone-test-diyujup8baku path dst: Waiting for checks to finish 2026/08/22 04:16:57 DEBUG : B2 bucket rclone-test-diyujup8baku path dst: Waiting for transfers to finish 2026/08/22 04:16:57 DEBUG : Waiting for deletions to finish 2026/08/22 04:16:57 DEBUG : one: size = 5 OK 2026/08/22 04:16:57 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/22 04:16:57 DEBUG : one: Unchanged skipping 2026/08/22 04:16:57 DEBUG : two: size = 3 OK 2026/08/22 04:16:57 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/22 04:16:57 DEBUG : two: Unchanged skipping 2026/08/22 04:16:57 DEBUG : B2 bucket rclone-test-diyujup8baku path dst: Waiting for checks to finish 2026/08/22 04:16:57 DEBUG : B2 bucket rclone-test-diyujup8baku path dst: Waiting for transfers to finish 2026/08/22 04:16:57 DEBUG : Waiting for deletions to finish 2026/08/22 04:16:57 INFO : There was nothing to transfer 2026/08/22 04:16:58 DEBUG : one: size = 5 OK 2026/08/22 04:16:58 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/22 04:16:58 DEBUG : one: Unchanged skipping 2026/08/22 04:16:59 DEBUG : three: size = 7 (Local file system at /tmp/rclone2587900294) 2026/08/22 04:16:59 DEBUG : three: size = 5 (B2 bucket rclone-test-diyujup8baku path CopyDest) 2026/08/22 04:16:59 DEBUG : three: Sizes differ 2026/08/22 04:16:59 DEBUG : three: Destination not found in --copy-dest 2026/08/22 04:16:59 DEBUG : three: Need to transfer - File not found at Destination 2026/08/22 04:16:59 DEBUG : two: size = 3 OK 2026/08/22 04:16:59 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/22 04:16:59 DEBUG : two: Unchanged skipping 2026/08/22 04:16:59 DEBUG : B2 bucket rclone-test-diyujup8baku path dst: Waiting for checks to finish 2026/08/22 04:16:59 DEBUG : B2 bucket rclone-test-diyujup8baku path dst: Waiting for transfers to finish 2026/08/22 04:16:59 DEBUG : three: size = 7 OK 2026/08/22 04:16:59 DEBUG : three: sha1 = 370e613335f3cf2f19b2a2d35a86402f55c659f8 OK 2026/08/22 04:16:59 INFO : three: Copied (new) 2026/08/22 04:16:59 DEBUG : Waiting for deletions to finish --- PASS: TestSyncCopyDest (15.33s) === RUN TestSyncBackupDir run.go:198: Remote "B2 bucket rclone-test-diyujup8baku", Local "Local file system at /tmp/rclone2587900294", Modify Window "1ms" 2026/08/22 04:17:02 DEBUG : Creating backend with remote "TestB2:rclone-test-diyujup8baku/dst" 2026/08/22 04:17:03 DEBUG : Creating backend with remote "TestB2:rclone-test-diyujup8baku/backup" 2026/08/22 04:17:05 DEBUG : one: size = 4 (Local file system at /tmp/rclone2587900294) 2026/08/22 04:17:05 DEBUG : one: size = 3 (B2 bucket rclone-test-diyujup8baku path dst) 2026/08/22 04:17:05 DEBUG : one: Sizes differ 2026/08/22 04:17:05 DEBUG : two: size = 3 OK 2026/08/22 04:17:05 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:17:05 DEBUG : two: Unchanged skipping 2026/08/22 04:17:05 DEBUG : B2 bucket rclone-test-diyujup8baku path dst: Waiting for checks to finish 2026/08/22 04:17:07 DEBUG : one: size = 3 OK 2026/08/22 04:17:07 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2026/08/22 04:17:07 INFO : one: Copied (server-side copy) 2026/08/22 04:17:07 INFO : one: Deleted 2026/08/22 04:17:07 DEBUG : B2 bucket rclone-test-diyujup8baku path dst: Waiting for transfers to finish 2026/08/22 04:17:08 DEBUG : one: size = 4 OK 2026/08/22 04:17:08 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2026/08/22 04:17:08 INFO : one: Copied (new) 2026/08/22 04:17:08 DEBUG : Waiting for deletions to finish 2026/08/22 04:17:08 DEBUG : three.txt: size = 5 OK 2026/08/22 04:17:08 DEBUG : three.txt: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2026/08/22 04:17:08 INFO : three.txt: Copied (server-side copy) 2026/08/22 04:17:08 INFO : three.txt: Deleted 2026/08/22 04:17:08 INFO : three.txt: Moved into backup dir 2026/08/22 04:17:10 DEBUG : one: size = 5 (Local file system at /tmp/rclone2587900294) 2026/08/22 04:17:10 DEBUG : one: size = 4 (B2 bucket rclone-test-diyujup8baku path dst) 2026/08/22 04:17:10 DEBUG : one: Sizes differ 2026/08/22 04:17:10 DEBUG : two: size = 3 OK 2026/08/22 04:17:10 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:17:10 DEBUG : two: Unchanged skipping 2026/08/22 04:17:10 DEBUG : B2 bucket rclone-test-diyujup8baku path dst: Waiting for checks to finish 2026/08/22 04:17:10 DEBUG : one: size = 4 OK 2026/08/22 04:17:10 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2026/08/22 04:17:10 INFO : one: Copied (server-side copy) 2026/08/22 04:17:10 INFO : one: Deleted 2026/08/22 04:17:10 DEBUG : B2 bucket rclone-test-diyujup8baku path dst: Waiting for transfers to finish 2026/08/22 04:17:11 DEBUG : one: size = 5 OK 2026/08/22 04:17:11 DEBUG : one: sha1 = 88a8c2880f555638f990d1ec4c8359b25caa20c7 OK 2026/08/22 04:17:11 INFO : one: Copied (new) 2026/08/22 04:17:11 DEBUG : Waiting for deletions to finish 2026/08/22 04:17:11 DEBUG : three.txt: size = 6 OK 2026/08/22 04:17:11 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2026/08/22 04:17:11 INFO : three.txt: Copied (server-side copy) 2026/08/22 04:17:11 INFO : three.txt: Deleted 2026/08/22 04:17:11 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDir (11.53s) === RUN TestSyncBackupDirWithSuffix run.go:198: Remote "B2 bucket rclone-test-diyujup8baku", Local "Local file system at /tmp/rclone2587900294", Modify Window "1ms" 2026/08/22 04:17:14 DEBUG : Creating backend with remote "TestB2:rclone-test-diyujup8baku/dst" 2026/08/22 04:17:35 DEBUG : pacer: low level retry 1/10 (error Get "https://api.backblazeb2.com/b2api/v4/b2_authorize_account": EOF) 2026/08/22 04:17:35 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/08/22 04:17:35 DEBUG : pacer: Reducing sleep to 10ms 2026/08/22 04:17:36 DEBUG : Creating backend with remote "TestB2:rclone-test-diyujup8baku/backup" 2026/08/22 04:17:38 DEBUG : one: size = 4 (Local file system at /tmp/rclone2587900294) 2026/08/22 04:17:38 DEBUG : one: size = 3 (B2 bucket rclone-test-diyujup8baku path dst) 2026/08/22 04:17:38 DEBUG : one: Sizes differ 2026/08/22 04:17:38 DEBUG : two: size = 3 OK 2026/08/22 04:17:38 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:17:38 DEBUG : two: Unchanged skipping 2026/08/22 04:17:38 DEBUG : B2 bucket rclone-test-diyujup8baku path dst: Waiting for checks to finish 2026/08/22 04:17:39 DEBUG : one.bak: size = 3 OK 2026/08/22 04:17:39 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2026/08/22 04:17:39 INFO : one: Copied (server-side copy) to: one.bak 2026/08/22 04:17:39 INFO : one: Deleted 2026/08/22 04:17:39 DEBUG : B2 bucket rclone-test-diyujup8baku path dst: Waiting for transfers to finish 2026/08/22 04:17:40 DEBUG : one: size = 4 OK 2026/08/22 04:17:40 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2026/08/22 04:17:40 INFO : one: Copied (new) 2026/08/22 04:17:40 DEBUG : Waiting for deletions to finish 2026/08/22 04:17:41 DEBUG : three.txt.bak: size = 5 OK 2026/08/22 04:17:41 DEBUG : three.txt: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2026/08/22 04:17:41 INFO : three.txt: Copied (server-side copy) to: three.txt.bak 2026/08/22 04:17:41 INFO : three.txt: Deleted 2026/08/22 04:17:41 INFO : three.txt: Moved into backup dir 2026/08/22 04:17:42 DEBUG : one: size = 5 (Local file system at /tmp/rclone2587900294) 2026/08/22 04:17:42 DEBUG : one: size = 4 (B2 bucket rclone-test-diyujup8baku path dst) 2026/08/22 04:17:42 DEBUG : one: Sizes differ 2026/08/22 04:17:42 DEBUG : two: size = 3 OK 2026/08/22 04:17:42 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:17:42 DEBUG : two: Unchanged skipping 2026/08/22 04:17:42 DEBUG : B2 bucket rclone-test-diyujup8baku path dst: Waiting for checks to finish 2026/08/22 04:17:43 DEBUG : one.bak: size = 4 OK 2026/08/22 04:17:43 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2026/08/22 04:17:43 INFO : one: Copied (server-side copy) to: one.bak 2026/08/22 04:17:43 INFO : one: Deleted 2026/08/22 04:17:43 DEBUG : B2 bucket rclone-test-diyujup8baku path dst: Waiting for transfers to finish 2026/08/22 04:17:43 DEBUG : one: size = 5 OK 2026/08/22 04:17:43 DEBUG : one: sha1 = 88a8c2880f555638f990d1ec4c8359b25caa20c7 OK 2026/08/22 04:17:43 INFO : one: Copied (new) 2026/08/22 04:17:43 DEBUG : Waiting for deletions to finish 2026/08/22 04:17:44 DEBUG : three.txt.bak: size = 6 OK 2026/08/22 04:17:44 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2026/08/22 04:17:44 INFO : three.txt: Copied (server-side copy) to: three.txt.bak 2026/08/22 04:17:44 INFO : three.txt: Deleted 2026/08/22 04:17:44 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDirWithSuffix (32.59s) === RUN TestSyncBackupDirWithSuffixKeepExtension run.go:198: Remote "B2 bucket rclone-test-diyujup8baku", Local "Local file system at /tmp/rclone2587900294", Modify Window "1ms" 2026/08/22 04:17:47 DEBUG : Creating backend with remote "TestB2:rclone-test-diyujup8baku/dst" 2026/08/22 04:17:48 DEBUG : Creating backend with remote "TestB2:rclone-test-diyujup8baku/backup" 2026/08/22 04:17:50 DEBUG : two: size = 3 OK 2026/08/22 04:17:50 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:17:50 DEBUG : two: Unchanged skipping 2026/08/22 04:17:50 DEBUG : B2 bucket rclone-test-diyujup8baku path dst: Waiting for checks to finish 2026/08/22 04:17:50 DEBUG : one: size = 4 (Local file system at /tmp/rclone2587900294) 2026/08/22 04:17:50 DEBUG : one: size = 3 (B2 bucket rclone-test-diyujup8baku path dst) 2026/08/22 04:17:50 DEBUG : one: Sizes differ 2026/08/22 04:17:52 DEBUG : one-2019-01-01: size = 3 OK 2026/08/22 04:17:52 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2026/08/22 04:17:52 INFO : one: Copied (server-side copy) to: one-2019-01-01 2026/08/22 04:17:52 INFO : one: Deleted 2026/08/22 04:17:52 DEBUG : B2 bucket rclone-test-diyujup8baku path dst: Waiting for transfers to finish 2026/08/22 04:17:53 DEBUG : one: size = 4 OK 2026/08/22 04:17:53 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2026/08/22 04:17:53 INFO : one: Copied (new) 2026/08/22 04:17:53 DEBUG : Waiting for deletions to finish 2026/08/22 04:17:53 DEBUG : three-2019-01-01.txt: size = 5 OK 2026/08/22 04:17:53 DEBUG : three.txt: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2026/08/22 04:17:53 INFO : three.txt: Copied (server-side copy) to: three-2019-01-01.txt 2026/08/22 04:17:53 INFO : three.txt: Deleted 2026/08/22 04:17:53 INFO : three.txt: Moved into backup dir 2026/08/22 04:17:55 DEBUG : one: size = 5 (Local file system at /tmp/rclone2587900294) 2026/08/22 04:17:55 DEBUG : one: size = 4 (B2 bucket rclone-test-diyujup8baku path dst) 2026/08/22 04:17:55 DEBUG : one: Sizes differ 2026/08/22 04:17:55 DEBUG : two: size = 3 OK 2026/08/22 04:17:55 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:17:55 DEBUG : two: Unchanged skipping 2026/08/22 04:17:55 DEBUG : B2 bucket rclone-test-diyujup8baku path dst: Waiting for checks to finish 2026/08/22 04:17:55 DEBUG : one-2019-01-01: size = 4 OK 2026/08/22 04:17:55 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2026/08/22 04:17:55 INFO : one: Copied (server-side copy) to: one-2019-01-01 2026/08/22 04:17:55 INFO : one: Deleted 2026/08/22 04:17:55 DEBUG : B2 bucket rclone-test-diyujup8baku path dst: Waiting for transfers to finish 2026/08/22 04:17:55 DEBUG : one: size = 5 OK 2026/08/22 04:17:55 DEBUG : one: sha1 = 88a8c2880f555638f990d1ec4c8359b25caa20c7 OK 2026/08/22 04:17:55 INFO : one: Copied (new) 2026/08/22 04:17:55 DEBUG : Waiting for deletions to finish 2026/08/22 04:17:56 DEBUG : three-2019-01-01.txt: size = 6 OK 2026/08/22 04:17:56 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2026/08/22 04:17:56 INFO : three.txt: Copied (server-side copy) to: three-2019-01-01.txt 2026/08/22 04:17:56 INFO : three.txt: Deleted 2026/08/22 04:17:56 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDirWithSuffixKeepExtension (12.22s) === RUN TestSyncBackupDirSuffixOnly run.go:198: Remote "B2 bucket rclone-test-diyujup8baku", Local "Local file system at /tmp/rclone2587900294", Modify Window "1ms" 2026/08/22 04:17:59 DEBUG : Creating backend with remote "TestB2:rclone-test-diyujup8baku/dst" 2026/08/22 04:18:01 DEBUG : one: size = 4 (Local file system at /tmp/rclone2587900294) 2026/08/22 04:18:01 DEBUG : one: size = 3 (B2 bucket rclone-test-diyujup8baku path dst) 2026/08/22 04:18:01 DEBUG : one: Sizes differ 2026/08/22 04:18:01 DEBUG : two: size = 3 OK 2026/08/22 04:18:01 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:18:01 DEBUG : B2 bucket rclone-test-diyujup8baku path dst: Waiting for checks to finish 2026/08/22 04:18:01 DEBUG : two: Unchanged skipping 2026/08/22 04:18:01 DEBUG : one.bak: size = 3 OK 2026/08/22 04:18:01 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2026/08/22 04:18:01 INFO : one: Copied (server-side copy) to: one.bak 2026/08/22 04:18:01 INFO : one: Deleted 2026/08/22 04:18:01 DEBUG : B2 bucket rclone-test-diyujup8baku path dst: Waiting for transfers to finish 2026/08/22 04:18:02 DEBUG : one: size = 4 OK 2026/08/22 04:18:02 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2026/08/22 04:18:02 INFO : one: Copied (new) 2026/08/22 04:18:02 DEBUG : Waiting for deletions to finish 2026/08/22 04:18:02 DEBUG : three.txt.bak: size = 5 OK 2026/08/22 04:18:02 DEBUG : three.txt: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2026/08/22 04:18:02 INFO : three.txt: Copied (server-side copy) to: three.txt.bak 2026/08/22 04:18:02 INFO : three.txt: Deleted 2026/08/22 04:18:02 INFO : three.txt: Moved into backup dir 2026/08/22 04:18:03 DEBUG : one.bak: Excluded (Path Filter) 2026/08/22 04:18:03 DEBUG : one.bak: Excluded 2026/08/22 04:18:03 DEBUG : three.txt.bak: Excluded (Path Filter) 2026/08/22 04:18:03 DEBUG : three.txt.bak: Excluded 2026/08/22 04:18:03 DEBUG : two: size = 3 OK 2026/08/22 04:18:03 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:18:03 DEBUG : two: Unchanged skipping 2026/08/22 04:18:03 DEBUG : B2 bucket rclone-test-diyujup8baku path dst: Waiting for checks to finish 2026/08/22 04:18:03 DEBUG : one: size = 5 (Local file system at /tmp/rclone2587900294) 2026/08/22 04:18:03 DEBUG : one: size = 4 (B2 bucket rclone-test-diyujup8baku path dst) 2026/08/22 04:18:03 DEBUG : one: Sizes differ 2026/08/22 04:18:04 DEBUG : one.bak: size = 4 OK 2026/08/22 04:18:04 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2026/08/22 04:18:04 INFO : one: Copied (server-side copy) to: one.bak 2026/08/22 04:18:04 INFO : one: Deleted 2026/08/22 04:18:04 DEBUG : B2 bucket rclone-test-diyujup8baku path dst: Waiting for transfers to finish 2026/08/22 04:18:04 DEBUG : one: size = 5 OK 2026/08/22 04:18:04 DEBUG : one: sha1 = 88a8c2880f555638f990d1ec4c8359b25caa20c7 OK 2026/08/22 04:18:04 INFO : one: Copied (new) 2026/08/22 04:18:04 DEBUG : Waiting for deletions to finish 2026/08/22 04:18:04 DEBUG : three.txt.bak: size = 6 OK 2026/08/22 04:18:04 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2026/08/22 04:18:04 INFO : three.txt: Copied (server-side copy) to: three.txt.bak 2026/08/22 04:18:05 INFO : three.txt: Deleted 2026/08/22 04:18:05 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDirSuffixOnly (8.62s) === RUN TestSyncSuffix run.go:198: Remote "B2 bucket rclone-test-diyujup8baku", Local "Local file system at /tmp/rclone2587900294", Modify Window "1ms" 2026/08/22 04:18:07 DEBUG : Creating backend with remote "TestB2:rclone-test-diyujup8baku/dst" 2026/08/22 04:18:09 DEBUG : one: size = 4 (Local file system at /tmp/rclone2587900294) 2026/08/22 04:18:09 DEBUG : one: size = 3 (B2 bucket rclone-test-diyujup8baku path dst) 2026/08/22 04:18:09 DEBUG : one: Sizes differ 2026/08/22 04:18:10 DEBUG : one.bak: size = 3 OK 2026/08/22 04:18:10 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2026/08/22 04:18:10 INFO : one: Copied (server-side copy) to: one.bak 2026/08/22 04:18:10 INFO : one: Deleted 2026/08/22 04:18:11 DEBUG : one: size = 4 OK 2026/08/22 04:18:11 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2026/08/22 04:18:11 INFO : one: Copied (new) 2026/08/22 04:18:11 DEBUG : two: size = 3 OK 2026/08/22 04:18:11 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:18:11 DEBUG : two: Unchanged skipping 2026/08/22 04:18:12 DEBUG : three.txt: size = 6 (Local file system at /tmp/rclone2587900294) 2026/08/22 04:18:12 DEBUG : three.txt: size = 5 (B2 bucket rclone-test-diyujup8baku path dst) 2026/08/22 04:18:12 DEBUG : three.txt: Sizes differ 2026/08/22 04:18:12 DEBUG : three.txt.bak: size = 5 OK 2026/08/22 04:18:12 DEBUG : three.txt: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2026/08/22 04:18:12 INFO : three.txt: Copied (server-side copy) to: three.txt.bak 2026/08/22 04:18:12 INFO : three.txt: Deleted 2026/08/22 04:18:12 DEBUG : three.txt: size = 6 OK 2026/08/22 04:18:12 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2026/08/22 04:18:12 INFO : three.txt: Copied (new) 2026/08/22 04:18:13 DEBUG : one: size = 5 (Local file system at /tmp/rclone2587900294) 2026/08/22 04:18:13 DEBUG : one: size = 4 (B2 bucket rclone-test-diyujup8baku path dst) 2026/08/22 04:18:13 DEBUG : one: Sizes differ 2026/08/22 04:18:13 DEBUG : one.bak: size = 4 OK 2026/08/22 04:18:13 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2026/08/22 04:18:13 INFO : one: Copied (server-side copy) to: one.bak 2026/08/22 04:18:13 INFO : one: Deleted 2026/08/22 04:18:14 DEBUG : one: size = 5 OK 2026/08/22 04:18:14 DEBUG : one: sha1 = 88a8c2880f555638f990d1ec4c8359b25caa20c7 OK 2026/08/22 04:18:14 INFO : one: Copied (new) 2026/08/22 04:18:14 DEBUG : two: size = 3 OK 2026/08/22 04:18:14 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:18:14 DEBUG : two: Unchanged skipping 2026/08/22 04:18:14 DEBUG : three.txt: size = 19 (Local file system at /tmp/rclone2587900294) 2026/08/22 04:18:14 DEBUG : three.txt: size = 6 (B2 bucket rclone-test-diyujup8baku path dst) 2026/08/22 04:18:14 DEBUG : three.txt: Sizes differ 2026/08/22 04:18:14 DEBUG : three.txt.bak: size = 6 OK 2026/08/22 04:18:14 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2026/08/22 04:18:14 INFO : three.txt: Copied (server-side copy) to: three.txt.bak 2026/08/22 04:18:15 INFO : three.txt: Deleted 2026/08/22 04:18:15 DEBUG : three.txt: size = 19 OK 2026/08/22 04:18:15 DEBUG : three.txt: sha1 = 476e1707cbd7f0497a7dc4d44f0b07b8566ffc30 OK 2026/08/22 04:18:15 INFO : three.txt: Copied (new) --- PASS: TestSyncSuffix (10.37s) === RUN TestSyncSuffixKeepExtension run.go:198: Remote "B2 bucket rclone-test-diyujup8baku", Local "Local file system at /tmp/rclone2587900294", Modify Window "1ms" 2026/08/22 04:18:18 DEBUG : Creating backend with remote "TestB2:rclone-test-diyujup8baku/dst" 2026/08/22 04:18:19 DEBUG : one: size = 4 (Local file system at /tmp/rclone2587900294) 2026/08/22 04:18:19 DEBUG : one: size = 3 (B2 bucket rclone-test-diyujup8baku path dst) 2026/08/22 04:18:19 DEBUG : one: Sizes differ 2026/08/22 04:18:21 DEBUG : one-2019-01-01: size = 3 OK 2026/08/22 04:18:21 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2026/08/22 04:18:21 INFO : one: Copied (server-side copy) to: one-2019-01-01 2026/08/22 04:18:21 INFO : one: Deleted 2026/08/22 04:18:22 DEBUG : one: size = 4 OK 2026/08/22 04:18:22 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2026/08/22 04:18:22 INFO : one: Copied (new) 2026/08/22 04:18:22 DEBUG : two: size = 3 OK 2026/08/22 04:18:22 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:18:22 DEBUG : two: Unchanged skipping 2026/08/22 04:18:22 DEBUG : three.txt: size = 6 (Local file system at /tmp/rclone2587900294) 2026/08/22 04:18:22 DEBUG : three.txt: size = 5 (B2 bucket rclone-test-diyujup8baku path dst) 2026/08/22 04:18:22 DEBUG : three.txt: Sizes differ 2026/08/22 04:18:23 DEBUG : three-2019-01-01.txt: size = 5 OK 2026/08/22 04:18:23 DEBUG : three.txt: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2026/08/22 04:18:23 INFO : three.txt: Copied (server-side copy) to: three-2019-01-01.txt 2026/08/22 04:18:23 INFO : three.txt: Deleted 2026/08/22 04:18:23 DEBUG : three.txt: size = 6 OK 2026/08/22 04:18:23 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2026/08/22 04:18:23 INFO : three.txt: Copied (new) 2026/08/22 04:18:23 DEBUG : pacer: low level retry 1/10 (error Post "https://api001.backblazeb2.com/b2api/v1/b2_list_file_names": EOF) 2026/08/22 04:18:23 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/08/22 04:18:24 DEBUG : pacer: Reducing sleep to 10ms 2026/08/22 04:18:24 DEBUG : one: size = 5 (Local file system at /tmp/rclone2587900294) 2026/08/22 04:18:24 DEBUG : one: size = 4 (B2 bucket rclone-test-diyujup8baku path dst) 2026/08/22 04:18:24 DEBUG : one: Sizes differ 2026/08/22 04:18:24 DEBUG : one-2019-01-01: size = 4 OK 2026/08/22 04:18:24 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2026/08/22 04:18:24 INFO : one: Copied (server-side copy) to: one-2019-01-01 2026/08/22 04:18:25 INFO : one: Deleted 2026/08/22 04:18:25 DEBUG : one: size = 5 OK 2026/08/22 04:18:25 DEBUG : one: sha1 = 88a8c2880f555638f990d1ec4c8359b25caa20c7 OK 2026/08/22 04:18:25 INFO : one: Copied (new) 2026/08/22 04:18:25 DEBUG : two: size = 3 OK 2026/08/22 04:18:25 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:18:25 DEBUG : two: Unchanged skipping 2026/08/22 04:18:25 DEBUG : three.txt: size = 19 (Local file system at /tmp/rclone2587900294) 2026/08/22 04:18:25 DEBUG : three.txt: size = 6 (B2 bucket rclone-test-diyujup8baku path dst) 2026/08/22 04:18:25 DEBUG : three.txt: Sizes differ 2026/08/22 04:18:26 DEBUG : three-2019-01-01.txt: size = 6 OK 2026/08/22 04:18:26 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2026/08/22 04:18:26 INFO : three.txt: Copied (server-side copy) to: three-2019-01-01.txt 2026/08/22 04:18:26 INFO : three.txt: Deleted 2026/08/22 04:18:26 DEBUG : three.txt: size = 19 OK 2026/08/22 04:18:26 DEBUG : three.txt: sha1 = 476e1707cbd7f0497a7dc4d44f0b07b8566ffc30 OK 2026/08/22 04:18:26 INFO : three.txt: Copied (new) --- PASS: TestSyncSuffixKeepExtension (11.15s) === RUN TestSyncUTFNorm run.go:198: Remote "B2 bucket rclone-test-diyujup8baku", Local "Local file system at /tmp/rclone2587900294", Modify Window "1ms" 2026/08/22 04:18:28 DEBUG : Testêé: size = 14 (Local file system at /tmp/rclone2587900294) 2026/08/22 04:18:28 DEBUG : Testêé: size = 18 (B2 bucket rclone-test-diyujup8baku) 2026/08/22 04:18:28 DEBUG : Testêé: Sizes differ 2026/08/22 04:18:28 DEBUG : B2 bucket rclone-test-diyujup8baku: Waiting for checks to finish 2026/08/22 04:18:28 DEBUG : B2 bucket rclone-test-diyujup8baku: Waiting for transfers to finish 2026/08/22 04:18:29 DEBUG : Testêé: size = 14 OK 2026/08/22 04:18:29 DEBUG : Testêé: sha1 = a54d88e06612d820bc3be72877c74f257b561b19 OK 2026/08/22 04:18:29 INFO : Testêé: Copied (replaced existing) to: Testêé 2026/08/22 04:18:29 DEBUG : Waiting for deletions to finish --- PASS: TestSyncUTFNorm (2.25s) === RUN TestSyncImmutable run.go:198: Remote "B2 bucket rclone-test-diyujup8baku", Local "Local file system at /tmp/rclone2587900294", Modify Window "1ms" 2026/08/22 04:18:30 DEBUG : existing: Need to transfer - File not found at Destination 2026/08/22 04:18:30 DEBUG : B2 bucket rclone-test-diyujup8baku: Waiting for checks to finish 2026/08/22 04:18:30 DEBUG : B2 bucket rclone-test-diyujup8baku: Waiting for transfers to finish 2026/08/22 04:18:31 DEBUG : existing: size = 6 OK 2026/08/22 04:18:31 DEBUG : existing: sha1 = 3e2e95f5ad970eadfa7e17eaf73da97024aa5359 OK 2026/08/22 04:18:31 INFO : existing: Copied (new) 2026/08/22 04:18:31 DEBUG : Waiting for deletions to finish 2026/08/22 04:18:31 DEBUG : existing: size = 8 (Local file system at /tmp/rclone2587900294) 2026/08/22 04:18:31 DEBUG : existing: size = 6 (B2 bucket rclone-test-diyujup8baku) 2026/08/22 04:18:31 DEBUG : existing: Sizes differ 2026/08/22 04:18:31 ERROR : existing: Source and destination exist but do not match: immutable file modified 2026/08/22 04:18:31 DEBUG : B2 bucket rclone-test-diyujup8baku: Waiting for checks to finish 2026/08/22 04:18:31 DEBUG : B2 bucket rclone-test-diyujup8baku: Waiting for transfers to finish 2026/08/22 04:18:31 ERROR : B2 bucket rclone-test-diyujup8baku: not deleting files as there were IO errors 2026/08/22 04:18:31 ERROR : B2 bucket rclone-test-diyujup8baku: not deleting directories as there were IO errors --- PASS: TestSyncImmutable (2.27s) === RUN TestSyncIgnoreCase run.go:198: Remote "B2 bucket rclone-test-diyujup8baku", Local "Local file system at /tmp/rclone2587900294", Modify Window "1ms" 2026/08/22 04:18:33 DEBUG : B2 bucket rclone-test-diyujup8baku: Waiting for checks to finish 2026/08/22 04:18:33 DEBUG : EXISTING: size = 6 OK 2026/08/22 04:18:33 DEBUG : existing: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:18:33 DEBUG : existing: Unchanged skipping 2026/08/22 04:18:33 DEBUG : B2 bucket rclone-test-diyujup8baku: Waiting for transfers to finish 2026/08/22 04:18:33 DEBUG : Waiting for deletions to finish 2026/08/22 04:18:33 INFO : There was nothing to transfer --- PASS: TestSyncIgnoreCase (1.34s) === RUN TestFixCase run.go:198: Remote "B2 bucket rclone-test-diyujup8baku", Local "Local file system at /tmp/rclone2587900294", Modify Window "1ms" sync_test.go:2666: Skipping test as local or remote are case-sensitive --- SKIP: TestFixCase (0.38s) === RUN TestMaxTransfer === RUN TestMaxTransfer/Hard run.go:198: Remote "B2 bucket rclone-test-diyujup8baku", Local "Local file system at /tmp/rclone2587900294", Modify Window "1ms" sync_test.go:2705: This test only runs on local === RUN TestMaxTransfer/Soft run.go:198: Remote "B2 bucket rclone-test-diyujup8baku", Local "Local file system at /tmp/rclone2587900294", Modify Window "1ms" sync_test.go:2705: This test only runs on local === RUN TestMaxTransfer/Cautious run.go:198: Remote "B2 bucket rclone-test-diyujup8baku", Local "Local file system at /tmp/rclone2587900294", Modify Window "1ms" sync_test.go:2705: This test only runs on local --- PASS: TestMaxTransfer (1.15s) --- SKIP: TestMaxTransfer/Hard (0.38s) --- SKIP: TestMaxTransfer/Soft (0.39s) --- SKIP: TestMaxTransfer/Cautious (0.38s) === RUN TestSyncConcurrentDelete run.go:198: Remote "B2 bucket rclone-test-diyujup8baku", Local "Local file system at /tmp/rclone2587900294", Modify Window "1ms" 2026/08/22 04:18:43 DEBUG : both10: size = 6 OK 2026/08/22 04:18:43 DEBUG : B2 bucket rclone-test-diyujup8baku: Waiting for checks to finish 2026/08/22 04:18:43 DEBUG : both10: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:18:43 DEBUG : both0: size = 6 OK 2026/08/22 04:18:43 DEBUG : both0: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:18:43 DEBUG : both11: size = 6 OK 2026/08/22 04:18:43 DEBUG : both11: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:18:43 DEBUG : both12: size = 6 OK 2026/08/22 04:18:43 DEBUG : both12: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:18:43 DEBUG : both10: Unchanged skipping 2026/08/22 04:18:43 DEBUG : both13: size = 6 OK 2026/08/22 04:18:43 DEBUG : both13: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:18:43 DEBUG : both13: Unchanged skipping 2026/08/22 04:18:43 DEBUG : both14: size = 6 OK 2026/08/22 04:18:43 DEBUG : both14: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:18:43 DEBUG : both14: Unchanged skipping 2026/08/22 04:18:43 DEBUG : both15: size = 6 OK 2026/08/22 04:18:43 DEBUG : both15: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:18:43 DEBUG : both15: Unchanged skipping 2026/08/22 04:18:43 DEBUG : both16: size = 6 OK 2026/08/22 04:18:43 DEBUG : both16: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:18:43 DEBUG : both16: Unchanged skipping 2026/08/22 04:18:43 DEBUG : both17: size = 6 OK 2026/08/22 04:18:43 DEBUG : both17: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:18:43 DEBUG : both17: Unchanged skipping 2026/08/22 04:18:43 DEBUG : both18: size = 6 OK 2026/08/22 04:18:43 DEBUG : both18: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:18:43 DEBUG : both18: Unchanged skipping 2026/08/22 04:18:43 DEBUG : both19: size = 6 OK 2026/08/22 04:18:43 DEBUG : both19: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:18:43 DEBUG : both19: Unchanged skipping 2026/08/22 04:18:43 DEBUG : both1: size = 6 OK 2026/08/22 04:18:43 DEBUG : both1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:18:43 DEBUG : both1: Unchanged skipping 2026/08/22 04:18:43 DEBUG : both2: size = 6 OK 2026/08/22 04:18:43 DEBUG : both2: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:18:43 DEBUG : both2: Unchanged skipping 2026/08/22 04:18:43 DEBUG : both3: size = 6 OK 2026/08/22 04:18:43 DEBUG : both3: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:18:43 DEBUG : both3: Unchanged skipping 2026/08/22 04:18:43 DEBUG : both4: size = 6 OK 2026/08/22 04:18:43 DEBUG : both4: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:18:43 DEBUG : both4: Unchanged skipping 2026/08/22 04:18:43 DEBUG : both5: size = 6 OK 2026/08/22 04:18:43 DEBUG : both5: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:18:43 DEBUG : both5: Unchanged skipping 2026/08/22 04:18:43 DEBUG : both6: size = 6 OK 2026/08/22 04:18:43 DEBUG : both6: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:18:43 DEBUG : both6: Unchanged skipping 2026/08/22 04:18:43 DEBUG : both7: size = 6 OK 2026/08/22 04:18:43 DEBUG : both7: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:18:43 DEBUG : both7: Unchanged skipping 2026/08/22 04:18:43 DEBUG : both8: size = 6 OK 2026/08/22 04:18:43 DEBUG : both8: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:18:43 DEBUG : both8: Unchanged skipping 2026/08/22 04:18:43 DEBUG : both9: size = 6 OK 2026/08/22 04:18:43 DEBUG : both9: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:18:43 DEBUG : both9: Unchanged skipping 2026/08/22 04:18:43 DEBUG : both0: Unchanged skipping 2026/08/22 04:18:43 DEBUG : both11: Unchanged skipping 2026/08/22 04:18:43 DEBUG : both12: Unchanged skipping 2026/08/22 04:18:43 DEBUG : B2 bucket rclone-test-diyujup8baku: Waiting for transfers to finish 2026/08/22 04:18:43 DEBUG : Waiting for deletions to finish 2026/08/22 04:18:44 INFO : only19: Deleted 2026/08/22 04:18:44 INFO : only10: Deleted 2026/08/22 04:18:44 INFO : only13: Deleted 2026/08/22 04:18:44 INFO : only1: Deleted 2026/08/22 04:18:44 INFO : only5: Deleted 2026/08/22 04:18:44 INFO : only6: Deleted 2026/08/22 04:18:44 INFO : only7: Deleted 2026/08/22 04:18:44 INFO : only8: Deleted 2026/08/22 04:18:44 INFO : only9: Deleted 2026/08/22 04:18:44 INFO : only11: Deleted 2026/08/22 04:18:44 INFO : only15: Deleted 2026/08/22 04:18:44 INFO : only16: Deleted 2026/08/22 04:18:44 INFO : only2: Deleted 2026/08/22 04:18:44 INFO : only17: Deleted 2026/08/22 04:18:45 INFO : only18: Deleted 2026/08/22 04:18:45 INFO : only3: Deleted 2026/08/22 04:18:45 INFO : only4: Deleted 2026/08/22 04:18:45 INFO : only0: Deleted 2026/08/22 04:18:45 INFO : only12: Deleted 2026/08/22 04:18:45 INFO : only14: Deleted 2026/08/22 04:18:45 INFO : There was nothing to transfer --- PASS: TestSyncConcurrentDelete (14.30s) === RUN TestSyncConcurrentTruncate run.go:198: Remote "B2 bucket rclone-test-diyujup8baku", Local "Local file system at /tmp/rclone2587900294", Modify Window "1ms" 2026/08/22 04:18:58 DEBUG : both0: size = 6 OK 2026/08/22 04:18:58 DEBUG : both0: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:18:58 DEBUG : both0: Unchanged skipping 2026/08/22 04:18:58 DEBUG : both10: size = 6 OK 2026/08/22 04:18:58 DEBUG : both10: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:18:58 DEBUG : both10: Unchanged skipping 2026/08/22 04:18:58 DEBUG : both11: size = 6 OK 2026/08/22 04:18:58 DEBUG : both11: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:18:58 DEBUG : both11: Unchanged skipping 2026/08/22 04:18:58 DEBUG : both12: size = 6 OK 2026/08/22 04:18:58 DEBUG : both12: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:18:58 DEBUG : both12: Unchanged skipping 2026/08/22 04:18:58 DEBUG : both13: size = 6 OK 2026/08/22 04:18:58 DEBUG : both13: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:18:58 DEBUG : both13: Unchanged skipping 2026/08/22 04:18:58 DEBUG : both14: size = 6 OK 2026/08/22 04:18:58 DEBUG : both14: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:18:58 DEBUG : both14: Unchanged skipping 2026/08/22 04:18:58 DEBUG : both15: size = 6 OK 2026/08/22 04:18:58 DEBUG : both15: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:18:58 DEBUG : both15: Unchanged skipping 2026/08/22 04:18:58 DEBUG : both16: size = 6 OK 2026/08/22 04:18:58 DEBUG : both16: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:18:58 DEBUG : both16: Unchanged skipping 2026/08/22 04:18:58 DEBUG : both17: size = 6 OK 2026/08/22 04:18:58 DEBUG : both17: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:18:58 DEBUG : both17: Unchanged skipping 2026/08/22 04:18:58 DEBUG : both18: size = 6 OK 2026/08/22 04:18:58 DEBUG : both18: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:18:58 DEBUG : both18: Unchanged skipping 2026/08/22 04:18:58 DEBUG : both19: size = 6 OK 2026/08/22 04:18:58 DEBUG : both19: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:18:58 DEBUG : both19: Unchanged skipping 2026/08/22 04:18:58 DEBUG : both1: size = 6 OK 2026/08/22 04:18:58 DEBUG : both1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:18:58 DEBUG : both1: Unchanged skipping 2026/08/22 04:18:58 DEBUG : both2: size = 6 OK 2026/08/22 04:18:58 DEBUG : both2: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:18:58 DEBUG : both2: Unchanged skipping 2026/08/22 04:18:58 DEBUG : both3: size = 6 OK 2026/08/22 04:18:58 DEBUG : both3: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:18:58 DEBUG : both3: Unchanged skipping 2026/08/22 04:18:58 DEBUG : both4: size = 6 OK 2026/08/22 04:18:58 DEBUG : both4: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:18:58 DEBUG : both4: Unchanged skipping 2026/08/22 04:18:58 DEBUG : both5: size = 6 OK 2026/08/22 04:18:58 DEBUG : both5: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:18:58 DEBUG : both5: Unchanged skipping 2026/08/22 04:18:58 DEBUG : both6: size = 6 OK 2026/08/22 04:18:58 DEBUG : both6: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:18:58 DEBUG : both6: Unchanged skipping 2026/08/22 04:18:58 DEBUG : both7: size = 6 OK 2026/08/22 04:18:58 DEBUG : both7: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:18:58 DEBUG : both7: Unchanged skipping 2026/08/22 04:18:58 DEBUG : both8: size = 6 OK 2026/08/22 04:18:58 DEBUG : both8: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:18:58 DEBUG : both8: Unchanged skipping 2026/08/22 04:18:58 DEBUG : both9: size = 6 OK 2026/08/22 04:18:58 DEBUG : both9: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:18:58 DEBUG : only0: size = 0 (Local file system at /tmp/rclone2587900294) 2026/08/22 04:18:58 DEBUG : only0: size = 6 (B2 bucket rclone-test-diyujup8baku) 2026/08/22 04:18:58 DEBUG : only0: Sizes differ 2026/08/22 04:18:58 DEBUG : only10: size = 0 (Local file system at /tmp/rclone2587900294) 2026/08/22 04:18:58 DEBUG : only10: size = 6 (B2 bucket rclone-test-diyujup8baku) 2026/08/22 04:18:58 DEBUG : only10: Sizes differ 2026/08/22 04:18:58 DEBUG : only11: size = 0 (Local file system at /tmp/rclone2587900294) 2026/08/22 04:18:58 DEBUG : only11: size = 6 (B2 bucket rclone-test-diyujup8baku) 2026/08/22 04:18:58 DEBUG : only11: Sizes differ 2026/08/22 04:18:58 DEBUG : B2 bucket rclone-test-diyujup8baku: Waiting for checks to finish 2026/08/22 04:18:58 DEBUG : both9: Unchanged skipping 2026/08/22 04:18:58 DEBUG : only12: size = 0 (Local file system at /tmp/rclone2587900294) 2026/08/22 04:18:58 DEBUG : only13: size = 0 (Local file system at /tmp/rclone2587900294) 2026/08/22 04:18:58 DEBUG : only13: size = 6 (B2 bucket rclone-test-diyujup8baku) 2026/08/22 04:18:58 DEBUG : only13: Sizes differ 2026/08/22 04:18:58 DEBUG : only16: size = 0 (Local file system at /tmp/rclone2587900294) 2026/08/22 04:18:58 DEBUG : only16: size = 6 (B2 bucket rclone-test-diyujup8baku) 2026/08/22 04:18:58 DEBUG : only16: Sizes differ 2026/08/22 04:18:58 DEBUG : only17: size = 0 (Local file system at /tmp/rclone2587900294) 2026/08/22 04:18:58 DEBUG : only17: size = 6 (B2 bucket rclone-test-diyujup8baku) 2026/08/22 04:18:58 DEBUG : only17: Sizes differ 2026/08/22 04:18:58 DEBUG : only18: size = 0 (Local file system at /tmp/rclone2587900294) 2026/08/22 04:18:58 DEBUG : only18: size = 6 (B2 bucket rclone-test-diyujup8baku) 2026/08/22 04:18:58 DEBUG : only18: Sizes differ 2026/08/22 04:18:58 DEBUG : only19: size = 0 (Local file system at /tmp/rclone2587900294) 2026/08/22 04:18:58 DEBUG : only19: size = 6 (B2 bucket rclone-test-diyujup8baku) 2026/08/22 04:18:58 DEBUG : only19: Sizes differ 2026/08/22 04:18:58 DEBUG : only1: size = 0 (Local file system at /tmp/rclone2587900294) 2026/08/22 04:18:58 DEBUG : only1: size = 6 (B2 bucket rclone-test-diyujup8baku) 2026/08/22 04:18:58 DEBUG : only1: Sizes differ 2026/08/22 04:18:58 DEBUG : only2: size = 0 (Local file system at /tmp/rclone2587900294) 2026/08/22 04:18:58 DEBUG : only2: size = 6 (B2 bucket rclone-test-diyujup8baku) 2026/08/22 04:18:58 DEBUG : only2: Sizes differ 2026/08/22 04:18:58 DEBUG : only3: size = 0 (Local file system at /tmp/rclone2587900294) 2026/08/22 04:18:58 DEBUG : only3: size = 6 (B2 bucket rclone-test-diyujup8baku) 2026/08/22 04:18:58 DEBUG : only3: Sizes differ 2026/08/22 04:18:58 DEBUG : only4: size = 0 (Local file system at /tmp/rclone2587900294) 2026/08/22 04:18:58 DEBUG : only4: size = 6 (B2 bucket rclone-test-diyujup8baku) 2026/08/22 04:18:58 DEBUG : only4: Sizes differ 2026/08/22 04:18:58 DEBUG : only5: size = 0 (Local file system at /tmp/rclone2587900294) 2026/08/22 04:18:58 DEBUG : only5: size = 6 (B2 bucket rclone-test-diyujup8baku) 2026/08/22 04:18:58 DEBUG : only5: Sizes differ 2026/08/22 04:18:58 DEBUG : only6: size = 0 (Local file system at /tmp/rclone2587900294) 2026/08/22 04:18:58 DEBUG : only6: size = 6 (B2 bucket rclone-test-diyujup8baku) 2026/08/22 04:18:58 DEBUG : only6: Sizes differ 2026/08/22 04:18:58 DEBUG : only7: size = 0 (Local file system at /tmp/rclone2587900294) 2026/08/22 04:18:58 DEBUG : only7: size = 6 (B2 bucket rclone-test-diyujup8baku) 2026/08/22 04:18:58 DEBUG : only7: Sizes differ 2026/08/22 04:18:58 DEBUG : only8: size = 0 (Local file system at /tmp/rclone2587900294) 2026/08/22 04:18:58 DEBUG : only8: size = 6 (B2 bucket rclone-test-diyujup8baku) 2026/08/22 04:18:58 DEBUG : only8: Sizes differ 2026/08/22 04:18:58 DEBUG : only9: size = 0 (Local file system at /tmp/rclone2587900294) 2026/08/22 04:18:58 DEBUG : only9: size = 6 (B2 bucket rclone-test-diyujup8baku) 2026/08/22 04:18:58 DEBUG : only9: Sizes differ 2026/08/22 04:18:58 DEBUG : only14: size = 0 (Local file system at /tmp/rclone2587900294) 2026/08/22 04:18:58 DEBUG : only14: size = 6 (B2 bucket rclone-test-diyujup8baku) 2026/08/22 04:18:58 DEBUG : only14: Sizes differ 2026/08/22 04:18:58 DEBUG : only15: size = 0 (Local file system at /tmp/rclone2587900294) 2026/08/22 04:18:58 DEBUG : only15: size = 6 (B2 bucket rclone-test-diyujup8baku) 2026/08/22 04:18:58 DEBUG : only15: Sizes differ 2026/08/22 04:18:58 DEBUG : only12: size = 6 (B2 bucket rclone-test-diyujup8baku) 2026/08/22 04:18:58 DEBUG : only12: Sizes differ 2026/08/22 04:18:58 DEBUG : B2 bucket rclone-test-diyujup8baku: Waiting for transfers to finish 2026/08/22 04:18:58 DEBUG : only0: size = 0 OK 2026/08/22 04:18:58 DEBUG : only10: size = 0 OK 2026/08/22 04:18:58 DEBUG : only0: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/22 04:18:58 INFO : only0: Copied (replaced existing) 2026/08/22 04:18:58 DEBUG : only11: size = 0 OK 2026/08/22 04:18:58 DEBUG : only11: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/22 04:18:58 INFO : only11: Copied (replaced existing) 2026/08/22 04:18:58 DEBUG : only10: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/22 04:18:58 INFO : only10: Copied (replaced existing) 2026/08/22 04:18:59 DEBUG : only16: size = 0 OK 2026/08/22 04:18:59 DEBUG : only16: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/22 04:18:59 INFO : only16: Copied (replaced existing) 2026/08/22 04:18:59 DEBUG : only17: size = 0 OK 2026/08/22 04:18:59 DEBUG : only17: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/22 04:18:59 INFO : only17: Copied (replaced existing) 2026/08/22 04:18:59 DEBUG : only18: size = 0 OK 2026/08/22 04:18:59 DEBUG : only18: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/22 04:18:59 INFO : only18: Copied (replaced existing) 2026/08/22 04:18:59 DEBUG : only19: size = 0 OK 2026/08/22 04:18:59 DEBUG : only19: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/22 04:18:59 INFO : only19: Copied (replaced existing) 2026/08/22 04:18:59 DEBUG : only1: size = 0 OK 2026/08/22 04:18:59 DEBUG : only1: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/22 04:18:59 INFO : only1: Copied (replaced existing) 2026/08/22 04:18:59 DEBUG : only2: size = 0 OK 2026/08/22 04:18:59 DEBUG : only2: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/22 04:18:59 INFO : only2: Copied (replaced existing) 2026/08/22 04:18:59 DEBUG : only13: size = 0 OK 2026/08/22 04:18:59 DEBUG : only13: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/22 04:18:59 INFO : only13: Copied (replaced existing) 2026/08/22 04:18:59 DEBUG : only3: size = 0 OK 2026/08/22 04:18:59 DEBUG : only3: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/22 04:18:59 INFO : only3: Copied (replaced existing) 2026/08/22 04:18:59 DEBUG : only4: size = 0 OK 2026/08/22 04:18:59 DEBUG : only4: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/22 04:18:59 INFO : only4: Copied (replaced existing) 2026/08/22 04:18:59 DEBUG : only5: size = 0 OK 2026/08/22 04:18:59 DEBUG : only5: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/22 04:18:59 INFO : only5: Copied (replaced existing) 2026/08/22 04:18:59 DEBUG : only6: size = 0 OK 2026/08/22 04:18:59 DEBUG : only6: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/22 04:18:59 INFO : only6: Copied (replaced existing) 2026/08/22 04:18:59 DEBUG : only7: size = 0 OK 2026/08/22 04:18:59 DEBUG : only7: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/22 04:18:59 INFO : only7: Copied (replaced existing) 2026/08/22 04:18:59 DEBUG : only8: size = 0 OK 2026/08/22 04:18:59 DEBUG : only8: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/22 04:18:59 INFO : only8: Copied (replaced existing) 2026/08/22 04:18:59 DEBUG : only9: size = 0 OK 2026/08/22 04:18:59 DEBUG : only9: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/22 04:18:59 INFO : only9: Copied (replaced existing) 2026/08/22 04:18:59 DEBUG : only14: size = 0 OK 2026/08/22 04:18:59 DEBUG : only14: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/22 04:18:59 INFO : only14: Copied (replaced existing) 2026/08/22 04:18:59 DEBUG : only15: size = 0 OK 2026/08/22 04:18:59 DEBUG : only15: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/22 04:18:59 INFO : only15: Copied (replaced existing) 2026/08/22 04:18:59 DEBUG : only12: size = 0 OK 2026/08/22 04:18:59 DEBUG : only12: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/22 04:18:59 INFO : only12: Copied (replaced existing) 2026/08/22 04:18:59 DEBUG : Waiting for deletions to finish --- PASS: TestSyncConcurrentTruncate (18.30s) === RUN TestSyncReplaceDirModTime run.go:198: Remote "B2 bucket rclone-test-diyujup8baku", Local "Local file system at /tmp/rclone2587900294", Modify Window "1ms" 2026/08/22 04:19:07 DEBUG : empty_dir: Making directory with metadata 2026/08/22 04:19:07 INFO : empty_dir: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/22 04:19:07 DEBUG : empty_on_remote: Making directory with metadata 2026/08/22 04:19:07 INFO : empty_on_remote: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/22 04:19:07 INFO : empty_on_remote: Making directory 2026/08/22 04:19:07 INFO : empty_on_remote: Made directory with modification time 2011-12-25 12:59:59.123456789 +0000 UTC 2026/08/22 04:19:08 INFO : test_dir1: Set directory modification time (using DirSetModTime) 2026/08/22 04:19:08 INFO : test_dir2: Set directory modification time (using DirSetModTime) 2026/08/22 04:19:08 INFO : test_dir2/sub_dir: Set directory modification time (using DirSetModTime) 2026/08/22 04:19:08 INFO : empty_on_remote: Set directory modification time (using DirSetModTime) --- PASS: TestSyncReplaceDirModTime (2.62s) === RUN TestSyncReplaceDirModTimeWithEmptyDirs run.go:198: Remote "B2 bucket rclone-test-diyujup8baku", Local "Local file system at /tmp/rclone2587900294", Modify Window "1ms" 2026/08/22 04:19:10 DEBUG : empty_dir: Making directory with metadata 2026/08/22 04:19:10 INFO : empty_dir: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/22 04:19:10 DEBUG : empty_on_remote: Making directory with metadata 2026/08/22 04:19:10 INFO : empty_on_remote: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/22 04:19:10 INFO : empty_on_remote: Making directory 2026/08/22 04:19:10 INFO : empty_on_remote: Made directory with modification time 2011-12-25 12:59:59.123456789 +0000 UTC 2026/08/22 04:19:11 INFO : test_dir1: Set directory modification time (using DirSetModTime) 2026/08/22 04:19:11 INFO : test_dir2: Set directory modification time (using DirSetModTime) 2026/08/22 04:19:11 INFO : test_dir2/sub_dir: Set directory modification time (using DirSetModTime) 2026/08/22 04:19:11 INFO : empty_on_remote: Set directory modification time (using DirSetModTime) 2026/08/22 04:19:11 INFO : empty_dir: Set directory modification time (using DirSetModTime) --- PASS: TestSyncReplaceDirModTimeWithEmptyDirs (2.40s) === RUN TestNothingToTransferWithEmptyDirs run.go:198: Remote "B2 bucket rclone-test-diyujup8baku", Local "Local file system at /tmp/rclone2587900294", Modify Window "1ms" 2026/08/22 04:19:12 INFO : sub dir: Set directory modification time (using DirSetModTime) 2026/08/22 04:19:12 INFO : sub dir: Making directory 2026/08/22 04:19:12 INFO : sub dir: Made directory with modification time 2011-12-30 12:59:59 +0000 UTC --- PASS: TestNothingToTransferWithEmptyDirs (4.03s) === RUN TestNothingToTransferWithoutEmptyDirs run.go:198: Remote "B2 bucket rclone-test-diyujup8baku", Local "Local file system at /tmp/rclone2587900294", Modify Window "1ms" 2026/08/22 04:19:16 INFO : sub dir: Set directory modification time (using DirSetModTime) 2026/08/22 04:19:16 INFO : sub dir: Making directory 2026/08/22 04:19:16 INFO : sub dir: Made directory with modification time 2011-12-30 12:59:59 +0000 UTC --- PASS: TestNothingToTransferWithoutEmptyDirs (3.91s) === RUN TestTransform === RUN TestTransform/NFC run.go:198: Remote "B2 bucket rclone-test-diyujup8baku", Local "Local file system at /tmp/rclone2587900294", Modify Window "1ms" 2026/08/22 04:19:25 DEBUG : Waiting for deletions to finish 2026/08/22 04:19:25 DEBUG : apple: Excluded (Path Filter) 2026/08/22 04:19:25 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/22 04:19:25 DEBUG : banana: Excluded (Path Filter) 2026/08/22 04:19:25 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/22 04:19:25 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/22 04:19:25 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/22 04:19:25 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/22 04:19:25 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/22 04:19:25 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/22 04:19:25 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/22 04:19:25 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/22 04:19:25 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/22 04:19:25 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/22 04:19:25 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/22 04:19:25 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/22 04:19:25 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/22 04:19:25 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/22 04:19:25 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/22 04:19:25 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/22 04:19:25 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/22 04:19:25 DEBUG : apple: size = 5 OK 2026/08/22 04:19:25 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:19:25 DEBUG : apple: Unchanged skipping 2026/08/22 04:19:25 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/22 04:19:25 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:19:25 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/22 04:19:25 DEBUG : banana: size = 6 OK 2026/08/22 04:19:25 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:19:25 DEBUG : banana: Unchanged skipping 2026/08/22 04:19:25 DEBUG : splitbananasplit: size = 16 OK 2026/08/22 04:19:25 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:19:25 DEBUG : splitbananasplit: Unchanged skipping 2026/08/22 04:19:26 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/22 04:19:26 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:19:26 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/22 04:19:26 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/22 04:19:26 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:19:26 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/22 04:19:26 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/22 04:19:26 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:19:26 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/22 04:19:26 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/22 04:19:26 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:19:26 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/22 04:19:26 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/22 04:19:26 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:19:26 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/22 04:19:26 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/22 04:19:26 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:19:26 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/22 04:19:26 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/22 04:19:26 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:19:26 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/22 04:19:26 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/22 04:19:26 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/22 04:19:26 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:19:26 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/22 04:19:26 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/22 04:19:26 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:19:26 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/22 04:19:26 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/22 04:19:26 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:19:26 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/22 04:19:26 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/22 04:19:26 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/22 04:19:26 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:19:26 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/22 04:19:26 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/22 04:19:26 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:19:26 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/22 04:19:26 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/22 04:19:26 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:19:26 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/22 04:19:26 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/22 04:19:26 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:19:26 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/22 04:19:26 DEBUG : B2 bucket rclone-test-diyujup8baku: Waiting for checks to finish 2026/08/22 04:19:26 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:19:26 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/22 04:19:26 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:19:26 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/22 04:19:26 DEBUG : B2 bucket rclone-test-diyujup8baku: Waiting for transfers to finish 2026/08/22 04:19:26 DEBUG : Waiting for deletions to finish 2026/08/22 04:19:26 INFO : There was nothing to transfer 2026/08/22 04:19:26 DEBUG : Waiting for deletions to finish 2026/08/22 04:19:26 DEBUG : apple: Excluded (Path Filter) 2026/08/22 04:19:26 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/22 04:19:26 DEBUG : banana: Excluded (Path Filter) 2026/08/22 04:19:26 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/22 04:19:26 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/22 04:19:26 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/22 04:19:26 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/22 04:19:26 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/22 04:19:26 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/22 04:19:26 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/22 04:19:26 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/22 04:19:26 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/22 04:19:26 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/22 04:19:26 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/22 04:19:26 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/22 04:19:26 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/22 04:19:26 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/22 04:19:26 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/22 04:19:26 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/22 04:19:26 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/22 04:19:26 DEBUG : apple: size = 5 OK 2026/08/22 04:19:26 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:19:26 DEBUG : apple: Unchanged skipping 2026/08/22 04:19:26 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/22 04:19:26 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:19:26 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/22 04:19:26 DEBUG : banana: size = 6 OK 2026/08/22 04:19:26 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:19:26 DEBUG : banana: Unchanged skipping 2026/08/22 04:19:26 DEBUG : splitbananasplit: size = 16 OK 2026/08/22 04:19:26 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:19:26 DEBUG : splitbananasplit: Unchanged skipping 2026/08/22 04:19:26 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/22 04:19:26 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:19:26 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/22 04:19:26 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/22 04:19:26 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:19:26 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/22 04:19:26 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/22 04:19:26 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:19:26 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/22 04:19:26 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/22 04:19:26 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:19:26 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/22 04:19:26 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/22 04:19:26 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:19:26 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/22 04:19:26 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/22 04:19:26 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:19:26 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/22 04:19:26 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/22 04:19:26 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:19:26 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/22 04:19:26 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/22 04:19:26 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:19:26 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/22 04:19:26 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/22 04:19:26 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:19:26 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/22 04:19:26 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/22 04:19:26 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:19:26 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/22 04:19:26 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/22 04:19:26 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:19:26 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/22 04:19:26 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/22 04:19:26 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:19:26 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/22 04:19:26 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/22 04:19:26 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:19:26 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/22 04:19:26 DEBUG : B2 bucket rclone-test-diyujup8baku: Waiting for checks to finish 2026/08/22 04:19:26 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/22 04:19:26 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:19:26 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/22 04:19:26 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/22 04:19:26 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:19:26 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/22 04:19:26 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/22 04:19:26 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:19:26 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/22 04:19:26 DEBUG : B2 bucket rclone-test-diyujup8baku: Waiting for transfers to finish 2026/08/22 04:19:26 DEBUG : Waiting for deletions to finish 2026/08/22 04:19:26 INFO : There was nothing to transfer 2026/08/22 04:19:26 DEBUG : Waiting for deletions to finish 2026/08/22 04:19:27 DEBUG : apple: Excluded (Path Filter) 2026/08/22 04:19:27 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/22 04:19:27 DEBUG : banana: Excluded (Path Filter) 2026/08/22 04:19:27 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/22 04:19:27 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/22 04:19:27 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/22 04:19:27 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/22 04:19:27 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/22 04:19:27 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/22 04:19:27 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/22 04:19:27 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/22 04:19:27 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/22 04:19:27 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/22 04:19:27 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/22 04:19:27 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/22 04:19:27 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/22 04:19:27 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/22 04:19:27 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/22 04:19:27 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/22 04:19:27 DEBUG : splitbananasplit: Excluded (Path Filter) === RUN TestTransform/NFD run.go:198: Remote "B2 bucket rclone-test-diyujup8baku", Local "Local file system at /tmp/rclone2587900294", Modify Window "1ms" 2026/08/22 04:19:37 DEBUG : Waiting for deletions to finish 2026/08/22 04:19:37 DEBUG : apple: Excluded (Path Filter) 2026/08/22 04:19:37 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/22 04:19:37 DEBUG : banana: Excluded (Path Filter) 2026/08/22 04:19:37 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/22 04:19:37 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/22 04:19:37 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/22 04:19:37 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/22 04:19:37 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/22 04:19:37 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/22 04:19:37 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/22 04:19:37 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/22 04:19:37 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/22 04:19:37 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/22 04:19:37 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/22 04:19:37 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/22 04:19:37 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/22 04:19:37 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/22 04:19:37 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/22 04:19:37 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/22 04:19:37 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/22 04:19:37 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/22 04:19:37 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:19:37 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/22 04:19:37 DEBUG : apple: size = 5 OK 2026/08/22 04:19:37 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:19:37 DEBUG : apple: Unchanged skipping 2026/08/22 04:19:37 DEBUG : banana: size = 6 OK 2026/08/22 04:19:37 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:19:37 DEBUG : banana: Unchanged skipping 2026/08/22 04:19:37 DEBUG : splitbananasplit: size = 16 OK 2026/08/22 04:19:37 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:19:37 DEBUG : splitbananasplit: Unchanged skipping 2026/08/22 04:19:37 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/22 04:19:37 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:19:37 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/22 04:19:37 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/22 04:19:37 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:19:37 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/22 04:19:37 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/22 04:19:37 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:19:37 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/22 04:19:37 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/22 04:19:37 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:19:37 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/22 04:19:37 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/22 04:19:37 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:19:37 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/22 04:19:37 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/22 04:19:37 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:19:37 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/22 04:19:37 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/22 04:19:37 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:19:37 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/22 04:19:37 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/22 04:19:37 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:19:37 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/22 04:19:37 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/22 04:19:37 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:19:37 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/22 04:19:37 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/22 04:19:37 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:19:37 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/22 04:19:37 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/22 04:19:37 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:19:37 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/22 04:19:37 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/22 04:19:37 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:19:37 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/22 04:19:37 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/22 04:19:37 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:19:37 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/22 04:19:37 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/22 04:19:37 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:19:37 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/22 04:19:37 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/22 04:19:37 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:19:37 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/22 04:19:37 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/22 04:19:37 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:19:37 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/22 04:19:37 DEBUG : B2 bucket rclone-test-diyujup8baku: Waiting for checks to finish 2026/08/22 04:19:37 DEBUG : B2 bucket rclone-test-diyujup8baku: Waiting for transfers to finish 2026/08/22 04:19:37 DEBUG : Waiting for deletions to finish 2026/08/22 04:19:37 INFO : There was nothing to transfer 2026/08/22 04:19:37 DEBUG : Waiting for deletions to finish 2026/08/22 04:19:38 DEBUG : apple: Excluded (Path Filter) 2026/08/22 04:19:38 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/22 04:19:38 DEBUG : banana: Excluded (Path Filter) 2026/08/22 04:19:38 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/22 04:19:38 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/22 04:19:38 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/22 04:19:38 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/22 04:19:38 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/22 04:19:38 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/22 04:19:38 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/22 04:19:38 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/22 04:19:38 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/22 04:19:38 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/22 04:19:38 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/22 04:19:38 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/22 04:19:38 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/22 04:19:38 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/22 04:19:38 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/22 04:19:38 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/22 04:19:38 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/22 04:19:38 DEBUG : apple: size = 5 OK 2026/08/22 04:19:38 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:19:38 DEBUG : apple: Unchanged skipping 2026/08/22 04:19:38 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/22 04:19:38 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:19:38 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/22 04:19:38 DEBUG : banana: size = 6 OK 2026/08/22 04:19:38 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:19:38 DEBUG : banana: Unchanged skipping 2026/08/22 04:19:38 DEBUG : splitbananasplit: size = 16 OK 2026/08/22 04:19:38 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:19:38 DEBUG : splitbananasplit: Unchanged skipping 2026/08/22 04:19:38 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/22 04:19:38 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:19:38 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/22 04:19:38 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/22 04:19:38 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:19:38 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/22 04:19:38 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/22 04:19:38 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:19:38 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/22 04:19:38 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/22 04:19:38 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:19:38 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/22 04:19:38 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/22 04:19:38 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:19:38 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/22 04:19:38 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/22 04:19:38 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:19:38 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/22 04:19:38 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/22 04:19:38 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:19:38 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/22 04:19:38 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/22 04:19:38 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:19:38 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/22 04:19:38 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/22 04:19:38 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:19:38 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/22 04:19:38 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/22 04:19:38 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:19:38 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/22 04:19:38 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/22 04:19:38 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:19:38 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/22 04:19:38 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/22 04:19:38 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:19:38 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/22 04:19:38 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/22 04:19:38 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:19:38 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/22 04:19:38 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/22 04:19:38 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:19:38 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/22 04:19:38 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/22 04:19:38 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:19:38 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/22 04:19:38 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/22 04:19:38 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:19:38 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/22 04:19:38 DEBUG : B2 bucket rclone-test-diyujup8baku: Waiting for checks to finish 2026/08/22 04:19:38 DEBUG : B2 bucket rclone-test-diyujup8baku: Waiting for transfers to finish 2026/08/22 04:19:38 DEBUG : Waiting for deletions to finish 2026/08/22 04:19:38 INFO : There was nothing to transfer 2026/08/22 04:19:38 DEBUG : Waiting for deletions to finish 2026/08/22 04:19:39 DEBUG : apple: Excluded (Path Filter) 2026/08/22 04:19:39 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/22 04:19:39 DEBUG : banana: Excluded (Path Filter) 2026/08/22 04:19:39 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/22 04:19:39 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/22 04:19:39 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/22 04:19:39 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/22 04:19:39 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/22 04:19:39 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/22 04:19:39 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/22 04:19:39 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/22 04:19:39 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/22 04:19:39 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/22 04:19:39 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/22 04:19:39 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/22 04:19:39 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/22 04:19:39 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/22 04:19:39 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/22 04:19:39 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/22 04:19:39 DEBUG : splitbananasplit: Excluded (Path Filter) === RUN TestTransform/base64 run.go:198: Remote "B2 bucket rclone-test-diyujup8baku", Local "Local file system at /tmp/rclone2587900294", Modify Window "1ms" 2026/08/22 04:19:49 DEBUG : Waiting for deletions to finish 2026/08/22 04:19:49 DEBUG : apple: Excluded (Path Filter) 2026/08/22 04:19:49 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/22 04:19:49 DEBUG : banana: Excluded (Path Filter) 2026/08/22 04:19:49 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/22 04:19:49 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/22 04:19:49 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/22 04:19:49 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/22 04:19:49 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/22 04:19:49 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/22 04:19:49 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/22 04:19:49 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/22 04:19:49 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/22 04:19:49 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/22 04:19:49 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/22 04:19:49 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/22 04:19:49 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/22 04:19:49 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/22 04:19:49 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/22 04:19:49 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/22 04:19:49 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/22 04:19:49 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/22 04:19:49 DEBUG : apple: transformed to: YXBwbGU= 2026/08/22 04:19:49 DEBUG : banana: transformed to: YmFuYW5h 2026/08/22 04:19:49 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/22 04:19:49 DEBUG : banana: transformed to: YmFuYW5h 2026/08/22 04:19:49 DEBUG : apple: transformed to: YXBwbGU= 2026/08/22 04:19:49 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/22 04:19:49 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/22 04:19:49 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/22 04:19:49 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/22 04:19:49 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/22 04:19:49 DEBUG : banana: transformed to: YmFuYW5h 2026/08/22 04:19:49 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/22 04:19:49 DEBUG : apple: transformed to: YXBwbGU= 2026/08/22 04:19:49 DEBUG : apple: transformed to: YXBwbGU= 2026/08/22 04:19:49 DEBUG : apple: Need to transfer - File not found at Destination 2026/08/22 04:19:49 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/22 04:19:49 DEBUG : appleappleapplebanana: Need to transfer - File not found at Destination 2026/08/22 04:19:49 DEBUG : banana: transformed to: YmFuYW5h 2026/08/22 04:19:49 DEBUG : banana: Need to transfer - File not found at Destination 2026/08/22 04:19:49 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/22 04:19:49 DEBUG : splitbananasplit: Need to transfer - File not found at Destination 2026/08/22 04:19:49 DEBUG : apple: transformed to: YXBwbGU= 2026/08/22 04:19:49 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/22 04:19:49 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/22 04:19:49 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/22 04:19:49 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/22 04:19:49 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/22 04:19:49 DEBUG : banana: transformed to: YmFuYW5h 2026/08/22 04:19:49 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/22 04:19:49 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/22 04:19:49 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/22 04:19:49 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/22 04:19:49 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/22 04:19:49 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/22 04:19:49 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/22 04:19:49 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/22 04:19:49 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/22 04:19:49 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/22 04:19:49 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/22 04:19:49 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/22 04:19:49 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/22 04:19:49 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/22 04:19:49 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/22 04:19:49 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/22 04:19:49 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/22 04:19:49 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/22 04:19:49 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/22 04:19:49 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/22 04:19:49 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/22 04:19:49 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/22 04:19:49 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/22 04:19:49 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/22 04:19:49 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/22 04:19:49 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/22 04:19:49 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/22 04:19:49 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/22 04:19:49 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/22 04:19:49 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/22 04:19:49 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/22 04:19:49 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/22 04:19:49 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/22 04:19:49 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/22 04:19:49 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/22 04:19:49 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/22 04:19:49 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/22 04:19:49 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/22 04:19:49 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/22 04:19:49 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/22 04:19:49 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/22 04:19:49 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/22 04:19:49 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/22 04:19:49 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/22 04:19:49 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/22 04:19:49 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/22 04:19:49 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/22 04:19:49 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/22 04:19:49 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/22 04:19:49 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/22 04:19:49 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/22 04:19:49 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/22 04:19:49 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/22 04:19:49 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/22 04:19:49 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/22 04:19:49 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/22 04:19:49 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/22 04:19:49 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/22 04:19:49 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/22 04:19:49 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/22 04:19:49 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/22 04:19:49 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/22 04:19:49 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/22 04:19:49 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/22 04:19:49 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/22 04:19:49 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/22 04:19:49 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/22 04:19:49 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/22 04:19:49 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/22 04:19:49 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/22 04:19:49 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/22 04:19:49 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/22 04:19:49 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/22 04:19:49 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/22 04:19:49 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/22 04:19:49 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/22 04:19:49 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/22 04:19:49 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/22 04:19:49 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/22 04:19:49 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/22 04:19:49 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/22 04:19:49 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/22 04:19:49 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/22 04:19:49 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/22 04:19:49 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/22 04:19:49 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/22 04:19:49 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/22 04:19:49 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/22 04:19:49 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/22 04:19:49 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/22 04:19:49 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/22 04:19:49 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/22 04:19:49 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/22 04:19:49 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/22 04:19:49 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/22 04:19:49 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/22 04:19:49 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/22 04:19:49 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/22 04:19:49 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/22 04:19:49 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/22 04:19:49 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/22 04:19:49 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/22 04:19:49 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/22 04:19:49 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/22 04:19:49 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/22 04:19:49 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/22 04:19:49 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/22 04:19:49 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/22 04:19:49 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/22 04:19:49 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/22 04:19:49 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/22 04:19:49 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/22 04:19:49 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/22 04:19:49 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/22 04:19:49 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/22 04:19:49 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/22 04:19:49 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/22 04:19:49 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/22 04:19:49 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/22 04:19:49 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/22 04:19:49 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/22 04:19:49 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/22 04:19:49 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/22 04:19:49 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/22 04:19:49 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/22 04:19:49 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/22 04:19:49 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/22 04:19:49 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/22 04:19:49 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/22 04:19:49 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/22 04:19:49 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/22 04:19:49 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/22 04:19:49 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/22 04:19:49 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/22 04:19:49 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/22 04:19:49 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/22 04:19:49 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/22 04:19:49 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/22 04:19:49 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/22 04:19:49 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/22 04:19:49 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/22 04:19:49 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/22 04:19:49 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/22 04:19:49 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/22 04:19:49 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/22 04:19:49 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/22 04:19:49 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/22 04:19:49 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/22 04:19:49 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/22 04:19:49 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/22 04:19:49 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/22 04:19:49 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/22 04:19:49 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/22 04:19:49 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/22 04:19:49 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/22 04:19:49 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/22 04:19:49 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/22 04:19:49 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/22 04:19:49 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/22 04:19:49 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/22 04:19:49 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/22 04:19:49 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/22 04:19:49 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/22 04:19:49 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/22 04:19:49 DEBUG : 0015-9;=.txt: transformed to: MDAxNS05Oz0udHh0 2026/08/22 04:19:49 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/22 04:19:49 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/22 04:19:49 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/22 04:19:49 DEBUG : YXBwbGU=: size = 5 OK 2026/08/22 04:19:49 DEBUG : apple: sha1 = d0be2dc421be4fcd0172e5afceea3970e2f3d940 OK 2026/08/22 04:19:49 INFO : apple: Copied (new) to: YXBwbGU= 2026/08/22 04:19:49 DEBUG : dir1/0000-abcdefg.txt: Need to transfer - File not found at Destination 2026/08/22 04:19:49 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/22 04:19:49 DEBUG : dir1/0001-bcdefgh.txt: Need to transfer - File not found at Destination 2026/08/22 04:19:49 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/22 04:19:49 DEBUG : dir1/0002-cdefghi.txt: Need to transfer - File not found at Destination 2026/08/22 04:19:49 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/22 04:19:49 DEBUG : dir1/0003-defghij.txt: Need to transfer - File not found at Destination 2026/08/22 04:19:49 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/22 04:19:49 DEBUG : dir1/0004-efghijk.txt: Need to transfer - File not found at Destination 2026/08/22 04:19:49 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/22 04:19:49 DEBUG : dir1/0005-fghijkl.txt: Need to transfer - File not found at Destination 2026/08/22 04:19:49 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/22 04:19:49 DEBUG : dir1/0006-ghijklm.txt: Need to transfer - File not found at Destination 2026/08/22 04:19:49 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/22 04:19:49 DEBUG : dir1/0007-1234567.txt: Need to transfer - File not found at Destination 2026/08/22 04:19:49 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/22 04:19:49 DEBUG : dir1/0008-2345678.txt: Need to transfer - File not found at Destination 2026/08/22 04:19:49 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/22 04:19:49 DEBUG : dir1/0009-3456789.txt: Need to transfer - File not found at Destination 2026/08/22 04:19:49 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/22 04:19:49 DEBUG : dir1/0010-456789.txt: Need to transfer - File not found at Destination 2026/08/22 04:19:49 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/22 04:19:49 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination 2026/08/22 04:19:49 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/22 04:19:49 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2026/08/22 04:19:49 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/22 04:19:49 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2026/08/22 04:19:49 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/22 04:19:49 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2026/08/22 04:19:49 DEBUG : 0015-9;=.txt: transformed to: MDAxNS05Oz0udHh0 2026/08/22 04:19:49 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination 2026/08/22 04:19:49 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/22 04:19:49 DEBUG : B2 bucket rclone-test-diyujup8baku: Waiting for checks to finish 2026/08/22 04:19:49 DEBUG : B2 bucket rclone-test-diyujup8baku: Waiting for transfers to finish 2026/08/22 04:19:49 DEBUG : c3BsaXRiYW5hbmFzcGxpdA==: size = 16 OK 2026/08/22 04:19:49 DEBUG : splitbananasplit: sha1 = c045b86d2da0a5c0db76c2e57cc85d98a73d0dfe OK 2026/08/22 04:19:49 INFO : splitbananasplit: Copied (new) to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/22 04:19:49 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/22 04:19:49 DEBUG : YmFuYW5h: size = 6 OK 2026/08/22 04:19:49 DEBUG : banana: sha1 = 250e77f12a5ab6972a0895d290c4792f0a326ea8 OK 2026/08/22 04:19:49 INFO : banana: Copied (new) to: YmFuYW5h 2026/08/22 04:19:49 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/22 04:19:50 DEBUG : YXBwbGVhcHBsZWFwcGxlYmFuYW5h: size = 21 OK 2026/08/22 04:19:50 DEBUG : appleappleapplebanana: sha1 = d4006cec695294959fc86acc4d86a4a8bd1771d4 OK 2026/08/22 04:19:50 INFO : appleappleapplebanana: Copied (new) to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/22 04:19:50 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/22 04:19:50 DEBUG : dir1/MDAwMC1hYmNkZWZnLnR4dA==: size = 21 OK 2026/08/22 04:19:50 DEBUG : dir1/0000-abcdefg.txt: sha1 = 39cc20a3972ef42585635752f22e809ce7661dd0 OK 2026/08/22 04:19:50 INFO : dir1/0000-abcdefg.txt: Copied (new) to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/22 04:19:50 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/22 04:19:50 DEBUG : dir1/MDAwMS1iY2RlZmdoLnR4dA==: size = 21 OK 2026/08/22 04:19:50 DEBUG : dir1/0001-bcdefgh.txt: sha1 = 13f6ac14c045641af16b93bf99a126efa57a13c0 OK 2026/08/22 04:19:50 INFO : dir1/0001-bcdefgh.txt: Copied (new) to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/22 04:19:50 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/22 04:19:51 DEBUG : dir1/MDAwNC1lZmdoaWprLnR4dA==: size = 21 OK 2026/08/22 04:19:51 DEBUG : dir1/0004-efghijk.txt: sha1 = 8a6e3a10e2778fd7a449c0ddeff0e60b99b818f6 OK 2026/08/22 04:19:51 INFO : dir1/0004-efghijk.txt: Copied (new) to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/22 04:19:51 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/22 04:19:51 DEBUG : dir1/MDAwNS1mZ2hpamtsLnR4dA==: size = 21 OK 2026/08/22 04:19:51 DEBUG : dir1/0005-fghijkl.txt: sha1 = 9be5d86eeb571f4bb49cba75a71573bae6d7f9b0 OK 2026/08/22 04:19:51 INFO : dir1/0005-fghijkl.txt: Copied (new) to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/22 04:19:51 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/22 04:19:51 DEBUG : dir1/MDAwMy1kZWZnaGlqLnR4dA==: size = 21 OK 2026/08/22 04:19:51 DEBUG : dir1/0003-defghij.txt: sha1 = 6275159262463ab911da879437354a03fc105132 OK 2026/08/22 04:19:51 INFO : dir1/0003-defghij.txt: Copied (new) to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/22 04:19:51 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/22 04:19:51 DEBUG : dir1/MDAwMi1jZGVmZ2hpLnR4dA==: size = 21 OK 2026/08/22 04:19:51 DEBUG : dir1/0002-cdefghi.txt: sha1 = f5271bcb3e6699430d75487a6e002f56f75748d6 OK 2026/08/22 04:19:51 INFO : dir1/0002-cdefghi.txt: Copied (new) to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/22 04:19:51 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/22 04:19:51 DEBUG : dir1/MDAwNy0xMjM0NTY3LnR4dA==: size = 21 OK 2026/08/22 04:19:51 DEBUG : dir1/0007-1234567.txt: sha1 = f65b28e19d4af11accc4c96ab412abe037842afc OK 2026/08/22 04:19:51 INFO : dir1/0007-1234567.txt: Copied (new) to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/22 04:19:51 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/22 04:19:51 DEBUG : dir1/MDAwNi1naGlqa2xtLnR4dA==: size = 21 OK 2026/08/22 04:19:51 DEBUG : dir1/0006-ghijklm.txt: sha1 = 022b65de02ed02df549dca26b856b83ea957c161 OK 2026/08/22 04:19:51 INFO : dir1/0006-ghijklm.txt: Copied (new) to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/22 04:19:51 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/22 04:19:51 DEBUG : dir1/MDAwOS0zNDU2Nzg5LnR4dA==: size = 21 OK 2026/08/22 04:19:51 DEBUG : dir1/0009-3456789.txt: sha1 = cf20fbc0bb51b0e93dd849f5493167c827e103dc OK 2026/08/22 04:19:51 INFO : dir1/0009-3456789.txt: Copied (new) to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/22 04:19:51 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/22 04:19:52 DEBUG : dir1/MDAxMC00NTY3ODkudHh0: size = 20 OK 2026/08/22 04:19:52 DEBUG : dir1/0010-456789.txt: sha1 = ef1ccb5339c5b9d3b78cdb41937cb754674521e9 OK 2026/08/22 04:19:52 INFO : dir1/0010-456789.txt: Copied (new) to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/22 04:19:52 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/22 04:19:52 DEBUG : dir1/MDAwOC0yMzQ1Njc4LnR4dA==: size = 21 OK 2026/08/22 04:19:52 DEBUG : dir1/0008-2345678.txt: sha1 = 35bd7b0a5af9be4c53d2bf8b53d45f0c4e5d9d07 OK 2026/08/22 04:19:52 INFO : dir1/0008-2345678.txt: Copied (new) to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/22 04:19:52 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/22 04:19:52 DEBUG : dir1/MDAxMS01Njc4OTsudHh0: size = 20 OK 2026/08/22 04:19:52 DEBUG : dir1/0011-56789;.txt: sha1 = ce6baa1459a8f1c8daeca41dccc499a5a7f9d342 OK 2026/08/22 04:19:52 INFO : dir1/0011-56789;.txt: Copied (new) to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/22 04:19:52 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/08/22 04:19:52 DEBUG : dir1/MDAxNS05Oz0udHh0: size = 17 OK 2026/08/22 04:19:52 DEBUG : dir1/0015-9;=.txt: sha1 = 2a0afde94c232e5cb80d07261acf840a4a5f0143 OK 2026/08/22 04:19:52 INFO : dir1/0015-9;=.txt: Copied (new) to: dir1/MDAxNS05Oz0udHh0 2026/08/22 04:19:52 DEBUG : dir1/MDAxMy03ODk7PS50eHQ=: size = 19 OK 2026/08/22 04:19:52 DEBUG : dir1/0013-789;=.txt: sha1 = 957e831070085d71b655c9afa66b8e0cb86662b3 OK 2026/08/22 04:19:52 INFO : dir1/0013-789;=.txt: Copied (new) to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/22 04:19:53 DEBUG : dir1/MDAxNC04OTs9LnR4dA==: size = 18 OK 2026/08/22 04:19:53 DEBUG : dir1/0014-89;=.txt: sha1 = 6f88327b529855962672012b6f4fc01033c31ec0 OK 2026/08/22 04:19:53 INFO : dir1/0014-89;=.txt: Copied (new) to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/22 04:19:53 DEBUG : dir1/MDAxMi02Nzg5Oy50eHQ=: size = 19 OK 2026/08/22 04:19:53 DEBUG : dir1/0012-6789;.txt: sha1 = 41938da9b0f9799a9c96dea5682322b6b7607058 OK 2026/08/22 04:19:53 INFO : dir1/0012-6789;.txt: Copied (new) to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/22 04:19:53 DEBUG : Waiting for deletions to finish 2026/08/22 04:19:53 INFO : apple: Deleted 2026/08/22 04:19:53 INFO : appleappleapplebanana: Deleted 2026/08/22 04:19:54 INFO : splitbananasplit: Deleted 2026/08/22 04:19:54 INFO : dir1/0000-abcdefg.txt: Deleted 2026/08/22 04:19:54 INFO : dir1/0014-89;=.txt: Deleted 2026/08/22 04:19:54 INFO : dir1/0013-789;=.txt: Deleted 2026/08/22 04:19:54 INFO : dir1/0002-cdefghi.txt: Deleted 2026/08/22 04:19:54 INFO : dir1/0001-bcdefgh.txt: Deleted 2026/08/22 04:19:54 INFO : dir1/0008-2345678.txt: Deleted 2026/08/22 04:19:54 INFO : dir1/0003-defghij.txt: Deleted 2026/08/22 04:19:54 INFO : dir1/0005-fghijkl.txt: Deleted 2026/08/22 04:19:54 INFO : dir1/0006-ghijklm.txt: Deleted 2026/08/22 04:19:54 INFO : dir1/0010-456789.txt: Deleted 2026/08/22 04:19:54 INFO : dir1/0011-56789;.txt: Deleted 2026/08/22 04:19:54 INFO : dir1/0012-6789;.txt: Deleted 2026/08/22 04:19:54 INFO : banana: Deleted 2026/08/22 04:19:54 INFO : dir1/0004-efghijk.txt: Deleted 2026/08/22 04:19:54 INFO : dir1/0007-1234567.txt: Deleted 2026/08/22 04:19:54 INFO : dir1/0009-3456789.txt: Deleted 2026/08/22 04:19:54 INFO : dir1/0015-9;=.txt: Deleted 2026/08/22 04:19:54 DEBUG : Waiting for deletions to finish 2026/08/22 04:19:54 DEBUG : YXBwbGU=: Excluded (Path Filter) 2026/08/22 04:19:54 DEBUG : YXBwbGVhcHBsZWFwcGxlYmFuYW5h: Excluded (Path Filter) 2026/08/22 04:19:54 DEBUG : YmFuYW5h: Excluded (Path Filter) 2026/08/22 04:19:54 DEBUG : c3BsaXRiYW5hbmFzcGxpdA==: Excluded (Path Filter) 2026/08/22 04:19:54 DEBUG : dir1/MDAwMC1hYmNkZWZnLnR4dA==: Excluded (Path Filter) 2026/08/22 04:19:54 DEBUG : dir1/MDAwMS1iY2RlZmdoLnR4dA==: Excluded (Path Filter) 2026/08/22 04:19:54 DEBUG : dir1/MDAwMi1jZGVmZ2hpLnR4dA==: Excluded (Path Filter) 2026/08/22 04:19:54 DEBUG : dir1/MDAwMy1kZWZnaGlqLnR4dA==: Excluded (Path Filter) 2026/08/22 04:19:54 DEBUG : dir1/MDAwNC1lZmdoaWprLnR4dA==: Excluded (Path Filter) 2026/08/22 04:19:54 DEBUG : dir1/MDAwNS1mZ2hpamtsLnR4dA==: Excluded (Path Filter) 2026/08/22 04:19:54 DEBUG : dir1/MDAwNi1naGlqa2xtLnR4dA==: Excluded (Path Filter) 2026/08/22 04:19:54 DEBUG : dir1/MDAwNy0xMjM0NTY3LnR4dA==: Excluded (Path Filter) 2026/08/22 04:19:54 DEBUG : dir1/MDAwOC0yMzQ1Njc4LnR4dA==: Excluded (Path Filter) 2026/08/22 04:19:54 DEBUG : dir1/MDAwOS0zNDU2Nzg5LnR4dA==: Excluded (Path Filter) 2026/08/22 04:19:54 DEBUG : dir1/MDAxMC00NTY3ODkudHh0: Excluded (Path Filter) 2026/08/22 04:19:54 DEBUG : dir1/MDAxMS01Njc4OTsudHh0: Excluded (Path Filter) 2026/08/22 04:19:54 DEBUG : dir1/MDAxMi02Nzg5Oy50eHQ=: Excluded (Path Filter) 2026/08/22 04:19:54 DEBUG : dir1/MDAxMy03ODk7PS50eHQ=: Excluded (Path Filter) 2026/08/22 04:19:54 DEBUG : dir1/MDAxNC04OTs9LnR4dA==: Excluded (Path Filter) 2026/08/22 04:19:54 DEBUG : dir1/MDAxNS05Oz0udHh0: Excluded (Path Filter) 2026/08/22 04:19:54 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/22 04:19:54 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/22 04:19:54 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/22 04:19:54 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/22 04:19:54 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/22 04:19:54 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/22 04:19:54 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/22 04:19:54 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/22 04:19:54 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/22 04:19:54 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/22 04:19:54 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/22 04:19:54 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/22 04:19:54 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/22 04:19:54 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/22 04:19:54 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/22 04:19:54 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/22 04:19:54 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/22 04:19:54 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/22 04:19:54 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/22 04:19:54 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/22 04:19:54 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/22 04:19:54 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/22 04:19:54 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/22 04:19:54 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/22 04:19:54 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/22 04:19:54 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/22 04:19:54 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/22 04:19:54 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/22 04:19:54 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/08/22 04:19:54 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/22 04:19:54 DEBUG : apple: transformed to: YXBwbGU= 2026/08/22 04:19:54 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/08/22 04:19:54 DEBUG : apple: transformed to: YXBwbGU= 2026/08/22 04:19:54 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/22 04:19:54 DEBUG : apple: transformed to: YXBwbGU= 2026/08/22 04:19:54 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/22 04:19:54 DEBUG : apple: transformed to: YXBwbGU= 2026/08/22 04:19:54 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/22 04:19:54 DEBUG : apple: transformed to: YXBwbGU= 2026/08/22 04:19:54 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/22 04:19:54 DEBUG : apple: transformed to: YXBwbGU= 2026/08/22 04:19:54 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/22 04:19:54 DEBUG : apple: transformed to: YXBwbGU= 2026/08/22 04:19:54 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/22 04:19:54 DEBUG : apple: transformed to: YXBwbGU= 2026/08/22 04:19:54 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/22 04:19:54 DEBUG : apple: transformed to: YXBwbGU= 2026/08/22 04:19:54 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/22 04:19:54 DEBUG : apple: transformed to: YXBwbGU= 2026/08/22 04:19:54 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/22 04:19:54 DEBUG : apple: transformed to: YXBwbGU= 2026/08/22 04:19:54 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/22 04:19:54 DEBUG : apple: transformed to: YXBwbGU= 2026/08/22 04:19:54 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/22 04:19:54 DEBUG : apple: transformed to: YXBwbGU= 2026/08/22 04:19:54 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/22 04:19:54 DEBUG : apple: transformed to: YXBwbGU= 2026/08/22 04:19:54 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/22 04:19:54 DEBUG : apple: transformed to: YXBwbGU= 2026/08/22 04:19:54 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/22 04:19:54 DEBUG : apple: transformed to: YXBwbGU= 2026/08/22 04:19:54 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/22 04:19:54 DEBUG : banana: transformed to: YmFuYW5h 2026/08/22 04:19:54 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/08/22 04:19:54 DEBUG : banana: transformed to: YmFuYW5h 2026/08/22 04:19:54 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/22 04:19:54 DEBUG : banana: transformed to: YmFuYW5h 2026/08/22 04:19:54 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/22 04:19:54 DEBUG : banana: transformed to: YmFuYW5h 2026/08/22 04:19:54 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/22 04:19:54 DEBUG : banana: transformed to: YmFuYW5h 2026/08/22 04:19:54 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/22 04:19:54 DEBUG : banana: transformed to: YmFuYW5h 2026/08/22 04:19:54 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/22 04:19:54 DEBUG : banana: transformed to: YmFuYW5h 2026/08/22 04:19:54 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/22 04:19:54 DEBUG : banana: transformed to: YmFuYW5h 2026/08/22 04:19:54 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/22 04:19:54 DEBUG : banana: transformed to: YmFuYW5h 2026/08/22 04:19:54 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/22 04:19:54 DEBUG : banana: transformed to: YmFuYW5h 2026/08/22 04:19:54 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/22 04:19:54 DEBUG : banana: transformed to: YmFuYW5h 2026/08/22 04:19:54 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/22 04:19:54 DEBUG : banana: transformed to: YmFuYW5h 2026/08/22 04:19:54 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/22 04:19:54 DEBUG : banana: transformed to: YmFuYW5h 2026/08/22 04:19:54 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/22 04:19:54 DEBUG : banana: transformed to: YmFuYW5h 2026/08/22 04:19:54 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/22 04:19:54 DEBUG : banana: transformed to: YmFuYW5h 2026/08/22 04:19:54 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/22 04:19:54 DEBUG : banana: transformed to: YmFuYW5h 2026/08/22 04:19:54 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/22 04:19:54 DEBUG : banana: transformed to: YmFuYW5h 2026/08/22 04:19:54 DEBUG : apple: transformed to: YXBwbGU= 2026/08/22 04:19:54 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/22 04:19:54 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/08/22 04:19:54 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/22 04:19:54 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/22 04:19:54 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/22 04:19:54 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/22 04:19:54 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/22 04:19:54 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/22 04:19:54 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/22 04:19:54 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/22 04:19:54 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/22 04:19:54 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/22 04:19:54 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/22 04:19:54 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/22 04:19:54 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/22 04:19:54 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/22 04:19:54 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/22 04:19:54 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/22 04:19:54 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/22 04:19:54 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/22 04:19:54 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/22 04:19:54 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/22 04:19:54 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/22 04:19:54 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/22 04:19:54 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/22 04:19:54 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/22 04:19:54 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/22 04:19:54 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/22 04:19:54 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/22 04:19:54 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/22 04:19:54 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/22 04:19:54 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/22 04:19:54 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/22 04:19:54 DEBUG : banana: transformed to: YmFuYW5h 2026/08/22 04:19:54 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/22 04:19:54 DEBUG : apple: transformed to: YXBwbGU= 2026/08/22 04:19:54 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/22 04:19:54 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/08/22 04:19:54 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/22 04:19:54 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/22 04:19:54 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/22 04:19:54 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/22 04:19:54 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/22 04:19:54 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/22 04:19:54 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/22 04:19:54 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/22 04:19:54 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/22 04:19:54 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/22 04:19:54 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/22 04:19:54 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/22 04:19:54 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/22 04:19:54 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/22 04:19:54 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/22 04:19:54 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/22 04:19:54 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/22 04:19:54 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/22 04:19:54 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/22 04:19:54 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/22 04:19:54 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/22 04:19:54 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/22 04:19:54 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/22 04:19:54 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/22 04:19:54 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/22 04:19:54 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/22 04:19:54 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/22 04:19:54 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/22 04:19:54 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/22 04:19:54 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/22 04:19:54 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/22 04:19:54 DEBUG : banana: transformed to: YmFuYW5h 2026/08/22 04:19:54 DEBUG : apple: transformed to: YXBwbGU= 2026/08/22 04:19:54 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/22 04:19:54 DEBUG : banana: transformed to: YmFuYW5h 2026/08/22 04:19:54 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/22 04:19:54 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/22 04:19:54 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/22 04:19:54 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/22 04:19:54 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/22 04:19:54 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/22 04:19:54 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/22 04:19:54 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/22 04:19:54 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/22 04:19:54 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/22 04:19:54 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/22 04:19:54 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/22 04:19:54 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/22 04:19:54 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/22 04:19:54 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/22 04:19:54 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/22 04:19:54 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/08/22 04:19:54 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/22 04:19:54 DEBUG : apple: transformed to: YXBwbGU= 2026/08/22 04:19:54 DEBUG : banana: transformed to: YmFuYW5h 2026/08/22 04:19:54 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/22 04:19:54 DEBUG : banana: transformed to: YmFuYW5h 2026/08/22 04:19:54 DEBUG : apple: transformed to: YXBwbGU= 2026/08/22 04:19:54 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/22 04:19:54 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/22 04:19:54 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/22 04:19:54 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/22 04:19:54 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/22 04:19:54 DEBUG : banana: transformed to: YmFuYW5h 2026/08/22 04:19:54 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/22 04:19:54 DEBUG : apple: transformed to: YXBwbGU= 2026/08/22 04:19:54 DEBUG : apple: transformed to: YXBwbGU= 2026/08/22 04:19:55 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/22 04:19:55 DEBUG : banana: transformed to: YmFuYW5h 2026/08/22 04:19:55 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/22 04:19:55 DEBUG : YXBwbGU=: size = 5 OK 2026/08/22 04:19:55 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:19:55 DEBUG : apple: Unchanged skipping 2026/08/22 04:19:55 DEBUG : YXBwbGVhcHBsZWFwcGxlYmFuYW5h: size = 21 OK 2026/08/22 04:19:55 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:19:55 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/22 04:19:55 DEBUG : YmFuYW5h: size = 6 OK 2026/08/22 04:19:55 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:19:55 DEBUG : banana: Unchanged skipping 2026/08/22 04:19:55 DEBUG : c3BsaXRiYW5hbmFzcGxpdA==: size = 16 OK 2026/08/22 04:19:55 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:19:55 DEBUG : splitbananasplit: Unchanged skipping 2026/08/22 04:19:55 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/22 04:19:55 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/22 04:19:55 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/22 04:19:55 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/22 04:19:55 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/22 04:19:55 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/22 04:19:55 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/22 04:19:55 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/22 04:19:55 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/22 04:19:55 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/22 04:19:55 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/22 04:19:55 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/22 04:19:55 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/22 04:19:55 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/22 04:19:55 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/22 04:19:55 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/22 04:19:55 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/22 04:19:55 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/22 04:19:55 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/22 04:19:55 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/22 04:19:55 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/22 04:19:55 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/22 04:19:55 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/22 04:19:55 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/22 04:19:55 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/22 04:19:55 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/22 04:19:55 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/22 04:19:55 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/22 04:19:55 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/22 04:19:55 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/22 04:19:55 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/22 04:19:55 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/22 04:19:55 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/22 04:19:55 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/22 04:19:55 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/22 04:19:55 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/22 04:19:55 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/22 04:19:55 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/22 04:19:55 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/22 04:19:55 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/22 04:19:55 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/22 04:19:55 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/22 04:19:55 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/22 04:19:55 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/22 04:19:55 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/22 04:19:55 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/22 04:19:55 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/22 04:19:55 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/22 04:19:55 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/22 04:19:55 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/22 04:19:55 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/22 04:19:55 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/22 04:19:55 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/22 04:19:55 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/22 04:19:55 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/22 04:19:55 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/22 04:19:55 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/22 04:19:55 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/22 04:19:55 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/22 04:19:55 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/22 04:19:55 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/22 04:19:55 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/22 04:19:55 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/22 04:19:55 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/22 04:19:55 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/22 04:19:55 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/22 04:19:55 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/22 04:19:55 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/22 04:19:55 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/22 04:19:55 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/22 04:19:55 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/22 04:19:55 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/22 04:19:55 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/22 04:19:55 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/22 04:19:55 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/22 04:19:55 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/22 04:19:55 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/22 04:19:55 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/22 04:19:55 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/22 04:19:55 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/22 04:19:55 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/22 04:19:55 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/22 04:19:55 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/22 04:19:55 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/22 04:19:55 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/22 04:19:55 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/22 04:19:55 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/22 04:19:55 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/22 04:19:55 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/22 04:19:55 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/22 04:19:55 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/22 04:19:55 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/22 04:19:55 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/22 04:19:55 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/22 04:19:55 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/22 04:19:55 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/22 04:19:55 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/22 04:19:55 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/22 04:19:55 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/22 04:19:55 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/22 04:19:55 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/22 04:19:55 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/22 04:19:55 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/22 04:19:55 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/22 04:19:55 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/22 04:19:55 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/22 04:19:55 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/22 04:19:55 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/22 04:19:55 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/22 04:19:55 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/22 04:19:55 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/22 04:19:55 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/22 04:19:55 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/22 04:19:55 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/22 04:19:55 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/22 04:19:55 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/22 04:19:55 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/22 04:19:55 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/22 04:19:55 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/22 04:19:55 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/22 04:19:55 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/22 04:19:55 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/22 04:19:55 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/22 04:19:55 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/22 04:19:55 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/22 04:19:55 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/22 04:19:55 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/22 04:19:55 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/22 04:19:55 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/22 04:19:55 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/22 04:19:55 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/22 04:19:55 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/22 04:19:55 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/22 04:19:55 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/22 04:19:55 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/22 04:19:55 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/22 04:19:55 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/22 04:19:55 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/22 04:19:55 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/22 04:19:55 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/22 04:19:55 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/22 04:19:55 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/22 04:19:55 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/22 04:19:55 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/22 04:19:55 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/22 04:19:55 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/22 04:19:55 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/22 04:19:55 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/22 04:19:55 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/22 04:19:55 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/22 04:19:55 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/22 04:19:55 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/22 04:19:55 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/22 04:19:55 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/22 04:19:55 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/22 04:19:55 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/22 04:19:55 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/22 04:19:55 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/22 04:19:55 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/22 04:19:55 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/22 04:19:55 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/22 04:19:55 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/22 04:19:55 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/22 04:19:55 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/22 04:19:55 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/22 04:19:55 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/22 04:19:55 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/22 04:19:55 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/22 04:19:55 DEBUG : 0015-9;=.txt: transformed to: MDAxNS05Oz0udHh0 2026/08/22 04:19:55 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/22 04:19:55 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/22 04:19:55 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/22 04:19:55 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/22 04:19:55 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/22 04:19:55 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/22 04:19:55 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/22 04:19:55 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/22 04:19:55 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/22 04:19:55 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/22 04:19:55 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/22 04:19:55 DEBUG : dir1/MDAwMS1iY2RlZmdoLnR4dA==: size = 21 OK 2026/08/22 04:19:55 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:19:55 DEBUG : dir1/MDAwMi1jZGVmZ2hpLnR4dA==: size = 21 OK 2026/08/22 04:19:55 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:19:55 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/22 04:19:55 DEBUG : dir1/MDAwMy1kZWZnaGlqLnR4dA==: size = 21 OK 2026/08/22 04:19:55 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/22 04:19:55 DEBUG : dir1/MDAwNC1lZmdoaWprLnR4dA==: size = 21 OK 2026/08/22 04:19:55 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:19:55 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/22 04:19:55 DEBUG : dir1/MDAwNS1mZ2hpamtsLnR4dA==: size = 21 OK 2026/08/22 04:19:55 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:19:55 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/22 04:19:55 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:19:55 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/22 04:19:55 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/22 04:19:55 DEBUG : dir1/MDAwNi1naGlqa2xtLnR4dA==: size = 21 OK 2026/08/22 04:19:55 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:19:55 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/22 04:19:55 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/22 04:19:55 DEBUG : dir1/MDAwNy0xMjM0NTY3LnR4dA==: size = 21 OK 2026/08/22 04:19:55 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:19:55 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/22 04:19:55 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/22 04:19:55 DEBUG : dir1/MDAwOC0yMzQ1Njc4LnR4dA==: size = 21 OK 2026/08/22 04:19:55 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:19:55 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/22 04:19:55 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/22 04:19:55 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/22 04:19:55 DEBUG : 0015-9;=.txt: transformed to: MDAxNS05Oz0udHh0 2026/08/22 04:19:55 DEBUG : dir1/MDAwOS0zNDU2Nzg5LnR4dA==: size = 21 OK 2026/08/22 04:19:55 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:19:55 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/22 04:19:55 DEBUG : dir1/MDAxMC00NTY3ODkudHh0: size = 20 OK 2026/08/22 04:19:55 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:19:55 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/22 04:19:55 DEBUG : B2 bucket rclone-test-diyujup8baku: Waiting for checks to finish 2026/08/22 04:19:55 DEBUG : dir1/MDAxMi02Nzg5Oy50eHQ=: size = 19 OK 2026/08/22 04:19:55 DEBUG : dir1/MDAxMy03ODk7PS50eHQ=: size = 19 OK 2026/08/22 04:19:55 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:19:55 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/22 04:19:55 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:19:55 DEBUG : dir1/MDAxNC04OTs9LnR4dA==: size = 18 OK 2026/08/22 04:19:55 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/22 04:19:55 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:19:55 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/22 04:19:55 DEBUG : dir1/MDAxMS01Njc4OTsudHh0: size = 20 OK 2026/08/22 04:19:55 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:19:55 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/22 04:19:55 DEBUG : dir1/MDAwMC1hYmNkZWZnLnR4dA==: size = 21 OK 2026/08/22 04:19:55 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:19:55 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/22 04:19:55 DEBUG : dir1/MDAxNS05Oz0udHh0: size = 17 OK 2026/08/22 04:19:55 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:19:55 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/22 04:19:55 DEBUG : B2 bucket rclone-test-diyujup8baku: Waiting for transfers to finish 2026/08/22 04:19:55 DEBUG : Waiting for deletions to finish 2026/08/22 04:19:55 DEBUG : Waiting for deletions to finish 2026/08/22 04:19:55 DEBUG : YXBwbGU=: Excluded (Path Filter) 2026/08/22 04:19:55 DEBUG : YXBwbGVhcHBsZWFwcGxlYmFuYW5h: Excluded (Path Filter) 2026/08/22 04:19:55 DEBUG : YmFuYW5h: Excluded (Path Filter) 2026/08/22 04:19:55 DEBUG : c3BsaXRiYW5hbmFzcGxpdA==: Excluded (Path Filter) 2026/08/22 04:19:55 DEBUG : dir1/MDAwMC1hYmNkZWZnLnR4dA==: Excluded (Path Filter) 2026/08/22 04:19:55 DEBUG : dir1/MDAwMS1iY2RlZmdoLnR4dA==: Excluded (Path Filter) 2026/08/22 04:19:55 DEBUG : dir1/MDAwMi1jZGVmZ2hpLnR4dA==: Excluded (Path Filter) 2026/08/22 04:19:55 DEBUG : dir1/MDAwMy1kZWZnaGlqLnR4dA==: Excluded (Path Filter) 2026/08/22 04:19:55 DEBUG : dir1/MDAwNC1lZmdoaWprLnR4dA==: Excluded (Path Filter) 2026/08/22 04:19:55 DEBUG : dir1/MDAwNS1mZ2hpamtsLnR4dA==: Excluded (Path Filter) 2026/08/22 04:19:55 DEBUG : dir1/MDAwNi1naGlqa2xtLnR4dA==: Excluded (Path Filter) 2026/08/22 04:19:55 DEBUG : dir1/MDAwNy0xMjM0NTY3LnR4dA==: Excluded (Path Filter) 2026/08/22 04:19:55 DEBUG : dir1/MDAwOC0yMzQ1Njc4LnR4dA==: Excluded (Path Filter) 2026/08/22 04:19:55 DEBUG : dir1/MDAwOS0zNDU2Nzg5LnR4dA==: Excluded (Path Filter) 2026/08/22 04:19:55 DEBUG : dir1/MDAxMC00NTY3ODkudHh0: Excluded (Path Filter) 2026/08/22 04:19:55 DEBUG : dir1/MDAxMS01Njc4OTsudHh0: Excluded (Path Filter) 2026/08/22 04:19:55 DEBUG : dir1/MDAxMi02Nzg5Oy50eHQ=: Excluded (Path Filter) 2026/08/22 04:19:55 DEBUG : dir1/MDAxMy03ODk7PS50eHQ=: Excluded (Path Filter) 2026/08/22 04:19:55 DEBUG : dir1/MDAxNC04OTs9LnR4dA==: Excluded (Path Filter) 2026/08/22 04:19:55 DEBUG : dir1/MDAxNS05Oz0udHh0: Excluded (Path Filter) 2026/08/22 04:19:55 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/22 04:19:55 DEBUG : apple: transformed to: YXBwbGU= 2026/08/22 04:19:55 DEBUG : banana: transformed to: YmFuYW5h 2026/08/22 04:19:55 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/22 04:19:55 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/22 04:19:55 DEBUG : banana: transformed to: YmFuYW5h 2026/08/22 04:19:55 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/22 04:19:55 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/22 04:19:55 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/22 04:19:55 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/22 04:19:55 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/22 04:19:55 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/22 04:19:55 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/22 04:19:55 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/22 04:19:55 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/22 04:19:55 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/22 04:19:55 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/22 04:19:55 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/22 04:19:55 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/22 04:19:55 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/22 04:19:55 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/22 04:19:55 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/22 04:19:55 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/22 04:19:55 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/22 04:19:55 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/22 04:19:55 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/22 04:19:55 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/22 04:19:55 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/22 04:19:55 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/22 04:19:55 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/22 04:19:55 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/22 04:19:55 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/22 04:19:55 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/22 04:19:55 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/22 04:19:55 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/22 04:19:55 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/22 04:19:55 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/08/22 04:19:55 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/22 04:19:55 DEBUG : apple: transformed to: YXBwbGU= 2026/08/22 04:19:55 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/22 04:19:55 DEBUG : banana: transformed to: YmFuYW5h 2026/08/22 04:19:55 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/22 04:19:55 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/22 04:19:55 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/22 04:19:55 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/22 04:19:55 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/22 04:19:55 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/22 04:19:55 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/22 04:19:55 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/22 04:19:55 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/22 04:19:55 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/22 04:19:55 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/22 04:19:55 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/22 04:19:55 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/22 04:19:55 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/22 04:19:55 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/22 04:19:55 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/22 04:19:55 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 === RUN TestTransform/prefix run.go:198: Remote "B2 bucket rclone-test-diyujup8baku", Local "Local file system at /tmp/rclone2587900294", Modify Window "1ms" 2026/08/22 04:20:05 DEBUG : Waiting for deletions to finish 2026/08/22 04:20:05 DEBUG : apple: Excluded (Path Filter) 2026/08/22 04:20:05 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/22 04:20:05 DEBUG : banana: Excluded (Path Filter) 2026/08/22 04:20:05 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/22 04:20:05 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/22 04:20:05 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/22 04:20:05 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/22 04:20:05 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/22 04:20:05 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/22 04:20:05 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/22 04:20:05 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/22 04:20:05 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/22 04:20:05 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/22 04:20:05 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/22 04:20:05 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/22 04:20:05 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/22 04:20:05 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/22 04:20:05 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/22 04:20:05 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/22 04:20:05 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/22 04:20:05 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/22 04:20:05 DEBUG : apple: transformed to: PREFIXapple 2026/08/22 04:20:05 DEBUG : banana: transformed to: PREFIXbanana 2026/08/22 04:20:05 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/22 04:20:05 DEBUG : banana: transformed to: PREFIXbanana 2026/08/22 04:20:05 DEBUG : apple: transformed to: PREFIXapple 2026/08/22 04:20:05 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/22 04:20:05 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/22 04:20:05 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/22 04:20:05 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/22 04:20:05 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/22 04:20:05 DEBUG : banana: transformed to: PREFIXbanana 2026/08/22 04:20:05 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/22 04:20:05 DEBUG : apple: transformed to: PREFIXapple 2026/08/22 04:20:05 DEBUG : apple: transformed to: PREFIXapple 2026/08/22 04:20:06 DEBUG : apple: Need to transfer - File not found at Destination 2026/08/22 04:20:06 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/22 04:20:06 DEBUG : appleappleapplebanana: Need to transfer - File not found at Destination 2026/08/22 04:20:06 DEBUG : banana: transformed to: PREFIXbanana 2026/08/22 04:20:06 DEBUG : banana: Need to transfer - File not found at Destination 2026/08/22 04:20:06 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/22 04:20:06 DEBUG : splitbananasplit: Need to transfer - File not found at Destination 2026/08/22 04:20:06 DEBUG : apple: transformed to: PREFIXapple 2026/08/22 04:20:06 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/22 04:20:06 DEBUG : banana: transformed to: PREFIXbanana 2026/08/22 04:20:06 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/22 04:20:06 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/22 04:20:06 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/22 04:20:06 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/08/22 04:20:06 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/22 04:20:06 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/08/22 04:20:06 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/22 04:20:06 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/22 04:20:06 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/22 04:20:06 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/22 04:20:06 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/22 04:20:06 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/22 04:20:06 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/22 04:20:06 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/22 04:20:06 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/22 04:20:06 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/22 04:20:06 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/22 04:20:06 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/22 04:20:06 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/08/22 04:20:06 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/22 04:20:06 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/22 04:20:06 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/22 04:20:06 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/22 04:20:06 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/22 04:20:06 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/22 04:20:06 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/22 04:20:06 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/22 04:20:06 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/22 04:20:06 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/22 04:20:06 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/22 04:20:06 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/22 04:20:06 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/22 04:20:06 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/22 04:20:06 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/22 04:20:06 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/22 04:20:06 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/22 04:20:06 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/22 04:20:06 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/22 04:20:06 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/22 04:20:06 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/22 04:20:06 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/22 04:20:06 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/22 04:20:06 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/22 04:20:06 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/22 04:20:06 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/08/22 04:20:06 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/22 04:20:06 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/22 04:20:06 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/22 04:20:06 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/22 04:20:06 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/22 04:20:06 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/22 04:20:06 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/22 04:20:06 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/22 04:20:06 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/22 04:20:06 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/22 04:20:06 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/22 04:20:06 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/22 04:20:06 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/22 04:20:06 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/08/22 04:20:06 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/22 04:20:06 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/22 04:20:06 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/22 04:20:06 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/22 04:20:06 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/22 04:20:06 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/22 04:20:06 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/22 04:20:06 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/22 04:20:06 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/22 04:20:06 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/22 04:20:06 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/22 04:20:06 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/22 04:20:06 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/22 04:20:06 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/22 04:20:06 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/22 04:20:06 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/08/22 04:20:06 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/22 04:20:06 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/22 04:20:06 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/22 04:20:06 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/22 04:20:06 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/08/22 04:20:06 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/22 04:20:06 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/08/22 04:20:06 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/22 04:20:06 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/08/22 04:20:06 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/22 04:20:06 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/08/22 04:20:06 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/22 04:20:06 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/08/22 04:20:06 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/22 04:20:06 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/22 04:20:06 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/22 04:20:06 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/22 04:20:06 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/22 04:20:06 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/22 04:20:06 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/22 04:20:06 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/22 04:20:06 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/22 04:20:06 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/22 04:20:06 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/08/22 04:20:06 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/22 04:20:06 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/22 04:20:06 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/22 04:20:06 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/22 04:20:06 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/22 04:20:06 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/08/22 04:20:06 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/22 04:20:06 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/22 04:20:06 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/22 04:20:06 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/22 04:20:06 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/22 04:20:06 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/22 04:20:06 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/22 04:20:06 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/22 04:20:06 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/22 04:20:06 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/22 04:20:06 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/22 04:20:06 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/08/22 04:20:06 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/22 04:20:06 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/22 04:20:06 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/22 04:20:06 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/22 04:20:06 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/22 04:20:06 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/08/22 04:20:06 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/22 04:20:06 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/22 04:20:06 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/22 04:20:06 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/22 04:20:06 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/22 04:20:06 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/22 04:20:06 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/22 04:20:06 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/22 04:20:06 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2026/08/22 04:20:06 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/22 04:20:06 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2026/08/22 04:20:06 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/22 04:20:06 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2026/08/22 04:20:06 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/22 04:20:06 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2026/08/22 04:20:06 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/22 04:20:06 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2026/08/22 04:20:06 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/08/22 04:20:06 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/22 04:20:06 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/22 04:20:06 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/22 04:20:06 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/22 04:20:06 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/22 04:20:06 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/22 04:20:06 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/22 04:20:06 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/22 04:20:06 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/22 04:20:06 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2026/08/22 04:20:06 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/22 04:20:06 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/08/22 04:20:06 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/22 04:20:06 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/22 04:20:06 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/22 04:20:06 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/22 04:20:06 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/22 04:20:06 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/08/22 04:20:06 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/22 04:20:06 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/22 04:20:06 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/22 04:20:06 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/22 04:20:06 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/22 04:20:06 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/22 04:20:06 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/22 04:20:06 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/22 04:20:06 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/22 04:20:06 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/22 04:20:06 DEBUG : 0015-9;=.txt: transformed to: PREFIX0015-9;=.txt 2026/08/22 04:20:06 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/22 04:20:06 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/22 04:20:06 DEBUG : PREFIXapple: size = 5 OK 2026/08/22 04:20:06 DEBUG : apple: sha1 = d0be2dc421be4fcd0172e5afceea3970e2f3d940 OK 2026/08/22 04:20:06 INFO : apple: Copied (new) to: PREFIXapple 2026/08/22 04:20:06 DEBUG : PREFIXbanana: size = 6 OK 2026/08/22 04:20:06 DEBUG : banana: sha1 = 250e77f12a5ab6972a0895d290c4792f0a326ea8 OK 2026/08/22 04:20:06 INFO : banana: Copied (new) to: PREFIXbanana 2026/08/22 04:20:06 DEBUG : dir1/0000-abcdefg.txt: Need to transfer - File not found at Destination 2026/08/22 04:20:06 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/22 04:20:06 DEBUG : dir1/0001-bcdefgh.txt: Need to transfer - File not found at Destination 2026/08/22 04:20:06 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/22 04:20:06 DEBUG : dir1/0002-cdefghi.txt: Need to transfer - File not found at Destination 2026/08/22 04:20:06 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/22 04:20:06 DEBUG : dir1/0003-defghij.txt: Need to transfer - File not found at Destination 2026/08/22 04:20:06 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/22 04:20:06 DEBUG : dir1/0004-efghijk.txt: Need to transfer - File not found at Destination 2026/08/22 04:20:06 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/22 04:20:06 DEBUG : dir1/0005-fghijkl.txt: Need to transfer - File not found at Destination 2026/08/22 04:20:06 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/08/22 04:20:06 DEBUG : dir1/0006-ghijklm.txt: Need to transfer - File not found at Destination 2026/08/22 04:20:06 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/22 04:20:06 DEBUG : dir1/0007-1234567.txt: Need to transfer - File not found at Destination 2026/08/22 04:20:06 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/22 04:20:06 DEBUG : dir1/0008-2345678.txt: Need to transfer - File not found at Destination 2026/08/22 04:20:06 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/08/22 04:20:06 DEBUG : dir1/0009-3456789.txt: Need to transfer - File not found at Destination 2026/08/22 04:20:06 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2026/08/22 04:20:06 DEBUG : dir1/0010-456789.txt: Need to transfer - File not found at Destination 2026/08/22 04:20:06 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/22 04:20:06 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination 2026/08/22 04:20:06 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/22 04:20:06 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2026/08/22 04:20:06 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/22 04:20:06 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2026/08/22 04:20:06 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/22 04:20:06 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2026/08/22 04:20:06 DEBUG : 0015-9;=.txt: transformed to: PREFIX0015-9;=.txt 2026/08/22 04:20:06 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination 2026/08/22 04:20:06 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt 2026/08/22 04:20:06 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2026/08/22 04:20:06 DEBUG : B2 bucket rclone-test-diyujup8baku: Waiting for checks to finish 2026/08/22 04:20:06 DEBUG : B2 bucket rclone-test-diyujup8baku: Waiting for transfers to finish 2026/08/22 04:20:06 DEBUG : PREFIXsplitbananasplit: size = 16 OK 2026/08/22 04:20:06 DEBUG : splitbananasplit: sha1 = c045b86d2da0a5c0db76c2e57cc85d98a73d0dfe OK 2026/08/22 04:20:06 INFO : splitbananasplit: Copied (new) to: PREFIXsplitbananasplit 2026/08/22 04:20:06 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2026/08/22 04:20:07 DEBUG : dir1/PREFIX0000-abcdefg.txt: size = 21 OK 2026/08/22 04:20:07 DEBUG : dir1/0000-abcdefg.txt: sha1 = 39cc20a3972ef42585635752f22e809ce7661dd0 OK 2026/08/22 04:20:07 INFO : dir1/0000-abcdefg.txt: Copied (new) to: dir1/PREFIX0000-abcdefg.txt 2026/08/22 04:20:07 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2026/08/22 04:20:07 DEBUG : PREFIXappleappleapplebanana: size = 21 OK 2026/08/22 04:20:07 DEBUG : appleappleapplebanana: sha1 = d4006cec695294959fc86acc4d86a4a8bd1771d4 OK 2026/08/22 04:20:07 INFO : appleappleapplebanana: Copied (new) to: PREFIXappleappleapplebanana 2026/08/22 04:20:07 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2026/08/22 04:20:07 DEBUG : dir1/PREFIX0002-cdefghi.txt: size = 21 OK 2026/08/22 04:20:07 DEBUG : dir1/0002-cdefghi.txt: sha1 = f5271bcb3e6699430d75487a6e002f56f75748d6 OK 2026/08/22 04:20:07 INFO : dir1/0002-cdefghi.txt: Copied (new) to: dir1/PREFIX0002-cdefghi.txt 2026/08/22 04:20:07 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2026/08/22 04:20:07 DEBUG : dir1/PREFIX0001-bcdefgh.txt: size = 21 OK 2026/08/22 04:20:07 DEBUG : dir1/0001-bcdefgh.txt: sha1 = 13f6ac14c045641af16b93bf99a126efa57a13c0 OK 2026/08/22 04:20:07 INFO : dir1/0001-bcdefgh.txt: Copied (new) to: dir1/PREFIX0001-bcdefgh.txt 2026/08/22 04:20:07 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2026/08/22 04:20:07 DEBUG : dir1/PREFIX0005-fghijkl.txt: size = 21 OK 2026/08/22 04:20:07 DEBUG : dir1/0005-fghijkl.txt: sha1 = 9be5d86eeb571f4bb49cba75a71573bae6d7f9b0 OK 2026/08/22 04:20:07 INFO : dir1/0005-fghijkl.txt: Copied (new) to: dir1/PREFIX0005-fghijkl.txt 2026/08/22 04:20:07 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2026/08/22 04:20:07 DEBUG : dir1/PREFIX0003-defghij.txt: size = 21 OK 2026/08/22 04:20:07 DEBUG : dir1/0003-defghij.txt: sha1 = 6275159262463ab911da879437354a03fc105132 OK 2026/08/22 04:20:07 INFO : dir1/0003-defghij.txt: Copied (new) to: dir1/PREFIX0003-defghij.txt 2026/08/22 04:20:07 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2026/08/22 04:20:07 DEBUG : dir1/PREFIX0006-ghijklm.txt: size = 21 OK 2026/08/22 04:20:07 DEBUG : dir1/0006-ghijklm.txt: sha1 = 022b65de02ed02df549dca26b856b83ea957c161 OK 2026/08/22 04:20:07 INFO : dir1/0006-ghijklm.txt: Copied (new) to: dir1/PREFIX0006-ghijklm.txt 2026/08/22 04:20:07 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2026/08/22 04:20:07 DEBUG : dir1/PREFIX0008-2345678.txt: size = 21 OK 2026/08/22 04:20:07 DEBUG : dir1/0008-2345678.txt: sha1 = 35bd7b0a5af9be4c53d2bf8b53d45f0c4e5d9d07 OK 2026/08/22 04:20:07 INFO : dir1/0008-2345678.txt: Copied (new) to: dir1/PREFIX0008-2345678.txt 2026/08/22 04:20:07 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2026/08/22 04:20:08 DEBUG : dir1/PREFIX0007-1234567.txt: size = 21 OK 2026/08/22 04:20:08 DEBUG : dir1/0007-1234567.txt: sha1 = f65b28e19d4af11accc4c96ab412abe037842afc OK 2026/08/22 04:20:08 INFO : dir1/0007-1234567.txt: Copied (new) to: dir1/PREFIX0007-1234567.txt 2026/08/22 04:20:08 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2026/08/22 04:20:08 DEBUG : dir1/PREFIX0004-efghijk.txt: size = 21 OK 2026/08/22 04:20:08 DEBUG : dir1/0004-efghijk.txt: sha1 = 8a6e3a10e2778fd7a449c0ddeff0e60b99b818f6 OK 2026/08/22 04:20:08 INFO : dir1/0004-efghijk.txt: Copied (new) to: dir1/PREFIX0004-efghijk.txt 2026/08/22 04:20:08 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2026/08/22 04:20:08 DEBUG : dir1/PREFIX0010-456789.txt: size = 20 OK 2026/08/22 04:20:08 DEBUG : dir1/0010-456789.txt: sha1 = ef1ccb5339c5b9d3b78cdb41937cb754674521e9 OK 2026/08/22 04:20:08 INFO : dir1/0010-456789.txt: Copied (new) to: dir1/PREFIX0010-456789.txt 2026/08/22 04:20:08 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2026/08/22 04:20:08 DEBUG : dir1/PREFIX0012-6789;.txt: size = 19 OK 2026/08/22 04:20:08 DEBUG : dir1/0012-6789;.txt: sha1 = 41938da9b0f9799a9c96dea5682322b6b7607058 OK 2026/08/22 04:20:08 INFO : dir1/0012-6789;.txt: Copied (new) to: dir1/PREFIX0012-6789;.txt 2026/08/22 04:20:08 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2026/08/22 04:20:08 DEBUG : dir1/PREFIX0011-56789;.txt: size = 20 OK 2026/08/22 04:20:08 DEBUG : dir1/0011-56789;.txt: sha1 = ce6baa1459a8f1c8daeca41dccc499a5a7f9d342 OK 2026/08/22 04:20:08 INFO : dir1/0011-56789;.txt: Copied (new) to: dir1/PREFIX0011-56789;.txt 2026/08/22 04:20:08 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt 2026/08/22 04:20:08 DEBUG : dir1/PREFIX0009-3456789.txt: size = 21 OK 2026/08/22 04:20:08 DEBUG : dir1/0009-3456789.txt: sha1 = cf20fbc0bb51b0e93dd849f5493167c827e103dc OK 2026/08/22 04:20:08 INFO : dir1/0009-3456789.txt: Copied (new) to: dir1/PREFIX0009-3456789.txt 2026/08/22 04:20:08 DEBUG : dir1/PREFIX0015-9;=.txt: size = 17 OK 2026/08/22 04:20:08 DEBUG : dir1/0015-9;=.txt: sha1 = 2a0afde94c232e5cb80d07261acf840a4a5f0143 OK 2026/08/22 04:20:08 INFO : dir1/0015-9;=.txt: Copied (new) to: dir1/PREFIX0015-9;=.txt 2026/08/22 04:20:09 DEBUG : dir1/PREFIX0014-89;=.txt: size = 18 OK 2026/08/22 04:20:09 DEBUG : dir1/0014-89;=.txt: sha1 = 6f88327b529855962672012b6f4fc01033c31ec0 OK 2026/08/22 04:20:09 INFO : dir1/0014-89;=.txt: Copied (new) to: dir1/PREFIX0014-89;=.txt 2026/08/22 04:20:09 DEBUG : dir1/PREFIX0013-789;=.txt: size = 19 OK 2026/08/22 04:20:09 DEBUG : dir1/0013-789;=.txt: sha1 = 957e831070085d71b655c9afa66b8e0cb86662b3 OK 2026/08/22 04:20:09 INFO : dir1/0013-789;=.txt: Copied (new) to: dir1/PREFIX0013-789;=.txt 2026/08/22 04:20:09 DEBUG : Waiting for deletions to finish 2026/08/22 04:20:09 INFO : banana: Deleted 2026/08/22 04:20:09 INFO : dir1/0003-defghij.txt: Deleted 2026/08/22 04:20:09 INFO : dir1/0004-efghijk.txt: Deleted 2026/08/22 04:20:09 INFO : dir1/0010-456789.txt: Deleted 2026/08/22 04:20:09 INFO : dir1/0012-6789;.txt: Deleted 2026/08/22 04:20:09 INFO : dir1/0000-abcdefg.txt: Deleted 2026/08/22 04:20:09 INFO : dir1/0002-cdefghi.txt: Deleted 2026/08/22 04:20:09 INFO : dir1/0005-fghijkl.txt: Deleted 2026/08/22 04:20:09 INFO : dir1/0014-89;=.txt: Deleted 2026/08/22 04:20:09 INFO : appleappleapplebanana: Deleted 2026/08/22 04:20:09 INFO : splitbananasplit: Deleted 2026/08/22 04:20:09 INFO : dir1/0001-bcdefgh.txt: Deleted 2026/08/22 04:20:10 INFO : dir1/0007-1234567.txt: Deleted 2026/08/22 04:20:10 INFO : dir1/0008-2345678.txt: Deleted 2026/08/22 04:20:10 INFO : dir1/0011-56789;.txt: Deleted 2026/08/22 04:20:10 INFO : apple: Deleted 2026/08/22 04:20:10 INFO : dir1/0006-ghijklm.txt: Deleted 2026/08/22 04:20:10 INFO : dir1/0013-789;=.txt: Deleted 2026/08/22 04:20:10 INFO : dir1/0015-9;=.txt: Deleted 2026/08/22 04:20:10 INFO : dir1/0009-3456789.txt: Deleted 2026/08/22 04:20:10 DEBUG : Waiting for deletions to finish 2026/08/22 04:20:10 DEBUG : PREFIXapple: Excluded (Path Filter) 2026/08/22 04:20:10 DEBUG : PREFIXappleappleapplebanana: Excluded (Path Filter) 2026/08/22 04:20:10 DEBUG : PREFIXbanana: Excluded (Path Filter) 2026/08/22 04:20:10 DEBUG : PREFIXsplitbananasplit: Excluded (Path Filter) 2026/08/22 04:20:10 DEBUG : dir1/PREFIX0000-abcdefg.txt: Excluded (Path Filter) 2026/08/22 04:20:10 DEBUG : dir1/PREFIX0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/22 04:20:10 DEBUG : dir1/PREFIX0002-cdefghi.txt: Excluded (Path Filter) 2026/08/22 04:20:10 DEBUG : dir1/PREFIX0003-defghij.txt: Excluded (Path Filter) 2026/08/22 04:20:10 DEBUG : dir1/PREFIX0004-efghijk.txt: Excluded (Path Filter) 2026/08/22 04:20:10 DEBUG : dir1/PREFIX0005-fghijkl.txt: Excluded (Path Filter) 2026/08/22 04:20:10 DEBUG : dir1/PREFIX0006-ghijklm.txt: Excluded (Path Filter) 2026/08/22 04:20:10 DEBUG : dir1/PREFIX0007-1234567.txt: Excluded (Path Filter) 2026/08/22 04:20:10 DEBUG : dir1/PREFIX0008-2345678.txt: Excluded (Path Filter) 2026/08/22 04:20:10 DEBUG : dir1/PREFIX0009-3456789.txt: Excluded (Path Filter) 2026/08/22 04:20:10 DEBUG : dir1/PREFIX0010-456789.txt: Excluded (Path Filter) 2026/08/22 04:20:10 DEBUG : dir1/PREFIX0011-56789;.txt: Excluded (Path Filter) 2026/08/22 04:20:10 DEBUG : dir1/PREFIX0012-6789;.txt: Excluded (Path Filter) 2026/08/22 04:20:10 DEBUG : dir1/PREFIX0013-789;=.txt: Excluded (Path Filter) 2026/08/22 04:20:10 DEBUG : dir1/PREFIX0014-89;=.txt: Excluded (Path Filter) 2026/08/22 04:20:10 DEBUG : dir1/PREFIX0015-9;=.txt: Excluded (Path Filter) 2026/08/22 04:20:10 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2026/08/22 04:20:10 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt 2026/08/22 04:20:10 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2026/08/22 04:20:10 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2026/08/22 04:20:10 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2026/08/22 04:20:10 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2026/08/22 04:20:10 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2026/08/22 04:20:10 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2026/08/22 04:20:10 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2026/08/22 04:20:10 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2026/08/22 04:20:10 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2026/08/22 04:20:10 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2026/08/22 04:20:10 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2026/08/22 04:20:10 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2026/08/22 04:20:10 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2026/08/22 04:20:10 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2026/08/22 04:20:10 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2026/08/22 04:20:10 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2026/08/22 04:20:10 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2026/08/22 04:20:10 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2026/08/22 04:20:10 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2026/08/22 04:20:10 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2026/08/22 04:20:10 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2026/08/22 04:20:10 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2026/08/22 04:20:10 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2026/08/22 04:20:10 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2026/08/22 04:20:10 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2026/08/22 04:20:10 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2026/08/22 04:20:10 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt 2026/08/22 04:20:10 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2026/08/22 04:20:10 DEBUG : apple: transformed to: PREFIXapple 2026/08/22 04:20:10 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt 2026/08/22 04:20:10 DEBUG : apple: transformed to: PREFIXapple 2026/08/22 04:20:10 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2026/08/22 04:20:10 DEBUG : apple: transformed to: PREFIXapple 2026/08/22 04:20:10 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2026/08/22 04:20:10 DEBUG : apple: transformed to: PREFIXapple 2026/08/22 04:20:10 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2026/08/22 04:20:10 DEBUG : apple: transformed to: PREFIXapple 2026/08/22 04:20:10 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2026/08/22 04:20:10 DEBUG : apple: transformed to: PREFIXapple 2026/08/22 04:20:10 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2026/08/22 04:20:10 DEBUG : apple: transformed to: PREFIXapple 2026/08/22 04:20:10 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2026/08/22 04:20:10 DEBUG : apple: transformed to: PREFIXapple 2026/08/22 04:20:10 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2026/08/22 04:20:10 DEBUG : apple: transformed to: PREFIXapple 2026/08/22 04:20:10 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2026/08/22 04:20:10 DEBUG : apple: transformed to: PREFIXapple 2026/08/22 04:20:10 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2026/08/22 04:20:10 DEBUG : apple: transformed to: PREFIXapple 2026/08/22 04:20:10 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2026/08/22 04:20:10 DEBUG : apple: transformed to: PREFIXapple 2026/08/22 04:20:10 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2026/08/22 04:20:10 DEBUG : apple: transformed to: PREFIXapple 2026/08/22 04:20:10 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2026/08/22 04:20:10 DEBUG : apple: transformed to: PREFIXapple 2026/08/22 04:20:10 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2026/08/22 04:20:10 DEBUG : apple: transformed to: PREFIXapple 2026/08/22 04:20:10 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2026/08/22 04:20:10 DEBUG : apple: transformed to: PREFIXapple 2026/08/22 04:20:10 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt 2026/08/22 04:20:10 DEBUG : banana: transformed to: PREFIXbanana 2026/08/22 04:20:10 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt 2026/08/22 04:20:10 DEBUG : banana: transformed to: PREFIXbanana 2026/08/22 04:20:10 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2026/08/22 04:20:10 DEBUG : banana: transformed to: PREFIXbanana 2026/08/22 04:20:10 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2026/08/22 04:20:10 DEBUG : banana: transformed to: PREFIXbanana 2026/08/22 04:20:10 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2026/08/22 04:20:10 DEBUG : banana: transformed to: PREFIXbanana 2026/08/22 04:20:10 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2026/08/22 04:20:10 DEBUG : banana: transformed to: PREFIXbanana 2026/08/22 04:20:10 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2026/08/22 04:20:10 DEBUG : banana: transformed to: PREFIXbanana 2026/08/22 04:20:10 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2026/08/22 04:20:10 DEBUG : banana: transformed to: PREFIXbanana 2026/08/22 04:20:10 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2026/08/22 04:20:10 DEBUG : banana: transformed to: PREFIXbanana 2026/08/22 04:20:10 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2026/08/22 04:20:10 DEBUG : banana: transformed to: PREFIXbanana 2026/08/22 04:20:10 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2026/08/22 04:20:10 DEBUG : banana: transformed to: PREFIXbanana 2026/08/22 04:20:10 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2026/08/22 04:20:10 DEBUG : banana: transformed to: PREFIXbanana 2026/08/22 04:20:10 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2026/08/22 04:20:10 DEBUG : banana: transformed to: PREFIXbanana 2026/08/22 04:20:10 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2026/08/22 04:20:10 DEBUG : banana: transformed to: PREFIXbanana 2026/08/22 04:20:10 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2026/08/22 04:20:10 DEBUG : banana: transformed to: PREFIXbanana 2026/08/22 04:20:10 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2026/08/22 04:20:10 DEBUG : banana: transformed to: PREFIXbanana 2026/08/22 04:20:10 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt 2026/08/22 04:20:10 DEBUG : banana: transformed to: PREFIXbanana 2026/08/22 04:20:10 DEBUG : apple: transformed to: PREFIXapple 2026/08/22 04:20:10 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/22 04:20:10 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt 2026/08/22 04:20:10 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/22 04:20:10 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2026/08/22 04:20:10 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/22 04:20:10 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2026/08/22 04:20:10 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/22 04:20:10 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2026/08/22 04:20:10 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/22 04:20:10 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2026/08/22 04:20:10 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/22 04:20:10 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2026/08/22 04:20:10 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/22 04:20:10 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2026/08/22 04:20:10 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/22 04:20:10 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2026/08/22 04:20:10 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/22 04:20:10 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2026/08/22 04:20:10 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/22 04:20:10 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2026/08/22 04:20:10 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/22 04:20:10 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2026/08/22 04:20:10 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/22 04:20:10 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2026/08/22 04:20:10 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/22 04:20:10 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2026/08/22 04:20:10 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/22 04:20:10 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2026/08/22 04:20:10 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/22 04:20:10 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2026/08/22 04:20:10 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/22 04:20:10 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt 2026/08/22 04:20:10 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/22 04:20:10 DEBUG : banana: transformed to: PREFIXbanana 2026/08/22 04:20:10 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/22 04:20:10 DEBUG : apple: transformed to: PREFIXapple 2026/08/22 04:20:10 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/22 04:20:10 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt 2026/08/22 04:20:10 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/22 04:20:10 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2026/08/22 04:20:10 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/22 04:20:10 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2026/08/22 04:20:10 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/22 04:20:10 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2026/08/22 04:20:10 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/22 04:20:10 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2026/08/22 04:20:10 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/22 04:20:10 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2026/08/22 04:20:10 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/22 04:20:10 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2026/08/22 04:20:10 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/22 04:20:10 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2026/08/22 04:20:10 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/22 04:20:10 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2026/08/22 04:20:10 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/22 04:20:10 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2026/08/22 04:20:10 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/22 04:20:10 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2026/08/22 04:20:10 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/22 04:20:10 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2026/08/22 04:20:10 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/22 04:20:10 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2026/08/22 04:20:10 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/22 04:20:10 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2026/08/22 04:20:10 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/22 04:20:10 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2026/08/22 04:20:10 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/22 04:20:10 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt 2026/08/22 04:20:10 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/22 04:20:10 DEBUG : banana: transformed to: PREFIXbanana 2026/08/22 04:20:10 DEBUG : apple: transformed to: PREFIXapple 2026/08/22 04:20:10 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/22 04:20:10 DEBUG : banana: transformed to: PREFIXbanana 2026/08/22 04:20:10 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/22 04:20:10 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt 2026/08/22 04:20:10 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2026/08/22 04:20:10 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2026/08/22 04:20:10 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2026/08/22 04:20:10 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2026/08/22 04:20:10 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2026/08/22 04:20:10 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2026/08/22 04:20:10 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2026/08/22 04:20:10 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2026/08/22 04:20:10 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2026/08/22 04:20:10 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2026/08/22 04:20:10 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2026/08/22 04:20:10 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2026/08/22 04:20:10 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2026/08/22 04:20:10 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2026/08/22 04:20:10 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt 2026/08/22 04:20:11 DEBUG : apple: Need to transfer - File not found at Destination 2026/08/22 04:20:11 DEBUG : appleappleapplebanana: Need to transfer - File not found at Destination 2026/08/22 04:20:11 DEBUG : banana: Need to transfer - File not found at Destination 2026/08/22 04:20:11 DEBUG : splitbananasplit: Need to transfer - File not found at Destination 2026/08/22 04:20:11 DEBUG : apple: size = 5 OK 2026/08/22 04:20:11 DEBUG : apple: sha1 = d0be2dc421be4fcd0172e5afceea3970e2f3d940 OK 2026/08/22 04:20:11 INFO : apple: Copied (new) 2026/08/22 04:20:11 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/22 04:20:11 DEBUG : appleappleapplebanana: sha1 = d4006cec695294959fc86acc4d86a4a8bd1771d4 OK 2026/08/22 04:20:11 INFO : appleappleapplebanana: Copied (new) 2026/08/22 04:20:11 DEBUG : banana: size = 6 OK 2026/08/22 04:20:11 DEBUG : banana: sha1 = 250e77f12a5ab6972a0895d290c4792f0a326ea8 OK 2026/08/22 04:20:11 INFO : banana: Copied (new) 2026/08/22 04:20:11 DEBUG : splitbananasplit: size = 16 OK 2026/08/22 04:20:11 DEBUG : splitbananasplit: sha1 = c045b86d2da0a5c0db76c2e57cc85d98a73d0dfe OK 2026/08/22 04:20:11 INFO : splitbananasplit: Copied (new) 2026/08/22 04:20:11 DEBUG : dir1/0000-abcdefg.txt: Need to transfer - File not found at Destination 2026/08/22 04:20:11 DEBUG : dir1/0001-bcdefgh.txt: Need to transfer - File not found at Destination 2026/08/22 04:20:11 DEBUG : dir1/0002-cdefghi.txt: Need to transfer - File not found at Destination 2026/08/22 04:20:11 DEBUG : dir1/0003-defghij.txt: Need to transfer - File not found at Destination 2026/08/22 04:20:11 DEBUG : dir1/0004-efghijk.txt: Need to transfer - File not found at Destination 2026/08/22 04:20:11 DEBUG : dir1/0005-fghijkl.txt: Need to transfer - File not found at Destination 2026/08/22 04:20:11 DEBUG : dir1/0006-ghijklm.txt: Need to transfer - File not found at Destination 2026/08/22 04:20:11 DEBUG : dir1/0007-1234567.txt: Need to transfer - File not found at Destination 2026/08/22 04:20:11 DEBUG : dir1/0008-2345678.txt: Need to transfer - File not found at Destination 2026/08/22 04:20:11 DEBUG : dir1/0009-3456789.txt: Need to transfer - File not found at Destination 2026/08/22 04:20:11 DEBUG : dir1/0010-456789.txt: Need to transfer - File not found at Destination 2026/08/22 04:20:11 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination 2026/08/22 04:20:11 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2026/08/22 04:20:11 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2026/08/22 04:20:11 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2026/08/22 04:20:11 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination 2026/08/22 04:20:11 DEBUG : B2 bucket rclone-test-diyujup8baku: Waiting for checks to finish 2026/08/22 04:20:11 DEBUG : B2 bucket rclone-test-diyujup8baku: Waiting for transfers to finish 2026/08/22 04:20:11 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/22 04:20:11 DEBUG : dir1/0001-bcdefgh.txt: sha1 = 13f6ac14c045641af16b93bf99a126efa57a13c0 OK 2026/08/22 04:20:11 INFO : dir1/0001-bcdefgh.txt: Copied (new) 2026/08/22 04:20:11 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/22 04:20:11 DEBUG : dir1/0002-cdefghi.txt: sha1 = f5271bcb3e6699430d75487a6e002f56f75748d6 OK 2026/08/22 04:20:11 INFO : dir1/0002-cdefghi.txt: Copied (new) 2026/08/22 04:20:11 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/22 04:20:11 DEBUG : dir1/0003-defghij.txt: sha1 = 6275159262463ab911da879437354a03fc105132 OK 2026/08/22 04:20:11 INFO : dir1/0003-defghij.txt: Copied (new) 2026/08/22 04:20:11 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/22 04:20:11 DEBUG : dir1/0000-abcdefg.txt: sha1 = 39cc20a3972ef42585635752f22e809ce7661dd0 OK 2026/08/22 04:20:11 INFO : dir1/0000-abcdefg.txt: Copied (new) 2026/08/22 04:20:11 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/22 04:20:11 DEBUG : dir1/0004-efghijk.txt: sha1 = 8a6e3a10e2778fd7a449c0ddeff0e60b99b818f6 OK 2026/08/22 04:20:11 INFO : dir1/0004-efghijk.txt: Copied (new) 2026/08/22 04:20:11 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/22 04:20:11 DEBUG : dir1/0005-fghijkl.txt: sha1 = 9be5d86eeb571f4bb49cba75a71573bae6d7f9b0 OK 2026/08/22 04:20:11 INFO : dir1/0005-fghijkl.txt: Copied (new) 2026/08/22 04:20:11 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/22 04:20:11 DEBUG : dir1/0006-ghijklm.txt: sha1 = 022b65de02ed02df549dca26b856b83ea957c161 OK 2026/08/22 04:20:11 INFO : dir1/0006-ghijklm.txt: Copied (new) 2026/08/22 04:20:11 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/22 04:20:11 DEBUG : dir1/0007-1234567.txt: sha1 = f65b28e19d4af11accc4c96ab412abe037842afc OK 2026/08/22 04:20:11 INFO : dir1/0007-1234567.txt: Copied (new) 2026/08/22 04:20:11 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/22 04:20:11 DEBUG : dir1/0008-2345678.txt: sha1 = 35bd7b0a5af9be4c53d2bf8b53d45f0c4e5d9d07 OK 2026/08/22 04:20:11 INFO : dir1/0008-2345678.txt: Copied (new) 2026/08/22 04:20:11 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/22 04:20:11 DEBUG : dir1/0009-3456789.txt: sha1 = cf20fbc0bb51b0e93dd849f5493167c827e103dc OK 2026/08/22 04:20:11 INFO : dir1/0009-3456789.txt: Copied (new) 2026/08/22 04:20:11 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/22 04:20:11 DEBUG : dir1/0010-456789.txt: sha1 = ef1ccb5339c5b9d3b78cdb41937cb754674521e9 OK 2026/08/22 04:20:11 INFO : dir1/0010-456789.txt: Copied (new) 2026/08/22 04:20:11 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/22 04:20:11 DEBUG : dir1/0011-56789;.txt: sha1 = ce6baa1459a8f1c8daeca41dccc499a5a7f9d342 OK 2026/08/22 04:20:11 INFO : dir1/0011-56789;.txt: Copied (new) 2026/08/22 04:20:11 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/22 04:20:11 DEBUG : dir1/0012-6789;.txt: sha1 = 41938da9b0f9799a9c96dea5682322b6b7607058 OK 2026/08/22 04:20:11 INFO : dir1/0012-6789;.txt: Copied (new) 2026/08/22 04:20:12 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/22 04:20:12 DEBUG : dir1/0013-789;=.txt: sha1 = 957e831070085d71b655c9afa66b8e0cb86662b3 OK 2026/08/22 04:20:12 INFO : dir1/0013-789;=.txt: Copied (new) 2026/08/22 04:20:12 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/22 04:20:12 DEBUG : dir1/0014-89;=.txt: sha1 = 6f88327b529855962672012b6f4fc01033c31ec0 OK 2026/08/22 04:20:12 INFO : dir1/0014-89;=.txt: Copied (new) 2026/08/22 04:20:12 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/22 04:20:12 DEBUG : dir1/0015-9;=.txt: sha1 = 2a0afde94c232e5cb80d07261acf840a4a5f0143 OK 2026/08/22 04:20:12 INFO : dir1/0015-9;=.txt: Copied (new) 2026/08/22 04:20:12 DEBUG : Waiting for deletions to finish 2026/08/22 04:20:12 INFO : PREFIXapple: Deleted 2026/08/22 04:20:12 INFO : PREFIXsplitbananasplit: Deleted 2026/08/22 04:20:12 INFO : dir1/PREFIX0000-abcdefg.txt: Deleted 2026/08/22 04:20:12 INFO : dir1/PREFIX0010-456789.txt: Deleted 2026/08/22 04:20:12 INFO : dir1/PREFIX0015-9;=.txt: Deleted 2026/08/22 04:20:12 INFO : dir1/PREFIX0001-bcdefgh.txt: Deleted 2026/08/22 04:20:12 INFO : dir1/PREFIX0002-cdefghi.txt: Deleted 2026/08/22 04:20:12 INFO : dir1/PREFIX0004-efghijk.txt: Deleted 2026/08/22 04:20:12 INFO : dir1/PREFIX0011-56789;.txt: Deleted 2026/08/22 04:20:12 INFO : PREFIXappleappleapplebanana: Deleted 2026/08/22 04:20:12 INFO : dir1/PREFIX0013-789;=.txt: Deleted 2026/08/22 04:20:12 INFO : dir1/PREFIX0008-2345678.txt: Deleted 2026/08/22 04:20:12 INFO : dir1/PREFIX0009-3456789.txt: Deleted 2026/08/22 04:20:12 INFO : dir1/PREFIX0014-89;=.txt: Deleted 2026/08/22 04:20:12 INFO : PREFIXbanana: Deleted 2026/08/22 04:20:12 INFO : dir1/PREFIX0003-defghij.txt: Deleted 2026/08/22 04:20:12 INFO : dir1/PREFIX0005-fghijkl.txt: Deleted 2026/08/22 04:20:12 INFO : dir1/PREFIX0006-ghijklm.txt: Deleted 2026/08/22 04:20:12 INFO : dir1/PREFIX0007-1234567.txt: Deleted 2026/08/22 04:20:12 INFO : dir1/PREFIX0012-6789;.txt: Deleted 2026/08/22 04:20:12 DEBUG : Waiting for deletions to finish 2026/08/22 04:20:12 DEBUG : apple: Excluded (Path Filter) 2026/08/22 04:20:12 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/22 04:20:12 DEBUG : banana: Excluded (Path Filter) 2026/08/22 04:20:12 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/22 04:20:12 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/22 04:20:12 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/22 04:20:12 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/22 04:20:12 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/22 04:20:12 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/22 04:20:12 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/22 04:20:12 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/22 04:20:12 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/22 04:20:12 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/22 04:20:12 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/22 04:20:12 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/22 04:20:12 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/22 04:20:12 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/22 04:20:12 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/22 04:20:12 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/22 04:20:12 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/22 04:20:13 DEBUG : Waiting for deletions to finish 2026/08/22 04:20:13 DEBUG : apple: Excluded (Path Filter) 2026/08/22 04:20:13 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/22 04:20:13 DEBUG : banana: Excluded (Path Filter) 2026/08/22 04:20:13 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/22 04:20:13 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/22 04:20:13 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/22 04:20:13 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/22 04:20:13 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/22 04:20:13 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/22 04:20:13 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/22 04:20:13 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/22 04:20:13 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/22 04:20:13 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/22 04:20:13 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/22 04:20:13 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/22 04:20:13 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/22 04:20:13 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/22 04:20:13 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/22 04:20:13 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/22 04:20:13 DEBUG : splitbananasplit: Excluded (Path Filter) === RUN TestTransform/suffix run.go:198: Remote "B2 bucket rclone-test-diyujup8baku", Local "Local file system at /tmp/rclone2587900294", Modify Window "1ms" 2026/08/22 04:20:23 DEBUG : Waiting for deletions to finish 2026/08/22 04:20:23 DEBUG : apple: Excluded (Path Filter) 2026/08/22 04:20:23 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/22 04:20:23 DEBUG : banana: Excluded (Path Filter) 2026/08/22 04:20:23 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/22 04:20:23 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/22 04:20:23 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/22 04:20:23 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/22 04:20:23 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/22 04:20:23 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/22 04:20:23 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/22 04:20:23 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/22 04:20:23 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/22 04:20:23 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/22 04:20:23 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/22 04:20:23 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/22 04:20:23 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/22 04:20:23 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/22 04:20:23 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/22 04:20:23 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/22 04:20:23 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/22 04:20:23 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2026/08/22 04:20:23 DEBUG : apple: transformed to: appleSUFFIX 2026/08/22 04:20:23 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/22 04:20:23 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2026/08/22 04:20:23 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/22 04:20:23 DEBUG : apple: transformed to: appleSUFFIX 2026/08/22 04:20:23 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2026/08/22 04:20:23 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/22 04:20:23 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/22 04:20:23 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2026/08/22 04:20:23 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/22 04:20:23 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/22 04:20:23 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/22 04:20:23 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/22 04:20:23 DEBUG : apple: transformed to: appleSUFFIX 2026/08/22 04:20:23 DEBUG : apple: transformed to: appleSUFFIX 2026/08/22 04:20:24 DEBUG : apple: Need to transfer - File not found at Destination 2026/08/22 04:20:24 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/22 04:20:24 DEBUG : appleappleapplebanana: Need to transfer - File not found at Destination 2026/08/22 04:20:24 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/22 04:20:24 DEBUG : banana: Need to transfer - File not found at Destination 2026/08/22 04:20:24 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2026/08/22 04:20:24 DEBUG : splitbananasplit: Need to transfer - File not found at Destination 2026/08/22 04:20:24 DEBUG : apple: transformed to: appleSUFFIX 2026/08/22 04:20:24 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/22 04:20:24 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/22 04:20:24 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2026/08/22 04:20:24 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/22 04:20:24 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/22 04:20:24 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/08/22 04:20:24 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/22 04:20:24 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/08/22 04:20:24 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/22 04:20:24 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/22 04:20:24 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/22 04:20:24 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/22 04:20:24 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/22 04:20:24 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/22 04:20:24 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/22 04:20:24 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/22 04:20:24 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/22 04:20:24 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/22 04:20:24 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/22 04:20:24 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/22 04:20:24 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/08/22 04:20:24 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/22 04:20:24 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/22 04:20:24 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/22 04:20:24 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/22 04:20:24 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/22 04:20:24 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/22 04:20:24 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/22 04:20:24 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/22 04:20:24 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/22 04:20:24 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/22 04:20:24 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/22 04:20:24 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/22 04:20:24 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/22 04:20:24 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/22 04:20:24 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/22 04:20:24 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/22 04:20:24 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/22 04:20:24 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/22 04:20:24 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/22 04:20:24 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/22 04:20:24 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/22 04:20:24 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/22 04:20:24 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/22 04:20:24 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/22 04:20:24 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/22 04:20:24 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/08/22 04:20:24 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/22 04:20:24 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/22 04:20:24 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/22 04:20:24 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/22 04:20:24 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/22 04:20:24 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/22 04:20:24 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/22 04:20:24 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/22 04:20:24 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/22 04:20:24 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/22 04:20:24 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/22 04:20:24 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/22 04:20:24 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/22 04:20:24 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/08/22 04:20:24 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/22 04:20:24 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/22 04:20:24 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/22 04:20:24 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/22 04:20:24 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/22 04:20:24 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/22 04:20:24 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/22 04:20:24 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/22 04:20:24 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/22 04:20:24 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/22 04:20:24 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/22 04:20:24 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/22 04:20:24 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/22 04:20:24 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/22 04:20:24 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/22 04:20:24 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/08/22 04:20:24 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/22 04:20:24 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/22 04:20:24 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/22 04:20:24 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/22 04:20:24 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/08/22 04:20:24 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/22 04:20:24 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/08/22 04:20:24 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/22 04:20:24 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/08/22 04:20:24 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/22 04:20:24 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/08/22 04:20:24 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/22 04:20:24 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/08/22 04:20:24 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/22 04:20:24 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/22 04:20:24 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/22 04:20:24 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/22 04:20:24 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/22 04:20:24 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/22 04:20:24 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/22 04:20:24 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/22 04:20:24 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/22 04:20:24 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/22 04:20:24 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/08/22 04:20:24 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/22 04:20:24 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/22 04:20:24 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/22 04:20:24 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/22 04:20:24 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/22 04:20:24 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/08/22 04:20:24 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/22 04:20:24 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/22 04:20:24 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/22 04:20:24 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/22 04:20:24 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/22 04:20:24 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/22 04:20:24 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/22 04:20:24 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/22 04:20:24 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/22 04:20:24 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/22 04:20:24 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/22 04:20:24 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/08/22 04:20:24 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/22 04:20:24 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/22 04:20:24 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/22 04:20:24 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/22 04:20:24 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/22 04:20:24 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/08/22 04:20:24 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/22 04:20:24 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/22 04:20:24 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/22 04:20:24 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/22 04:20:24 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/22 04:20:24 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/22 04:20:24 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/22 04:20:24 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/22 04:20:24 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2026/08/22 04:20:24 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/22 04:20:24 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2026/08/22 04:20:24 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/22 04:20:24 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2026/08/22 04:20:24 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/22 04:20:24 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2026/08/22 04:20:24 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/22 04:20:24 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2026/08/22 04:20:24 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/08/22 04:20:24 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/22 04:20:24 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/22 04:20:24 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/22 04:20:24 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/22 04:20:24 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/22 04:20:24 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/22 04:20:24 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/22 04:20:24 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/22 04:20:24 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/22 04:20:24 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2026/08/22 04:20:24 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/22 04:20:24 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/08/22 04:20:24 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/22 04:20:24 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/22 04:20:24 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/22 04:20:24 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/22 04:20:24 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/22 04:20:24 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/08/22 04:20:24 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/22 04:20:24 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/22 04:20:24 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/22 04:20:24 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/22 04:20:24 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/22 04:20:24 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/22 04:20:24 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/22 04:20:24 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/22 04:20:24 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/22 04:20:24 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/22 04:20:24 DEBUG : 0015-9;=.txt: transformed to: 0015-9;=.txtSUFFIX 2026/08/22 04:20:24 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/22 04:20:24 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/22 04:20:24 DEBUG : appleSUFFIX: size = 5 OK 2026/08/22 04:20:24 DEBUG : apple: sha1 = d0be2dc421be4fcd0172e5afceea3970e2f3d940 OK 2026/08/22 04:20:24 INFO : apple: Copied (new) to: appleSUFFIX 2026/08/22 04:20:24 DEBUG : bananaSUFFIX: size = 6 OK 2026/08/22 04:20:24 DEBUG : banana: sha1 = 250e77f12a5ab6972a0895d290c4792f0a326ea8 OK 2026/08/22 04:20:24 INFO : banana: Copied (new) to: bananaSUFFIX 2026/08/22 04:20:24 DEBUG : dir1/0000-abcdefg.txt: Need to transfer - File not found at Destination 2026/08/22 04:20:24 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/22 04:20:24 DEBUG : splitbananasplitSUFFIX: size = 16 OK 2026/08/22 04:20:24 DEBUG : splitbananasplit: sha1 = c045b86d2da0a5c0db76c2e57cc85d98a73d0dfe OK 2026/08/22 04:20:24 INFO : splitbananasplit: Copied (new) to: splitbananasplitSUFFIX 2026/08/22 04:20:24 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcdefg.txtSUFFIX 2026/08/22 04:20:24 DEBUG : dir1/0001-bcdefgh.txt: Need to transfer - File not found at Destination 2026/08/22 04:20:24 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/22 04:20:24 DEBUG : dir1/0002-cdefghi.txt: Need to transfer - File not found at Destination 2026/08/22 04:20:24 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/22 04:20:24 DEBUG : dir1/0003-defghij.txt: Need to transfer - File not found at Destination 2026/08/22 04:20:24 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX 2026/08/22 04:20:24 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX 2026/08/22 04:20:24 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/22 04:20:24 DEBUG : dir1/0004-efghijk.txt: Need to transfer - File not found at Destination 2026/08/22 04:20:24 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/22 04:20:24 DEBUG : dir1/0005-fghijkl.txt: Need to transfer - File not found at Destination 2026/08/22 04:20:24 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/08/22 04:20:24 DEBUG : dir1/0006-ghijklm.txt: Need to transfer - File not found at Destination 2026/08/22 04:20:24 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/22 04:20:24 DEBUG : dir1/0007-1234567.txt: Need to transfer - File not found at Destination 2026/08/22 04:20:24 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/22 04:20:24 DEBUG : dir1/0008-2345678.txt: Need to transfer - File not found at Destination 2026/08/22 04:20:24 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/08/22 04:20:24 DEBUG : dir1/0009-3456789.txt: Need to transfer - File not found at Destination 2026/08/22 04:20:24 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2026/08/22 04:20:24 DEBUG : dir1/0010-456789.txt: Need to transfer - File not found at Destination 2026/08/22 04:20:24 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/22 04:20:24 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination 2026/08/22 04:20:24 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/22 04:20:24 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2026/08/22 04:20:24 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/22 04:20:24 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2026/08/22 04:20:24 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/22 04:20:24 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2026/08/22 04:20:24 DEBUG : 0015-9;=.txt: transformed to: 0015-9;=.txtSUFFIX 2026/08/22 04:20:24 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination 2026/08/22 04:20:24 DEBUG : B2 bucket rclone-test-diyujup8baku: Waiting for checks to finish 2026/08/22 04:20:24 DEBUG : B2 bucket rclone-test-diyujup8baku: Waiting for transfers to finish 2026/08/22 04:20:24 DEBUG : appleappleapplebananaSUFFIX: size = 21 OK 2026/08/22 04:20:24 DEBUG : appleappleapplebanana: sha1 = d4006cec695294959fc86acc4d86a4a8bd1771d4 OK 2026/08/22 04:20:24 INFO : appleappleapplebanana: Copied (new) to: appleappleapplebananaSUFFIX 2026/08/22 04:20:24 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX 2026/08/22 04:20:24 DEBUG : dir1/0001-bcdefgh.txtSUFFIX: size = 21 OK 2026/08/22 04:20:24 DEBUG : dir1/0001-bcdefgh.txt: sha1 = 13f6ac14c045641af16b93bf99a126efa57a13c0 OK 2026/08/22 04:20:24 INFO : dir1/0001-bcdefgh.txt: Copied (new) to: dir1/0001-bcdefgh.txtSUFFIX 2026/08/22 04:20:24 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX 2026/08/22 04:20:24 DEBUG : dir1/0003-defghij.txtSUFFIX: size = 21 OK 2026/08/22 04:20:24 DEBUG : dir1/0003-defghij.txt: sha1 = 6275159262463ab911da879437354a03fc105132 OK 2026/08/22 04:20:24 INFO : dir1/0003-defghij.txt: Copied (new) to: dir1/0003-defghij.txtSUFFIX 2026/08/22 04:20:24 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX 2026/08/22 04:20:24 DEBUG : dir1/0000-abcdefg.txtSUFFIX: size = 21 OK 2026/08/22 04:20:24 DEBUG : dir1/0000-abcdefg.txt: sha1 = 39cc20a3972ef42585635752f22e809ce7661dd0 OK 2026/08/22 04:20:24 INFO : dir1/0000-abcdefg.txt: Copied (new) to: dir1/0000-abcdefg.txtSUFFIX 2026/08/22 04:20:24 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX 2026/08/22 04:20:24 DEBUG : dir1/0002-cdefghi.txtSUFFIX: size = 21 OK 2026/08/22 04:20:24 DEBUG : dir1/0002-cdefghi.txt: sha1 = f5271bcb3e6699430d75487a6e002f56f75748d6 OK 2026/08/22 04:20:24 INFO : dir1/0002-cdefghi.txt: Copied (new) to: dir1/0002-cdefghi.txtSUFFIX 2026/08/22 04:20:24 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX 2026/08/22 04:20:25 DEBUG : dir1/0004-efghijk.txtSUFFIX: size = 21 OK 2026/08/22 04:20:25 DEBUG : dir1/0004-efghijk.txt: sha1 = 8a6e3a10e2778fd7a449c0ddeff0e60b99b818f6 OK 2026/08/22 04:20:25 INFO : dir1/0004-efghijk.txt: Copied (new) to: dir1/0004-efghijk.txtSUFFIX 2026/08/22 04:20:25 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX 2026/08/22 04:20:25 DEBUG : dir1/0005-fghijkl.txtSUFFIX: size = 21 OK 2026/08/22 04:20:25 DEBUG : dir1/0005-fghijkl.txt: sha1 = 9be5d86eeb571f4bb49cba75a71573bae6d7f9b0 OK 2026/08/22 04:20:25 INFO : dir1/0005-fghijkl.txt: Copied (new) to: dir1/0005-fghijkl.txtSUFFIX 2026/08/22 04:20:25 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX 2026/08/22 04:20:25 DEBUG : dir1/0007-1234567.txtSUFFIX: size = 21 OK 2026/08/22 04:20:25 DEBUG : dir1/0007-1234567.txt: sha1 = f65b28e19d4af11accc4c96ab412abe037842afc OK 2026/08/22 04:20:25 INFO : dir1/0007-1234567.txt: Copied (new) to: dir1/0007-1234567.txtSUFFIX 2026/08/22 04:20:25 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX 2026/08/22 04:20:25 DEBUG : dir1/0006-ghijklm.txtSUFFIX: size = 21 OK 2026/08/22 04:20:25 DEBUG : dir1/0006-ghijklm.txt: sha1 = 022b65de02ed02df549dca26b856b83ea957c161 OK 2026/08/22 04:20:25 INFO : dir1/0006-ghijklm.txt: Copied (new) to: dir1/0006-ghijklm.txtSUFFIX 2026/08/22 04:20:25 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX 2026/08/22 04:20:25 DEBUG : dir1/0009-3456789.txtSUFFIX: size = 21 OK 2026/08/22 04:20:25 DEBUG : dir1/0009-3456789.txt: sha1 = cf20fbc0bb51b0e93dd849f5493167c827e103dc OK 2026/08/22 04:20:25 INFO : dir1/0009-3456789.txt: Copied (new) to: dir1/0009-3456789.txtSUFFIX 2026/08/22 04:20:25 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX 2026/08/22 04:20:25 DEBUG : dir1/0008-2345678.txtSUFFIX: size = 21 OK 2026/08/22 04:20:25 DEBUG : dir1/0008-2345678.txt: sha1 = 35bd7b0a5af9be4c53d2bf8b53d45f0c4e5d9d07 OK 2026/08/22 04:20:25 INFO : dir1/0008-2345678.txt: Copied (new) to: dir1/0008-2345678.txtSUFFIX 2026/08/22 04:20:25 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX 2026/08/22 04:20:26 DEBUG : dir1/0012-6789;.txtSUFFIX: size = 19 OK 2026/08/22 04:20:26 DEBUG : dir1/0012-6789;.txt: sha1 = 41938da9b0f9799a9c96dea5682322b6b7607058 OK 2026/08/22 04:20:26 INFO : dir1/0012-6789;.txt: Copied (new) to: dir1/0012-6789;.txtSUFFIX 2026/08/22 04:20:26 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX 2026/08/22 04:20:26 DEBUG : dir1/0010-456789.txtSUFFIX: size = 20 OK 2026/08/22 04:20:26 DEBUG : dir1/0010-456789.txt: sha1 = ef1ccb5339c5b9d3b78cdb41937cb754674521e9 OK 2026/08/22 04:20:26 INFO : dir1/0010-456789.txt: Copied (new) to: dir1/0010-456789.txtSUFFIX 2026/08/22 04:20:26 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX 2026/08/22 04:20:26 DEBUG : dir1/0011-56789;.txtSUFFIX: size = 20 OK 2026/08/22 04:20:26 DEBUG : dir1/0011-56789;.txt: sha1 = ce6baa1459a8f1c8daeca41dccc499a5a7f9d342 OK 2026/08/22 04:20:26 INFO : dir1/0011-56789;.txt: Copied (new) to: dir1/0011-56789;.txtSUFFIX 2026/08/22 04:20:26 DEBUG : dir1/0013-789;=.txtSUFFIX: size = 19 OK 2026/08/22 04:20:26 DEBUG : dir1/0013-789;=.txt: sha1 = 957e831070085d71b655c9afa66b8e0cb86662b3 OK 2026/08/22 04:20:26 INFO : dir1/0013-789;=.txt: Copied (new) to: dir1/0013-789;=.txtSUFFIX 2026/08/22 04:20:26 DEBUG : dir1/0015-9;=.txtSUFFIX: size = 17 OK 2026/08/22 04:20:26 DEBUG : dir1/0015-9;=.txt: sha1 = 2a0afde94c232e5cb80d07261acf840a4a5f0143 OK 2026/08/22 04:20:26 INFO : dir1/0015-9;=.txt: Copied (new) to: dir1/0015-9;=.txtSUFFIX 2026/08/22 04:20:28 DEBUG : dir1/0014-89;=.txtSUFFIX: size = 18 OK 2026/08/22 04:20:28 DEBUG : dir1/0014-89;=.txt: sha1 = 6f88327b529855962672012b6f4fc01033c31ec0 OK 2026/08/22 04:20:28 INFO : dir1/0014-89;=.txt: Copied (new) to: dir1/0014-89;=.txtSUFFIX 2026/08/22 04:20:28 DEBUG : Waiting for deletions to finish 2026/08/22 04:20:28 INFO : dir1/0004-efghijk.txt: Deleted 2026/08/22 04:20:28 INFO : dir1/0006-ghijklm.txt: Deleted 2026/08/22 04:20:28 INFO : dir1/0005-fghijkl.txt: Deleted 2026/08/22 04:20:29 INFO : dir1/0007-1234567.txt: Deleted 2026/08/22 04:20:29 INFO : dir1/0008-2345678.txt: Deleted 2026/08/22 04:20:29 INFO : dir1/0012-6789;.txt: Deleted 2026/08/22 04:20:29 INFO : banana: Deleted 2026/08/22 04:20:29 INFO : splitbananasplit: Deleted 2026/08/22 04:20:29 INFO : dir1/0003-defghij.txt: Deleted 2026/08/22 04:20:29 INFO : dir1/0013-789;=.txt: Deleted 2026/08/22 04:20:29 INFO : dir1/0014-89;=.txt: Deleted 2026/08/22 04:20:29 INFO : dir1/0009-3456789.txt: Deleted 2026/08/22 04:20:29 INFO : dir1/0011-56789;.txt: Deleted 2026/08/22 04:20:29 INFO : dir1/0015-9;=.txt: Deleted 2026/08/22 04:20:29 INFO : apple: Deleted 2026/08/22 04:20:29 INFO : dir1/0000-abcdefg.txt: Deleted 2026/08/22 04:20:29 INFO : dir1/0002-cdefghi.txt: Deleted 2026/08/22 04:20:29 INFO : dir1/0010-456789.txt: Deleted 2026/08/22 04:20:29 INFO : appleappleapplebanana: Deleted 2026/08/22 04:20:29 INFO : dir1/0001-bcdefgh.txt: Deleted 2026/08/22 04:20:29 DEBUG : Waiting for deletions to finish 2026/08/22 04:20:29 DEBUG : appleSUFFIX: Excluded (Path Filter) 2026/08/22 04:20:29 DEBUG : appleappleapplebananaSUFFIX: Excluded (Path Filter) 2026/08/22 04:20:29 DEBUG : bananaSUFFIX: Excluded (Path Filter) 2026/08/22 04:20:29 DEBUG : dir1/0000-abcdefg.txtSUFFIX: Excluded (Path Filter) 2026/08/22 04:20:29 DEBUG : dir1/0001-bcdefgh.txtSUFFIX: Excluded (Path Filter) 2026/08/22 04:20:29 DEBUG : dir1/0002-cdefghi.txtSUFFIX: Excluded (Path Filter) 2026/08/22 04:20:29 DEBUG : dir1/0003-defghij.txtSUFFIX: Excluded (Path Filter) 2026/08/22 04:20:29 DEBUG : dir1/0004-efghijk.txtSUFFIX: Excluded (Path Filter) 2026/08/22 04:20:29 DEBUG : dir1/0005-fghijkl.txtSUFFIX: Excluded (Path Filter) 2026/08/22 04:20:29 DEBUG : dir1/0006-ghijklm.txtSUFFIX: Excluded (Path Filter) 2026/08/22 04:20:29 DEBUG : dir1/0007-1234567.txtSUFFIX: Excluded (Path Filter) 2026/08/22 04:20:29 DEBUG : dir1/0008-2345678.txtSUFFIX: Excluded (Path Filter) 2026/08/22 04:20:29 DEBUG : dir1/0009-3456789.txtSUFFIX: Excluded (Path Filter) 2026/08/22 04:20:29 DEBUG : dir1/0010-456789.txtSUFFIX: Excluded (Path Filter) 2026/08/22 04:20:29 DEBUG : dir1/0011-56789;.txtSUFFIX: Excluded (Path Filter) 2026/08/22 04:20:29 DEBUG : dir1/0012-6789;.txtSUFFIX: Excluded (Path Filter) 2026/08/22 04:20:29 DEBUG : dir1/0013-789;=.txtSUFFIX: Excluded (Path Filter) 2026/08/22 04:20:29 DEBUG : dir1/0014-89;=.txtSUFFIX: Excluded (Path Filter) 2026/08/22 04:20:29 DEBUG : dir1/0015-9;=.txtSUFFIX: Excluded (Path Filter) 2026/08/22 04:20:29 DEBUG : splitbananasplitSUFFIX: Excluded (Path Filter) 2026/08/22 04:20:29 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX 2026/08/22 04:20:29 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcdefg.txtSUFFIX 2026/08/22 04:20:29 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX 2026/08/22 04:20:29 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX 2026/08/22 04:20:29 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX 2026/08/22 04:20:29 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX 2026/08/22 04:20:29 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX 2026/08/22 04:20:29 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX 2026/08/22 04:20:29 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX 2026/08/22 04:20:29 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX 2026/08/22 04:20:29 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX 2026/08/22 04:20:29 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX 2026/08/22 04:20:29 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX 2026/08/22 04:20:29 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX 2026/08/22 04:20:29 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX 2026/08/22 04:20:29 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX 2026/08/22 04:20:29 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX 2026/08/22 04:20:29 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX 2026/08/22 04:20:29 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX 2026/08/22 04:20:29 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX 2026/08/22 04:20:29 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX 2026/08/22 04:20:29 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX 2026/08/22 04:20:29 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX 2026/08/22 04:20:29 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX 2026/08/22 04:20:29 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX 2026/08/22 04:20:29 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX 2026/08/22 04:20:29 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX 2026/08/22 04:20:29 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX 2026/08/22 04:20:29 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX 2026/08/22 04:20:29 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX 2026/08/22 04:20:29 DEBUG : apple: transformed to: appleSUFFIX 2026/08/22 04:20:29 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX 2026/08/22 04:20:29 DEBUG : apple: transformed to: appleSUFFIX 2026/08/22 04:20:29 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX 2026/08/22 04:20:29 DEBUG : apple: transformed to: appleSUFFIX 2026/08/22 04:20:29 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX 2026/08/22 04:20:29 DEBUG : apple: transformed to: appleSUFFIX 2026/08/22 04:20:29 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX 2026/08/22 04:20:29 DEBUG : apple: transformed to: appleSUFFIX 2026/08/22 04:20:29 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX 2026/08/22 04:20:29 DEBUG : apple: transformed to: appleSUFFIX 2026/08/22 04:20:29 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX 2026/08/22 04:20:29 DEBUG : apple: transformed to: appleSUFFIX 2026/08/22 04:20:29 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX 2026/08/22 04:20:29 DEBUG : apple: transformed to: appleSUFFIX 2026/08/22 04:20:29 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX 2026/08/22 04:20:29 DEBUG : apple: transformed to: appleSUFFIX 2026/08/22 04:20:29 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX 2026/08/22 04:20:29 DEBUG : apple: transformed to: appleSUFFIX 2026/08/22 04:20:29 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX 2026/08/22 04:20:29 DEBUG : apple: transformed to: appleSUFFIX 2026/08/22 04:20:29 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX 2026/08/22 04:20:29 DEBUG : apple: transformed to: appleSUFFIX 2026/08/22 04:20:29 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX 2026/08/22 04:20:29 DEBUG : apple: transformed to: appleSUFFIX 2026/08/22 04:20:29 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX 2026/08/22 04:20:29 DEBUG : apple: transformed to: appleSUFFIX 2026/08/22 04:20:29 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX 2026/08/22 04:20:29 DEBUG : apple: transformed to: appleSUFFIX 2026/08/22 04:20:29 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX 2026/08/22 04:20:29 DEBUG : apple: transformed to: appleSUFFIX 2026/08/22 04:20:29 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcdefg.txtSUFFIX 2026/08/22 04:20:29 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/22 04:20:29 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX 2026/08/22 04:20:29 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/22 04:20:29 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX 2026/08/22 04:20:29 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/22 04:20:29 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX 2026/08/22 04:20:29 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/22 04:20:29 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX 2026/08/22 04:20:29 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/22 04:20:29 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX 2026/08/22 04:20:29 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/22 04:20:29 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX 2026/08/22 04:20:29 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/22 04:20:29 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX 2026/08/22 04:20:29 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/22 04:20:29 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX 2026/08/22 04:20:29 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/22 04:20:29 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX 2026/08/22 04:20:29 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/22 04:20:29 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX 2026/08/22 04:20:29 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/22 04:20:29 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX 2026/08/22 04:20:29 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/22 04:20:29 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX 2026/08/22 04:20:29 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/22 04:20:29 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX 2026/08/22 04:20:29 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/22 04:20:29 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX 2026/08/22 04:20:29 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/22 04:20:29 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX 2026/08/22 04:20:29 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/22 04:20:29 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcdefg.txtSUFFIX 2026/08/22 04:20:29 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/22 04:20:29 DEBUG : apple: transformed to: appleSUFFIX 2026/08/22 04:20:29 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/22 04:20:29 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX 2026/08/22 04:20:29 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/22 04:20:29 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX 2026/08/22 04:20:29 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/22 04:20:29 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX 2026/08/22 04:20:29 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/22 04:20:29 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX 2026/08/22 04:20:29 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/22 04:20:29 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX 2026/08/22 04:20:29 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/22 04:20:29 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX 2026/08/22 04:20:29 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/22 04:20:29 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX 2026/08/22 04:20:29 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/22 04:20:29 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX 2026/08/22 04:20:29 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/22 04:20:29 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX 2026/08/22 04:20:29 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/22 04:20:29 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX 2026/08/22 04:20:29 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/22 04:20:29 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX 2026/08/22 04:20:29 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/22 04:20:29 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX 2026/08/22 04:20:29 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/22 04:20:29 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX 2026/08/22 04:20:29 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/22 04:20:29 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX 2026/08/22 04:20:29 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/22 04:20:29 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX 2026/08/22 04:20:29 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/22 04:20:29 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcdefg.txtSUFFIX 2026/08/22 04:20:29 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/22 04:20:29 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/22 04:20:29 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/22 04:20:29 DEBUG : apple: transformed to: appleSUFFIX 2026/08/22 04:20:29 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2026/08/22 04:20:29 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX 2026/08/22 04:20:29 DEBUG : apple: transformed to: appleSUFFIX 2026/08/22 04:20:29 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/22 04:20:29 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/22 04:20:29 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcdefg.txtSUFFIX 2026/08/22 04:20:29 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX 2026/08/22 04:20:29 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX 2026/08/22 04:20:29 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX 2026/08/22 04:20:29 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX 2026/08/22 04:20:29 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX 2026/08/22 04:20:29 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX 2026/08/22 04:20:29 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX 2026/08/22 04:20:29 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX 2026/08/22 04:20:29 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX 2026/08/22 04:20:29 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX 2026/08/22 04:20:29 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX 2026/08/22 04:20:29 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX 2026/08/22 04:20:29 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX 2026/08/22 04:20:29 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX 2026/08/22 04:20:29 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX 2026/08/22 04:20:29 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2026/08/22 04:20:30 DEBUG : apple: Need to transfer - File not found at Destination 2026/08/22 04:20:30 DEBUG : appleappleapplebanana: Need to transfer - File not found at Destination 2026/08/22 04:20:30 DEBUG : banana: Need to transfer - File not found at Destination 2026/08/22 04:20:30 DEBUG : splitbananasplit: Need to transfer - File not found at Destination 2026/08/22 04:20:30 DEBUG : banana: size = 6 OK 2026/08/22 04:20:30 DEBUG : banana: sha1 = 250e77f12a5ab6972a0895d290c4792f0a326ea8 OK 2026/08/22 04:20:30 INFO : banana: Copied (new) 2026/08/22 04:20:30 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/22 04:20:30 DEBUG : appleappleapplebanana: sha1 = d4006cec695294959fc86acc4d86a4a8bd1771d4 OK 2026/08/22 04:20:30 INFO : appleappleapplebanana: Copied (new) 2026/08/22 04:20:30 DEBUG : splitbananasplit: size = 16 OK 2026/08/22 04:20:30 DEBUG : splitbananasplit: sha1 = c045b86d2da0a5c0db76c2e57cc85d98a73d0dfe OK 2026/08/22 04:20:30 INFO : splitbananasplit: Copied (new) 2026/08/22 04:20:30 DEBUG : apple: size = 5 OK 2026/08/22 04:20:30 DEBUG : apple: sha1 = d0be2dc421be4fcd0172e5afceea3970e2f3d940 OK 2026/08/22 04:20:30 INFO : apple: Copied (new) 2026/08/22 04:20:30 DEBUG : dir1/0000-abcdefg.txt: Need to transfer - File not found at Destination 2026/08/22 04:20:30 DEBUG : dir1/0001-bcdefgh.txt: Need to transfer - File not found at Destination 2026/08/22 04:20:30 DEBUG : dir1/0002-cdefghi.txt: Need to transfer - File not found at Destination 2026/08/22 04:20:30 DEBUG : dir1/0003-defghij.txt: Need to transfer - File not found at Destination 2026/08/22 04:20:30 DEBUG : dir1/0004-efghijk.txt: Need to transfer - File not found at Destination 2026/08/22 04:20:30 DEBUG : dir1/0005-fghijkl.txt: Need to transfer - File not found at Destination 2026/08/22 04:20:30 DEBUG : dir1/0006-ghijklm.txt: Need to transfer - File not found at Destination 2026/08/22 04:20:30 DEBUG : dir1/0007-1234567.txt: Need to transfer - File not found at Destination 2026/08/22 04:20:30 DEBUG : dir1/0008-2345678.txt: Need to transfer - File not found at Destination 2026/08/22 04:20:30 DEBUG : dir1/0009-3456789.txt: Need to transfer - File not found at Destination 2026/08/22 04:20:30 DEBUG : dir1/0010-456789.txt: Need to transfer - File not found at Destination 2026/08/22 04:20:30 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination 2026/08/22 04:20:30 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2026/08/22 04:20:30 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2026/08/22 04:20:30 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2026/08/22 04:20:30 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination 2026/08/22 04:20:30 DEBUG : B2 bucket rclone-test-diyujup8baku: Waiting for checks to finish 2026/08/22 04:20:30 DEBUG : B2 bucket rclone-test-diyujup8baku: Waiting for transfers to finish 2026/08/22 04:20:30 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/22 04:20:30 DEBUG : dir1/0000-abcdefg.txt: sha1 = 39cc20a3972ef42585635752f22e809ce7661dd0 OK 2026/08/22 04:20:30 INFO : dir1/0000-abcdefg.txt: Copied (new) 2026/08/22 04:20:30 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/22 04:20:30 DEBUG : dir1/0003-defghij.txt: sha1 = 6275159262463ab911da879437354a03fc105132 OK 2026/08/22 04:20:30 INFO : dir1/0003-defghij.txt: Copied (new) 2026/08/22 04:20:30 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/22 04:20:30 DEBUG : dir1/0001-bcdefgh.txt: sha1 = 13f6ac14c045641af16b93bf99a126efa57a13c0 OK 2026/08/22 04:20:30 INFO : dir1/0001-bcdefgh.txt: Copied (new) 2026/08/22 04:20:30 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/22 04:20:30 DEBUG : dir1/0002-cdefghi.txt: sha1 = f5271bcb3e6699430d75487a6e002f56f75748d6 OK 2026/08/22 04:20:30 INFO : dir1/0002-cdefghi.txt: Copied (new) 2026/08/22 04:20:30 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/22 04:20:30 DEBUG : dir1/0004-efghijk.txt: sha1 = 8a6e3a10e2778fd7a449c0ddeff0e60b99b818f6 OK 2026/08/22 04:20:30 INFO : dir1/0004-efghijk.txt: Copied (new) 2026/08/22 04:20:30 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/22 04:20:30 DEBUG : dir1/0005-fghijkl.txt: sha1 = 9be5d86eeb571f4bb49cba75a71573bae6d7f9b0 OK 2026/08/22 04:20:30 INFO : dir1/0005-fghijkl.txt: Copied (new) 2026/08/22 04:20:30 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/22 04:20:30 DEBUG : dir1/0006-ghijklm.txt: sha1 = 022b65de02ed02df549dca26b856b83ea957c161 OK 2026/08/22 04:20:30 INFO : dir1/0006-ghijklm.txt: Copied (new) 2026/08/22 04:20:30 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/22 04:20:30 DEBUG : dir1/0007-1234567.txt: sha1 = f65b28e19d4af11accc4c96ab412abe037842afc OK 2026/08/22 04:20:30 INFO : dir1/0007-1234567.txt: Copied (new) 2026/08/22 04:20:30 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/22 04:20:30 DEBUG : dir1/0008-2345678.txt: sha1 = 35bd7b0a5af9be4c53d2bf8b53d45f0c4e5d9d07 OK 2026/08/22 04:20:30 INFO : dir1/0008-2345678.txt: Copied (new) 2026/08/22 04:20:30 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/22 04:20:30 DEBUG : dir1/0009-3456789.txt: sha1 = cf20fbc0bb51b0e93dd849f5493167c827e103dc OK 2026/08/22 04:20:30 INFO : dir1/0009-3456789.txt: Copied (new) 2026/08/22 04:20:30 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/22 04:20:30 DEBUG : dir1/0010-456789.txt: sha1 = ef1ccb5339c5b9d3b78cdb41937cb754674521e9 OK 2026/08/22 04:20:30 INFO : dir1/0010-456789.txt: Copied (new) 2026/08/22 04:20:30 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/22 04:20:30 DEBUG : dir1/0011-56789;.txt: sha1 = ce6baa1459a8f1c8daeca41dccc499a5a7f9d342 OK 2026/08/22 04:20:30 INFO : dir1/0011-56789;.txt: Copied (new) 2026/08/22 04:20:31 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/22 04:20:31 DEBUG : dir1/0012-6789;.txt: sha1 = 41938da9b0f9799a9c96dea5682322b6b7607058 OK 2026/08/22 04:20:31 INFO : dir1/0012-6789;.txt: Copied (new) 2026/08/22 04:20:31 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/22 04:20:31 DEBUG : dir1/0013-789;=.txt: sha1 = 957e831070085d71b655c9afa66b8e0cb86662b3 OK 2026/08/22 04:20:31 INFO : dir1/0013-789;=.txt: Copied (new) 2026/08/22 04:20:31 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/22 04:20:31 DEBUG : dir1/0014-89;=.txt: sha1 = 6f88327b529855962672012b6f4fc01033c31ec0 OK 2026/08/22 04:20:31 INFO : dir1/0014-89;=.txt: Copied (new) 2026/08/22 04:20:31 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/22 04:20:31 DEBUG : dir1/0015-9;=.txt: sha1 = 2a0afde94c232e5cb80d07261acf840a4a5f0143 OK 2026/08/22 04:20:31 INFO : dir1/0015-9;=.txt: Copied (new) 2026/08/22 04:20:31 DEBUG : Waiting for deletions to finish 2026/08/22 04:20:31 INFO : dir1/0012-6789;.txtSUFFIX: Deleted 2026/08/22 04:20:31 INFO : dir1/0014-89;=.txtSUFFIX: Deleted 2026/08/22 04:20:31 INFO : dir1/0009-3456789.txtSUFFIX: Deleted 2026/08/22 04:20:31 INFO : appleSUFFIX: Deleted 2026/08/22 04:20:31 INFO : dir1/0002-cdefghi.txtSUFFIX: Deleted 2026/08/22 04:20:31 INFO : dir1/0004-efghijk.txtSUFFIX: Deleted 2026/08/22 04:20:31 INFO : dir1/0007-1234567.txtSUFFIX: Deleted 2026/08/22 04:20:31 INFO : dir1/0003-defghij.txtSUFFIX: Deleted 2026/08/22 04:20:31 INFO : dir1/0008-2345678.txtSUFFIX: Deleted 2026/08/22 04:20:31 INFO : dir1/0013-789;=.txtSUFFIX: Deleted 2026/08/22 04:20:31 INFO : appleappleapplebananaSUFFIX: Deleted 2026/08/22 04:20:31 INFO : bananaSUFFIX: Deleted 2026/08/22 04:20:31 INFO : splitbananasplitSUFFIX: Deleted 2026/08/22 04:20:31 INFO : dir1/0001-bcdefgh.txtSUFFIX: Deleted 2026/08/22 04:20:31 INFO : dir1/0006-ghijklm.txtSUFFIX: Deleted 2026/08/22 04:20:31 INFO : dir1/0011-56789;.txtSUFFIX: Deleted 2026/08/22 04:20:31 INFO : dir1/0015-9;=.txtSUFFIX: Deleted 2026/08/22 04:20:31 INFO : dir1/0000-abcdefg.txtSUFFIX: Deleted 2026/08/22 04:20:31 INFO : dir1/0005-fghijkl.txtSUFFIX: Deleted 2026/08/22 04:20:31 INFO : dir1/0010-456789.txtSUFFIX: Deleted 2026/08/22 04:20:31 DEBUG : Waiting for deletions to finish 2026/08/22 04:20:31 DEBUG : apple: Excluded (Path Filter) 2026/08/22 04:20:31 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/22 04:20:31 DEBUG : banana: Excluded (Path Filter) 2026/08/22 04:20:31 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/22 04:20:31 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/22 04:20:31 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/22 04:20:31 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/22 04:20:31 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/22 04:20:31 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/22 04:20:31 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/22 04:20:31 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/22 04:20:31 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/22 04:20:31 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/22 04:20:31 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/22 04:20:31 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/22 04:20:31 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/22 04:20:31 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/22 04:20:31 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/22 04:20:31 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/22 04:20:31 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/22 04:20:32 DEBUG : Waiting for deletions to finish 2026/08/22 04:20:32 DEBUG : apple: Excluded (Path Filter) 2026/08/22 04:20:32 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/22 04:20:32 DEBUG : banana: Excluded (Path Filter) 2026/08/22 04:20:32 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/22 04:20:32 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/22 04:20:32 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/22 04:20:32 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/22 04:20:32 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/22 04:20:32 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/22 04:20:32 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/22 04:20:32 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/22 04:20:32 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/22 04:20:32 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/22 04:20:32 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/22 04:20:32 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/22 04:20:32 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/22 04:20:32 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/22 04:20:32 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/22 04:20:32 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/22 04:20:32 DEBUG : splitbananasplit: Excluded (Path Filter) === RUN TestTransform/truncate run.go:198: Remote "B2 bucket rclone-test-diyujup8baku", Local "Local file system at /tmp/rclone2587900294", Modify Window "1ms" 2026/08/22 04:20:42 DEBUG : Waiting for deletions to finish 2026/08/22 04:20:42 DEBUG : apple: Excluded (Path Filter) 2026/08/22 04:20:42 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/22 04:20:42 DEBUG : banana: Excluded (Path Filter) 2026/08/22 04:20:42 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/22 04:20:42 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/22 04:20:42 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/22 04:20:42 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/22 04:20:42 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/22 04:20:42 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/22 04:20:42 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/22 04:20:42 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/22 04:20:42 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/22 04:20:42 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/22 04:20:42 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/22 04:20:42 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/22 04:20:42 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/22 04:20:42 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/22 04:20:42 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/22 04:20:42 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/22 04:20:42 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/22 04:20:42 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/22 04:20:42 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/22 04:20:42 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/22 04:20:42 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/22 04:20:42 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/22 04:20:42 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/22 04:20:42 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/22 04:20:42 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/22 04:20:43 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/22 04:20:43 DEBUG : appleappleapplebanana: Need to transfer - File not found at Destination 2026/08/22 04:20:43 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/22 04:20:43 DEBUG : splitbananasplit: Need to transfer - File not found at Destination 2026/08/22 04:20:43 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/22 04:20:43 DEBUG : apple: size = 5 OK 2026/08/22 04:20:43 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:20:43 DEBUG : apple: Unchanged skipping 2026/08/22 04:20:43 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/22 04:20:43 DEBUG : banana: size = 6 OK 2026/08/22 04:20:43 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:20:43 DEBUG : banana: Unchanged skipping 2026/08/22 04:20:43 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/22 04:20:43 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/22 04:20:43 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/22 04:20:43 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/22 04:20:43 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/22 04:20:43 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/22 04:20:43 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/22 04:20:43 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/22 04:20:43 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/22 04:20:43 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/22 04:20:43 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/22 04:20:43 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/22 04:20:43 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/22 04:20:43 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/22 04:20:43 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/22 04:20:43 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/22 04:20:43 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/22 04:20:43 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/22 04:20:43 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/22 04:20:43 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/22 04:20:43 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/22 04:20:43 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/22 04:20:43 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/22 04:20:43 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/22 04:20:43 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/22 04:20:43 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/22 04:20:43 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/22 04:20:43 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/22 04:20:43 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/22 04:20:43 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/22 04:20:43 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/22 04:20:43 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/22 04:20:43 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/22 04:20:43 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/22 04:20:43 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/22 04:20:43 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/22 04:20:43 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/22 04:20:43 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/22 04:20:43 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/22 04:20:43 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/22 04:20:43 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/22 04:20:43 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/22 04:20:43 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/22 04:20:43 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/22 04:20:43 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/22 04:20:43 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/22 04:20:43 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/22 04:20:43 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/22 04:20:43 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/22 04:20:43 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/22 04:20:43 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/22 04:20:43 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/22 04:20:43 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/22 04:20:43 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/22 04:20:43 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/22 04:20:43 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/22 04:20:43 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/22 04:20:43 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/22 04:20:43 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/22 04:20:43 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/22 04:20:43 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/22 04:20:43 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/22 04:20:43 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/22 04:20:43 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/22 04:20:43 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/22 04:20:43 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/22 04:20:43 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/22 04:20:43 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/22 04:20:43 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/22 04:20:43 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/22 04:20:43 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/22 04:20:43 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/22 04:20:43 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/22 04:20:43 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/22 04:20:43 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/22 04:20:43 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/22 04:20:43 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/22 04:20:43 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/22 04:20:43 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/22 04:20:43 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/22 04:20:43 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/22 04:20:43 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/22 04:20:43 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/22 04:20:43 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/22 04:20:43 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/22 04:20:43 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/22 04:20:43 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/22 04:20:43 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/22 04:20:43 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/22 04:20:43 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/22 04:20:43 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/22 04:20:43 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/22 04:20:43 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/22 04:20:43 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/22 04:20:43 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/22 04:20:43 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/22 04:20:43 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/22 04:20:43 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/22 04:20:43 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/22 04:20:43 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/22 04:20:43 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/22 04:20:43 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/22 04:20:43 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/22 04:20:43 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/22 04:20:43 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/22 04:20:43 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/22 04:20:43 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/22 04:20:43 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/22 04:20:43 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/22 04:20:43 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/22 04:20:43 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/22 04:20:43 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/22 04:20:43 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/22 04:20:43 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/22 04:20:43 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/22 04:20:43 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/22 04:20:43 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/22 04:20:43 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/22 04:20:43 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/22 04:20:43 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/22 04:20:43 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/22 04:20:43 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/22 04:20:43 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/22 04:20:43 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/22 04:20:43 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/22 04:20:43 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/22 04:20:43 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/22 04:20:43 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/22 04:20:43 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/22 04:20:43 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/22 04:20:43 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/22 04:20:43 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/22 04:20:43 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/22 04:20:43 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/22 04:20:43 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/22 04:20:43 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/22 04:20:43 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/22 04:20:43 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/22 04:20:43 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/22 04:20:43 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/22 04:20:43 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/22 04:20:43 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/22 04:20:43 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/22 04:20:43 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/22 04:20:43 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/22 04:20:43 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/22 04:20:43 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/22 04:20:43 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/22 04:20:43 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/22 04:20:43 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/22 04:20:43 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/22 04:20:43 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/22 04:20:43 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/22 04:20:43 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/22 04:20:43 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/22 04:20:43 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/22 04:20:43 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/22 04:20:43 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/22 04:20:43 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/22 04:20:43 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/22 04:20:43 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/22 04:20:43 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/22 04:20:43 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/22 04:20:43 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/22 04:20:43 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/22 04:20:43 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/22 04:20:43 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/22 04:20:43 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/22 04:20:43 DEBUG : 0015-9;=.txt: transformed to: 0015-9;=.t 2026/08/22 04:20:43 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/22 04:20:43 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/22 04:20:43 DEBUG : appleapple: size = 21 OK 2026/08/22 04:20:43 DEBUG : appleappleapplebanana: sha1 = d4006cec695294959fc86acc4d86a4a8bd1771d4 OK 2026/08/22 04:20:43 INFO : appleappleapplebanana: Copied (new) to: appleapple 2026/08/22 04:20:43 DEBUG : splitbanan: size = 16 OK 2026/08/22 04:20:43 DEBUG : splitbananasplit: sha1 = c045b86d2da0a5c0db76c2e57cc85d98a73d0dfe OK 2026/08/22 04:20:43 INFO : splitbananasplit: Copied (new) to: splitbanan 2026/08/22 04:20:43 DEBUG : dir1/0000-abcdefg.txt: Need to transfer - File not found at Destination 2026/08/22 04:20:43 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/22 04:20:43 DEBUG : dir1/0001-bcdefgh.txt: Need to transfer - File not found at Destination 2026/08/22 04:20:43 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/22 04:20:43 DEBUG : dir1/0002-cdefghi.txt: Need to transfer - File not found at Destination 2026/08/22 04:20:43 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/22 04:20:43 DEBUG : dir1/0003-defghij.txt: Need to transfer - File not found at Destination 2026/08/22 04:20:43 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/22 04:20:43 DEBUG : dir1/0004-efghijk.txt: Need to transfer - File not found at Destination 2026/08/22 04:20:43 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/22 04:20:43 DEBUG : dir1/0005-fghijkl.txt: Need to transfer - File not found at Destination 2026/08/22 04:20:43 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/22 04:20:43 DEBUG : dir1/0006-ghijklm.txt: Need to transfer - File not found at Destination 2026/08/22 04:20:43 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/22 04:20:43 DEBUG : dir1/0007-1234567.txt: Need to transfer - File not found at Destination 2026/08/22 04:20:43 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/22 04:20:43 DEBUG : dir1/0008-2345678.txt: Need to transfer - File not found at Destination 2026/08/22 04:20:43 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/22 04:20:43 DEBUG : dir1/0009-3456789.txt: Need to transfer - File not found at Destination 2026/08/22 04:20:43 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/22 04:20:43 DEBUG : dir1/0010-456789.txt: Need to transfer - File not found at Destination 2026/08/22 04:20:43 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/22 04:20:43 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination 2026/08/22 04:20:43 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/22 04:20:43 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2026/08/22 04:20:43 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/22 04:20:43 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2026/08/22 04:20:43 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/22 04:20:43 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2026/08/22 04:20:43 DEBUG : 0015-9;=.txt: transformed to: 0015-9;=.t 2026/08/22 04:20:43 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination 2026/08/22 04:20:43 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/08/22 04:20:43 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/08/22 04:20:43 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/08/22 04:20:43 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/08/22 04:20:43 DEBUG : B2 bucket rclone-test-diyujup8baku: Waiting for checks to finish 2026/08/22 04:20:43 DEBUG : B2 bucket rclone-test-diyujup8baku: Waiting for transfers to finish 2026/08/22 04:20:43 DEBUG : dir1/0000-abcde: size = 21 OK 2026/08/22 04:20:43 DEBUG : dir1/0000-abcdefg.txt: sha1 = 39cc20a3972ef42585635752f22e809ce7661dd0 OK 2026/08/22 04:20:43 INFO : dir1/0000-abcdefg.txt: Copied (new) to: dir1/0000-abcde 2026/08/22 04:20:43 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/08/22 04:20:43 DEBUG : dir1/0001-bcdef: size = 21 OK 2026/08/22 04:20:43 DEBUG : dir1/0001-bcdefgh.txt: sha1 = 13f6ac14c045641af16b93bf99a126efa57a13c0 OK 2026/08/22 04:20:43 INFO : dir1/0001-bcdefgh.txt: Copied (new) to: dir1/0001-bcdef 2026/08/22 04:20:43 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/08/22 04:20:43 DEBUG : dir1/0002-cdefg: size = 21 OK 2026/08/22 04:20:43 DEBUG : dir1/0002-cdefghi.txt: sha1 = f5271bcb3e6699430d75487a6e002f56f75748d6 OK 2026/08/22 04:20:43 INFO : dir1/0002-cdefghi.txt: Copied (new) to: dir1/0002-cdefg 2026/08/22 04:20:43 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/08/22 04:20:43 DEBUG : dir1/0003-defgh: size = 21 OK 2026/08/22 04:20:43 DEBUG : dir1/0003-defghij.txt: sha1 = 6275159262463ab911da879437354a03fc105132 OK 2026/08/22 04:20:43 INFO : dir1/0003-defghij.txt: Copied (new) to: dir1/0003-defgh 2026/08/22 04:20:43 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/08/22 04:20:43 DEBUG : dir1/0004-efghi: size = 21 OK 2026/08/22 04:20:43 DEBUG : dir1/0004-efghijk.txt: sha1 = 8a6e3a10e2778fd7a449c0ddeff0e60b99b818f6 OK 2026/08/22 04:20:43 INFO : dir1/0004-efghijk.txt: Copied (new) to: dir1/0004-efghi 2026/08/22 04:20:43 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/08/22 04:20:43 DEBUG : dir1/0005-fghij: size = 21 OK 2026/08/22 04:20:43 DEBUG : dir1/0005-fghijkl.txt: sha1 = 9be5d86eeb571f4bb49cba75a71573bae6d7f9b0 OK 2026/08/22 04:20:43 INFO : dir1/0005-fghijkl.txt: Copied (new) to: dir1/0005-fghij 2026/08/22 04:20:43 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/08/22 04:20:43 DEBUG : dir1/0006-ghijk: size = 21 OK 2026/08/22 04:20:43 DEBUG : dir1/0006-ghijklm.txt: sha1 = 022b65de02ed02df549dca26b856b83ea957c161 OK 2026/08/22 04:20:43 INFO : dir1/0006-ghijklm.txt: Copied (new) to: dir1/0006-ghijk 2026/08/22 04:20:43 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/08/22 04:20:43 DEBUG : dir1/0007-12345: size = 21 OK 2026/08/22 04:20:43 DEBUG : dir1/0007-1234567.txt: sha1 = f65b28e19d4af11accc4c96ab412abe037842afc OK 2026/08/22 04:20:43 INFO : dir1/0007-1234567.txt: Copied (new) to: dir1/0007-12345 2026/08/22 04:20:43 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/08/22 04:20:43 DEBUG : dir1/0008-23456: size = 21 OK 2026/08/22 04:20:43 DEBUG : dir1/0008-2345678.txt: sha1 = 35bd7b0a5af9be4c53d2bf8b53d45f0c4e5d9d07 OK 2026/08/22 04:20:43 INFO : dir1/0008-2345678.txt: Copied (new) to: dir1/0008-23456 2026/08/22 04:20:43 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/08/22 04:20:43 DEBUG : dir1/0009-34567: size = 21 OK 2026/08/22 04:20:43 DEBUG : dir1/0009-3456789.txt: sha1 = cf20fbc0bb51b0e93dd849f5493167c827e103dc OK 2026/08/22 04:20:43 INFO : dir1/0009-3456789.txt: Copied (new) to: dir1/0009-34567 2026/08/22 04:20:43 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/08/22 04:20:43 DEBUG : dir1/0010-45678: size = 20 OK 2026/08/22 04:20:43 DEBUG : dir1/0010-456789.txt: sha1 = ef1ccb5339c5b9d3b78cdb41937cb754674521e9 OK 2026/08/22 04:20:43 INFO : dir1/0010-456789.txt: Copied (new) to: dir1/0010-45678 2026/08/22 04:20:43 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/08/22 04:20:43 DEBUG : dir1/0011-56789: size = 20 OK 2026/08/22 04:20:43 DEBUG : dir1/0011-56789;.txt: sha1 = ce6baa1459a8f1c8daeca41dccc499a5a7f9d342 OK 2026/08/22 04:20:43 INFO : dir1/0011-56789;.txt: Copied (new) to: dir1/0011-56789 2026/08/22 04:20:43 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/08/22 04:20:44 DEBUG : dir1/0012-6789;: size = 19 OK 2026/08/22 04:20:44 DEBUG : dir1/0012-6789;.txt: sha1 = 41938da9b0f9799a9c96dea5682322b6b7607058 OK 2026/08/22 04:20:44 INFO : dir1/0012-6789;.txt: Copied (new) to: dir1/0012-6789; 2026/08/22 04:20:44 DEBUG : dir1/0013-789;=: size = 19 OK 2026/08/22 04:20:44 DEBUG : dir1/0013-789;=.txt: sha1 = 957e831070085d71b655c9afa66b8e0cb86662b3 OK 2026/08/22 04:20:44 INFO : dir1/0013-789;=.txt: Copied (new) to: dir1/0013-789;= 2026/08/22 04:20:44 DEBUG : dir1/0014-89;=.: size = 18 OK 2026/08/22 04:20:44 DEBUG : dir1/0014-89;=.txt: sha1 = 6f88327b529855962672012b6f4fc01033c31ec0 OK 2026/08/22 04:20:44 INFO : dir1/0014-89;=.txt: Copied (new) to: dir1/0014-89;=. 2026/08/22 04:20:44 DEBUG : dir1/0015-9;=.t: size = 17 OK 2026/08/22 04:20:44 DEBUG : dir1/0015-9;=.txt: sha1 = 2a0afde94c232e5cb80d07261acf840a4a5f0143 OK 2026/08/22 04:20:44 INFO : dir1/0015-9;=.txt: Copied (new) to: dir1/0015-9;=.t 2026/08/22 04:20:44 DEBUG : Waiting for deletions to finish 2026/08/22 04:20:44 INFO : dir1/0001-bcdefgh.txt: Deleted 2026/08/22 04:20:44 INFO : dir1/0005-fghijkl.txt: Deleted 2026/08/22 04:20:44 INFO : dir1/0013-789;=.txt: Deleted 2026/08/22 04:20:44 INFO : dir1/0014-89;=.txt: Deleted 2026/08/22 04:20:44 INFO : dir1/0015-9;=.txt: Deleted 2026/08/22 04:20:44 INFO : dir1/0002-cdefghi.txt: Deleted 2026/08/22 04:20:44 INFO : dir1/0004-efghijk.txt: Deleted 2026/08/22 04:20:44 INFO : splitbananasplit: Deleted 2026/08/22 04:20:44 INFO : dir1/0003-defghij.txt: Deleted 2026/08/22 04:20:44 INFO : dir1/0006-ghijklm.txt: Deleted 2026/08/22 04:20:44 INFO : dir1/0008-2345678.txt: Deleted 2026/08/22 04:20:44 INFO : dir1/0007-1234567.txt: Deleted 2026/08/22 04:20:44 INFO : dir1/0010-456789.txt: Deleted 2026/08/22 04:20:44 INFO : dir1/0011-56789;.txt: Deleted 2026/08/22 04:20:44 INFO : appleappleapplebanana: Deleted 2026/08/22 04:20:44 INFO : dir1/0009-3456789.txt: Deleted 2026/08/22 04:20:44 INFO : dir1/0012-6789;.txt: Deleted 2026/08/22 04:20:44 INFO : dir1/0000-abcdefg.txt: Deleted 2026/08/22 04:20:44 DEBUG : Waiting for deletions to finish 2026/08/22 04:20:45 DEBUG : apple: Excluded (Path Filter) 2026/08/22 04:20:45 DEBUG : appleapple: Excluded (Path Filter) 2026/08/22 04:20:45 DEBUG : banana: Excluded (Path Filter) 2026/08/22 04:20:45 DEBUG : dir1/0000-abcde: Excluded (Path Filter) 2026/08/22 04:20:45 DEBUG : dir1/0001-bcdef: Excluded (Path Filter) 2026/08/22 04:20:45 DEBUG : dir1/0002-cdefg: Excluded (Path Filter) 2026/08/22 04:20:45 DEBUG : dir1/0003-defgh: Excluded (Path Filter) 2026/08/22 04:20:45 DEBUG : dir1/0004-efghi: Excluded (Path Filter) 2026/08/22 04:20:45 DEBUG : dir1/0005-fghij: Excluded (Path Filter) 2026/08/22 04:20:45 DEBUG : dir1/0006-ghijk: Excluded (Path Filter) 2026/08/22 04:20:45 DEBUG : dir1/0007-12345: Excluded (Path Filter) 2026/08/22 04:20:45 DEBUG : dir1/0008-23456: Excluded (Path Filter) 2026/08/22 04:20:45 DEBUG : dir1/0009-34567: Excluded (Path Filter) 2026/08/22 04:20:45 DEBUG : dir1/0010-45678: Excluded (Path Filter) 2026/08/22 04:20:45 DEBUG : dir1/0011-56789: Excluded (Path Filter) 2026/08/22 04:20:45 DEBUG : dir1/0012-6789;: Excluded (Path Filter) 2026/08/22 04:20:45 DEBUG : dir1/0013-789;=: Excluded (Path Filter) 2026/08/22 04:20:45 DEBUG : dir1/0014-89;=.: Excluded (Path Filter) 2026/08/22 04:20:45 DEBUG : dir1/0015-9;=.t: Excluded (Path Filter) 2026/08/22 04:20:45 DEBUG : splitbanan: Excluded (Path Filter) 2026/08/22 04:20:45 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/08/22 04:20:45 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/08/22 04:20:45 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/08/22 04:20:45 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/08/22 04:20:45 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/08/22 04:20:45 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/08/22 04:20:45 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/08/22 04:20:45 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/08/22 04:20:45 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/08/22 04:20:45 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/08/22 04:20:45 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/08/22 04:20:45 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/08/22 04:20:45 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/08/22 04:20:45 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/08/22 04:20:45 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/08/22 04:20:45 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/08/22 04:20:45 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/08/22 04:20:45 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/08/22 04:20:45 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/08/22 04:20:45 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/08/22 04:20:45 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/08/22 04:20:45 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/08/22 04:20:45 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/08/22 04:20:45 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/08/22 04:20:45 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/08/22 04:20:45 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/08/22 04:20:45 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/08/22 04:20:45 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/08/22 04:20:45 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/08/22 04:20:45 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/08/22 04:20:45 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/08/22 04:20:45 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/08/22 04:20:45 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/08/22 04:20:45 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/08/22 04:20:45 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/08/22 04:20:45 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/08/22 04:20:45 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/08/22 04:20:45 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/08/22 04:20:45 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/08/22 04:20:45 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/08/22 04:20:45 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/08/22 04:20:45 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/08/22 04:20:45 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/08/22 04:20:45 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/08/22 04:20:45 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/08/22 04:20:45 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/08/22 04:20:45 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/08/22 04:20:45 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/08/22 04:20:45 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/08/22 04:20:45 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/08/22 04:20:45 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/08/22 04:20:45 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/08/22 04:20:45 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/08/22 04:20:45 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/08/22 04:20:45 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/08/22 04:20:45 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/08/22 04:20:45 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/08/22 04:20:45 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/08/22 04:20:45 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/08/22 04:20:45 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/08/22 04:20:45 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/08/22 04:20:45 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/08/22 04:20:45 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/22 04:20:45 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/08/22 04:20:45 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/22 04:20:45 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/08/22 04:20:45 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/22 04:20:45 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/08/22 04:20:45 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/22 04:20:45 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/08/22 04:20:45 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/22 04:20:45 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/08/22 04:20:45 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/22 04:20:45 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/08/22 04:20:45 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/22 04:20:45 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/08/22 04:20:45 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/22 04:20:45 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/08/22 04:20:45 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/22 04:20:45 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/08/22 04:20:45 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/22 04:20:45 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/08/22 04:20:45 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/22 04:20:45 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/08/22 04:20:45 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/22 04:20:45 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/08/22 04:20:45 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/22 04:20:45 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/08/22 04:20:45 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/22 04:20:45 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/08/22 04:20:45 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/22 04:20:45 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/08/22 04:20:45 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/22 04:20:45 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/08/22 04:20:45 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/22 04:20:45 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/22 04:20:45 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/22 04:20:45 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/08/22 04:20:45 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/22 04:20:45 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/08/22 04:20:45 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/08/22 04:20:45 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/08/22 04:20:45 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/08/22 04:20:45 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/08/22 04:20:45 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/08/22 04:20:45 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/08/22 04:20:45 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/08/22 04:20:45 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/08/22 04:20:45 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/08/22 04:20:45 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/08/22 04:20:45 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/08/22 04:20:45 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/08/22 04:20:45 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/08/22 04:20:45 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/08/22 04:20:45 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/08/22 04:20:45 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/22 04:20:45 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/22 04:20:45 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/22 04:20:45 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/22 04:20:45 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/22 04:20:45 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/22 04:20:45 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/22 04:20:45 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/22 04:20:45 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/22 04:20:45 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/22 04:20:45 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/22 04:20:45 DEBUG : apple: size = 5 OK 2026/08/22 04:20:45 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:20:45 DEBUG : apple: Unchanged skipping 2026/08/22 04:20:45 DEBUG : appleapple: size = 21 OK 2026/08/22 04:20:45 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/22 04:20:45 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/22 04:20:45 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/22 04:20:45 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/22 04:20:45 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/22 04:20:45 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/22 04:20:45 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/22 04:20:45 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/22 04:20:45 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/22 04:20:45 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/22 04:20:45 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:20:45 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/22 04:20:45 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/22 04:20:45 DEBUG : banana: size = 6 OK 2026/08/22 04:20:45 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/22 04:20:45 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/22 04:20:45 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:20:45 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/22 04:20:45 DEBUG : banana: Unchanged skipping 2026/08/22 04:20:45 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/22 04:20:45 DEBUG : splitbanan: size = 16 OK 2026/08/22 04:20:45 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/22 04:20:45 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:20:45 DEBUG : splitbananasplit: Unchanged skipping 2026/08/22 04:20:45 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/22 04:20:45 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/22 04:20:45 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/22 04:20:45 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/22 04:20:45 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/22 04:20:45 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/22 04:20:45 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/22 04:20:45 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/22 04:20:45 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/22 04:20:45 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/22 04:20:45 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/22 04:20:45 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/22 04:20:45 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/22 04:20:45 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/22 04:20:45 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/22 04:20:45 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/22 04:20:45 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/22 04:20:45 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/22 04:20:45 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/22 04:20:45 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/22 04:20:45 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/22 04:20:45 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/22 04:20:45 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/22 04:20:45 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/22 04:20:45 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/22 04:20:45 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/22 04:20:45 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/22 04:20:45 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/22 04:20:45 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/22 04:20:45 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/22 04:20:45 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/22 04:20:45 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/22 04:20:45 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/22 04:20:45 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/22 04:20:45 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/22 04:20:45 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/22 04:20:45 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/22 04:20:45 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/22 04:20:45 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/22 04:20:45 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/22 04:20:45 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/22 04:20:45 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/22 04:20:45 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/22 04:20:45 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/22 04:20:45 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/22 04:20:45 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/22 04:20:45 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/22 04:20:45 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/22 04:20:45 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/22 04:20:45 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/22 04:20:45 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/22 04:20:45 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/22 04:20:45 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/22 04:20:45 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/22 04:20:45 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/22 04:20:45 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/22 04:20:45 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/22 04:20:45 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/22 04:20:45 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/22 04:20:45 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/22 04:20:45 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/22 04:20:45 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/22 04:20:45 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/22 04:20:45 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/22 04:20:45 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/22 04:20:45 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/22 04:20:45 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/22 04:20:45 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/22 04:20:45 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/22 04:20:45 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/22 04:20:45 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/22 04:20:45 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/22 04:20:45 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/22 04:20:45 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/22 04:20:45 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/22 04:20:45 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/22 04:20:45 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/22 04:20:45 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/22 04:20:45 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/22 04:20:45 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/22 04:20:45 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/22 04:20:45 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/22 04:20:45 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/22 04:20:45 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/22 04:20:45 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/22 04:20:45 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/22 04:20:45 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/22 04:20:45 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/22 04:20:45 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/22 04:20:45 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/22 04:20:45 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/22 04:20:45 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/22 04:20:45 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/22 04:20:45 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/22 04:20:45 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/22 04:20:45 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/22 04:20:45 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/22 04:20:45 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/22 04:20:45 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/22 04:20:45 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/22 04:20:45 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/22 04:20:45 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/22 04:20:45 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/22 04:20:45 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/22 04:20:45 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/22 04:20:45 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/22 04:20:45 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/22 04:20:45 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/22 04:20:45 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/22 04:20:45 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/22 04:20:45 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/22 04:20:45 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/22 04:20:45 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/22 04:20:45 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/22 04:20:45 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/22 04:20:45 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/22 04:20:45 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/22 04:20:45 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/22 04:20:45 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/22 04:20:45 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/22 04:20:45 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/22 04:20:45 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/22 04:20:45 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/22 04:20:45 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/22 04:20:45 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/22 04:20:45 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/22 04:20:45 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/22 04:20:45 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/22 04:20:45 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/22 04:20:45 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/22 04:20:45 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/22 04:20:45 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/22 04:20:45 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/22 04:20:45 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/22 04:20:45 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/22 04:20:45 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/22 04:20:45 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/22 04:20:45 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/22 04:20:45 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/22 04:20:45 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/22 04:20:45 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/22 04:20:45 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/22 04:20:45 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/22 04:20:45 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/22 04:20:45 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/22 04:20:45 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/22 04:20:45 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/22 04:20:45 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/22 04:20:45 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/22 04:20:45 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/22 04:20:45 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/22 04:20:45 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/22 04:20:45 DEBUG : 0015-9;=.txt: transformed to: 0015-9;=.t 2026/08/22 04:20:45 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/22 04:20:45 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/22 04:20:45 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/22 04:20:45 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/22 04:20:45 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/22 04:20:45 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/22 04:20:45 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/22 04:20:45 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/22 04:20:45 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/22 04:20:45 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/22 04:20:45 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/22 04:20:45 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/22 04:20:45 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/22 04:20:45 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/22 04:20:45 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/22 04:20:45 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/22 04:20:45 DEBUG : 0015-9;=.txt: transformed to: 0015-9;=.t 2026/08/22 04:20:45 DEBUG : dir1/0000-abcde: size = 21 OK 2026/08/22 04:20:45 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:20:45 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/22 04:20:45 DEBUG : dir1/0002-cdefg: size = 21 OK 2026/08/22 04:20:45 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:20:45 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/22 04:20:45 DEBUG : dir1/0003-defgh: size = 21 OK 2026/08/22 04:20:45 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:20:45 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/22 04:20:45 DEBUG : dir1/0005-fghij: size = 21 OK 2026/08/22 04:20:45 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:20:45 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/22 04:20:45 DEBUG : dir1/0007-12345: size = 21 OK 2026/08/22 04:20:45 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:20:45 DEBUG : dir1/0006-ghijk: size = 21 OK 2026/08/22 04:20:45 DEBUG : dir1/0004-efghi: size = 21 OK 2026/08/22 04:20:45 DEBUG : B2 bucket rclone-test-diyujup8baku: Waiting for checks to finish 2026/08/22 04:20:45 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/22 04:20:45 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:20:45 DEBUG : dir1/0009-34567: size = 21 OK 2026/08/22 04:20:45 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:20:45 DEBUG : dir1/0008-23456: size = 21 OK 2026/08/22 04:20:45 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:20:45 DEBUG : dir1/0010-45678: size = 20 OK 2026/08/22 04:20:45 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/22 04:20:45 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:20:45 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/22 04:20:45 DEBUG : dir1/0011-56789: size = 20 OK 2026/08/22 04:20:45 DEBUG : dir1/0012-6789;: size = 19 OK 2026/08/22 04:20:45 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:20:45 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:20:45 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/22 04:20:45 DEBUG : dir1/0013-789;=: size = 19 OK 2026/08/22 04:20:45 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:20:45 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/22 04:20:45 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/22 04:20:45 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:20:45 DEBUG : dir1/0001-bcdef: size = 21 OK 2026/08/22 04:20:45 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/22 04:20:45 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/22 04:20:45 DEBUG : dir1/0014-89;=.: size = 18 OK 2026/08/22 04:20:45 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:20:45 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/22 04:20:45 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/22 04:20:45 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:20:45 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/22 04:20:45 DEBUG : dir1/0015-9;=.t: size = 17 OK 2026/08/22 04:20:45 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:20:45 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/22 04:20:45 DEBUG : B2 bucket rclone-test-diyujup8baku: Waiting for transfers to finish 2026/08/22 04:20:45 DEBUG : Waiting for deletions to finish 2026/08/22 04:20:45 DEBUG : Waiting for deletions to finish 2026/08/22 04:20:46 DEBUG : apple: Excluded (Path Filter) 2026/08/22 04:20:46 DEBUG : appleapple: Excluded (Path Filter) 2026/08/22 04:20:46 DEBUG : banana: Excluded (Path Filter) 2026/08/22 04:20:46 DEBUG : dir1/0000-abcde: Excluded (Path Filter) 2026/08/22 04:20:46 DEBUG : dir1/0001-bcdef: Excluded (Path Filter) 2026/08/22 04:20:46 DEBUG : dir1/0002-cdefg: Excluded (Path Filter) 2026/08/22 04:20:46 DEBUG : dir1/0003-defgh: Excluded (Path Filter) 2026/08/22 04:20:46 DEBUG : dir1/0004-efghi: Excluded (Path Filter) 2026/08/22 04:20:46 DEBUG : dir1/0005-fghij: Excluded (Path Filter) 2026/08/22 04:20:46 DEBUG : dir1/0006-ghijk: Excluded (Path Filter) 2026/08/22 04:20:46 DEBUG : dir1/0007-12345: Excluded (Path Filter) 2026/08/22 04:20:46 DEBUG : dir1/0008-23456: Excluded (Path Filter) 2026/08/22 04:20:46 DEBUG : dir1/0009-34567: Excluded (Path Filter) 2026/08/22 04:20:46 DEBUG : dir1/0010-45678: Excluded (Path Filter) 2026/08/22 04:20:46 DEBUG : dir1/0011-56789: Excluded (Path Filter) 2026/08/22 04:20:46 DEBUG : dir1/0012-6789;: Excluded (Path Filter) 2026/08/22 04:20:46 DEBUG : dir1/0013-789;=: Excluded (Path Filter) 2026/08/22 04:20:46 DEBUG : dir1/0014-89;=.: Excluded (Path Filter) 2026/08/22 04:20:46 DEBUG : dir1/0015-9;=.t: Excluded (Path Filter) 2026/08/22 04:20:46 DEBUG : splitbanan: Excluded (Path Filter) 2026/08/22 04:20:46 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/22 04:20:46 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/22 04:20:46 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/08/22 04:20:46 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/08/22 04:20:46 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/08/22 04:20:46 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/08/22 04:20:46 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/08/22 04:20:46 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/08/22 04:20:46 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/08/22 04:20:46 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/08/22 04:20:46 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/08/22 04:20:46 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/08/22 04:20:46 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/08/22 04:20:46 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/08/22 04:20:46 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/08/22 04:20:46 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/08/22 04:20:46 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/08/22 04:20:46 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/08/22 04:20:46 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/08/22 04:20:46 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/08/22 04:20:46 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/08/22 04:20:46 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/08/22 04:20:46 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/08/22 04:20:46 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/08/22 04:20:46 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/08/22 04:20:46 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/08/22 04:20:46 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/08/22 04:20:46 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/08/22 04:20:46 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/08/22 04:20:46 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/08/22 04:20:46 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/08/22 04:20:46 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/08/22 04:20:46 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/08/22 04:20:46 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/22 04:20:46 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/08/22 04:20:46 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/22 04:20:46 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/08/22 04:20:46 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/08/22 04:20:46 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/08/22 04:20:46 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/08/22 04:20:46 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/08/22 04:20:46 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/08/22 04:20:46 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/08/22 04:20:46 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/08/22 04:20:46 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/08/22 04:20:46 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/08/22 04:20:46 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/08/22 04:20:46 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/08/22 04:20:46 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/08/22 04:20:46 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/08/22 04:20:46 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/08/22 04:20:46 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/08/22 04:20:46 DEBUG : splitbananasplit: transformed to: splitbanan === RUN TestTransform/encoder run.go:198: Remote "B2 bucket rclone-test-diyujup8baku", Local "Local file system at /tmp/rclone2587900294", Modify Window "1ms" 2026/08/22 04:20:56 DEBUG : Waiting for deletions to finish 2026/08/22 04:20:56 DEBUG : apple: Excluded (Path Filter) 2026/08/22 04:20:56 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/22 04:20:56 DEBUG : banana: Excluded (Path Filter) 2026/08/22 04:20:56 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/22 04:20:56 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/22 04:20:56 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/22 04:20:56 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/22 04:20:56 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/22 04:20:56 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/22 04:20:56 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/22 04:20:56 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/22 04:20:56 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/22 04:20:56 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/22 04:20:56 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/22 04:20:56 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/22 04:20:56 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/22 04:20:56 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/22 04:20:56 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/22 04:20:56 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/22 04:20:56 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/22 04:20:56 DEBUG : apple: size = 5 OK 2026/08/22 04:20:56 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:20:56 DEBUG : apple: Unchanged skipping 2026/08/22 04:20:56 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/22 04:20:56 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:20:56 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/22 04:20:56 DEBUG : banana: size = 6 OK 2026/08/22 04:20:56 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:20:56 DEBUG : banana: Unchanged skipping 2026/08/22 04:20:56 DEBUG : splitbananasplit: size = 16 OK 2026/08/22 04:20:56 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:20:56 DEBUG : splitbananasplit: Unchanged skipping 2026/08/22 04:20:57 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/22 04:20:57 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:20:57 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/22 04:20:57 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/22 04:20:57 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:20:57 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/22 04:20:57 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/22 04:20:57 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:20:57 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/22 04:20:57 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/22 04:20:57 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:20:57 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/22 04:20:57 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/22 04:20:57 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/22 04:20:57 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:20:57 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/22 04:20:57 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/22 04:20:57 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:20:57 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/22 04:20:57 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/22 04:20:57 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:20:57 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/22 04:20:57 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:20:57 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/22 04:20:57 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/22 04:20:57 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:20:57 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/22 04:20:57 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/22 04:20:57 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:20:57 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/22 04:20:57 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/22 04:20:57 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:20:57 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/22 04:20:57 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/22 04:20:57 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/22 04:20:57 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:20:57 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/22 04:20:57 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/22 04:20:57 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:20:57 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/22 04:20:57 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/22 04:20:57 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:20:57 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/22 04:20:57 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:20:57 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/22 04:20:57 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/22 04:20:57 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:20:57 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/22 04:20:57 DEBUG : B2 bucket rclone-test-diyujup8baku: Waiting for checks to finish 2026/08/22 04:20:57 DEBUG : B2 bucket rclone-test-diyujup8baku: Waiting for transfers to finish 2026/08/22 04:20:57 DEBUG : Waiting for deletions to finish 2026/08/22 04:20:57 INFO : There was nothing to transfer 2026/08/22 04:20:57 DEBUG : Waiting for deletions to finish 2026/08/22 04:20:57 DEBUG : apple: Excluded (Path Filter) 2026/08/22 04:20:57 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/22 04:20:57 DEBUG : banana: Excluded (Path Filter) 2026/08/22 04:20:57 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/22 04:20:57 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/22 04:20:57 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/22 04:20:57 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/22 04:20:57 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/22 04:20:57 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/22 04:20:57 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/22 04:20:57 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/22 04:20:57 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/22 04:20:57 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/22 04:20:57 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/22 04:20:57 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/22 04:20:57 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/22 04:20:57 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/22 04:20:57 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/22 04:20:57 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/22 04:20:57 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/22 04:20:57 DEBUG : apple: size = 5 OK 2026/08/22 04:20:57 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:20:57 DEBUG : apple: Unchanged skipping 2026/08/22 04:20:57 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/22 04:20:57 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:20:57 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/22 04:20:57 DEBUG : banana: size = 6 OK 2026/08/22 04:20:57 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:20:57 DEBUG : banana: Unchanged skipping 2026/08/22 04:20:57 DEBUG : splitbananasplit: size = 16 OK 2026/08/22 04:20:57 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:20:57 DEBUG : splitbananasplit: Unchanged skipping 2026/08/22 04:20:58 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/22 04:20:58 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:20:58 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/22 04:20:58 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/22 04:20:58 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:20:58 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/22 04:20:58 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/22 04:20:58 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:20:58 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/22 04:20:58 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/22 04:20:58 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:20:58 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/22 04:20:58 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/22 04:20:58 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:20:58 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/22 04:20:58 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/22 04:20:58 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:20:58 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/22 04:20:58 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/22 04:20:58 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:20:58 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/22 04:20:58 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/22 04:20:58 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:20:58 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/22 04:20:58 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/22 04:20:58 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:20:58 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/22 04:20:58 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/22 04:20:58 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:20:58 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/22 04:20:58 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/22 04:20:58 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:20:58 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/22 04:20:58 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/22 04:20:58 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:20:58 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/22 04:20:58 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/22 04:20:58 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:20:58 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/22 04:20:58 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/22 04:20:58 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:20:58 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/22 04:20:58 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/22 04:20:58 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:20:58 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/22 04:20:58 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/22 04:20:58 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:20:58 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/22 04:20:58 DEBUG : B2 bucket rclone-test-diyujup8baku: Waiting for checks to finish 2026/08/22 04:20:58 DEBUG : B2 bucket rclone-test-diyujup8baku: Waiting for transfers to finish 2026/08/22 04:20:58 DEBUG : Waiting for deletions to finish 2026/08/22 04:20:58 INFO : There was nothing to transfer 2026/08/22 04:20:58 DEBUG : Waiting for deletions to finish 2026/08/22 04:20:58 DEBUG : apple: Excluded (Path Filter) 2026/08/22 04:20:58 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/22 04:20:58 DEBUG : banana: Excluded (Path Filter) 2026/08/22 04:20:58 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/22 04:20:58 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/22 04:20:58 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/22 04:20:58 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/22 04:20:58 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/22 04:20:58 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/22 04:20:58 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/22 04:20:58 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/22 04:20:58 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/22 04:20:58 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/22 04:20:58 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/22 04:20:58 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/22 04:20:58 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/22 04:20:58 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/22 04:20:58 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/22 04:20:58 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/22 04:20:58 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/22 04:20:58 DEBUG : Waiting for deletions to finish 2026/08/22 04:20:58 DEBUG : apple: Excluded (Path Filter) 2026/08/22 04:20:58 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/22 04:20:58 DEBUG : banana: Excluded (Path Filter) 2026/08/22 04:20:58 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/22 04:20:58 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/22 04:20:58 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/22 04:20:58 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/22 04:20:58 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/22 04:20:58 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/22 04:20:58 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/22 04:20:58 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/22 04:20:58 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/22 04:20:58 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/22 04:20:58 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/22 04:20:58 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/22 04:20:58 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/22 04:20:58 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/22 04:20:58 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/22 04:20:58 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/22 04:20:58 DEBUG : splitbananasplit: Excluded (Path Filter) === RUN TestTransform/ISO-8859-1 run.go:198: Remote "B2 bucket rclone-test-diyujup8baku", Local "Local file system at /tmp/rclone2587900294", Modify Window "1ms" 2026/08/22 04:21:09 DEBUG : Waiting for deletions to finish 2026/08/22 04:21:10 DEBUG : apple: Excluded (Path Filter) 2026/08/22 04:21:10 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/22 04:21:10 DEBUG : banana: Excluded (Path Filter) 2026/08/22 04:21:10 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/22 04:21:10 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/22 04:21:10 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/22 04:21:10 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/22 04:21:10 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/22 04:21:10 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/22 04:21:10 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/22 04:21:10 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/22 04:21:10 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/22 04:21:10 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/22 04:21:10 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/22 04:21:10 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/22 04:21:10 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/22 04:21:10 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/22 04:21:10 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/22 04:21:10 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/22 04:21:10 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/22 04:21:10 DEBUG : apple: size = 5 OK 2026/08/22 04:21:10 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:21:10 DEBUG : apple: Unchanged skipping 2026/08/22 04:21:10 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/22 04:21:10 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:21:10 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/22 04:21:10 DEBUG : banana: size = 6 OK 2026/08/22 04:21:10 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:21:10 DEBUG : banana: Unchanged skipping 2026/08/22 04:21:10 DEBUG : splitbananasplit: size = 16 OK 2026/08/22 04:21:10 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:21:10 DEBUG : splitbananasplit: Unchanged skipping 2026/08/22 04:21:10 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/22 04:21:10 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:21:10 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/22 04:21:10 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/22 04:21:10 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:21:10 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/22 04:21:10 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/22 04:21:10 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:21:10 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/22 04:21:10 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/22 04:21:10 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:21:10 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/22 04:21:10 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/22 04:21:10 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:21:10 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/22 04:21:10 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/22 04:21:10 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:21:10 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/22 04:21:10 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/22 04:21:10 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:21:10 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/22 04:21:10 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/22 04:21:10 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:21:10 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/22 04:21:10 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/22 04:21:10 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:21:10 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/22 04:21:10 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/22 04:21:10 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:21:10 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/22 04:21:10 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/22 04:21:10 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:21:10 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/22 04:21:10 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/22 04:21:10 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:21:10 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/22 04:21:10 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/22 04:21:10 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:21:10 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/22 04:21:10 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/22 04:21:10 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:21:10 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/22 04:21:10 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/22 04:21:10 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:21:10 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/22 04:21:10 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/22 04:21:10 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:21:10 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/22 04:21:10 DEBUG : B2 bucket rclone-test-diyujup8baku: Waiting for checks to finish 2026/08/22 04:21:10 DEBUG : B2 bucket rclone-test-diyujup8baku: Waiting for transfers to finish 2026/08/22 04:21:10 DEBUG : Waiting for deletions to finish 2026/08/22 04:21:10 INFO : There was nothing to transfer 2026/08/22 04:21:10 DEBUG : Waiting for deletions to finish 2026/08/22 04:21:10 DEBUG : apple: Excluded (Path Filter) 2026/08/22 04:21:10 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/22 04:21:10 DEBUG : banana: Excluded (Path Filter) 2026/08/22 04:21:10 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/22 04:21:10 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/22 04:21:10 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/22 04:21:10 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/22 04:21:10 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/22 04:21:10 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/22 04:21:10 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/22 04:21:10 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/22 04:21:10 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/22 04:21:10 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/22 04:21:10 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/22 04:21:10 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/22 04:21:10 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/22 04:21:10 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/22 04:21:10 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/22 04:21:10 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/22 04:21:10 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/22 04:21:11 DEBUG : apple: size = 5 OK 2026/08/22 04:21:11 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:21:11 DEBUG : apple: Unchanged skipping 2026/08/22 04:21:11 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/22 04:21:11 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:21:11 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/22 04:21:11 DEBUG : banana: size = 6 OK 2026/08/22 04:21:11 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:21:11 DEBUG : banana: Unchanged skipping 2026/08/22 04:21:11 DEBUG : splitbananasplit: size = 16 OK 2026/08/22 04:21:11 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:21:11 DEBUG : splitbananasplit: Unchanged skipping 2026/08/22 04:21:11 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/22 04:21:11 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:21:11 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/22 04:21:11 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/22 04:21:11 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:21:11 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/22 04:21:11 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/22 04:21:11 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:21:11 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/22 04:21:11 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/22 04:21:11 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:21:11 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/22 04:21:11 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/22 04:21:11 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:21:11 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/22 04:21:11 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/22 04:21:11 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:21:11 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/22 04:21:11 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/22 04:21:11 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:21:11 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/22 04:21:11 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/22 04:21:11 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:21:11 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/22 04:21:11 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/22 04:21:11 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:21:11 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/22 04:21:11 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/22 04:21:11 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/22 04:21:11 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:21:11 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:21:11 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/22 04:21:11 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/22 04:21:11 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:21:11 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/22 04:21:11 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/22 04:21:11 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/22 04:21:11 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:21:11 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/22 04:21:11 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/22 04:21:11 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/22 04:21:11 DEBUG : B2 bucket rclone-test-diyujup8baku: Waiting for checks to finish 2026/08/22 04:21:11 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:21:11 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/22 04:21:11 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/22 04:21:11 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:21:11 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:21:11 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/22 04:21:11 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/22 04:21:11 DEBUG : B2 bucket rclone-test-diyujup8baku: Waiting for transfers to finish 2026/08/22 04:21:11 DEBUG : Waiting for deletions to finish 2026/08/22 04:21:11 INFO : There was nothing to transfer 2026/08/22 04:21:11 DEBUG : Waiting for deletions to finish 2026/08/22 04:21:11 DEBUG : apple: Excluded (Path Filter) 2026/08/22 04:21:11 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/22 04:21:11 DEBUG : banana: Excluded (Path Filter) 2026/08/22 04:21:11 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/22 04:21:11 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/22 04:21:11 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/22 04:21:11 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/22 04:21:11 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/22 04:21:11 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/22 04:21:11 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/22 04:21:11 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/22 04:21:11 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/22 04:21:11 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/22 04:21:11 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/22 04:21:11 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/22 04:21:11 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/22 04:21:11 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/22 04:21:11 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/22 04:21:11 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/22 04:21:11 DEBUG : splitbananasplit: Excluded (Path Filter) === RUN TestTransform/charmap run.go:198: Remote "B2 bucket rclone-test-diyujup8baku", Local "Local file system at /tmp/rclone2587900294", Modify Window "1ms" 2026/08/22 04:21:22 DEBUG : Waiting for deletions to finish 2026/08/22 04:21:22 DEBUG : pacer: low level retry 1/10 (error Post "https://api001.backblazeb2.com/b2api/v1/b2_list_file_names": EOF) 2026/08/22 04:21:22 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/08/22 04:21:22 DEBUG : pacer: Reducing sleep to 10ms 2026/08/22 04:21:22 DEBUG : apple: Excluded (Path Filter) 2026/08/22 04:21:22 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/22 04:21:22 DEBUG : banana: Excluded (Path Filter) 2026/08/22 04:21:22 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/22 04:21:22 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/22 04:21:22 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/22 04:21:22 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/22 04:21:22 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/22 04:21:22 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/22 04:21:22 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/22 04:21:22 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/22 04:21:22 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/22 04:21:22 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/22 04:21:22 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/22 04:21:22 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/22 04:21:22 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/22 04:21:22 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/22 04:21:22 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/22 04:21:22 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/22 04:21:22 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/22 04:21:23 DEBUG : apple: size = 5 OK 2026/08/22 04:21:23 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:21:23 DEBUG : apple: Unchanged skipping 2026/08/22 04:21:23 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/22 04:21:23 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:21:23 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/22 04:21:23 DEBUG : banana: size = 6 OK 2026/08/22 04:21:23 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:21:23 DEBUG : banana: Unchanged skipping 2026/08/22 04:21:23 DEBUG : splitbananasplit: size = 16 OK 2026/08/22 04:21:23 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:21:23 DEBUG : splitbananasplit: Unchanged skipping 2026/08/22 04:21:23 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/22 04:21:23 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:21:23 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/22 04:21:23 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/22 04:21:23 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/22 04:21:23 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:21:23 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/22 04:21:23 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/22 04:21:23 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:21:23 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:21:23 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/22 04:21:23 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/22 04:21:23 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/22 04:21:23 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:21:23 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/22 04:21:23 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/22 04:21:23 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:21:23 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/22 04:21:23 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/22 04:21:23 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:21:23 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/22 04:21:23 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/22 04:21:23 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/22 04:21:23 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:21:23 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/22 04:21:23 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/22 04:21:23 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/22 04:21:23 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:21:23 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/22 04:21:23 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:21:23 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/22 04:21:23 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:21:23 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/22 04:21:23 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/22 04:21:23 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:21:23 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/22 04:21:23 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/22 04:21:23 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:21:23 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/22 04:21:23 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:21:23 DEBUG : B2 bucket rclone-test-diyujup8baku: Waiting for checks to finish 2026/08/22 04:21:23 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:21:23 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/22 04:21:23 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/22 04:21:23 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/22 04:21:23 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/22 04:21:23 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:21:23 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/22 04:21:23 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/22 04:21:23 DEBUG : B2 bucket rclone-test-diyujup8baku: Waiting for transfers to finish 2026/08/22 04:21:23 DEBUG : Waiting for deletions to finish 2026/08/22 04:21:23 INFO : There was nothing to transfer 2026/08/22 04:21:23 DEBUG : Waiting for deletions to finish 2026/08/22 04:21:23 DEBUG : apple: Excluded (Path Filter) 2026/08/22 04:21:23 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/22 04:21:23 DEBUG : banana: Excluded (Path Filter) 2026/08/22 04:21:23 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/22 04:21:23 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/22 04:21:23 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/22 04:21:23 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/22 04:21:23 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/22 04:21:23 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/22 04:21:23 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/22 04:21:23 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/22 04:21:23 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/22 04:21:23 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/22 04:21:23 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/22 04:21:23 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/22 04:21:23 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/22 04:21:23 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/22 04:21:23 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/22 04:21:23 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/22 04:21:23 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/22 04:21:24 DEBUG : apple: size = 5 OK 2026/08/22 04:21:24 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:21:24 DEBUG : apple: Unchanged skipping 2026/08/22 04:21:24 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/22 04:21:24 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:21:24 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/22 04:21:24 DEBUG : banana: size = 6 OK 2026/08/22 04:21:24 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:21:24 DEBUG : banana: Unchanged skipping 2026/08/22 04:21:24 DEBUG : splitbananasplit: size = 16 OK 2026/08/22 04:21:24 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:21:24 DEBUG : splitbananasplit: Unchanged skipping 2026/08/22 04:21:24 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/22 04:21:24 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:21:24 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/22 04:21:24 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/22 04:21:24 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/22 04:21:24 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:21:24 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:21:24 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/22 04:21:24 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/22 04:21:24 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/22 04:21:24 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/22 04:21:24 DEBUG : B2 bucket rclone-test-diyujup8baku: Waiting for checks to finish 2026/08/22 04:21:24 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:21:24 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/22 04:21:24 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/22 04:21:24 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:21:24 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/22 04:21:24 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/22 04:21:24 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:21:24 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/22 04:21:24 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/22 04:21:24 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:21:24 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/22 04:21:24 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:21:24 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/22 04:21:24 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/22 04:21:24 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/22 04:21:24 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:21:24 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/22 04:21:24 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/22 04:21:24 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/22 04:21:24 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:21:24 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/22 04:21:24 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/22 04:21:24 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:21:24 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/22 04:21:24 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:21:24 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/22 04:21:24 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/22 04:21:24 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:21:24 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/22 04:21:24 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/22 04:21:24 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:21:24 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/22 04:21:24 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/22 04:21:24 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:21:24 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/22 04:21:24 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:21:24 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/22 04:21:24 DEBUG : B2 bucket rclone-test-diyujup8baku: Waiting for transfers to finish 2026/08/22 04:21:24 DEBUG : Waiting for deletions to finish 2026/08/22 04:21:24 INFO : There was nothing to transfer 2026/08/22 04:21:24 DEBUG : Waiting for deletions to finish 2026/08/22 04:21:24 DEBUG : apple: Excluded (Path Filter) 2026/08/22 04:21:24 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/22 04:21:24 DEBUG : banana: Excluded (Path Filter) 2026/08/22 04:21:24 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/22 04:21:24 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/22 04:21:24 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/22 04:21:24 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/22 04:21:24 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/22 04:21:24 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/22 04:21:24 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/22 04:21:24 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/22 04:21:24 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/22 04:21:24 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/22 04:21:24 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/22 04:21:24 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/22 04:21:24 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/22 04:21:24 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/22 04:21:24 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/22 04:21:24 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/22 04:21:24 DEBUG : splitbananasplit: Excluded (Path Filter) === RUN TestTransform/lowercase run.go:198: Remote "B2 bucket rclone-test-diyujup8baku", Local "Local file system at /tmp/rclone2587900294", Modify Window "1ms" 2026/08/22 04:21:34 DEBUG : Waiting for deletions to finish 2026/08/22 04:21:34 DEBUG : pacer: low level retry 1/10 (error Post "https://api001.backblazeb2.com/b2api/v1/b2_list_file_names": EOF) 2026/08/22 04:21:34 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/08/22 04:21:35 DEBUG : pacer: Reducing sleep to 10ms 2026/08/22 04:21:35 DEBUG : apple: Excluded (Path Filter) 2026/08/22 04:21:35 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/22 04:21:35 DEBUG : banana: Excluded (Path Filter) 2026/08/22 04:21:35 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/22 04:21:35 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/22 04:21:35 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/22 04:21:35 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/22 04:21:35 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/22 04:21:35 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/22 04:21:35 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/22 04:21:35 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/22 04:21:35 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/22 04:21:35 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/22 04:21:35 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/22 04:21:35 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/22 04:21:35 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/22 04:21:35 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/22 04:21:35 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/22 04:21:35 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/22 04:21:35 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/22 04:21:35 DEBUG : apple: size = 5 OK 2026/08/22 04:21:35 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:21:35 DEBUG : apple: Unchanged skipping 2026/08/22 04:21:35 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/22 04:21:35 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:21:35 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/22 04:21:35 DEBUG : banana: size = 6 OK 2026/08/22 04:21:35 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:21:35 DEBUG : banana: Unchanged skipping 2026/08/22 04:21:35 DEBUG : splitbananasplit: size = 16 OK 2026/08/22 04:21:35 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:21:35 DEBUG : splitbananasplit: Unchanged skipping 2026/08/22 04:21:36 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/22 04:21:36 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:21:36 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/22 04:21:36 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/22 04:21:36 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:21:36 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/22 04:21:36 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/22 04:21:36 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:21:36 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/22 04:21:36 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/22 04:21:36 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:21:36 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/22 04:21:36 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/22 04:21:36 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:21:36 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/22 04:21:36 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/22 04:21:36 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:21:36 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/22 04:21:36 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/22 04:21:36 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:21:36 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/22 04:21:36 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/22 04:21:36 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:21:36 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/22 04:21:36 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/22 04:21:36 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:21:36 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/22 04:21:36 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/22 04:21:36 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:21:36 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/22 04:21:36 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/22 04:21:36 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:21:36 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/22 04:21:36 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/22 04:21:36 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:21:36 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/22 04:21:36 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/22 04:21:36 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:21:36 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/22 04:21:36 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/22 04:21:36 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:21:36 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/22 04:21:36 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/22 04:21:36 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:21:36 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/22 04:21:36 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/22 04:21:36 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:21:36 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/22 04:21:36 DEBUG : B2 bucket rclone-test-diyujup8baku: Waiting for checks to finish 2026/08/22 04:21:36 DEBUG : B2 bucket rclone-test-diyujup8baku: Waiting for transfers to finish 2026/08/22 04:21:36 DEBUG : Waiting for deletions to finish 2026/08/22 04:21:36 INFO : There was nothing to transfer 2026/08/22 04:21:36 DEBUG : Waiting for deletions to finish 2026/08/22 04:21:36 DEBUG : apple: Excluded (Path Filter) 2026/08/22 04:21:36 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/22 04:21:36 DEBUG : banana: Excluded (Path Filter) 2026/08/22 04:21:36 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/22 04:21:36 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/22 04:21:36 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/22 04:21:36 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/22 04:21:36 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/22 04:21:36 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/22 04:21:36 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/22 04:21:36 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/22 04:21:36 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/22 04:21:36 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/22 04:21:36 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/22 04:21:36 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/22 04:21:36 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/22 04:21:36 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/22 04:21:36 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/22 04:21:36 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/22 04:21:36 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/22 04:21:36 DEBUG : apple: size = 5 OK 2026/08/22 04:21:36 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:21:36 DEBUG : apple: Unchanged skipping 2026/08/22 04:21:36 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/22 04:21:36 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:21:36 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/22 04:21:36 DEBUG : banana: size = 6 OK 2026/08/22 04:21:36 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:21:36 DEBUG : banana: Unchanged skipping 2026/08/22 04:21:36 DEBUG : splitbananasplit: size = 16 OK 2026/08/22 04:21:36 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:21:36 DEBUG : splitbananasplit: Unchanged skipping 2026/08/22 04:21:37 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/22 04:21:37 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:21:37 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/22 04:21:37 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/22 04:21:37 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:21:37 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/22 04:21:37 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/22 04:21:37 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:21:37 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/22 04:21:37 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/22 04:21:37 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:21:37 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/22 04:21:37 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/22 04:21:37 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:21:37 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/22 04:21:37 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/22 04:21:37 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:21:37 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/22 04:21:37 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/22 04:21:37 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:21:37 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/22 04:21:37 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/22 04:21:37 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:21:37 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/22 04:21:37 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/22 04:21:37 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:21:37 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/22 04:21:37 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/22 04:21:37 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:21:37 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/22 04:21:37 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/22 04:21:37 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:21:37 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/22 04:21:37 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/22 04:21:37 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:21:37 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/22 04:21:37 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/22 04:21:37 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:21:37 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/22 04:21:37 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/22 04:21:37 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:21:37 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/22 04:21:37 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/22 04:21:37 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:21:37 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/22 04:21:37 DEBUG : B2 bucket rclone-test-diyujup8baku: Waiting for checks to finish 2026/08/22 04:21:37 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/22 04:21:37 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:21:37 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/22 04:21:37 DEBUG : B2 bucket rclone-test-diyujup8baku: Waiting for transfers to finish 2026/08/22 04:21:37 DEBUG : Waiting for deletions to finish 2026/08/22 04:21:37 INFO : There was nothing to transfer 2026/08/22 04:21:37 DEBUG : Waiting for deletions to finish 2026/08/22 04:21:37 DEBUG : apple: Excluded (Path Filter) 2026/08/22 04:21:37 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/22 04:21:37 DEBUG : banana: Excluded (Path Filter) 2026/08/22 04:21:37 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/22 04:21:37 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/22 04:21:37 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/22 04:21:37 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/22 04:21:37 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/22 04:21:37 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/22 04:21:37 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/22 04:21:37 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/22 04:21:37 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/22 04:21:37 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/22 04:21:37 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/22 04:21:37 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/22 04:21:37 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/22 04:21:37 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/22 04:21:37 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/22 04:21:37 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/22 04:21:37 DEBUG : splitbananasplit: Excluded (Path Filter) === RUN TestTransform/ascii run.go:198: Remote "B2 bucket rclone-test-diyujup8baku", Local "Local file system at /tmp/rclone2587900294", Modify Window "1ms" 2026/08/22 04:21:47 DEBUG : Waiting for deletions to finish 2026/08/22 04:21:47 DEBUG : apple: Excluded (Path Filter) 2026/08/22 04:21:47 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/22 04:21:47 DEBUG : banana: Excluded (Path Filter) 2026/08/22 04:21:47 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/22 04:21:47 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/22 04:21:47 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/22 04:21:47 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/22 04:21:47 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/22 04:21:47 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/22 04:21:47 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/22 04:21:47 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/22 04:21:47 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/22 04:21:47 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/22 04:21:47 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/22 04:21:47 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/22 04:21:47 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/22 04:21:47 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/22 04:21:47 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/22 04:21:47 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/22 04:21:47 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/22 04:21:48 DEBUG : apple: size = 5 OK 2026/08/22 04:21:48 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:21:48 DEBUG : apple: Unchanged skipping 2026/08/22 04:21:48 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/22 04:21:48 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:21:48 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/22 04:21:48 DEBUG : banana: size = 6 OK 2026/08/22 04:21:48 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:21:48 DEBUG : banana: Unchanged skipping 2026/08/22 04:21:48 DEBUG : splitbananasplit: size = 16 OK 2026/08/22 04:21:48 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:21:48 DEBUG : splitbananasplit: Unchanged skipping 2026/08/22 04:21:48 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/22 04:21:48 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:21:48 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/22 04:21:48 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/22 04:21:48 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:21:48 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/22 04:21:48 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/22 04:21:48 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:21:48 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/22 04:21:48 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/22 04:21:48 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:21:48 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/22 04:21:48 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/22 04:21:48 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:21:48 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/22 04:21:48 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/22 04:21:48 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:21:48 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/22 04:21:48 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/22 04:21:48 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:21:48 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/22 04:21:48 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/22 04:21:48 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:21:48 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/22 04:21:48 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/22 04:21:48 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:21:48 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/22 04:21:48 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/22 04:21:48 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:21:48 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/22 04:21:48 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/22 04:21:48 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:21:48 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/22 04:21:48 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/22 04:21:48 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:21:48 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/22 04:21:48 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/22 04:21:48 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:21:48 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/22 04:21:48 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/22 04:21:48 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:21:48 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/22 04:21:48 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/22 04:21:48 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:21:48 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/22 04:21:48 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/22 04:21:48 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:21:48 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/22 04:21:48 DEBUG : B2 bucket rclone-test-diyujup8baku: Waiting for checks to finish 2026/08/22 04:21:48 DEBUG : B2 bucket rclone-test-diyujup8baku: Waiting for transfers to finish 2026/08/22 04:21:48 DEBUG : Waiting for deletions to finish 2026/08/22 04:21:48 INFO : There was nothing to transfer 2026/08/22 04:21:48 DEBUG : Waiting for deletions to finish 2026/08/22 04:21:48 DEBUG : apple: Excluded (Path Filter) 2026/08/22 04:21:48 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/22 04:21:48 DEBUG : banana: Excluded (Path Filter) 2026/08/22 04:21:48 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/22 04:21:48 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/22 04:21:48 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/22 04:21:48 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/22 04:21:48 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/22 04:21:48 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/22 04:21:48 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/22 04:21:48 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/22 04:21:48 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/22 04:21:48 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/22 04:21:48 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/22 04:21:48 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/22 04:21:48 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/22 04:21:48 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/22 04:21:48 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/22 04:21:48 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/22 04:21:48 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/22 04:21:49 DEBUG : apple: size = 5 OK 2026/08/22 04:21:49 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:21:49 DEBUG : apple: Unchanged skipping 2026/08/22 04:21:49 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/22 04:21:49 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:21:49 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/22 04:21:49 DEBUG : banana: size = 6 OK 2026/08/22 04:21:49 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:21:49 DEBUG : banana: Unchanged skipping 2026/08/22 04:21:49 DEBUG : splitbananasplit: size = 16 OK 2026/08/22 04:21:49 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:21:49 DEBUG : splitbananasplit: Unchanged skipping 2026/08/22 04:21:49 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/22 04:21:49 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:21:49 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/22 04:21:49 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/22 04:21:49 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:21:49 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/22 04:21:49 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/22 04:21:49 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:21:49 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/22 04:21:49 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/22 04:21:49 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:21:49 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/22 04:21:49 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/22 04:21:49 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:21:49 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/22 04:21:49 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/22 04:21:49 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:21:49 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/22 04:21:49 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/22 04:21:49 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:21:49 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/22 04:21:49 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/22 04:21:49 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:21:49 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/22 04:21:49 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/22 04:21:49 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:21:49 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/22 04:21:49 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/22 04:21:49 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:21:49 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/22 04:21:49 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/22 04:21:49 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:21:49 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/22 04:21:49 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/22 04:21:49 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:21:49 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/22 04:21:49 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/22 04:21:49 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:21:49 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/22 04:21:49 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/22 04:21:49 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:21:49 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/22 04:21:49 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/22 04:21:49 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:21:49 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/22 04:21:49 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/22 04:21:49 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:21:49 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/22 04:21:49 DEBUG : B2 bucket rclone-test-diyujup8baku: Waiting for checks to finish 2026/08/22 04:21:49 DEBUG : B2 bucket rclone-test-diyujup8baku: Waiting for transfers to finish 2026/08/22 04:21:49 DEBUG : Waiting for deletions to finish 2026/08/22 04:21:49 INFO : There was nothing to transfer 2026/08/22 04:21:49 DEBUG : Waiting for deletions to finish 2026/08/22 04:21:49 DEBUG : apple: Excluded (Path Filter) 2026/08/22 04:21:49 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/22 04:21:49 DEBUG : banana: Excluded (Path Filter) 2026/08/22 04:21:49 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/22 04:21:49 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/22 04:21:49 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/22 04:21:49 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/22 04:21:49 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/22 04:21:49 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/22 04:21:49 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/22 04:21:49 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/22 04:21:49 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/22 04:21:49 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/22 04:21:49 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/22 04:21:49 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/22 04:21:49 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/22 04:21:49 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/22 04:21:49 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/22 04:21:49 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/22 04:21:49 DEBUG : splitbananasplit: Excluded (Path Filter) --- PASS: TestTransform (153.59s) --- PASS: TestTransform/NFC (11.01s) --- PASS: TestTransform/NFD (11.99s) --- PASS: TestTransform/base64 (16.46s) --- PASS: TestTransform/prefix (17.85s) --- PASS: TestTransform/suffix (19.01s) --- PASS: TestTransform/truncate (13.75s) --- PASS: TestTransform/encoder (12.84s) --- PASS: TestTransform/ISO-8859-1 (13.00s) --- PASS: TestTransform/charmap (12.82s) --- PASS: TestTransform/lowercase (12.66s) --- PASS: TestTransform/ascii (12.19s) === RUN TestTransformCopy run.go:198: Remote "B2 bucket rclone-test-diyujup8baku", Local "Local file system at /tmp/rclone2587900294", Modify Window "1ms" 2026/08/22 04:21:54 DEBUG : sub dir: transformed to: sub dir_somesuffix 2026/08/22 04:21:54 DEBUG : sub dir: transformed to: sub dir_somesuffix 2026/08/22 04:21:54 INFO : sub dir_somesuffix: Making directory 2026/08/22 04:21:54 DEBUG : sub dir: transformed to: sub dir_somesuffix 2026/08/22 04:21:54 DEBUG : hello world.txt: transformed to: hello world_somesuffix.txt 2026/08/22 04:21:54 DEBUG : sub dir/hello world.txt: transformed to: sub dir_somesuffix/hello world_somesuffix.txt 2026/08/22 04:21:54 DEBUG : sub dir/hello world.txt: Need to transfer - File not found at Destination 2026/08/22 04:21:54 DEBUG : sub dir/hello world.txt: transformed to: sub dir_somesuffix/hello world_somesuffix.txt 2026/08/22 04:21:54 DEBUG : B2 bucket rclone-test-diyujup8baku: Waiting for checks to finish 2026/08/22 04:21:54 DEBUG : B2 bucket rclone-test-diyujup8baku: Waiting for transfers to finish 2026/08/22 04:21:55 DEBUG : sub dir_somesuffix/hello world_somesuffix.txt: size = 11 OK 2026/08/22 04:21:55 DEBUG : sub dir/hello world.txt: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/22 04:21:55 INFO : sub dir/hello world.txt: Copied (new) to: sub dir_somesuffix/hello world_somesuffix.txt 2026/08/22 04:21:55 DEBUG : Waiting for deletions to finish --- PASS: TestTransformCopy (1.86s) === RUN TestDoubleTransform run.go:198: Remote "B2 bucket rclone-test-diyujup8baku", Local "Local file system at /tmp/rclone2587900294", Modify Window "1ms" 2026/08/22 04:21:56 DEBUG : toe: transformed to: tictactoe 2026/08/22 04:21:56 DEBUG : toe: transformed to: tictactoe 2026/08/22 04:21:56 INFO : tictactoe: Making directory 2026/08/22 04:21:56 DEBUG : toe: transformed to: tictactoe 2026/08/22 04:21:56 DEBUG : toe: transformed to: tictactoe 2026/08/22 04:21:56 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/22 04:21:56 DEBUG : toe/toe: Need to transfer - File not found at Destination 2026/08/22 04:21:56 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/22 04:21:56 DEBUG : B2 bucket rclone-test-diyujup8baku: Waiting for checks to finish 2026/08/22 04:21:56 DEBUG : B2 bucket rclone-test-diyujup8baku: Waiting for transfers to finish 2026/08/22 04:21:57 DEBUG : tictactoe/tictactoe: size = 11 OK 2026/08/22 04:21:57 DEBUG : toe/toe: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/22 04:21:57 INFO : toe/toe: Copied (new) to: tictactoe/tictactoe 2026/08/22 04:21:57 DEBUG : Waiting for deletions to finish --- PASS: TestDoubleTransform (1.56s) === RUN TestFileTag run.go:198: Remote "B2 bucket rclone-test-diyujup8baku", Local "Local file system at /tmp/rclone2587900294", Modify Window "1ms" 2026/08/22 04:21:58 INFO : toe: Making directory 2026/08/22 04:21:58 INFO : toe/toe: Making directory 2026/08/22 04:21:58 DEBUG : toe: transformed to: tictactoe 2026/08/22 04:21:58 DEBUG : toe/toe/toe: transformed to: toe/toe/tictactoe 2026/08/22 04:21:58 DEBUG : toe/toe/toe: Need to transfer - File not found at Destination 2026/08/22 04:21:58 DEBUG : toe/toe/toe: transformed to: toe/toe/tictactoe 2026/08/22 04:21:58 DEBUG : B2 bucket rclone-test-diyujup8baku: Waiting for checks to finish 2026/08/22 04:21:58 DEBUG : B2 bucket rclone-test-diyujup8baku: Waiting for transfers to finish 2026/08/22 04:21:58 DEBUG : toe/toe/tictactoe: size = 11 OK 2026/08/22 04:21:58 DEBUG : toe/toe/toe: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/22 04:21:58 INFO : toe/toe/toe: Copied (new) to: toe/toe/tictactoe 2026/08/22 04:21:58 DEBUG : Waiting for deletions to finish --- PASS: TestFileTag (1.55s) === RUN TestNoTag run.go:198: Remote "B2 bucket rclone-test-diyujup8baku", Local "Local file system at /tmp/rclone2587900294", Modify Window "1ms" 2026/08/22 04:21:59 INFO : toe: Making directory 2026/08/22 04:21:59 INFO : toe/toe: Making directory 2026/08/22 04:21:59 DEBUG : toe: transformed to: tictactoe 2026/08/22 04:21:59 DEBUG : toe/toe/toe: transformed to: toe/toe/tictactoe 2026/08/22 04:21:59 DEBUG : toe/toe/toe: Need to transfer - File not found at Destination 2026/08/22 04:21:59 DEBUG : toe/toe/toe: transformed to: toe/toe/tictactoe 2026/08/22 04:21:59 DEBUG : B2 bucket rclone-test-diyujup8baku: Waiting for checks to finish 2026/08/22 04:21:59 DEBUG : B2 bucket rclone-test-diyujup8baku: Waiting for transfers to finish 2026/08/22 04:22:00 DEBUG : toe/toe/tictactoe: size = 11 OK 2026/08/22 04:22:00 DEBUG : toe/toe/toe: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/22 04:22:00 INFO : toe/toe/toe: Copied (new) to: toe/toe/tictactoe 2026/08/22 04:22:00 DEBUG : Waiting for deletions to finish --- PASS: TestNoTag (1.55s) === RUN TestDirTag run.go:198: Remote "B2 bucket rclone-test-diyujup8baku", Local "Local file system at /tmp/rclone2587900294", Modify Window "1ms" 2026/08/22 04:22:00 DEBUG : empty_dir: Making directory with metadata 2026/08/22 04:22:00 INFO : empty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/08/22 04:22:00 DEBUG : toe: transformed to: tictactoe 2026/08/22 04:22:00 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/22 04:22:00 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/22 04:22:01 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/22 04:22:01 INFO : tictacempty_dir: Making directory 2026/08/22 04:22:01 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/22 04:22:01 DEBUG : toe: transformed to: tictactoe 2026/08/22 04:22:01 DEBUG : toe: transformed to: tictactoe 2026/08/22 04:22:01 INFO : tictactoe: Making directory 2026/08/22 04:22:01 DEBUG : toe: transformed to: tictactoe 2026/08/22 04:22:01 DEBUG : toe: transformed to: tictactoe 2026/08/22 04:22:01 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/22 04:22:01 INFO : tictactoe/tictactoe: Making directory 2026/08/22 04:22:01 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/22 04:22:01 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/toe.txt 2026/08/22 04:22:01 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2026/08/22 04:22:01 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/toe.txt 2026/08/22 04:22:01 DEBUG : B2 bucket rclone-test-diyujup8baku: Waiting for checks to finish 2026/08/22 04:22:01 DEBUG : B2 bucket rclone-test-diyujup8baku: Waiting for transfers to finish 2026/08/22 04:22:02 DEBUG : tictactoe/tictactoe/toe.txt: size = 11 OK 2026/08/22 04:22:02 DEBUG : toe/toe/toe.txt: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/22 04:22:02 INFO : toe/toe/toe.txt: Copied (new) to: tictactoe/tictactoe/toe.txt 2026/08/22 04:22:02 DEBUG : Waiting for deletions to finish fstest.go:251: Filtering empty directory "tictacempty_dir" --- PASS: TestDirTag (1.94s) === RUN TestAllTag run.go:198: Remote "B2 bucket rclone-test-diyujup8baku", Local "Local file system at /tmp/rclone2587900294", Modify Window "1ms" 2026/08/22 04:22:02 DEBUG : empty_dir: Making directory with metadata 2026/08/22 04:22:02 INFO : empty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/08/22 04:22:02 DEBUG : toe: transformed to: tictactoe 2026/08/22 04:22:02 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/22 04:22:02 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/22 04:22:03 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/22 04:22:03 INFO : tictacempty_dir: Making directory 2026/08/22 04:22:03 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/22 04:22:03 DEBUG : toe: transformed to: tictactoe 2026/08/22 04:22:03 DEBUG : toe: transformed to: tictactoe 2026/08/22 04:22:03 INFO : tictactoe: Making directory 2026/08/22 04:22:03 DEBUG : toe: transformed to: tictactoe 2026/08/22 04:22:03 DEBUG : toe: transformed to: tictactoe 2026/08/22 04:22:03 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/22 04:22:03 INFO : tictactoe/tictactoe: Making directory 2026/08/22 04:22:03 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/22 04:22:03 DEBUG : toe.txt: transformed to: tictactoe.txt 2026/08/22 04:22:03 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/22 04:22:03 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2026/08/22 04:22:03 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/22 04:22:03 DEBUG : B2 bucket rclone-test-diyujup8baku: Waiting for checks to finish 2026/08/22 04:22:03 DEBUG : B2 bucket rclone-test-diyujup8baku: Waiting for transfers to finish 2026/08/22 04:22:03 DEBUG : tictactoe/tictactoe/tictactoe.txt: size = 11 OK 2026/08/22 04:22:03 DEBUG : toe/toe/toe.txt: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/22 04:22:03 INFO : toe/toe/toe.txt: Copied (new) to: tictactoe/tictactoe/tictactoe.txt 2026/08/22 04:22:03 DEBUG : Waiting for deletions to finish fstest.go:251: Filtering empty directory "tictacempty_dir" 2026/08/22 04:22:04 DEBUG : B2 bucket rclone-test-diyujup8baku: Waiting for checks to finish 2026/08/22 04:22:04 DEBUG : toe: transformed to: tictactoe 2026/08/22 04:22:04 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/22 04:22:04 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/22 04:22:04 DEBUG : toe: transformed to: tictactoe 2026/08/22 04:22:04 DEBUG : toe: transformed to: tictactoe 2026/08/22 04:22:04 DEBUG : toe.txt: transformed to: tictactoe.txt 2026/08/22 04:22:04 DEBUG : tictactoe/tictactoe/tictactoe.txt: size = 11 OK 2026/08/22 04:22:04 DEBUG : toe/toe/toe.txt: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/22 04:22:04 DEBUG : tictactoe/tictactoe/tictactoe.txt: OK 2026/08/22 04:22:04 NOTICE: B2 bucket rclone-test-diyujup8baku: 0 differences found 2026/08/22 04:22:04 NOTICE: B2 bucket rclone-test-diyujup8baku: 1 matching files --- PASS: TestAllTag (2.73s) === RUN TestRunTwice run.go:198: Remote "B2 bucket rclone-test-diyujup8baku", Local "Local file system at /tmp/rclone2587900294", Modify Window "1ms" 2026/08/22 04:22:05 DEBUG : toe: transformed to: tictactoe 2026/08/22 04:22:05 DEBUG : toe: transformed to: tictactoe 2026/08/22 04:22:05 INFO : tictactoe: Making directory 2026/08/22 04:22:05 DEBUG : toe: transformed to: tictactoe 2026/08/22 04:22:05 DEBUG : toe: transformed to: tictactoe 2026/08/22 04:22:05 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/22 04:22:05 INFO : tictactoe/tictactoe: Making directory 2026/08/22 04:22:05 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/22 04:22:05 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/toe.txt 2026/08/22 04:22:05 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2026/08/22 04:22:05 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/toe.txt 2026/08/22 04:22:05 DEBUG : B2 bucket rclone-test-diyujup8baku: Waiting for checks to finish 2026/08/22 04:22:05 DEBUG : B2 bucket rclone-test-diyujup8baku: Waiting for transfers to finish 2026/08/22 04:22:06 DEBUG : tictactoe/tictactoe/toe.txt: size = 11 OK 2026/08/22 04:22:06 DEBUG : toe/toe/toe.txt: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/22 04:22:06 INFO : toe/toe/toe.txt: Copied (new) to: tictactoe/tictactoe/toe.txt 2026/08/22 04:22:06 DEBUG : Waiting for deletions to finish 2026/08/22 04:22:07 DEBUG : toe: transformed to: tictactoe 2026/08/22 04:22:07 DEBUG : toe: transformed to: tictactoe 2026/08/22 04:22:07 DEBUG : toe: transformed to: tictactoe 2026/08/22 04:22:07 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/22 04:22:07 DEBUG : tictactoe/tictactoe/toe.txt: size = 11 OK 2026/08/22 04:22:07 DEBUG : toe/toe/toe.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/22 04:22:07 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/toe.txt 2026/08/22 04:22:07 DEBUG : toe/toe/toe.txt: Unchanged skipping 2026/08/22 04:22:07 DEBUG : B2 bucket rclone-test-diyujup8baku: Waiting for checks to finish 2026/08/22 04:22:07 DEBUG : B2 bucket rclone-test-diyujup8baku: Waiting for transfers to finish 2026/08/22 04:22:07 DEBUG : Waiting for deletions to finish --- PASS: TestRunTwice (2.89s) === RUN TestSyntax 2026/08/22 04:22:08 DEBUG : received prefix --- PASS: TestSyntax (0.00s) === RUN TestConflicting run.go:198: Remote "B2 bucket rclone-test-diyujup8baku", Local "Local file system at /tmp/rclone2587900294", Modify Window "1ms" 2026/08/22 04:22:08 INFO : toe: Making directory 2026/08/22 04:22:08 INFO : toe/toe: Making directory 2026/08/22 04:22:08 DEBUG : toe/toe/toe: Need to transfer - File not found at Destination 2026/08/22 04:22:08 DEBUG : B2 bucket rclone-test-diyujup8baku: Waiting for checks to finish 2026/08/22 04:22:08 DEBUG : B2 bucket rclone-test-diyujup8baku: Waiting for transfers to finish 2026/08/22 04:22:09 DEBUG : toe/toe/toe: size = 11 OK 2026/08/22 04:22:09 DEBUG : toe/toe/toe: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/22 04:22:09 INFO : toe/toe/toe: Copied (new) 2026/08/22 04:22:09 DEBUG : Waiting for deletions to finish --- PASS: TestConflicting (1.63s) === RUN TestMove run.go:198: Remote "B2 bucket rclone-test-diyujup8baku", Local "Local file system at /tmp/rclone2587900294", Modify Window "1ms" 2026/08/22 04:22:10 DEBUG : empty_dir: Making directory with metadata 2026/08/22 04:22:10 INFO : empty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/08/22 04:22:10 DEBUG : toe: transformed to: tictactoe 2026/08/22 04:22:10 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/22 04:22:10 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/22 04:22:10 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/22 04:22:10 INFO : tictacempty_dir: Making directory 2026/08/22 04:22:10 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/22 04:22:10 DEBUG : toe: transformed to: tictactoe 2026/08/22 04:22:10 DEBUG : toe: transformed to: tictactoe 2026/08/22 04:22:10 INFO : tictactoe: Making directory 2026/08/22 04:22:10 DEBUG : toe: transformed to: tictactoe 2026/08/22 04:22:10 DEBUG : toe: transformed to: tictactoe 2026/08/22 04:22:10 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/22 04:22:10 INFO : tictactoe/tictactoe: Making directory 2026/08/22 04:22:10 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/22 04:22:10 DEBUG : toe.txt: transformed to: tictactoe.txt 2026/08/22 04:22:10 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/22 04:22:10 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2026/08/22 04:22:10 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/22 04:22:10 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/22 04:22:10 DEBUG : B2 bucket rclone-test-diyujup8baku: Waiting for checks to finish 2026/08/22 04:22:10 DEBUG : B2 bucket rclone-test-diyujup8baku: Waiting for transfers to finish 2026/08/22 04:22:11 DEBUG : tictactoe/tictactoe/tictactoe.txt: size = 11 OK 2026/08/22 04:22:11 DEBUG : toe/toe/toe.txt: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/22 04:22:11 INFO : toe/toe/toe.txt: Copied (new) to: tictactoe/tictactoe/tictactoe.txt 2026/08/22 04:22:11 INFO : toe/toe/toe.txt: Deleted 2026/08/22 04:22:11 INFO : toe/toe: Removing directory 2026/08/22 04:22:11 INFO : toe: Removing directory 2026/08/22 04:22:11 INFO : empty_dir: Removing directory 2026/08/22 04:22:11 DEBUG : Local file system at /tmp/rclone2587900294: deleted 3 directories fstest.go:251: Filtering empty directory "tictacempty_dir" --- PASS: TestMove (2.27s) === RUN TestTransformFile run.go:198: Remote "B2 bucket rclone-test-diyujup8baku", Local "Local file system at /tmp/rclone2587900294", Modify Window "1ms" 2026/08/22 04:22:12 DEBUG : empty_dir: Making directory with metadata 2026/08/22 04:22:12 INFO : empty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/08/22 04:22:12 DEBUG : toe: transformed to: tictactoe 2026/08/22 04:22:12 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/22 04:22:12 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/22 04:22:12 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/22 04:22:12 INFO : tictacempty_dir: Making directory 2026/08/22 04:22:12 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/22 04:22:12 DEBUG : toe: transformed to: tictactoe 2026/08/22 04:22:12 DEBUG : toe: transformed to: tictactoe 2026/08/22 04:22:12 INFO : tictactoe: Making directory 2026/08/22 04:22:12 DEBUG : toe: transformed to: tictactoe 2026/08/22 04:22:12 DEBUG : toe: transformed to: tictactoe 2026/08/22 04:22:12 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/22 04:22:12 INFO : tictactoe/tictactoe: Making directory 2026/08/22 04:22:12 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/22 04:22:12 DEBUG : toe.txt: transformed to: tictactoe.txt 2026/08/22 04:22:12 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/22 04:22:12 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2026/08/22 04:22:12 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/22 04:22:12 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/22 04:22:12 DEBUG : B2 bucket rclone-test-diyujup8baku: Waiting for checks to finish 2026/08/22 04:22:12 DEBUG : B2 bucket rclone-test-diyujup8baku: Waiting for transfers to finish 2026/08/22 04:22:13 DEBUG : tictactoe/tictactoe/tictactoe.txt: size = 11 OK 2026/08/22 04:22:13 DEBUG : toe/toe/toe.txt: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/22 04:22:13 INFO : toe/toe/toe.txt: Copied (new) to: tictactoe/tictactoe/tictactoe.txt 2026/08/22 04:22:13 INFO : toe/toe/toe.txt: Deleted 2026/08/22 04:22:13 INFO : toe/toe: Removing directory 2026/08/22 04:22:13 INFO : toe: Removing directory 2026/08/22 04:22:13 INFO : empty_dir: Removing directory 2026/08/22 04:22:13 DEBUG : Local file system at /tmp/rclone2587900294: deleted 3 directories fstest.go:251: Filtering empty directory "tictacempty_dir" 2026/08/22 04:22:14 DEBUG : tictactoe/tictactoe/tictactoe.txt: size = 11 OK 2026/08/22 04:22:14 DEBUG : tictactoe/tictactoe/tictactoe.txt: Size and modification time the same (differ by 0s, within tolerance 1ms) 2026/08/22 04:22:14 DEBUG : tictactoe/tictactoe/tictactoe.txt: transformed to: toe/toe/toe.txt 2026/08/22 04:22:14 DEBUG : tictactoe/tictactoe/tictactoe.txt: transformed to: toe/toe/toe.txt 2026/08/22 04:22:14 DEBUG : tictactoe/tictactoe/tictactoe.txt: transformed to: toe/toe/toe.txt 2026/08/22 04:22:14 DEBUG : toe/toe/toe.txt: size = 11 OK 2026/08/22 04:22:14 DEBUG : tictactoe/tictactoe/tictactoe.txt: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/22 04:22:14 INFO : tictactoe/tictactoe/tictactoe.txt: Copied (server-side copy) to: toe/toe/toe.txt 2026/08/22 04:22:14 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.20s) === RUN TestManualTransformFile run.go:198: Remote "B2 bucket rclone-test-diyujup8baku", Local "Local file system at /tmp/rclone2587900294", Modify Window "1ms" 2026/08/22 04:22:15 DEBUG : Reset feature "Copy" 2026/08/22 04:22:15 DEBUG : Reset feature "Move" 2026/08/22 04:22:15 DEBUG : Reset feature "Copy" 2026/08/22 04:22:15 DEBUG : Reset feature "Move" 2026/08/22 04:22:15 DEBUG : empty_dir: Making directory with metadata 2026/08/22 04:22:15 INFO : empty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/08/22 04:22:15 DEBUG : toe: transformed to: tictactoe 2026/08/22 04:22:15 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/22 04:22:15 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/22 04:22:15 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/22 04:22:15 INFO : tictacempty_dir: Making directory 2026/08/22 04:22:15 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/22 04:22:15 DEBUG : toe: transformed to: tictactoe 2026/08/22 04:22:15 DEBUG : toe: transformed to: tictactoe 2026/08/22 04:22:15 INFO : tictactoe: Making directory 2026/08/22 04:22:15 DEBUG : toe: transformed to: tictactoe 2026/08/22 04:22:15 DEBUG : toe: transformed to: tictactoe 2026/08/22 04:22:15 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/22 04:22:15 INFO : tictactoe/tictactoe: Making directory 2026/08/22 04:22:15 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/22 04:22:15 DEBUG : toe.txt: transformed to: tictactoe.txt 2026/08/22 04:22:15 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/22 04:22:15 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2026/08/22 04:22:15 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/22 04:22:15 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/22 04:22:15 DEBUG : B2 bucket rclone-test-diyujup8baku: Waiting for checks to finish 2026/08/22 04:22:15 DEBUG : B2 bucket rclone-test-diyujup8baku: Waiting for transfers to finish 2026/08/22 04:22:16 DEBUG : tictactoe/tictactoe/tictactoe.txt: size = 11 OK 2026/08/22 04:22:16 DEBUG : toe/toe/toe.txt: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/22 04:22:16 INFO : toe/toe/toe.txt: Copied (new) to: tictactoe/tictactoe/tictactoe.txt 2026/08/22 04:22:16 INFO : toe/toe/toe.txt: Deleted 2026/08/22 04:22:16 INFO : toe/toe: Removing directory 2026/08/22 04:22:16 INFO : toe: Removing directory 2026/08/22 04:22:16 INFO : empty_dir: Removing directory 2026/08/22 04:22:16 DEBUG : Local file system at /tmp/rclone2587900294: deleted 3 directories fstest.go:251: Filtering empty directory "tictacempty_dir" 2026/08/22 04:22:17 DEBUG : tictactoe/tictactoe/tictactoe.txt: size = 11 OK 2026/08/22 04:22:17 DEBUG : tictactoe/tictactoe/tictactoe.txt: Size and modification time the same (differ by 0s, within tolerance 1ms) 2026/08/22 04:22:17 DEBUG : tictactoe/tictactoe/tictactoe.txt: transformed to: toe/toe/toe.txt 2026/08/22 04:22:17 DEBUG : tictactoe/tictactoe/tictactoe.txt: transformed to: toe/toe/toe.txt 2026/08/22 04:22:17 DEBUG : tictactoe/tictactoe/tictactoe.txt: transformed to: toe/toe/toe.txt 2026/08/22 04:22:18 DEBUG : toe/toe/toe.txt: size = 11 OK 2026/08/22 04:22:18 DEBUG : tictactoe/tictactoe/tictactoe.txt: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/22 04:22:18 INFO : tictactoe/tictactoe/tictactoe.txt: Copied (new) to: toe/toe/toe.txt 2026/08/22 04:22:18 INFO : tictactoe/tictactoe/tictactoe.txt: Deleted fstest.go:251: Filtering empty directory "tictacempty_dir" fstest.go:251: Filtering empty directory "tictactoe" fstest.go:251: Filtering empty directory "tictactoe/tictactoe" --- PASS: TestManualTransformFile (3.62s) === RUN TestBase64 run.go:198: Remote "B2 bucket rclone-test-diyujup8baku", Local "Local file system at /tmp/rclone2587900294", Modify Window "1ms" 2026/08/22 04:22:19 DEBUG : toe: transformed to: dG9l 2026/08/22 04:22:19 DEBUG : toe: transformed to: dG9l 2026/08/22 04:22:19 INFO : dG9l: Making directory 2026/08/22 04:22:19 DEBUG : toe: transformed to: dG9l 2026/08/22 04:22:19 DEBUG : toe: transformed to: dG9l 2026/08/22 04:22:19 DEBUG : toe/toe: transformed to: dG9l/dG9l 2026/08/22 04:22:19 INFO : dG9l/dG9l: Making directory 2026/08/22 04:22:19 DEBUG : toe/toe: transformed to: dG9l/dG9l 2026/08/22 04:22:19 DEBUG : toe.txt: transformed to: dG9lLnR4dA== 2026/08/22 04:22:19 DEBUG : toe/toe/toe.txt: transformed to: dG9l/dG9l/dG9lLnR4dA== 2026/08/22 04:22:19 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2026/08/22 04:22:19 DEBUG : toe/toe/toe.txt: transformed to: dG9l/dG9l/dG9lLnR4dA== 2026/08/22 04:22:19 DEBUG : B2 bucket rclone-test-diyujup8baku: Waiting for checks to finish 2026/08/22 04:22:19 DEBUG : B2 bucket rclone-test-diyujup8baku: Waiting for transfers to finish 2026/08/22 04:22:19 DEBUG : dG9l/dG9l/dG9lLnR4dA==: size = 11 OK 2026/08/22 04:22:19 DEBUG : toe/toe/toe.txt: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/22 04:22:19 INFO : toe/toe/toe.txt: Copied (new) to: dG9l/dG9l/dG9lLnR4dA== 2026/08/22 04:22:19 DEBUG : Waiting for deletions to finish 2026/08/22 04:22:20 DEBUG : dG9l: transformed to: toe 2026/08/22 04:22:20 DEBUG : dG9l: transformed to: toe 2026/08/22 04:22:20 DEBUG : dG9l: transformed to: toe 2026/08/22 04:22:20 DEBUG : dG9l/dG9l: transformed to: toe/toe 2026/08/22 04:22:20 DEBUG : dG9lLnR4dA==: transformed to: toe.txt 2026/08/22 04:22:20 DEBUG : toe/toe/toe.txt: size = 11 OK 2026/08/22 04:22:20 DEBUG : dG9l/dG9l/dG9lLnR4dA==: Size and modification time the same (differ by 999.999µs, within tolerance 1ms) 2026/08/22 04:22:20 DEBUG : dG9l/dG9l/dG9lLnR4dA==: transformed to: toe/toe/toe.txt 2026/08/22 04:22:20 DEBUG : dG9l/dG9l/dG9lLnR4dA==: Unchanged skipping 2026/08/22 04:22:20 DEBUG : Local file system at /tmp/rclone2587900294: Waiting for checks to finish 2026/08/22 04:22:20 DEBUG : Local file system at /tmp/rclone2587900294: Waiting for transfers to finish 2026/08/22 04:22:20 DEBUG : Waiting for deletions to finish --- PASS: TestBase64 (2.49s) === RUN TestError run.go:198: Remote "B2 bucket rclone-test-diyujup8baku", Local "Local file system at /tmp/rclone2587900294", Modify Window "1ms" 2026/08/22 04:22:21 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2026/08/22 04:22:21 DEBUG : toe: transformed to: 2026/08/22 04:22:21 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2026/08/22 04:22:21 DEBUG : toe: transformed to: 2026/08/22 04:22:21 INFO : B2 bucket rclone-test-diyujup8baku: Making directory 2026/08/22 04:22:21 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2026/08/22 04:22:21 DEBUG : toe: transformed to: 2026/08/22 04:22:21 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2026/08/22 04:22:21 DEBUG : toe: transformed to: 2026/08/22 04:22:21 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2026/08/22 04:22:21 DEBUG : toe/toe: transformed to: 2026/08/22 04:22:21 ERROR : toe/toe: number of path segments must match: toe/toe (1), (0) 2026/08/22 04:22:21 INFO : toe/toe: Making directory 2026/08/22 04:22:21 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2026/08/22 04:22:21 DEBUG : toe/toe: transformed to: 2026/08/22 04:22:21 ERROR : toe/toe: number of path segments must match: toe/toe (1), (0) 2026/08/22 04:22:21 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2026/08/22 04:22:21 DEBUG : toe: transformed to: 2026/08/22 04:22:21 DEBUG : toe/toe/toe: Need to transfer - File not found at Destination 2026/08/22 04:22:21 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2026/08/22 04:22:21 DEBUG : toe/toe/toe: transformed to: 2026/08/22 04:22:21 ERROR : toe/toe/toe: number of path segments must match: toe/toe/toe (2), (0) 2026/08/22 04:22:21 DEBUG : B2 bucket rclone-test-diyujup8baku: Waiting for checks to finish 2026/08/22 04:22:21 DEBUG : B2 bucket rclone-test-diyujup8baku: Waiting for transfers to finish 2026/08/22 04:22:22 DEBUG : toe/toe/toe: size = 11 OK 2026/08/22 04:22:22 DEBUG : toe/toe/toe: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/22 04:22:22 INFO : toe/toe/toe: Copied (new) 2026/08/22 04:22:22 ERROR : B2 bucket rclone-test-diyujup8baku: not deleting files as there were IO errors 2026/08/22 04:22:22 ERROR : B2 bucket rclone-test-diyujup8baku: not deleting directories as there were IO errors --- PASS: TestError (1.65s) PASS 2026/08/22 04:22:23 DEBUG : B2 bucket rclone-test-diyujup8baku: Purge remote 2026/08/22 04:22:23 INFO : B2 bucket rclone-test-diyujup8baku: cleaning bucket "rclone-test-diyujup8baku" of all files 2026/08/22 04:22:24 DEBUG : BackupDir/one: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4192968a8bc7face_d20260822_m041700_c001_v7007000_t0000_u01787372220040") 2026/08/22 04:22:24 DEBUG : BackupDir/one: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f403494f643e6860e_d20260822_m041655_c001_v0001044_t0012_u01787372215352") 2026/08/22 04:22:24 DEBUG : CompareDest/one: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f410bac62f64f9eb6_d20260822_m041636_c001_v7007000_t0000_u01787372196407") 2026/08/22 04:22:24 DEBUG : CompareDest/one: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f414899d5a3c2b58a_d20260822_m041630_c001_v0001032_t0007_u01787372190834") 2026/08/22 04:22:24 DEBUG : CompareDest/two: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f410bac62f64f9eb7_d20260822_m041636_c001_v7007000_t0000_u01787372196589") 2026/08/22 04:22:24 DEBUG : CompareDest/two: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4078a8209187590e_d20260822_m041632_c001_v0001167_t0013_u01787372192131") 2026/08/22 04:22:24 DEBUG : CopyDest/one: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4192968a8bc7facf_d20260822_m041700_c001_v7007000_t0000_u01787372220222") 2026/08/22 04:22:24 DEBUG : CopyDest/one: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f409c7ea5cc4fa64b_d20260822_m041652_c001_v0001109_t0038_u01787372212133") 2026/08/22 04:22:24 DEBUG : CopyDest/three: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4192968a8bc7fad0_d20260822_m041700_c001_v7007000_t0000_u01787372220405") 2026/08/22 04:22:24 DEBUG : CopyDest/three: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4078a820918759d0_d20260822_m041658_c001_v0001167_t0013_u01787372218348") 2026/08/22 04:22:24 DEBUG : CopyDest/two: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4192968a8bc7fad1_d20260822_m041700_c001_v7007000_t0000_u01787372220588") 2026/08/22 04:22:24 DEBUG : CopyDest/two: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f414899d5a3c2b606_d20260822_m041656_c001_v0001032_t0007_u01787372216471") 2026/08/22 04:22:24 DEBUG : EXISTING: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f412790c831b55c51_d20260822_m041833_c001_v7007000_t0000_u01787372313478") 2026/08/22 04:22:24 DEBUG : EXISTING: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f414899d5a3c2b7bc_d20260822_m041832_c001_v0001032_t0007_u01787372312515") 2026/08/22 04:22:24 DEBUG : PREFIXapple: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f40976990ec9c9304_d20260822_m042012_c001_v7007000_t0000_u01787372412129") 2026/08/22 04:22:25 DEBUG : PREFIXapple: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f414899d5a3c2b9f4_d20260822_m042006_c001_v0001032_t0007_u01787372406273") 2026/08/22 04:22:25 DEBUG : PREFIXappleappleapplebanana: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f426a09e1b6df6c39_d20260822_m042012_c001_v7007000_t0000_u01787372412330") 2026/08/22 04:22:25 DEBUG : PREFIXappleappleapplebanana: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f1078a8209187616c_d20260822_m042006_c001_v0001167_t0053_u01787372406284") 2026/08/22 04:22:25 DEBUG : PREFIXbanana: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f419459bd5f966fbd_d20260822_m042012_c001_v7007000_t0000_u01787372412374") 2026/08/22 04:22:25 DEBUG : PREFIXbanana: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f409c7ea5cc4facab_d20260822_m042006_c001_v0001109_t0038_u01787372406293") 2026/08/22 04:22:25 DEBUG : PREFIXsplitbananasplit: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4114a9be4d85ff09_d20260822_m042012_c001_v7007000_t0000_u01787372412138") 2026/08/22 04:22:25 DEBUG : PREFIXsplitbananasplit: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4159c592b08ab8d8_d20260822_m042006_c001_v0001090_t0028_u01787372406306") 2026/08/22 04:22:25 DEBUG : Testêé: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f412790c831b55c4f_d20260822_m041829_c001_v7007000_t0000_u01787372309864") 2026/08/22 04:22:25 DEBUG : Testêé: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4078a82091875cf0_d20260822_m041829_c001_v0001167_t0013_u01787372309297") 2026/08/22 04:22:25 DEBUG : Testêé: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f414899d5a3c2b79c_d20260822_m041828_c001_v0001032_t0007_u01787372308348") 2026/08/22 04:22:25 DEBUG : YXBwbGU=: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f407841096fa83b08_d20260822_m041956_c001_v7007000_t0000_u01787372396171") 2026/08/22 04:22:25 DEBUG : YXBwbGU=: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f414899d5a3c2b98e_d20260822_m041949_c001_v0001032_t0007_u01787372389822") 2026/08/22 04:22:25 DEBUG : YXBwbGVhcHBsZWFwcGxlYmFuYW5h: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f407841096fa83b09_d20260822_m041956_c001_v7007000_t0000_u01787372396353") 2026/08/22 04:22:25 DEBUG : YXBwbGVhcHBsZWFwcGxlYmFuYW5h: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f109c7ea5cc4fac0f_d20260822_m041949_c001_v0001109_t0020_u01787372389834") 2026/08/22 04:22:25 DEBUG : YmFuYW5h: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f407841096fa83b0a_d20260822_m041956_c001_v7007000_t0000_u01787372396536") 2026/08/22 04:22:25 DEBUG : YmFuYW5h: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4159c592b08ab88e_d20260822_m041949_c001_v0001090_t0028_u01787372389844") 2026/08/22 04:22:25 DEBUG : a/potato2: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f416227ca4ca0fc0d_d20260822_m041500_c001_v7007000_t0000_u01787372100841") 2026/08/22 04:22:25 DEBUG : a/potato2: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f109c7ea5cc4fa39f_d20260822_m041459_c001_v0001109_t0048_u01787372099775") 2026/08/22 04:22:25 DEBUG : a/potato2: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f420af02780d0d855_d20260822_m041458_c001_v7007000_t0000_u01787372098468") 2026/08/22 04:22:25 DEBUG : a/potato2: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f109c7ea5cc4fa383_d20260822_m041456_c001_v0001109_t0013_u01787372096840") 2026/08/22 04:22:26 DEBUG : a/potato2: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f416227ca4ca0fbcc_d20260822_m041439_c001_v7007000_t0000_u01787372079796") 2026/08/22 04:22:26 DEBUG : a/potato2: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f109c7ea5cc4fa2d9_d20260822_m041438_c001_v0001109_t0040_u01787372078410") 2026/08/22 04:22:26 DEBUG : apple: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f40976990ec9d1929_d20260822_m042150_c001_v7007000_t0000_u01787372510145") 2026/08/22 04:22:26 DEBUG : apple: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f414899d5a3c2bc3c_d20260822_m042146_c001_v0001032_t0007_u01787372506845") 2026/08/22 04:22:26 DEBUG : apple: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f40976990ec9d18f8_d20260822_m042137_c001_v7007000_t0000_u01787372497898") 2026/08/22 04:22:26 DEBUG : apple: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f414899d5a3c2bbf6_d20260822_m042134_c001_v0001032_t0007_u01787372494094") 2026/08/22 04:22:26 DEBUG : apple: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f410bac62f6512bdc_d20260822_m042125_c001_v7007000_t0000_u01787372485368") 2026/08/22 04:22:26 DEBUG : apple: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f414899d5a3c2bbac_d20260822_m042121_c001_v0001032_t0007_u01787372481478") 2026/08/22 04:22:26 DEBUG : apple: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f40902fdc35ef5ca8_d20260822_m042112_c001_v7007000_t0000_u01787372472493") 2026/08/22 04:22:26 DEBUG : apple: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f414899d5a3c2bb64_d20260822_m042108_c001_v0001032_t0007_u01787372468477") 2026/08/22 04:22:26 DEBUG : apple: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f41620da36370818c_d20260822_m042059_c001_v7007000_t0000_u01787372459489") 2026/08/22 04:22:26 DEBUG : apple: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f414899d5a3c2bb1c_d20260822_m042055_c001_v0001032_t0007_u01787372455529") 2026/08/22 04:22:26 DEBUG : apple: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f41620da36370816a_d20260822_m042046_c001_v7007000_t0000_u01787372446733") 2026/08/22 04:22:26 DEBUG : apple: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f409c7ea5cc4fae03_d20260822_m042041_c001_v0001109_t0038_u01787372441729") 2026/08/22 04:22:26 DEBUG : apple: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f421d62214452135c_d20260822_m042032_c001_v7007000_t0000_u01787372432994") 2026/08/22 04:22:26 DEBUG : apple: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4159c592b08ab954_d20260822_m042030_c001_v0001090_t0028_u01787372430280") 2026/08/22 04:22:26 DEBUG : apple: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4225634d9f09d702_d20260822_m042029_c001_v7007000_t0000_u01787372429301") 2026/08/22 04:22:26 DEBUG : apple: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f409c7ea5cc4fad59_d20260822_m042022_c001_v0001109_t0038_u01787372422704") 2026/08/22 04:22:26 DEBUG : apple: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4189d3b2c03647e5_d20260822_m042013_c001_v7007000_t0000_u01787372413891") 2026/08/22 04:22:26 DEBUG : apple: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f409c7ea5cc4facdf_d20260822_m042011_c001_v0001109_t0038_u01787372411090") 2026/08/22 04:22:27 DEBUG : apple: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4189d3b2c03647d8_d20260822_m042010_c001_v7007000_t0000_u01787372410026") 2026/08/22 04:22:27 DEBUG : apple: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f414899d5a3c2b9ec_d20260822_m042004_c001_v0001032_t0007_u01787372404853") 2026/08/22 04:22:27 DEBUG : apple: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f419459bd5f966f77_d20260822_m041953_c001_v7007000_t0000_u01787372393623") 2026/08/22 04:22:27 DEBUG : apple: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f414899d5a3c2b988_d20260822_m041948_c001_v0001032_t0007_u01787372388405") 2026/08/22 04:22:27 DEBUG : apple: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f419459bd5f966f0e_d20260822_m041939_c001_v7007000_t0000_u01787372379545") 2026/08/22 04:22:27 DEBUG : apple: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f414899d5a3c2b954_d20260822_m041936_c001_v0001032_t0007_u01787372376424") 2026/08/22 04:22:27 DEBUG : apple: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f40174204ddbd92bd_d20260822_m041927_c001_v7007000_t0000_u01787372367729") 2026/08/22 04:22:27 DEBUG : apple: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f414899d5a3c2b912_d20260822_m041924_c001_v0001032_t0007_u01787372364622") 2026/08/22 04:22:27 DEBUG : appleSUFFIX: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f421d622144521356_d20260822_m042031_c001_v7007000_t0000_u01787372431282") 2026/08/22 04:22:27 DEBUG : appleSUFFIX: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f409c7ea5cc4fad71_d20260822_m042024_c001_v0001109_t0038_u01787372424203") 2026/08/22 04:22:27 DEBUG : appleapple: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f41620da36370816c_d20260822_m042046_c001_v7007000_t0000_u01787372446916") 2026/08/22 04:22:27 DEBUG : appleapple: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f409c7ea5cc4fae0d_d20260822_m042043_c001_v0001109_t0038_u01787372443192") 2026/08/22 04:22:27 DEBUG : appleappleapplebanana: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f40976990ec9d192a_d20260822_m042150_c001_v7007000_t0000_u01787372510331") 2026/08/22 04:22:27 DEBUG : appleappleapplebanana: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f409c7ea5cc4fb03f_d20260822_m042147_c001_v0001109_t0038_u01787372507214") 2026/08/22 04:22:27 DEBUG : appleappleapplebanana: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f40976990ec9d18f9_d20260822_m042138_c001_v7007000_t0000_u01787372498081") 2026/08/22 04:22:27 DEBUG : appleappleapplebanana: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f409c7ea5cc4fafdb_d20260822_m042134_c001_v0001109_t0038_u01787372494469") 2026/08/22 04:22:27 DEBUG : appleappleapplebanana: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f410bac62f6512bdd_d20260822_m042125_c001_v7007000_t0000_u01787372485549") 2026/08/22 04:22:27 DEBUG : appleappleapplebanana: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f409c7ea5cc4faf5f_d20260822_m042121_c001_v0001109_t0038_u01787372481848") 2026/08/22 04:22:27 DEBUG : appleappleapplebanana: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f40902fdc35ef5ca9_d20260822_m042112_c001_v7007000_t0000_u01787372472676") 2026/08/22 04:22:27 DEBUG : appleappleapplebanana: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f409c7ea5cc4faefb_d20260822_m042109_c001_v0001109_t0038_u01787372469113") 2026/08/22 04:22:28 DEBUG : appleappleapplebanana: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f41620da36370818d_d20260822_m042059_c001_v7007000_t0000_u01787372459672") 2026/08/22 04:22:28 DEBUG : appleappleapplebanana: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f409c7ea5cc4fae7b_d20260822_m042055_c001_v0001109_t0038_u01787372455898") 2026/08/22 04:22:28 DEBUG : appleappleapplebanana: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4068a65c81bf4343_d20260822_m042044_c001_v7007000_t0000_u01787372444753") 2026/08/22 04:22:28 DEBUG : appleappleapplebanana: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f414899d5a3c2bade_d20260822_m042042_c001_v0001032_t0007_u01787372442102") 2026/08/22 04:22:28 DEBUG : appleappleapplebanana: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f421d62214452135e_d20260822_m042033_c001_v7007000_t0000_u01787372433175") 2026/08/22 04:22:28 DEBUG : appleappleapplebanana: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4078a82091876270_d20260822_m042030_c001_v0001167_t0013_u01787372430260") 2026/08/22 04:22:28 DEBUG : appleappleapplebanana: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f426a09e1b6df6c51_d20260822_m042029_c001_v7007000_t0000_u01787372429352") 2026/08/22 04:22:28 DEBUG : appleappleapplebanana: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4078a82091876228_d20260822_m042023_c001_v0001167_t0013_u01787372423079") 2026/08/22 04:22:28 DEBUG : appleappleapplebanana: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4189d3b2c03647e6_d20260822_m042014_c001_v7007000_t0000_u01787372414125") 2026/08/22 04:22:28 DEBUG : appleappleapplebanana: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4159c592b08ab8fa_d20260822_m042011_c001_v0001090_t0028_u01787372411102") 2026/08/22 04:22:28 DEBUG : appleappleapplebanana: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f426a09e1b6df6c33_d20260822_m042009_c001_v7007000_t0000_u01787372409858") 2026/08/22 04:22:28 DEBUG : appleappleapplebanana: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f409c7ea5cc4faca1_d20260822_m042005_c001_v0001109_t0038_u01787372405222") 2026/08/22 04:22:28 DEBUG : appleappleapplebanana: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f419459bd5f966f7a_d20260822_m041953_c001_v7007000_t0000_u01787372393805") 2026/08/22 04:22:28 DEBUG : appleappleapplebanana: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4159c592b08ab884_d20260822_m041948_c001_v0001090_t0028_u01787372388773") 2026/08/22 04:22:28 DEBUG : appleappleapplebanana: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f419459bd5f966f0f_d20260822_m041939_c001_v7007000_t0000_u01787372379729") 2026/08/22 04:22:28 DEBUG : appleappleapplebanana: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4159c592b08ab858_d20260822_m041936_c001_v0001090_t0028_u01787372376789") 2026/08/22 04:22:28 DEBUG : appleappleapplebanana: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f40174204ddbd92be_d20260822_m041927_c001_v7007000_t0000_u01787372367909") 2026/08/22 04:22:28 DEBUG : appleappleapplebanana: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4159c592b08ab800_d20260822_m041924_c001_v0001090_t0028_u01787372364990") 2026/08/22 04:22:28 DEBUG : appleappleapplebananaSUFFIX: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f40174204ddbd92ef_d20260822_m042031_c001_v7007000_t0000_u01787372431454") 2026/08/22 04:22:29 DEBUG : appleappleapplebananaSUFFIX: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f1159c592b08ab936_d20260822_m042024_c001_v0001090_t0015_u01787372424215") 2026/08/22 04:22:29 DEBUG : b/potato: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f416227ca4ca0fc0e_d20260822_m041501_c001_v7007000_t0000_u01787372101023") 2026/08/22 04:22:29 DEBUG : b/potato: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f409c7ea5cc4fa38f_d20260822_m041459_c001_v0001109_t0038_u01787372099017") 2026/08/22 04:22:29 DEBUG : b/potato: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f420af02780d0d854_d20260822_m041457_c001_v7007000_t0000_u01787372097904") 2026/08/22 04:22:29 DEBUG : b/potato: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f409c7ea5cc4fa37d_d20260822_m041456_c001_v0001109_t0038_u01787372096071") 2026/08/22 04:22:29 DEBUG : b/potato: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f416227ca4ca0fbc7_d20260822_m041439_c001_v7007000_t0000_u01787372079240") 2026/08/22 04:22:29 DEBUG : b/potato: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f409c7ea5cc4fa2cd_d20260822_m041437_c001_v0001109_t0038_u01787372077572") 2026/08/22 04:22:29 DEBUG : backup/one: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f400be1583d5685c9_d20260822_m041712_c001_v7007000_t0000_u01787372232126") 2026/08/22 04:22:29 DEBUG : backup/one: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f406fb36406444a23_d20260822_m041710_c001_v0001041_t0013_u01787372230608") 2026/08/22 04:22:29 DEBUG : backup/one: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4076d36d2c061cb4_d20260822_m041707_c001_v0001174_t0045_u01787372227225") 2026/08/22 04:22:29 DEBUG : backup/one-2019-01-01: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f425a8c9b54143d1e_d20260822_m041756_c001_v7007000_t0000_u01787372276940") 2026/08/22 04:22:29 DEBUG : backup/one-2019-01-01: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4003fcde1a52ec82_d20260822_m041755_c001_v0001092_t0020_u01787372275441") 2026/08/22 04:22:29 DEBUG : backup/one-2019-01-01: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4106480f6afff55c_d20260822_m041751_c001_v0001167_t0055_u01787372271993") 2026/08/22 04:22:29 DEBUG : backup/one.bak: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4192968a8bc7fb72_d20260822_m041744_c001_v7007000_t0000_u01787372264702") 2026/08/22 04:22:29 DEBUG : backup/one.bak: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f402fe27849b831fe_d20260822_m041743_c001_v0001177_t0047_u01787372263198") 2026/08/22 04:22:29 DEBUG : backup/one.bak: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f41368bbb54586169_d20260822_m041739_c001_v0001167_t0039_u01787372259715") 2026/08/22 04:22:29 DEBUG : backup/three-2019-01-01.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f425a8c9b54143d20_d20260822_m041757_c001_v7007000_t0000_u01787372277121") 2026/08/22 04:22:29 DEBUG : backup/three-2019-01-01.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f40567dcf32427420_d20260822_m041756_c001_v0001183_t0054_u01787372276203") 2026/08/22 04:22:29 DEBUG : backup/three-2019-01-01.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f400ed0a00bf989cb_d20260822_m041753_c001_v0001102_t0044_u01787372273294") 2026/08/22 04:22:29 DEBUG : backup/three.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f400be1583d5685cb_d20260822_m041712_c001_v7007000_t0000_u01787372232309") 2026/08/22 04:22:30 DEBUG : backup/three.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f402f2410a385003d_d20260822_m041711_c001_v0001029_t0028_u01787372231357") 2026/08/22 04:22:30 DEBUG : backup/three.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f418a0b932b023d38_d20260822_m041708_c001_v0001097_t0030_u01787372228561") 2026/08/22 04:22:30 DEBUG : backup/three.txt.bak: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4192968a8bc7fb75_d20260822_m041744_c001_v7007000_t0000_u01787372264886") 2026/08/22 04:22:30 DEBUG : backup/three.txt.bak: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4122633d461eab9e_d20260822_m041743_c001_v0001137_t0036_u01787372263965") 2026/08/22 04:22:30 DEBUG : backup/three.txt.bak: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4015d38d6cf5b34b_d20260822_m041741_c001_v0001184_t0018_u01787372261098") 2026/08/22 04:22:30 DEBUG : banana: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f40976990ec9d192b_d20260822_m042150_c001_v7007000_t0000_u01787372510514") 2026/08/22 04:22:30 DEBUG : banana: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4159c592b08abaf1_d20260822_m042147_c001_v0001090_t0028_u01787372507029") 2026/08/22 04:22:30 DEBUG : banana: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f40976990ec9d18fb_d20260822_m042138_c001_v7007000_t0000_u01787372498266") 2026/08/22 04:22:30 DEBUG : banana: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4159c592b08abab3_d20260822_m042134_c001_v0001090_t0028_u01787372494283") 2026/08/22 04:22:30 DEBUG : banana: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f410bac62f6512bde_d20260822_m042125_c001_v7007000_t0000_u01787372485729") 2026/08/22 04:22:30 DEBUG : banana: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4159c592b08aba73_d20260822_m042121_c001_v0001090_t0028_u01787372481664") 2026/08/22 04:22:30 DEBUG : banana: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f40902fdc35ef5caa_d20260822_m042112_c001_v7007000_t0000_u01787372472860") 2026/08/22 04:22:30 DEBUG : banana: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4159c592b08aba47_d20260822_m042108_c001_v0001090_t0028_u01787372468662") 2026/08/22 04:22:30 DEBUG : banana: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f41620da36370818e_d20260822_m042059_c001_v7007000_t0000_u01787372459855") 2026/08/22 04:22:30 DEBUG : banana: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4159c592b08ab9f7_d20260822_m042055_c001_v0001090_t0028_u01787372455714") 2026/08/22 04:22:30 DEBUG : banana: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f41620da36370816d_d20260822_m042047_c001_v7007000_t0000_u01787372447098") 2026/08/22 04:22:30 DEBUG : banana: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4078a820918762ff_d20260822_m042041_c001_v0001167_t0013_u01787372441916") 2026/08/22 04:22:30 DEBUG : banana: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f421d62214452135f_d20260822_m042033_c001_v7007000_t0000_u01787372433357") 2026/08/22 04:22:30 DEBUG : banana: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f409c7ea5cc4fadaf_d20260822_m042030_c001_v0001109_t0038_u01787372430249") 2026/08/22 04:22:30 DEBUG : banana: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4225634d9f09d701_d20260822_m042029_c001_v7007000_t0000_u01787372429116") 2026/08/22 04:22:31 DEBUG : banana: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4159c592b08ab930_d20260822_m042022_c001_v0001090_t0028_u01787372422889") 2026/08/22 04:22:31 DEBUG : banana: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4189d3b2c03647e8_d20260822_m042014_c001_v7007000_t0000_u01787372414307") 2026/08/22 04:22:31 DEBUG : banana: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4078a820918761a8_d20260822_m042011_c001_v0001167_t0013_u01787372411123") 2026/08/22 04:22:31 DEBUG : banana: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f400be1583d568871_d20260822_m042009_c001_v7007000_t0000_u01787372409438") 2026/08/22 04:22:31 DEBUG : banana: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4078a8209187615c_d20260822_m042005_c001_v0001167_t0013_u01787372405039") 2026/08/22 04:22:31 DEBUG : banana: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f417f207affa425b8_d20260822_m041954_c001_v7007000_t0000_u01787372394264") 2026/08/22 04:22:31 DEBUG : banana: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f409c7ea5cc4fac01_d20260822_m041948_c001_v0001109_t0038_u01787372388589") 2026/08/22 04:22:31 DEBUG : banana: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f419459bd5f966f10_d20260822_m041939_c001_v7007000_t0000_u01787372379915") 2026/08/22 04:22:31 DEBUG : banana: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f409c7ea5cc4fab97_d20260822_m041936_c001_v0001109_t0038_u01787372376606") 2026/08/22 04:22:31 DEBUG : banana: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f40174204ddbd92bf_d20260822_m041928_c001_v7007000_t0000_u01787372368095") 2026/08/22 04:22:31 DEBUG : banana: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f409c7ea5cc4fab43_d20260822_m041924_c001_v0001109_t0038_u01787372364804") 2026/08/22 04:22:31 DEBUG : bananaSUFFIX: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f421d622144521358_d20260822_m042031_c001_v7007000_t0000_u01787372431464") 2026/08/22 04:22:31 DEBUG : bananaSUFFIX: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4078a82091876236_d20260822_m042024_c001_v0001167_t0013_u01787372424225") 2026/08/22 04:22:31 DEBUG : both0: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f40174204ddbd926f_d20260822_m041900_c001_v7007000_t0000_u01787372340540") 2026/08/22 04:22:31 DEBUG : both0: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f409c7ea5cc4faa1f_d20260822_m041850_c001_v0001109_t0038_u01787372330044") 2026/08/22 04:22:31 DEBUG : both0: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f421d62214452128e_d20260822_m041845_c001_v7007000_t0000_u01787372325761") 2026/08/22 04:22:31 DEBUG : both0: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4078a82091875d3e_d20260822_m041835_c001_v0001167_t0013_u01787372315744") 2026/08/22 04:22:31 DEBUG : both1: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f40174204ddbd9270_d20260822_m041900_c001_v7007000_t0000_u01787372340725") 2026/08/22 04:22:31 DEBUG : both1: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4078a82091875e02_d20260822_m041851_c001_v0001167_t0013_u01787372331164") 2026/08/22 04:22:31 DEBUG : both1: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f421d622144521290_d20260822_m041845_c001_v7007000_t0000_u01787372325942") 2026/08/22 04:22:31 DEBUG : both1: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f414899d5a3c2b7ca_d20260822_m041836_c001_v0001032_t0007_u01787372316111") 2026/08/22 04:22:32 DEBUG : both10: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f40174204ddbd9271_d20260822_m041900_c001_v7007000_t0000_u01787372340906") 2026/08/22 04:22:32 DEBUG : both10: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4078a82091875e3c_d20260822_m041854_c001_v0001167_t0013_u01787372334552") 2026/08/22 04:22:32 DEBUG : both10: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f421d622144521292_d20260822_m041846_c001_v7007000_t0000_u01787372326123") 2026/08/22 04:22:32 DEBUG : both10: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f414899d5a3c2b7ea_d20260822_m041839_c001_v0001032_t0007_u01787372319438") 2026/08/22 04:22:32 DEBUG : both11: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f40174204ddbd9272_d20260822_m041901_c001_v7007000_t0000_u01787372341086") 2026/08/22 04:22:32 DEBUG : both11: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f414899d5a3c2b866_d20260822_m041854_c001_v0001032_t0007_u01787372334931") 2026/08/22 04:22:32 DEBUG : both11: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f421d622144521294_d20260822_m041846_c001_v7007000_t0000_u01787372326305") 2026/08/22 04:22:32 DEBUG : both11: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f409c7ea5cc4fa9ad_d20260822_m041839_c001_v0001109_t0038_u01787372319809") 2026/08/22 04:22:32 DEBUG : both12: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f40174204ddbd9273_d20260822_m041901_c001_v7007000_t0000_u01787372341267") 2026/08/22 04:22:32 DEBUG : both12: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f409c7ea5cc4faa5f_d20260822_m041855_c001_v0001109_t0038_u01787372335300") 2026/08/22 04:22:32 DEBUG : both12: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f421d622144521295_d20260822_m041846_c001_v7007000_t0000_u01787372326559") 2026/08/22 04:22:32 DEBUG : both12: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4078a82091875d7e_d20260822_m041840_c001_v0001167_t0013_u01787372320177") 2026/08/22 04:22:32 DEBUG : both13: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f40174204ddbd9274_d20260822_m041901_c001_v7007000_t0000_u01787372341459") 2026/08/22 04:22:32 DEBUG : both13: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4078a82091875e48_d20260822_m041855_c001_v0001167_t0013_u01787372335678") 2026/08/22 04:22:32 DEBUG : both13: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f421d622144521296_d20260822_m041846_c001_v7007000_t0000_u01787372326749") 2026/08/22 04:22:32 DEBUG : both13: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f414899d5a3c2b7f4_d20260822_m041840_c001_v0001032_t0007_u01787372320579") 2026/08/22 04:22:32 DEBUG : both14: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f40174204ddbd9275_d20260822_m041901_c001_v7007000_t0000_u01787372341640") 2026/08/22 04:22:32 DEBUG : both14: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f414899d5a3c2b86e_d20260822_m041856_c001_v0001032_t0007_u01787372336046") 2026/08/22 04:22:32 DEBUG : both14: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f421d622144521298_d20260822_m041846_c001_v7007000_t0000_u01787372326930") 2026/08/22 04:22:32 DEBUG : both14: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f409c7ea5cc4fa9bd_d20260822_m041840_c001_v0001109_t0038_u01787372320944") 2026/08/22 04:22:33 DEBUG : both15: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f40174204ddbd9276_d20260822_m041901_c001_v7007000_t0000_u01787372341820") 2026/08/22 04:22:33 DEBUG : both15: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f409c7ea5cc4faa67_d20260822_m041856_c001_v0001109_t0038_u01787372336417") 2026/08/22 04:22:33 DEBUG : both15: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f421d622144521299_d20260822_m041847_c001_v7007000_t0000_u01787372327114") 2026/08/22 04:22:33 DEBUG : both15: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4078a82091875d8e_d20260822_m041841_c001_v0001167_t0013_u01787372321312") 2026/08/22 04:22:33 DEBUG : both16: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f40174204ddbd9277_d20260822_m041902_c001_v7007000_t0000_u01787372342001") 2026/08/22 04:22:33 DEBUG : both16: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4078a82091875e54_d20260822_m041856_c001_v0001167_t0013_u01787372336834") 2026/08/22 04:22:33 DEBUG : both16: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f421d62214452129b_d20260822_m041847_c001_v7007000_t0000_u01787372327299") 2026/08/22 04:22:33 DEBUG : both16: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f414899d5a3c2b7fe_d20260822_m041841_c001_v0001032_t0007_u01787372321679") 2026/08/22 04:22:33 DEBUG : both17: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f40174204ddbd9278_d20260822_m041902_c001_v7007000_t0000_u01787372342181") 2026/08/22 04:22:33 DEBUG : both17: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f414899d5a3c2b87c_d20260822_m041857_c001_v0001032_t0007_u01787372337203") 2026/08/22 04:22:33 DEBUG : both17: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f421d62214452129c_d20260822_m041847_c001_v7007000_t0000_u01787372327480") 2026/08/22 04:22:33 DEBUG : both17: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f409c7ea5cc4fa9d7_d20260822_m041842_c001_v0001109_t0038_u01787372322045") 2026/08/22 04:22:33 DEBUG : both18: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f40174204ddbd9279_d20260822_m041902_c001_v7007000_t0000_u01787372342361") 2026/08/22 04:22:33 DEBUG : both18: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f409c7ea5cc4faa75_d20260822_m041857_c001_v0001109_t0038_u01787372337573") 2026/08/22 04:22:33 DEBUG : both18: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f421d62214452129f_d20260822_m041847_c001_v7007000_t0000_u01787372327661") 2026/08/22 04:22:33 DEBUG : both18: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4078a82091875da4_d20260822_m041842_c001_v0001167_t0013_u01787372322413") 2026/08/22 04:22:33 DEBUG : both19: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f40174204ddbd927a_d20260822_m041902_c001_v7007000_t0000_u01787372342542") 2026/08/22 04:22:33 DEBUG : both19: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4078a82091875e60_d20260822_m041857_c001_v0001167_t0013_u01787372337941") 2026/08/22 04:22:33 DEBUG : both19: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f421d6221445212a0_d20260822_m041847_c001_v7007000_t0000_u01787372327851") 2026/08/22 04:22:33 DEBUG : both19: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f414899d5a3c2b806_d20260822_m041842_c001_v0001032_t0007_u01787372322780") 2026/08/22 04:22:33 DEBUG : both2: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f40174204ddbd927b_d20260822_m041902_c001_v7007000_t0000_u01787372342721") 2026/08/22 04:22:34 DEBUG : both2: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f414899d5a3c2b840_d20260822_m041851_c001_v0001032_t0007_u01787372331542") 2026/08/22 04:22:34 DEBUG : both2: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f421d6221445212a1_d20260822_m041848_c001_v7007000_t0000_u01787372328037") 2026/08/22 04:22:34 DEBUG : both2: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f409c7ea5cc4fa97d_d20260822_m041836_c001_v0001109_t0038_u01787372316478") 2026/08/22 04:22:34 DEBUG : both3: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f40174204ddbd927c_d20260822_m041902_c001_v7007000_t0000_u01787372342902") 2026/08/22 04:22:34 DEBUG : both3: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f409c7ea5cc4faa37_d20260822_m041851_c001_v0001109_t0038_u01787372331913") 2026/08/22 04:22:34 DEBUG : both3: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f421d6221445212a3_d20260822_m041848_c001_v7007000_t0000_u01787372328220") 2026/08/22 04:22:34 DEBUG : both3: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4078a82091875d4e_d20260822_m041836_c001_v0001167_t0013_u01787372316847") 2026/08/22 04:22:34 DEBUG : both4: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f40174204ddbd927d_d20260822_m041903_c001_v7007000_t0000_u01787372343083") 2026/08/22 04:22:34 DEBUG : both4: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4078a82091875e10_d20260822_m041852_c001_v0001167_t0013_u01787372332280") 2026/08/22 04:22:34 DEBUG : both4: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f421d6221445212a5_d20260822_m041848_c001_v7007000_t0000_u01787372328401") 2026/08/22 04:22:34 DEBUG : both4: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f414899d5a3c2b7d0_d20260822_m041837_c001_v0001032_t0007_u01787372317229") 2026/08/22 04:22:34 DEBUG : both5: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f40174204ddbd927e_d20260822_m041903_c001_v7007000_t0000_u01787372343270") 2026/08/22 04:22:34 DEBUG : both5: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f414899d5a3c2b84a_d20260822_m041852_c001_v0001032_t0007_u01787372332648") 2026/08/22 04:22:34 DEBUG : both5: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f421d6221445212a6_d20260822_m041848_c001_v7007000_t0000_u01787372328583") 2026/08/22 04:22:34 DEBUG : both5: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f409c7ea5cc4fa98d_d20260822_m041837_c001_v0001109_t0038_u01787372317598") 2026/08/22 04:22:34 DEBUG : both6: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f40174204ddbd927f_d20260822_m041903_c001_v7007000_t0000_u01787372343451") 2026/08/22 04:22:34 DEBUG : both6: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f409c7ea5cc4faa47_d20260822_m041853_c001_v0001109_t0038_u01787372333017") 2026/08/22 04:22:34 DEBUG : both6: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f421d6221445212a7_d20260822_m041848_c001_v7007000_t0000_u01787372328764") 2026/08/22 04:22:34 DEBUG : both6: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4078a82091875d60_d20260822_m041837_c001_v0001167_t0013_u01787372317966") 2026/08/22 04:22:35 DEBUG : both7: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f40174204ddbd9280_d20260822_m041903_c001_v7007000_t0000_u01787372343630") 2026/08/22 04:22:35 DEBUG : both7: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4078a82091875e2a_d20260822_m041853_c001_v0001167_t0013_u01787372333384") 2026/08/22 04:22:35 DEBUG : both7: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f421d6221445212a9_d20260822_m041848_c001_v7007000_t0000_u01787372328944") 2026/08/22 04:22:35 DEBUG : both7: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f414899d5a3c2b7da_d20260822_m041838_c001_v0001032_t0007_u01787372318335") 2026/08/22 04:22:35 DEBUG : both8: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f40174204ddbd9281_d20260822_m041903_c001_v7007000_t0000_u01787372343810") 2026/08/22 04:22:35 DEBUG : both8: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f414899d5a3c2b860_d20260822_m041853_c001_v0001032_t0007_u01787372333753") 2026/08/22 04:22:35 DEBUG : both8: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f421d6221445212ab_d20260822_m041849_c001_v7007000_t0000_u01787372329125") 2026/08/22 04:22:35 DEBUG : both8: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f409c7ea5cc4fa99f_d20260822_m041838_c001_v0001109_t0038_u01787372318701") 2026/08/22 04:22:35 DEBUG : both9: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f40174204ddbd9282_d20260822_m041903_c001_v7007000_t0000_u01787372343990") 2026/08/22 04:22:35 DEBUG : both9: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f409c7ea5cc4faa53_d20260822_m041854_c001_v0001109_t0038_u01787372334186") 2026/08/22 04:22:35 DEBUG : both9: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f421d6221445212ad_d20260822_m041849_c001_v7007000_t0000_u01787372329305") 2026/08/22 04:22:35 DEBUG : both9: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4078a82091875d6e_d20260822_m041839_c001_v0001167_t0013_u01787372319069") 2026/08/22 04:22:35 DEBUG : c/non empty space: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f416227ca4ca0fc0f_d20260822_m041501_c001_v7007000_t0000_u01787372101207") 2026/08/22 04:22:35 DEBUG : c/non empty space: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f409c7ea5cc4fa395_d20260822_m041459_c001_v0001109_t0038_u01787372099199") 2026/08/22 04:22:35 DEBUG : c/non empty space: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f420af02780d0d856_d20260822_m041458_c001_v7007000_t0000_u01787372098651") 2026/08/22 04:22:35 DEBUG : c/non empty space: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f409c7ea5cc4fa37f_d20260822_m041456_c001_v0001109_t0038_u01787372096254") 2026/08/22 04:22:35 DEBUG : c/non empty space: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f416227ca4ca0fbd0_d20260822_m041439_c001_v7007000_t0000_u01787372079978") 2026/08/22 04:22:35 DEBUG : c/non empty space: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f409c7ea5cc4fa2cf_d20260822_m041437_c001_v0001109_t0038_u01787372077753") 2026/08/22 04:22:35 DEBUG : c3BsaXRiYW5hbmFzcGxpdA==: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f407841096fa83b0c_d20260822_m041956_c001_v7007000_t0000_u01787372396719") 2026/08/22 04:22:35 DEBUG : c3BsaXRiYW5hbmFzcGxpdA==: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4078a820918760b2_d20260822_m041949_c001_v0001167_t0013_u01787372389855") 2026/08/22 04:22:35 DEBUG : check sum: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f40174204ddbd31bf_d20260822_m041431_c001_v7007000_t0000_u01787372071181") 2026/08/22 04:22:36 DEBUG : check sum: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f409c7ea5cc4fa297_d20260822_m041430_c001_v0001109_t0038_u01787372070277") 2026/08/22 04:22:36 DEBUG : dG9l/dG9l/dG9lLnR4dA==: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4278cc7fe2ce742b_d20260822_m042221_c001_v7007000_t0000_u01787372541422") 2026/08/22 04:22:36 DEBUG : dG9l/dG9l/dG9lLnR4dA==: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f414899d5a3c2bcd6_d20260822_m042219_c001_v0001032_t0007_u01787372539899") 2026/08/22 04:22:36 DEBUG : dest/3: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4192968a8bc7faaf_d20260822_m041645_c001_v7007000_t0000_u01787372205442") 2026/08/22 04:22:36 DEBUG : dest/3: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f41259d3e41fa5617_d20260822_m041644_c001_v0001116_t0042_u01787372204327") 2026/08/22 04:22:36 DEBUG : dir1/0000-abcde: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f41620da36370816e_d20260822_m042047_c001_v7007000_t0000_u01787372447282") 2026/08/22 04:22:36 DEBUG : dir1/0000-abcde: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f414899d5a3c2bae2_d20260822_m042043_c001_v0001032_t0007_u01787372443403") 2026/08/22 04:22:36 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f40976990ec9d192c_d20260822_m042150_c001_v7007000_t0000_u01787372510773") 2026/08/22 04:22:36 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f414899d5a3c2bc1a_d20260822_m042142_c001_v0001032_t0007_u01787372502718") 2026/08/22 04:22:36 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f40976990ec9d18fd_d20260822_m042138_c001_v7007000_t0000_u01787372498452") 2026/08/22 04:22:36 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f414899d5a3c2bbda_d20260822_m042130_c001_v0001032_t0007_u01787372490041") 2026/08/22 04:22:36 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f410bac62f6512bdf_d20260822_m042125_c001_v7007000_t0000_u01787372485926") 2026/08/22 04:22:36 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f414899d5a3c2bb8e_d20260822_m042117_c001_v0001032_t0007_u01787372477225") 2026/08/22 04:22:36 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f40902fdc35ef5cab_d20260822_m042113_c001_v7007000_t0000_u01787372473044") 2026/08/22 04:22:36 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f414899d5a3c2bb42_d20260822_m042104_c001_v0001032_t0007_u01787372464403") 2026/08/22 04:22:36 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f41620da36370818f_d20260822_m042100_c001_v7007000_t0000_u01787372460037") 2026/08/22 04:22:36 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f414899d5a3c2bb06_d20260822_m042051_c001_v0001032_t0007_u01787372451386") 2026/08/22 04:22:36 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f41620da363708162_d20260822_m042044_c001_v7007000_t0000_u01787372444790") 2026/08/22 04:22:36 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f409c7ea5cc4faddf_d20260822_m042037_c001_v0001109_t0038_u01787372437632") 2026/08/22 04:22:36 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f421d622144521361_d20260822_m042033_c001_v7007000_t0000_u01787372433543") 2026/08/22 04:22:36 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f409c7ea5cc4fadb1_d20260822_m042030_c001_v0001109_t0038_u01787372430479") 2026/08/22 04:22:37 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f417f207affa425dc_d20260822_m042029_c001_v7007000_t0000_u01787372429321") 2026/08/22 04:22:37 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f409c7ea5cc4fad31_d20260822_m042018_c001_v0001109_t0038_u01787372418617") 2026/08/22 04:22:37 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4189d3b2c03647e9_d20260822_m042014_c001_v7007000_t0000_u01787372414497") 2026/08/22 04:22:37 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f414899d5a3c2ba1c_d20260822_m042011_c001_v0001032_t0007_u01787372411384") 2026/08/22 04:22:37 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f419459bd5f966fb6_d20260822_m042009_c001_v7007000_t0000_u01787372409820") 2026/08/22 04:22:37 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f414899d5a3c2b9d6_d20260822_m042000_c001_v0001032_t0007_u01787372400770") 2026/08/22 04:22:37 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f407841096fa83b03_d20260822_m041954_c001_v7007000_t0000_u01787372394031") 2026/08/22 04:22:37 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f414899d5a3c2b978_d20260822_m041944_c001_v0001032_t0007_u01787372384307") 2026/08/22 04:22:37 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f419459bd5f966f12_d20260822_m041940_c001_v7007000_t0000_u01787372380097") 2026/08/22 04:22:37 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f414899d5a3c2b93e_d20260822_m041932_c001_v0001032_t0007_u01787372372311") 2026/08/22 04:22:37 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f40174204ddbd92c0_d20260822_m041928_c001_v7007000_t0000_u01787372368275") 2026/08/22 04:22:37 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f414899d5a3c2b8fa_d20260822_m041921_c001_v0001032_t0007_u01787372361298") 2026/08/22 04:22:37 DEBUG : dir1/0000-abcdefg.txtSUFFIX: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f426a09e1b6df6c54_d20260822_m042031_c001_v7007000_t0000_u01787372431625") 2026/08/22 04:22:37 DEBUG : dir1/0000-abcdefg.txtSUFFIX: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f109c7ea5cc4fad75_d20260822_m042024_c001_v0001109_t0008_u01787372424417") 2026/08/22 04:22:37 DEBUG : dir1/0001-bcdef: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f41620da36370816f_d20260822_m042047_c001_v7007000_t0000_u01787372447465") 2026/08/22 04:22:37 DEBUG : dir1/0001-bcdef: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4159c592b08ab9a3_d20260822_m042043_c001_v0001090_t0028_u01787372443416") 2026/08/22 04:22:37 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f40976990ec9d192e_d20260822_m042150_c001_v7007000_t0000_u01787372510958") 2026/08/22 04:22:37 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4159c592b08abae1_d20260822_m042143_c001_v0001090_t0028_u01787372503272") 2026/08/22 04:22:37 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f40976990ec9d18fe_d20260822_m042138_c001_v7007000_t0000_u01787372498637") 2026/08/22 04:22:37 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4159c592b08aba97_d20260822_m042130_c001_v0001090_t0028_u01787372490586") 2026/08/22 04:22:38 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f410bac62f6512be1_d20260822_m042126_c001_v7007000_t0000_u01787372486111") 2026/08/22 04:22:38 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4159c592b08aba67_d20260822_m042117_c001_v0001090_t0028_u01787372477774") 2026/08/22 04:22:38 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f40902fdc35ef5cad_d20260822_m042113_c001_v7007000_t0000_u01787372473237") 2026/08/22 04:22:38 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4159c592b08aba2f_d20260822_m042104_c001_v0001090_t0028_u01787372464948") 2026/08/22 04:22:38 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f41620da363708190_d20260822_m042100_c001_v7007000_t0000_u01787372460224") 2026/08/22 04:22:38 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4159c592b08ab9db_d20260822_m042051_c001_v0001090_t0028_u01787372451935") 2026/08/22 04:22:38 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f403906668763323c_d20260822_m042044_c001_v7007000_t0000_u01787372444184") 2026/08/22 04:22:38 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4078a820918762d7_d20260822_m042038_c001_v0001167_t0013_u01787372438189") 2026/08/22 04:22:38 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f421d622144521363_d20260822_m042033_c001_v7007000_t0000_u01787372433724") 2026/08/22 04:22:38 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f414899d5a3c2ba94_d20260822_m042030_c001_v0001032_t0007_u01787372430499") 2026/08/22 04:22:38 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4144a919a46c4595_d20260822_m042029_c001_v7007000_t0000_u01787372429363") 2026/08/22 04:22:38 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4159c592b08ab920_d20260822_m042019_c001_v0001090_t0028_u01787372419175") 2026/08/22 04:22:38 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4189d3b2c03647ea_d20260822_m042014_c001_v7007000_t0000_u01787372414679") 2026/08/22 04:22:38 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f409c7ea5cc4face3_d20260822_m042011_c001_v0001109_t0038_u01787372411354") 2026/08/22 04:22:38 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4114a9be4d85ff04_d20260822_m042009_c001_v7007000_t0000_u01787372409873") 2026/08/22 04:22:38 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4078a82091876126_d20260822_m042001_c001_v0001167_t0013_u01787372401321") 2026/08/22 04:22:38 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f40976990ec9c92f5_d20260822_m041954_c001_v7007000_t0000_u01787372394059") 2026/08/22 04:22:38 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f409c7ea5cc4fabdb_d20260822_m041944_c001_v0001109_t0038_u01787372384863") 2026/08/22 04:22:38 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f419459bd5f966f14_d20260822_m041940_c001_v7007000_t0000_u01787372380296") 2026/08/22 04:22:39 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f409c7ea5cc4fab81_d20260822_m041932_c001_v0001109_t0038_u01787372372856") 2026/08/22 04:22:39 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f40174204ddbd92c1_d20260822_m041928_c001_v7007000_t0000_u01787372368455") 2026/08/22 04:22:39 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f409c7ea5cc4fab2b_d20260822_m041921_c001_v0001109_t0038_u01787372361843") 2026/08/22 04:22:39 DEBUG : dir1/0001-bcdefgh.txtSUFFIX: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f417f207affa425e2_d20260822_m042031_c001_v7007000_t0000_u01787372431496") 2026/08/22 04:22:39 DEBUG : dir1/0001-bcdefgh.txtSUFFIX: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f1078a8209187623c_d20260822_m042024_c001_v0001167_t0055_u01787372424428") 2026/08/22 04:22:39 DEBUG : dir1/0002-cdefg: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f41620da363708171_d20260822_m042047_c001_v7007000_t0000_u01787372447648") 2026/08/22 04:22:39 DEBUG : dir1/0002-cdefg: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f409c7ea5cc4fae13_d20260822_m042043_c001_v0001109_t0038_u01787372443425") 2026/08/22 04:22:39 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f40976990ec9d1930_d20260822_m042151_c001_v7007000_t0000_u01787372511143") 2026/08/22 04:22:39 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f409c7ea5cc4fb023_d20260822_m042143_c001_v0001109_t0038_u01787372503810") 2026/08/22 04:22:39 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f40976990ec9d18ff_d20260822_m042138_c001_v7007000_t0000_u01787372498822") 2026/08/22 04:22:39 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f409c7ea5cc4fafab_d20260822_m042131_c001_v0001109_t0038_u01787372491132") 2026/08/22 04:22:39 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f410bac62f6512be2_d20260822_m042126_c001_v7007000_t0000_u01787372486299") 2026/08/22 04:22:39 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f409c7ea5cc4faf47_d20260822_m042118_c001_v0001109_t0038_u01787372478315") 2026/08/22 04:22:39 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f40902fdc35ef5cae_d20260822_m042113_c001_v7007000_t0000_u01787372473423") 2026/08/22 04:22:39 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f409c7ea5cc4faedd_d20260822_m042105_c001_v0001109_t0038_u01787372465494") 2026/08/22 04:22:39 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f41620da363708191_d20260822_m042100_c001_v7007000_t0000_u01787372460407") 2026/08/22 04:22:39 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f409c7ea5cc4fae51_d20260822_m042052_c001_v0001109_t0038_u01787372452480") 2026/08/22 04:22:39 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4144a919a46c45bc_d20260822_m042044_c001_v7007000_t0000_u01787372444556") 2026/08/22 04:22:39 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f414899d5a3c2bad0_d20260822_m042038_c001_v0001032_t0007_u01787372438737") 2026/08/22 04:22:39 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f421d622144521365_d20260822_m042033_c001_v7007000_t0000_u01787372433906") 2026/08/22 04:22:40 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4159c592b08ab956_d20260822_m042030_c001_v0001090_t0028_u01787372430511") 2026/08/22 04:22:40 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f407841096fa83b31_d20260822_m042029_c001_v7007000_t0000_u01787372429332") 2026/08/22 04:22:40 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4078a820918761fe_d20260822_m042019_c001_v0001167_t0013_u01787372419718") 2026/08/22 04:22:40 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4189d3b2c03647eb_d20260822_m042014_c001_v7007000_t0000_u01787372414862") 2026/08/22 04:22:40 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4159c592b08ab8fc_d20260822_m042011_c001_v0001090_t0028_u01787372411364") 2026/08/22 04:22:40 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f413c9e888bbb9b48_d20260822_m042009_c001_v7007000_t0000_u01787372409828") 2026/08/22 04:22:40 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f409c7ea5cc4fac7b_d20260822_m042001_c001_v0001109_t0038_u01787372401875") 2026/08/22 04:22:40 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f40174204ddbd92cf_d20260822_m041954_c001_v7007000_t0000_u01787372394044") 2026/08/22 04:22:40 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4159c592b08ab872_d20260822_m041945_c001_v0001090_t0028_u01787372385409") 2026/08/22 04:22:40 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f419459bd5f966f16_d20260822_m041940_c001_v7007000_t0000_u01787372380487") 2026/08/22 04:22:40 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4159c592b08ab832_d20260822_m041933_c001_v0001090_t0028_u01787372373407") 2026/08/22 04:22:40 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f419459bd5f966eea_d20260822_m041928_c001_v7007000_t0000_u01787372368637") 2026/08/22 04:22:40 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4159c592b08ab7ee_d20260822_m041922_c001_v0001090_t0028_u01787372362027") 2026/08/22 04:22:40 DEBUG : dir1/0002-cdefghi.txtSUFFIX: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f407841096fa83b33_d20260822_m042031_c001_v7007000_t0000_u01787372431294") 2026/08/22 04:22:40 DEBUG : dir1/0002-cdefghi.txtSUFFIX: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f114899d5a3c2ba62_d20260822_m042024_c001_v0001032_t0051_u01787372424440") 2026/08/22 04:22:40 DEBUG : dir1/0003-defgh: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f41620da363708172_d20260822_m042047_c001_v7007000_t0000_u01787372447831") 2026/08/22 04:22:40 DEBUG : dir1/0003-defgh: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4078a82091876315_d20260822_m042043_c001_v0001167_t0013_u01787372443437") 2026/08/22 04:22:41 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f40976990ec9d1931_d20260822_m042151_c001_v7007000_t0000_u01787372511327") 2026/08/22 04:22:41 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4078a8209187659c_d20260822_m042144_c001_v0001167_t0013_u01787372504357") 2026/08/22 04:22:41 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f40976990ec9d1900_d20260822_m042139_c001_v7007000_t0000_u01787372499005") 2026/08/22 04:22:41 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4078a82091876518_d20260822_m042131_c001_v0001167_t0013_u01787372491679") 2026/08/22 04:22:41 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f410bac62f6512be3_d20260822_m042126_c001_v7007000_t0000_u01787372486480") 2026/08/22 04:22:41 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4078a82091876486_d20260822_m042119_c001_v0001167_t0013_u01787372479035") 2026/08/22 04:22:41 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f40902fdc35ef5caf_d20260822_m042113_c001_v7007000_t0000_u01787372473606") 2026/08/22 04:22:41 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4078a82091876408_d20260822_m042106_c001_v0001167_t0013_u01787372466044") 2026/08/22 04:22:41 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f41620da363708192_d20260822_m042100_c001_v7007000_t0000_u01787372460591") 2026/08/22 04:22:41 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4078a8209187638a_d20260822_m042053_c001_v0001167_t0013_u01787372453025") 2026/08/22 04:22:41 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4068a65c81bf4341_d20260822_m042044_c001_v7007000_t0000_u01787372444588") 2026/08/22 04:22:41 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4159c592b08ab98a_d20260822_m042039_c001_v0001090_t0028_u01787372439297") 2026/08/22 04:22:41 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f421d622144521366_d20260822_m042034_c001_v7007000_t0000_u01787372434087") 2026/08/22 04:22:41 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4078a82091876278_d20260822_m042030_c001_v0001167_t0013_u01787372430491") 2026/08/22 04:22:41 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f407841096fa83b30_d20260822_m042029_c001_v7007000_t0000_u01787372429144") 2026/08/22 04:22:41 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f414899d5a3c2ba46_d20260822_m042020_c001_v0001032_t0007_u01787372420268") 2026/08/22 04:22:41 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4189d3b2c03647ed_d20260822_m042015_c001_v7007000_t0000_u01787372415045") 2026/08/22 04:22:41 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4078a820918761b0_d20260822_m042011_c001_v0001167_t0013_u01787372411376") 2026/08/22 04:22:41 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f413c9e888bbb9b45_d20260822_m042009_c001_v7007000_t0000_u01787372409454") 2026/08/22 04:22:41 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4159c592b08ab8c6_d20260822_m042002_c001_v0001090_t0028_u01787372402436") 2026/08/22 04:22:42 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4278cc7fe2ce71fb_d20260822_m041954_c001_v7007000_t0000_u01787372394063") 2026/08/22 04:22:42 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4078a82091876078_d20260822_m041945_c001_v0001167_t0013_u01787372385961") 2026/08/22 04:22:42 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f419459bd5f966f17_d20260822_m041940_c001_v7007000_t0000_u01787372380669") 2026/08/22 04:22:42 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4078a82091875ffe_d20260822_m041934_c001_v0001167_t0013_u01787372374003") 2026/08/22 04:22:42 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f419459bd5f966eeb_d20260822_m041928_c001_v7007000_t0000_u01787372368819") 2026/08/22 04:22:42 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4078a82091875f6c_d20260822_m041922_c001_v0001167_t0013_u01787372362213") 2026/08/22 04:22:42 DEBUG : dir1/0003-defghij.txtSUFFIX: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f425a8c9b54143ee0_d20260822_m042031_c001_v7007000_t0000_u01787372431421") 2026/08/22 04:22:42 DEBUG : dir1/0003-defghij.txtSUFFIX: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f1159c592b08ab93c_d20260822_m042024_c001_v0001090_t0045_u01787372424675") 2026/08/22 04:22:42 DEBUG : dir1/0004-efghi: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f41620da363708173_d20260822_m042048_c001_v7007000_t0000_u01787372448015") 2026/08/22 04:22:42 DEBUG : dir1/0004-efghi: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f414899d5a3c2bae4_d20260822_m042043_c001_v0001032_t0007_u01787372443590") 2026/08/22 04:22:42 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f40976990ec9d1932_d20260822_m042151_c001_v7007000_t0000_u01787372511510") 2026/08/22 04:22:42 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f414899d5a3c2bc26_d20260822_m042144_c001_v0001032_t0007_u01787372504600") 2026/08/22 04:22:42 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f40976990ec9d1901_d20260822_m042139_c001_v7007000_t0000_u01787372499192") 2026/08/22 04:22:42 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f414899d5a3c2bbe4_d20260822_m042131_c001_v0001032_t0007_u01787372491861") 2026/08/22 04:22:42 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f410bac62f6512be4_d20260822_m042126_c001_v7007000_t0000_u01787372486662") 2026/08/22 04:22:42 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f414899d5a3c2bb9a_d20260822_m042119_c001_v0001032_t0007_u01787372479219") 2026/08/22 04:22:42 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f40902fdc35ef5cb0_d20260822_m042113_c001_v7007000_t0000_u01787372473789") 2026/08/22 04:22:42 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f414899d5a3c2bb50_d20260822_m042106_c001_v0001032_t0007_u01787372466232") 2026/08/22 04:22:42 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f41620da363708193_d20260822_m042100_c001_v7007000_t0000_u01787372460773") 2026/08/22 04:22:42 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f414899d5a3c2bb0c_d20260822_m042053_c001_v0001032_t0007_u01787372453211") 2026/08/22 04:22:43 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4068a65c81bf4340_d20260822_m042044_c001_v7007000_t0000_u01787372444567") 2026/08/22 04:22:43 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f409c7ea5cc4fadf1_d20260822_m042039_c001_v0001109_t0038_u01787372439487") 2026/08/22 04:22:43 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f421d622144521369_d20260822_m042034_c001_v7007000_t0000_u01787372434268") 2026/08/22 04:22:43 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f409c7ea5cc4fadb3_d20260822_m042030_c001_v0001109_t0038_u01787372430662") 2026/08/22 04:22:43 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4225634d9f09d6fe_d20260822_m042028_c001_v7007000_t0000_u01787372428747") 2026/08/22 04:22:43 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f409c7ea5cc4fad49_d20260822_m042020_c001_v0001109_t0038_u01787372420450") 2026/08/22 04:22:43 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4189d3b2c03647ee_d20260822_m042015_c001_v7007000_t0000_u01787372415272") 2026/08/22 04:22:43 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f409c7ea5cc4face9_d20260822_m042011_c001_v0001109_t0038_u01787372411538") 2026/08/22 04:22:43 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f400be1583d568872_d20260822_m042009_c001_v7007000_t0000_u01787372409618") 2026/08/22 04:22:43 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f414899d5a3c2b9e0_d20260822_m042002_c001_v0001032_t0007_u01787372402623") 2026/08/22 04:22:43 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f40174204ddbd92d0_d20260822_m041954_c001_v7007000_t0000_u01787372394275") 2026/08/22 04:22:43 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f414899d5a3c2b97c_d20260822_m041946_c001_v0001032_t0007_u01787372386144") 2026/08/22 04:22:43 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f419459bd5f966f18_d20260822_m041940_c001_v7007000_t0000_u01787372380852") 2026/08/22 04:22:43 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f414899d5a3c2b946_d20260822_m041934_c001_v0001032_t0007_u01787372374191") 2026/08/22 04:22:43 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f419459bd5f966eec_d20260822_m041929_c001_v7007000_t0000_u01787372369000") 2026/08/22 04:22:43 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f414899d5a3c2b902_d20260822_m041922_c001_v0001032_t0007_u01787372362396") 2026/08/22 04:22:43 DEBUG : dir1/0004-efghijk.txtSUFFIX: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f417f207affa425e1_d20260822_m042031_c001_v7007000_t0000_u01787372431314") 2026/08/22 04:22:43 DEBUG : dir1/0004-efghijk.txtSUFFIX: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f1078a82091876244_d20260822_m042024_c001_v0001167_t0045_u01787372424905") 2026/08/22 04:22:43 DEBUG : dir1/0005-fghij: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f41620da363708175_d20260822_m042048_c001_v7007000_t0000_u01787372448197") 2026/08/22 04:22:44 DEBUG : dir1/0005-fghij: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4159c592b08ab9a7_d20260822_m042043_c001_v0001090_t0028_u01787372443602") 2026/08/22 04:22:44 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f40976990ec9d1933_d20260822_m042151_c001_v7007000_t0000_u01787372511693") 2026/08/22 04:22:44 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4159c592b08abae7_d20260822_m042144_c001_v0001090_t0028_u01787372504786") 2026/08/22 04:22:44 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f40976990ec9d1902_d20260822_m042139_c001_v7007000_t0000_u01787372499381") 2026/08/22 04:22:44 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4159c592b08abaa3_d20260822_m042132_c001_v0001090_t0028_u01787372492046") 2026/08/22 04:22:44 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f410bac62f6512be5_d20260822_m042126_c001_v7007000_t0000_u01787372486843") 2026/08/22 04:22:44 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4159c592b08aba69_d20260822_m042119_c001_v0001090_t0028_u01787372479405") 2026/08/22 04:22:44 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f40902fdc35ef5cb1_d20260822_m042113_c001_v7007000_t0000_u01787372473973") 2026/08/22 04:22:44 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4159c592b08aba37_d20260822_m042106_c001_v0001090_t0028_u01787372466418") 2026/08/22 04:22:44 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f41620da363708194_d20260822_m042100_c001_v7007000_t0000_u01787372460957") 2026/08/22 04:22:44 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4159c592b08ab9e7_d20260822_m042053_c001_v0001090_t0028_u01787372453399") 2026/08/22 04:22:44 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4144a919a46c45ba_d20260822_m042044_c001_v7007000_t0000_u01787372444194") 2026/08/22 04:22:44 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4078a820918762e1_d20260822_m042039_c001_v0001167_t0013_u01787372439677") 2026/08/22 04:22:44 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f421d62214452136b_d20260822_m042034_c001_v7007000_t0000_u01787372434449") 2026/08/22 04:22:44 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4078a8209187627a_d20260822_m042030_c001_v0001167_t0013_u01787372430675") 2026/08/22 04:22:44 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4144a919a46c4591_d20260822_m042028_c001_v7007000_t0000_u01787372428807") 2026/08/22 04:22:44 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4159c592b08ab926_d20260822_m042020_c001_v0001090_t0028_u01787372420634") 2026/08/22 04:22:44 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4189d3b2c03647ef_d20260822_m042015_c001_v7007000_t0000_u01787372415454") 2026/08/22 04:22:44 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4159c592b08ab900_d20260822_m042011_c001_v0001090_t0028_u01787372411551") 2026/08/22 04:22:44 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4189d3b2c03647d6_d20260822_m042009_c001_v7007000_t0000_u01787372409843") 2026/08/22 04:22:44 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4078a82091876138_d20260822_m042002_c001_v0001167_t0013_u01787372402808") 2026/08/22 04:22:45 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f419459bd5f966f81_d20260822_m041954_c001_v7007000_t0000_u01787372394176") 2026/08/22 04:22:45 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f409c7ea5cc4fabe7_d20260822_m041946_c001_v0001109_t0038_u01787372386330") 2026/08/22 04:22:45 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f419459bd5f966f19_d20260822_m041941_c001_v7007000_t0000_u01787372381034") 2026/08/22 04:22:45 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f409c7ea5cc4fab89_d20260822_m041934_c001_v0001109_t0038_u01787372374373") 2026/08/22 04:22:45 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f419459bd5f966eee_d20260822_m041929_c001_v7007000_t0000_u01787372369184") 2026/08/22 04:22:45 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f409c7ea5cc4fab35_d20260822_m041922_c001_v0001109_t0038_u01787372362579") 2026/08/22 04:22:45 DEBUG : dir1/0005-fghijkl.txtSUFFIX: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f40174204ddbd92f0_d20260822_m042031_c001_v7007000_t0000_u01787372431635") 2026/08/22 04:22:45 DEBUG : dir1/0005-fghijkl.txtSUFFIX: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f1159c592b08ab93e_d20260822_m042025_c001_v0001090_t0046_u01787372425002") 2026/08/22 04:22:45 DEBUG : dir1/0006-ghijk: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f41620da363708176_d20260822_m042048_c001_v7007000_t0000_u01787372448380") 2026/08/22 04:22:45 DEBUG : dir1/0006-ghijk: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f409c7ea5cc4fae15_d20260822_m042043_c001_v0001109_t0038_u01787372443611") 2026/08/22 04:22:45 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f40976990ec9d1934_d20260822_m042151_c001_v7007000_t0000_u01787372511877") 2026/08/22 04:22:45 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f409c7ea5cc4fb027_d20260822_m042144_c001_v0001109_t0038_u01787372504969") 2026/08/22 04:22:45 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f40976990ec9d1904_d20260822_m042139_c001_v7007000_t0000_u01787372499567") 2026/08/22 04:22:45 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f409c7ea5cc4fafbb_d20260822_m042132_c001_v0001109_t0038_u01787372492232") 2026/08/22 04:22:45 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f410bac62f6512be6_d20260822_m042127_c001_v7007000_t0000_u01787372487025") 2026/08/22 04:22:45 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f409c7ea5cc4faf51_d20260822_m042119_c001_v0001109_t0038_u01787372479588") 2026/08/22 04:22:46 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f40902fdc35ef5cb2_d20260822_m042114_c001_v7007000_t0000_u01787372474163") 2026/08/22 04:22:46 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f409c7ea5cc4faee5_d20260822_m042106_c001_v0001109_t0038_u01787372466601") 2026/08/22 04:22:46 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f41620da363708195_d20260822_m042101_c001_v7007000_t0000_u01787372461140") 2026/08/22 04:22:46 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f409c7ea5cc4fae5f_d20260822_m042053_c001_v0001109_t0038_u01787372453585") 2026/08/22 04:22:46 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f41620da363708161_d20260822_m042044_c001_v7007000_t0000_u01787372444604") 2026/08/22 04:22:46 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f414899d5a3c2bad8_d20260822_m042039_c001_v0001032_t0007_u01787372439863") 2026/08/22 04:22:46 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f421d62214452136d_d20260822_m042034_c001_v7007000_t0000_u01787372434631") 2026/08/22 04:22:46 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f414899d5a3c2ba96_d20260822_m042030_c001_v0001032_t0007_u01787372430684") 2026/08/22 04:22:46 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f407841096fa83b2e_d20260822_m042028_c001_v7007000_t0000_u01787372428767") 2026/08/22 04:22:46 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4078a8209187620a_d20260822_m042020_c001_v0001167_t0013_u01787372420820") 2026/08/22 04:22:46 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4189d3b2c03647f0_d20260822_m042015_c001_v7007000_t0000_u01787372415636") 2026/08/22 04:22:46 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4078a820918761b8_d20260822_m042011_c001_v0001167_t0013_u01787372411563") 2026/08/22 04:22:46 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4189d3b2c03647d9_d20260822_m042010_c001_v7007000_t0000_u01787372410036") 2026/08/22 04:22:46 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f409c7ea5cc4fac87_d20260822_m042002_c001_v0001109_t0038_u01787372402994") 2026/08/22 04:22:46 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f407841096fa83b04_d20260822_m041954_c001_v7007000_t0000_u01787372394221") 2026/08/22 04:22:46 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4159c592b08ab878_d20260822_m041946_c001_v0001090_t0028_u01787372386514") 2026/08/22 04:22:46 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f419459bd5f966f1c_d20260822_m041941_c001_v7007000_t0000_u01787372381216") 2026/08/22 04:22:46 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4159c592b08ab83a_d20260822_m041934_c001_v0001090_t0028_u01787372374556") 2026/08/22 04:22:46 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f419459bd5f966ef1_d20260822_m041929_c001_v7007000_t0000_u01787372369367") 2026/08/22 04:22:46 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4159c592b08ab7f0_d20260822_m041922_c001_v0001090_t0028_u01787372362764") 2026/08/22 04:22:47 DEBUG : dir1/0006-ghijklm.txtSUFFIX: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4225634d9f09ee7a_d20260822_m042031_c001_v7007000_t0000_u01787372431514") 2026/08/22 04:22:47 DEBUG : dir1/0006-ghijklm.txtSUFFIX: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f109c7ea5cc4fad77_d20260822_m042025_c001_v0001109_t0043_u01787372425063") 2026/08/22 04:22:47 DEBUG : dir1/0007-12345: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f41620da363708177_d20260822_m042048_c001_v7007000_t0000_u01787372448565") 2026/08/22 04:22:47 DEBUG : dir1/0007-12345: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4078a8209187631b_d20260822_m042043_c001_v0001167_t0013_u01787372443624") 2026/08/22 04:22:47 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f40976990ec9d1936_d20260822_m042152_c001_v7007000_t0000_u01787372512061") 2026/08/22 04:22:47 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4078a820918765aa_d20260822_m042145_c001_v0001167_t0013_u01787372505172") 2026/08/22 04:22:47 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f40976990ec9d1905_d20260822_m042139_c001_v7007000_t0000_u01787372499756") 2026/08/22 04:22:47 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4078a82091876522_d20260822_m042132_c001_v0001167_t0013_u01787372492417") 2026/08/22 04:22:47 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f410bac62f6512be7_d20260822_m042127_c001_v7007000_t0000_u01787372487205") 2026/08/22 04:22:47 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4078a82091876494_d20260822_m042119_c001_v0001167_t0013_u01787372479773") 2026/08/22 04:22:47 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f40902fdc35ef5cb3_d20260822_m042114_c001_v7007000_t0000_u01787372474346") 2026/08/22 04:22:47 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4078a8209187640e_d20260822_m042106_c001_v0001167_t0013_u01787372466791") 2026/08/22 04:22:47 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f41620da363708198_d20260822_m042101_c001_v7007000_t0000_u01787372461325") 2026/08/22 04:22:47 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4078a82091876394_d20260822_m042053_c001_v0001167_t0013_u01787372453768") 2026/08/22 04:22:47 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4039066687633244_d20260822_m042044_c001_v7007000_t0000_u01787372444610") 2026/08/22 04:22:47 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4159c592b08ab990_d20260822_m042040_c001_v0001090_t0028_u01787372440051") 2026/08/22 04:22:47 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f421d62214452136f_d20260822_m042034_c001_v7007000_t0000_u01787372434813") 2026/08/22 04:22:47 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4159c592b08ab958_d20260822_m042030_c001_v0001090_t0028_u01787372430696") 2026/08/22 04:22:47 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4225634d9f09d700_d20260822_m042028_c001_v7007000_t0000_u01787372428932") 2026/08/22 04:22:47 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f414899d5a3c2ba4a_d20260822_m042021_c001_v0001032_t0007_u01787372421004") 2026/08/22 04:22:48 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4189d3b2c03647f1_d20260822_m042015_c001_v7007000_t0000_u01787372415820") 2026/08/22 04:22:48 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f414899d5a3c2ba22_d20260822_m042011_c001_v0001032_t0007_u01787372411572") 2026/08/22 04:22:48 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f400be1583d568875_d20260822_m042009_c001_v7007000_t0000_u01787372409980") 2026/08/22 04:22:48 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4159c592b08ab8ca_d20260822_m042003_c001_v0001090_t0028_u01787372403177") 2026/08/22 04:22:48 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f420af02780d0e497_d20260822_m041954_c001_v7007000_t0000_u01787372394286") 2026/08/22 04:22:48 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4078a82091876082_d20260822_m041946_c001_v0001167_t0013_u01787372386701") 2026/08/22 04:22:48 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f419459bd5f966f1d_d20260822_m041941_c001_v7007000_t0000_u01787372381398") 2026/08/22 04:22:48 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4078a8209187600a_d20260822_m041934_c001_v0001167_t0013_u01787372374744") 2026/08/22 04:22:48 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f419459bd5f966ef3_d20260822_m041929_c001_v7007000_t0000_u01787372369556") 2026/08/22 04:22:48 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4078a82091875f7a_d20260822_m041922_c001_v0001167_t0013_u01787372362949") 2026/08/22 04:22:48 DEBUG : dir1/0007-1234567.txtSUFFIX: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4225634d9f09eb19_d20260822_m042031_c001_v7007000_t0000_u01787372431325") 2026/08/22 04:22:48 DEBUG : dir1/0007-1234567.txtSUFFIX: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f114899d5a3c2ba66_d20260822_m042025_c001_v0001032_t0013_u01787372425074") 2026/08/22 04:22:48 DEBUG : dir1/0008-23456: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f41620da363708178_d20260822_m042048_c001_v7007000_t0000_u01787372448748") 2026/08/22 04:22:48 DEBUG : dir1/0008-23456: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f414899d5a3c2baea_d20260822_m042043_c001_v0001032_t0007_u01787372443779") 2026/08/22 04:22:48 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f40976990ec9d1937_d20260822_m042152_c001_v7007000_t0000_u01787372512246") 2026/08/22 04:22:48 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f414899d5a3c2bc30_d20260822_m042145_c001_v0001032_t0007_u01787372505358") 2026/08/22 04:22:48 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f40976990ec9d1906_d20260822_m042139_c001_v7007000_t0000_u01787372499945") 2026/08/22 04:22:48 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f414899d5a3c2bbe8_d20260822_m042132_c001_v0001032_t0007_u01787372492602") 2026/08/22 04:22:48 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f410bac62f6512be8_d20260822_m042127_c001_v7007000_t0000_u01787372487400") 2026/08/22 04:22:48 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f414899d5a3c2bb9e_d20260822_m042119_c001_v0001032_t0007_u01787372479957") 2026/08/22 04:22:49 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f40902fdc35ef5cb4_d20260822_m042114_c001_v7007000_t0000_u01787372474530") 2026/08/22 04:22:49 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f414899d5a3c2bb54_d20260822_m042106_c001_v0001032_t0007_u01787372466975") 2026/08/22 04:22:49 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f41620da36370819a_d20260822_m042101_c001_v7007000_t0000_u01787372461508") 2026/08/22 04:22:49 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f414899d5a3c2bb10_d20260822_m042053_c001_v0001032_t0007_u01787372453952") 2026/08/22 04:22:49 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f415f6822055d45fd_d20260822_m042044_c001_v7007000_t0000_u01787372444624") 2026/08/22 04:22:49 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f409c7ea5cc4fadf9_d20260822_m042040_c001_v0001109_t0038_u01787372440236") 2026/08/22 04:22:49 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f421d622144521371_d20260822_m042034_c001_v7007000_t0000_u01787372434994") 2026/08/22 04:22:49 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f409c7ea5cc4fadb7_d20260822_m042030_c001_v0001109_t0038_u01787372430846") 2026/08/22 04:22:49 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f407841096fa83b2f_d20260822_m042028_c001_v7007000_t0000_u01787372428951") 2026/08/22 04:22:49 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f409c7ea5cc4fad51_d20260822_m042021_c001_v0001109_t0038_u01787372421190") 2026/08/22 04:22:49 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4189d3b2c03647f3_d20260822_m042016_c001_v7007000_t0000_u01787372416002") 2026/08/22 04:22:49 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f409c7ea5cc4facef_d20260822_m042011_c001_v0001109_t0038_u01787372411724") 2026/08/22 04:22:49 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f419459bd5f966fb8_d20260822_m042010_c001_v7007000_t0000_u01787372410004") 2026/08/22 04:22:50 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f414899d5a3c2b9e8_d20260822_m042003_c001_v0001032_t0007_u01787372403361") 2026/08/22 04:22:50 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f417f207affa425b7_d20260822_m041954_c001_v7007000_t0000_u01787372394008") 2026/08/22 04:22:50 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f414899d5a3c2b984_d20260822_m041946_c001_v0001032_t0007_u01787372386884") 2026/08/22 04:22:50 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f419459bd5f966f1e_d20260822_m041941_c001_v7007000_t0000_u01787372381581") 2026/08/22 04:22:50 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f414899d5a3c2b94c_d20260822_m041934_c001_v0001032_t0007_u01787372374949") 2026/08/22 04:22:50 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f419459bd5f966ef4_d20260822_m041929_c001_v7007000_t0000_u01787372369739") 2026/08/22 04:22:50 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f414899d5a3c2b906_d20260822_m041923_c001_v0001032_t0007_u01787372363132") 2026/08/22 04:22:50 DEBUG : dir1/0008-2345678.txtSUFFIX: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4144a919a46c459a_d20260822_m042031_c001_v7007000_t0000_u01787372431433") 2026/08/22 04:22:50 DEBUG : dir1/0008-2345678.txtSUFFIX: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f1078a8209187624c_d20260822_m042025_c001_v0001167_t0008_u01787372425284") 2026/08/22 04:22:50 DEBUG : dir1/0009-34567: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f41620da363708179_d20260822_m042048_c001_v7007000_t0000_u01787372448946") 2026/08/22 04:22:50 DEBUG : dir1/0009-34567: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4159c592b08ab9a9_d20260822_m042043_c001_v0001090_t0028_u01787372443788") 2026/08/22 04:22:50 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f40976990ec9d1939_d20260822_m042152_c001_v7007000_t0000_u01787372512431") 2026/08/22 04:22:50 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4159c592b08abaed_d20260822_m042145_c001_v0001090_t0028_u01787372505543") 2026/08/22 04:22:50 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f40976990ec9d1907_d20260822_m042140_c001_v7007000_t0000_u01787372500129") 2026/08/22 04:22:50 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4159c592b08abaa9_d20260822_m042132_c001_v0001090_t0028_u01787372492796") 2026/08/22 04:22:50 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f410bac62f6512bea_d20260822_m042127_c001_v7007000_t0000_u01787372487581") 2026/08/22 04:22:50 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4159c592b08aba6d_d20260822_m042120_c001_v0001090_t0028_u01787372480142") 2026/08/22 04:22:50 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f40902fdc35ef5cb5_d20260822_m042114_c001_v7007000_t0000_u01787372474713") 2026/08/22 04:22:50 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4159c592b08aba39_d20260822_m042107_c001_v0001090_t0028_u01787372467159") 2026/08/22 04:22:50 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f41620da36370819b_d20260822_m042101_c001_v7007000_t0000_u01787372461691") 2026/08/22 04:22:51 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4159c592b08ab9f1_d20260822_m042054_c001_v0001090_t0028_u01787372454138") 2026/08/22 04:22:51 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f40174204ddbd9eff_d20260822_m042044_c001_v7007000_t0000_u01787372444769") 2026/08/22 04:22:51 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4078a820918762ed_d20260822_m042040_c001_v0001167_t0013_u01787372440423") 2026/08/22 04:22:51 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f421d622144521372_d20260822_m042035_c001_v7007000_t0000_u01787372435175") 2026/08/22 04:22:51 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4078a82091876280_d20260822_m042030_c001_v0001167_t0013_u01787372430860") 2026/08/22 04:22:51 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4144a919a46c4594_d20260822_m042029_c001_v7007000_t0000_u01787372429172") 2026/08/22 04:22:51 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4159c592b08ab928_d20260822_m042021_c001_v0001090_t0028_u01787372421375") 2026/08/22 04:22:51 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4189d3b2c03647f4_d20260822_m042016_c001_v7007000_t0000_u01787372416183") 2026/08/22 04:22:51 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4159c592b08ab906_d20260822_m042011_c001_v0001090_t0028_u01787372411737") 2026/08/22 04:22:51 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f40976990ec9c9302_d20260822_m042010_c001_v7007000_t0000_u01787372410070") 2026/08/22 04:22:51 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4078a82091876144_d20260822_m042003_c001_v0001167_t0013_u01787372403558") 2026/08/22 04:22:51 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f419459bd5f966f85_d20260822_m041954_c001_v7007000_t0000_u01787372394357") 2026/08/22 04:22:51 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f409c7ea5cc4fabed_d20260822_m041947_c001_v0001109_t0038_u01787372387070") 2026/08/22 04:22:51 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f419459bd5f966f1f_d20260822_m041941_c001_v7007000_t0000_u01787372381874") 2026/08/22 04:22:51 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f409c7ea5cc4fab8f_d20260822_m041935_c001_v0001109_t0038_u01787372375131") 2026/08/22 04:22:51 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f419459bd5f966ef5_d20260822_m041929_c001_v7007000_t0000_u01787372369920") 2026/08/22 04:22:51 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f409c7ea5cc4fab3d_d20260822_m041923_c001_v0001109_t0038_u01787372363315") 2026/08/22 04:22:51 DEBUG : dir1/0009-3456789.txtSUFFIX: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f40174204ddbd92ed_d20260822_m042031_c001_v7007000_t0000_u01787372431273") 2026/08/22 04:22:51 DEBUG : dir1/0009-3456789.txtSUFFIX: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f1159c592b08ab940_d20260822_m042025_c001_v0001090_t0059_u01787372425356") 2026/08/22 04:22:51 DEBUG : dir1/0010-45678: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f41620da36370817a_d20260822_m042049_c001_v7007000_t0000_u01787372449130") 2026/08/22 04:22:51 DEBUG : dir1/0010-45678: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f409c7ea5cc4fae17_d20260822_m042043_c001_v0001109_t0038_u01787372443798") 2026/08/22 04:22:52 DEBUG : dir1/0010-456789.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f40976990ec9d193a_d20260822_m042152_c001_v7007000_t0000_u01787372512614") 2026/08/22 04:22:52 DEBUG : dir1/0010-456789.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f409c7ea5cc4fb02d_d20260822_m042145_c001_v0001109_t0038_u01787372505727") 2026/08/22 04:22:52 DEBUG : dir1/0010-456789.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f40976990ec9d1908_d20260822_m042140_c001_v7007000_t0000_u01787372500312") 2026/08/22 04:22:52 DEBUG : dir1/0010-456789.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f409c7ea5cc4fafc7_d20260822_m042132_c001_v0001109_t0038_u01787372492981") 2026/08/22 04:22:52 DEBUG : dir1/0010-456789.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f410bac62f6512beb_d20260822_m042127_c001_v7007000_t0000_u01787372487762") 2026/08/22 04:22:52 DEBUG : dir1/0010-456789.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f409c7ea5cc4faf53_d20260822_m042120_c001_v0001109_t0038_u01787372480326") 2026/08/22 04:22:52 DEBUG : dir1/0010-456789.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f40902fdc35ef5cb6_d20260822_m042114_c001_v7007000_t0000_u01787372474896") 2026/08/22 04:22:52 DEBUG : dir1/0010-456789.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f409c7ea5cc4faeef_d20260822_m042107_c001_v0001109_t0038_u01787372467342") 2026/08/22 04:22:52 DEBUG : dir1/0010-456789.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f41620da36370819c_d20260822_m042101_c001_v7007000_t0000_u01787372461875") 2026/08/22 04:22:52 DEBUG : dir1/0010-456789.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f409c7ea5cc4fae69_d20260822_m042054_c001_v0001109_t0038_u01787372454321") 2026/08/22 04:22:52 DEBUG : dir1/0010-456789.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4039066687633245_d20260822_m042044_c001_v7007000_t0000_u01787372444732") 2026/08/22 04:22:52 DEBUG : dir1/0010-456789.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f414899d5a3c2bada_d20260822_m042040_c001_v0001032_t0007_u01787372440610") 2026/08/22 04:22:52 DEBUG : dir1/0010-456789.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f421d622144521374_d20260822_m042035_c001_v7007000_t0000_u01787372435357") 2026/08/22 04:22:52 DEBUG : dir1/0010-456789.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f414899d5a3c2ba9a_d20260822_m042030_c001_v0001032_t0007_u01787372430869") 2026/08/22 04:22:52 DEBUG : dir1/0010-456789.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f421d622144521350_d20260822_m042029_c001_v7007000_t0000_u01787372429341") 2026/08/22 04:22:52 DEBUG : dir1/0010-456789.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4078a82091876216_d20260822_m042021_c001_v0001167_t0013_u01787372421560") 2026/08/22 04:22:52 DEBUG : dir1/0010-456789.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4189d3b2c03647f5_d20260822_m042016_c001_v7007000_t0000_u01787372416365") 2026/08/22 04:22:52 DEBUG : dir1/0010-456789.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4078a820918761ba_d20260822_m042011_c001_v0001167_t0013_u01787372411749") 2026/08/22 04:22:52 DEBUG : dir1/0010-456789.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f413c9e888bbb9b46_d20260822_m042009_c001_v7007000_t0000_u01787372409643") 2026/08/22 04:22:52 DEBUG : dir1/0010-456789.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f409c7ea5cc4fac91_d20260822_m042003_c001_v0001109_t0038_u01787372403742") 2026/08/22 04:22:52 DEBUG : dir1/0010-456789.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4055704355751a68_d20260822_m041954_c001_v7007000_t0000_u01787372394232") 2026/08/22 04:22:53 DEBUG : dir1/0010-456789.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4159c592b08ab87e_d20260822_m041947_c001_v0001090_t0028_u01787372387253") 2026/08/22 04:22:53 DEBUG : dir1/0010-456789.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f419459bd5f966f21_d20260822_m041942_c001_v7007000_t0000_u01787372382058") 2026/08/22 04:22:53 DEBUG : dir1/0010-456789.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4159c592b08ab842_d20260822_m041935_c001_v0001090_t0028_u01787372375315") 2026/08/22 04:22:53 DEBUG : dir1/0010-456789.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f419459bd5f966ef6_d20260822_m041930_c001_v7007000_t0000_u01787372370102") 2026/08/22 04:22:53 DEBUG : dir1/0010-456789.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4159c592b08ab7f4_d20260822_m041923_c001_v0001090_t0028_u01787372363507") 2026/08/22 04:22:53 DEBUG : dir1/0010-456789.txtSUFFIX: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f421d622144521359_d20260822_m042031_c001_v7007000_t0000_u01787372431646") 2026/08/22 04:22:53 DEBUG : dir1/0010-456789.txtSUFFIX: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f114899d5a3c2ba6a_d20260822_m042025_c001_v0001032_t0005_u01787372425639") 2026/08/22 04:22:53 DEBUG : dir1/0011-56789: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f41620da36370817b_d20260822_m042049_c001_v7007000_t0000_u01787372449314") 2026/08/22 04:22:53 DEBUG : dir1/0011-56789: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4078a8209187631f_d20260822_m042043_c001_v0001167_t0013_u01787372443810") 2026/08/22 04:22:53 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f40976990ec9d193b_d20260822_m042152_c001_v7007000_t0000_u01787372512801") 2026/08/22 04:22:53 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4078a820918765b6_d20260822_m042145_c001_v0001167_t0013_u01787372505914") 2026/08/22 04:22:53 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f40976990ec9d1909_d20260822_m042140_c001_v7007000_t0000_u01787372500495") 2026/08/22 04:22:53 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4078a82091876534_d20260822_m042133_c001_v0001167_t0013_u01787372493166") 2026/08/22 04:22:53 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f410bac62f6512bed_d20260822_m042127_c001_v7007000_t0000_u01787372487943") 2026/08/22 04:22:53 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4078a8209187649a_d20260822_m042120_c001_v0001167_t0013_u01787372480511") 2026/08/22 04:22:53 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f40902fdc35ef5cb7_d20260822_m042115_c001_v7007000_t0000_u01787372475080") 2026/08/22 04:22:53 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4078a82091876416_d20260822_m042107_c001_v0001167_t0013_u01787372467551") 2026/08/22 04:22:53 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f41620da36370819d_d20260822_m042102_c001_v7007000_t0000_u01787372462068") 2026/08/22 04:22:53 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4078a820918763a0_d20260822_m042054_c001_v0001167_t0013_u01787372454504") 2026/08/22 04:22:53 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4144a919a46c45bd_d20260822_m042044_c001_v7007000_t0000_u01787372444742") 2026/08/22 04:22:54 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4159c592b08ab994_d20260822_m042040_c001_v0001090_t0028_u01787372440797") 2026/08/22 04:22:54 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f421d622144521375_d20260822_m042035_c001_v7007000_t0000_u01787372435539") 2026/08/22 04:22:54 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4159c592b08ab95a_d20260822_m042030_c001_v0001090_t0028_u01787372430882") 2026/08/22 04:22:54 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f40251584024555ed_d20260822_m042029_c001_v7007000_t0000_u01787372429185") 2026/08/22 04:22:54 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f414899d5a3c2ba52_d20260822_m042021_c001_v0001032_t0007_u01787372421748") 2026/08/22 04:22:54 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4189d3b2c03647f7_d20260822_m042016_c001_v7007000_t0000_u01787372416547") 2026/08/22 04:22:54 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f414899d5a3c2ba26_d20260822_m042011_c001_v0001032_t0007_u01787372411758") 2026/08/22 04:22:54 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f413c9e888bbb9b49_d20260822_m042010_c001_v7007000_t0000_u01787372410014") 2026/08/22 04:22:54 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4159c592b08ab8cc_d20260822_m042003_c001_v0001090_t0028_u01787372403926") 2026/08/22 04:22:54 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f40976990ec9c92f6_d20260822_m041954_c001_v7007000_t0000_u01787372394243") 2026/08/22 04:22:54 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4078a82091876092_d20260822_m041947_c001_v0001167_t0013_u01787372387439") 2026/08/22 04:22:54 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f419459bd5f966f22_d20260822_m041942_c001_v7007000_t0000_u01787372382241") 2026/08/22 04:22:54 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4078a82091876018_d20260822_m041935_c001_v0001167_t0013_u01787372375503") 2026/08/22 04:22:54 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f419459bd5f966ef8_d20260822_m041930_c001_v7007000_t0000_u01787372370285") 2026/08/22 04:22:54 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4078a82091875f7e_d20260822_m041923_c001_v0001167_t0013_u01787372363691") 2026/08/22 04:22:54 DEBUG : dir1/0011-56789;.txtSUFFIX: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f425a8c9b54143ee1_d20260822_m042031_c001_v7007000_t0000_u01787372431603") 2026/08/22 04:22:54 DEBUG : dir1/0011-56789;.txtSUFFIX: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f109c7ea5cc4fad83_d20260822_m042025_c001_v0001109_t0035_u01787372425766") 2026/08/22 04:22:54 DEBUG : dir1/0012-6789;: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f41620da36370817c_d20260822_m042049_c001_v7007000_t0000_u01787372449498") 2026/08/22 04:22:54 DEBUG : dir1/0012-6789;: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f414899d5a3c2baec_d20260822_m042043_c001_v0001032_t0007_u01787372443966") 2026/08/22 04:22:54 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f40976990ec9d193c_d20260822_m042152_c001_v7007000_t0000_u01787372512983") 2026/08/22 04:22:55 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f414899d5a3c2bc36_d20260822_m042146_c001_v0001032_t0007_u01787372506102") 2026/08/22 04:22:55 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f40976990ec9d190a_d20260822_m042140_c001_v7007000_t0000_u01787372500679") 2026/08/22 04:22:55 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f414899d5a3c2bbf0_d20260822_m042133_c001_v0001032_t0007_u01787372493358") 2026/08/22 04:22:55 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f410bac62f6512bee_d20260822_m042128_c001_v7007000_t0000_u01787372488127") 2026/08/22 04:22:55 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f414899d5a3c2bba4_d20260822_m042120_c001_v0001032_t0007_u01787372480738") 2026/08/22 04:22:55 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f40902fdc35ef5cb8_d20260822_m042115_c001_v7007000_t0000_u01787372475263") 2026/08/22 04:22:55 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f414899d5a3c2bb5c_d20260822_m042107_c001_v0001032_t0007_u01787372467735") 2026/08/22 04:22:55 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f41620da36370819f_d20260822_m042102_c001_v7007000_t0000_u01787372462322") 2026/08/22 04:22:55 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f414899d5a3c2bb14_d20260822_m042054_c001_v0001032_t0007_u01787372454690") 2026/08/22 04:22:55 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4068a65c81bf4344_d20260822_m042044_c001_v7007000_t0000_u01787372444779") 2026/08/22 04:22:55 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f409c7ea5cc4fadfd_d20260822_m042040_c001_v0001109_t0038_u01787372440984") 2026/08/22 04:22:55 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f421d622144521378_d20260822_m042035_c001_v7007000_t0000_u01787372435720") 2026/08/22 04:22:55 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f409c7ea5cc4fadbb_d20260822_m042031_c001_v0001109_t0038_u01787372431029") 2026/08/22 04:22:55 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4144a919a46c4592_d20260822_m042028_c001_v7007000_t0000_u01787372428990") 2026/08/22 04:22:55 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f409c7ea5cc4fad55_d20260822_m042021_c001_v0001109_t0038_u01787372421961") 2026/08/22 04:22:55 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4189d3b2c03647f9_d20260822_m042016_c001_v7007000_t0000_u01787372416732") 2026/08/22 04:22:55 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f409c7ea5cc4facf3_d20260822_m042011_c001_v0001109_t0038_u01787372411906") 2026/08/22 04:22:55 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f400be1583d568873_d20260822_m042009_c001_v7007000_t0000_u01787372409799") 2026/08/22 04:22:55 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f414899d5a3c2b9ea_d20260822_m042004_c001_v0001032_t0007_u01787372404111") 2026/08/22 04:22:56 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4278cc7fe2ce71fc_d20260822_m041954_c001_v7007000_t0000_u01787372394253") 2026/08/22 04:22:56 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f414899d5a3c2b986_d20260822_m041947_c001_v0001032_t0007_u01787372387622") 2026/08/22 04:22:56 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f419459bd5f966f23_d20260822_m041942_c001_v7007000_t0000_u01787372382424") 2026/08/22 04:22:56 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f414899d5a3c2b950_d20260822_m041935_c001_v0001032_t0007_u01787372375687") 2026/08/22 04:22:56 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f419459bd5f966ef9_d20260822_m041930_c001_v7007000_t0000_u01787372370467") 2026/08/22 04:22:56 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f414899d5a3c2b90c_d20260822_m041923_c001_v0001032_t0007_u01787372363875") 2026/08/22 04:22:56 DEBUG : dir1/0012-6789;.txtSUFFIX: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4144a919a46c4599_d20260822_m042031_c001_v7007000_t0000_u01787372431251") 2026/08/22 04:22:56 DEBUG : dir1/0012-6789;.txtSUFFIX: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f1159c592b08ab942_d20260822_m042025_c001_v0001090_t0003_u01787372425801") 2026/08/22 04:22:56 DEBUG : dir1/0013-789;=: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f41620da36370817d_d20260822_m042049_c001_v7007000_t0000_u01787372449683") 2026/08/22 04:22:56 DEBUG : dir1/0013-789;=: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4159c592b08ab9ab_d20260822_m042043_c001_v0001090_t0028_u01787372443978") 2026/08/22 04:22:56 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f40976990ec9d193d_d20260822_m042153_c001_v7007000_t0000_u01787372513167") 2026/08/22 04:22:56 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4159c592b08abaef_d20260822_m042146_c001_v0001090_t0028_u01787372506288") 2026/08/22 04:22:56 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f40976990ec9d190b_d20260822_m042140_c001_v7007000_t0000_u01787372500863") 2026/08/22 04:22:56 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4159c592b08abaad_d20260822_m042133_c001_v0001090_t0028_u01787372493541") 2026/08/22 04:22:56 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f410bac62f6512bef_d20260822_m042128_c001_v7007000_t0000_u01787372488309") 2026/08/22 04:22:56 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4159c592b08aba71_d20260822_m042120_c001_v0001090_t0028_u01787372480924") 2026/08/22 04:22:56 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f40902fdc35ef5cb9_d20260822_m042115_c001_v7007000_t0000_u01787372475446") 2026/08/22 04:22:56 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4159c592b08aba41_d20260822_m042107_c001_v0001090_t0028_u01787372467920") 2026/08/22 04:22:56 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f41620da3637081a0_d20260822_m042102_c001_v7007000_t0000_u01787372462505") 2026/08/22 04:22:56 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4159c592b08ab9f3_d20260822_m042054_c001_v0001090_t0028_u01787372454975") 2026/08/22 04:22:56 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f403906668763323f_d20260822_m042044_c001_v7007000_t0000_u01787372444366") 2026/08/22 04:22:57 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4078a820918762f1_d20260822_m042041_c001_v0001167_t0013_u01787372441170") 2026/08/22 04:22:57 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f421d62214452137a_d20260822_m042035_c001_v7007000_t0000_u01787372435901") 2026/08/22 04:22:57 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4078a82091876284_d20260822_m042031_c001_v0001167_t0013_u01787372431043") 2026/08/22 04:22:57 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f421d62214452134f_d20260822_m042029_c001_v7007000_t0000_u01787372429149") 2026/08/22 04:22:57 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4159c592b08ab92c_d20260822_m042022_c001_v0001090_t0028_u01787372422146") 2026/08/22 04:22:57 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4189d3b2c03647fa_d20260822_m042016_c001_v7007000_t0000_u01787372416914") 2026/08/22 04:22:57 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4159c592b08ab908_d20260822_m042011_c001_v0001090_t0028_u01787372411924") 2026/08/22 04:22:57 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f426a09e1b6df6c34_d20260822_m042010_c001_v7007000_t0000_u01787372410047") 2026/08/22 04:22:57 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4078a82091876150_d20260822_m042004_c001_v0001167_t0013_u01787372404300") 2026/08/22 04:22:57 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f420af02780d0e496_d20260822_m041954_c001_v7007000_t0000_u01787372394041") 2026/08/22 04:22:57 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f409c7ea5cc4fabf5_d20260822_m041947_c001_v0001109_t0038_u01787372387807") 2026/08/22 04:22:57 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f419459bd5f966f24_d20260822_m041942_c001_v7007000_t0000_u01787372382606") 2026/08/22 04:22:57 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f409c7ea5cc4fab95_d20260822_m041935_c001_v0001109_t0038_u01787372375870") 2026/08/22 04:22:57 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f419459bd5f966efa_d20260822_m041930_c001_v7007000_t0000_u01787372370650") 2026/08/22 04:22:57 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f409c7ea5cc4fab3f_d20260822_m041924_c001_v0001109_t0038_u01787372364058") 2026/08/22 04:22:57 DEBUG : dir1/0013-789;=.txtSUFFIX: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f426a09e1b6df6c53_d20260822_m042031_c001_v7007000_t0000_u01787372431443") 2026/08/22 04:22:57 DEBUG : dir1/0013-789;=.txtSUFFIX: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f1078a8209187625a_d20260822_m042025_c001_v0001167_t0041_u01787372425968") 2026/08/22 04:22:57 DEBUG : dir1/0014-89;=.: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f41620da36370817e_d20260822_m042049_c001_v7007000_t0000_u01787372449866") 2026/08/22 04:22:57 DEBUG : dir1/0014-89;=.: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f409c7ea5cc4fae19_d20260822_m042043_c001_v0001109_t0038_u01787372443987") 2026/08/22 04:22:57 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f40976990ec9d193e_d20260822_m042153_c001_v7007000_t0000_u01787372513362") 2026/08/22 04:22:57 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f409c7ea5cc4fb037_d20260822_m042146_c001_v0001109_t0038_u01787372506474") 2026/08/22 04:22:58 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f40976990ec9d190c_d20260822_m042141_c001_v7007000_t0000_u01787372501047") 2026/08/22 04:22:58 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f409c7ea5cc4fafd3_d20260822_m042133_c001_v0001109_t0038_u01787372493726") 2026/08/22 04:22:58 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f410bac62f6512bf0_d20260822_m042128_c001_v7007000_t0000_u01787372488490") 2026/08/22 04:22:58 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f409c7ea5cc4faf5d_d20260822_m042121_c001_v0001109_t0038_u01787372481108") 2026/08/22 04:22:58 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f40902fdc35ef5cbb_d20260822_m042115_c001_v7007000_t0000_u01787372475630") 2026/08/22 04:22:58 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f409c7ea5cc4faef3_d20260822_m042108_c001_v0001109_t0038_u01787372468109") 2026/08/22 04:22:58 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f41620da3637081a1_d20260822_m042102_c001_v7007000_t0000_u01787372462703") 2026/08/22 04:22:58 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f409c7ea5cc4fae71_d20260822_m042055_c001_v0001109_t0038_u01787372455160") 2026/08/22 04:22:58 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4144a919a46c45bb_d20260822_m042044_c001_v7007000_t0000_u01787372444374") 2026/08/22 04:22:58 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f414899d5a3c2badc_d20260822_m042041_c001_v0001032_t0007_u01787372441356") 2026/08/22 04:22:58 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f421d62214452137c_d20260822_m042036_c001_v7007000_t0000_u01787372436119") 2026/08/22 04:22:58 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f414899d5a3c2ba9c_d20260822_m042031_c001_v0001032_t0007_u01787372431052") 2026/08/22 04:22:58 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4278cc7fe2ce72a1_d20260822_m042029_c001_v7007000_t0000_u01787372429161") 2026/08/22 04:22:58 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4078a82091876220_d20260822_m042022_c001_v0001167_t0013_u01787372422332") 2026/08/22 04:22:58 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4189d3b2c03647fb_d20260822_m042017_c001_v7007000_t0000_u01787372417095") 2026/08/22 04:22:58 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4078a820918761be_d20260822_m042011_c001_v0001167_t0013_u01787372411937") 2026/08/22 04:22:58 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4189d3b2c03647d7_d20260822_m042009_c001_v7007000_t0000_u01787372409848") 2026/08/22 04:22:58 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f409c7ea5cc4fac97_d20260822_m042004_c001_v0001109_t0038_u01787372404484") 2026/08/22 04:22:58 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4055704355751a67_d20260822_m041954_c001_v7007000_t0000_u01787372394024") 2026/08/22 04:22:58 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4159c592b08ab880_d20260822_m041948_c001_v0001090_t0028_u01787372388033") 2026/08/22 04:22:58 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f419459bd5f966f26_d20260822_m041942_c001_v7007000_t0000_u01787372382793") 2026/08/22 04:22:59 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4159c592b08ab84c_d20260822_m041936_c001_v0001090_t0028_u01787372376052") 2026/08/22 04:22:59 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f419459bd5f966efb_d20260822_m041930_c001_v7007000_t0000_u01787372370833") 2026/08/22 04:22:59 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4159c592b08ab7f6_d20260822_m041924_c001_v0001090_t0028_u01787372364242") 2026/08/22 04:22:59 DEBUG : dir1/0014-89;=.txtSUFFIX: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f426a09e1b6df6c52_d20260822_m042031_c001_v7007000_t0000_u01787372431262") 2026/08/22 04:22:59 DEBUG : dir1/0014-89;=.txtSUFFIX: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f1159c592b08ab946_d20260822_m042026_c001_v0001090_t0024_u01787372426445") 2026/08/22 04:22:59 DEBUG : dir1/0015-9;=.t: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f41620da36370817f_d20260822_m042050_c001_v7007000_t0000_u01787372450049") 2026/08/22 04:22:59 DEBUG : dir1/0015-9;=.t: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4078a82091876327_d20260822_m042043_c001_v0001167_t0013_u01787372443999") 2026/08/22 04:22:59 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f40976990ec9d1940_d20260822_m042153_c001_v7007000_t0000_u01787372513549") 2026/08/22 04:22:59 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4078a820918765bc_d20260822_m042146_c001_v0001167_t0013_u01787372506657") 2026/08/22 04:22:59 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f40976990ec9d190e_d20260822_m042141_c001_v7007000_t0000_u01787372501358") 2026/08/22 04:22:59 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4078a8209187653c_d20260822_m042133_c001_v0001167_t0013_u01787372493911") 2026/08/22 04:22:59 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f410bac62f6512bf2_d20260822_m042128_c001_v7007000_t0000_u01787372488681") 2026/08/22 04:22:59 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4078a820918764a4_d20260822_m042121_c001_v0001167_t0013_u01787372481293") 2026/08/22 04:22:59 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f40902fdc35ef5cbc_d20260822_m042115_c001_v7007000_t0000_u01787372475813") 2026/08/22 04:22:59 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4078a8209187641e_d20260822_m042108_c001_v0001167_t0013_u01787372468293") 2026/08/22 04:22:59 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f41620da3637081a3_d20260822_m042102_c001_v7007000_t0000_u01787372462885") 2026/08/22 04:22:59 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4078a820918763ac_d20260822_m042055_c001_v0001167_t0013_u01787372455346") 2026/08/22 04:22:59 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4039066687633243_d20260822_m042044_c001_v7007000_t0000_u01787372444549") 2026/08/22 04:22:59 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4159c592b08ab99a_d20260822_m042041_c001_v0001090_t0028_u01787372441544") 2026/08/22 04:22:59 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f421d62214452137e_d20260822_m042036_c001_v7007000_t0000_u01787372436302") 2026/08/22 04:23:00 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4159c592b08ab95c_d20260822_m042031_c001_v0001090_t0028_u01787372431068") 2026/08/22 04:23:00 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f419459bd5f966fd7_d20260822_m042029_c001_v7007000_t0000_u01787372429294") 2026/08/22 04:23:00 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f414899d5a3c2ba58_d20260822_m042022_c001_v0001032_t0007_u01787372422516") 2026/08/22 04:23:00 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4189d3b2c03647fc_d20260822_m042017_c001_v7007000_t0000_u01787372417281") 2026/08/22 04:23:00 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f414899d5a3c2ba2a_d20260822_m042011_c001_v0001032_t0007_u01787372411945") 2026/08/22 04:23:00 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4114a9be4d85ff05_d20260822_m042010_c001_v7007000_t0000_u01787372410059") 2026/08/22 04:23:00 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4159c592b08ab8ce_d20260822_m042004_c001_v0001090_t0028_u01787372404666") 2026/08/22 04:23:00 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f407841096fa83b05_d20260822_m041954_c001_v7007000_t0000_u01787372394403") 2026/08/22 04:23:00 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4078a820918760a4_d20260822_m041948_c001_v0001167_t0013_u01787372388219") 2026/08/22 04:23:00 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f419459bd5f966f28_d20260822_m041942_c001_v7007000_t0000_u01787372382990") 2026/08/22 04:23:00 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4078a82091876020_d20260822_m041936_c001_v0001167_t0013_u01787372376241") 2026/08/22 04:23:00 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f419459bd5f966efc_d20260822_m041931_c001_v7007000_t0000_u01787372371014") 2026/08/22 04:23:00 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4078a82091875f82_d20260822_m041924_c001_v0001167_t0013_u01787372364431") 2026/08/22 04:23:00 DEBUG : dir1/0015-9;=.txtSUFFIX: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4144a919a46c459b_d20260822_m042031_c001_v7007000_t0000_u01787372431614") 2026/08/22 04:23:00 DEBUG : dir1/0015-9;=.txtSUFFIX: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f414899d5a3c2ba70_d20260822_m042026_c001_v0001032_t0007_u01787372426526") 2026/08/22 04:23:00 DEBUG : dir1/MDAwMC1hYmNkZWZnLnR4dA==: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f407841096fa83b0d_d20260822_m041956_c001_v7007000_t0000_u01787372396901") 2026/08/22 04:23:00 DEBUG : dir1/MDAwMC1hYmNkZWZnLnR4dA==: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f114899d5a3c2b990_d20260822_m041950_c001_v0001032_t0008_u01787372390035") 2026/08/22 04:23:00 DEBUG : dir1/MDAwMS1iY2RlZmdoLnR4dA==: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f407841096fa83b0e_d20260822_m041957_c001_v7007000_t0000_u01787372397083") 2026/08/22 04:23:01 DEBUG : dir1/MDAwMS1iY2RlZmdoLnR4dA==: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f1078a820918760b4_d20260822_m041950_c001_v0001167_t0001_u01787372390050") 2026/08/22 04:23:01 DEBUG : dir1/MDAwMi1jZGVmZ2hpLnR4dA==: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f407841096fa83b0f_d20260822_m041957_c001_v7007000_t0000_u01787372397264") 2026/08/22 04:23:01 DEBUG : dir1/MDAwMi1jZGVmZ2hpLnR4dA==: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f1159c592b08ab890_d20260822_m041950_c001_v0001090_t0022_u01787372390071") 2026/08/22 04:23:01 DEBUG : dir1/MDAwMy1kZWZnaGlqLnR4dA==: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f407841096fa83b10_d20260822_m041957_c001_v7007000_t0000_u01787372397446") 2026/08/22 04:23:01 DEBUG : dir1/MDAwMy1kZWZnaGlqLnR4dA==: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f109c7ea5cc4fac19_d20260822_m041950_c001_v0001109_t0015_u01787372390664") 2026/08/22 04:23:01 DEBUG : dir1/MDAwNC1lZmdoaWprLnR4dA==: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f407841096fa83b11_d20260822_m041957_c001_v7007000_t0000_u01787372397628") 2026/08/22 04:23:01 DEBUG : dir1/MDAwNC1lZmdoaWprLnR4dA==: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f114899d5a3c2b994_d20260822_m041950_c001_v0001032_t0020_u01787372390708") 2026/08/22 04:23:01 DEBUG : dir1/MDAwNS1mZ2hpamtsLnR4dA==: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f407841096fa83b12_d20260822_m041957_c001_v7007000_t0000_u01787372397809") 2026/08/22 04:23:01 DEBUG : dir1/MDAwNS1mZ2hpamtsLnR4dA==: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f1078a820918760c4_d20260822_m041950_c001_v0001167_t0013_u01787372390728") 2026/08/22 04:23:01 DEBUG : dir1/MDAwNi1naGlqa2xtLnR4dA==: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f407841096fa83b13_d20260822_m041957_c001_v7007000_t0000_u01787372397991") 2026/08/22 04:23:01 DEBUG : dir1/MDAwNi1naGlqa2xtLnR4dA==: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f114899d5a3c2b998_d20260822_m041951_c001_v0001032_t0035_u01787372391182") 2026/08/22 04:23:01 DEBUG : dir1/MDAwNy0xMjM0NTY3LnR4dA==: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f407841096fa83b14_d20260822_m041958_c001_v7007000_t0000_u01787372398173") 2026/08/22 04:23:01 DEBUG : dir1/MDAwNy0xMjM0NTY3LnR4dA==: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f1078a820918760cc_d20260822_m041951_c001_v0001167_t0011_u01787372391230") 2026/08/22 04:23:01 DEBUG : dir1/MDAwOC0yMzQ1Njc4LnR4dA==: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f407841096fa83b15_d20260822_m041958_c001_v7007000_t0000_u01787372398356") 2026/08/22 04:23:01 DEBUG : dir1/MDAwOC0yMzQ1Njc4LnR4dA==: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f109c7ea5cc4fac21_d20260822_m041951_c001_v0001109_t0046_u01787372391444") 2026/08/22 04:23:01 DEBUG : dir1/MDAwOS0zNDU2Nzg5LnR4dA==: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f407841096fa83b16_d20260822_m041958_c001_v7007000_t0000_u01787372398538") 2026/08/22 04:23:01 DEBUG : dir1/MDAwOS0zNDU2Nzg5LnR4dA==: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f1159c592b08ab894_d20260822_m041951_c001_v0001090_t0025_u01787372391679") 2026/08/22 04:23:01 DEBUG : dir1/MDAxMC00NTY3ODkudHh0: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f407841096fa83b17_d20260822_m041958_c001_v7007000_t0000_u01787372398721") 2026/08/22 04:23:01 DEBUG : dir1/MDAxMC00NTY3ODkudHh0: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f1078a820918760ce_d20260822_m041951_c001_v0001167_t0003_u01787372391724") 2026/08/22 04:23:01 DEBUG : dir1/MDAxMS01Njc4OTsudHh0: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f407841096fa83b18_d20260822_m041958_c001_v7007000_t0000_u01787372398903") 2026/08/22 04:23:01 DEBUG : dir1/MDAxMS01Njc4OTsudHh0: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f114899d5a3c2b9a0_d20260822_m041951_c001_v0001032_t0002_u01787372391812") 2026/08/22 04:23:01 DEBUG : dir1/MDAxMi02Nzg5Oy50eHQ=: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f407841096fa83b19_d20260822_m041959_c001_v7007000_t0000_u01787372399092") 2026/08/22 04:23:02 DEBUG : dir1/MDAxMi02Nzg5Oy50eHQ=: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f1159c592b08ab89a_d20260822_m041952_c001_v0001090_t0021_u01787372392061") 2026/08/22 04:23:02 DEBUG : dir1/MDAxMy03ODk7PS50eHQ=: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f407841096fa83b1a_d20260822_m041959_c001_v7007000_t0000_u01787372399274") 2026/08/22 04:23:02 DEBUG : dir1/MDAxMy03ODk7PS50eHQ=: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f1078a820918760d2_d20260822_m041952_c001_v0001167_t0053_u01787372392240") 2026/08/22 04:23:02 DEBUG : dir1/MDAxNC04OTs9LnR4dA==: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f407841096fa83b1b_d20260822_m041959_c001_v7007000_t0000_u01787372399457") 2026/08/22 04:23:02 DEBUG : dir1/MDAxNC04OTs9LnR4dA==: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f109c7ea5cc4fac25_d20260822_m041952_c001_v0001109_t0040_u01787372392362") 2026/08/22 04:23:02 DEBUG : dir1/MDAxNS05Oz0udHh0: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f407841096fa83b1e_d20260822_m041959_c001_v7007000_t0000_u01787372399639") 2026/08/22 04:23:02 DEBUG : dir1/MDAxNS05Oz0udHh0: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f414899d5a3c2b9a8_d20260822_m041952_c001_v0001032_t0007_u01787372392409") 2026/08/22 04:23:02 DEBUG : dir1/PREFIX0000-abcdefg.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f426a09e1b6df6c38_d20260822_m042012_c001_v7007000_t0000_u01787372412149") 2026/08/22 04:23:02 DEBUG : dir1/PREFIX0000-abcdefg.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f114899d5a3c2b9f6_d20260822_m042006_c001_v0001032_t0017_u01787372406479") 2026/08/22 04:23:02 DEBUG : dir1/PREFIX0001-bcdefgh.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f413c9e888bbb9b4b_d20260822_m042012_c001_v7007000_t0000_u01787372412180") 2026/08/22 04:23:02 DEBUG : dir1/PREFIX0001-bcdefgh.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f109c7ea5cc4facb1_d20260822_m042006_c001_v0001109_t0039_u01787372406490") 2026/08/22 04:23:02 DEBUG : dir1/PREFIX0002-cdefghi.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f419459bd5f966fbc_d20260822_m042012_c001_v7007000_t0000_u01787372412191") 2026/08/22 04:23:02 DEBUG : dir1/PREFIX0002-cdefghi.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f1159c592b08ab8da_d20260822_m042006_c001_v0001090_t0018_u01787372406501") 2026/08/22 04:23:02 DEBUG : dir1/PREFIX0003-defghij.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4189d3b2c03647e3_d20260822_m042012_c001_v7007000_t0000_u01787372412386") 2026/08/22 04:23:02 DEBUG : dir1/PREFIX0003-defghij.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f114899d5a3c2b9fc_d20260822_m042007_c001_v0001032_t0016_u01787372407093") 2026/08/22 04:23:02 DEBUG : dir1/PREFIX0004-efghijk.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4189d3b2c03647e0_d20260822_m042012_c001_v7007000_t0000_u01787372412201") 2026/08/22 04:23:02 DEBUG : dir1/PREFIX0004-efghijk.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f1078a8209187617c_d20260822_m042007_c001_v0001167_t0011_u01787372407188") 2026/08/22 04:23:02 DEBUG : dir1/PREFIX0005-fghijkl.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f40976990ec9c9306_d20260822_m042012_c001_v7007000_t0000_u01787372412491") 2026/08/22 04:23:02 DEBUG : dir1/PREFIX0005-fghijkl.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f1159c592b08ab8e4_d20260822_m042007_c001_v0001090_t0052_u01787372407205") 2026/08/22 04:23:02 DEBUG : dir1/PREFIX0006-ghijklm.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f426a09e1b6df6c3a_d20260822_m042012_c001_v7007000_t0000_u01787372412516") 2026/08/22 04:23:02 DEBUG : dir1/PREFIX0006-ghijklm.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f109c7ea5cc4facbd_d20260822_m042007_c001_v0001109_t0049_u01787372407235") 2026/08/22 04:23:03 DEBUG : dir1/PREFIX0007-1234567.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4114a9be4d85ff0b_d20260822_m042012_c001_v7007000_t0000_u01787372412522") 2026/08/22 04:23:03 DEBUG : dir1/PREFIX0007-1234567.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f1159c592b08ab8e6_d20260822_m042007_c001_v0001090_t0004_u01787372407535") 2026/08/22 04:23:03 DEBUG : dir1/PREFIX0008-2345678.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4189d3b2c03647e1_d20260822_m042012_c001_v7007000_t0000_u01787372412340") 2026/08/22 04:23:03 DEBUG : dir1/PREFIX0008-2345678.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f114899d5a3c2b9fe_d20260822_m042007_c001_v0001032_t0027_u01787372407554") 2026/08/22 04:23:03 DEBUG : dir1/PREFIX0009-3456789.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4189d3b2c03647e2_d20260822_m042012_c001_v7007000_t0000_u01787372412351") 2026/08/22 04:23:03 DEBUG : dir1/PREFIX0009-3456789.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f109c7ea5cc4facc1_d20260822_m042008_c001_v0001109_t0018_u01787372408008") 2026/08/22 04:23:03 DEBUG : dir1/PREFIX0010-456789.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4189d3b2c03647de_d20260822_m042012_c001_v7007000_t0000_u01787372412159") 2026/08/22 04:23:03 DEBUG : dir1/PREFIX0010-456789.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f114899d5a3c2ba02_d20260822_m042008_c001_v0001032_t0037_u01787372408042") 2026/08/22 04:23:03 DEBUG : dir1/PREFIX0011-56789;.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f40976990ec9c9305_d20260822_m042012_c001_v7007000_t0000_u01787372412309") 2026/08/22 04:23:03 DEBUG : dir1/PREFIX0011-56789;.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f1159c592b08ab8e8_d20260822_m042008_c001_v0001090_t0000_u01787372408138") 2026/08/22 04:23:03 DEBUG : dir1/PREFIX0012-6789;.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4189d3b2c03647e4_d20260822_m042012_c001_v7007000_t0000_u01787372412531") 2026/08/22 04:23:03 DEBUG : dir1/PREFIX0012-6789;.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f1078a82091876188_d20260822_m042008_c001_v0001167_t0019_u01787372408173") 2026/08/22 04:23:03 DEBUG : dir1/PREFIX0013-789;=.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4114a9be4d85ff0a_d20260822_m042012_c001_v7007000_t0000_u01787372412319") 2026/08/22 04:23:03 DEBUG : dir1/PREFIX0013-789;=.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f114899d5a3c2ba0a_d20260822_m042008_c001_v0001032_t0046_u01787372408775") 2026/08/22 04:23:03 DEBUG : dir1/PREFIX0014-89;=.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f413c9e888bbb9b4d_d20260822_m042012_c001_v7007000_t0000_u01787372412362") 2026/08/22 04:23:03 DEBUG : dir1/PREFIX0014-89;=.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f1078a82091876196_d20260822_m042008_c001_v0001167_t0058_u01787372408850") 2026/08/22 04:23:03 DEBUG : dir1/PREFIX0015-9;=.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4189d3b2c03647df_d20260822_m042012_c001_v7007000_t0000_u01787372412170") 2026/08/22 04:23:03 DEBUG : dir1/PREFIX0015-9;=.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4159c592b08ab8ec_d20260822_m042008_c001_v0001090_t0028_u01787372408862") 2026/08/22 04:23:03 DEBUG : dst/one: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f412790c831b55c47_d20260822_m041826_c001_v7007000_t0000_u01787372306873") 2026/08/22 04:23:03 DEBUG : dst/one: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f405d99a91652c5f3_d20260822_m041825_c001_v0001106_t0030_u01787372305171") 2026/08/22 04:23:04 DEBUG : dst/one: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f40174204ddbd922d_d20260822_m041824_c001_v7007000_t0000_u01787372304988") 2026/08/22 04:23:04 DEBUG : dst/one: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f405d99a91652c5d1_d20260822_m041822_c001_v0001106_t0030_u01787372302190") 2026/08/22 04:23:04 DEBUG : dst/one: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f40174204ddbd9225_d20260822_m041821_c001_v7007000_t0000_u01787372301460") 2026/08/22 04:23:04 DEBUG : dst/one: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f414899d5a3c2b75c_d20260822_m041817_c001_v0001032_t0007_u01787372297194") 2026/08/22 04:23:04 DEBUG : dst/one: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f425a8c9b54143dbe_d20260822_m041815_c001_v7007000_t0000_u01787372295741") 2026/08/22 04:23:04 DEBUG : dst/one: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f418a0b932b023f6c_d20260822_m041814_c001_v0001097_t0001_u01787372294011") 2026/08/22 04:23:04 DEBUG : dst/one: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f400be1583d568636_d20260822_m041813_c001_v7007000_t0000_u01787372293823") 2026/08/22 04:23:04 DEBUG : dst/one: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f418a0b932b023f56_d20260822_m041811_c001_v0001097_t0001_u01787372291555") 2026/08/22 04:23:04 DEBUG : dst/one: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f400be1583d56862e_d20260822_m041810_c001_v7007000_t0000_u01787372290824") 2026/08/22 04:23:04 DEBUG : dst/one: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f414899d5a3c2b722_d20260822_m041806_c001_v0001032_t0007_u01787372286839") 2026/08/22 04:23:04 DEBUG : dst/one: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f425a8c9b54143d7b_d20260822_m041805_c001_v7007000_t0000_u01787372285555") 2026/08/22 04:23:04 DEBUG : dst/one: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f416743e1fb548a7e_d20260822_m041804_c001_v0001033_t0044_u01787372284368") 2026/08/22 04:23:04 DEBUG : dst/one: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4084e4f6f9acffb8_d20260822_m041804_c001_v7007000_t0000_u01787372284173") 2026/08/22 04:23:04 DEBUG : dst/one: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f416743e1fb548a68_d20260822_m041802_c001_v0001033_t0044_u01787372282272") 2026/08/22 04:23:04 DEBUG : dst/one: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4084e4f6f9acff99_d20260822_m041801_c001_v7007000_t0000_u01787372281547") 2026/08/22 04:23:04 DEBUG : dst/one: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f409c7ea5cc4fa82f_d20260822_m041758_c001_v0001109_t0038_u01787372278210") 2026/08/22 04:23:04 DEBUG : dst/one: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f425a8c9b54143d22_d20260822_m041757_c001_v7007000_t0000_u01787372277301") 2026/08/22 04:23:04 DEBUG : dst/one: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4133d06cea2ee972_d20260822_m041755_c001_v0001184_t0058_u01787372275812") 2026/08/22 04:23:04 DEBUG : dst/one: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4144a919a46c3f82_d20260822_m041755_c001_v7007000_t0000_u01787372275629") 2026/08/22 04:23:04 DEBUG : dst/one: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4133d06cea2ee927_d20260822_m041752_c001_v0001184_t0058_u01787372272909") 2026/08/22 04:23:05 DEBUG : dst/one: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4144a919a46c3f78_d20260822_m041752_c001_v7007000_t0000_u01787372272180") 2026/08/22 04:23:05 DEBUG : dst/one: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4078a82091875b5a_d20260822_m041745_c001_v0001167_t0013_u01787372265996") 2026/08/22 04:23:05 DEBUG : dst/one: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4192968a8bc7fb76_d20260822_m041745_c001_v7007000_t0000_u01787372265073") 2026/08/22 04:23:05 DEBUG : dst/one: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f408faaca00acc5fa_d20260822_m041743_c001_v0001130_t0055_u01787372263588") 2026/08/22 04:23:05 DEBUG : dst/one: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4114a9be4d85fd9b_d20260822_m041743_c001_v7007000_t0000_u01787372263402") 2026/08/22 04:23:05 DEBUG : dst/one: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f408faaca00acc5ce_d20260822_m041740_c001_v0001130_t0055_u01787372260624") 2026/08/22 04:23:05 DEBUG : dst/one: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4114a9be4d85fd83_d20260822_m041739_c001_v7007000_t0000_u01787372259902") 2026/08/22 04:23:05 DEBUG : dst/one: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f414899d5a3c2b644_d20260822_m041713_c001_v0001032_t0007_u01787372233397") 2026/08/22 04:23:05 DEBUG : dst/one: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f400be1583d5685ce_d20260822_m041712_c001_v7007000_t0000_u01787372232491") 2026/08/22 04:23:05 DEBUG : dst/one: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f400822e16066f1f5_d20260822_m041710_c001_v0001180_t0053_u01787372230981") 2026/08/22 04:23:05 DEBUG : dst/one: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f423dae673d687537_d20260822_m041710_c001_v7007000_t0000_u01787372230797") 2026/08/22 04:23:05 DEBUG : dst/one: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f400822e16066f1dd_d20260822_m041708_c001_v0001180_t0053_u01787372228170") 2026/08/22 04:23:05 DEBUG : dst/one: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f423dae673d687535_d20260822_m041707_c001_v7007000_t0000_u01787372227433") 2026/08/22 04:23:05 DEBUG : dst/one: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f409c7ea5cc4fa67d_d20260822_m041701_c001_v0001109_t0038_u01787372221873") 2026/08/22 04:23:05 DEBUG : dst/one: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4192968a8bc7fad2_d20260822_m041700_c001_v7007000_t0000_u01787372220772") 2026/08/22 04:23:05 DEBUG : dst/one: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4178dd5a0907b106_d20260822_m041655_c001_v0001161_t0028_u01787372215736") 2026/08/22 04:23:06 DEBUG : dst/one: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4278cc7fe2ce6e19_d20260822_m041655_c001_v7007000_t0000_u01787372215536") 2026/08/22 04:23:06 DEBUG : dst/one: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4078a8209187599c_d20260822_m041651_c001_v0001167_t0013_u01787372211575") 2026/08/22 04:23:06 DEBUG : dst/one: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f41208762f9f1e5c8_d20260822_m041650_c001_v0001029_t0034_u01787372210839") 2026/08/22 04:23:06 DEBUG : dst/one: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f41208762f9f1e5c6_d20260822_m041649_c001_v0001029_t0034_u01787372209885") 2026/08/22 04:23:06 DEBUG : dst/one: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f410bac62f64f9eb8_d20260822_m041636_c001_v7007000_t0000_u01787372196771") 2026/08/22 04:23:06 DEBUG : dst/one: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f409c7ea5cc4fa5b9_d20260822_m041630_c001_v0001109_t0038_u01787372190283") 2026/08/22 04:23:06 DEBUG : dst/one: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f410b74e5d3642c4a_d20260822_m041629_c001_v0001154_t0003_u01787372189554") 2026/08/22 04:23:06 DEBUG : dst/one: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f410b74e5d3642c44_d20260822_m041628_c001_v0001154_t0003_u01787372188631") 2026/08/22 04:23:06 DEBUG : dst/one-2019-01-01: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f412790c831b55c48_d20260822_m041827_c001_v7007000_t0000_u01787372307057") 2026/08/22 04:23:06 DEBUG : dst/one-2019-01-01: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f406dfbb14db149a4_d20260822_m041824_c001_v0001101_t0033_u01787372304797") 2026/08/22 04:23:06 DEBUG : dst/one-2019-01-01: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f40340032401b7479_d20260822_m041821_c001_v0001105_t0028_u01787372301273") 2026/08/22 04:23:06 DEBUG : dst/one.bak: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f425a8c9b54143dbf_d20260822_m041815_c001_v7007000_t0000_u01787372295922") 2026/08/22 04:23:06 DEBUG : dst/one.bak: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f414f6734df4d8fff_d20260822_m041813_c001_v0001120_t0003_u01787372293635") 2026/08/22 04:23:06 DEBUG : dst/one.bak: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f413d96fe42ab1c47_d20260822_m041810_c001_v0001185_t0054_u01787372290635") 2026/08/22 04:23:06 DEBUG : dst/one.bak: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f425a8c9b54143d7d_d20260822_m041805_c001_v7007000_t0000_u01787372285736") 2026/08/22 04:23:06 DEBUG : dst/one.bak: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4126c7622858f159_d20260822_m041803_c001_v0001174_t0005_u01787372283987") 2026/08/22 04:23:06 DEBUG : dst/one.bak: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4120b022289ed2e3_d20260822_m041801_c001_v0001176_t0025_u01787372281360") 2026/08/22 04:23:06 DEBUG : dst/three: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4192968a8bc7fad3_d20260822_m041700_c001_v7007000_t0000_u01787372220954") 2026/08/22 04:23:06 DEBUG : dst/three: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f41208762f9f1e5d4_d20260822_m041659_c001_v0001029_t0034_u01787372219468") 2026/08/22 04:23:06 DEBUG : dst/three-2019-01-01.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f412790c831b55c4a_d20260822_m041827_c001_v7007000_t0000_u01787372307240") 2026/08/22 04:23:06 DEBUG : dst/three-2019-01-01.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4015fd1a96e0f462_d20260822_m041825_c001_v0001174_t0034_u01787372305916") 2026/08/22 04:23:06 DEBUG : dst/three-2019-01-01.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4196f529249b93c1_d20260822_m041822_c001_v0001036_t0055_u01787372302939") 2026/08/22 04:23:07 DEBUG : dst/three.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f412790c831b55c4b_d20260822_m041827_c001_v7007000_t0000_u01787372307424") 2026/08/22 04:23:07 DEBUG : dst/three.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f405d99a91652c5ff_d20260822_m041826_c001_v0001106_t0030_u01787372306294") 2026/08/22 04:23:07 DEBUG : dst/three.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f40174204ddbd9230_d20260822_m041826_c001_v7007000_t0000_u01787372306110") 2026/08/22 04:23:07 DEBUG : dst/three.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f405d99a91652c5df_d20260822_m041823_c001_v0001106_t0030_u01787372303311") 2026/08/22 04:23:07 DEBUG : dst/three.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f40174204ddbd9227_d20260822_m041823_c001_v7007000_t0000_u01787372303127") 2026/08/22 04:23:07 DEBUG : dst/three.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f409c7ea5cc4fa8e1_d20260822_m041818_c001_v0001109_t0038_u01787372298284") 2026/08/22 04:23:07 DEBUG : dst/three.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f425a8c9b54143dc0_d20260822_m041816_c001_v7007000_t0000_u01787372296104") 2026/08/22 04:23:07 DEBUG : dst/three.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f418a0b932b023f7e_d20260822_m041815_c001_v0001097_t0001_u01787372295172") 2026/08/22 04:23:07 DEBUG : dst/three.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f400be1583d56863e_d20260822_m041814_c001_v7007000_t0000_u01787372294937") 2026/08/22 04:23:07 DEBUG : dst/three.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f418a0b932b023f5e_d20260822_m041812_c001_v0001097_t0001_u01787372292679") 2026/08/22 04:23:07 DEBUG : dst/three.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f400be1583d568630_d20260822_m041812_c001_v7007000_t0000_u01787372292493") 2026/08/22 04:23:07 DEBUG : dst/three.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f409c7ea5cc4fa87b_d20260822_m041807_c001_v0001109_t0038_u01787372287563") 2026/08/22 04:23:07 DEBUG : dst/three.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4084e4f6f9acffc0_d20260822_m041805_c001_v7007000_t0000_u01787372285008") 2026/08/22 04:23:07 DEBUG : dst/three.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f409c7ea5cc4fa859_d20260822_m041803_c001_v0001109_t0038_u01787372283208") 2026/08/22 04:23:07 DEBUG : dst/three.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4084e4f6f9acffa9_d20260822_m041802_c001_v7007000_t0000_u01787372282843") 2026/08/22 04:23:07 DEBUG : dst/three.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4078a82091875bbc_d20260822_m041758_c001_v0001167_t0013_u01787372278942") 2026/08/22 04:23:07 DEBUG : dst/three.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4144a919a46c3f84_d20260822_m041756_c001_v7007000_t0000_u01787372276391") 2026/08/22 04:23:07 DEBUG : dst/three.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4078a82091875b8c_d20260822_m041754_c001_v0001167_t0013_u01787372274682") 2026/08/22 04:23:07 DEBUG : dst/three.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4144a919a46c3f7a_d20260822_m041753_c001_v7007000_t0000_u01787372273591") 2026/08/22 04:23:07 DEBUG : dst/three.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f414899d5a3c2b6d4_d20260822_m041746_c001_v0001032_t0007_u01787372266726") 2026/08/22 04:23:07 DEBUG : dst/three.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4114a9be4d85fda0_d20260822_m041744_c001_v7007000_t0000_u01787372264152") 2026/08/22 04:23:07 DEBUG : dst/three.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f414899d5a3c2b6be_d20260822_m041742_c001_v0001032_t0007_u01787372262399") 2026/08/22 04:23:08 DEBUG : dst/three.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4114a9be4d85fd8f_d20260822_m041741_c001_v7007000_t0000_u01787372261290") 2026/08/22 04:23:08 DEBUG : dst/three.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f409c7ea5cc4fa6db_d20260822_m041714_c001_v0001109_t0038_u01787372234130") 2026/08/22 04:23:08 DEBUG : dst/three.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f423dae673d687538_d20260822_m041711_c001_v7007000_t0000_u01787372231543") 2026/08/22 04:23:08 DEBUG : dst/three.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f409c7ea5cc4fa6bb_d20260822_m041709_c001_v0001109_t0038_u01787372229845") 2026/08/22 04:23:08 DEBUG : dst/three.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f423dae673d687536_d20260822_m041708_c001_v7007000_t0000_u01787372228745") 2026/08/22 04:23:08 DEBUG : dst/three.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4078a820918759de_d20260822_m041702_c001_v0001167_t0013_u01787372222603") 2026/08/22 04:23:08 DEBUG : dst/three.txt.bak: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f425a8c9b54143dc1_d20260822_m041816_c001_v7007000_t0000_u01787372296284") 2026/08/22 04:23:08 DEBUG : dst/three.txt.bak: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4099801c550f20da_d20260822_m041814_c001_v0001165_t0026_u01787372294749") 2026/08/22 04:23:08 DEBUG : dst/three.txt.bak: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4040cc4fdcc74079_d20260822_m041812_c001_v0001179_t0046_u01787372292306") 2026/08/22 04:23:08 DEBUG : dst/three.txt.bak: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f425a8c9b54143d80_d20260822_m041805_c001_v7007000_t0000_u01787372285916") 2026/08/22 04:23:08 DEBUG : dst/three.txt.bak: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f409834c0df358e6f_d20260822_m041804_c001_v0001106_t0028_u01787372284825") 2026/08/22 04:23:08 DEBUG : dst/three.txt.bak: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f407675a726c0c625_d20260822_m041802_c001_v0001113_t0057_u01787372282651") 2026/08/22 04:23:08 DEBUG : dst/two: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f412790c831b55c4e_d20260822_m041827_c001_v7007000_t0000_u01787372307609") 2026/08/22 04:23:08 DEBUG : dst/two: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4078a82091875c82_d20260822_m041817_c001_v0001167_t0013_u01787372297739") 2026/08/22 04:23:08 DEBUG : dst/two: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f425a8c9b54143dc3_d20260822_m041816_c001_v7007000_t0000_u01787372296466") 2026/08/22 04:23:08 DEBUG : dst/two: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4078a82091875c1a_d20260822_m041807_c001_v0001167_t0013_u01787372287379") 2026/08/22 04:23:08 DEBUG : dst/two: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f425a8c9b54143d82_d20260822_m041806_c001_v7007000_t0000_u01787372286096") 2026/08/22 04:23:08 DEBUG : dst/two: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f414899d5a3c2b702_d20260822_m041758_c001_v0001032_t0007_u01787372278757") 2026/08/22 04:23:08 DEBUG : dst/two: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f425a8c9b54143d25_d20260822_m041757_c001_v7007000_t0000_u01787372277481") 2026/08/22 04:23:08 DEBUG : dst/two: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f409c7ea5cc4fa7d1_d20260822_m041746_c001_v0001109_t0038_u01787372266543") 2026/08/22 04:23:09 DEBUG : dst/two: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4192968a8bc7fb79_d20260822_m041745_c001_v7007000_t0000_u01787372265258") 2026/08/22 04:23:09 DEBUG : dst/two: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4078a82091875a1c_d20260822_m041713_c001_v0001167_t0013_u01787372233944") 2026/08/22 04:23:09 DEBUG : dst/two: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f400be1583d5685d0_d20260822_m041712_c001_v7007000_t0000_u01787372232672") 2026/08/22 04:23:09 DEBUG : dst/two: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f414899d5a3c2b618_d20260822_m041702_c001_v0001032_t0007_u01787372222419") 2026/08/22 04:23:09 DEBUG : dst/two: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4192968a8bc7fad4_d20260822_m041701_c001_v7007000_t0000_u01787372221137") 2026/08/22 04:23:09 DEBUG : dst/two: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4125064268885c5a_d20260822_m041657_c001_v0001177_t0048_u01787372217224") 2026/08/22 04:23:09 DEBUG : dst/two: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f410bac62f64f9eb9_d20260822_m041636_c001_v7007000_t0000_u01787372196953") 2026/08/22 04:23:09 DEBUG : dst/two: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f410b74e5d3642c5c_d20260822_m041635_c001_v0001154_t0003_u01787372195845") 2026/08/22 04:23:09 DEBUG : empty space: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f407841096fa8330e_d20260822_m041601_c001_v7007000_t0000_u01787372161341") 2026/08/22 04:23:09 DEBUG : empty space: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4078a820918757f2_d20260822_m041557_c001_v0001167_t0013_u01787372157259") 2026/08/22 04:23:09 DEBUG : empty space: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f407841096fa83304_d20260822_m041555_c001_v7007000_t0000_u01787372155225") 2026/08/22 04:23:09 DEBUG : empty space: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4078a8209187577c_d20260822_m041543_c001_v0001167_t0013_u01787372143849") 2026/08/22 04:23:09 DEBUG : empty space: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4192968a8bc7f8ec_d20260822_m041535_c001_v7007000_t0000_u01787372135527") 2026/08/22 04:23:09 DEBUG : empty space: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4078a82091875722_d20260822_m041532_c001_v0001167_t0013_u01787372132388") 2026/08/22 04:23:09 DEBUG : empty space: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4192968a8bc7f812_d20260822_m041514_c001_v7007000_t0000_u01787372114714") 2026/08/22 04:23:09 DEBUG : empty space: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f409c7ea5cc4fa40d_d20260822_m041512_c001_v0001109_t0038_u01787372112404") 2026/08/22 04:23:09 DEBUG : empty space: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4192968a8bc7f804_d20260822_m041510_c001_v7007000_t0000_u01787372110782") 2026/08/22 04:23:09 DEBUG : empty space: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f409c7ea5cc4fa3ed_d20260822_m041509_c001_v0001109_t0038_u01787372109313") 2026/08/22 04:23:09 DEBUG : empty space: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f416227ca4ca0fc20_d20260822_m041506_c001_v7007000_t0000_u01787372106351") 2026/08/22 04:23:09 DEBUG : empty space: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f409c7ea5cc4fa3c7_d20260822_m041504_c001_v0001109_t0038_u01787372104290") 2026/08/22 04:23:10 DEBUG : empty space: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f416227ca4ca0fc13_d20260822_m041503_c001_v7007000_t0000_u01787372103560") 2026/08/22 04:23:10 DEBUG : empty space: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f409c7ea5cc4fa3b3_d20260822_m041501_c001_v0001109_t0038_u01787372101767") 2026/08/22 04:23:10 DEBUG : empty space: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f416227ca4ca0fbfc_d20260822_m041455_c001_v7007000_t0000_u01787372095516") 2026/08/22 04:23:10 DEBUG : empty space: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f409c7ea5cc4fa35d_d20260822_m041453_c001_v0001109_t0038_u01787372093397") 2026/08/22 04:23:10 DEBUG : empty space: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f416227ca4ca0fbf5_d20260822_m041452_c001_v7007000_t0000_u01787372092662") 2026/08/22 04:23:10 DEBUG : empty space: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f409c7ea5cc4fa347_d20260822_m041451_c001_v0001109_t0038_u01787372091926") 2026/08/22 04:23:10 DEBUG : empty space: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f416227ca4ca0fbee_d20260822_m041447_c001_v7007000_t0000_u01787372087360") 2026/08/22 04:23:10 DEBUG : empty space: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f409c7ea5cc4fa309_d20260822_m041445_c001_v0001109_t0038_u01787372085503") 2026/08/22 04:23:10 DEBUG : empty space: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f416227ca4ca0fbe9_d20260822_m041443_c001_v7007000_t0000_u01787372083646") 2026/08/22 04:23:10 DEBUG : empty space: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f409c7ea5cc4fa2f9_d20260822_m041442_c001_v0001109_t0038_u01787372082735") 2026/08/22 04:23:10 DEBUG : empty space: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f416227ca4ca0fbe7_d20260822_m041442_c001_v7007000_t0000_u01787372082373") 2026/08/22 04:23:10 DEBUG : empty space: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f402bd8c7e1ec88de_d20260822_m041441_c001_v0001185_t0006_u01787372081821") 2026/08/22 04:23:10 DEBUG : empty space: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f409c7ea5cc4fa2e9_d20260822_m041440_c001_v0001109_t0038_u01787372080340") 2026/08/22 04:23:10 DEBUG : enormous: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4192968a8bc7f80d_d20260822_m041513_c001_v7007000_t0000_u01787372113789") 2026/08/22 04:23:10 DEBUG : enormous: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f109c7ea5cc4fa40f_d20260822_m041512_c001_v0001109_t0007_u01787372112586") 2026/08/22 04:23:10 DEBUG : existing: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f412790c831b55c50_d20260822_m041832_c001_v7007000_t0000_u01787372312133") 2026/08/22 04:23:10 DEBUG : existing: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f409c7ea5cc4fa94d_d20260822_m041830_c001_v0001109_t0038_u01787372310991") 2026/08/22 04:23:10 DEBUG : existing: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4192968a8bc7f8ab_d20260822_m041530_c001_v7007000_t0000_u01787372130536") 2026/08/22 04:23:10 DEBUG : existing: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4078a8209187570c_d20260822_m041529_c001_v0001167_t0013_u01787372129598") 2026/08/22 04:23:10 DEBUG : existing: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f40174204ddbd320a_d20260822_m041437_c001_v7007000_t0000_u01787372077210") 2026/08/22 04:23:11 DEBUG : existing: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f409c7ea5cc4fa2c3_d20260822_m041436_c001_v0001109_t0038_u01787372076307") 2026/08/22 04:23:11 DEBUG : existing: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f40174204ddbd31f8_d20260822_m041435_c001_v7007000_t0000_u01787372075768") 2026/08/22 04:23:11 DEBUG : existing: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f409c7ea5cc4fa2bb_d20260822_m041435_c001_v0001109_t0038_u01787372075228") 2026/08/22 04:23:11 DEBUG : existing: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f409c7ea5cc4fa2b5_d20260822_m041434_c001_v0001109_t0038_u01787372074434") 2026/08/22 04:23:11 DEBUG : existing-b: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4192968a8bc7f8ad_d20260822_m041530_c001_v7007000_t0000_u01787372130733") 2026/08/22 04:23:11 DEBUG : existing-b: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f409c7ea5cc4fa479_d20260822_m041529_c001_v0001109_t0038_u01787372129609") 2026/08/22 04:23:11 DEBUG : file1: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f40174204ddbd92a0_d20260822_m041912_c001_v7007000_t0000_u01787372352273") 2026/08/22 04:23:11 DEBUG : file1: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4078a82091875eee_d20260822_m041911_c001_v0001167_t0013_u01787372351162") 2026/08/22 04:23:11 DEBUG : file1: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f40174204ddbd929b_d20260822_m041909_c001_v7007000_t0000_u01787372349868") 2026/08/22 04:23:11 DEBUG : file1: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f409c7ea5cc4faacb_d20260822_m041908_c001_v0001109_t0038_u01787372348539") 2026/08/22 04:23:11 DEBUG : five: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4192968a8bc7f81c_d20260822_m041518_c001_v7007000_t0000_u01787372118048") 2026/08/22 04:23:11 DEBUG : five: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f409c7ea5cc4fa429_d20260822_m041516_c001_v0001109_t0038_u01787372116172") 2026/08/22 04:23:11 DEBUG : foo: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f416227ca4ca0fbea_d20260822_m041445_c001_v7007000_t0000_u01787372085138") 2026/08/22 04:23:11 DEBUG : foo: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f409c7ea5cc4fa301_d20260822_m041444_c001_v0001109_t0038_u01787372084560") 2026/08/22 04:23:11 DEBUG : foo: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f409c7ea5cc4fa2ff_d20260822_m041444_c001_v0001109_t0038_u01787372084011") 2026/08/22 04:23:11 DEBUG : four: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4192968a8bc7f81d_d20260822_m041518_c001_v7007000_t0000_u01787372118249") 2026/08/22 04:23:11 DEBUG : four: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f414899d5a3c2b472_d20260822_m041516_c001_v0001032_t0007_u01787372116770") 2026/08/22 04:23:11 DEBUG : four: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f409c7ea5cc4fa41f_d20260822_m041515_c001_v0001109_t0038_u01787372115627") 2026/08/22 04:23:11 DEBUG : hello world2: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4278cc7fe2ce6b7a_d20260822_m041356_c001_v7007000_t0000_u01787372036373") 2026/08/22 04:23:11 DEBUG : hello world2: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f409c7ea5cc4fa19d_d20260822_m041355_c001_v0001109_t0038_u01787372035826") 2026/08/22 04:23:12 DEBUG : ignore-size: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f40174204ddbd31dc_d20260822_m041434_c001_v7007000_t0000_u01787372074075") 2026/08/22 04:23:12 DEBUG : ignore-size: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f409c7ea5cc4fa2ad_d20260822_m041433_c001_v0001109_t0038_u01787372073172") 2026/08/22 04:23:12 DEBUG : nested/sub dir/file: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4192968a8bc7f89c_d20260822_m041528_c001_v7007000_t0000_u01787372128861") 2026/08/22 04:23:12 DEBUG : nested/sub dir/file: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f414899d5a3c2b4a2_d20260822_m041528_c001_v0001032_t0007_u01787372128315") 2026/08/22 04:23:12 DEBUG : nested/sub dir/file: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4192968a8bc7f890_d20260822_m041527_c001_v7007000_t0000_u01787372127569") 2026/08/22 04:23:12 DEBUG : nested/sub dir/file: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4078a820918756f2_d20260822_m041526_c001_v0001167_t0013_u01787372126955") 2026/08/22 04:23:12 DEBUG : one: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4192968a8bc7f81e_d20260822_m041518_c001_v7007000_t0000_u01787372118433") 2026/08/22 04:23:12 DEBUG : one: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f409c7ea5cc4fa417_d20260822_m041515_c001_v0001109_t0038_u01787372115085") 2026/08/22 04:23:12 DEBUG : only0: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f40174204ddbd9283_d20260822_m041904_c001_v7007000_t0000_u01787372344171") 2026/08/22 04:23:12 DEBUG : only0: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f414899d5a3c2b886_d20260822_m041858_c001_v0001032_t0007_u01787372338843") 2026/08/22 04:23:12 DEBUG : only0: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f414899d5a3c2b83c_d20260822_m041850_c001_v0001032_t0007_u01787372330585") 2026/08/22 04:23:12 DEBUG : only0: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f407841096fa8395c_d20260822_m041844_c001_v7007000_t0000_u01787372324991") 2026/08/22 04:23:12 DEBUG : only0: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f409c7ea5cc4fa977_d20260822_m041835_c001_v0001109_t0038_u01787372315927") 2026/08/22 04:23:12 DEBUG : only1: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f40174204ddbd9284_d20260822_m041904_c001_v7007000_t0000_u01787372344352") 2026/08/22 04:23:12 DEBUG : only1: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4078a82091875e6e_d20260822_m041859_c001_v0001167_t0013_u01787372339257") 2026/08/22 04:23:12 DEBUG : only1: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f409c7ea5cc4faa29_d20260822_m041851_c001_v0001109_t0038_u01787372331358") 2026/08/22 04:23:12 DEBUG : only1: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f421d622144521284_d20260822_m041844_c001_v7007000_t0000_u01787372324406") 2026/08/22 04:23:12 DEBUG : only1: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4078a82091875d42_d20260822_m041836_c001_v0001167_t0013_u01787372316296") 2026/08/22 04:23:12 DEBUG : only10: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f40174204ddbd9285_d20260822_m041904_c001_v7007000_t0000_u01787372344532") 2026/08/22 04:23:12 DEBUG : only10: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4078a82091875e66_d20260822_m041858_c001_v0001167_t0013_u01787372338855") 2026/08/22 04:23:13 DEBUG : only10: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f409c7ea5cc4faa57_d20260822_m041854_c001_v0001109_t0038_u01787372334747") 2026/08/22 04:23:13 DEBUG : only10: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4114a9be4d85fe67_d20260822_m041844_c001_v7007000_t0000_u01787372324222") 2026/08/22 04:23:13 DEBUG : only10: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4078a82091875d76_d20260822_m041839_c001_v0001167_t0013_u01787372319622") 2026/08/22 04:23:13 DEBUG : only11: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f40174204ddbd9286_d20260822_m041904_c001_v7007000_t0000_u01787372344714") 2026/08/22 04:23:13 DEBUG : only11: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f409c7ea5cc4faa81_d20260822_m041858_c001_v0001109_t0038_u01787372338864") 2026/08/22 04:23:13 DEBUG : only11: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4078a82091875e42_d20260822_m041855_c001_v0001167_t0013_u01787372335114") 2026/08/22 04:23:13 DEBUG : only11: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f407841096fa83956_d20260822_m041844_c001_v7007000_t0000_u01787372324627") 2026/08/22 04:23:13 DEBUG : only11: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f414899d5a3c2b7ee_d20260822_m041839_c001_v0001032_t0007_u01787372319993") 2026/08/22 04:23:13 DEBUG : only12: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f40174204ddbd9287_d20260822_m041904_c001_v7007000_t0000_u01787372344897") 2026/08/22 04:23:13 DEBUG : only12: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4078a82091875e7e_d20260822_m041859_c001_v0001167_t0013_u01787372339815") 2026/08/22 04:23:13 DEBUG : only12: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f414899d5a3c2b86a_d20260822_m041855_c001_v0001032_t0007_u01787372335494") 2026/08/22 04:23:13 DEBUG : only12: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4114a9be4d85fe6f_d20260822_m041845_c001_v7007000_t0000_u01787372325128") 2026/08/22 04:23:13 DEBUG : only12: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f409c7ea5cc4fa9b3_d20260822_m041840_c001_v0001109_t0038_u01787372320394") 2026/08/22 04:23:13 DEBUG : only13: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f40174204ddbd9288_d20260822_m041905_c001_v7007000_t0000_u01787372345077") 2026/08/22 04:23:13 DEBUG : only13: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4159c592b08ab78c_d20260822_m041859_c001_v0001090_t0028_u01787372339417") 2026/08/22 04:23:13 DEBUG : only13: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f409c7ea5cc4faa63_d20260822_m041855_c001_v0001109_t0038_u01787372335863") 2026/08/22 04:23:13 DEBUG : only13: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4114a9be4d85fe68_d20260822_m041844_c001_v7007000_t0000_u01787372324403") 2026/08/22 04:23:13 DEBUG : only13: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4078a82091875d84_d20260822_m041840_c001_v0001167_t0013_u01787372320762") 2026/08/22 04:23:13 DEBUG : only14: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f40174204ddbd928a_d20260822_m041905_c001_v7007000_t0000_u01787372345257") 2026/08/22 04:23:13 DEBUG : only14: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4159c592b08ab790_d20260822_m041859_c001_v0001090_t0028_u01787372339786") 2026/08/22 04:23:13 DEBUG : only14: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4078a82091875e50_d20260822_m041856_c001_v0001167_t0013_u01787372336230") 2026/08/22 04:23:14 DEBUG : only14: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f421d62214452128a_d20260822_m041845_c001_v7007000_t0000_u01787372325138") 2026/08/22 04:23:14 DEBUG : only14: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f414899d5a3c2b7fc_d20260822_m041841_c001_v0001032_t0007_u01787372321129") 2026/08/22 04:23:14 DEBUG : only15: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f40174204ddbd928c_d20260822_m041905_c001_v7007000_t0000_u01787372345436") 2026/08/22 04:23:14 DEBUG : only15: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f414899d5a3c2b894_d20260822_m041859_c001_v0001032_t0007_u01787372339796") 2026/08/22 04:23:14 DEBUG : only15: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f414899d5a3c2b874_d20260822_m041856_c001_v0001032_t0007_u01787372336616") 2026/08/22 04:23:14 DEBUG : only15: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4114a9be4d85fe6a_d20260822_m041844_c001_v7007000_t0000_u01787372324764") 2026/08/22 04:23:14 DEBUG : only15: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f409c7ea5cc4fa9cb_d20260822_m041841_c001_v0001109_t0038_u01787372321496") 2026/08/22 04:23:14 DEBUG : only16: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f40174204ddbd928d_d20260822_m041905_c001_v7007000_t0000_u01787372345618") 2026/08/22 04:23:14 DEBUG : only16: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f414899d5a3c2b88a_d20260822_m041859_c001_v0001032_t0007_u01787372339060") 2026/08/22 04:23:14 DEBUG : only16: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f409c7ea5cc4faa6f_d20260822_m041857_c001_v0001109_t0038_u01787372337019") 2026/08/22 04:23:14 DEBUG : only16: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f421d622144521287_d20260822_m041844_c001_v7007000_t0000_u01787372324776") 2026/08/22 04:23:14 DEBUG : only16: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4078a82091875d94_d20260822_m041841_c001_v0001167_t0013_u01787372321862") 2026/08/22 04:23:15 DEBUG : only17: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f40174204ddbd928e_d20260822_m041905_c001_v7007000_t0000_u01787372345804") 2026/08/22 04:23:15 DEBUG : only17: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4078a82091875e6a_d20260822_m041859_c001_v0001167_t0013_u01787372339071") 2026/08/22 04:23:15 DEBUG : only17: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4078a82091875e5c_d20260822_m041857_c001_v0001167_t0013_u01787372337388") 2026/08/22 04:23:15 DEBUG : only17: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f407841096fa83959_d20260822_m041844_c001_v7007000_t0000_u01787372324809") 2026/08/22 04:23:15 DEBUG : only17: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f414899d5a3c2b802_d20260822_m041842_c001_v0001032_t0007_u01787372322228") 2026/08/22 04:23:15 DEBUG : only18: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f40174204ddbd928f_d20260822_m041905_c001_v7007000_t0000_u01787372345984") 2026/08/22 04:23:15 DEBUG : only18: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f409c7ea5cc4faa83_d20260822_m041859_c001_v0001109_t0038_u01787372339081") 2026/08/22 04:23:15 DEBUG : only18: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f414899d5a3c2b882_d20260822_m041857_c001_v0001032_t0007_u01787372337755") 2026/08/22 04:23:15 DEBUG : only18: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4114a9be4d85fe6c_d20260822_m041844_c001_v7007000_t0000_u01787372324946") 2026/08/22 04:23:15 DEBUG : only18: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f409c7ea5cc4fa9db_d20260822_m041842_c001_v0001109_t0038_u01787372322596") 2026/08/22 04:23:15 DEBUG : only19: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f40174204ddbd9290_d20260822_m041906_c001_v7007000_t0000_u01787372346164") 2026/08/22 04:23:15 DEBUG : only19: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f414899d5a3c2b88c_d20260822_m041859_c001_v0001032_t0007_u01787372339243") 2026/08/22 04:23:15 DEBUG : only19: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f409c7ea5cc4faa7b_d20260822_m041858_c001_v0001109_t0038_u01787372338126") 2026/08/22 04:23:15 DEBUG : only19: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4114a9be4d85fe65_d20260822_m041844_c001_v7007000_t0000_u01787372324038") 2026/08/22 04:23:15 DEBUG : only19: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4078a82091875daa_d20260822_m041842_c001_v0001167_t0013_u01787372322966") 2026/08/22 04:23:15 DEBUG : only2: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f40174204ddbd9291_d20260822_m041906_c001_v7007000_t0000_u01787372346345") 2026/08/22 04:23:15 DEBUG : only2: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f409c7ea5cc4faa87_d20260822_m041859_c001_v0001109_t0038_u01787372339267") 2026/08/22 04:23:15 DEBUG : only2: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4078a82091875e0a_d20260822_m041851_c001_v0001167_t0013_u01787372331727") 2026/08/22 04:23:15 DEBUG : only2: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f417f207affa42389_d20260822_m041844_c001_v7007000_t0000_u01787372324793") 2026/08/22 04:23:16 DEBUG : only2: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f414899d5a3c2b7ce_d20260822_m041836_c001_v0001032_t0007_u01787372316662") 2026/08/22 04:23:16 DEBUG : only3: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f40174204ddbd9292_d20260822_m041906_c001_v7007000_t0000_u01787372346525") 2026/08/22 04:23:16 DEBUG : only3: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f414899d5a3c2b88e_d20260822_m041859_c001_v0001032_t0007_u01787372339426") 2026/08/22 04:23:16 DEBUG : only3: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f414899d5a3c2b844_d20260822_m041852_c001_v0001032_t0007_u01787372332097") 2026/08/22 04:23:16 DEBUG : only3: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f421d622144521288_d20260822_m041844_c001_v7007000_t0000_u01787372324957") 2026/08/22 04:23:16 DEBUG : only3: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f409c7ea5cc4fa987_d20260822_m041837_c001_v0001109_t0038_u01787372317037") 2026/08/22 04:23:16 DEBUG : only4: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f40174204ddbd9293_d20260822_m041906_c001_v7007000_t0000_u01787372346707") 2026/08/22 04:23:16 DEBUG : only4: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4078a82091875e74_d20260822_m041859_c001_v0001167_t0013_u01787372339442") 2026/08/22 04:23:16 DEBUG : only4: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f409c7ea5cc4faa43_d20260822_m041852_c001_v0001109_t0038_u01787372332465") 2026/08/22 04:23:16 DEBUG : only4: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f417f207affa4238a_d20260822_m041844_c001_v7007000_t0000_u01787372324976") 2026/08/22 04:23:16 DEBUG : only4: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4078a82091875d58_d20260822_m041837_c001_v0001167_t0013_u01787372317414") 2026/08/22 04:23:16 DEBUG : only5: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f40174204ddbd9294_d20260822_m041906_c001_v7007000_t0000_u01787372346889") 2026/08/22 04:23:16 DEBUG : only5: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f409c7ea5cc4faa89_d20260822_m041859_c001_v0001109_t0038_u01787372339455") 2026/08/22 04:23:16 DEBUG : only5: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4078a82091875e1a_d20260822_m041852_c001_v0001167_t0013_u01787372332831") 2026/08/22 04:23:16 DEBUG : only5: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f417f207affa42387_d20260822_m041844_c001_v7007000_t0000_u01787372324426") 2026/08/22 04:23:16 DEBUG : only5: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f414899d5a3c2b7d6_d20260822_m041837_c001_v0001032_t0007_u01787372317782") 2026/08/22 04:23:16 DEBUG : only6: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f40174204ddbd9295_d20260822_m041907_c001_v7007000_t0000_u01787372347069") 2026/08/22 04:23:16 DEBUG : only6: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4159c592b08ab78e_d20260822_m041859_c001_v0001090_t0028_u01787372339602") 2026/08/22 04:23:16 DEBUG : only6: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f414899d5a3c2b850_d20260822_m041853_c001_v0001032_t0007_u01787372333199") 2026/08/22 04:23:16 DEBUG : only6: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f407841096fa83953_d20260822_m041844_c001_v7007000_t0000_u01787372324445") 2026/08/22 04:23:16 DEBUG : only6: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f409c7ea5cc4fa997_d20260822_m041838_c001_v0001109_t0038_u01787372318149") 2026/08/22 04:23:17 DEBUG : only7: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f40174204ddbd9296_d20260822_m041907_c001_v7007000_t0000_u01787372347248") 2026/08/22 04:23:17 DEBUG : only7: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f414899d5a3c2b892_d20260822_m041859_c001_v0001032_t0007_u01787372339612") 2026/08/22 04:23:17 DEBUG : only7: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f409c7ea5cc4faa4b_d20260822_m041853_c001_v0001109_t0038_u01787372333570") 2026/08/22 04:23:17 DEBUG : only7: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4114a9be4d85fe69_d20260822_m041844_c001_v7007000_t0000_u01787372324584") 2026/08/22 04:23:17 DEBUG : only7: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4078a82091875d65_d20260822_m041838_c001_v0001167_t0013_u01787372318518") 2026/08/22 04:23:17 DEBUG : only8: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f40174204ddbd9297_d20260822_m041907_c001_v7007000_t0000_u01787372347430") 2026/08/22 04:23:17 DEBUG : only8: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4078a82091875e7c_d20260822_m041859_c001_v0001167_t0013_u01787372339629") 2026/08/22 04:23:17 DEBUG : only8: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4078a82091875e36_d20260822_m041853_c001_v0001167_t0013_u01787372333943") 2026/08/22 04:23:17 DEBUG : only8: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f421d622144521286_d20260822_m041844_c001_v7007000_t0000_u01787372324595") 2026/08/22 04:23:17 DEBUG : only8: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f414899d5a3c2b7e2_d20260822_m041838_c001_v0001032_t0007_u01787372318886") 2026/08/22 04:23:17 DEBUG : only9: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f40174204ddbd9298_d20260822_m041907_c001_v7007000_t0000_u01787372347609") 2026/08/22 04:23:17 DEBUG : only9: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f409c7ea5cc4faa8b_d20260822_m041859_c001_v0001109_t0038_u01787372339640") 2026/08/22 04:23:17 DEBUG : only9: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f414899d5a3c2b864_d20260822_m041854_c001_v0001032_t0007_u01787372334368") 2026/08/22 04:23:17 DEBUG : only9: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f417f207affa42388_d20260822_m041844_c001_v7007000_t0000_u01787372324609") 2026/08/22 04:23:17 DEBUG : only9: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f409c7ea5cc4fa9a7_d20260822_m041839_c001_v0001109_t0038_u01787372319254") 2026/08/22 04:23:17 DEBUG : potato: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4192968a8bc7f85e_d20260822_m041525_c001_v7007000_t0000_u01787372125842") 2026/08/22 04:23:17 DEBUG : potato: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4078a820918756d6_d20260822_m041524_c001_v0001167_t0013_u01787372124156") 2026/08/22 04:23:17 DEBUG : potato: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4192968a8bc7f83d_d20260822_m041523_c001_v7007000_t0000_u01787372123424") 2026/08/22 04:23:17 DEBUG : potato: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f409c7ea5cc4fa44d_d20260822_m041521_c001_v0001109_t0038_u01787372121937") 2026/08/22 04:23:17 DEBUG : potato: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4192968a8bc7f827_d20260822_m041521_c001_v7007000_t0000_u01787372121207") 2026/08/22 04:23:18 DEBUG : potato: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f414899d5a3c2b47c_d20260822_m041519_c001_v0001032_t0007_u01787372119351") 2026/08/22 04:23:18 DEBUG : potato: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f416227ca4ca0fc24_d20260822_m041507_c001_v7007000_t0000_u01787372107993") 2026/08/22 04:23:18 DEBUG : potato: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f409c7ea5cc4fa3d9_d20260822_m041506_c001_v0001109_t0038_u01787372106897") 2026/08/22 04:23:18 DEBUG : potato: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f416227ca4ca0fc16_d20260822_m041504_c001_v7007000_t0000_u01787372104842") 2026/08/22 04:23:18 DEBUG : potato: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f409c7ea5cc4fa3c3_d20260822_m041504_c001_v0001109_t0038_u01787372104108") 2026/08/22 04:23:18 DEBUG : potato: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f416227ca4ca0fc10_d20260822_m041502_c001_v7007000_t0000_u01787372102335") 2026/08/22 04:23:18 DEBUG : potato: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f409c7ea5cc4fa3ad_d20260822_m041501_c001_v0001109_t0038_u01787372101582") 2026/08/22 04:23:18 DEBUG : potato: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f416227ca4ca0fbf9_d20260822_m041454_c001_v7007000_t0000_u01787372094958") 2026/08/22 04:23:18 DEBUG : potato: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f409c7ea5cc4fa357_d20260822_m041453_c001_v0001109_t0038_u01787372093215") 2026/08/22 04:23:18 DEBUG : potato: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f416227ca4ca0fbf7_d20260822_m041452_c001_v7007000_t0000_u01787372092849") 2026/08/22 04:23:18 DEBUG : potato: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f409c7ea5cc4fa341_d20260822_m041451_c001_v0001109_t0038_u01787372091744") 2026/08/22 04:23:18 DEBUG : potato: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f416227ca4ca0fbf3_d20260822_m041451_c001_v7007000_t0000_u01787372091380") 2026/08/22 04:23:18 DEBUG : potato: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f409c7ea5cc4fa337_d20260822_m041450_c001_v0001109_t0038_u01787372090833") 2026/08/22 04:23:18 DEBUG : potato: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f409c7ea5cc4fa333_d20260822_m041450_c001_v0001109_t0038_u01787372090275") 2026/08/22 04:23:18 DEBUG : potato: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f416227ca4ca0fbf1_d20260822_m041449_c001_v7007000_t0000_u01787372089909") 2026/08/22 04:23:18 DEBUG : potato: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f409c7ea5cc4fa329_d20260822_m041449_c001_v0001109_t0038_u01787372089363") 2026/08/22 04:23:18 DEBUG : potato: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f109c7ea5cc4fa31d_d20260822_m041447_c001_v0001109_t0038_u01787372087915") 2026/08/22 04:23:18 DEBUG : potato: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f416227ca4ca0fbef_d20260822_m041447_c001_v7007000_t0000_u01787372087549") 2026/08/22 04:23:18 DEBUG : potato: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f109c7ea5cc4fa30d_d20260822_m041446_c001_v0001109_t0000_u01787372086055") 2026/08/22 04:23:18 DEBUG : potato2: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f417f207affa420f0_d20260822_m041611_c001_v7007000_t0000_u01787372171541") 2026/08/22 04:23:19 DEBUG : potato2: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f114899d5a3c2b542_d20260822_m041610_c001_v0001032_t0012_u01787372170379") 2026/08/22 04:23:19 DEBUG : potato2: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f407841096fa8330f_d20260822_m041601_c001_v7007000_t0000_u01787372161911") 2026/08/22 04:23:19 DEBUG : potato2: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f114899d5a3c2b504_d20260822_m041556_c001_v0001032_t0054_u01787372156522") 2026/08/22 04:23:19 DEBUG : potato2: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f413c9e888bbb9960_d20260822_m041548_c001_v7007000_t0000_u01787372148659") 2026/08/22 04:23:19 DEBUG : potato2: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f114899d5a3c2b4d2_d20260822_m041543_c001_v0001032_t0033_u01787372143140") 2026/08/22 04:23:19 DEBUG : potato2: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4192968a8bc7f8ee_d20260822_m041536_c001_v7007000_t0000_u01787372136118") 2026/08/22 04:23:19 DEBUG : potato2: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f114899d5a3c2b4aa_d20260822_m041531_c001_v0001032_t0039_u01787372131668") 2026/08/22 04:23:19 DEBUG : potato2: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4192968a8bc7f80f_d20260822_m041513_c001_v7007000_t0000_u01787372113971") 2026/08/22 04:23:19 DEBUG : potato2: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f109c7ea5cc4fa401_d20260822_m041511_c001_v0001109_t0013_u01787372111329") 2026/08/22 04:23:19 DEBUG : potato2: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4192968a8bc7f805_d20260822_m041510_c001_v7007000_t0000_u01787372110964") 2026/08/22 04:23:19 DEBUG : potato2: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f109c7ea5cc4fa3e7_d20260822_m041508_c001_v0001109_t0009_u01787372108542") 2026/08/22 04:23:19 DEBUG : potato2: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f416227ca4ca0fc25_d20260822_m041508_c001_v7007000_t0000_u01787372108180") 2026/08/22 04:23:19 DEBUG : potato2: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f409c7ea5cc4fa3dd_d20260822_m041507_c001_v0001109_t0038_u01787372107441") 2026/08/22 04:23:19 DEBUG : potato2: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f416227ca4ca0fc22_d20260822_m041506_c001_v7007000_t0000_u01787372106534") 2026/08/22 04:23:19 DEBUG : potato2: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f109c7ea5cc4fa3d1_d20260822_m041505_c001_v0001109_t0020_u01787372105209") 2026/08/22 04:23:19 DEBUG : potato2: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f416227ca4ca0fc14_d20260822_m041503_c001_v7007000_t0000_u01787372103745") 2026/08/22 04:23:19 DEBUG : potato2: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f109c7ea5cc4fa3b9_d20260822_m041502_c001_v0001109_t0004_u01787372102323") 2026/08/22 04:23:19 DEBUG : potato2: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f416227ca4ca0fbfd_d20260822_m041455_c001_v7007000_t0000_u01787372095699") 2026/08/22 04:23:19 DEBUG : potato2: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f109c7ea5cc4fa365_d20260822_m041454_c001_v0001109_t0004_u01787372094110") 2026/08/22 04:23:19 DEBUG : potato2: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4278cc7fe2ce6b7d_d20260822_m041358_c001_v7007000_t0000_u01787372038930") 2026/08/22 04:23:19 DEBUG : potato2: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f409c7ea5cc4fa1ab_d20260822_m041358_c001_v0001109_t0038_u01787372038365") 2026/08/22 04:23:20 DEBUG : potato2: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4278cc7fe2ce6b7b_d20260822_m041357_c001_v7007000_t0000_u01787372037463") 2026/08/22 04:23:20 DEBUG : potato2: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f409c7ea5cc4fa1a5_d20260822_m041356_c001_v0001109_t0038_u01787372036917") 2026/08/22 04:23:20 DEBUG : potato3: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f407841096fa83310_d20260822_m041602_c001_v7007000_t0000_u01787372162256") 2026/08/22 04:23:20 DEBUG : potato3: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f109c7ea5cc4fa501_d20260822_m041557_c001_v0001109_t0050_u01787372157820") 2026/08/22 04:23:20 DEBUG : potato3: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f413c9e888bbb995e_d20260822_m041548_c001_v7007000_t0000_u01787372148213") 2026/08/22 04:23:20 DEBUG : potato3: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f109c7ea5cc4fa4b5_d20260822_m041544_c001_v0001109_t0025_u01787372144401") 2026/08/22 04:23:20 DEBUG : potato3: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4192968a8bc7f8ef_d20260822_m041536_c001_v7007000_t0000_u01787372136303") 2026/08/22 04:23:20 DEBUG : potato3: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f109c7ea5cc4fa48d_d20260822_m041532_c001_v0001109_t0024_u01787372132571") 2026/08/22 04:23:20 DEBUG : pre-dest1/1: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4192968a8bc7fab1_d20260822_m041645_c001_v7007000_t0000_u01787372205626") 2026/08/22 04:23:20 DEBUG : pre-dest1/1: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f409c7ea5cc4fa5f5_d20260822_m041637_c001_v0001109_t0038_u01787372197688") 2026/08/22 04:23:20 DEBUG : pre-dest2/2: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4192968a8bc7fab4_d20260822_m041645_c001_v7007000_t0000_u01787372205809") 2026/08/22 04:23:20 DEBUG : pre-dest2/2: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f414899d5a3c2b5ae_d20260822_m041638_c001_v0001032_t0007_u01787372198238") 2026/08/22 04:23:20 DEBUG : rclone-sync-test-ignore-file/.ignore: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f410bac62f64f9eb0_d20260822_m041624_c001_v7007000_t0000_u01787372184536") 2026/08/22 04:23:20 DEBUG : rclone-sync-test-ignore-file/.ignore: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f1078a8209187589c_d20260822_m041620_c001_v0001167_t0053_u01787372180424") 2026/08/22 04:23:20 DEBUG : sizeonly: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f40174204ddbd31c8_d20260822_m041432_c001_v7007000_t0000_u01787372072628") 2026/08/22 04:23:20 DEBUG : sizeonly: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f409c7ea5cc4fa29d_d20260822_m041431_c001_v0001109_t0038_u01787372071723") 2026/08/22 04:23:20 DEBUG : splitbanan: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f41620da363708180_d20260822_m042050_c001_v7007000_t0000_u01787372450231") 2026/08/22 04:23:20 DEBUG : splitbanan: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4078a8209187630f_d20260822_m042043_c001_v0001167_t0013_u01787372443203") 2026/08/22 04:23:20 DEBUG : splitbananasplit: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f40976990ec9d1941_d20260822_m042153_c001_v7007000_t0000_u01787372513732") 2026/08/22 04:23:20 DEBUG : splitbananasplit: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4078a820918765c7_d20260822_m042147_c001_v0001167_t0013_u01787372507400") 2026/08/22 04:23:20 DEBUG : splitbananasplit: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f40976990ec9d190f_d20260822_m042141_c001_v7007000_t0000_u01787372501542") 2026/08/22 04:23:21 DEBUG : splitbananasplit: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4078a82091876544_d20260822_m042134_c001_v0001167_t0013_u01787372494657") 2026/08/22 04:23:21 DEBUG : splitbananasplit: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f410bac62f6512bf3_d20260822_m042128_c001_v7007000_t0000_u01787372488862") 2026/08/22 04:23:21 DEBUG : splitbananasplit: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4078a820918764ae_d20260822_m042122_c001_v0001167_t0013_u01787372482031") 2026/08/22 04:23:21 DEBUG : splitbananasplit: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f40902fdc35ef5cbd_d20260822_m042115_c001_v7007000_t0000_u01787372475996") 2026/08/22 04:23:21 DEBUG : splitbananasplit: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4078a82091876430_d20260822_m042109_c001_v0001167_t0013_u01787372469298") 2026/08/22 04:23:21 DEBUG : splitbananasplit: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f41620da3637081a4_d20260822_m042103_c001_v7007000_t0000_u01787372463067") 2026/08/22 04:23:21 DEBUG : splitbananasplit: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4078a820918763b2_d20260822_m042056_c001_v0001167_t0013_u01787372456081") 2026/08/22 04:23:21 DEBUG : splitbananasplit: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f40174204ddbd9efe_d20260822_m042044_c001_v7007000_t0000_u01787372444578") 2026/08/22 04:23:21 DEBUG : splitbananasplit: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4159c592b08ab99c_d20260822_m042042_c001_v0001090_t0028_u01787372442290") 2026/08/22 04:23:21 DEBUG : splitbananasplit: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f421d62214452137f_d20260822_m042036_c001_v7007000_t0000_u01787372436484") 2026/08/22 04:23:21 DEBUG : splitbananasplit: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f414899d5a3c2ba90_d20260822_m042030_c001_v0001032_t0007_u01787372430269") 2026/08/22 04:23:21 DEBUG : splitbananasplit: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f417f207affa425d9_d20260822_m042029_c001_v7007000_t0000_u01787372429137") 2026/08/22 04:23:21 DEBUG : splitbananasplit: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f414899d5a3c2ba5e_d20260822_m042023_c001_v0001032_t0007_u01787372423262") 2026/08/22 04:23:21 DEBUG : splitbananasplit: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4189d3b2c03647fe_d20260822_m042017_c001_v7007000_t0000_u01787372417463") 2026/08/22 04:23:21 DEBUG : splitbananasplit: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f414899d5a3c2ba1a_d20260822_m042011_c001_v0001032_t0007_u01787372411132") 2026/08/22 04:23:21 DEBUG : splitbananasplit: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f40976990ec9c9301_d20260822_m042009_c001_v7007000_t0000_u01787372409868") 2026/08/22 04:23:21 DEBUG : splitbananasplit: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4159c592b08ab8d2_d20260822_m042005_c001_v0001090_t0028_u01787372405404") 2026/08/22 04:23:21 DEBUG : splitbananasplit: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f419459bd5f966f7e_d20260822_m041953_c001_v7007000_t0000_u01787372393987") 2026/08/22 04:23:21 DEBUG : splitbananasplit: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4078a820918760aa_d20260822_m041948_c001_v0001167_t0013_u01787372388959") 2026/08/22 04:23:21 DEBUG : splitbananasplit: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f419459bd5f966f29_d20260822_m041943_c001_v7007000_t0000_u01787372383175") 2026/08/22 04:23:22 DEBUG : splitbananasplit: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4078a82091876024_d20260822_m041936_c001_v0001167_t0013_u01787372376974") 2026/08/22 04:23:22 DEBUG : splitbananasplit: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f419459bd5f966efd_d20260822_m041931_c001_v7007000_t0000_u01787372371201") 2026/08/22 04:23:22 DEBUG : splitbananasplit: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4078a82091875f88_d20260822_m041925_c001_v0001167_t0013_u01787372365176") 2026/08/22 04:23:22 DEBUG : splitbananasplitSUFFIX: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f407841096fa83b35_d20260822_m042031_c001_v7007000_t0000_u01787372431477") 2026/08/22 04:23:22 DEBUG : splitbananasplitSUFFIX: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f414899d5a3c2ba60_d20260822_m042024_c001_v0001032_t0007_u01787372424234") 2026/08/22 04:23:22 DEBUG : sub dir/hello world: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f40174204ddbd92b0_d20260822_m041920_c001_v7007000_t0000_u01787372360382") 2026/08/22 04:23:22 DEBUG : sub dir/hello world: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4159c592b08ab7d8_d20260822_m041917_c001_v0001090_t0028_u01787372357603") 2026/08/22 04:23:22 DEBUG : sub dir/hello world: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f412790c831b55caa_d20260822_m041916_c001_v7007000_t0000_u01787372356455") 2026/08/22 04:23:22 DEBUG : sub dir/hello world: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f414899d5a3c2b8c6_d20260822_m041913_c001_v0001032_t0007_u01787372353198") 2026/08/22 04:23:22 DEBUG : sub dir/hello world: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4192968a8bc7f89e_d20260822_m041529_c001_v7007000_t0000_u01787372129045") 2026/08/22 04:23:22 DEBUG : sub dir/hello world: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f409c7ea5cc4fa473_d20260822_m041528_c001_v0001109_t0038_u01787372128304") 2026/08/22 04:23:22 DEBUG : sub dir/hello world: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4192968a8bc7f893_d20260822_m041527_c001_v7007000_t0000_u01787372127756") 2026/08/22 04:23:22 DEBUG : sub dir/hello world: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f414899d5a3c2b49e_d20260822_m041526_c001_v0001032_t0007_u01787372126945") 2026/08/22 04:23:22 DEBUG : sub dir/hello world: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f40174204ddbd31ba_d20260822_m041429_c001_v7007000_t0000_u01787372069724") 2026/08/22 04:23:22 DEBUG : sub dir/hello world: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f409c7ea5cc4fa28d_d20260822_m041428_c001_v0001109_t0038_u01787372068279") 2026/08/22 04:23:22 DEBUG : sub dir/hello world: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f40174204ddbd31b4_d20260822_m041427_c001_v7007000_t0000_u01787372067918") 2026/08/22 04:23:22 DEBUG : sub dir/hello world: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f409c7ea5cc4fa283_d20260822_m041426_c001_v0001109_t0038_u01787372066785") 2026/08/22 04:23:22 DEBUG : sub dir/hello world: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f40174204ddbd31b2_d20260822_m041424_c001_v7007000_t0000_u01787372064729") 2026/08/22 04:23:22 DEBUG : sub dir/hello world: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f409c7ea5cc4fa26d_d20260822_m041423_c001_v0001109_t0038_u01787372063794") 2026/08/22 04:23:22 DEBUG : sub dir/hello world: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f40174204ddbd31b1_d20260822_m041423_c001_v7007000_t0000_u01787372063255") 2026/08/22 04:23:23 DEBUG : sub dir/hello world: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f409c7ea5cc4fa26b_d20260822_m041422_c001_v0001109_t0038_u01787372062330") 2026/08/22 04:23:23 DEBUG : sub dir/hello world: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f409c7ea5cc4fa25b_d20260822_m041419_c001_v0001109_t0038_u01787372059771") 2026/08/22 04:23:23 DEBUG : sub dir/hello world: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f40174204ddbd3177_d20260822_m041419_c001_v7007000_t0000_u01787372059411") 2026/08/22 04:23:23 DEBUG : sub dir/hello world: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f409c7ea5cc4fa257_d20260822_m041418_c001_v0001109_t0038_u01787372058872") 2026/08/22 04:23:23 DEBUG : sub dir/hello world: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f409c7ea5cc4fa24d_d20260822_m041418_c001_v0001109_t0038_u01787372058130") 2026/08/22 04:23:23 DEBUG : sub dir/hello world: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f40174204ddbd3148_d20260822_m041417_c001_v7007000_t0000_u01787372057772") 2026/08/22 04:23:23 DEBUG : sub dir/hello world: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f409c7ea5cc4fa235_d20260822_m041415_c001_v0001109_t0038_u01787372055203") 2026/08/22 04:23:23 DEBUG : sub dir/hello world: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f409c7ea5cc4fa227_d20260822_m041412_c001_v0001109_t0038_u01787372052347") 2026/08/22 04:23:23 DEBUG : sub dir/hello world: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4278cc7fe2ce6b8c_d20260822_m041411_c001_v7007000_t0000_u01787372051983") 2026/08/22 04:23:23 DEBUG : sub dir/hello world: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f409c7ea5cc4fa21d_d20260822_m041411_c001_v0001109_t0038_u01787372051438") 2026/08/22 04:23:23 DEBUG : sub dir/hello world: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f409c7ea5cc4fa215_d20260822_m041410_c001_v0001109_t0038_u01787372050606") 2026/08/22 04:23:23 DEBUG : sub dir/hello world: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4278cc7fe2ce6b8a_d20260822_m041410_c001_v7007000_t0000_u01787372050245") 2026/08/22 04:23:23 DEBUG : sub dir/hello world: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f409c7ea5cc4fa1f5_d20260822_m041406_c001_v0001109_t0038_u01787372046737") 2026/08/22 04:23:23 DEBUG : sub dir/hello world: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4278cc7fe2ce6b86_d20260822_m041406_c001_v7007000_t0000_u01787372046374") 2026/08/22 04:23:23 DEBUG : sub dir/hello world: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f409c7ea5cc4fa1f1_d20260822_m041405_c001_v0001109_t0038_u01787372045829") 2026/08/22 04:23:23 DEBUG : sub dir/hello world: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4278cc7fe2ce6b84_d20260822_m041404_c001_v7007000_t0000_u01787372044921") 2026/08/22 04:23:23 DEBUG : sub dir/hello world: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f409c7ea5cc4fa1df_d20260822_m041404_c001_v0001109_t0038_u01787372044373") 2026/08/22 04:23:23 DEBUG : sub dir/hello world: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4278cc7fe2ce6b83_d20260822_m041403_c001_v7007000_t0000_u01787372043831") 2026/08/22 04:23:23 DEBUG : sub dir/hello world: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f409c7ea5cc4fa1cf_d20260822_m041403_c001_v0001109_t0038_u01787372043284") 2026/08/22 04:23:23 DEBUG : sub dir/hello world: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4278cc7fe2ce6b81_d20260822_m041402_c001_v7007000_t0000_u01787372042381") 2026/08/22 04:23:24 DEBUG : sub dir/hello world: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f409c7ea5cc4fa1c5_d20260822_m041401_c001_v0001109_t0038_u01787372041651") 2026/08/22 04:23:24 DEBUG : sub dir/hello world: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4278cc7fe2ce6b80_d20260822_m041401_c001_v7007000_t0000_u01787372041107") 2026/08/22 04:23:24 DEBUG : sub dir/hello world: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f409c7ea5cc4fa1bd_d20260822_m041400_c001_v0001109_t0038_u01787372040563") 2026/08/22 04:23:24 DEBUG : sub dir/hello world: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4278cc7fe2ce6b7e_d20260822_m041400_c001_v7007000_t0000_u01787372040019") 2026/08/22 04:23:24 DEBUG : sub dir/hello world: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f409c7ea5cc4fa1b1_d20260822_m041359_c001_v0001109_t0038_u01787372039474") 2026/08/22 04:23:24 DEBUG : sub dir/hello world: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4278cc7fe2ce6b77_d20260822_m041355_c001_v7007000_t0000_u01787372035284") 2026/08/22 04:23:24 DEBUG : sub dir/hello world: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f409c7ea5cc4fa195_d20260822_m041354_c001_v0001109_t0038_u01787372034739") 2026/08/22 04:23:24 DEBUG : sub dir/hello world: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4278cc7fe2ce6b76_d20260822_m041354_c001_v7007000_t0000_u01787372034196") 2026/08/22 04:23:24 DEBUG : sub dir/hello world: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f409c7ea5cc4fa187_d20260822_m041353_c001_v0001109_t0038_u01787372033651") 2026/08/22 04:23:24 DEBUG : sub dir/hello world: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4278cc7fe2ce6b74_d20260822_m041352_c001_v7007000_t0000_u01787372032748") 2026/08/22 04:23:24 DEBUG : sub dir/hello world: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f409c7ea5cc4fa181_d20260822_m041352_c001_v0001109_t0038_u01787372032130") 2026/08/22 04:23:24 DEBUG : sub dir/hello world: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4278cc7fe2ce6b6f_d20260822_m041349_c001_v7007000_t0000_u01787372029932") 2026/08/22 04:23:24 DEBUG : sub dir/hello world: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f409c7ea5cc4fa167_d20260822_m041349_c001_v0001109_t0038_u01787372029387") 2026/08/22 04:23:24 DEBUG : sub dir2/very/very/very/very/very/nested/subdir/hello world: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f40174204ddbd92b1_d20260822_m041920_c001_v7007000_t0000_u01787372360562") 2026/08/22 04:23:24 DEBUG : sub dir2/very/very/very/very/very/nested/subdir/hello world: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f1078a82091875f3c_d20260822_m041917_c001_v0001167_t0055_u01787372357612") 2026/08/22 04:23:24 DEBUG : sub dir2/very/very/very/very/very/nested/subdir/hello world: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f412790c831b55cab_d20260822_m041916_c001_v7007000_t0000_u01787372356646") 2026/08/22 04:23:24 DEBUG : sub dir2/very/very/very/very/very/nested/subdir/hello world: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f109c7ea5cc4faaf1_d20260822_m041913_c001_v0001109_t0002_u01787372353208") 2026/08/22 04:23:24 DEBUG : sub dir_somesuffix/hello world_somesuffix.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f40976990ec9d1944_d20260822_m042156_c001_v7007000_t0000_u01787372516005") 2026/08/22 04:23:24 DEBUG : sub dir_somesuffix/hello world_somesuffix.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f114899d5a3c2bc62_d20260822_m042155_c001_v0001032_t0021_u01787372515088") 2026/08/22 04:23:24 DEBUG : sub/yam: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4192968a8bc7f854_d20260822_m041525_c001_v7007000_t0000_u01787372125292") 2026/08/22 04:23:25 DEBUG : sub/yam: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f409c7ea5cc4fa457_d20260822_m041524_c001_v0001109_t0038_u01787372124166") 2026/08/22 04:23:25 DEBUG : test_dir1/file2: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f40174204ddbd92a1_d20260822_m041912_c001_v7007000_t0000_u01787372352454") 2026/08/22 04:23:25 DEBUG : test_dir1/file2: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f409c7ea5cc4faadd_d20260822_m041910_c001_v0001109_t0038_u01787372350805") 2026/08/22 04:23:25 DEBUG : test_dir1/file2: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f40174204ddbd929d_d20260822_m041910_c001_v7007000_t0000_u01787372350048") 2026/08/22 04:23:25 DEBUG : test_dir1/file2: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f414899d5a3c2b8be_d20260822_m041908_c001_v0001032_t0007_u01787372348568") 2026/08/22 04:23:25 DEBUG : test_dir2/sub_dir/file3: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f40174204ddbd92a2_d20260822_m041912_c001_v7007000_t0000_u01787372352634") 2026/08/22 04:23:25 DEBUG : test_dir2/sub_dir/file3: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4159c592b08ab7cc_d20260822_m041910_c001_v0001090_t0028_u01787372350815") 2026/08/22 04:23:25 DEBUG : test_dir2/sub_dir/file3: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f40174204ddbd929e_d20260822_m041910_c001_v7007000_t0000_u01787372350227") 2026/08/22 04:23:25 DEBUG : test_dir2/sub_dir/file3: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4159c592b08ab7c4_d20260822_m041908_c001_v0001090_t0028_u01787372348554") 2026/08/22 04:23:25 DEBUG : three: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4192968a8bc7f81f_d20260822_m041518_c001_v7007000_t0000_u01787372118618") 2026/08/22 04:23:25 DEBUG : three: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f409c7ea5cc4fa433_d20260822_m041517_c001_v0001109_t0038_u01787372117480") 2026/08/22 04:23:25 DEBUG : three: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f409c7ea5cc4fa41d_d20260822_m041515_c001_v0001109_t0038_u01787372115446") 2026/08/22 04:23:25 DEBUG : tictactoe/tictactoe: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f40976990ec9d194a_d20260822_m042157_c001_v7007000_t0000_u01787372517558") 2026/08/22 04:23:25 DEBUG : tictactoe/tictactoe: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4159c592b08abb1f_d20260822_m042156_c001_v0001090_t0028_u01787372516953") 2026/08/22 04:23:25 DEBUG : tictactoe/tictactoe/tictactoe.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4278cc7fe2ce7407_d20260822_m042218_c001_v7007000_t0000_u01787372538272") 2026/08/22 04:23:25 DEBUG : tictactoe/tictactoe/tictactoe.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f109c7ea5cc4fb0f9_d20260822_m042216_c001_v0001109_t0053_u01787372536284") 2026/08/22 04:23:25 DEBUG : tictactoe/tictactoe/tictactoe.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4278cc7fe2ce73ec_d20260822_m042214_c001_v7007000_t0000_u01787372534731") 2026/08/22 04:23:25 DEBUG : tictactoe/tictactoe/tictactoe.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f1159c592b08abb71_d20260822_m042213_c001_v0001090_t0026_u01787372533093") 2026/08/22 04:23:25 DEBUG : tictactoe/tictactoe/tictactoe.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4278cc7fe2ce73de_d20260822_m042212_c001_v7007000_t0000_u01787372532111") 2026/08/22 04:23:25 DEBUG : tictactoe/tictactoe/tictactoe.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f114899d5a3c2bca6_d20260822_m042210_c001_v0001032_t0013_u01787372530817") 2026/08/22 04:23:25 DEBUG : tictactoe/tictactoe/tictactoe.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f40976990ec9d196f_d20260822_m042204_c001_v7007000_t0000_u01787372524961") 2026/08/22 04:23:26 DEBUG : tictactoe/tictactoe/tictactoe.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f1159c592b08abb47_d20260822_m042203_c001_v0001090_t0057_u01787372523546") 2026/08/22 04:23:26 DEBUG : tictactoe/tictactoe/toe.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4278cc7fe2ce73cb_d20260822_m042208_c001_v7007000_t0000_u01787372528209") 2026/08/22 04:23:26 DEBUG : tictactoe/tictactoe/toe.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f109c7ea5cc4fb0b3_d20260822_m042206_c001_v0001109_t0051_u01787372526276") 2026/08/22 04:23:26 DEBUG : tictactoe/tictactoe/toe.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f40976990ec9d1967_d20260822_m042202_c001_v7007000_t0000_u01787372522593") 2026/08/22 04:23:26 DEBUG : tictactoe/tictactoe/toe.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f114899d5a3c2bc86_d20260822_m042201_c001_v0001032_t0031_u01787372521621") 2026/08/22 04:23:26 DEBUG : toe/toe/tictactoe: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f40976990ec9d1959_d20260822_m042200_c001_v7007000_t0000_u01787372520660") 2026/08/22 04:23:26 DEBUG : toe/toe/tictactoe: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4078a8209187665e_d20260822_m042200_c001_v0001167_t0013_u01787372520069") 2026/08/22 04:23:26 DEBUG : toe/toe/tictactoe: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f40976990ec9d1950_d20260822_m042159_c001_v7007000_t0000_u01787372519097") 2026/08/22 04:23:26 DEBUG : toe/toe/tictactoe: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f409c7ea5cc4fb089_d20260822_m042158_c001_v0001109_t0038_u01787372518510") 2026/08/22 04:23:26 DEBUG : toe/toe/toe: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4278cc7fe2ce7435_d20260822_m042223_c001_v7007000_t0000_u01787372543059") 2026/08/22 04:23:26 DEBUG : toe/toe/toe: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4159c592b08abb9f_d20260822_m042222_c001_v0001090_t0028_u01787372542427") 2026/08/22 04:23:26 DEBUG : toe/toe/toe: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4278cc7fe2ce73d3_d20260822_m042209_c001_v7007000_t0000_u01787372529845") 2026/08/22 04:23:26 DEBUG : toe/toe/toe: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4078a8209187669c_d20260822_m042209_c001_v0001167_t0013_u01787372529176") 2026/08/22 04:23:26 DEBUG : toe/toe/toe.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4278cc7fe2ce740e_d20260822_m042218_c001_v7007000_t0000_u01787372538863") 2026/08/22 04:23:26 DEBUG : toe/toe/toe.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4078a820918766f2_d20260822_m042218_c001_v0001167_t0013_u01787372538089") 2026/08/22 04:23:26 DEBUG : toe/toe/toe.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4278cc7fe2ce73ed_d20260822_m042215_c001_v7007000_t0000_u01787372535322") 2026/08/22 04:23:26 DEBUG : toe/toe/toe.txt: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f400bab616c2ce743_d20260822_m042214_c001_v0001109_t0020_u01787372534543") 2026/08/22 04:23:26 DEBUG : two: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4192968a8bc7f820_d20260822_m041518_c001_v7007000_t0000_u01787372118802") 2026/08/22 04:23:26 DEBUG : two: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4078a82091875698_d20260822_m041516_c001_v0001167_t0013_u01787372116914") 2026/08/22 04:23:27 DEBUG : two: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f409c7ea5cc4fa419_d20260822_m041515_c001_v0001109_t0038_u01787372115265") 2026/08/22 04:23:27 DEBUG : yam: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4192968a8bc7f865_d20260822_m041526_c001_v7007000_t0000_u01787372126024") 2026/08/22 04:23:27 DEBUG : yam: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f414351fd92174f2d_d20260822_m041525_c001_v0001150_t0041_u01787372125104") 2026/08/22 04:23:27 DEBUG : yam: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4192968a8bc7f837_d20260822_m041522_c001_v7007000_t0000_u01787372122877") 2026/08/22 04:23:27 DEBUG : yam: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f414899d5a3c2b484_d20260822_m041521_c001_v0001032_t0007_u01787372121949") 2026/08/22 04:23:27 DEBUG : yam: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4192968a8bc7f826_d20260822_m041520_c001_v7007000_t0000_u01787372120660") 2026/08/22 04:23:27 DEBUG : yam: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4078a820918756a8_d20260822_m041519_c001_v0001167_t0013_u01787372119360") 2026/08/22 04:23:27 DEBUG : yaml: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4192968a8bc7f841_d20260822_m041523_c001_v7007000_t0000_u01787372123605") 2026/08/22 04:23:27 DEBUG : yaml: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f40375da6e16db622_d20260822_m041522_c001_v0001090_t0048_u01787372122690") 2026/08/22 04:23:27 DEBUG : yaml: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4192968a8bc7f828_d20260822_m041521_c001_v7007000_t0000_u01787372121389") 2026/08/22 04:23:27 DEBUG : yaml: Deleting (id "4_zbf32bde3a0cd2b7baf080e1b_f4118c4afbd36c6e4_d20260822_m041520_c001_v0001173_t0037_u01787372120466") "./sync.test -test.v -test.timeout 1h0m0s -remote TestB2: -list-retries 5 -verbose" - Finished OK in 9m41.924269587s (try 1/5)