"./sync.test -test.v -test.timeout 1h0m0s -remote TestB2: -list-retries 5 -verbose" - Starting (try 1/5) 2026/09/08 03:36:29 DEBUG : Creating backend with remote "TestB2:rclone-test-muyocon1zuxi" 2026/09/08 03:36:29 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/09/08 03:36:30 DEBUG : Creating backend with remote "/tmp/rclone3016707111" === 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-muyocon1zuxi", Local "Local file system at /tmp/rclone3016707111", Modify Window "1ms" 2026/09/08 03:36:31 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/09/08 03:36:31 DEBUG : B2 bucket rclone-test-muyocon1zuxi: Waiting for checks to finish 2026/09/08 03:36:31 DEBUG : B2 bucket rclone-test-muyocon1zuxi: Waiting for transfers to finish 2026/09/08 03:36:31 NOTICE: sub dir/hello world: Skipped copy as --dry-run is set (size 11) --- PASS: TestCopyWithDryRun (1.68s) === RUN TestCopy run.go:198: Remote "B2 bucket rclone-test-muyocon1zuxi", Local "Local file system at /tmp/rclone3016707111", Modify Window "1ms" 2026/09/08 03:36:31 INFO : sub dir: Set directory modification time (using DirSetModTime) 2026/09/08 03:36:32 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/09/08 03:36:32 DEBUG : B2 bucket rclone-test-muyocon1zuxi: Waiting for checks to finish 2026/09/08 03:36:32 DEBUG : B2 bucket rclone-test-muyocon1zuxi: Waiting for transfers to finish 2026/09/08 03:36:32 DEBUG : sub dir/hello world: size = 11 OK 2026/09/08 03:36:32 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/09/08 03:36:32 INFO : sub dir/hello world: Copied (new) 2026/09/08 03:36:32 DEBUG : B2 bucket rclone-test-muyocon1zuxi: Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata --- PASS: TestCopy (1.71s) === RUN TestCopyMetadata run.go:198: Remote "B2 bucket rclone-test-muyocon1zuxi", Local "Local file system at /tmp/rclone3016707111", 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-muyocon1zuxi", Local "Local file system at /tmp/rclone3016707111", 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-muyocon1zuxi", Local "Local file system at /tmp/rclone3016707111", Modify Window "1ms" 2026/09/08 03:36:34 DEBUG : Creating backend with remote "/non-existing" 2026/09/08 03:36:34 ERROR : Local file system at /non-existing: error reading source root directory: directory not found 2026/09/08 03:36:34 DEBUG : B2 bucket rclone-test-muyocon1zuxi: Waiting for checks to finish 2026/09/08 03:36:34 DEBUG : B2 bucket rclone-test-muyocon1zuxi: Waiting for transfers to finish --- PASS: TestCopyMissingDirectory (0.54s) === RUN TestCopyNoTraverse run.go:198: Remote "B2 bucket rclone-test-muyocon1zuxi", Local "Local file system at /tmp/rclone3016707111", Modify Window "1ms" 2026/09/08 03:36:35 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/09/08 03:36:35 DEBUG : B2 bucket rclone-test-muyocon1zuxi: Waiting for checks to finish 2026/09/08 03:36:35 DEBUG : B2 bucket rclone-test-muyocon1zuxi: Waiting for transfers to finish 2026/09/08 03:36:35 DEBUG : sub dir/hello world: size = 11 OK 2026/09/08 03:36:35 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/09/08 03:36:35 INFO : sub dir/hello world: Copied (new) --- PASS: TestCopyNoTraverse (1.48s) === RUN TestCopyNoTraverseDeadlock run.go:198: Remote "B2 bucket rclone-test-muyocon1zuxi", Local "Local file system at /tmp/rclone3016707111", 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-muyocon1zuxi", Local "Local file system at /tmp/rclone3016707111", Modify Window "1ms" 2026/09/08 03:36:36 INFO : B2 bucket rclone-test-muyocon1zuxi: Running all checks before starting transfers 2026/09/08 03:36:36 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/09/08 03:36:36 DEBUG : B2 bucket rclone-test-muyocon1zuxi: Waiting for checks to finish 2026/09/08 03:36:36 INFO : B2 bucket rclone-test-muyocon1zuxi: Checks finished, now starting transfers 2026/09/08 03:36:36 DEBUG : B2 bucket rclone-test-muyocon1zuxi: Waiting for transfers to finish 2026/09/08 03:36:36 DEBUG : sub dir/hello world: size = 11 OK 2026/09/08 03:36:36 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/09/08 03:36:36 INFO : sub dir/hello world: Copied (new) --- PASS: TestCopyCheckFirst (1.09s) === RUN TestSyncNoTraverse run.go:198: Remote "B2 bucket rclone-test-muyocon1zuxi", Local "Local file system at /tmp/rclone3016707111", Modify Window "1ms" 2026/09/08 03:36:37 ERROR : Ignoring --no-traverse with sync 2026/09/08 03:36:37 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/09/08 03:36:37 DEBUG : B2 bucket rclone-test-muyocon1zuxi: Waiting for checks to finish 2026/09/08 03:36:37 DEBUG : B2 bucket rclone-test-muyocon1zuxi: Waiting for transfers to finish 2026/09/08 03:36:38 DEBUG : sub dir/hello world: size = 11 OK 2026/09/08 03:36:38 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/09/08 03:36:38 INFO : sub dir/hello world: Copied (new) 2026/09/08 03:36:38 DEBUG : Waiting for deletions to finish --- PASS: TestSyncNoTraverse (1.08s) === RUN TestCopyWithDepth run.go:198: Remote "B2 bucket rclone-test-muyocon1zuxi", Local "Local file system at /tmp/rclone3016707111", Modify Window "1ms" 2026/09/08 03:36:38 DEBUG : hello world2: Need to transfer - File not found at Destination 2026/09/08 03:36:38 DEBUG : B2 bucket rclone-test-muyocon1zuxi: Waiting for checks to finish 2026/09/08 03:36:38 DEBUG : B2 bucket rclone-test-muyocon1zuxi: Waiting for transfers to finish 2026/09/08 03:36:39 DEBUG : hello world2: size = 12 OK 2026/09/08 03:36:39 DEBUG : hello world2: sha1 = c0bf117f9c93d02c894fe8ffd6e5cecf3545c209 OK 2026/09/08 03:36:39 INFO : hello world2: Copied (new) --- PASS: TestCopyWithDepth (1.08s) === RUN TestCopyWithFilesFrom run.go:198: Remote "B2 bucket rclone-test-muyocon1zuxi", Local "Local file system at /tmp/rclone3016707111", Modify Window "1ms" 2026/09/08 03:36:39 DEBUG : potato2: Need to transfer - File not found at Destination 2026/09/08 03:36:39 DEBUG : B2 bucket rclone-test-muyocon1zuxi: Waiting for checks to finish 2026/09/08 03:36:39 DEBUG : B2 bucket rclone-test-muyocon1zuxi: Waiting for transfers to finish 2026/09/08 03:36:40 DEBUG : potato2: size = 11 OK 2026/09/08 03:36:40 DEBUG : potato2: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/09/08 03:36:40 INFO : potato2: Copied (new) --- PASS: TestCopyWithFilesFrom (1.08s) === RUN TestCopyWithFilesFromAndNoTraverse run.go:198: Remote "B2 bucket rclone-test-muyocon1zuxi", Local "Local file system at /tmp/rclone3016707111", Modify Window "1ms" 2026/09/08 03:36:41 DEBUG : potato2: Need to transfer - File not found at Destination 2026/09/08 03:36:41 DEBUG : B2 bucket rclone-test-muyocon1zuxi: Waiting for checks to finish 2026/09/08 03:36:41 DEBUG : B2 bucket rclone-test-muyocon1zuxi: Waiting for transfers to finish 2026/09/08 03:36:41 DEBUG : potato2: size = 11 OK 2026/09/08 03:36:41 DEBUG : potato2: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/09/08 03:36:41 INFO : potato2: Copied (new) --- PASS: TestCopyWithFilesFromAndNoTraverse (1.08s) === RUN TestCopyEmptyDirectories run.go:198: Remote "B2 bucket rclone-test-muyocon1zuxi", Local "Local file system at /tmp/rclone3016707111", Modify Window "1ms" 2026/09/08 03:36:41 DEBUG : sub dir2/sub sub dir2: Making directory with metadata 2026/09/08 03:36:41 INFO : sub dir2/sub sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/09/08 03:36:41 INFO : sub dir2: Set directory modification time (using DirSetModTime) 2026/09/08 03:36:41 INFO : sub dir: Set directory modification time (using DirSetModTime) 2026/09/08 03:36:42 INFO : sub dir2: Making directory 2026/09/08 03:36:42 INFO : sub dir: Making directory 2026/09/08 03:36:42 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/09/08 03:36:42 INFO : sub dir2/sub sub dir2: Making directory 2026/09/08 03:36:42 DEBUG : B2 bucket rclone-test-muyocon1zuxi: Waiting for checks to finish 2026/09/08 03:36:42 DEBUG : B2 bucket rclone-test-muyocon1zuxi: Waiting for transfers to finish 2026/09/08 03:36:42 DEBUG : sub dir/hello world: size = 11 OK 2026/09/08 03:36:42 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/09/08 03:36:42 INFO : sub dir/hello world: Copied (new) fstest.go:251: Filtering empty directory "sub dir2" fstest.go:251: Filtering empty directory "sub dir2/sub sub dir2" 2026/09/08 03:36:42 DEBUG : B2 bucket rclone-test-muyocon1zuxi: Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata --- PASS: TestCopyEmptyDirectories (1.08s) === RUN TestCopyNoEmptyDirectories run.go:198: Remote "B2 bucket rclone-test-muyocon1zuxi", Local "Local file system at /tmp/rclone3016707111", Modify Window "1ms" 2026/09/08 03:36:43 INFO : sub dir2: Making directory 2026/09/08 03:36:43 DEBUG : sub dir2/sub sub dir2: Making directory with metadata 2026/09/08 03:36:43 INFO : sub dir2/sub sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/09/08 03:36:43 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/09/08 03:36:43 DEBUG : B2 bucket rclone-test-muyocon1zuxi: Waiting for checks to finish 2026/09/08 03:36:43 DEBUG : B2 bucket rclone-test-muyocon1zuxi: Waiting for transfers to finish 2026/09/08 03:36:43 DEBUG : sub dir/hello world: size = 11 OK 2026/09/08 03:36:43 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/09/08 03:36:43 INFO : sub dir/hello world: Copied (new) --- PASS: TestCopyNoEmptyDirectories (1.10s) === RUN TestMoveEmptyDirectories run.go:198: Remote "B2 bucket rclone-test-muyocon1zuxi", Local "Local file system at /tmp/rclone3016707111", Modify Window "1ms" 2026/09/08 03:36:44 DEBUG : sub dir2: Making directory with metadata 2026/09/08 03:36:44 INFO : sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/09/08 03:36:44 INFO : sub dir2: Making directory 2026/09/08 03:36:44 INFO : sub dir: Making directory 2026/09/08 03:36:44 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/09/08 03:36:44 DEBUG : B2 bucket rclone-test-muyocon1zuxi: Waiting for checks to finish 2026/09/08 03:36:44 DEBUG : B2 bucket rclone-test-muyocon1zuxi: Waiting for transfers to finish 2026/09/08 03:36:44 DEBUG : sub dir/hello world: size = 11 OK 2026/09/08 03:36:44 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/09/08 03:36:44 INFO : sub dir/hello world: Copied (new) 2026/09/08 03:36:44 INFO : sub dir/hello world: Deleted fstest.go:251: Filtering empty directory "sub dir2" 2026/09/08 03:36:44 DEBUG : B2 bucket rclone-test-muyocon1zuxi: Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata 2026/09/08 03:36:44 DEBUG : B2 bucket rclone-test-muyocon1zuxi: 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-muyocon1zuxi", Local "Local file system at /tmp/rclone3016707111", 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-muyocon1zuxi", Local "Local file system at /tmp/rclone3016707111", Modify Window "1ms" 2026/09/08 03:36:45 INFO : sub dir2: Making directory 2026/09/08 03:36:45 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/09/08 03:36:45 DEBUG : B2 bucket rclone-test-muyocon1zuxi: Waiting for checks to finish 2026/09/08 03:36:45 DEBUG : B2 bucket rclone-test-muyocon1zuxi: Waiting for transfers to finish 2026/09/08 03:36:46 DEBUG : sub dir/hello world: size = 11 OK 2026/09/08 03:36:46 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/09/08 03:36:46 INFO : sub dir/hello world: Copied (new) 2026/09/08 03:36:46 INFO : sub dir/hello world: Deleted --- PASS: TestMoveNoEmptyDirectories (1.08s) === RUN TestSyncEmptyDirectories run.go:198: Remote "B2 bucket rclone-test-muyocon1zuxi", Local "Local file system at /tmp/rclone3016707111", Modify Window "1ms" 2026/09/08 03:36:46 DEBUG : sub dir2: Making directory with metadata 2026/09/08 03:36:46 INFO : sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/09/08 03:36:46 INFO : sub dir: Set directory modification time (using DirSetModTime) 2026/09/08 03:36:47 INFO : sub dir2: Making directory 2026/09/08 03:36:47 INFO : sub dir: Making directory 2026/09/08 03:36:47 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/09/08 03:36:47 DEBUG : B2 bucket rclone-test-muyocon1zuxi: Waiting for checks to finish 2026/09/08 03:36:47 DEBUG : B2 bucket rclone-test-muyocon1zuxi: Waiting for transfers to finish 2026/09/08 03:36:47 DEBUG : sub dir/hello world: size = 11 OK 2026/09/08 03:36:47 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/09/08 03:36:47 INFO : sub dir/hello world: Copied (new) 2026/09/08 03:36:47 DEBUG : Waiting for deletions to finish fstest.go:251: Filtering empty directory "sub dir2" 2026/09/08 03:36:47 DEBUG : B2 bucket rclone-test-muyocon1zuxi: Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata --- PASS: TestSyncEmptyDirectories (1.16s) === RUN TestSyncSetDelayedModTimes run.go:198: Remote "B2 bucket rclone-test-muyocon1zuxi", Local "Local file system at /tmp/rclone3016707111", 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-muyocon1zuxi", Local "Local file system at /tmp/rclone3016707111", Modify Window "1ms" 2026/09/08 03:36:48 INFO : sub dir2: Making directory 2026/09/08 03:36:48 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/09/08 03:36:48 DEBUG : B2 bucket rclone-test-muyocon1zuxi: Waiting for checks to finish 2026/09/08 03:36:48 DEBUG : B2 bucket rclone-test-muyocon1zuxi: Waiting for transfers to finish 2026/09/08 03:36:48 DEBUG : sub dir/hello world: size = 11 OK 2026/09/08 03:36:48 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/09/08 03:36:48 INFO : sub dir/hello world: Copied (new) 2026/09/08 03:36:48 DEBUG : Waiting for deletions to finish --- PASS: TestSyncNoEmptyDirectories (1.08s) === RUN TestServerSideCopy run.go:198: Remote "B2 bucket rclone-test-muyocon1zuxi", Local "Local file system at /tmp/rclone3016707111", Modify Window "1ms" 2026/09/08 03:36:49 DEBUG : Creating backend with remote "TestB2:rclone-test-heyunun9tite" sync_test.go:620: Server side copy (if possible) B2 bucket rclone-test-muyocon1zuxi -> B2 bucket rclone-test-heyunun9tite 2026/09/08 03:36:51 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/09/08 03:36:51 DEBUG : B2 bucket rclone-test-heyunun9tite: Waiting for checks to finish 2026/09/08 03:36:51 DEBUG : B2 bucket rclone-test-heyunun9tite: Waiting for transfers to finish 2026/09/08 03:36:51 DEBUG : sub dir/hello world: size = 11 OK 2026/09/08 03:36:51 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/09/08 03:36:51 INFO : sub dir/hello world: Copied (server-side copy) 2026/09/08 03:36:51 DEBUG : B2 bucket rclone-test-heyunun9tite: Purge remote 2026/09/08 03:36:51 INFO : B2 bucket rclone-test-heyunun9tite: cleaning bucket "rclone-test-heyunun9tite" of all files 2026/09/08 03:36:52 DEBUG : sub dir/hello world: Deleting (id "4_z1f820d93107d7bfbaf080e1b_f400fe89041d29e3d_d20260908_m033651_c001_v0001167_t0018_u01788838611582") --- PASS: TestServerSideCopy (3.63s) === RUN TestCopyOverSelf run.go:198: Remote "B2 bucket rclone-test-muyocon1zuxi", Local "Local file system at /tmp/rclone3016707111", Modify Window "1ms" 2026/09/08 03:36:53 DEBUG : sub dir/hello world: size = 17 (Local file system at /tmp/rclone3016707111) 2026/09/08 03:36:53 DEBUG : sub dir/hello world: size = 11 (B2 bucket rclone-test-muyocon1zuxi) 2026/09/08 03:36:53 DEBUG : sub dir/hello world: Sizes differ 2026/09/08 03:36:53 DEBUG : B2 bucket rclone-test-muyocon1zuxi: Waiting for checks to finish 2026/09/08 03:36:53 DEBUG : B2 bucket rclone-test-muyocon1zuxi: Waiting for transfers to finish 2026/09/08 03:36:54 DEBUG : sub dir/hello world: size = 17 OK 2026/09/08 03:36:54 DEBUG : sub dir/hello world: sha1 = b84a9b2362aee3556081792f3b7abd3958da8deb OK 2026/09/08 03:36:54 INFO : sub dir/hello world: Copied (replaced existing) --- PASS: TestCopyOverSelf (1.76s) === RUN TestServerSideCopyOverSelf run.go:198: Remote "B2 bucket rclone-test-muyocon1zuxi", Local "Local file system at /tmp/rclone3016707111", Modify Window "1ms" 2026/09/08 03:36:55 DEBUG : Creating backend with remote "TestB2:rclone-test-fekeroh3lega" sync_test.go:656: Server side copy (if possible) B2 bucket rclone-test-muyocon1zuxi -> B2 bucket rclone-test-fekeroh3lega 2026/09/08 03:36:56 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/09/08 03:36:56 DEBUG : B2 bucket rclone-test-fekeroh3lega: Waiting for checks to finish 2026/09/08 03:36:56 DEBUG : B2 bucket rclone-test-fekeroh3lega: Waiting for transfers to finish 2026/09/08 03:36:57 DEBUG : sub dir/hello world: size = 11 OK 2026/09/08 03:36:57 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/09/08 03:36:57 INFO : sub dir/hello world: Copied (server-side copy) 2026/09/08 03:36:58 DEBUG : B2 bucket rclone-test-fekeroh3lega: Waiting for checks to finish 2026/09/08 03:36:58 DEBUG : sub dir/hello world: size = 17 (B2 bucket rclone-test-muyocon1zuxi) 2026/09/08 03:36:58 DEBUG : sub dir/hello world: size = 11 (B2 bucket rclone-test-fekeroh3lega) 2026/09/08 03:36:58 DEBUG : sub dir/hello world: Sizes differ 2026/09/08 03:36:58 DEBUG : B2 bucket rclone-test-fekeroh3lega: Waiting for transfers to finish 2026/09/08 03:36:58 DEBUG : sub dir/hello world: size = 17 OK 2026/09/08 03:36:58 DEBUG : sub dir/hello world: sha1 = b84a9b2362aee3556081792f3b7abd3958da8deb OK 2026/09/08 03:36:58 INFO : sub dir/hello world: Copied (server-side copy) 2026/09/08 03:36:58 DEBUG : B2 bucket rclone-test-fekeroh3lega: Purge remote 2026/09/08 03:36:58 INFO : B2 bucket rclone-test-fekeroh3lega: cleaning bucket "rclone-test-fekeroh3lega" of all files 2026/09/08 03:36:58 DEBUG : sub dir/hello world: Deleting (id "4_z4f321de3107d7bfbaf080e1b_f41781aad04394ca1_d20260908_m033658_c001_v0001109_t0056_u01788838618455") 2026/09/08 03:36:58 DEBUG : sub dir/hello world: Deleting (id "4_z4f321de3107d7bfbaf080e1b_f416ec91ddefbf5f6_d20260908_m033656_c001_v0001134_t0043_u01788838616996") --- PASS: TestServerSideCopyOverSelf (5.30s) === RUN TestMoveOverSelf run.go:198: Remote "B2 bucket rclone-test-muyocon1zuxi", Local "Local file system at /tmp/rclone3016707111", Modify Window "1ms" 2026/09/08 03:37:00 DEBUG : B2 bucket rclone-test-muyocon1zuxi: Waiting for checks to finish 2026/09/08 03:37:00 DEBUG : sub dir/hello world: size = 17 (Local file system at /tmp/rclone3016707111) 2026/09/08 03:37:00 DEBUG : sub dir/hello world: size = 11 (B2 bucket rclone-test-muyocon1zuxi) 2026/09/08 03:37:00 DEBUG : sub dir/hello world: Sizes differ 2026/09/08 03:37:00 DEBUG : B2 bucket rclone-test-muyocon1zuxi: Waiting for transfers to finish 2026/09/08 03:37:01 DEBUG : sub dir/hello world: size = 17 OK 2026/09/08 03:37:01 DEBUG : sub dir/hello world: sha1 = b84a9b2362aee3556081792f3b7abd3958da8deb OK 2026/09/08 03:37:01 INFO : sub dir/hello world: Copied (replaced existing) 2026/09/08 03:37:01 INFO : sub dir/hello world: Deleted --- PASS: TestMoveOverSelf (1.62s) === RUN TestServerSideMoveOverSelf run.go:198: Remote "B2 bucket rclone-test-muyocon1zuxi", Local "Local file system at /tmp/rclone3016707111", Modify Window "1ms" 2026/09/08 03:37:02 DEBUG : Creating backend with remote "TestB2:rclone-test-rucugoh2kegu" sync_test.go:701: Server side copy (if possible) B2 bucket rclone-test-muyocon1zuxi -> B2 bucket rclone-test-rucugoh2kegu 2026/09/08 03:37:03 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/09/08 03:37:03 DEBUG : B2 bucket rclone-test-rucugoh2kegu: Waiting for checks to finish 2026/09/08 03:37:03 DEBUG : B2 bucket rclone-test-rucugoh2kegu: Waiting for transfers to finish 2026/09/08 03:37:04 DEBUG : sub dir/hello world: size = 11 OK 2026/09/08 03:37:04 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/09/08 03:37:04 INFO : sub dir/hello world: Copied (server-side copy) 2026/09/08 03:37:04 DEBUG : sub dir/hello world: size = 17 (B2 bucket rclone-test-muyocon1zuxi) 2026/09/08 03:37:04 DEBUG : sub dir/hello world: size = 11 (B2 bucket rclone-test-rucugoh2kegu) 2026/09/08 03:37:04 DEBUG : sub dir/hello world: Sizes differ 2026/09/08 03:37:04 DEBUG : B2 bucket rclone-test-rucugoh2kegu: Waiting for checks to finish 2026/09/08 03:37:04 DEBUG : B2 bucket rclone-test-rucugoh2kegu: Waiting for transfers to finish 2026/09/08 03:37:05 DEBUG : sub dir/hello world: size = 17 OK 2026/09/08 03:37:05 DEBUG : sub dir/hello world: sha1 = b84a9b2362aee3556081792f3b7abd3958da8deb OK 2026/09/08 03:37:05 INFO : sub dir/hello world: Copied (server-side copy) 2026/09/08 03:37:05 INFO : sub dir/hello world: Deleted 2026/09/08 03:37:06 DEBUG : testing file moves 2026/09/08 03:37:06 DEBUG : B2 bucket rclone-test-rucugoh2kegu: Waiting for checks to finish 2026/09/08 03:37:06 DEBUG : sub dir/hello world: size = 24 (B2 bucket rclone-test-muyocon1zuxi) 2026/09/08 03:37:06 DEBUG : sub dir/hello world: size = 17 (B2 bucket rclone-test-rucugoh2kegu) 2026/09/08 03:37:06 DEBUG : sub dir/hello world: Sizes differ 2026/09/08 03:37:06 DEBUG : B2 bucket rclone-test-rucugoh2kegu: Waiting for transfers to finish 2026/09/08 03:37:06 DEBUG : sub dir/hello world: size = 24 OK 2026/09/08 03:37:06 DEBUG : sub dir/hello world: sha1 = 73716105e69866349759070d23c6e97b3acc55ff OK 2026/09/08 03:37:06 INFO : sub dir/hello world: Copied (server-side copy) 2026/09/08 03:37:06 INFO : sub dir/hello world: Deleted 2026/09/08 03:37:07 DEBUG : B2 bucket rclone-test-rucugoh2kegu: Purge remote 2026/09/08 03:37:07 INFO : B2 bucket rclone-test-rucugoh2kegu: cleaning bucket "rclone-test-rucugoh2kegu" of all files 2026/09/08 03:37:07 DEBUG : sub dir/hello world: Deleting (id "4_z3fe23d93107d7bfbaf080e1b_f41968740ae9dbfb4_d20260908_m033706_c001_v0001144_t0047_u01788838626510") 2026/09/08 03:37:07 DEBUG : sub dir/hello world: Deleting (id "4_z3fe23d93107d7bfbaf080e1b_f418b4e89fca29b9a_d20260908_m033705_c001_v0001144_t0017_u01788838625049") 2026/09/08 03:37:07 DEBUG : sub dir/hello world: Deleting (id "4_z3fe23d93107d7bfbaf080e1b_f4045a78b8f28195c_d20260908_m033703_c001_v0001171_t0051_u01788838623947") --- PASS: TestServerSideMoveOverSelf (6.85s) === RUN TestCopyAfterDelete run.go:198: Remote "B2 bucket rclone-test-muyocon1zuxi", Local "Local file system at /tmp/rclone3016707111", Modify Window "1ms" 2026/09/08 03:37:08 ERROR : error listing: directory not found 2026/09/08 03:37:09 INFO : Local file system at /tmp/rclone3016707111: Making directory 2026/09/08 03:37:09 DEBUG : B2 bucket rclone-test-muyocon1zuxi: Waiting for checks to finish 2026/09/08 03:37:09 DEBUG : B2 bucket rclone-test-muyocon1zuxi: Waiting for transfers to finish --- PASS: TestCopyAfterDelete (1.62s) === RUN TestCopyRedownload run.go:198: Remote "B2 bucket rclone-test-muyocon1zuxi", Local "Local file system at /tmp/rclone3016707111", Modify Window "1ms" 2026/09/08 03:37:10 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/09/08 03:37:10 DEBUG : Local file system at /tmp/rclone3016707111: Waiting for checks to finish 2026/09/08 03:37:10 DEBUG : Local file system at /tmp/rclone3016707111: Waiting for transfers to finish 2026/09/08 03:37:11 DEBUG : sub dir/hello world.df762ecf.partial: size = 11 OK 2026/09/08 03:37:11 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/09/08 03:37:11 DEBUG : sub dir/hello world.df762ecf.partial: renamed to: sub dir/hello world 2026/09/08 03:37:11 INFO : sub dir/hello world: Copied (new) --- PASS: TestCopyRedownload (1.82s) === RUN TestSyncBasedOnCheckSum run.go:198: Remote "B2 bucket rclone-test-muyocon1zuxi", Local "Local file system at /tmp/rclone3016707111", Modify Window "1ms" 2026/09/08 03:37:12 DEBUG : check sum: Need to transfer - File not found at Destination 2026/09/08 03:37:12 DEBUG : B2 bucket rclone-test-muyocon1zuxi: Waiting for checks to finish 2026/09/08 03:37:12 DEBUG : B2 bucket rclone-test-muyocon1zuxi: Waiting for transfers to finish 2026/09/08 03:37:12 DEBUG : check sum: size = 1 OK 2026/09/08 03:37:12 DEBUG : check sum: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2026/09/08 03:37:12 INFO : check sum: Copied (new) 2026/09/08 03:37:12 DEBUG : Waiting for deletions to finish 2026/09/08 03:37:12 DEBUG : B2 bucket rclone-test-muyocon1zuxi: Waiting for checks to finish 2026/09/08 03:37:12 DEBUG : check sum: size = 1 OK 2026/09/08 03:37:12 DEBUG : check sum: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2026/09/08 03:37:12 DEBUG : check sum: Size and sha1 of src and dst objects identical 2026/09/08 03:37:12 DEBUG : check sum: Unchanged skipping 2026/09/08 03:37:12 DEBUG : B2 bucket rclone-test-muyocon1zuxi: Waiting for transfers to finish 2026/09/08 03:37:12 DEBUG : Waiting for deletions to finish 2026/09/08 03:37:12 INFO : There was nothing to transfer --- PASS: TestSyncBasedOnCheckSum (1.44s) === RUN TestSyncSizeOnly run.go:198: Remote "B2 bucket rclone-test-muyocon1zuxi", Local "Local file system at /tmp/rclone3016707111", Modify Window "1ms" 2026/09/08 03:37:13 DEBUG : sizeonly: Need to transfer - File not found at Destination 2026/09/08 03:37:13 DEBUG : B2 bucket rclone-test-muyocon1zuxi: Waiting for checks to finish 2026/09/08 03:37:13 DEBUG : B2 bucket rclone-test-muyocon1zuxi: Waiting for transfers to finish 2026/09/08 03:37:13 DEBUG : sizeonly: size = 6 OK 2026/09/08 03:37:13 DEBUG : sizeonly: sha1 = 3e2e95f5ad970eadfa7e17eaf73da97024aa5359 OK 2026/09/08 03:37:13 INFO : sizeonly: Copied (new) 2026/09/08 03:37:13 DEBUG : Waiting for deletions to finish 2026/09/08 03:37:14 DEBUG : sizeonly: size = 6 OK 2026/09/08 03:37:14 DEBUG : sizeonly: Sizes identical 2026/09/08 03:37:14 DEBUG : sizeonly: Unchanged skipping 2026/09/08 03:37:14 DEBUG : B2 bucket rclone-test-muyocon1zuxi: Waiting for checks to finish 2026/09/08 03:37:14 DEBUG : B2 bucket rclone-test-muyocon1zuxi: Waiting for transfers to finish 2026/09/08 03:37:14 DEBUG : Waiting for deletions to finish 2026/09/08 03:37:14 INFO : There was nothing to transfer --- PASS: TestSyncSizeOnly (1.44s) === RUN TestSyncIgnoreSize run.go:198: Remote "B2 bucket rclone-test-muyocon1zuxi", Local "Local file system at /tmp/rclone3016707111", Modify Window "1ms" 2026/09/08 03:37:15 DEBUG : ignore-size: Need to transfer - File not found at Destination 2026/09/08 03:37:15 DEBUG : B2 bucket rclone-test-muyocon1zuxi: Waiting for checks to finish 2026/09/08 03:37:15 DEBUG : B2 bucket rclone-test-muyocon1zuxi: Waiting for transfers to finish 2026/09/08 03:37:15 DEBUG : ignore-size: sha1 = 4a756ca07e9487f482465a99e8286abc86ba4dc7 OK 2026/09/08 03:37:15 INFO : ignore-size: Copied (new) 2026/09/08 03:37:15 DEBUG : Waiting for deletions to finish 2026/09/08 03:37:15 DEBUG : B2 bucket rclone-test-muyocon1zuxi: Waiting for checks to finish 2026/09/08 03:37:15 DEBUG : ignore-size: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:37:15 DEBUG : ignore-size: Unchanged skipping 2026/09/08 03:37:15 DEBUG : B2 bucket rclone-test-muyocon1zuxi: Waiting for transfers to finish 2026/09/08 03:37:15 DEBUG : Waiting for deletions to finish 2026/09/08 03:37:15 INFO : There was nothing to transfer --- PASS: TestSyncIgnoreSize (1.44s) === RUN TestSyncIgnoreTimes run.go:198: Remote "B2 bucket rclone-test-muyocon1zuxi", Local "Local file system at /tmp/rclone3016707111", Modify Window "1ms" 2026/09/08 03:37:16 DEBUG : existing: size = 6 OK 2026/09/08 03:37:16 DEBUG : existing: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:37:16 DEBUG : B2 bucket rclone-test-muyocon1zuxi: Waiting for checks to finish 2026/09/08 03:37:16 DEBUG : existing: Unchanged skipping 2026/09/08 03:37:16 DEBUG : B2 bucket rclone-test-muyocon1zuxi: Waiting for transfers to finish 2026/09/08 03:37:16 DEBUG : Waiting for deletions to finish 2026/09/08 03:37:16 INFO : There was nothing to transfer 2026/09/08 03:37:17 DEBUG : B2 bucket rclone-test-muyocon1zuxi: Waiting for checks to finish 2026/09/08 03:37:17 DEBUG : existing: Transferring unconditionally as --ignore-times is in use 2026/09/08 03:37:17 DEBUG : B2 bucket rclone-test-muyocon1zuxi: Waiting for transfers to finish 2026/09/08 03:37:17 DEBUG : existing: size = 6 OK 2026/09/08 03:37:17 DEBUG : existing: sha1 = 3e2e95f5ad970eadfa7e17eaf73da97024aa5359 OK 2026/09/08 03:37:17 INFO : existing: Copied (replaced existing) 2026/09/08 03:37:17 DEBUG : Waiting for deletions to finish --- PASS: TestSyncIgnoreTimes (1.62s) === RUN TestSyncIgnoreExisting run.go:198: Remote "B2 bucket rclone-test-muyocon1zuxi", Local "Local file system at /tmp/rclone3016707111", Modify Window "1ms" 2026/09/08 03:37:18 DEBUG : existing: Need to transfer - File not found at Destination 2026/09/08 03:37:18 DEBUG : B2 bucket rclone-test-muyocon1zuxi: Waiting for checks to finish 2026/09/08 03:37:18 DEBUG : B2 bucket rclone-test-muyocon1zuxi: Waiting for transfers to finish 2026/09/08 03:37:18 DEBUG : existing: size = 6 OK 2026/09/08 03:37:18 DEBUG : existing: sha1 = 3e2e95f5ad970eadfa7e17eaf73da97024aa5359 OK 2026/09/08 03:37:18 INFO : existing: Copied (new) 2026/09/08 03:37:18 DEBUG : Waiting for deletions to finish 2026/09/08 03:37:18 DEBUG : B2 bucket rclone-test-muyocon1zuxi: Waiting for checks to finish 2026/09/08 03:37:18 DEBUG : existing: Destination exists, skipping 2026/09/08 03:37:18 DEBUG : B2 bucket rclone-test-muyocon1zuxi: Waiting for transfers to finish 2026/09/08 03:37:18 DEBUG : Waiting for deletions to finish 2026/09/08 03:37:18 INFO : There was nothing to transfer --- PASS: TestSyncIgnoreExisting (1.44s) === RUN TestSyncIgnoreErrors run.go:198: Remote "B2 bucket rclone-test-muyocon1zuxi", Local "Local file system at /tmp/rclone3016707111", Modify Window "1ms" 2026/09/08 03:37:19 INFO : d: Making directory fstest.go:251: Filtering empty directory "d" 2026/09/08 03:37:20 DEBUG : a/potato2: Need to transfer - File not found at Destination 2026/09/08 03:37:20 DEBUG : c/non empty space: size = 5 OK 2026/09/08 03:37:20 DEBUG : c/non empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/09/08 03:37:20 DEBUG : c/non empty space: Unchanged skipping 2026/09/08 03:37:20 DEBUG : a/potato2: size = 60 OK 2026/09/08 03:37:20 DEBUG : a/potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2026/09/08 03:37:20 INFO : a/potato2: Copied (new) 2026/09/08 03:37:20 DEBUG : B2 bucket rclone-test-muyocon1zuxi: Waiting for checks to finish 2026/09/08 03:37:20 DEBUG : B2 bucket rclone-test-muyocon1zuxi: Waiting for transfers to finish 2026/09/08 03:37:20 DEBUG : Waiting for deletions to finish 2026/09/08 03:37:20 INFO : b/potato: Deleted --- PASS: TestSyncIgnoreErrors (2.17s) === RUN TestSyncAfterChangingModtimeOnly run.go:198: Remote "B2 bucket rclone-test-muyocon1zuxi", Local "Local file system at /tmp/rclone3016707111", Modify Window "1ms" 2026/09/08 03:37:22 DEBUG : B2 bucket rclone-test-muyocon1zuxi: Waiting for checks to finish 2026/09/08 03:37:22 DEBUG : empty space: size = 1 OK 2026/09/08 03:37:22 DEBUG : empty space: Modification times differ by -95456h54m52.624456789s: 2011-12-25 12:59:59.123456789 +0000 UTC, 2001-02-03 04:05:06.499 +0000 UTC 2026/09/08 03:37:22 DEBUG : empty space: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2026/09/08 03:37:22 NOTICE: empty space: Skipped update modification time as --dry-run is set (size 1) 2026/09/08 03:37:22 DEBUG : empty space: Unchanged skipping 2026/09/08 03:37:22 DEBUG : B2 bucket rclone-test-muyocon1zuxi: Waiting for transfers to finish 2026/09/08 03:37:22 DEBUG : Waiting for deletions to finish 2026/09/08 03:37:22 INFO : There was nothing to transfer 2026/09/08 03:37:22 DEBUG : empty space: size = 1 OK 2026/09/08 03:37:22 DEBUG : empty space: Modification times differ by -95456h54m52.624456789s: 2011-12-25 12:59:59.123456789 +0000 UTC, 2001-02-03 04:05:06.499 +0000 UTC 2026/09/08 03:37:22 DEBUG : B2 bucket rclone-test-muyocon1zuxi: Waiting for checks to finish 2026/09/08 03:37:22 DEBUG : empty space: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2026/09/08 03:37:23 INFO : empty space: Updated modification time in destination 2026/09/08 03:37:23 DEBUG : empty space: Unchanged skipping 2026/09/08 03:37:23 DEBUG : B2 bucket rclone-test-muyocon1zuxi: Waiting for transfers to finish 2026/09/08 03:37:23 DEBUG : Waiting for deletions to finish 2026/09/08 03:37:23 INFO : There was nothing to transfer --- PASS: TestSyncAfterChangingModtimeOnly (2.35s) === RUN TestSyncAfterChangingModtimeOnlyWithNoUpdateModTime run.go:198: Remote "B2 bucket rclone-test-muyocon1zuxi", Local "Local file system at /tmp/rclone3016707111", Modify Window "1ms" 2026/09/08 03:37:24 DEBUG : B2 bucket rclone-test-muyocon1zuxi: Waiting for checks to finish 2026/09/08 03:37:24 DEBUG : empty space: size = 1 OK 2026/09/08 03:37:24 DEBUG : empty space: Modification times differ by -95456h54m52.624456789s: 2011-12-25 12:59:59.123456789 +0000 UTC, 2001-02-03 04:05:06.499 +0000 UTC 2026/09/08 03:37:24 DEBUG : empty space: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2026/09/08 03:37:24 DEBUG : empty space: Unchanged skipping 2026/09/08 03:37:24 DEBUG : B2 bucket rclone-test-muyocon1zuxi: Waiting for transfers to finish 2026/09/08 03:37:24 DEBUG : Waiting for deletions to finish 2026/09/08 03:37:24 INFO : There was nothing to transfer --- PASS: TestSyncAfterChangingModtimeOnlyWithNoUpdateModTime (1.26s) === RUN TestSyncDoesntUpdateModtime run.go:198: Remote "B2 bucket rclone-test-muyocon1zuxi", Local "Local file system at /tmp/rclone3016707111", Modify Window "1ms" 2026/09/08 03:37:25 DEBUG : foo: size = 3 OK 2026/09/08 03:37:25 DEBUG : foo: Modification times differ by -95456h54m52.624456789s: 2011-12-25 12:59:59.123456789 +0000 UTC, 2001-02-03 04:05:06.499 +0000 UTC 2026/09/08 03:37:25 DEBUG : B2 bucket rclone-test-muyocon1zuxi: Waiting for checks to finish 2026/09/08 03:37:25 DEBUG : foo: sha1 = 0beec7b5ea3f0fdbc95d0dd47f3c5bc275da8a33 (Local file system at /tmp/rclone3016707111) 2026/09/08 03:37:25 DEBUG : foo: sha1 = 62cdb7020ff920e5aa642c3d4066950dd1f01f4d (B2 bucket rclone-test-muyocon1zuxi) 2026/09/08 03:37:25 DEBUG : foo: sha1 differ 2026/09/08 03:37:25 DEBUG : B2 bucket rclone-test-muyocon1zuxi: Waiting for transfers to finish 2026/09/08 03:37:25 DEBUG : foo: size = 3 OK 2026/09/08 03:37:25 DEBUG : foo: sha1 = 0beec7b5ea3f0fdbc95d0dd47f3c5bc275da8a33 OK 2026/09/08 03:37:25 INFO : foo: Copied (replaced existing) 2026/09/08 03:37:25 DEBUG : Waiting for deletions to finish --- PASS: TestSyncDoesntUpdateModtime (1.46s) === RUN TestSyncAfterAddingAFile run.go:198: Remote "B2 bucket rclone-test-muyocon1zuxi", Local "Local file system at /tmp/rclone3016707111", Modify Window "1ms" 2026/09/08 03:37:27 DEBUG : empty space: size = 1 OK 2026/09/08 03:37:27 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/09/08 03:37:27 DEBUG : potato: Need to transfer - File not found at Destination 2026/09/08 03:37:27 DEBUG : B2 bucket rclone-test-muyocon1zuxi: Waiting for checks to finish 2026/09/08 03:37:27 DEBUG : empty space: Unchanged skipping 2026/09/08 03:37:27 DEBUG : B2 bucket rclone-test-muyocon1zuxi: Waiting for transfers to finish 2026/09/08 03:37:27 DEBUG : potato: size = 60 OK 2026/09/08 03:37:27 DEBUG : potato: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2026/09/08 03:37:27 INFO : potato: Copied (new) 2026/09/08 03:37:27 DEBUG : Waiting for deletions to finish --- PASS: TestSyncAfterAddingAFile (1.74s) === RUN TestSyncAfterChangingFilesSizeOnly run.go:198: Remote "B2 bucket rclone-test-muyocon1zuxi", Local "Local file system at /tmp/rclone3016707111", Modify Window "1ms" 2026/09/08 03:37:29 DEBUG : potato: size = 21 (Local file system at /tmp/rclone3016707111) 2026/09/08 03:37:29 DEBUG : potato: size = 60 (B2 bucket rclone-test-muyocon1zuxi) 2026/09/08 03:37:29 DEBUG : potato: Sizes differ 2026/09/08 03:37:29 DEBUG : B2 bucket rclone-test-muyocon1zuxi: Waiting for checks to finish 2026/09/08 03:37:29 DEBUG : B2 bucket rclone-test-muyocon1zuxi: Waiting for transfers to finish 2026/09/08 03:37:29 DEBUG : potato: size = 21 OK 2026/09/08 03:37:29 DEBUG : potato: sha1 = 0fd321a1023ac4e1e1054fcc0236b9d0755f722f OK 2026/09/08 03:37:29 INFO : potato: Copied (replaced existing) 2026/09/08 03:37:29 DEBUG : Waiting for deletions to finish --- PASS: TestSyncAfterChangingFilesSizeOnly (1.49s) === RUN TestSyncAfterChangingContentsOnly run.go:198: Remote "B2 bucket rclone-test-muyocon1zuxi", Local "Local file system at /tmp/rclone3016707111", Modify Window "1ms" 2026/09/08 03:37:30 DEBUG : potato: size = 21 OK 2026/09/08 03:37:30 DEBUG : potato: Modification times differ by 119h59m59.876543211s: 2011-12-25 12:59:59.123456789 +0000 UTC, 2011-12-30 12:59:59 +0000 UTC 2026/09/08 03:37:30 DEBUG : B2 bucket rclone-test-muyocon1zuxi: Waiting for checks to finish 2026/09/08 03:37:30 DEBUG : potato: sha1 = 1ca5094b3b73f587249eabe179c40a3eec839b1f (Local file system at /tmp/rclone3016707111) 2026/09/08 03:37:30 DEBUG : potato: sha1 = 0fd321a1023ac4e1e1054fcc0236b9d0755f722f (B2 bucket rclone-test-muyocon1zuxi) 2026/09/08 03:37:30 DEBUG : potato: sha1 differ 2026/09/08 03:37:30 DEBUG : B2 bucket rclone-test-muyocon1zuxi: Waiting for transfers to finish 2026/09/08 03:37:30 DEBUG : potato: size = 21 OK 2026/09/08 03:37:30 DEBUG : potato: sha1 = 1ca5094b3b73f587249eabe179c40a3eec839b1f OK 2026/09/08 03:37:30 INFO : potato: Copied (replaced existing) 2026/09/08 03:37:30 DEBUG : Waiting for deletions to finish --- PASS: TestSyncAfterChangingContentsOnly (1.47s) === RUN TestSyncAfterRemovingAFileAndAddingAFileDryRun run.go:198: Remote "B2 bucket rclone-test-muyocon1zuxi", Local "Local file system at /tmp/rclone3016707111", Modify Window "1ms" 2026/09/08 03:37:31 DEBUG : potato2: Need to transfer - File not found at Destination 2026/09/08 03:37:31 DEBUG : empty space: size = 1 OK 2026/09/08 03:37:31 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/09/08 03:37:31 DEBUG : empty space: Unchanged skipping 2026/09/08 03:37:31 NOTICE: potato2: Skipped copy as --dry-run is set (size 60) 2026/09/08 03:37:31 DEBUG : B2 bucket rclone-test-muyocon1zuxi: Waiting for checks to finish 2026/09/08 03:37:31 DEBUG : B2 bucket rclone-test-muyocon1zuxi: Waiting for transfers to finish 2026/09/08 03:37:31 DEBUG : Waiting for deletions to finish 2026/09/08 03:37:31 NOTICE: potato: Skipped delete as --dry-run is set (size 21) --- PASS: TestSyncAfterRemovingAFileAndAddingAFileDryRun (1.49s) === RUN TestSyncAfterRemovingAFileAndAddingAFile run.go:198: Remote "B2 bucket rclone-test-muyocon1zuxi", Local "Local file system at /tmp/rclone3016707111", Modify Window "1ms" 2026/09/08 03:37:33 DEBUG : empty space: size = 1 OK 2026/09/08 03:37:33 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/09/08 03:37:33 DEBUG : empty space: Unchanged skipping 2026/09/08 03:37:33 DEBUG : potato2: Need to transfer - File not found at Destination 2026/09/08 03:37:33 DEBUG : B2 bucket rclone-test-muyocon1zuxi: Waiting for checks to finish 2026/09/08 03:37:33 DEBUG : B2 bucket rclone-test-muyocon1zuxi: Waiting for transfers to finish 2026/09/08 03:37:33 DEBUG : potato2: size = 60 OK 2026/09/08 03:37:33 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2026/09/08 03:37:33 INFO : potato2: Copied (new) 2026/09/08 03:37:33 DEBUG : Waiting for deletions to finish 2026/09/08 03:37:34 INFO : potato: Deleted --- PASS: TestSyncAfterRemovingAFileAndAddingAFile (2.10s) === RUN TestSyncAfterRemovingAFileAndAddingAFileSubDir run.go:198: Remote "B2 bucket rclone-test-muyocon1zuxi", Local "Local file system at /tmp/rclone3016707111", Modify Window "1ms" 2026/09/08 03:37:35 INFO : d: Making directory 2026/09/08 03:37:35 INFO : d/e: Making directory fstest.go:251: Filtering empty directory "d" fstest.go:251: Filtering empty directory "d/e" 2026/09/08 03:37:35 DEBUG : a/potato2: Need to transfer - File not found at Destination 2026/09/08 03:37:35 DEBUG : c/non empty space: size = 5 OK 2026/09/08 03:37:35 DEBUG : c/non empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/09/08 03:37:35 DEBUG : c/non empty space: Unchanged skipping 2026/09/08 03:37:36 DEBUG : B2 bucket rclone-test-muyocon1zuxi: Waiting for checks to finish 2026/09/08 03:37:36 DEBUG : B2 bucket rclone-test-muyocon1zuxi: Waiting for transfers to finish 2026/09/08 03:37:36 DEBUG : a/potato2: size = 60 OK 2026/09/08 03:37:36 DEBUG : a/potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2026/09/08 03:37:36 INFO : a/potato2: Copied (new) 2026/09/08 03:37:36 DEBUG : Waiting for deletions to finish 2026/09/08 03:37:36 INFO : b/potato: Deleted --- PASS: TestSyncAfterRemovingAFileAndAddingAFileSubDir (2.28s) === RUN TestSyncAfterRemovingAFileAndAddingAFileSubDirWithErrors run.go:198: Remote "B2 bucket rclone-test-muyocon1zuxi", Local "Local file system at /tmp/rclone3016707111", Modify Window "1ms" 2026/09/08 03:37:37 INFO : d: Making directory fstest.go:251: Filtering empty directory "d" 2026/09/08 03:37:37 DEBUG : a/potato2: Need to transfer - File not found at Destination 2026/09/08 03:37:38 DEBUG : c/non empty space: size = 5 OK 2026/09/08 03:37:38 DEBUG : c/non empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/09/08 03:37:38 DEBUG : c/non empty space: Unchanged skipping 2026/09/08 03:37:38 DEBUG : B2 bucket rclone-test-muyocon1zuxi: Waiting for checks to finish 2026/09/08 03:37:38 DEBUG : B2 bucket rclone-test-muyocon1zuxi: Waiting for transfers to finish 2026/09/08 03:37:38 DEBUG : a/potato2: size = 60 OK 2026/09/08 03:37:38 DEBUG : a/potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2026/09/08 03:37:38 INFO : a/potato2: Copied (new) 2026/09/08 03:37:38 ERROR : B2 bucket rclone-test-muyocon1zuxi: not deleting files as there were IO errors 2026/09/08 03:37:38 ERROR : B2 bucket rclone-test-muyocon1zuxi: not deleting directories as there were IO errors fstest.go:251: Filtering empty directory "d" --- PASS: TestSyncAfterRemovingAFileAndAddingAFileSubDirWithErrors (2.09s) === RUN TestSyncDeleteAfter --- PASS: TestSyncDeleteAfter (0.00s) === RUN TestSyncDeleteDuring run.go:198: Remote "B2 bucket rclone-test-muyocon1zuxi", Local "Local file system at /tmp/rclone3016707111", Modify Window "1ms" 2026/09/08 03:37:39 DEBUG : Waiting for deletions to finish 2026/09/08 03:37:40 DEBUG : potato2: Need to transfer - File not found at Destination 2026/09/08 03:37:40 DEBUG : empty space: size = 1 OK 2026/09/08 03:37:40 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/09/08 03:37:40 DEBUG : B2 bucket rclone-test-muyocon1zuxi: Waiting for checks to finish 2026/09/08 03:37:40 DEBUG : empty space: Unchanged skipping 2026/09/08 03:37:40 DEBUG : B2 bucket rclone-test-muyocon1zuxi: Waiting for transfers to finish 2026/09/08 03:37:40 INFO : potato: Deleted 2026/09/08 03:37:40 DEBUG : potato2: size = 60 OK 2026/09/08 03:37:40 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2026/09/08 03:37:40 INFO : potato2: Copied (new) --- PASS: TestSyncDeleteDuring (2.03s) === RUN TestSyncDeleteBefore run.go:198: Remote "B2 bucket rclone-test-muyocon1zuxi", Local "Local file system at /tmp/rclone3016707111", Modify Window "1ms" 2026/09/08 03:37:41 DEBUG : Waiting for deletions to finish 2026/09/08 03:37:42 DEBUG : B2 bucket rclone-test-muyocon1zuxi: Waiting for checks to finish 2026/09/08 03:37:42 DEBUG : B2 bucket rclone-test-muyocon1zuxi: Waiting for transfers to finish 2026/09/08 03:37:42 INFO : potato: Deleted 2026/09/08 03:37:42 DEBUG : potato2: Need to transfer - File not found at Destination 2026/09/08 03:37:42 DEBUG : empty space: size = 1 OK 2026/09/08 03:37:42 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/09/08 03:37:42 DEBUG : B2 bucket rclone-test-muyocon1zuxi: Waiting for checks to finish 2026/09/08 03:37:42 DEBUG : empty space: Unchanged skipping 2026/09/08 03:37:42 DEBUG : B2 bucket rclone-test-muyocon1zuxi: Waiting for transfers to finish 2026/09/08 03:37:42 DEBUG : potato2: size = 60 OK 2026/09/08 03:37:42 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2026/09/08 03:37:42 INFO : potato2: Copied (new) --- PASS: TestSyncDeleteBefore (2.29s) === RUN TestCopyDeleteBefore run.go:198: Remote "B2 bucket rclone-test-muyocon1zuxi", Local "Local file system at /tmp/rclone3016707111", Modify Window "1ms" 2026/09/08 03:37:44 DEBUG : potato2: Need to transfer - File not found at Destination 2026/09/08 03:37:44 DEBUG : B2 bucket rclone-test-muyocon1zuxi: Waiting for checks to finish 2026/09/08 03:37:44 DEBUG : B2 bucket rclone-test-muyocon1zuxi: Waiting for transfers to finish 2026/09/08 03:37:44 DEBUG : potato2: size = 19 OK 2026/09/08 03:37:44 DEBUG : potato2: sha1 = 810274f0df19dab60a894a562b7a8ff04c072623 OK 2026/09/08 03:37:44 INFO : potato2: Copied (new) --- PASS: TestCopyDeleteBefore (1.66s) === RUN TestSyncWithExclude run.go:198: Remote "B2 bucket rclone-test-muyocon1zuxi", Local "Local file system at /tmp/rclone3016707111", Modify Window "1ms" 2026/09/08 03:37:45 DEBUG : enormous: Excluded (Size Filter) 2026/09/08 03:37:45 DEBUG : enormous: Excluded 2026/09/08 03:37:45 DEBUG : potato2: Excluded (Size Filter) 2026/09/08 03:37:45 DEBUG : potato2: Excluded 2026/09/08 03:37:46 DEBUG : potato2: Excluded (Size Filter) 2026/09/08 03:37:46 DEBUG : potato2: Excluded 2026/09/08 03:37:46 DEBUG : empty space: size = 1 OK 2026/09/08 03:37:46 DEBUG : B2 bucket rclone-test-muyocon1zuxi: Waiting for checks to finish 2026/09/08 03:37:46 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/09/08 03:37:46 DEBUG : empty space: Unchanged skipping 2026/09/08 03:37:46 DEBUG : B2 bucket rclone-test-muyocon1zuxi: Waiting for transfers to finish 2026/09/08 03:37:46 DEBUG : Waiting for deletions to finish 2026/09/08 03:37:46 INFO : There was nothing to transfer 2026/09/08 03:37:46 DEBUG : enormous: Excluded (Size Filter) 2026/09/08 03:37:46 DEBUG : enormous: Excluded 2026/09/08 03:37:46 DEBUG : potato2: Excluded (Size Filter) 2026/09/08 03:37:46 DEBUG : potato2: Excluded 2026/09/08 03:37:46 DEBUG : potato2: Excluded (Size Filter) 2026/09/08 03:37:46 DEBUG : potato2: Excluded 2026/09/08 03:37:46 DEBUG : empty space: size = 1 OK 2026/09/08 03:37:46 DEBUG : empty space: Size and modification time the same (differ by 456.789µs, within tolerance 1ms) 2026/09/08 03:37:46 DEBUG : empty space: Unchanged skipping 2026/09/08 03:37:46 DEBUG : Local file system at /tmp/rclone3016707111: Waiting for checks to finish 2026/09/08 03:37:46 DEBUG : Local file system at /tmp/rclone3016707111: Waiting for transfers to finish 2026/09/08 03:37:46 DEBUG : Waiting for deletions to finish 2026/09/08 03:37:46 INFO : There was nothing to transfer --- PASS: TestSyncWithExclude (1.91s) === RUN TestSyncWithExcludeAndDeleteExcluded run.go:198: Remote "B2 bucket rclone-test-muyocon1zuxi", Local "Local file system at /tmp/rclone3016707111", Modify Window "1ms" 2026/09/08 03:37:48 DEBUG : enormous: Excluded (Size Filter) 2026/09/08 03:37:48 DEBUG : enormous: Excluded 2026/09/08 03:37:48 DEBUG : potato2: Excluded (Size Filter) 2026/09/08 03:37:48 DEBUG : potato2: Excluded 2026/09/08 03:37:48 DEBUG : empty space: size = 1 OK 2026/09/08 03:37:48 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/09/08 03:37:48 DEBUG : B2 bucket rclone-test-muyocon1zuxi: Waiting for checks to finish 2026/09/08 03:37:48 DEBUG : empty space: Unchanged skipping 2026/09/08 03:37:48 DEBUG : B2 bucket rclone-test-muyocon1zuxi: Waiting for transfers to finish 2026/09/08 03:37:48 DEBUG : Waiting for deletions to finish 2026/09/08 03:37:48 INFO : enormous: Deleted 2026/09/08 03:37:48 INFO : potato2: Deleted 2026/09/08 03:37:48 INFO : There was nothing to transfer 2026/09/08 03:37:48 DEBUG : empty space: size = 1 OK 2026/09/08 03:37:48 DEBUG : Local file system at /tmp/rclone3016707111: Waiting for checks to finish 2026/09/08 03:37:48 DEBUG : empty space: Size and modification time the same (differ by 456.789µs, within tolerance 1ms) 2026/09/08 03:37:48 DEBUG : empty space: Unchanged skipping 2026/09/08 03:37:48 DEBUG : Local file system at /tmp/rclone3016707111: Waiting for transfers to finish 2026/09/08 03:37:48 DEBUG : Waiting for deletions to finish 2026/09/08 03:37:48 INFO : potato2: Deleted 2026/09/08 03:37:48 INFO : enormous: Deleted 2026/09/08 03:37:48 INFO : There was nothing to transfer --- PASS: TestSyncWithExcludeAndDeleteExcluded (2.29s) === RUN TestSyncWithUpdateOlder run.go:198: Remote "B2 bucket rclone-test-muyocon1zuxi", Local "Local file system at /tmp/rclone3016707111", Modify Window "1ms" 2026/09/08 03:37:50 DEBUG : five: Need to transfer - File not found at Destination 2026/09/08 03:37:50 DEBUG : one: Destination is newer than source, skipping 2026/09/08 03:37:50 DEBUG : four: size = 4 (Local file system at /tmp/rclone3016707111) 2026/09/08 03:37:50 DEBUG : two: size = 3 OK 2026/09/08 03:37:50 DEBUG : three: size = 5 OK 2026/09/08 03:37:50 DEBUG : four: size = 8 (B2 bucket rclone-test-muyocon1zuxi) 2026/09/08 03:37:50 DEBUG : three: Sizes identical 2026/09/08 03:37:50 DEBUG : four: Sizes differ 2026/09/08 03:37:50 DEBUG : three: Destination mod time is within 1s of source and files identical, skipping 2026/09/08 03:37:50 DEBUG : B2 bucket rclone-test-muyocon1zuxi: Waiting for checks to finish 2026/09/08 03:37:50 DEBUG : four: Destination mod time is within 1s of source but files differ, transferring 2026/09/08 03:37:50 DEBUG : two: sha1 = ad782ecdac770fc6eb9a62e44f90873fb97fb26b (Local file system at /tmp/rclone3016707111) 2026/09/08 03:37:50 DEBUG : two: sha1 = b10e0da85e90399abfec36c7376b20aa4596461b (B2 bucket rclone-test-muyocon1zuxi) 2026/09/08 03:37:50 DEBUG : two: sha1 differ 2026/09/08 03:37:50 DEBUG : B2 bucket rclone-test-muyocon1zuxi: Waiting for transfers to finish 2026/09/08 03:37:51 DEBUG : five: size = 4 OK 2026/09/08 03:37:51 DEBUG : five: sha1 = 4db2c1df4610cd6c0da6b9197b066bfb4e9b9d00 OK 2026/09/08 03:37:51 INFO : five: Copied (new) 2026/09/08 03:37:51 DEBUG : four: size = 4 OK 2026/09/08 03:37:51 DEBUG : four: sha1 = 9f8f7eec5dea5ac43738721939c120318cbff1df OK 2026/09/08 03:37:51 INFO : four: Copied (replaced existing) 2026/09/08 03:37:51 DEBUG : two: size = 3 OK 2026/09/08 03:37:51 DEBUG : two: sha1 = ad782ecdac770fc6eb9a62e44f90873fb97fb26b OK 2026/09/08 03:37:51 INFO : two: Copied (replaced existing) 2026/09/08 03:37:51 DEBUG : Waiting for deletions to finish 2026/09/08 03:37:51 DEBUG : five: size = 4 OK 2026/09/08 03:37:51 DEBUG : B2 bucket rclone-test-muyocon1zuxi: Waiting for checks to finish 2026/09/08 03:37:51 DEBUG : four: size = 4 OK 2026/09/08 03:37:51 DEBUG : one: Destination is newer than source, skipping 2026/09/08 03:37:51 DEBUG : five: sha1 = 4db2c1df4610cd6c0da6b9197b066bfb4e9b9d00 OK 2026/09/08 03:37:51 DEBUG : three: size = 5 OK 2026/09/08 03:37:51 DEBUG : five: Size and sha1 of src and dst objects identical 2026/09/08 03:37:51 DEBUG : two: size = 3 OK 2026/09/08 03:37:51 DEBUG : five: Destination mod time is within 1s of source and files identical, skipping 2026/09/08 03:37:51 DEBUG : four: sha1 = 9f8f7eec5dea5ac43738721939c120318cbff1df OK 2026/09/08 03:37:51 DEBUG : two: sha1 = ad782ecdac770fc6eb9a62e44f90873fb97fb26b OK 2026/09/08 03:37:51 DEBUG : two: Size and sha1 of src and dst objects identical 2026/09/08 03:37:51 DEBUG : four: Size and sha1 of src and dst objects identical 2026/09/08 03:37:51 DEBUG : two: Destination mod time is within 1s of source and files identical, skipping 2026/09/08 03:37:51 DEBUG : four: Destination mod time is within 1s of source and files identical, skipping 2026/09/08 03:37:51 DEBUG : three: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb (Local file system at /tmp/rclone3016707111) 2026/09/08 03:37:51 DEBUG : three: sha1 = 03731cad13f4cf7b59703c77529381cdec1632e5 (B2 bucket rclone-test-muyocon1zuxi) 2026/09/08 03:37:51 DEBUG : three: sha1 differ 2026/09/08 03:37:51 DEBUG : three: Destination mod time is within 1s of source but files differ, transferring 2026/09/08 03:37:51 DEBUG : B2 bucket rclone-test-muyocon1zuxi: Waiting for transfers to finish 2026/09/08 03:37:52 DEBUG : three: size = 5 OK 2026/09/08 03:37:52 DEBUG : three: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2026/09/08 03:37:52 INFO : three: Copied (replaced existing) 2026/09/08 03:37:52 DEBUG : Waiting for deletions to finish --- PASS: TestSyncWithUpdateOlder (4.07s) === 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-muyocon1zuxi", Local "Local file system at /tmp/rclone3016707111", Modify Window "1ms" sync_test.go:1569: Can track renames: true 2026/09/08 03:37:53 INFO : B2 bucket rclone-test-muyocon1zuxi: Making map for --track-renames 2026/09/08 03:37:53 INFO : B2 bucket rclone-test-muyocon1zuxi: Finished making map for --track-renames 2026/09/08 03:37:53 DEBUG : B2 bucket rclone-test-muyocon1zuxi: Waiting for checks to finish 2026/09/08 03:37:53 DEBUG : B2 bucket rclone-test-muyocon1zuxi: Waiting for renames to finish 2026/09/08 03:37:53 DEBUG : potato: Need to transfer - No matching file found at Destination 2026/09/08 03:37:53 DEBUG : yam: Need to transfer - No matching file found at Destination 2026/09/08 03:37:53 DEBUG : B2 bucket rclone-test-muyocon1zuxi: Waiting for transfers to finish 2026/09/08 03:37:53 DEBUG : potato: size = 14 OK 2026/09/08 03:37:53 DEBUG : potato: sha1 = 1d1ac61cfffcfdd0a15cc9ae575fb06ca8c11fb5 OK 2026/09/08 03:37:53 INFO : potato: Copied (new) 2026/09/08 03:37:53 DEBUG : yam: size = 11 OK 2026/09/08 03:37:53 DEBUG : yam: sha1 = ad84b2fb6729688a5ee3225164a6d4d58465b33e OK 2026/09/08 03:37:53 INFO : yam: Copied (new) 2026/09/08 03:37:53 DEBUG : Waiting for deletions to finish 2026/09/08 03:37:54 DEBUG : potato: size = 14 OK 2026/09/08 03:37:54 DEBUG : potato: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:37:54 INFO : B2 bucket rclone-test-muyocon1zuxi: Making map for --track-renames 2026/09/08 03:37:54 INFO : B2 bucket rclone-test-muyocon1zuxi: Finished making map for --track-renames 2026/09/08 03:37:54 DEBUG : B2 bucket rclone-test-muyocon1zuxi: Waiting for checks to finish 2026/09/08 03:37:54 DEBUG : potato: Unchanged skipping 2026/09/08 03:37:54 DEBUG : B2 bucket rclone-test-muyocon1zuxi: Waiting for renames to finish 2026/09/08 03:37:55 DEBUG : yaml: size = 11 OK 2026/09/08 03:37:55 DEBUG : yam: sha1 = ad84b2fb6729688a5ee3225164a6d4d58465b33e OK 2026/09/08 03:37:55 INFO : yam: Copied (server-side copy) to: yaml 2026/09/08 03:37:55 INFO : yam: Deleted 2026/09/08 03:37:55 INFO : yaml: Renamed from "yam" 2026/09/08 03:37:55 DEBUG : B2 bucket rclone-test-muyocon1zuxi: Waiting for transfers to finish 2026/09/08 03:37:55 DEBUG : Waiting for deletions to finish --- PASS: TestSyncWithTrackRenames (2.57s) === RUN TestParseRenamesStrategyModtime --- PASS: TestParseRenamesStrategyModtime (0.00s) === RUN TestRenamesStrategyModtime --- PASS: TestRenamesStrategyModtime (0.00s) === RUN TestSyncWithTrackRenamesStrategyModtime run.go:198: Remote "B2 bucket rclone-test-muyocon1zuxi", Local "Local file system at /tmp/rclone3016707111", Modify Window "1ms" sync_test.go:1641: Can track renames: true 2026/09/08 03:37:56 INFO : B2 bucket rclone-test-muyocon1zuxi: Making map for --track-renames 2026/09/08 03:37:56 INFO : B2 bucket rclone-test-muyocon1zuxi: Finished making map for --track-renames 2026/09/08 03:37:56 DEBUG : B2 bucket rclone-test-muyocon1zuxi: Waiting for checks to finish 2026/09/08 03:37:56 DEBUG : potato: Need to transfer - No matching file found at Destination 2026/09/08 03:37:56 DEBUG : B2 bucket rclone-test-muyocon1zuxi: Waiting for renames to finish 2026/09/08 03:37:56 DEBUG : yam: Need to transfer - No matching file found at Destination 2026/09/08 03:37:56 DEBUG : B2 bucket rclone-test-muyocon1zuxi: Waiting for transfers to finish 2026/09/08 03:37:56 DEBUG : potato: size = 14 OK 2026/09/08 03:37:56 DEBUG : potato: sha1 = 1d1ac61cfffcfdd0a15cc9ae575fb06ca8c11fb5 OK 2026/09/08 03:37:56 INFO : potato: Copied (new) 2026/09/08 03:37:56 DEBUG : yam: size = 11 OK 2026/09/08 03:37:56 DEBUG : yam: sha1 = ad84b2fb6729688a5ee3225164a6d4d58465b33e OK 2026/09/08 03:37:56 INFO : yam: Copied (new) 2026/09/08 03:37:56 DEBUG : Waiting for deletions to finish 2026/09/08 03:37:56 DEBUG : potato: size = 14 OK 2026/09/08 03:37:56 DEBUG : potato: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:37:56 DEBUG : potato: Unchanged skipping 2026/09/08 03:37:56 INFO : B2 bucket rclone-test-muyocon1zuxi: Making map for --track-renames 2026/09/08 03:37:56 INFO : B2 bucket rclone-test-muyocon1zuxi: Finished making map for --track-renames 2026/09/08 03:37:56 DEBUG : B2 bucket rclone-test-muyocon1zuxi: Waiting for checks to finish 2026/09/08 03:37:56 DEBUG : B2 bucket rclone-test-muyocon1zuxi: Waiting for renames to finish 2026/09/08 03:37:57 DEBUG : yaml: size = 11 OK 2026/09/08 03:37:57 DEBUG : yam: sha1 = ad84b2fb6729688a5ee3225164a6d4d58465b33e OK 2026/09/08 03:37:57 INFO : yam: Copied (server-side copy) to: yaml 2026/09/08 03:37:57 INFO : yam: Deleted 2026/09/08 03:37:57 INFO : yaml: Renamed from "yam" 2026/09/08 03:37:57 DEBUG : B2 bucket rclone-test-muyocon1zuxi: Waiting for transfers to finish 2026/09/08 03:37:57 DEBUG : Waiting for deletions to finish --- PASS: TestSyncWithTrackRenamesStrategyModtime (2.28s) === RUN TestSyncWithTrackRenamesStrategyLeaf run.go:198: Remote "B2 bucket rclone-test-muyocon1zuxi", Local "Local file system at /tmp/rclone3016707111", Modify Window "1ms" sync_test.go:1680: Can track renames: true 2026/09/08 03:37:58 INFO : B2 bucket rclone-test-muyocon1zuxi: Making map for --track-renames 2026/09/08 03:37:58 INFO : B2 bucket rclone-test-muyocon1zuxi: Finished making map for --track-renames 2026/09/08 03:37:58 DEBUG : B2 bucket rclone-test-muyocon1zuxi: Waiting for checks to finish 2026/09/08 03:37:58 DEBUG : sub/yam: Need to transfer - No matching file found at Destination 2026/09/08 03:37:58 DEBUG : B2 bucket rclone-test-muyocon1zuxi: Waiting for renames to finish 2026/09/08 03:37:58 DEBUG : potato: Need to transfer - No matching file found at Destination 2026/09/08 03:37:58 DEBUG : B2 bucket rclone-test-muyocon1zuxi: Waiting for transfers to finish 2026/09/08 03:37:58 DEBUG : sub/yam: size = 11 OK 2026/09/08 03:37:58 DEBUG : sub/yam: sha1 = ad84b2fb6729688a5ee3225164a6d4d58465b33e OK 2026/09/08 03:37:58 INFO : sub/yam: Copied (new) 2026/09/08 03:37:58 DEBUG : potato: size = 14 OK 2026/09/08 03:37:58 DEBUG : potato: sha1 = 1d1ac61cfffcfdd0a15cc9ae575fb06ca8c11fb5 OK 2026/09/08 03:37:58 INFO : potato: Copied (new) 2026/09/08 03:37:58 DEBUG : Waiting for deletions to finish 2026/09/08 03:37:59 DEBUG : potato: size = 14 OK 2026/09/08 03:37:59 DEBUG : potato: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:37:59 DEBUG : potato: Unchanged skipping 2026/09/08 03:37:59 INFO : B2 bucket rclone-test-muyocon1zuxi: Making map for --track-renames 2026/09/08 03:37:59 INFO : B2 bucket rclone-test-muyocon1zuxi: Finished making map for --track-renames 2026/09/08 03:37:59 DEBUG : B2 bucket rclone-test-muyocon1zuxi: Waiting for checks to finish 2026/09/08 03:37:59 DEBUG : B2 bucket rclone-test-muyocon1zuxi: Waiting for renames to finish 2026/09/08 03:37:59 DEBUG : yam: size = 11 OK 2026/09/08 03:37:59 DEBUG : sub/yam: sha1 = ad84b2fb6729688a5ee3225164a6d4d58465b33e OK 2026/09/08 03:37:59 INFO : sub/yam: Copied (server-side copy) to: yam 2026/09/08 03:37:59 INFO : sub/yam: Deleted 2026/09/08 03:37:59 INFO : yam: Renamed from "sub/yam" 2026/09/08 03:37:59 DEBUG : B2 bucket rclone-test-muyocon1zuxi: Waiting for transfers to finish 2026/09/08 03:37:59 DEBUG : Waiting for deletions to finish --- PASS: TestSyncWithTrackRenamesStrategyLeaf (2.38s) === RUN TestServerSideMoveLocal run.go:198: Remote "B2 bucket rclone-test-muyocon1zuxi", Local "Local file system at /tmp/rclone3016707111", Modify Window "1ms" 2026/09/08 03:38:00 DEBUG : Creating backend with remote "/tmp/rclone3016707111/dir1" 2026/09/08 03:38:00 DEBUG : Creating backend with remote "/tmp/rclone3016707111/dir2" 2026/09/08 03:38:00 DEBUG : Local file system at /tmp/rclone3016707111/dir2: Using server-side directory move 2026/09/08 03:38:00 INFO : Local file system at /tmp/rclone3016707111/dir2: Server side directory move failed - fallback to file moves: can't copy directory - destination already exists 2026/09/08 03:38:00 DEBUG : file1.txt: Need to transfer - File not found at Destination 2026/09/08 03:38:00 DEBUG : Local file system at /tmp/rclone3016707111/dir2: Waiting for checks to finish 2026/09/08 03:38:00 DEBUG : Local file system at /tmp/rclone3016707111/dir2: Waiting for transfers to finish 2026/09/08 03:38:00 INFO : file1.txt: Moved (server-side) --- PASS: TestServerSideMoveLocal (0.37s) === RUN TestMoveWithDeleteEmptySrcDirs run.go:198: Remote "B2 bucket rclone-test-muyocon1zuxi", Local "Local file system at /tmp/rclone3016707111", Modify Window "1ms" 2026/09/08 03:38:01 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/09/08 03:38:01 DEBUG : nested/sub dir/file: Need to transfer - File not found at Destination 2026/09/08 03:38:01 DEBUG : B2 bucket rclone-test-muyocon1zuxi: Waiting for checks to finish 2026/09/08 03:38:01 DEBUG : B2 bucket rclone-test-muyocon1zuxi: Waiting for transfers to finish 2026/09/08 03:38:01 DEBUG : sub dir/hello world: Clearing upload URL because of error: Post "https://pod-000-1113-01.backblaze.com/b2api/v1/b2_upload_file/3f82bd93106d7bfbaf080e1b/c001_v0001113_t0058": EOF 2026/09/08 03:38:01 DEBUG : pacer: low level retry 1/1 (error Post "https://pod-000-1113-01.backblaze.com/b2api/v1/b2_upload_file/3f82bd93106d7bfbaf080e1b/c001_v0001113_t0058": EOF) 2026/09/08 03:38:01 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/09/08 03:38:01 DEBUG : sub dir/hello world: Received error: Post "https://pod-000-1113-01.backblaze.com/b2api/v1/b2_upload_file/3f82bd93106d7bfbaf080e1b/c001_v0001113_t0058": EOF - low level retry 0/10 2026/09/08 03:38:01 DEBUG : pacer: Reducing sleep to 10ms 2026/09/08 03:38:01 DEBUG : nested/sub dir/file: size = 6 OK 2026/09/08 03:38:01 DEBUG : nested/sub dir/file: sha1 = b4b3e0a278988bc15f2913af3f4153ccef74e465 OK 2026/09/08 03:38:01 INFO : nested/sub dir/file: Copied (new) 2026/09/08 03:38:01 INFO : nested/sub dir/file: Deleted 2026/09/08 03:38:01 DEBUG : sub dir/hello world: size = 11 OK 2026/09/08 03:38:01 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/09/08 03:38:01 INFO : sub dir/hello world: Copied (new) 2026/09/08 03:38:01 INFO : sub dir/hello world: Deleted 2026/09/08 03:38:01 INFO : sub dir: Removing directory 2026/09/08 03:38:01 INFO : nested/sub dir: Removing directory 2026/09/08 03:38:01 INFO : nested: Removing directory 2026/09/08 03:38:01 DEBUG : Local file system at /tmp/rclone3016707111: deleted 3 directories --- PASS: TestMoveWithDeleteEmptySrcDirs (1.44s) === RUN TestMoveWithoutDeleteEmptySrcDirs run.go:198: Remote "B2 bucket rclone-test-muyocon1zuxi", Local "Local file system at /tmp/rclone3016707111", Modify Window "1ms" 2026/09/08 03:38:02 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/09/08 03:38:02 DEBUG : nested/sub dir/file: Need to transfer - File not found at Destination 2026/09/08 03:38:02 DEBUG : B2 bucket rclone-test-muyocon1zuxi: Waiting for checks to finish 2026/09/08 03:38:02 DEBUG : B2 bucket rclone-test-muyocon1zuxi: Waiting for transfers to finish 2026/09/08 03:38:03 DEBUG : sub dir/hello world: size = 11 OK 2026/09/08 03:38:03 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/09/08 03:38:03 INFO : sub dir/hello world: Copied (new) 2026/09/08 03:38:03 INFO : sub dir/hello world: Deleted 2026/09/08 03:38:03 DEBUG : nested/sub dir/file: size = 6 OK 2026/09/08 03:38:03 DEBUG : nested/sub dir/file: sha1 = b4b3e0a278988bc15f2913af3f4153ccef74e465 OK 2026/09/08 03:38:03 INFO : nested/sub dir/file: Copied (new) 2026/09/08 03:38:03 INFO : nested/sub dir/file: Deleted --- PASS: TestMoveWithoutDeleteEmptySrcDirs (1.28s) === RUN TestMoveWithIgnoreExisting run.go:198: Remote "B2 bucket rclone-test-muyocon1zuxi", Local "Local file system at /tmp/rclone3016707111", Modify Window "1ms" 2026/09/08 03:38:04 DEBUG : existing-b: Need to transfer - File not found at Destination 2026/09/08 03:38:04 DEBUG : existing: Need to transfer - File not found at Destination 2026/09/08 03:38:04 DEBUG : B2 bucket rclone-test-muyocon1zuxi: Waiting for checks to finish 2026/09/08 03:38:04 DEBUG : B2 bucket rclone-test-muyocon1zuxi: Waiting for transfers to finish 2026/09/08 03:38:04 DEBUG : existing-b: size = 6 OK 2026/09/08 03:38:04 DEBUG : existing-b: sha1 = 321f6b7e8bf7f29aab89c5e41a555b1b0baa41a9 OK 2026/09/08 03:38:04 INFO : existing-b: Copied (new) 2026/09/08 03:38:04 INFO : existing-b: Deleted 2026/09/08 03:38:04 DEBUG : existing: size = 6 OK 2026/09/08 03:38:04 DEBUG : existing: sha1 = 3e2e95f5ad970eadfa7e17eaf73da97024aa5359 OK 2026/09/08 03:38:04 INFO : existing: Copied (new) 2026/09/08 03:38:04 INFO : existing: Deleted 2026/09/08 03:38:04 DEBUG : existing: Destination exists, skipping 2026/09/08 03:38:04 DEBUG : existing: Not removing source file as destination file exists and --ignore-existing is set 2026/09/08 03:38:04 DEBUG : B2 bucket rclone-test-muyocon1zuxi: Waiting for checks to finish 2026/09/08 03:38:04 DEBUG : B2 bucket rclone-test-muyocon1zuxi: Waiting for transfers to finish 2026/09/08 03:38:04 INFO : There was nothing to transfer --- PASS: TestMoveWithIgnoreExisting (1.65s) === RUN TestServerSideMove run.go:198: Remote "B2 bucket rclone-test-muyocon1zuxi", Local "Local file system at /tmp/rclone3016707111", Modify Window "1ms" 2026/09/08 03:38:05 DEBUG : Creating backend with remote "TestB2:rclone-test-gehihaf9dedi" sync_test.go:1736: Server side move (if possible) B2 bucket rclone-test-muyocon1zuxi -> B2 bucket rclone-test-gehihaf9dedi 2026/09/08 03:38:09 DEBUG : potato2: Need to transfer - File not found at Destination 2026/09/08 03:38:09 DEBUG : empty space: size = 1 OK 2026/09/08 03:38:09 DEBUG : empty space: Size and modification time the same (differ by 0s, within tolerance 1ms) 2026/09/08 03:38:09 DEBUG : empty space: Unchanged skipping 2026/09/08 03:38:09 DEBUG : potato3: size = 68 (B2 bucket rclone-test-muyocon1zuxi) 2026/09/08 03:38:09 DEBUG : potato3: size = 60 (B2 bucket rclone-test-gehihaf9dedi) 2026/09/08 03:38:09 DEBUG : potato3: Sizes differ 2026/09/08 03:38:09 DEBUG : B2 bucket rclone-test-gehihaf9dedi: Waiting for checks to finish 2026/09/08 03:38:09 INFO : empty space: Deleted 2026/09/08 03:38:09 DEBUG : B2 bucket rclone-test-gehihaf9dedi: Waiting for transfers to finish 2026/09/08 03:38:09 DEBUG : potato2: size = 60 OK 2026/09/08 03:38:09 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2026/09/08 03:38:09 INFO : potato2: Copied (server-side copy) 2026/09/08 03:38:09 DEBUG : potato3: size = 68 OK 2026/09/08 03:38:09 DEBUG : potato3: sha1 = 568f8850f3c1a384731dbe40c6d72e1dcae342a0 OK 2026/09/08 03:38:09 INFO : potato3: Copied (server-side copy) 2026/09/08 03:38:09 INFO : potato2: Deleted 2026/09/08 03:38:10 INFO : potato3: Deleted 2026/09/08 03:38:10 DEBUG : Creating backend with remote "TestB2:rclone-test-pavuses7boyu" 2026/09/08 03:38:11 DEBUG : empty space: Need to transfer - File not found at Destination 2026/09/08 03:38:11 DEBUG : potato2: Need to transfer - File not found at Destination 2026/09/08 03:38:11 DEBUG : potato3: Need to transfer - File not found at Destination 2026/09/08 03:38:11 DEBUG : B2 bucket rclone-test-pavuses7boyu: Waiting for checks to finish 2026/09/08 03:38:11 DEBUG : B2 bucket rclone-test-pavuses7boyu: Waiting for transfers to finish 2026/09/08 03:38:12 DEBUG : empty space: size = 1 OK 2026/09/08 03:38:12 DEBUG : empty space: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2026/09/08 03:38:12 INFO : empty space: Copied (server-side copy) 2026/09/08 03:38:12 INFO : empty space: Deleted 2026/09/08 03:38:12 DEBUG : potato3: size = 68 OK 2026/09/08 03:38:12 DEBUG : potato3: sha1 = 568f8850f3c1a384731dbe40c6d72e1dcae342a0 OK 2026/09/08 03:38:12 INFO : potato3: Copied (server-side copy) 2026/09/08 03:38:13 INFO : potato3: Deleted 2026/09/08 03:38:13 DEBUG : potato2: size = 60 OK 2026/09/08 03:38:13 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2026/09/08 03:38:13 INFO : potato2: Copied (server-side copy) 2026/09/08 03:38:13 INFO : potato2: Deleted 2026/09/08 03:38:13 DEBUG : B2 bucket rclone-test-pavuses7boyu: Purge remote 2026/09/08 03:38:13 INFO : B2 bucket rclone-test-pavuses7boyu: cleaning bucket "rclone-test-pavuses7boyu" of all files 2026/09/08 03:38:14 DEBUG : empty space: Deleting (id "4_z1fa24d33108d7bfbaf080e1b_f4004ab14c34a0307_d20260908_m033812_c001_v0001177_t0039_u01788838692408") 2026/09/08 03:38:14 DEBUG : potato2: Deleting (id "4_z1fa24d33108d7bfbaf080e1b_f1017360722c1a7a2_d20260908_m033812_c001_v0001099_t0037_u01788838692155") 2026/09/08 03:38:14 DEBUG : potato3: Deleting (id "4_z1fa24d33108d7bfbaf080e1b_f1162871978af64cb_d20260908_m033812_c001_v0001157_t0026_u01788838692446") 2026/09/08 03:38:14 DEBUG : B2 bucket rclone-test-gehihaf9dedi: Purge remote 2026/09/08 03:38:14 INFO : B2 bucket rclone-test-gehihaf9dedi: cleaning bucket "rclone-test-gehihaf9dedi" of all files 2026/09/08 03:38:14 DEBUG : empty space: Deleting (id "4_z4fc23d33108d7bfbaf080e1b_f41029a347855b374_d20260908_m033812_c001_v7007000_t0000_u01788838692593") 2026/09/08 03:38:14 DEBUG : empty space: Deleting (id "4_z4fc23d33108d7bfbaf080e1b_f417fc9248210fd9d_d20260908_m033808_c001_v0001185_t0007_u01788838688459") 2026/09/08 03:38:14 DEBUG : potato2: Deleting (id "4_z4fc23d33108d7bfbaf080e1b_f41029a347855b37c_d20260908_m033813_c001_v7007000_t0000_u01788838693424") 2026/09/08 03:38:14 DEBUG : potato2: Deleting (id "4_z4fc23d33108d7bfbaf080e1b_f1135f1d20fbb5c50_d20260908_m033809_c001_v0001167_t0058_u01788838689268") 2026/09/08 03:38:14 DEBUG : potato3: Deleting (id "4_z4fc23d33108d7bfbaf080e1b_f41029a347855b378_d20260908_m033812_c001_v7007000_t0000_u01788838692982") 2026/09/08 03:38:14 DEBUG : potato3: Deleting (id "4_z4fc23d33108d7bfbaf080e1b_f115564900c1a5c4c_d20260908_m033809_c001_v0001178_t0027_u01788838689631") 2026/09/08 03:38:14 DEBUG : potato3: Deleting (id "4_z4fc23d33108d7bfbaf080e1b_f117fc9248210fda1_d20260908_m033808_c001_v0001185_t0015_u01788838688646") --- PASS: TestServerSideMove (10.98s) === RUN TestServerSideMoveWithFilter run.go:198: Remote "B2 bucket rclone-test-muyocon1zuxi", Local "Local file system at /tmp/rclone3016707111", Modify Window "1ms" 2026/09/08 03:38:16 DEBUG : Creating backend with remote "TestB2:rclone-test-wujerax0tige" sync_test.go:1736: Server side move (if possible) B2 bucket rclone-test-muyocon1zuxi -> B2 bucket rclone-test-wujerax0tige 2026/09/08 03:38:20 DEBUG : empty space: Excluded (Size Filter) 2026/09/08 03:38:20 DEBUG : empty space: Excluded 2026/09/08 03:38:20 DEBUG : empty space: Excluded (Size Filter) 2026/09/08 03:38:20 DEBUG : empty space: Excluded 2026/09/08 03:38:20 DEBUG : potato2: Need to transfer - File not found at Destination 2026/09/08 03:38:20 DEBUG : potato3: size = 68 (B2 bucket rclone-test-muyocon1zuxi) 2026/09/08 03:38:20 DEBUG : potato3: size = 60 (B2 bucket rclone-test-wujerax0tige) 2026/09/08 03:38:20 DEBUG : potato3: Sizes differ 2026/09/08 03:38:20 DEBUG : B2 bucket rclone-test-wujerax0tige: Waiting for checks to finish 2026/09/08 03:38:20 DEBUG : B2 bucket rclone-test-wujerax0tige: Waiting for transfers to finish 2026/09/08 03:38:21 DEBUG : potato2: size = 60 OK 2026/09/08 03:38:21 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2026/09/08 03:38:21 INFO : potato2: Copied (server-side copy) 2026/09/08 03:38:21 INFO : potato2: Deleted 2026/09/08 03:38:21 DEBUG : potato3: size = 68 OK 2026/09/08 03:38:21 DEBUG : potato3: sha1 = 568f8850f3c1a384731dbe40c6d72e1dcae342a0 OK 2026/09/08 03:38:21 INFO : potato3: Copied (server-side copy) 2026/09/08 03:38:21 INFO : potato3: Deleted 2026/09/08 03:38:22 DEBUG : Creating backend with remote "TestB2:rclone-test-rakofis3rulo" 2026/09/08 03:38:22 DEBUG : empty space: Excluded (Size Filter) 2026/09/08 03:38:22 DEBUG : empty space: Excluded 2026/09/08 03:38:23 DEBUG : potato2: Need to transfer - File not found at Destination 2026/09/08 03:38:23 DEBUG : potato3: Need to transfer - File not found at Destination 2026/09/08 03:38:23 DEBUG : B2 bucket rclone-test-rakofis3rulo: Waiting for checks to finish 2026/09/08 03:38:23 DEBUG : B2 bucket rclone-test-rakofis3rulo: Waiting for transfers to finish 2026/09/08 03:38:23 DEBUG : potato2: size = 60 OK 2026/09/08 03:38:23 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2026/09/08 03:38:23 INFO : potato2: Copied (server-side copy) 2026/09/08 03:38:24 INFO : potato2: Deleted 2026/09/08 03:38:24 DEBUG : potato3: size = 68 OK 2026/09/08 03:38:24 DEBUG : potato3: sha1 = 568f8850f3c1a384731dbe40c6d72e1dcae342a0 OK 2026/09/08 03:38:24 INFO : potato3: Copied (server-side copy) 2026/09/08 03:38:24 INFO : potato3: Deleted 2026/09/08 03:38:24 DEBUG : B2 bucket rclone-test-rakofis3rulo: Purge remote 2026/09/08 03:38:24 INFO : B2 bucket rclone-test-rakofis3rulo: cleaning bucket "rclone-test-rakofis3rulo" of all files 2026/09/08 03:38:25 DEBUG : potato2: Deleting (id "4_zef827d03108d7bfbaf080e1b_f1122f0a1741bae39_d20260908_m033823_c001_v0001181_t0049_u01788838703721") 2026/09/08 03:38:25 DEBUG : potato3: Deleting (id "4_zef827d03108d7bfbaf080e1b_f105318bda99d3ec1_d20260908_m033824_c001_v0001167_t0035_u01788838704024") 2026/09/08 03:38:25 DEBUG : B2 bucket rclone-test-wujerax0tige: Purge remote 2026/09/08 03:38:25 INFO : B2 bucket rclone-test-wujerax0tige: cleaning bucket "rclone-test-wujerax0tige" of all files 2026/09/08 03:38:25 DEBUG : empty space: Deleting (id "4_z8f426d03108d7bfbaf080e1b_f4181345002ba5581_d20260908_m033820_c001_v0001167_t0003_u01788838700014") 2026/09/08 03:38:25 DEBUG : potato2: Deleting (id "4_z8f426d03108d7bfbaf080e1b_f41220d4524734262_d20260908_m033823_c001_v7007000_t0000_u01788838703979") 2026/09/08 03:38:25 DEBUG : potato2: Deleting (id "4_z8f426d03108d7bfbaf080e1b_f110d548e77fc8c9a_d20260908_m033820_c001_v0001137_t0030_u01788838700923") 2026/09/08 03:38:25 DEBUG : potato3: Deleting (id "4_z8f426d03108d7bfbaf080e1b_f41220d4524734269_d20260908_m033824_c001_v7007000_t0000_u01788838704488") 2026/09/08 03:38:25 DEBUG : potato3: Deleting (id "4_z8f426d03108d7bfbaf080e1b_f117b42b2ccee8742_d20260908_m033821_c001_v0001033_t0001_u01788838701293") 2026/09/08 03:38:25 DEBUG : potato3: Deleting (id "4_z8f426d03108d7bfbaf080e1b_f1181345002ba5583_d20260908_m033820_c001_v0001167_t0055_u01788838700200") --- PASS: TestServerSideMoveWithFilter (10.85s) === RUN TestServerSideMoveDeleteEmptySourceDirs run.go:198: Remote "B2 bucket rclone-test-muyocon1zuxi", Local "Local file system at /tmp/rclone3016707111", Modify Window "1ms" 2026/09/08 03:38:27 DEBUG : Creating backend with remote "TestB2:rclone-test-cusamej0zena" 2026/09/08 03:38:29 INFO : tomatoDir: Making directory sync_test.go:1736: Server side move (if possible) B2 bucket rclone-test-muyocon1zuxi -> B2 bucket rclone-test-cusamej0zena 2026/09/08 03:38:31 DEBUG : potato2: Need to transfer - File not found at Destination 2026/09/08 03:38:31 DEBUG : empty space: size = 1 OK 2026/09/08 03:38:31 DEBUG : empty space: Size and modification time the same (differ by 0s, within tolerance 1ms) 2026/09/08 03:38:31 DEBUG : empty space: Unchanged skipping 2026/09/08 03:38:31 DEBUG : potato3: size = 68 (B2 bucket rclone-test-muyocon1zuxi) 2026/09/08 03:38:31 DEBUG : potato3: size = 60 (B2 bucket rclone-test-cusamej0zena) 2026/09/08 03:38:31 DEBUG : potato3: Sizes differ 2026/09/08 03:38:31 DEBUG : B2 bucket rclone-test-cusamej0zena: Waiting for checks to finish 2026/09/08 03:38:31 INFO : empty space: Deleted 2026/09/08 03:38:31 DEBUG : B2 bucket rclone-test-cusamej0zena: Waiting for transfers to finish 2026/09/08 03:38:32 DEBUG : potato2: size = 60 OK 2026/09/08 03:38:32 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2026/09/08 03:38:32 INFO : potato2: Copied (server-side copy) 2026/09/08 03:38:32 INFO : potato2: Deleted 2026/09/08 03:38:32 DEBUG : potato3: size = 68 OK 2026/09/08 03:38:32 DEBUG : potato3: sha1 = 568f8850f3c1a384731dbe40c6d72e1dcae342a0 OK 2026/09/08 03:38:32 INFO : potato3: Copied (server-side copy) 2026/09/08 03:38:32 INFO : potato3: Deleted 2026/09/08 03:38:33 DEBUG : Creating backend with remote "TestB2:rclone-test-boqeriz3cucu" 2026/09/08 03:38:33 INFO : tomatoDir: Making directory 2026/09/08 03:38:34 DEBUG : empty space: Need to transfer - File not found at Destination 2026/09/08 03:38:34 DEBUG : potato2: Need to transfer - File not found at Destination 2026/09/08 03:38:34 DEBUG : potato3: Need to transfer - File not found at Destination 2026/09/08 03:38:34 DEBUG : B2 bucket rclone-test-boqeriz3cucu: Waiting for checks to finish 2026/09/08 03:38:34 DEBUG : B2 bucket rclone-test-boqeriz3cucu: Waiting for transfers to finish 2026/09/08 03:38:34 DEBUG : empty space: size = 1 OK 2026/09/08 03:38:34 DEBUG : empty space: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2026/09/08 03:38:34 INFO : empty space: Copied (server-side copy) 2026/09/08 03:38:34 INFO : empty space: Deleted 2026/09/08 03:38:34 DEBUG : potato3: size = 68 OK 2026/09/08 03:38:34 DEBUG : potato3: sha1 = 568f8850f3c1a384731dbe40c6d72e1dcae342a0 OK 2026/09/08 03:38:34 INFO : potato3: Copied (server-side copy) 2026/09/08 03:38:35 INFO : potato3: Deleted 2026/09/08 03:38:35 DEBUG : potato2: size = 60 OK 2026/09/08 03:38:35 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2026/09/08 03:38:35 INFO : potato2: Copied (server-side copy) 2026/09/08 03:38:35 INFO : potato2: Deleted 2026/09/08 03:38:36 DEBUG : B2 bucket rclone-test-boqeriz3cucu: Purge remote 2026/09/08 03:38:36 INFO : B2 bucket rclone-test-boqeriz3cucu: cleaning bucket "rclone-test-boqeriz3cucu" of all files 2026/09/08 03:38:36 DEBUG : empty space: Deleting (id "4_z9f629db3108d7bfbaf080e1b_f40839a30fda752df_d20260908_m033834_c001_v0001184_t0033_u01788838714615") 2026/09/08 03:38:36 DEBUG : potato2: Deleting (id "4_z9f629db3108d7bfbaf080e1b_f107cfe5dbb540e12_d20260908_m033835_c001_v0001179_t0058_u01788838715076") 2026/09/08 03:38:36 DEBUG : potato3: Deleting (id "4_z9f629db3108d7bfbaf080e1b_f1019abc3b268fff3_d20260908_m033834_c001_v0001185_t0019_u01788838714837") 2026/09/08 03:38:37 DEBUG : B2 bucket rclone-test-cusamej0zena: Purge remote 2026/09/08 03:38:37 INFO : B2 bucket rclone-test-cusamej0zena: cleaning bucket "rclone-test-cusamej0zena" of all files 2026/09/08 03:38:37 DEBUG : empty space: Deleting (id "4_zff928da3108d7bfbaf080e1b_f40868b4aad01fafb_d20260908_m033834_c001_v7007000_t0000_u01788838714800") 2026/09/08 03:38:37 DEBUG : empty space: Deleting (id "4_zff928da3108d7bfbaf080e1b_f4034b61ff2eb898e_d20260908_m033830_c001_v0001172_t0043_u01788838710894") 2026/09/08 03:38:37 DEBUG : potato2: Deleting (id "4_zff928da3108d7bfbaf080e1b_f40868b4aad01fafe_d20260908_m033835_c001_v7007000_t0000_u01788838715396") 2026/09/08 03:38:37 DEBUG : potato2: Deleting (id "4_zff928da3108d7bfbaf080e1b_f113da8fe49745559_d20260908_m033831_c001_v0001102_t0019_u01788838711783") 2026/09/08 03:38:37 DEBUG : potato3: Deleting (id "4_zff928da3108d7bfbaf080e1b_f40868b4aad01fafd_d20260908_m033835_c001_v7007000_t0000_u01788838715031") 2026/09/08 03:38:37 DEBUG : potato3: Deleting (id "4_zff928da3108d7bfbaf080e1b_f109f3e7a8dd767e9_d20260908_m033832_c001_v0001182_t0026_u01788838712154") 2026/09/08 03:38:37 DEBUG : potato3: Deleting (id "4_zff928da3108d7bfbaf080e1b_f1034b61ff2eb8990_d20260908_m033831_c001_v0001172_t0053_u01788838711081") 2026/09/08 03:38:38 DEBUG : pacer: low level retry 1/10 (error Post "https://api001.backblazeb2.com/b2api/v1/b2_list_file_names": EOF) 2026/09/08 03:38:38 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/09/08 03:38:38 DEBUG : pacer: Reducing sleep to 10ms --- PASS: TestServerSideMoveDeleteEmptySourceDirs (11.53s) === RUN TestServerSideMoveOverlap run.go:198: Remote "B2 bucket rclone-test-muyocon1zuxi", Local "Local file system at /tmp/rclone3016707111", Modify Window "1ms" 2026/09/08 03:38:38 DEBUG : Creating backend with remote "TestB2:rclone-test-muyocon1zuxi/rclone-move-test" --- PASS: TestServerSideMoveOverlap (2.41s) === RUN TestSyncOverlap run.go:198: Remote "B2 bucket rclone-test-muyocon1zuxi", Local "Local file system at /tmp/rclone3016707111", Modify Window "1ms" 2026/09/08 03:38:41 DEBUG : Creating backend with remote "TestB2:rclone-test-muyocon1zuxi/rclone-sync-test" --- PASS: TestSyncOverlap (1.46s) === RUN TestSyncOverlapWithFilter run.go:198: Remote "B2 bucket rclone-test-muyocon1zuxi", Local "Local file system at /tmp/rclone3016707111", Modify Window "1ms" 2026/09/08 03:38:42 DEBUG : Creating backend with remote "TestB2:rclone-test-muyocon1zuxi/rclone-sync-test" 2026/09/08 03:38:45 DEBUG : Creating backend with remote "TestB2:rclone-test-muyocon1zuxi/rclone-sync-test-include/layer2" 2026/09/08 03:38:47 DEBUG : Creating backend with remote "TestB2:rclone-test-muyocon1zuxi/rclone-sync-test-ignore-file" 2026/09/08 03:38:50 DEBUG : pacer: low level retry 1/10 (error Post "https://api001.backblazeb2.com/b2api/v1/b2_list_file_names": EOF) 2026/09/08 03:38:50 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/09/08 03:38:51 DEBUG : pacer: Reducing sleep to 10ms 2026/09/08 03:38:51 DEBUG : rclone-sync-test-ignore-file: Excluded 2026/09/08 03:38:51 DEBUG : B2 bucket rclone-test-muyocon1zuxi path rclone-sync-test: Waiting for checks to finish 2026/09/08 03:38:51 DEBUG : B2 bucket rclone-test-muyocon1zuxi path rclone-sync-test: Waiting for transfers to finish 2026/09/08 03:38:51 DEBUG : Waiting for deletions to finish 2026/09/08 03:38:51 INFO : There was nothing to transfer 2026/09/08 03:38:51 DEBUG : rclone-sync-test-ignore-file: Excluded 2026/09/08 03:38:51 DEBUG : B2 bucket rclone-test-muyocon1zuxi: Waiting for checks to finish 2026/09/08 03:38:51 DEBUG : B2 bucket rclone-test-muyocon1zuxi: Waiting for transfers to finish 2026/09/08 03:38:51 DEBUG : Waiting for deletions to finish 2026/09/08 03:38:51 INFO : There was nothing to transfer 2026/09/08 03:38:52 DEBUG : rclone-sync-test-ignore-file: Excluded 2026/09/08 03:38:52 DEBUG : B2 bucket rclone-test-muyocon1zuxi path rclone-sync-test-include/layer2: Waiting for checks to finish 2026/09/08 03:38:52 DEBUG : B2 bucket rclone-test-muyocon1zuxi path rclone-sync-test-include/layer2: Waiting for transfers to finish 2026/09/08 03:38:52 DEBUG : Waiting for deletions to finish 2026/09/08 03:38:52 INFO : There was nothing to transfer 2026/09/08 03:38:52 DEBUG : rclone-sync-test-ignore-file: Excluded 2026/09/08 03:38:52 DEBUG : B2 bucket rclone-test-muyocon1zuxi: Waiting for checks to finish 2026/09/08 03:38:52 DEBUG : B2 bucket rclone-test-muyocon1zuxi: Waiting for transfers to finish 2026/09/08 03:38:52 DEBUG : Waiting for deletions to finish 2026/09/08 03:38:52 INFO : There was nothing to transfer 2026/09/08 03:38:53 DEBUG : Excluded 2026/09/08 03:38:53 DEBUG : rclone-sync-test-ignore-file: Excluded 2026/09/08 03:38:53 DEBUG : B2 bucket rclone-test-muyocon1zuxi path rclone-sync-test-ignore-file: Waiting for checks to finish 2026/09/08 03:38:53 DEBUG : B2 bucket rclone-test-muyocon1zuxi path rclone-sync-test-ignore-file: Waiting for transfers to finish 2026/09/08 03:38:53 DEBUG : Waiting for deletions to finish 2026/09/08 03:38:53 INFO : There was nothing to transfer --- PASS: TestSyncOverlapWithFilter (11.27s) === RUN TestSyncCompareDest run.go:198: Remote "B2 bucket rclone-test-muyocon1zuxi", Local "Local file system at /tmp/rclone3016707111", Modify Window "1ms" 2026/09/08 03:38:54 DEBUG : Creating backend with remote "TestB2:rclone-test-muyocon1zuxi/dst" 2026/09/08 03:38:55 DEBUG : Creating backend with remote "TestB2:rclone-test-muyocon1zuxi/CompareDest" 2026/09/08 03:38:57 DEBUG : one: Need to transfer - File not found at Destination 2026/09/08 03:38:57 DEBUG : B2 bucket rclone-test-muyocon1zuxi path dst: Waiting for checks to finish 2026/09/08 03:38:57 DEBUG : B2 bucket rclone-test-muyocon1zuxi path dst: Waiting for transfers to finish 2026/09/08 03:38:57 DEBUG : one: size = 3 OK 2026/09/08 03:38:57 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2026/09/08 03:38:57 INFO : one: Copied (new) 2026/09/08 03:38:57 DEBUG : Waiting for deletions to finish 2026/09/08 03:38:58 DEBUG : B2 bucket rclone-test-muyocon1zuxi path dst: Waiting for checks to finish 2026/09/08 03:38:58 DEBUG : one: size = 5 (Local file system at /tmp/rclone3016707111) 2026/09/08 03:38:58 DEBUG : one: size = 3 (B2 bucket rclone-test-muyocon1zuxi path dst) 2026/09/08 03:38:58 DEBUG : one: Sizes differ 2026/09/08 03:38:58 DEBUG : B2 bucket rclone-test-muyocon1zuxi path dst: Waiting for transfers to finish 2026/09/08 03:38:58 DEBUG : one: size = 5 OK 2026/09/08 03:38:58 DEBUG : one: sha1 = 7f376fd65843a1267de8f986d40e164e5a321c13 OK 2026/09/08 03:38:58 INFO : one: Copied (replaced existing) 2026/09/08 03:38:58 DEBUG : Waiting for deletions to finish 2026/09/08 03:39:00 DEBUG : one: size = 5 (Local file system at /tmp/rclone3016707111) 2026/09/08 03:39:00 DEBUG : one: size = 3 (B2 bucket rclone-test-muyocon1zuxi path dst) 2026/09/08 03:39:00 DEBUG : one: Sizes differ 2026/09/08 03:39:00 DEBUG : B2 bucket rclone-test-muyocon1zuxi path dst: Waiting for checks to finish 2026/09/08 03:39:00 DEBUG : one: size = 5 OK 2026/09/08 03:39:00 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/09/08 03:39:00 DEBUG : one: Destination found in --compare-dest, skipping 2026/09/08 03:39:00 DEBUG : B2 bucket rclone-test-muyocon1zuxi path dst: Waiting for transfers to finish 2026/09/08 03:39:00 DEBUG : Waiting for deletions to finish 2026/09/08 03:39:00 INFO : There was nothing to transfer 2026/09/08 03:39:01 DEBUG : one: size = 5 (Local file system at /tmp/rclone3016707111) 2026/09/08 03:39:01 DEBUG : one: size = 3 (B2 bucket rclone-test-muyocon1zuxi path dst) 2026/09/08 03:39:01 DEBUG : one: Sizes differ 2026/09/08 03:39:01 DEBUG : two: size = 3 OK 2026/09/08 03:39:01 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/09/08 03:39:01 DEBUG : two: Destination found in --compare-dest, skipping 2026/09/08 03:39:01 DEBUG : B2 bucket rclone-test-muyocon1zuxi path dst: Waiting for checks to finish 2026/09/08 03:39:01 DEBUG : one: size = 5 OK 2026/09/08 03:39:01 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/09/08 03:39:01 DEBUG : one: Destination found in --compare-dest, skipping 2026/09/08 03:39:01 DEBUG : B2 bucket rclone-test-muyocon1zuxi path dst: Waiting for transfers to finish 2026/09/08 03:39:01 DEBUG : Waiting for deletions to finish 2026/09/08 03:39:01 INFO : There was nothing to transfer 2026/09/08 03:39:02 DEBUG : one: size = 5 (Local file system at /tmp/rclone3016707111) 2026/09/08 03:39:02 DEBUG : one: size = 3 (B2 bucket rclone-test-muyocon1zuxi path dst) 2026/09/08 03:39:02 DEBUG : one: Sizes differ 2026/09/08 03:39:02 DEBUG : two: size = 3 OK 2026/09/08 03:39:02 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/09/08 03:39:02 DEBUG : two: Destination found in --compare-dest, skipping 2026/09/08 03:39:02 DEBUG : B2 bucket rclone-test-muyocon1zuxi path dst: Waiting for checks to finish 2026/09/08 03:39:02 DEBUG : one: size = 5 OK 2026/09/08 03:39:02 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/09/08 03:39:02 DEBUG : one: Destination found in --compare-dest, skipping 2026/09/08 03:39:02 DEBUG : B2 bucket rclone-test-muyocon1zuxi path dst: Waiting for transfers to finish 2026/09/08 03:39:02 DEBUG : Waiting for deletions to finish 2026/09/08 03:39:02 INFO : There was nothing to transfer 2026/09/08 03:39:03 DEBUG : one: size = 5 (Local file system at /tmp/rclone3016707111) 2026/09/08 03:39:03 DEBUG : one: size = 3 (B2 bucket rclone-test-muyocon1zuxi path dst) 2026/09/08 03:39:03 DEBUG : one: Sizes differ 2026/09/08 03:39:03 DEBUG : two: size = 3 OK 2026/09/08 03:39:03 DEBUG : two: Modification times differ by -119h59m59.877s: 2011-12-30 12:59:59 +0000 UTC, 2011-12-25 12:59:59.123 +0000 UTC 2026/09/08 03:39:03 DEBUG : two: sha1 = ad782ecdac770fc6eb9a62e44f90873fb97fb26b OK 2026/09/08 03:39:03 DEBUG : two: Destination found in --compare-dest, skipping 2026/09/08 03:39:03 DEBUG : B2 bucket rclone-test-muyocon1zuxi path dst: Waiting for checks to finish 2026/09/08 03:39:03 DEBUG : one: size = 5 OK 2026/09/08 03:39:03 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/09/08 03:39:03 DEBUG : one: Destination found in --compare-dest, skipping 2026/09/08 03:39:03 DEBUG : B2 bucket rclone-test-muyocon1zuxi path dst: Waiting for transfers to finish 2026/09/08 03:39:03 DEBUG : Waiting for deletions to finish 2026/09/08 03:39:03 INFO : There was nothing to transfer 2026/09/08 03:39:03 DEBUG : one: size = 5 (Local file system at /tmp/rclone3016707111) 2026/09/08 03:39:03 DEBUG : one: size = 3 (B2 bucket rclone-test-muyocon1zuxi path dst) 2026/09/08 03:39:03 DEBUG : one: Sizes differ 2026/09/08 03:39:04 DEBUG : two: size = 5 (Local file system at /tmp/rclone3016707111) 2026/09/08 03:39:04 DEBUG : two: size = 3 (B2 bucket rclone-test-muyocon1zuxi path CompareDest) 2026/09/08 03:39:04 DEBUG : two: Sizes differ 2026/09/08 03:39:04 DEBUG : two: Need to transfer - File not found at Destination 2026/09/08 03:39:04 DEBUG : B2 bucket rclone-test-muyocon1zuxi path dst: Waiting for checks to finish 2026/09/08 03:39:04 DEBUG : one: size = 5 OK 2026/09/08 03:39:04 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/09/08 03:39:04 DEBUG : one: Destination found in --compare-dest, skipping 2026/09/08 03:39:04 DEBUG : B2 bucket rclone-test-muyocon1zuxi path dst: Waiting for transfers to finish 2026/09/08 03:39:04 DEBUG : two: size = 5 OK 2026/09/08 03:39:04 DEBUG : two: sha1 = a4be8877ad88f3109a6411985a1f359e10e2d930 OK 2026/09/08 03:39:04 INFO : two: Copied (new) 2026/09/08 03:39:04 DEBUG : Waiting for deletions to finish --- PASS: TestSyncCompareDest (11.93s) === RUN TestSyncMultipleCompareDest run.go:198: Remote "B2 bucket rclone-test-muyocon1zuxi", Local "Local file system at /tmp/rclone3016707111", Modify Window "1ms" 2026/09/08 03:39:07 DEBUG : Creating backend with remote "TestB2:rclone-test-muyocon1zuxi/dest" 2026/09/08 03:39:08 DEBUG : Creating backend with remote "TestB2:rclone-test-muyocon1zuxi/pre-dest1" 2026/09/08 03:39:09 DEBUG : Creating backend with remote "TestB2:rclone-test-muyocon1zuxi/pre-dest2" 2026/09/08 03:39:11 DEBUG : 1: size = 1 OK 2026/09/08 03:39:11 DEBUG : 1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:39:11 DEBUG : 1: Destination found in --compare-dest, skipping 2026/09/08 03:39:11 DEBUG : 2: size = 1 OK 2026/09/08 03:39:11 DEBUG : 2: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:39:11 DEBUG : 2: Destination found in --compare-dest, skipping 2026/09/08 03:39:12 DEBUG : 3: Need to transfer - File not found at Destination 2026/09/08 03:39:12 DEBUG : B2 bucket rclone-test-muyocon1zuxi path dest: Waiting for checks to finish 2026/09/08 03:39:12 DEBUG : B2 bucket rclone-test-muyocon1zuxi path dest: Waiting for transfers to finish 2026/09/08 03:39:12 DEBUG : 3: size = 1 OK 2026/09/08 03:39:12 DEBUG : 3: sha1 = 77de68daecd823babbb58edb1c8e14d7106e83bb OK 2026/09/08 03:39:12 INFO : 3: Copied (new) 2026/09/08 03:39:12 DEBUG : Waiting for deletions to finish --- PASS: TestSyncMultipleCompareDest (8.54s) === RUN TestSyncCopyDest run.go:198: Remote "B2 bucket rclone-test-muyocon1zuxi", Local "Local file system at /tmp/rclone3016707111", Modify Window "1ms" 2026/09/08 03:39:14 DEBUG : Creating backend with remote "TestB2:rclone-test-muyocon1zuxi/dst" 2026/09/08 03:39:15 DEBUG : Creating backend with remote "TestB2:rclone-test-muyocon1zuxi/CopyDest" 2026/09/08 03:39:17 DEBUG : one: Need to transfer - File not found at Destination 2026/09/08 03:39:17 DEBUG : B2 bucket rclone-test-muyocon1zuxi path dst: Waiting for checks to finish 2026/09/08 03:39:17 DEBUG : B2 bucket rclone-test-muyocon1zuxi path dst: Waiting for transfers to finish 2026/09/08 03:39:18 DEBUG : one: size = 3 OK 2026/09/08 03:39:18 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2026/09/08 03:39:18 INFO : one: Copied (new) 2026/09/08 03:39:18 DEBUG : Waiting for deletions to finish 2026/09/08 03:39:18 DEBUG : one: size = 5 (Local file system at /tmp/rclone3016707111) 2026/09/08 03:39:18 DEBUG : one: size = 3 (B2 bucket rclone-test-muyocon1zuxi path dst) 2026/09/08 03:39:18 DEBUG : one: Sizes differ 2026/09/08 03:39:18 DEBUG : B2 bucket rclone-test-muyocon1zuxi path dst: Waiting for checks to finish 2026/09/08 03:39:19 DEBUG : B2 bucket rclone-test-muyocon1zuxi path dst: Waiting for transfers to finish 2026/09/08 03:39:19 DEBUG : one: size = 5 OK 2026/09/08 03:39:19 DEBUG : one: sha1 = 7f376fd65843a1267de8f986d40e164e5a321c13 OK 2026/09/08 03:39:19 INFO : one: Copied (replaced existing) 2026/09/08 03:39:19 DEBUG : Waiting for deletions to finish 2026/09/08 03:39:20 DEBUG : Creating backend with remote "TestB2:rclone-test-muyocon1zuxi/BackupDir" 2026/09/08 03:39:22 DEBUG : one: size = 5 (Local file system at /tmp/rclone3016707111) 2026/09/08 03:39:22 DEBUG : one: size = 3 (B2 bucket rclone-test-muyocon1zuxi path dst) 2026/09/08 03:39:22 DEBUG : one: Sizes differ 2026/09/08 03:39:22 DEBUG : B2 bucket rclone-test-muyocon1zuxi path dst: Waiting for checks to finish 2026/09/08 03:39:22 DEBUG : one: size = 5 OK 2026/09/08 03:39:22 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/09/08 03:39:22 DEBUG : one: size = 5 (Local file system at /tmp/rclone3016707111) 2026/09/08 03:39:22 DEBUG : one: size = 3 (B2 bucket rclone-test-muyocon1zuxi path dst) 2026/09/08 03:39:22 DEBUG : one: Sizes differ 2026/09/08 03:39:23 DEBUG : one: size = 3 OK 2026/09/08 03:39:23 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2026/09/08 03:39:23 INFO : one: Copied (server-side copy) 2026/09/08 03:39:24 INFO : one: Deleted 2026/09/08 03:39:24 DEBUG : one: size = 5 OK 2026/09/08 03:39:24 DEBUG : one: sha1 = 7f376fd65843a1267de8f986d40e164e5a321c13 OK 2026/09/08 03:39:24 INFO : one: Copied (server-side copy) 2026/09/08 03:39:24 DEBUG : one: Destination found in --copy-dest, using server-side copy 2026/09/08 03:39:24 DEBUG : B2 bucket rclone-test-muyocon1zuxi path dst: Waiting for transfers to finish 2026/09/08 03:39:24 DEBUG : Waiting for deletions to finish 2026/09/08 03:39:25 DEBUG : one: size = 5 OK 2026/09/08 03:39:25 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/09/08 03:39:25 DEBUG : one: Unchanged skipping 2026/09/08 03:39:25 DEBUG : two: size = 3 OK 2026/09/08 03:39:25 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/09/08 03:39:25 DEBUG : two: size = 3 OK 2026/09/08 03:39:25 DEBUG : two: sha1 = ad782ecdac770fc6eb9a62e44f90873fb97fb26b OK 2026/09/08 03:39:25 INFO : two: Copied (server-side copy) 2026/09/08 03:39:25 DEBUG : two: Destination found in --copy-dest, using server-side copy 2026/09/08 03:39:25 DEBUG : B2 bucket rclone-test-muyocon1zuxi path dst: Waiting for checks to finish 2026/09/08 03:39:25 DEBUG : B2 bucket rclone-test-muyocon1zuxi path dst: Waiting for transfers to finish 2026/09/08 03:39:25 DEBUG : Waiting for deletions to finish 2026/09/08 03:39:25 DEBUG : two: size = 3 OK 2026/09/08 03:39:25 DEBUG : B2 bucket rclone-test-muyocon1zuxi path dst: Waiting for checks to finish 2026/09/08 03:39:25 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/09/08 03:39:25 DEBUG : two: Unchanged skipping 2026/09/08 03:39:25 DEBUG : one: size = 5 OK 2026/09/08 03:39:25 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/09/08 03:39:25 DEBUG : one: Unchanged skipping 2026/09/08 03:39:25 DEBUG : B2 bucket rclone-test-muyocon1zuxi path dst: Waiting for transfers to finish 2026/09/08 03:39:25 DEBUG : Waiting for deletions to finish 2026/09/08 03:39:25 INFO : There was nothing to transfer 2026/09/08 03:39:26 DEBUG : one: size = 5 OK 2026/09/08 03:39:26 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/09/08 03:39:26 DEBUG : one: Unchanged skipping 2026/09/08 03:39:27 DEBUG : three: size = 7 (Local file system at /tmp/rclone3016707111) 2026/09/08 03:39:27 DEBUG : three: size = 5 (B2 bucket rclone-test-muyocon1zuxi path CopyDest) 2026/09/08 03:39:27 DEBUG : three: Sizes differ 2026/09/08 03:39:27 DEBUG : three: Destination not found in --copy-dest 2026/09/08 03:39:27 DEBUG : three: Need to transfer - File not found at Destination 2026/09/08 03:39:27 DEBUG : two: size = 3 OK 2026/09/08 03:39:27 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/09/08 03:39:27 DEBUG : two: Unchanged skipping 2026/09/08 03:39:27 DEBUG : B2 bucket rclone-test-muyocon1zuxi path dst: Waiting for checks to finish 2026/09/08 03:39:27 DEBUG : B2 bucket rclone-test-muyocon1zuxi path dst: Waiting for transfers to finish 2026/09/08 03:39:27 DEBUG : three: size = 7 OK 2026/09/08 03:39:27 DEBUG : three: sha1 = 370e613335f3cf2f19b2a2d35a86402f55c659f8 OK 2026/09/08 03:39:27 INFO : three: Copied (new) 2026/09/08 03:39:27 DEBUG : Waiting for deletions to finish --- PASS: TestSyncCopyDest (14.90s) === RUN TestSyncBackupDir run.go:198: Remote "B2 bucket rclone-test-muyocon1zuxi", Local "Local file system at /tmp/rclone3016707111", Modify Window "1ms" 2026/09/08 03:39:30 DEBUG : Creating backend with remote "TestB2:rclone-test-muyocon1zuxi/dst" 2026/09/08 03:39:31 DEBUG : Creating backend with remote "TestB2:rclone-test-muyocon1zuxi/backup" 2026/09/08 03:39:33 DEBUG : one: size = 4 (Local file system at /tmp/rclone3016707111) 2026/09/08 03:39:33 DEBUG : one: size = 3 (B2 bucket rclone-test-muyocon1zuxi path dst) 2026/09/08 03:39:33 DEBUG : one: Sizes differ 2026/09/08 03:39:33 DEBUG : two: size = 3 OK 2026/09/08 03:39:33 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:39:33 DEBUG : two: Unchanged skipping 2026/09/08 03:39:33 DEBUG : B2 bucket rclone-test-muyocon1zuxi path dst: Waiting for checks to finish 2026/09/08 03:39:34 DEBUG : one: size = 3 OK 2026/09/08 03:39:34 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2026/09/08 03:39:34 INFO : one: Copied (server-side copy) 2026/09/08 03:39:34 INFO : one: Deleted 2026/09/08 03:39:34 DEBUG : B2 bucket rclone-test-muyocon1zuxi path dst: Waiting for transfers to finish 2026/09/08 03:39:35 DEBUG : one: size = 4 OK 2026/09/08 03:39:35 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2026/09/08 03:39:35 INFO : one: Copied (new) 2026/09/08 03:39:35 DEBUG : Waiting for deletions to finish 2026/09/08 03:39:36 DEBUG : three.txt: size = 5 OK 2026/09/08 03:39:36 DEBUG : three.txt: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2026/09/08 03:39:36 INFO : three.txt: Copied (server-side copy) 2026/09/08 03:39:36 INFO : three.txt: Deleted 2026/09/08 03:39:36 INFO : three.txt: Moved into backup dir 2026/09/08 03:39:37 DEBUG : one: size = 5 (Local file system at /tmp/rclone3016707111) 2026/09/08 03:39:37 DEBUG : one: size = 4 (B2 bucket rclone-test-muyocon1zuxi path dst) 2026/09/08 03:39:37 DEBUG : one: Sizes differ 2026/09/08 03:39:37 DEBUG : B2 bucket rclone-test-muyocon1zuxi path dst: Waiting for checks to finish 2026/09/08 03:39:37 DEBUG : two: size = 3 OK 2026/09/08 03:39:37 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:39:37 DEBUG : two: Unchanged skipping 2026/09/08 03:39:38 DEBUG : one: size = 4 OK 2026/09/08 03:39:38 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2026/09/08 03:39:38 INFO : one: Copied (server-side copy) 2026/09/08 03:39:38 INFO : one: Deleted 2026/09/08 03:39:38 DEBUG : B2 bucket rclone-test-muyocon1zuxi path dst: Waiting for transfers to finish 2026/09/08 03:39:38 DEBUG : one: size = 5 OK 2026/09/08 03:39:38 DEBUG : one: sha1 = 88a8c2880f555638f990d1ec4c8359b25caa20c7 OK 2026/09/08 03:39:38 INFO : one: Copied (new) 2026/09/08 03:39:38 DEBUG : Waiting for deletions to finish 2026/09/08 03:39:38 DEBUG : three.txt: size = 6 OK 2026/09/08 03:39:38 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2026/09/08 03:39:38 INFO : three.txt: Copied (server-side copy) 2026/09/08 03:39:38 INFO : three.txt: Deleted 2026/09/08 03:39:38 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDir (10.88s) === RUN TestSyncBackupDirWithSuffix run.go:198: Remote "B2 bucket rclone-test-muyocon1zuxi", Local "Local file system at /tmp/rclone3016707111", Modify Window "1ms" 2026/09/08 03:39:41 DEBUG : Creating backend with remote "TestB2:rclone-test-muyocon1zuxi/dst" 2026/09/08 03:39:42 DEBUG : Creating backend with remote "TestB2:rclone-test-muyocon1zuxi/backup" 2026/09/08 03:39:44 DEBUG : one: size = 4 (Local file system at /tmp/rclone3016707111) 2026/09/08 03:39:44 DEBUG : one: size = 3 (B2 bucket rclone-test-muyocon1zuxi path dst) 2026/09/08 03:39:44 DEBUG : one: Sizes differ 2026/09/08 03:39:44 DEBUG : B2 bucket rclone-test-muyocon1zuxi path dst: Waiting for checks to finish 2026/09/08 03:39:44 DEBUG : two: size = 3 OK 2026/09/08 03:39:44 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:39:44 DEBUG : two: Unchanged skipping 2026/09/08 03:39:46 DEBUG : one.bak: size = 3 OK 2026/09/08 03:39:46 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2026/09/08 03:39:46 INFO : one: Copied (server-side copy) to: one.bak 2026/09/08 03:39:46 INFO : one: Deleted 2026/09/08 03:39:46 DEBUG : B2 bucket rclone-test-muyocon1zuxi path dst: Waiting for transfers to finish 2026/09/08 03:39:47 DEBUG : one: size = 4 OK 2026/09/08 03:39:47 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2026/09/08 03:39:47 INFO : one: Copied (new) 2026/09/08 03:39:47 DEBUG : Waiting for deletions to finish 2026/09/08 03:39:47 DEBUG : three.txt.bak: size = 5 OK 2026/09/08 03:39:47 DEBUG : three.txt: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2026/09/08 03:39:47 INFO : three.txt: Copied (server-side copy) to: three.txt.bak 2026/09/08 03:39:47 INFO : three.txt: Deleted 2026/09/08 03:39:47 INFO : three.txt: Moved into backup dir 2026/09/08 03:39:49 DEBUG : one: size = 5 (Local file system at /tmp/rclone3016707111) 2026/09/08 03:39:49 DEBUG : one: size = 4 (B2 bucket rclone-test-muyocon1zuxi path dst) 2026/09/08 03:39:49 DEBUG : one: Sizes differ 2026/09/08 03:39:49 DEBUG : two: size = 3 OK 2026/09/08 03:39:49 DEBUG : B2 bucket rclone-test-muyocon1zuxi path dst: Waiting for checks to finish 2026/09/08 03:39:49 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:39:49 DEBUG : two: Unchanged skipping 2026/09/08 03:39:49 DEBUG : one.bak: size = 4 OK 2026/09/08 03:39:49 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2026/09/08 03:39:49 INFO : one: Copied (server-side copy) to: one.bak 2026/09/08 03:39:49 INFO : one: Deleted 2026/09/08 03:39:49 DEBUG : B2 bucket rclone-test-muyocon1zuxi path dst: Waiting for transfers to finish 2026/09/08 03:39:50 DEBUG : one: size = 5 OK 2026/09/08 03:39:50 DEBUG : one: sha1 = 88a8c2880f555638f990d1ec4c8359b25caa20c7 OK 2026/09/08 03:39:50 INFO : one: Copied (new) 2026/09/08 03:39:50 DEBUG : Waiting for deletions to finish 2026/09/08 03:39:50 DEBUG : three.txt.bak: size = 6 OK 2026/09/08 03:39:50 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2026/09/08 03:39:50 INFO : three.txt: Copied (server-side copy) to: three.txt.bak 2026/09/08 03:39:50 INFO : three.txt: Deleted 2026/09/08 03:39:50 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDirWithSuffix (11.54s) === RUN TestSyncBackupDirWithSuffixKeepExtension run.go:198: Remote "B2 bucket rclone-test-muyocon1zuxi", Local "Local file system at /tmp/rclone3016707111", Modify Window "1ms" 2026/09/08 03:39:52 DEBUG : Creating backend with remote "TestB2:rclone-test-muyocon1zuxi/dst" 2026/09/08 03:39:54 DEBUG : Creating backend with remote "TestB2:rclone-test-muyocon1zuxi/backup" 2026/09/08 03:39:55 DEBUG : one: size = 4 (Local file system at /tmp/rclone3016707111) 2026/09/08 03:39:55 DEBUG : one: size = 3 (B2 bucket rclone-test-muyocon1zuxi path dst) 2026/09/08 03:39:55 DEBUG : one: Sizes differ 2026/09/08 03:39:55 DEBUG : two: size = 3 OK 2026/09/08 03:39:55 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:39:55 DEBUG : two: Unchanged skipping 2026/09/08 03:39:55 DEBUG : B2 bucket rclone-test-muyocon1zuxi path dst: Waiting for checks to finish 2026/09/08 03:39:57 DEBUG : one-2019-01-01: size = 3 OK 2026/09/08 03:39:57 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2026/09/08 03:39:57 INFO : one: Copied (server-side copy) to: one-2019-01-01 2026/09/08 03:39:57 INFO : one: Deleted 2026/09/08 03:39:57 DEBUG : B2 bucket rclone-test-muyocon1zuxi path dst: Waiting for transfers to finish 2026/09/08 03:39:58 DEBUG : one: size = 4 OK 2026/09/08 03:39:58 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2026/09/08 03:39:58 INFO : one: Copied (new) 2026/09/08 03:39:58 DEBUG : Waiting for deletions to finish 2026/09/08 03:39:58 DEBUG : three-2019-01-01.txt: size = 5 OK 2026/09/08 03:39:58 DEBUG : three.txt: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2026/09/08 03:39:58 INFO : three.txt: Copied (server-side copy) to: three-2019-01-01.txt 2026/09/08 03:39:58 INFO : three.txt: Deleted 2026/09/08 03:39:58 INFO : three.txt: Moved into backup dir 2026/09/08 03:40:00 DEBUG : one: size = 5 (Local file system at /tmp/rclone3016707111) 2026/09/08 03:40:00 DEBUG : one: size = 4 (B2 bucket rclone-test-muyocon1zuxi path dst) 2026/09/08 03:40:00 DEBUG : B2 bucket rclone-test-muyocon1zuxi path dst: Waiting for checks to finish 2026/09/08 03:40:00 DEBUG : one: Sizes differ 2026/09/08 03:40:00 DEBUG : two: size = 3 OK 2026/09/08 03:40:00 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:40:00 DEBUG : two: Unchanged skipping 2026/09/08 03:40:00 DEBUG : one-2019-01-01: size = 4 OK 2026/09/08 03:40:00 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2026/09/08 03:40:00 INFO : one: Copied (server-side copy) to: one-2019-01-01 2026/09/08 03:40:01 INFO : one: Deleted 2026/09/08 03:40:01 DEBUG : B2 bucket rclone-test-muyocon1zuxi path dst: Waiting for transfers to finish 2026/09/08 03:40:01 DEBUG : one: size = 5 OK 2026/09/08 03:40:01 DEBUG : one: sha1 = 88a8c2880f555638f990d1ec4c8359b25caa20c7 OK 2026/09/08 03:40:01 INFO : one: Copied (new) 2026/09/08 03:40:01 DEBUG : Waiting for deletions to finish 2026/09/08 03:40:01 DEBUG : three-2019-01-01.txt: size = 6 OK 2026/09/08 03:40:01 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2026/09/08 03:40:01 INFO : three.txt: Copied (server-side copy) to: three-2019-01-01.txt 2026/09/08 03:40:01 INFO : three.txt: Deleted 2026/09/08 03:40:01 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDirWithSuffixKeepExtension (11.38s) === RUN TestSyncBackupDirSuffixOnly run.go:198: Remote "B2 bucket rclone-test-muyocon1zuxi", Local "Local file system at /tmp/rclone3016707111", Modify Window "1ms" 2026/09/08 03:40:04 DEBUG : Creating backend with remote "TestB2:rclone-test-muyocon1zuxi/dst" 2026/09/08 03:40:06 DEBUG : one: size = 4 (Local file system at /tmp/rclone3016707111) 2026/09/08 03:40:06 DEBUG : one: size = 3 (B2 bucket rclone-test-muyocon1zuxi path dst) 2026/09/08 03:40:06 DEBUG : one: Sizes differ 2026/09/08 03:40:06 DEBUG : two: size = 3 OK 2026/09/08 03:40:06 DEBUG : B2 bucket rclone-test-muyocon1zuxi path dst: Waiting for checks to finish 2026/09/08 03:40:06 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:40:06 DEBUG : two: Unchanged skipping 2026/09/08 03:40:06 DEBUG : one.bak: size = 3 OK 2026/09/08 03:40:06 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2026/09/08 03:40:06 INFO : one: Copied (server-side copy) to: one.bak 2026/09/08 03:40:06 INFO : one: Deleted 2026/09/08 03:40:06 DEBUG : B2 bucket rclone-test-muyocon1zuxi path dst: Waiting for transfers to finish 2026/09/08 03:40:07 DEBUG : one: size = 4 OK 2026/09/08 03:40:07 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2026/09/08 03:40:07 INFO : one: Copied (new) 2026/09/08 03:40:07 DEBUG : Waiting for deletions to finish 2026/09/08 03:40:07 DEBUG : three.txt.bak: size = 5 OK 2026/09/08 03:40:07 DEBUG : three.txt: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2026/09/08 03:40:07 INFO : three.txt: Copied (server-side copy) to: three.txt.bak 2026/09/08 03:40:08 INFO : three.txt: Deleted 2026/09/08 03:40:08 INFO : three.txt: Moved into backup dir 2026/09/08 03:40:08 DEBUG : one.bak: Excluded (Path Filter) 2026/09/08 03:40:08 DEBUG : one.bak: Excluded 2026/09/08 03:40:08 DEBUG : three.txt.bak: Excluded (Path Filter) 2026/09/08 03:40:08 DEBUG : three.txt.bak: Excluded 2026/09/08 03:40:08 DEBUG : B2 bucket rclone-test-muyocon1zuxi path dst: Waiting for checks to finish 2026/09/08 03:40:08 DEBUG : two: size = 3 OK 2026/09/08 03:40:08 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:40:08 DEBUG : two: Unchanged skipping 2026/09/08 03:40:08 DEBUG : one: size = 5 (Local file system at /tmp/rclone3016707111) 2026/09/08 03:40:08 DEBUG : one: size = 4 (B2 bucket rclone-test-muyocon1zuxi path dst) 2026/09/08 03:40:08 DEBUG : one: Sizes differ 2026/09/08 03:40:09 DEBUG : one.bak: size = 4 OK 2026/09/08 03:40:09 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2026/09/08 03:40:09 INFO : one: Copied (server-side copy) to: one.bak 2026/09/08 03:40:09 INFO : one: Deleted 2026/09/08 03:40:09 DEBUG : B2 bucket rclone-test-muyocon1zuxi path dst: Waiting for transfers to finish 2026/09/08 03:40:09 DEBUG : one: size = 5 OK 2026/09/08 03:40:09 DEBUG : one: sha1 = 88a8c2880f555638f990d1ec4c8359b25caa20c7 OK 2026/09/08 03:40:09 INFO : one: Copied (new) 2026/09/08 03:40:09 DEBUG : Waiting for deletions to finish 2026/09/08 03:40:09 DEBUG : three.txt.bak: size = 6 OK 2026/09/08 03:40:09 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2026/09/08 03:40:09 INFO : three.txt: Copied (server-side copy) to: three.txt.bak 2026/09/08 03:40:10 INFO : three.txt: Deleted 2026/09/08 03:40:10 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDirSuffixOnly (8.16s) === RUN TestSyncSuffix run.go:198: Remote "B2 bucket rclone-test-muyocon1zuxi", Local "Local file system at /tmp/rclone3016707111", Modify Window "1ms" 2026/09/08 03:40:12 DEBUG : Creating backend with remote "TestB2:rclone-test-muyocon1zuxi/dst" 2026/09/08 03:40:12 DEBUG : Config file has changed externally - reloading 2026/09/08 03:40:13 DEBUG : one: size = 4 (Local file system at /tmp/rclone3016707111) 2026/09/08 03:40:13 DEBUG : one: size = 3 (B2 bucket rclone-test-muyocon1zuxi path dst) 2026/09/08 03:40:13 DEBUG : one: Sizes differ 2026/09/08 03:40:15 DEBUG : one.bak: size = 3 OK 2026/09/08 03:40:15 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2026/09/08 03:40:15 INFO : one: Copied (server-side copy) to: one.bak 2026/09/08 03:40:15 INFO : one: Deleted 2026/09/08 03:40:16 DEBUG : one: size = 4 OK 2026/09/08 03:40:16 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2026/09/08 03:40:16 INFO : one: Copied (new) 2026/09/08 03:40:16 DEBUG : two: size = 3 OK 2026/09/08 03:40:16 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:40:16 DEBUG : two: Unchanged skipping 2026/09/08 03:40:16 DEBUG : three.txt: size = 6 (Local file system at /tmp/rclone3016707111) 2026/09/08 03:40:16 DEBUG : three.txt: size = 5 (B2 bucket rclone-test-muyocon1zuxi path dst) 2026/09/08 03:40:16 DEBUG : three.txt: Sizes differ 2026/09/08 03:40:17 DEBUG : three.txt.bak: size = 5 OK 2026/09/08 03:40:17 DEBUG : three.txt: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2026/09/08 03:40:17 INFO : three.txt: Copied (server-side copy) to: three.txt.bak 2026/09/08 03:40:17 INFO : three.txt: Deleted 2026/09/08 03:40:17 DEBUG : three.txt: size = 6 OK 2026/09/08 03:40:17 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2026/09/08 03:40:17 INFO : three.txt: Copied (new) 2026/09/08 03:40:17 DEBUG : one: size = 5 (Local file system at /tmp/rclone3016707111) 2026/09/08 03:40:17 DEBUG : one: size = 4 (B2 bucket rclone-test-muyocon1zuxi path dst) 2026/09/08 03:40:17 DEBUG : one: Sizes differ 2026/09/08 03:40:18 DEBUG : one.bak: size = 4 OK 2026/09/08 03:40:18 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2026/09/08 03:40:18 INFO : one: Copied (server-side copy) to: one.bak 2026/09/08 03:40:18 INFO : one: Deleted 2026/09/08 03:40:18 DEBUG : one: size = 5 OK 2026/09/08 03:40:18 DEBUG : one: sha1 = 88a8c2880f555638f990d1ec4c8359b25caa20c7 OK 2026/09/08 03:40:18 INFO : one: Copied (new) 2026/09/08 03:40:18 DEBUG : two: size = 3 OK 2026/09/08 03:40:18 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:40:18 DEBUG : two: Unchanged skipping 2026/09/08 03:40:19 DEBUG : three.txt: size = 19 (Local file system at /tmp/rclone3016707111) 2026/09/08 03:40:19 DEBUG : three.txt: size = 6 (B2 bucket rclone-test-muyocon1zuxi path dst) 2026/09/08 03:40:19 DEBUG : three.txt: Sizes differ 2026/09/08 03:40:19 DEBUG : three.txt.bak: size = 6 OK 2026/09/08 03:40:19 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2026/09/08 03:40:19 INFO : three.txt: Copied (server-side copy) to: three.txt.bak 2026/09/08 03:40:19 INFO : three.txt: Deleted 2026/09/08 03:40:19 DEBUG : three.txt: size = 19 OK 2026/09/08 03:40:19 DEBUG : three.txt: sha1 = 476e1707cbd7f0497a7dc4d44f0b07b8566ffc30 OK 2026/09/08 03:40:19 INFO : three.txt: Copied (new) --- PASS: TestSyncSuffix (9.86s) === RUN TestSyncSuffixKeepExtension run.go:198: Remote "B2 bucket rclone-test-muyocon1zuxi", Local "Local file system at /tmp/rclone3016707111", Modify Window "1ms" 2026/09/08 03:40:22 DEBUG : Creating backend with remote "TestB2:rclone-test-muyocon1zuxi/dst" 2026/09/08 03:40:22 DEBUG : Config file has changed externally - reloading 2026/09/08 03:40:24 DEBUG : one: size = 4 (Local file system at /tmp/rclone3016707111) 2026/09/08 03:40:24 DEBUG : one: size = 3 (B2 bucket rclone-test-muyocon1zuxi path dst) 2026/09/08 03:40:24 DEBUG : one: Sizes differ 2026/09/08 03:40:25 DEBUG : one-2019-01-01: size = 3 OK 2026/09/08 03:40:25 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2026/09/08 03:40:25 INFO : one: Copied (server-side copy) to: one-2019-01-01 2026/09/08 03:40:25 INFO : one: Deleted 2026/09/08 03:40:26 DEBUG : one: size = 4 OK 2026/09/08 03:40:26 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2026/09/08 03:40:26 INFO : one: Copied (new) 2026/09/08 03:40:26 DEBUG : two: size = 3 OK 2026/09/08 03:40:26 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:40:26 DEBUG : two: Unchanged skipping 2026/09/08 03:40:26 DEBUG : three.txt: size = 6 (Local file system at /tmp/rclone3016707111) 2026/09/08 03:40:26 DEBUG : three.txt: size = 5 (B2 bucket rclone-test-muyocon1zuxi path dst) 2026/09/08 03:40:26 DEBUG : three.txt: Sizes differ 2026/09/08 03:40:27 DEBUG : three-2019-01-01.txt: size = 5 OK 2026/09/08 03:40:27 DEBUG : three.txt: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2026/09/08 03:40:27 INFO : three.txt: Copied (server-side copy) to: three-2019-01-01.txt 2026/09/08 03:40:27 INFO : three.txt: Deleted 2026/09/08 03:40:27 DEBUG : three.txt: size = 6 OK 2026/09/08 03:40:27 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2026/09/08 03:40:27 INFO : three.txt: Copied (new) 2026/09/08 03:40:28 DEBUG : one: size = 5 (Local file system at /tmp/rclone3016707111) 2026/09/08 03:40:28 DEBUG : one: size = 4 (B2 bucket rclone-test-muyocon1zuxi path dst) 2026/09/08 03:40:28 DEBUG : one: Sizes differ 2026/09/08 03:40:28 DEBUG : one-2019-01-01: size = 4 OK 2026/09/08 03:40:28 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2026/09/08 03:40:28 INFO : one: Copied (server-side copy) to: one-2019-01-01 2026/09/08 03:40:28 INFO : one: Deleted 2026/09/08 03:40:28 DEBUG : one: size = 5 OK 2026/09/08 03:40:28 DEBUG : one: sha1 = 88a8c2880f555638f990d1ec4c8359b25caa20c7 OK 2026/09/08 03:40:28 INFO : one: Copied (new) 2026/09/08 03:40:29 DEBUG : two: size = 3 OK 2026/09/08 03:40:29 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:40:29 DEBUG : two: Unchanged skipping 2026/09/08 03:40:29 DEBUG : three.txt: size = 19 (Local file system at /tmp/rclone3016707111) 2026/09/08 03:40:29 DEBUG : three.txt: size = 6 (B2 bucket rclone-test-muyocon1zuxi path dst) 2026/09/08 03:40:29 DEBUG : three.txt: Sizes differ 2026/09/08 03:40:29 DEBUG : three-2019-01-01.txt: size = 6 OK 2026/09/08 03:40:29 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2026/09/08 03:40:29 INFO : three.txt: Copied (server-side copy) to: three-2019-01-01.txt 2026/09/08 03:40:29 INFO : three.txt: Deleted 2026/09/08 03:40:29 DEBUG : three.txt: size = 19 OK 2026/09/08 03:40:29 DEBUG : three.txt: sha1 = 476e1707cbd7f0497a7dc4d44f0b07b8566ffc30 OK 2026/09/08 03:40:29 INFO : three.txt: Copied (new) --- PASS: TestSyncSuffixKeepExtension (10.22s) === RUN TestSyncUTFNorm run.go:198: Remote "B2 bucket rclone-test-muyocon1zuxi", Local "Local file system at /tmp/rclone3016707111", Modify Window "1ms" 2026/09/08 03:40:32 DEBUG : B2 bucket rclone-test-muyocon1zuxi: Waiting for checks to finish 2026/09/08 03:40:32 DEBUG : Testêé: size = 14 (Local file system at /tmp/rclone3016707111) 2026/09/08 03:40:32 DEBUG : Testêé: size = 18 (B2 bucket rclone-test-muyocon1zuxi) 2026/09/08 03:40:32 DEBUG : Testêé: Sizes differ 2026/09/08 03:40:32 DEBUG : B2 bucket rclone-test-muyocon1zuxi: Waiting for transfers to finish 2026/09/08 03:40:32 DEBUG : Testêé: size = 14 OK 2026/09/08 03:40:32 DEBUG : Testêé: sha1 = a54d88e06612d820bc3be72877c74f257b561b19 OK 2026/09/08 03:40:32 INFO : Testêé: Copied (replaced existing) to: Testêé 2026/09/08 03:40:32 DEBUG : Waiting for deletions to finish --- PASS: TestSyncUTFNorm (2.21s) === RUN TestSyncImmutable run.go:198: Remote "B2 bucket rclone-test-muyocon1zuxi", Local "Local file system at /tmp/rclone3016707111", Modify Window "1ms" 2026/09/08 03:40:34 DEBUG : existing: Need to transfer - File not found at Destination 2026/09/08 03:40:34 DEBUG : B2 bucket rclone-test-muyocon1zuxi: Waiting for checks to finish 2026/09/08 03:40:34 DEBUG : B2 bucket rclone-test-muyocon1zuxi: Waiting for transfers to finish 2026/09/08 03:40:34 DEBUG : existing: size = 6 OK 2026/09/08 03:40:34 DEBUG : existing: sha1 = 3e2e95f5ad970eadfa7e17eaf73da97024aa5359 OK 2026/09/08 03:40:34 INFO : existing: Copied (new) 2026/09/08 03:40:34 DEBUG : Waiting for deletions to finish 2026/09/08 03:40:34 DEBUG : existing: size = 8 (Local file system at /tmp/rclone3016707111) 2026/09/08 03:40:34 DEBUG : existing: size = 6 (B2 bucket rclone-test-muyocon1zuxi) 2026/09/08 03:40:34 DEBUG : existing: Sizes differ 2026/09/08 03:40:34 ERROR : existing: Source and destination exist but do not match: immutable file modified 2026/09/08 03:40:34 DEBUG : B2 bucket rclone-test-muyocon1zuxi: Waiting for checks to finish 2026/09/08 03:40:34 DEBUG : B2 bucket rclone-test-muyocon1zuxi: Waiting for transfers to finish 2026/09/08 03:40:34 ERROR : B2 bucket rclone-test-muyocon1zuxi: not deleting files as there were IO errors 2026/09/08 03:40:34 ERROR : B2 bucket rclone-test-muyocon1zuxi: not deleting directories as there were IO errors --- PASS: TestSyncImmutable (1.85s) === RUN TestSyncIgnoreCase run.go:198: Remote "B2 bucket rclone-test-muyocon1zuxi", Local "Local file system at /tmp/rclone3016707111", Modify Window "1ms" 2026/09/08 03:40:36 DEBUG : EXISTING: size = 6 OK 2026/09/08 03:40:36 DEBUG : existing: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:40:36 DEBUG : existing: Unchanged skipping 2026/09/08 03:40:36 DEBUG : B2 bucket rclone-test-muyocon1zuxi: Waiting for checks to finish 2026/09/08 03:40:36 DEBUG : B2 bucket rclone-test-muyocon1zuxi: Waiting for transfers to finish 2026/09/08 03:40:36 DEBUG : Waiting for deletions to finish 2026/09/08 03:40:36 INFO : There was nothing to transfer --- PASS: TestSyncIgnoreCase (1.30s) === RUN TestFixCase run.go:198: Remote "B2 bucket rclone-test-muyocon1zuxi", Local "Local file system at /tmp/rclone3016707111", Modify Window "1ms" sync_test.go:2666: Skipping test as local or remote are case-sensitive --- SKIP: TestFixCase (0.37s) === RUN TestMaxTransfer === RUN TestMaxTransfer/Hard run.go:198: Remote "B2 bucket rclone-test-muyocon1zuxi", Local "Local file system at /tmp/rclone3016707111", Modify Window "1ms" sync_test.go:2705: This test only runs on local === RUN TestMaxTransfer/Soft run.go:198: Remote "B2 bucket rclone-test-muyocon1zuxi", Local "Local file system at /tmp/rclone3016707111", Modify Window "1ms" sync_test.go:2705: This test only runs on local === RUN TestMaxTransfer/Cautious run.go:198: Remote "B2 bucket rclone-test-muyocon1zuxi", Local "Local file system at /tmp/rclone3016707111", Modify Window "1ms" sync_test.go:2705: This test only runs on local --- PASS: TestMaxTransfer (1.13s) --- SKIP: TestMaxTransfer/Hard (0.37s) --- SKIP: TestMaxTransfer/Soft (0.37s) --- SKIP: TestMaxTransfer/Cautious (0.39s) === RUN TestSyncConcurrentDelete run.go:198: Remote "B2 bucket rclone-test-muyocon1zuxi", Local "Local file system at /tmp/rclone3016707111", Modify Window "1ms" 2026/09/08 03:40:46 DEBUG : both0: size = 6 OK 2026/09/08 03:40:46 DEBUG : both0: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:40:46 DEBUG : both11: size = 6 OK 2026/09/08 03:40:46 DEBUG : B2 bucket rclone-test-muyocon1zuxi: Waiting for checks to finish 2026/09/08 03:40:46 DEBUG : both11: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:40:46 DEBUG : both10: size = 6 OK 2026/09/08 03:40:46 DEBUG : both12: size = 6 OK 2026/09/08 03:40:46 DEBUG : both10: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:40:46 DEBUG : both12: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:40:46 DEBUG : both0: Unchanged skipping 2026/09/08 03:40:46 DEBUG : both13: size = 6 OK 2026/09/08 03:40:46 DEBUG : both13: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:40:46 DEBUG : both11: Unchanged skipping 2026/09/08 03:40:46 DEBUG : both14: size = 6 OK 2026/09/08 03:40:46 DEBUG : both14: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:40:46 DEBUG : both14: Unchanged skipping 2026/09/08 03:40:46 DEBUG : both15: size = 6 OK 2026/09/08 03:40:46 DEBUG : both15: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:40:46 DEBUG : both15: Unchanged skipping 2026/09/08 03:40:46 DEBUG : both16: size = 6 OK 2026/09/08 03:40:46 DEBUG : both16: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:40:46 DEBUG : both10: Unchanged skipping 2026/09/08 03:40:46 DEBUG : both17: size = 6 OK 2026/09/08 03:40:46 DEBUG : both17: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:40:46 DEBUG : both17: Unchanged skipping 2026/09/08 03:40:46 DEBUG : both18: size = 6 OK 2026/09/08 03:40:46 DEBUG : both18: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:40:46 DEBUG : both18: Unchanged skipping 2026/09/08 03:40:46 DEBUG : both19: size = 6 OK 2026/09/08 03:40:46 DEBUG : both19: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:40:46 DEBUG : both19: Unchanged skipping 2026/09/08 03:40:46 DEBUG : both1: size = 6 OK 2026/09/08 03:40:46 DEBUG : both1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:40:46 DEBUG : both1: Unchanged skipping 2026/09/08 03:40:46 DEBUG : both2: size = 6 OK 2026/09/08 03:40:46 DEBUG : both2: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:40:46 DEBUG : both2: Unchanged skipping 2026/09/08 03:40:46 DEBUG : both3: size = 6 OK 2026/09/08 03:40:46 DEBUG : both3: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:40:46 DEBUG : both12: Unchanged skipping 2026/09/08 03:40:46 DEBUG : both4: size = 6 OK 2026/09/08 03:40:46 DEBUG : both4: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:40:46 DEBUG : both4: Unchanged skipping 2026/09/08 03:40:46 DEBUG : both5: size = 6 OK 2026/09/08 03:40:46 DEBUG : both5: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:40:46 DEBUG : both13: Unchanged skipping 2026/09/08 03:40:46 DEBUG : both6: size = 6 OK 2026/09/08 03:40:46 DEBUG : both6: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:40:46 DEBUG : both6: Unchanged skipping 2026/09/08 03:40:46 DEBUG : both7: size = 6 OK 2026/09/08 03:40:46 DEBUG : both7: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:40:46 DEBUG : both16: Unchanged skipping 2026/09/08 03:40:46 DEBUG : both8: size = 6 OK 2026/09/08 03:40:46 DEBUG : both8: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:40:46 DEBUG : both8: Unchanged skipping 2026/09/08 03:40:46 DEBUG : both9: size = 6 OK 2026/09/08 03:40:46 DEBUG : both9: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:40:46 DEBUG : both9: Unchanged skipping 2026/09/08 03:40:46 DEBUG : both3: Unchanged skipping 2026/09/08 03:40:46 DEBUG : both5: Unchanged skipping 2026/09/08 03:40:46 DEBUG : both7: Unchanged skipping 2026/09/08 03:40:46 DEBUG : B2 bucket rclone-test-muyocon1zuxi: Waiting for transfers to finish 2026/09/08 03:40:46 DEBUG : Waiting for deletions to finish 2026/09/08 03:40:46 INFO : only8: Deleted 2026/09/08 03:40:46 INFO : only5: Deleted 2026/09/08 03:40:47 INFO : only9: Deleted 2026/09/08 03:40:47 INFO : only7: Deleted 2026/09/08 03:40:47 INFO : only11: Deleted 2026/09/08 03:40:47 INFO : only17: Deleted 2026/09/08 03:40:47 INFO : only19: Deleted 2026/09/08 03:40:47 INFO : only4: Deleted 2026/09/08 03:40:47 INFO : only6: Deleted 2026/09/08 03:40:47 INFO : only10: Deleted 2026/09/08 03:40:47 INFO : only12: Deleted 2026/09/08 03:40:47 INFO : only15: Deleted 2026/09/08 03:40:47 INFO : only16: Deleted 2026/09/08 03:40:47 INFO : only18: Deleted 2026/09/08 03:40:47 INFO : only1: Deleted 2026/09/08 03:40:47 INFO : only2: Deleted 2026/09/08 03:40:47 INFO : only3: Deleted 2026/09/08 03:40:47 INFO : only0: Deleted 2026/09/08 03:40:47 INFO : only13: Deleted 2026/09/08 03:40:47 INFO : only14: Deleted 2026/09/08 03:40:47 INFO : There was nothing to transfer --- PASS: TestSyncConcurrentDelete (14.00s) === RUN TestSyncConcurrentTruncate run.go:198: Remote "B2 bucket rclone-test-muyocon1zuxi", Local "Local file system at /tmp/rclone3016707111", Modify Window "1ms" 2026/09/08 03:41:01 DEBUG : both10: size = 6 OK 2026/09/08 03:41:01 DEBUG : both11: size = 6 OK 2026/09/08 03:41:01 DEBUG : both11: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:41:01 DEBUG : both12: size = 6 OK 2026/09/08 03:41:01 DEBUG : both12: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:41:01 DEBUG : B2 bucket rclone-test-muyocon1zuxi: Waiting for checks to finish 2026/09/08 03:41:01 DEBUG : both11: Unchanged skipping 2026/09/08 03:41:01 DEBUG : both13: size = 6 OK 2026/09/08 03:41:01 DEBUG : both13: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:41:01 DEBUG : both10: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:41:01 DEBUG : both0: size = 6 OK 2026/09/08 03:41:01 DEBUG : both0: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:41:01 DEBUG : both13: Unchanged skipping 2026/09/08 03:41:01 DEBUG : both14: size = 6 OK 2026/09/08 03:41:01 DEBUG : both14: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:41:01 DEBUG : both14: Unchanged skipping 2026/09/08 03:41:01 DEBUG : both15: size = 6 OK 2026/09/08 03:41:01 DEBUG : both15: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:41:01 DEBUG : both15: Unchanged skipping 2026/09/08 03:41:01 DEBUG : both16: size = 6 OK 2026/09/08 03:41:01 DEBUG : both16: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:41:01 DEBUG : both16: Unchanged skipping 2026/09/08 03:41:01 DEBUG : both17: size = 6 OK 2026/09/08 03:41:01 DEBUG : both17: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:41:01 DEBUG : both17: Unchanged skipping 2026/09/08 03:41:01 DEBUG : both18: size = 6 OK 2026/09/08 03:41:01 DEBUG : both18: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:41:01 DEBUG : both18: Unchanged skipping 2026/09/08 03:41:01 DEBUG : both19: size = 6 OK 2026/09/08 03:41:01 DEBUG : both19: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:41:01 DEBUG : both19: Unchanged skipping 2026/09/08 03:41:01 DEBUG : both1: size = 6 OK 2026/09/08 03:41:01 DEBUG : both1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:41:01 DEBUG : both1: Unchanged skipping 2026/09/08 03:41:01 DEBUG : both2: size = 6 OK 2026/09/08 03:41:01 DEBUG : both2: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:41:01 DEBUG : both12: Unchanged skipping 2026/09/08 03:41:01 DEBUG : both3: size = 6 OK 2026/09/08 03:41:01 DEBUG : both3: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:41:01 DEBUG : both3: Unchanged skipping 2026/09/08 03:41:01 DEBUG : both4: size = 6 OK 2026/09/08 03:41:01 DEBUG : both4: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:41:01 DEBUG : both4: Unchanged skipping 2026/09/08 03:41:01 DEBUG : both5: size = 6 OK 2026/09/08 03:41:01 DEBUG : both5: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:41:01 DEBUG : both5: Unchanged skipping 2026/09/08 03:41:01 DEBUG : both6: size = 6 OK 2026/09/08 03:41:01 DEBUG : both6: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:41:01 DEBUG : both6: Unchanged skipping 2026/09/08 03:41:01 DEBUG : both7: size = 6 OK 2026/09/08 03:41:01 DEBUG : both7: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:41:01 DEBUG : both7: Unchanged skipping 2026/09/08 03:41:01 DEBUG : both8: size = 6 OK 2026/09/08 03:41:01 DEBUG : both8: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:41:01 DEBUG : both8: Unchanged skipping 2026/09/08 03:41:01 DEBUG : both9: size = 6 OK 2026/09/08 03:41:01 DEBUG : both9: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:41:01 DEBUG : both9: Unchanged skipping 2026/09/08 03:41:01 DEBUG : only0: size = 0 (Local file system at /tmp/rclone3016707111) 2026/09/08 03:41:01 DEBUG : only0: size = 6 (B2 bucket rclone-test-muyocon1zuxi) 2026/09/08 03:41:01 DEBUG : only0: Sizes differ 2026/09/08 03:41:01 DEBUG : only10: size = 0 (Local file system at /tmp/rclone3016707111) 2026/09/08 03:41:01 DEBUG : only10: size = 6 (B2 bucket rclone-test-muyocon1zuxi) 2026/09/08 03:41:01 DEBUG : only10: Sizes differ 2026/09/08 03:41:01 DEBUG : only11: size = 0 (Local file system at /tmp/rclone3016707111) 2026/09/08 03:41:01 DEBUG : only11: size = 6 (B2 bucket rclone-test-muyocon1zuxi) 2026/09/08 03:41:01 DEBUG : only11: Sizes differ 2026/09/08 03:41:01 DEBUG : only12: size = 0 (Local file system at /tmp/rclone3016707111) 2026/09/08 03:41:01 DEBUG : only12: size = 6 (B2 bucket rclone-test-muyocon1zuxi) 2026/09/08 03:41:01 DEBUG : only12: Sizes differ 2026/09/08 03:41:01 DEBUG : only13: size = 0 (Local file system at /tmp/rclone3016707111) 2026/09/08 03:41:01 DEBUG : only13: size = 6 (B2 bucket rclone-test-muyocon1zuxi) 2026/09/08 03:41:01 DEBUG : only13: Sizes differ 2026/09/08 03:41:01 DEBUG : only14: size = 0 (Local file system at /tmp/rclone3016707111) 2026/09/08 03:41:01 DEBUG : only14: size = 6 (B2 bucket rclone-test-muyocon1zuxi) 2026/09/08 03:41:01 DEBUG : only14: Sizes differ 2026/09/08 03:41:01 DEBUG : only15: size = 0 (Local file system at /tmp/rclone3016707111) 2026/09/08 03:41:01 DEBUG : only15: size = 6 (B2 bucket rclone-test-muyocon1zuxi) 2026/09/08 03:41:01 DEBUG : only15: Sizes differ 2026/09/08 03:41:01 DEBUG : only16: size = 0 (Local file system at /tmp/rclone3016707111) 2026/09/08 03:41:01 DEBUG : only16: size = 6 (B2 bucket rclone-test-muyocon1zuxi) 2026/09/08 03:41:01 DEBUG : only16: Sizes differ 2026/09/08 03:41:01 DEBUG : only17: size = 0 (Local file system at /tmp/rclone3016707111) 2026/09/08 03:41:01 DEBUG : only17: size = 6 (B2 bucket rclone-test-muyocon1zuxi) 2026/09/08 03:41:01 DEBUG : only17: Sizes differ 2026/09/08 03:41:01 DEBUG : only18: size = 0 (Local file system at /tmp/rclone3016707111) 2026/09/08 03:41:01 DEBUG : only18: size = 6 (B2 bucket rclone-test-muyocon1zuxi) 2026/09/08 03:41:01 DEBUG : only18: Sizes differ 2026/09/08 03:41:01 DEBUG : only19: size = 0 (Local file system at /tmp/rclone3016707111) 2026/09/08 03:41:01 DEBUG : only19: size = 6 (B2 bucket rclone-test-muyocon1zuxi) 2026/09/08 03:41:01 DEBUG : only19: Sizes differ 2026/09/08 03:41:01 DEBUG : only1: size = 0 (Local file system at /tmp/rclone3016707111) 2026/09/08 03:41:01 DEBUG : only1: size = 6 (B2 bucket rclone-test-muyocon1zuxi) 2026/09/08 03:41:01 DEBUG : only1: Sizes differ 2026/09/08 03:41:01 DEBUG : only2: size = 0 (Local file system at /tmp/rclone3016707111) 2026/09/08 03:41:01 DEBUG : only2: size = 6 (B2 bucket rclone-test-muyocon1zuxi) 2026/09/08 03:41:01 DEBUG : only2: Sizes differ 2026/09/08 03:41:01 DEBUG : only3: size = 0 (Local file system at /tmp/rclone3016707111) 2026/09/08 03:41:01 DEBUG : only3: size = 6 (B2 bucket rclone-test-muyocon1zuxi) 2026/09/08 03:41:01 DEBUG : only3: Sizes differ 2026/09/08 03:41:01 DEBUG : only4: size = 0 (Local file system at /tmp/rclone3016707111) 2026/09/08 03:41:01 DEBUG : only4: size = 6 (B2 bucket rclone-test-muyocon1zuxi) 2026/09/08 03:41:01 DEBUG : only4: Sizes differ 2026/09/08 03:41:01 DEBUG : only5: size = 0 (Local file system at /tmp/rclone3016707111) 2026/09/08 03:41:01 DEBUG : only5: size = 6 (B2 bucket rclone-test-muyocon1zuxi) 2026/09/08 03:41:01 DEBUG : only5: Sizes differ 2026/09/08 03:41:01 DEBUG : only6: size = 0 (Local file system at /tmp/rclone3016707111) 2026/09/08 03:41:01 DEBUG : only6: size = 6 (B2 bucket rclone-test-muyocon1zuxi) 2026/09/08 03:41:01 DEBUG : only6: Sizes differ 2026/09/08 03:41:01 DEBUG : only7: size = 0 (Local file system at /tmp/rclone3016707111) 2026/09/08 03:41:01 DEBUG : only7: size = 6 (B2 bucket rclone-test-muyocon1zuxi) 2026/09/08 03:41:01 DEBUG : only7: Sizes differ 2026/09/08 03:41:01 DEBUG : only8: size = 0 (Local file system at /tmp/rclone3016707111) 2026/09/08 03:41:01 DEBUG : only8: size = 6 (B2 bucket rclone-test-muyocon1zuxi) 2026/09/08 03:41:01 DEBUG : only8: Sizes differ 2026/09/08 03:41:01 DEBUG : both2: Unchanged skipping 2026/09/08 03:41:01 DEBUG : only9: size = 0 (Local file system at /tmp/rclone3016707111) 2026/09/08 03:41:01 DEBUG : only9: size = 6 (B2 bucket rclone-test-muyocon1zuxi) 2026/09/08 03:41:01 DEBUG : only9: Sizes differ 2026/09/08 03:41:01 DEBUG : both10: Unchanged skipping 2026/09/08 03:41:01 DEBUG : both0: Unchanged skipping 2026/09/08 03:41:01 DEBUG : B2 bucket rclone-test-muyocon1zuxi: Waiting for transfers to finish 2026/09/08 03:41:01 DEBUG : only0: size = 0 OK 2026/09/08 03:41:01 DEBUG : only10: size = 0 OK 2026/09/08 03:41:01 DEBUG : only10: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/09/08 03:41:01 DEBUG : only0: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/09/08 03:41:01 INFO : only10: Copied (replaced existing) 2026/09/08 03:41:01 INFO : only0: Copied (replaced existing) 2026/09/08 03:41:01 DEBUG : only13: size = 0 OK 2026/09/08 03:41:01 DEBUG : only13: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/09/08 03:41:01 INFO : only13: Copied (replaced existing) 2026/09/08 03:41:01 DEBUG : only14: size = 0 OK 2026/09/08 03:41:01 DEBUG : only14: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/09/08 03:41:01 INFO : only14: Copied (replaced existing) 2026/09/08 03:41:01 DEBUG : only11: size = 0 OK 2026/09/08 03:41:01 DEBUG : only11: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/09/08 03:41:01 INFO : only11: Copied (replaced existing) 2026/09/08 03:41:01 DEBUG : only15: size = 0 OK 2026/09/08 03:41:01 DEBUG : only15: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/09/08 03:41:01 INFO : only15: Copied (replaced existing) 2026/09/08 03:41:01 DEBUG : only16: size = 0 OK 2026/09/08 03:41:01 DEBUG : only16: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/09/08 03:41:01 INFO : only16: Copied (replaced existing) 2026/09/08 03:41:01 DEBUG : only12: size = 0 OK 2026/09/08 03:41:01 DEBUG : only12: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/09/08 03:41:01 INFO : only12: Copied (replaced existing) 2026/09/08 03:41:01 DEBUG : only18: size = 0 OK 2026/09/08 03:41:01 DEBUG : only18: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/09/08 03:41:01 INFO : only18: Copied (replaced existing) 2026/09/08 03:41:01 DEBUG : only17: size = 0 OK 2026/09/08 03:41:01 DEBUG : only17: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/09/08 03:41:01 INFO : only17: Copied (replaced existing) 2026/09/08 03:41:01 DEBUG : only19: size = 0 OK 2026/09/08 03:41:01 DEBUG : only19: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/09/08 03:41:01 INFO : only19: Copied (replaced existing) 2026/09/08 03:41:02 DEBUG : only1: size = 0 OK 2026/09/08 03:41:02 DEBUG : only1: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/09/08 03:41:02 INFO : only1: Copied (replaced existing) 2026/09/08 03:41:02 DEBUG : only2: size = 0 OK 2026/09/08 03:41:02 DEBUG : only2: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/09/08 03:41:02 INFO : only2: Copied (replaced existing) 2026/09/08 03:41:02 DEBUG : only3: size = 0 OK 2026/09/08 03:41:02 DEBUG : only3: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/09/08 03:41:02 INFO : only3: Copied (replaced existing) 2026/09/08 03:41:02 DEBUG : only4: size = 0 OK 2026/09/08 03:41:02 DEBUG : only4: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/09/08 03:41:02 INFO : only4: Copied (replaced existing) 2026/09/08 03:41:02 DEBUG : only5: size = 0 OK 2026/09/08 03:41:02 DEBUG : only5: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/09/08 03:41:02 INFO : only5: Copied (replaced existing) 2026/09/08 03:41:02 DEBUG : only6: size = 0 OK 2026/09/08 03:41:02 DEBUG : only6: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/09/08 03:41:02 INFO : only6: Copied (replaced existing) 2026/09/08 03:41:02 DEBUG : only7: size = 0 OK 2026/09/08 03:41:02 DEBUG : only7: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/09/08 03:41:02 INFO : only7: Copied (replaced existing) 2026/09/08 03:41:02 DEBUG : only8: size = 0 OK 2026/09/08 03:41:02 DEBUG : only8: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/09/08 03:41:02 INFO : only8: Copied (replaced existing) 2026/09/08 03:41:02 DEBUG : only9: size = 0 OK 2026/09/08 03:41:02 DEBUG : only9: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/09/08 03:41:02 INFO : only9: Copied (replaced existing) 2026/09/08 03:41:02 DEBUG : Waiting for deletions to finish --- PASS: TestSyncConcurrentTruncate (18.21s) === RUN TestSyncReplaceDirModTime run.go:198: Remote "B2 bucket rclone-test-muyocon1zuxi", Local "Local file system at /tmp/rclone3016707111", Modify Window "1ms" 2026/09/08 03:41:10 DEBUG : empty_dir: Making directory with metadata 2026/09/08 03:41:10 INFO : empty_dir: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/09/08 03:41:10 DEBUG : empty_on_remote: Making directory with metadata 2026/09/08 03:41:10 INFO : empty_on_remote: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/09/08 03:41:10 INFO : empty_on_remote: Making directory 2026/09/08 03:41:11 INFO : test_dir1: Set directory modification time (using DirSetModTime) 2026/09/08 03:41:11 INFO : test_dir2: Set directory modification time (using DirSetModTime) 2026/09/08 03:41:11 INFO : test_dir2/sub_dir: Set directory modification time (using DirSetModTime) 2026/09/08 03:41:11 INFO : empty_on_remote: Set directory modification time (using DirSetModTime) --- PASS: TestSyncReplaceDirModTime (2.68s) === RUN TestSyncReplaceDirModTimeWithEmptyDirs run.go:198: Remote "B2 bucket rclone-test-muyocon1zuxi", Local "Local file system at /tmp/rclone3016707111", Modify Window "1ms" 2026/09/08 03:41:13 DEBUG : empty_dir: Making directory with metadata 2026/09/08 03:41:13 INFO : empty_dir: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/09/08 03:41:13 DEBUG : empty_on_remote: Making directory with metadata 2026/09/08 03:41:13 INFO : empty_on_remote: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/09/08 03:41:13 INFO : empty_on_remote: Making directory 2026/09/08 03:41:13 INFO : test_dir1: Set directory modification time (using DirSetModTime) 2026/09/08 03:41:13 INFO : test_dir2: Set directory modification time (using DirSetModTime) 2026/09/08 03:41:13 INFO : test_dir2/sub_dir: Set directory modification time (using DirSetModTime) 2026/09/08 03:41:13 INFO : empty_on_remote: Set directory modification time (using DirSetModTime) 2026/09/08 03:41:13 INFO : empty_dir: Set directory modification time (using DirSetModTime) --- PASS: TestSyncReplaceDirModTimeWithEmptyDirs (2.42s) === RUN TestSyncSetDirModTimeOnce run.go:198: Remote "B2 bucket rclone-test-muyocon1zuxi", Local "Local file system at /tmp/rclone3016707111", Modify Window "1ms" sync_test.go:2877: Skipping test as remote does not support DirSetModTime --- SKIP: TestSyncSetDirModTimeOnce (0.38s) === RUN TestNothingToTransferWithEmptyDirs run.go:198: Remote "B2 bucket rclone-test-muyocon1zuxi", Local "Local file system at /tmp/rclone3016707111", Modify Window "1ms" 2026/09/08 03:41:16 INFO : sub dir: Set directory modification time (using DirSetModTime) 2026/09/08 03:41:16 INFO : sub dir: Making directory --- PASS: TestNothingToTransferWithEmptyDirs (4.03s) === RUN TestNothingToTransferWithoutEmptyDirs run.go:198: Remote "B2 bucket rclone-test-muyocon1zuxi", Local "Local file system at /tmp/rclone3016707111", Modify Window "1ms" 2026/09/08 03:41:20 INFO : sub dir: Set directory modification time (using DirSetModTime) 2026/09/08 03:41:20 INFO : sub dir: Making directory --- PASS: TestNothingToTransferWithoutEmptyDirs (3.50s) === RUN TestTransform === RUN TestTransform/NFC run.go:198: Remote "B2 bucket rclone-test-muyocon1zuxi", Local "Local file system at /tmp/rclone3016707111", Modify Window "1ms" 2026/09/08 03:41:27 DEBUG : Waiting for deletions to finish 2026/09/08 03:41:28 DEBUG : apple: Excluded (Path Filter) 2026/09/08 03:41:28 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/09/08 03:41:28 DEBUG : banana: Excluded (Path Filter) 2026/09/08 03:41:28 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/09/08 03:41:28 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/09/08 03:41:28 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/09/08 03:41:28 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/09/08 03:41:28 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/09/08 03:41:28 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/09/08 03:41:28 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/09/08 03:41:28 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/09/08 03:41:28 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/09/08 03:41:28 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/09/08 03:41:28 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/09/08 03:41:28 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/09/08 03:41:28 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/09/08 03:41:28 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/09/08 03:41:28 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/09/08 03:41:28 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/09/08 03:41:28 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/09/08 03:41:28 DEBUG : apple: size = 5 OK 2026/09/08 03:41:28 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:41:28 DEBUG : apple: Unchanged skipping 2026/09/08 03:41:28 DEBUG : appleappleapplebanana: size = 21 OK 2026/09/08 03:41:28 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:41:28 DEBUG : appleappleapplebanana: Unchanged skipping 2026/09/08 03:41:28 DEBUG : banana: size = 6 OK 2026/09/08 03:41:28 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:41:28 DEBUG : banana: Unchanged skipping 2026/09/08 03:41:28 DEBUG : splitbananasplit: size = 16 OK 2026/09/08 03:41:28 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:41:28 DEBUG : splitbananasplit: Unchanged skipping 2026/09/08 03:41:28 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/09/08 03:41:28 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/09/08 03:41:28 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:41:28 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/09/08 03:41:28 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:41:28 DEBUG : B2 bucket rclone-test-muyocon1zuxi: Waiting for checks to finish 2026/09/08 03:41:28 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/09/08 03:41:28 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:41:28 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/09/08 03:41:28 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/09/08 03:41:28 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:41:28 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/09/08 03:41:28 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/09/08 03:41:28 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:41:28 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/09/08 03:41:28 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/09/08 03:41:28 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/09/08 03:41:28 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:41:28 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:41:28 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/09/08 03:41:28 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/09/08 03:41:28 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/09/08 03:41:28 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/09/08 03:41:28 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/09/08 03:41:28 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:41:28 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/09/08 03:41:28 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/09/08 03:41:28 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:41:28 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/09/08 03:41:28 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:41:28 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/09/08 03:41:28 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/09/08 03:41:28 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:41:28 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/09/08 03:41:28 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/09/08 03:41:28 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:41:28 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/09/08 03:41:28 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:41:28 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/09/08 03:41:28 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/09/08 03:41:28 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:41:28 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/09/08 03:41:28 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:41:28 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/09/08 03:41:28 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/09/08 03:41:28 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/09/08 03:41:28 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/09/08 03:41:28 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:41:28 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/09/08 03:41:28 DEBUG : B2 bucket rclone-test-muyocon1zuxi: Waiting for transfers to finish 2026/09/08 03:41:28 DEBUG : Waiting for deletions to finish 2026/09/08 03:41:28 INFO : There was nothing to transfer 2026/09/08 03:41:28 DEBUG : Waiting for deletions to finish 2026/09/08 03:41:28 DEBUG : apple: Excluded (Path Filter) 2026/09/08 03:41:28 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/09/08 03:41:28 DEBUG : banana: Excluded (Path Filter) 2026/09/08 03:41:28 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/09/08 03:41:28 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/09/08 03:41:28 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/09/08 03:41:28 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/09/08 03:41:28 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/09/08 03:41:28 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/09/08 03:41:28 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/09/08 03:41:28 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/09/08 03:41:28 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/09/08 03:41:28 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/09/08 03:41:28 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/09/08 03:41:28 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/09/08 03:41:28 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/09/08 03:41:28 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/09/08 03:41:28 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/09/08 03:41:28 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/09/08 03:41:28 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/09/08 03:41:29 DEBUG : apple: size = 5 OK 2026/09/08 03:41:29 DEBUG : appleappleapplebanana: size = 21 OK 2026/09/08 03:41:29 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:41:29 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:41:29 DEBUG : apple: Unchanged skipping 2026/09/08 03:41:29 DEBUG : appleappleapplebanana: Unchanged skipping 2026/09/08 03:41:29 DEBUG : splitbananasplit: size = 16 OK 2026/09/08 03:41:29 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:41:29 DEBUG : splitbananasplit: Unchanged skipping 2026/09/08 03:41:29 DEBUG : banana: size = 6 OK 2026/09/08 03:41:29 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:41:29 DEBUG : banana: Unchanged skipping 2026/09/08 03:41:29 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/09/08 03:41:29 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:41:29 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/09/08 03:41:29 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/09/08 03:41:29 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:41:29 DEBUG : B2 bucket rclone-test-muyocon1zuxi: Waiting for checks to finish 2026/09/08 03:41:29 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/09/08 03:41:29 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/09/08 03:41:29 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:41:29 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/09/08 03:41:29 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/09/08 03:41:29 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/09/08 03:41:29 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/09/08 03:41:29 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:41:29 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:41:29 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/09/08 03:41:29 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/09/08 03:41:29 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/09/08 03:41:29 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/09/08 03:41:29 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:41:29 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/09/08 03:41:29 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/09/08 03:41:29 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:41:29 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:41:29 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/09/08 03:41:29 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/09/08 03:41:29 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:41:29 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/09/08 03:41:29 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:41:29 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/09/08 03:41:29 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/09/08 03:41:29 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:41:29 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/09/08 03:41:29 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/09/08 03:41:29 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/09/08 03:41:29 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:41:29 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/09/08 03:41:29 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/09/08 03:41:29 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:41:29 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/09/08 03:41:29 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/09/08 03:41:29 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:41:29 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/09/08 03:41:29 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/09/08 03:41:29 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:41:29 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/09/08 03:41:29 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/09/08 03:41:29 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:41:29 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/09/08 03:41:29 DEBUG : B2 bucket rclone-test-muyocon1zuxi: Waiting for transfers to finish 2026/09/08 03:41:29 DEBUG : Waiting for deletions to finish 2026/09/08 03:41:29 INFO : There was nothing to transfer 2026/09/08 03:41:29 DEBUG : Waiting for deletions to finish 2026/09/08 03:41:29 DEBUG : apple: Excluded (Path Filter) 2026/09/08 03:41:29 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/09/08 03:41:29 DEBUG : banana: Excluded (Path Filter) 2026/09/08 03:41:29 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/09/08 03:41:29 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/09/08 03:41:29 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/09/08 03:41:29 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/09/08 03:41:29 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/09/08 03:41:29 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/09/08 03:41:29 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/09/08 03:41:29 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/09/08 03:41:29 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/09/08 03:41:29 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/09/08 03:41:29 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/09/08 03:41:29 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/09/08 03:41:29 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/09/08 03:41:29 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/09/08 03:41:29 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/09/08 03:41:29 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/09/08 03:41:29 DEBUG : splitbananasplit: Excluded (Path Filter) === RUN TestTransform/NFD run.go:198: Remote "B2 bucket rclone-test-muyocon1zuxi", Local "Local file system at /tmp/rclone3016707111", Modify Window "1ms" 2026/09/08 03:41:39 DEBUG : Waiting for deletions to finish 2026/09/08 03:41:39 DEBUG : apple: Excluded (Path Filter) 2026/09/08 03:41:39 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/09/08 03:41:39 DEBUG : banana: Excluded (Path Filter) 2026/09/08 03:41:39 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/09/08 03:41:39 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/09/08 03:41:39 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/09/08 03:41:39 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/09/08 03:41:39 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/09/08 03:41:39 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/09/08 03:41:39 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/09/08 03:41:39 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/09/08 03:41:39 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/09/08 03:41:39 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/09/08 03:41:39 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/09/08 03:41:39 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/09/08 03:41:39 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/09/08 03:41:39 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/09/08 03:41:39 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/09/08 03:41:39 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/09/08 03:41:39 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/09/08 03:41:40 DEBUG : apple: size = 5 OK 2026/09/08 03:41:40 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:41:40 DEBUG : apple: Unchanged skipping 2026/09/08 03:41:40 DEBUG : appleappleapplebanana: size = 21 OK 2026/09/08 03:41:40 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:41:40 DEBUG : appleappleapplebanana: Unchanged skipping 2026/09/08 03:41:40 DEBUG : banana: size = 6 OK 2026/09/08 03:41:40 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:41:40 DEBUG : banana: Unchanged skipping 2026/09/08 03:41:40 DEBUG : splitbananasplit: size = 16 OK 2026/09/08 03:41:40 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:41:40 DEBUG : splitbananasplit: Unchanged skipping 2026/09/08 03:41:40 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/09/08 03:41:40 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:41:40 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/09/08 03:41:40 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/09/08 03:41:40 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/09/08 03:41:40 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:41:40 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:41:40 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/09/08 03:41:40 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/09/08 03:41:40 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/09/08 03:41:40 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:41:40 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/09/08 03:41:40 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/09/08 03:41:40 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:41:40 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/09/08 03:41:40 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/09/08 03:41:40 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:41:40 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/09/08 03:41:40 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/09/08 03:41:40 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:41:40 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/09/08 03:41:40 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/09/08 03:41:40 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:41:40 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/09/08 03:41:40 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/09/08 03:41:40 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:41:40 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/09/08 03:41:40 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/09/08 03:41:40 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/09/08 03:41:40 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:41:40 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/09/08 03:41:40 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:41:40 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/09/08 03:41:40 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/09/08 03:41:40 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/09/08 03:41:40 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:41:40 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:41:40 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/09/08 03:41:40 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/09/08 03:41:40 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/09/08 03:41:40 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:41:40 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:41:40 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/09/08 03:41:40 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/09/08 03:41:40 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/09/08 03:41:40 DEBUG : B2 bucket rclone-test-muyocon1zuxi: Waiting for checks to finish 2026/09/08 03:41:40 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:41:40 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/09/08 03:41:40 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/09/08 03:41:40 DEBUG : B2 bucket rclone-test-muyocon1zuxi: Waiting for transfers to finish 2026/09/08 03:41:40 DEBUG : Waiting for deletions to finish 2026/09/08 03:41:40 INFO : There was nothing to transfer 2026/09/08 03:41:40 DEBUG : Waiting for deletions to finish 2026/09/08 03:41:40 DEBUG : apple: Excluded (Path Filter) 2026/09/08 03:41:40 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/09/08 03:41:40 DEBUG : banana: Excluded (Path Filter) 2026/09/08 03:41:40 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/09/08 03:41:40 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/09/08 03:41:40 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/09/08 03:41:40 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/09/08 03:41:40 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/09/08 03:41:40 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/09/08 03:41:40 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/09/08 03:41:40 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/09/08 03:41:40 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/09/08 03:41:40 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/09/08 03:41:40 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/09/08 03:41:40 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/09/08 03:41:40 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/09/08 03:41:40 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/09/08 03:41:40 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/09/08 03:41:40 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/09/08 03:41:40 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/09/08 03:41:40 DEBUG : apple: size = 5 OK 2026/09/08 03:41:40 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:41:40 DEBUG : apple: Unchanged skipping 2026/09/08 03:41:40 DEBUG : appleappleapplebanana: size = 21 OK 2026/09/08 03:41:40 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:41:40 DEBUG : appleappleapplebanana: Unchanged skipping 2026/09/08 03:41:40 DEBUG : banana: size = 6 OK 2026/09/08 03:41:40 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:41:40 DEBUG : banana: Unchanged skipping 2026/09/08 03:41:40 DEBUG : splitbananasplit: size = 16 OK 2026/09/08 03:41:40 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:41:40 DEBUG : splitbananasplit: Unchanged skipping 2026/09/08 03:41:41 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/09/08 03:41:41 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:41:41 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/09/08 03:41:41 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/09/08 03:41:41 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:41:41 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/09/08 03:41:41 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/09/08 03:41:41 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:41:41 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/09/08 03:41:41 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/09/08 03:41:41 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:41:41 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/09/08 03:41:41 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/09/08 03:41:41 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:41:41 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/09/08 03:41:41 DEBUG : B2 bucket rclone-test-muyocon1zuxi: Waiting for checks to finish 2026/09/08 03:41:41 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/09/08 03:41:41 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/09/08 03:41:41 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/09/08 03:41:41 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:41:41 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:41:41 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/09/08 03:41:41 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/09/08 03:41:41 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/09/08 03:41:41 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:41:41 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/09/08 03:41:41 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:41:41 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:41:41 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/09/08 03:41:41 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/09/08 03:41:41 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/09/08 03:41:41 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:41:41 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:41:41 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/09/08 03:41:41 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/09/08 03:41:41 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/09/08 03:41:41 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:41:41 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/09/08 03:41:41 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/09/08 03:41:41 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:41:41 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/09/08 03:41:41 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/09/08 03:41:41 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:41:41 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/09/08 03:41:41 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/09/08 03:41:41 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/09/08 03:41:41 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/09/08 03:41:41 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:41:41 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/09/08 03:41:41 DEBUG : B2 bucket rclone-test-muyocon1zuxi: Waiting for transfers to finish 2026/09/08 03:41:41 DEBUG : Waiting for deletions to finish 2026/09/08 03:41:41 INFO : There was nothing to transfer 2026/09/08 03:41:41 DEBUG : Waiting for deletions to finish 2026/09/08 03:41:41 DEBUG : apple: Excluded (Path Filter) 2026/09/08 03:41:41 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/09/08 03:41:41 DEBUG : banana: Excluded (Path Filter) 2026/09/08 03:41:41 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/09/08 03:41:41 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/09/08 03:41:41 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/09/08 03:41:41 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/09/08 03:41:41 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/09/08 03:41:41 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/09/08 03:41:41 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/09/08 03:41:41 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/09/08 03:41:41 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/09/08 03:41:41 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/09/08 03:41:41 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/09/08 03:41:41 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/09/08 03:41:41 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/09/08 03:41:41 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/09/08 03:41:41 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/09/08 03:41:41 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/09/08 03:41:41 DEBUG : splitbananasplit: Excluded (Path Filter) === RUN TestTransform/base64 run.go:198: Remote "B2 bucket rclone-test-muyocon1zuxi", Local "Local file system at /tmp/rclone3016707111", Modify Window "1ms" 2026/09/08 03:41:50 DEBUG : Waiting for deletions to finish 2026/09/08 03:41:51 DEBUG : apple: Excluded (Path Filter) 2026/09/08 03:41:51 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/09/08 03:41:51 DEBUG : banana: Excluded (Path Filter) 2026/09/08 03:41:51 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/09/08 03:41:51 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/09/08 03:41:51 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/09/08 03:41:51 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/09/08 03:41:51 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/09/08 03:41:51 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/09/08 03:41:51 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/09/08 03:41:51 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/09/08 03:41:51 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/09/08 03:41:51 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/09/08 03:41:51 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/09/08 03:41:51 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/09/08 03:41:51 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/09/08 03:41:51 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/09/08 03:41:51 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/09/08 03:41:51 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/09/08 03:41:51 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/09/08 03:41:51 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/09/08 03:41:51 DEBUG : apple: transformed to: YXBwbGU= 2026/09/08 03:41:51 DEBUG : banana: transformed to: YmFuYW5h 2026/09/08 03:41:51 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/09/08 03:41:51 DEBUG : banana: transformed to: YmFuYW5h 2026/09/08 03:41:51 DEBUG : apple: transformed to: YXBwbGU= 2026/09/08 03:41:51 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/09/08 03:41:51 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/09/08 03:41:51 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/09/08 03:41:51 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/09/08 03:41:51 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/09/08 03:41:51 DEBUG : banana: transformed to: YmFuYW5h 2026/09/08 03:41:51 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/09/08 03:41:51 DEBUG : apple: transformed to: YXBwbGU= 2026/09/08 03:41:51 DEBUG : apple: transformed to: YXBwbGU= 2026/09/08 03:41:51 DEBUG : apple: Need to transfer - File not found at Destination 2026/09/08 03:41:51 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/09/08 03:41:51 DEBUG : appleappleapplebanana: Need to transfer - File not found at Destination 2026/09/08 03:41:51 DEBUG : banana: transformed to: YmFuYW5h 2026/09/08 03:41:51 DEBUG : banana: Need to transfer - File not found at Destination 2026/09/08 03:41:51 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/09/08 03:41:51 DEBUG : splitbananasplit: Need to transfer - File not found at Destination 2026/09/08 03:41:51 DEBUG : apple: transformed to: YXBwbGU= 2026/09/08 03:41:51 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/09/08 03:41:51 DEBUG : banana: transformed to: YmFuYW5h 2026/09/08 03:41:51 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/09/08 03:41:51 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/09/08 03:41:51 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/09/08 03:41:51 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/09/08 03:41:51 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/09/08 03:41:51 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/09/08 03:41:51 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/09/08 03:41:51 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/09/08 03:41:51 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/09/08 03:41:51 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/09/08 03:41:51 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/09/08 03:41:51 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/09/08 03:41:51 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/09/08 03:41:51 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/09/08 03:41:51 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/09/08 03:41:51 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/09/08 03:41:51 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/09/08 03:41:51 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/09/08 03:41:51 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/09/08 03:41:51 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/09/08 03:41:51 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/09/08 03:41:51 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/09/08 03:41:51 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/09/08 03:41:51 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/09/08 03:41:51 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/09/08 03:41:51 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/09/08 03:41:51 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/09/08 03:41:51 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/09/08 03:41:51 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/09/08 03:41:51 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/09/08 03:41:51 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/09/08 03:41:51 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/09/08 03:41:51 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/09/08 03:41:51 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/09/08 03:41:51 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/09/08 03:41:51 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/09/08 03:41:51 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/09/08 03:41:51 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/09/08 03:41:51 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/09/08 03:41:51 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/09/08 03:41:51 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/09/08 03:41:51 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/09/08 03:41:51 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/09/08 03:41:51 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/09/08 03:41:51 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/09/08 03:41:51 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/09/08 03:41:51 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/09/08 03:41:51 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/09/08 03:41:51 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/09/08 03:41:51 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/09/08 03:41:51 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/09/08 03:41:51 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/09/08 03:41:51 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/09/08 03:41:51 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/09/08 03:41:51 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/09/08 03:41:51 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/09/08 03:41:51 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/09/08 03:41:51 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/09/08 03:41:51 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/09/08 03:41:51 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/09/08 03:41:51 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/09/08 03:41:51 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/09/08 03:41:51 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/09/08 03:41:51 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/09/08 03:41:51 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/09/08 03:41:51 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/09/08 03:41:51 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/09/08 03:41:51 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/09/08 03:41:51 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/09/08 03:41:51 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/09/08 03:41:51 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/09/08 03:41:51 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/09/08 03:41:51 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/09/08 03:41:51 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/09/08 03:41:51 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/09/08 03:41:51 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/09/08 03:41:51 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/09/08 03:41:51 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/09/08 03:41:51 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/09/08 03:41:51 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/09/08 03:41:51 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/09/08 03:41:51 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/09/08 03:41:51 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/09/08 03:41:51 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/09/08 03:41:51 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/09/08 03:41:51 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/09/08 03:41:51 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/09/08 03:41:51 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/09/08 03:41:51 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/09/08 03:41:51 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/09/08 03:41:51 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/09/08 03:41:51 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/09/08 03:41:51 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/09/08 03:41:51 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/09/08 03:41:51 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/09/08 03:41:51 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/09/08 03:41:51 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/09/08 03:41:51 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/09/08 03:41:51 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/09/08 03:41:51 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/09/08 03:41:51 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/09/08 03:41:51 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/09/08 03:41:51 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/09/08 03:41:51 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/09/08 03:41:51 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/09/08 03:41:51 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/09/08 03:41:51 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/09/08 03:41:51 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/09/08 03:41:51 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/09/08 03:41:51 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/09/08 03:41:51 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/09/08 03:41:51 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/09/08 03:41:51 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/09/08 03:41:51 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/09/08 03:41:51 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/09/08 03:41:51 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/09/08 03:41:51 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/09/08 03:41:51 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/09/08 03:41:51 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/09/08 03:41:51 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/09/08 03:41:51 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/09/08 03:41:51 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/09/08 03:41:51 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/09/08 03:41:51 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/09/08 03:41:51 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/09/08 03:41:51 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/09/08 03:41:51 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/09/08 03:41:51 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/09/08 03:41:51 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/09/08 03:41:51 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/09/08 03:41:51 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/09/08 03:41:51 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/09/08 03:41:51 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/09/08 03:41:51 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/09/08 03:41:51 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/09/08 03:41:51 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/09/08 03:41:51 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/09/08 03:41:51 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/09/08 03:41:51 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/09/08 03:41:51 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/09/08 03:41:51 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/09/08 03:41:51 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/09/08 03:41:51 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/09/08 03:41:51 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/09/08 03:41:51 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/09/08 03:41:51 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/09/08 03:41:51 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/09/08 03:41:51 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/09/08 03:41:51 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/09/08 03:41:51 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/09/08 03:41:51 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/09/08 03:41:51 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/09/08 03:41:51 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/09/08 03:41:51 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/09/08 03:41:51 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/09/08 03:41:51 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/09/08 03:41:51 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/09/08 03:41:51 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/09/08 03:41:51 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/09/08 03:41:51 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/09/08 03:41:51 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/09/08 03:41:51 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/09/08 03:41:51 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/09/08 03:41:51 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/09/08 03:41:51 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/09/08 03:41:51 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/09/08 03:41:51 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/09/08 03:41:51 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/09/08 03:41:51 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/09/08 03:41:51 DEBUG : 0015-9;=.txt: transformed to: MDAxNS05Oz0udHh0 2026/09/08 03:41:51 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/09/08 03:41:51 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/09/08 03:41:51 DEBUG : dir1/0000-abcdefg.txt: Need to transfer - File not found at Destination 2026/09/08 03:41:51 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/09/08 03:41:51 DEBUG : dir1/0001-bcdefgh.txt: Need to transfer - File not found at Destination 2026/09/08 03:41:51 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/09/08 03:41:51 DEBUG : dir1/0002-cdefghi.txt: Need to transfer - File not found at Destination 2026/09/08 03:41:51 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/09/08 03:41:51 DEBUG : dir1/0003-defghij.txt: Need to transfer - File not found at Destination 2026/09/08 03:41:51 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/09/08 03:41:51 DEBUG : dir1/0004-efghijk.txt: Need to transfer - File not found at Destination 2026/09/08 03:41:51 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/09/08 03:41:51 DEBUG : dir1/0005-fghijkl.txt: Need to transfer - File not found at Destination 2026/09/08 03:41:51 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/09/08 03:41:51 DEBUG : dir1/0006-ghijklm.txt: Need to transfer - File not found at Destination 2026/09/08 03:41:51 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/09/08 03:41:51 DEBUG : dir1/0007-1234567.txt: Need to transfer - File not found at Destination 2026/09/08 03:41:51 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/09/08 03:41:51 DEBUG : dir1/0008-2345678.txt: Need to transfer - File not found at Destination 2026/09/08 03:41:51 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/09/08 03:41:51 DEBUG : dir1/0009-3456789.txt: Need to transfer - File not found at Destination 2026/09/08 03:41:51 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/09/08 03:41:51 DEBUG : dir1/0010-456789.txt: Need to transfer - File not found at Destination 2026/09/08 03:41:51 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/09/08 03:41:51 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination 2026/09/08 03:41:51 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/09/08 03:41:51 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2026/09/08 03:41:51 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/09/08 03:41:51 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2026/09/08 03:41:51 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/09/08 03:41:51 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2026/09/08 03:41:51 DEBUG : 0015-9;=.txt: transformed to: MDAxNS05Oz0udHh0 2026/09/08 03:41:51 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination 2026/09/08 03:41:51 DEBUG : B2 bucket rclone-test-muyocon1zuxi: Waiting for checks to finish 2026/09/08 03:41:51 DEBUG : B2 bucket rclone-test-muyocon1zuxi: Waiting for transfers to finish 2026/09/08 03:41:51 DEBUG : YXBwbGU=: size = 5 OK 2026/09/08 03:41:51 DEBUG : YmFuYW5h: size = 6 OK 2026/09/08 03:41:51 DEBUG : apple: sha1 = d0be2dc421be4fcd0172e5afceea3970e2f3d940 OK 2026/09/08 03:41:51 INFO : apple: Copied (new) to: YXBwbGU= 2026/09/08 03:41:51 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/09/08 03:41:51 DEBUG : YXBwbGVhcHBsZWFwcGxlYmFuYW5h: size = 21 OK 2026/09/08 03:41:51 DEBUG : banana: sha1 = 250e77f12a5ab6972a0895d290c4792f0a326ea8 OK 2026/09/08 03:41:51 INFO : banana: Copied (new) to: YmFuYW5h 2026/09/08 03:41:51 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/09/08 03:41:51 DEBUG : appleappleapplebanana: sha1 = d4006cec695294959fc86acc4d86a4a8bd1771d4 OK 2026/09/08 03:41:51 INFO : appleappleapplebanana: Copied (new) to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/09/08 03:41:51 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/09/08 03:41:52 DEBUG : dir1/MDAwMi1jZGVmZ2hpLnR4dA==: size = 21 OK 2026/09/08 03:41:52 DEBUG : dir1/0002-cdefghi.txt: sha1 = f5271bcb3e6699430d75487a6e002f56f75748d6 OK 2026/09/08 03:41:52 INFO : dir1/0002-cdefghi.txt: Copied (new) to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/09/08 03:41:52 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/09/08 03:41:52 DEBUG : dir1/MDAwMS1iY2RlZmdoLnR4dA==: size = 21 OK 2026/09/08 03:41:52 DEBUG : dir1/0001-bcdefgh.txt: sha1 = 13f6ac14c045641af16b93bf99a126efa57a13c0 OK 2026/09/08 03:41:52 INFO : dir1/0001-bcdefgh.txt: Copied (new) to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/09/08 03:41:52 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/09/08 03:41:52 DEBUG : dir1/MDAwMy1kZWZnaGlqLnR4dA==: size = 21 OK 2026/09/08 03:41:52 DEBUG : dir1/0003-defghij.txt: sha1 = 6275159262463ab911da879437354a03fc105132 OK 2026/09/08 03:41:52 INFO : dir1/0003-defghij.txt: Copied (new) to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/09/08 03:41:52 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/09/08 03:41:52 DEBUG : c3BsaXRiYW5hbmFzcGxpdA==: size = 16 OK 2026/09/08 03:41:52 DEBUG : splitbananasplit: sha1 = c045b86d2da0a5c0db76c2e57cc85d98a73d0dfe OK 2026/09/08 03:41:52 INFO : splitbananasplit: Copied (new) to: c3BsaXRiYW5hbmFzcGxpdA== 2026/09/08 03:41:52 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/09/08 03:41:52 DEBUG : dir1/MDAwNC1lZmdoaWprLnR4dA==: size = 21 OK 2026/09/08 03:41:52 DEBUG : dir1/0004-efghijk.txt: sha1 = 8a6e3a10e2778fd7a449c0ddeff0e60b99b818f6 OK 2026/09/08 03:41:52 INFO : dir1/0004-efghijk.txt: Copied (new) to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/09/08 03:41:52 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/09/08 03:41:52 DEBUG : dir1/MDAwMC1hYmNkZWZnLnR4dA==: size = 21 OK 2026/09/08 03:41:52 DEBUG : dir1/0000-abcdefg.txt: sha1 = 39cc20a3972ef42585635752f22e809ce7661dd0 OK 2026/09/08 03:41:52 INFO : dir1/0000-abcdefg.txt: Copied (new) to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/09/08 03:41:52 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/09/08 03:41:52 DEBUG : dir1/MDAwNi1naGlqa2xtLnR4dA==: size = 21 OK 2026/09/08 03:41:52 DEBUG : dir1/0006-ghijklm.txt: sha1 = 022b65de02ed02df549dca26b856b83ea957c161 OK 2026/09/08 03:41:52 INFO : dir1/0006-ghijklm.txt: Copied (new) to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/09/08 03:41:52 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/09/08 03:41:52 DEBUG : dir1/MDAwNS1mZ2hpamtsLnR4dA==: size = 21 OK 2026/09/08 03:41:52 DEBUG : dir1/0005-fghijkl.txt: sha1 = 9be5d86eeb571f4bb49cba75a71573bae6d7f9b0 OK 2026/09/08 03:41:52 INFO : dir1/0005-fghijkl.txt: Copied (new) to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/09/08 03:41:52 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/09/08 03:41:52 DEBUG : dir1/MDAwNy0xMjM0NTY3LnR4dA==: size = 21 OK 2026/09/08 03:41:52 DEBUG : dir1/0007-1234567.txt: sha1 = f65b28e19d4af11accc4c96ab412abe037842afc OK 2026/09/08 03:41:52 INFO : dir1/0007-1234567.txt: Copied (new) to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/09/08 03:41:52 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/09/08 03:41:52 DEBUG : dir1/MDAwOS0zNDU2Nzg5LnR4dA==: size = 21 OK 2026/09/08 03:41:52 DEBUG : dir1/0009-3456789.txt: sha1 = cf20fbc0bb51b0e93dd849f5493167c827e103dc OK 2026/09/08 03:41:52 INFO : dir1/0009-3456789.txt: Copied (new) to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/09/08 03:41:52 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/09/08 03:41:52 DEBUG : dir1/MDAxMC00NTY3ODkudHh0: size = 20 OK 2026/09/08 03:41:52 DEBUG : dir1/0010-456789.txt: sha1 = ef1ccb5339c5b9d3b78cdb41937cb754674521e9 OK 2026/09/08 03:41:52 INFO : dir1/0010-456789.txt: Copied (new) to: dir1/MDAxMC00NTY3ODkudHh0 2026/09/08 03:41:52 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/09/08 03:41:52 DEBUG : dir1/MDAxMS01Njc4OTsudHh0: size = 20 OK 2026/09/08 03:41:52 DEBUG : dir1/0011-56789;.txt: sha1 = ce6baa1459a8f1c8daeca41dccc499a5a7f9d342 OK 2026/09/08 03:41:52 INFO : dir1/0011-56789;.txt: Copied (new) to: dir1/MDAxMS01Njc4OTsudHh0 2026/09/08 03:41:52 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/09/08 03:41:53 DEBUG : dir1/MDAxMi02Nzg5Oy50eHQ=: size = 19 OK 2026/09/08 03:41:53 DEBUG : dir1/0012-6789;.txt: sha1 = 41938da9b0f9799a9c96dea5682322b6b7607058 OK 2026/09/08 03:41:53 INFO : dir1/0012-6789;.txt: Copied (new) to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/09/08 03:41:53 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/09/08 03:41:53 DEBUG : dir1/MDAwOC0yMzQ1Njc4LnR4dA==: size = 21 OK 2026/09/08 03:41:53 DEBUG : dir1/0008-2345678.txt: sha1 = 35bd7b0a5af9be4c53d2bf8b53d45f0c4e5d9d07 OK 2026/09/08 03:41:53 INFO : dir1/0008-2345678.txt: Copied (new) to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/09/08 03:41:53 DEBUG : dir1/MDAxMy03ODk7PS50eHQ=: size = 19 OK 2026/09/08 03:41:53 DEBUG : dir1/0013-789;=.txt: sha1 = 957e831070085d71b655c9afa66b8e0cb86662b3 OK 2026/09/08 03:41:53 INFO : dir1/0013-789;=.txt: Copied (new) to: dir1/MDAxMy03ODk7PS50eHQ= 2026/09/08 03:41:53 DEBUG : dir1/MDAxNS05Oz0udHh0: size = 17 OK 2026/09/08 03:41:53 DEBUG : dir1/0015-9;=.txt: sha1 = 2a0afde94c232e5cb80d07261acf840a4a5f0143 OK 2026/09/08 03:41:53 INFO : dir1/0015-9;=.txt: Copied (new) to: dir1/MDAxNS05Oz0udHh0 2026/09/08 03:41:53 DEBUG : dir1/MDAxNC04OTs9LnR4dA==: size = 18 OK 2026/09/08 03:41:53 DEBUG : dir1/0014-89;=.txt: sha1 = 6f88327b529855962672012b6f4fc01033c31ec0 OK 2026/09/08 03:41:53 INFO : dir1/0014-89;=.txt: Copied (new) to: dir1/MDAxNC04OTs9LnR4dA== 2026/09/08 03:41:53 DEBUG : Waiting for deletions to finish 2026/09/08 03:41:53 INFO : dir1/0006-ghijklm.txt: Deleted 2026/09/08 03:41:53 INFO : dir1/0001-bcdefgh.txt: Deleted 2026/09/08 03:41:53 INFO : dir1/0009-3456789.txt: Deleted 2026/09/08 03:41:53 INFO : dir1/0011-56789;.txt: Deleted 2026/09/08 03:41:54 INFO : dir1/0007-1234567.txt: Deleted 2026/09/08 03:41:54 INFO : apple: Deleted 2026/09/08 03:41:54 INFO : dir1/0005-fghijkl.txt: Deleted 2026/09/08 03:41:54 INFO : dir1/0004-efghijk.txt: Deleted 2026/09/08 03:41:54 INFO : dir1/0012-6789;.txt: Deleted 2026/09/08 03:41:54 INFO : banana: Deleted 2026/09/08 03:41:54 INFO : dir1/0008-2345678.txt: Deleted 2026/09/08 03:41:54 INFO : dir1/0010-456789.txt: Deleted 2026/09/08 03:41:54 INFO : dir1/0013-789;=.txt: Deleted 2026/09/08 03:41:54 INFO : dir1/0014-89;=.txt: Deleted 2026/09/08 03:41:54 INFO : dir1/0015-9;=.txt: Deleted 2026/09/08 03:41:54 INFO : appleappleapplebanana: Deleted 2026/09/08 03:41:54 INFO : splitbananasplit: Deleted 2026/09/08 03:41:54 INFO : dir1/0000-abcdefg.txt: Deleted 2026/09/08 03:41:54 INFO : dir1/0002-cdefghi.txt: Deleted 2026/09/08 03:41:54 INFO : dir1/0003-defghij.txt: Deleted 2026/09/08 03:41:54 DEBUG : Waiting for deletions to finish 2026/09/08 03:41:54 DEBUG : YXBwbGU=: Excluded (Path Filter) 2026/09/08 03:41:54 DEBUG : YXBwbGVhcHBsZWFwcGxlYmFuYW5h: Excluded (Path Filter) 2026/09/08 03:41:54 DEBUG : YmFuYW5h: Excluded (Path Filter) 2026/09/08 03:41:54 DEBUG : c3BsaXRiYW5hbmFzcGxpdA==: Excluded (Path Filter) 2026/09/08 03:41:54 DEBUG : dir1/MDAwMC1hYmNkZWZnLnR4dA==: Excluded (Path Filter) 2026/09/08 03:41:54 DEBUG : dir1/MDAwMS1iY2RlZmdoLnR4dA==: Excluded (Path Filter) 2026/09/08 03:41:54 DEBUG : dir1/MDAwMi1jZGVmZ2hpLnR4dA==: Excluded (Path Filter) 2026/09/08 03:41:54 DEBUG : dir1/MDAwMy1kZWZnaGlqLnR4dA==: Excluded (Path Filter) 2026/09/08 03:41:54 DEBUG : dir1/MDAwNC1lZmdoaWprLnR4dA==: Excluded (Path Filter) 2026/09/08 03:41:54 DEBUG : dir1/MDAwNS1mZ2hpamtsLnR4dA==: Excluded (Path Filter) 2026/09/08 03:41:54 DEBUG : dir1/MDAwNi1naGlqa2xtLnR4dA==: Excluded (Path Filter) 2026/09/08 03:41:54 DEBUG : dir1/MDAwNy0xMjM0NTY3LnR4dA==: Excluded (Path Filter) 2026/09/08 03:41:54 DEBUG : dir1/MDAwOC0yMzQ1Njc4LnR4dA==: Excluded (Path Filter) 2026/09/08 03:41:54 DEBUG : dir1/MDAwOS0zNDU2Nzg5LnR4dA==: Excluded (Path Filter) 2026/09/08 03:41:54 DEBUG : dir1/MDAxMC00NTY3ODkudHh0: Excluded (Path Filter) 2026/09/08 03:41:54 DEBUG : dir1/MDAxMS01Njc4OTsudHh0: Excluded (Path Filter) 2026/09/08 03:41:54 DEBUG : dir1/MDAxMi02Nzg5Oy50eHQ=: Excluded (Path Filter) 2026/09/08 03:41:54 DEBUG : dir1/MDAxMy03ODk7PS50eHQ=: Excluded (Path Filter) 2026/09/08 03:41:54 DEBUG : dir1/MDAxNC04OTs9LnR4dA==: Excluded (Path Filter) 2026/09/08 03:41:54 DEBUG : dir1/MDAxNS05Oz0udHh0: Excluded (Path Filter) 2026/09/08 03:41:54 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/09/08 03:41:54 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/09/08 03:41:54 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/09/08 03:41:54 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/09/08 03:41:54 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/09/08 03:41:54 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/09/08 03:41:54 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/09/08 03:41:54 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/09/08 03:41:54 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/09/08 03:41:54 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/09/08 03:41:54 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/09/08 03:41:54 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/09/08 03:41:54 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/09/08 03:41:54 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/09/08 03:41:54 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/09/08 03:41:54 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/09/08 03:41:54 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/09/08 03:41:54 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/09/08 03:41:54 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/09/08 03:41:54 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/09/08 03:41:54 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/09/08 03:41:54 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/09/08 03:41:54 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/09/08 03:41:54 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/09/08 03:41:54 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/09/08 03:41:54 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/09/08 03:41:54 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/09/08 03:41:54 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/09/08 03:41:54 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/09/08 03:41:54 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/09/08 03:41:54 DEBUG : apple: transformed to: YXBwbGU= 2026/09/08 03:41:54 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/09/08 03:41:54 DEBUG : apple: transformed to: YXBwbGU= 2026/09/08 03:41:54 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/09/08 03:41:54 DEBUG : apple: transformed to: YXBwbGU= 2026/09/08 03:41:54 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/09/08 03:41:54 DEBUG : apple: transformed to: YXBwbGU= 2026/09/08 03:41:54 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/09/08 03:41:54 DEBUG : apple: transformed to: YXBwbGU= 2026/09/08 03:41:54 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/09/08 03:41:54 DEBUG : apple: transformed to: YXBwbGU= 2026/09/08 03:41:54 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/09/08 03:41:54 DEBUG : apple: transformed to: YXBwbGU= 2026/09/08 03:41:54 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/09/08 03:41:54 DEBUG : apple: transformed to: YXBwbGU= 2026/09/08 03:41:54 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/09/08 03:41:54 DEBUG : apple: transformed to: YXBwbGU= 2026/09/08 03:41:54 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/09/08 03:41:54 DEBUG : apple: transformed to: YXBwbGU= 2026/09/08 03:41:54 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/09/08 03:41:54 DEBUG : apple: transformed to: YXBwbGU= 2026/09/08 03:41:54 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/09/08 03:41:54 DEBUG : apple: transformed to: YXBwbGU= 2026/09/08 03:41:54 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/09/08 03:41:54 DEBUG : apple: transformed to: YXBwbGU= 2026/09/08 03:41:54 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/09/08 03:41:54 DEBUG : apple: transformed to: YXBwbGU= 2026/09/08 03:41:54 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/09/08 03:41:54 DEBUG : apple: transformed to: YXBwbGU= 2026/09/08 03:41:54 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/09/08 03:41:54 DEBUG : apple: transformed to: YXBwbGU= 2026/09/08 03:41:54 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/09/08 03:41:54 DEBUG : banana: transformed to: YmFuYW5h 2026/09/08 03:41:54 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/09/08 03:41:54 DEBUG : banana: transformed to: YmFuYW5h 2026/09/08 03:41:54 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/09/08 03:41:54 DEBUG : banana: transformed to: YmFuYW5h 2026/09/08 03:41:54 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/09/08 03:41:54 DEBUG : banana: transformed to: YmFuYW5h 2026/09/08 03:41:54 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/09/08 03:41:54 DEBUG : banana: transformed to: YmFuYW5h 2026/09/08 03:41:54 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/09/08 03:41:54 DEBUG : banana: transformed to: YmFuYW5h 2026/09/08 03:41:54 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/09/08 03:41:54 DEBUG : banana: transformed to: YmFuYW5h 2026/09/08 03:41:54 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/09/08 03:41:54 DEBUG : banana: transformed to: YmFuYW5h 2026/09/08 03:41:54 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/09/08 03:41:54 DEBUG : banana: transformed to: YmFuYW5h 2026/09/08 03:41:54 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/09/08 03:41:54 DEBUG : banana: transformed to: YmFuYW5h 2026/09/08 03:41:54 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/09/08 03:41:54 DEBUG : banana: transformed to: YmFuYW5h 2026/09/08 03:41:54 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/09/08 03:41:54 DEBUG : banana: transformed to: YmFuYW5h 2026/09/08 03:41:54 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/09/08 03:41:54 DEBUG : banana: transformed to: YmFuYW5h 2026/09/08 03:41:54 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/09/08 03:41:54 DEBUG : banana: transformed to: YmFuYW5h 2026/09/08 03:41:54 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/09/08 03:41:54 DEBUG : banana: transformed to: YmFuYW5h 2026/09/08 03:41:54 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/09/08 03:41:54 DEBUG : banana: transformed to: YmFuYW5h 2026/09/08 03:41:54 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/09/08 03:41:54 DEBUG : banana: transformed to: YmFuYW5h 2026/09/08 03:41:54 DEBUG : apple: transformed to: YXBwbGU= 2026/09/08 03:41:54 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/09/08 03:41:54 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/09/08 03:41:54 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/09/08 03:41:54 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/09/08 03:41:54 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/09/08 03:41:54 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/09/08 03:41:54 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/09/08 03:41:54 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/09/08 03:41:54 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/09/08 03:41:54 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/09/08 03:41:54 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/09/08 03:41:54 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/09/08 03:41:54 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/09/08 03:41:54 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/09/08 03:41:54 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/09/08 03:41:54 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/09/08 03:41:54 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/09/08 03:41:54 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/09/08 03:41:54 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/09/08 03:41:54 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/09/08 03:41:54 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/09/08 03:41:54 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/09/08 03:41:54 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/09/08 03:41:54 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/09/08 03:41:54 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/09/08 03:41:54 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/09/08 03:41:54 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/09/08 03:41:54 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/09/08 03:41:54 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/09/08 03:41:54 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/09/08 03:41:54 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/09/08 03:41:54 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/09/08 03:41:54 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/09/08 03:41:54 DEBUG : banana: transformed to: YmFuYW5h 2026/09/08 03:41:54 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/09/08 03:41:54 DEBUG : apple: transformed to: YXBwbGU= 2026/09/08 03:41:54 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/09/08 03:41:54 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/09/08 03:41:54 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/09/08 03:41:54 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/09/08 03:41:54 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/09/08 03:41:54 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/09/08 03:41:54 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/09/08 03:41:54 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/09/08 03:41:54 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/09/08 03:41:54 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/09/08 03:41:54 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/09/08 03:41:54 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/09/08 03:41:54 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/09/08 03:41:54 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/09/08 03:41:54 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/09/08 03:41:54 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/09/08 03:41:54 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/09/08 03:41:54 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/09/08 03:41:54 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/09/08 03:41:54 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/09/08 03:41:54 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/09/08 03:41:54 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/09/08 03:41:54 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/09/08 03:41:54 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/09/08 03:41:54 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/09/08 03:41:54 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/09/08 03:41:54 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/09/08 03:41:54 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/09/08 03:41:54 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/09/08 03:41:54 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/09/08 03:41:54 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/09/08 03:41:54 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/09/08 03:41:54 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/09/08 03:41:54 DEBUG : banana: transformed to: YmFuYW5h 2026/09/08 03:41:54 DEBUG : apple: transformed to: YXBwbGU= 2026/09/08 03:41:54 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/09/08 03:41:54 DEBUG : banana: transformed to: YmFuYW5h 2026/09/08 03:41:54 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/09/08 03:41:54 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/09/08 03:41:54 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/09/08 03:41:54 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/09/08 03:41:54 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/09/08 03:41:54 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/09/08 03:41:54 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/09/08 03:41:54 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/09/08 03:41:54 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/09/08 03:41:54 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/09/08 03:41:54 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/09/08 03:41:54 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/09/08 03:41:54 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/09/08 03:41:54 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/09/08 03:41:54 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/09/08 03:41:54 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/09/08 03:41:54 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/09/08 03:41:54 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/09/08 03:41:54 DEBUG : apple: transformed to: YXBwbGU= 2026/09/08 03:41:54 DEBUG : banana: transformed to: YmFuYW5h 2026/09/08 03:41:54 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/09/08 03:41:54 DEBUG : banana: transformed to: YmFuYW5h 2026/09/08 03:41:54 DEBUG : apple: transformed to: YXBwbGU= 2026/09/08 03:41:54 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/09/08 03:41:54 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/09/08 03:41:54 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/09/08 03:41:54 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/09/08 03:41:54 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/09/08 03:41:54 DEBUG : banana: transformed to: YmFuYW5h 2026/09/08 03:41:54 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/09/08 03:41:54 DEBUG : apple: transformed to: YXBwbGU= 2026/09/08 03:41:54 DEBUG : apple: transformed to: YXBwbGU= 2026/09/08 03:41:54 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/09/08 03:41:54 DEBUG : banana: transformed to: YmFuYW5h 2026/09/08 03:41:54 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/09/08 03:41:54 DEBUG : YXBwbGU=: size = 5 OK 2026/09/08 03:41:54 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:41:54 DEBUG : apple: Unchanged skipping 2026/09/08 03:41:54 DEBUG : YXBwbGVhcHBsZWFwcGxlYmFuYW5h: size = 21 OK 2026/09/08 03:41:54 DEBUG : YmFuYW5h: size = 6 OK 2026/09/08 03:41:54 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:41:54 DEBUG : appleappleapplebanana: Unchanged skipping 2026/09/08 03:41:54 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:41:54 DEBUG : banana: Unchanged skipping 2026/09/08 03:41:54 DEBUG : c3BsaXRiYW5hbmFzcGxpdA==: size = 16 OK 2026/09/08 03:41:54 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:41:54 DEBUG : splitbananasplit: Unchanged skipping 2026/09/08 03:41:54 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/09/08 03:41:54 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/09/08 03:41:54 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/09/08 03:41:54 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/09/08 03:41:54 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/09/08 03:41:54 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/09/08 03:41:54 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/09/08 03:41:54 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/09/08 03:41:54 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/09/08 03:41:54 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/09/08 03:41:54 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/09/08 03:41:54 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/09/08 03:41:54 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/09/08 03:41:54 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/09/08 03:41:54 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/09/08 03:41:54 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/09/08 03:41:54 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/09/08 03:41:54 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/09/08 03:41:54 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/09/08 03:41:54 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/09/08 03:41:54 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/09/08 03:41:54 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/09/08 03:41:54 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/09/08 03:41:54 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/09/08 03:41:54 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/09/08 03:41:54 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/09/08 03:41:54 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/09/08 03:41:54 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/09/08 03:41:54 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/09/08 03:41:54 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/09/08 03:41:54 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/09/08 03:41:54 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/09/08 03:41:54 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/09/08 03:41:54 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/09/08 03:41:54 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/09/08 03:41:54 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/09/08 03:41:54 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/09/08 03:41:54 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/09/08 03:41:54 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/09/08 03:41:54 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/09/08 03:41:54 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/09/08 03:41:54 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/09/08 03:41:54 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/09/08 03:41:54 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/09/08 03:41:54 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/09/08 03:41:54 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/09/08 03:41:54 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/09/08 03:41:54 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/09/08 03:41:54 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/09/08 03:41:54 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/09/08 03:41:54 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/09/08 03:41:54 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/09/08 03:41:54 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/09/08 03:41:54 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/09/08 03:41:54 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/09/08 03:41:54 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/09/08 03:41:54 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/09/08 03:41:54 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/09/08 03:41:54 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/09/08 03:41:54 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/09/08 03:41:54 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/09/08 03:41:54 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/09/08 03:41:54 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/09/08 03:41:54 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/09/08 03:41:54 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/09/08 03:41:54 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/09/08 03:41:54 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/09/08 03:41:54 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/09/08 03:41:54 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/09/08 03:41:54 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/09/08 03:41:54 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/09/08 03:41:54 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/09/08 03:41:54 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/09/08 03:41:54 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/09/08 03:41:54 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/09/08 03:41:54 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/09/08 03:41:54 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/09/08 03:41:54 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/09/08 03:41:54 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/09/08 03:41:54 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/09/08 03:41:54 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/09/08 03:41:54 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/09/08 03:41:54 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/09/08 03:41:54 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/09/08 03:41:54 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/09/08 03:41:54 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/09/08 03:41:54 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/09/08 03:41:54 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/09/08 03:41:54 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/09/08 03:41:54 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/09/08 03:41:54 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/09/08 03:41:54 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/09/08 03:41:54 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/09/08 03:41:54 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/09/08 03:41:54 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/09/08 03:41:54 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/09/08 03:41:54 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/09/08 03:41:54 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/09/08 03:41:54 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/09/08 03:41:54 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/09/08 03:41:54 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/09/08 03:41:54 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/09/08 03:41:54 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/09/08 03:41:54 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/09/08 03:41:54 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/09/08 03:41:54 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/09/08 03:41:54 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/09/08 03:41:54 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/09/08 03:41:54 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/09/08 03:41:54 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/09/08 03:41:54 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/09/08 03:41:54 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/09/08 03:41:54 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/09/08 03:41:54 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/09/08 03:41:54 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/09/08 03:41:54 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/09/08 03:41:54 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/09/08 03:41:54 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/09/08 03:41:54 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/09/08 03:41:54 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/09/08 03:41:54 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/09/08 03:41:54 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/09/08 03:41:54 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/09/08 03:41:54 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/09/08 03:41:54 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/09/08 03:41:54 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/09/08 03:41:54 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/09/08 03:41:54 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/09/08 03:41:54 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/09/08 03:41:54 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/09/08 03:41:54 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/09/08 03:41:54 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/09/08 03:41:54 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/09/08 03:41:54 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/09/08 03:41:54 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/09/08 03:41:54 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/09/08 03:41:54 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/09/08 03:41:54 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/09/08 03:41:54 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/09/08 03:41:54 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/09/08 03:41:54 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/09/08 03:41:54 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/09/08 03:41:54 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/09/08 03:41:54 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/09/08 03:41:54 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/09/08 03:41:54 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/09/08 03:41:54 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/09/08 03:41:54 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/09/08 03:41:54 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/09/08 03:41:54 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/09/08 03:41:54 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/09/08 03:41:54 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/09/08 03:41:54 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/09/08 03:41:54 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/09/08 03:41:54 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/09/08 03:41:54 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/09/08 03:41:54 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/09/08 03:41:54 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/09/08 03:41:54 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/09/08 03:41:54 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/09/08 03:41:54 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/09/08 03:41:54 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/09/08 03:41:54 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/09/08 03:41:54 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/09/08 03:41:54 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/09/08 03:41:54 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/09/08 03:41:54 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/09/08 03:41:54 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/09/08 03:41:54 DEBUG : 0015-9;=.txt: transformed to: MDAxNS05Oz0udHh0 2026/09/08 03:41:54 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/09/08 03:41:54 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/09/08 03:41:55 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/09/08 03:41:55 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/09/08 03:41:55 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/09/08 03:41:55 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/09/08 03:41:55 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/09/08 03:41:55 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/09/08 03:41:55 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/09/08 03:41:55 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/09/08 03:41:55 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/09/08 03:41:55 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/09/08 03:41:55 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/09/08 03:41:55 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/09/08 03:41:55 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/09/08 03:41:55 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/09/08 03:41:55 DEBUG : dir1/MDAwMy1kZWZnaGlqLnR4dA==: size = 21 OK 2026/09/08 03:41:55 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:41:55 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/09/08 03:41:55 DEBUG : dir1/MDAwNS1mZ2hpamtsLnR4dA==: size = 21 OK 2026/09/08 03:41:55 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:41:55 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/09/08 03:41:55 DEBUG : dir1/MDAwNi1naGlqa2xtLnR4dA==: size = 21 OK 2026/09/08 03:41:55 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:41:55 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/09/08 03:41:55 DEBUG : dir1/MDAwNC1lZmdoaWprLnR4dA==: size = 21 OK 2026/09/08 03:41:55 DEBUG : dir1/MDAwOC0yMzQ1Njc4LnR4dA==: size = 21 OK 2026/09/08 03:41:55 DEBUG : dir1/MDAwMS1iY2RlZmdoLnR4dA==: size = 21 OK 2026/09/08 03:41:55 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:41:55 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/09/08 03:41:55 DEBUG : dir1/MDAwOS0zNDU2Nzg5LnR4dA==: size = 21 OK 2026/09/08 03:41:55 DEBUG : dir1/MDAxMC00NTY3ODkudHh0: size = 20 OK 2026/09/08 03:41:55 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:41:55 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/09/08 03:41:55 DEBUG : dir1/MDAxMi02Nzg5Oy50eHQ=: size = 19 OK 2026/09/08 03:41:55 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:41:55 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/09/08 03:41:55 DEBUG : dir1/MDAxMy03ODk7PS50eHQ=: size = 19 OK 2026/09/08 03:41:55 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:41:55 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/09/08 03:41:55 DEBUG : dir1/MDAxNC04OTs9LnR4dA==: size = 18 OK 2026/09/08 03:41:55 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:41:55 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/09/08 03:41:55 DEBUG : dir1/MDAwMi1jZGVmZ2hpLnR4dA==: size = 21 OK 2026/09/08 03:41:55 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:41:55 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/09/08 03:41:55 DEBUG : dir1/MDAxMS01Njc4OTsudHh0: size = 20 OK 2026/09/08 03:41:55 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:41:55 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/09/08 03:41:55 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:41:55 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/09/08 03:41:55 DEBUG : dir1/MDAwNy0xMjM0NTY3LnR4dA==: size = 21 OK 2026/09/08 03:41:55 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:41:55 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/09/08 03:41:55 DEBUG : 0015-9;=.txt: transformed to: MDAxNS05Oz0udHh0 2026/09/08 03:41:55 DEBUG : dir1/MDAwMC1hYmNkZWZnLnR4dA==: size = 21 OK 2026/09/08 03:41:55 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:41:55 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/09/08 03:41:55 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:41:55 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/09/08 03:41:55 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:41:55 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/09/08 03:41:55 DEBUG : dir1/MDAxNS05Oz0udHh0: size = 17 OK 2026/09/08 03:41:55 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:41:55 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/09/08 03:41:55 DEBUG : B2 bucket rclone-test-muyocon1zuxi: Waiting for checks to finish 2026/09/08 03:41:55 DEBUG : B2 bucket rclone-test-muyocon1zuxi: Waiting for transfers to finish 2026/09/08 03:41:55 DEBUG : Waiting for deletions to finish 2026/09/08 03:41:55 DEBUG : Waiting for deletions to finish 2026/09/08 03:41:55 DEBUG : YXBwbGU=: Excluded (Path Filter) 2026/09/08 03:41:55 DEBUG : YXBwbGVhcHBsZWFwcGxlYmFuYW5h: Excluded (Path Filter) 2026/09/08 03:41:55 DEBUG : YmFuYW5h: Excluded (Path Filter) 2026/09/08 03:41:55 DEBUG : c3BsaXRiYW5hbmFzcGxpdA==: Excluded (Path Filter) 2026/09/08 03:41:55 DEBUG : dir1/MDAwMC1hYmNkZWZnLnR4dA==: Excluded (Path Filter) 2026/09/08 03:41:55 DEBUG : dir1/MDAwMS1iY2RlZmdoLnR4dA==: Excluded (Path Filter) 2026/09/08 03:41:55 DEBUG : dir1/MDAwMi1jZGVmZ2hpLnR4dA==: Excluded (Path Filter) 2026/09/08 03:41:55 DEBUG : dir1/MDAwMy1kZWZnaGlqLnR4dA==: Excluded (Path Filter) 2026/09/08 03:41:55 DEBUG : dir1/MDAwNC1lZmdoaWprLnR4dA==: Excluded (Path Filter) 2026/09/08 03:41:55 DEBUG : dir1/MDAwNS1mZ2hpamtsLnR4dA==: Excluded (Path Filter) 2026/09/08 03:41:55 DEBUG : dir1/MDAwNi1naGlqa2xtLnR4dA==: Excluded (Path Filter) 2026/09/08 03:41:55 DEBUG : dir1/MDAwNy0xMjM0NTY3LnR4dA==: Excluded (Path Filter) 2026/09/08 03:41:55 DEBUG : dir1/MDAwOC0yMzQ1Njc4LnR4dA==: Excluded (Path Filter) 2026/09/08 03:41:55 DEBUG : dir1/MDAwOS0zNDU2Nzg5LnR4dA==: Excluded (Path Filter) 2026/09/08 03:41:55 DEBUG : dir1/MDAxMC00NTY3ODkudHh0: Excluded (Path Filter) 2026/09/08 03:41:55 DEBUG : dir1/MDAxMS01Njc4OTsudHh0: Excluded (Path Filter) 2026/09/08 03:41:55 DEBUG : dir1/MDAxMi02Nzg5Oy50eHQ=: Excluded (Path Filter) 2026/09/08 03:41:55 DEBUG : dir1/MDAxMy03ODk7PS50eHQ=: Excluded (Path Filter) 2026/09/08 03:41:55 DEBUG : dir1/MDAxNC04OTs9LnR4dA==: Excluded (Path Filter) 2026/09/08 03:41:55 DEBUG : dir1/MDAxNS05Oz0udHh0: Excluded (Path Filter) 2026/09/08 03:41:55 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/09/08 03:41:55 DEBUG : apple: transformed to: YXBwbGU= 2026/09/08 03:41:55 DEBUG : banana: transformed to: YmFuYW5h 2026/09/08 03:41:55 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/09/08 03:41:55 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/09/08 03:41:55 DEBUG : banana: transformed to: YmFuYW5h 2026/09/08 03:41:55 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/09/08 03:41:55 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/09/08 03:41:55 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/09/08 03:41:55 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/09/08 03:41:55 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/09/08 03:41:55 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/09/08 03:41:55 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/09/08 03:41:55 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/09/08 03:41:55 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/09/08 03:41:55 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/09/08 03:41:55 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/09/08 03:41:55 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/09/08 03:41:55 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/09/08 03:41:55 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/09/08 03:41:55 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/09/08 03:41:55 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/09/08 03:41:55 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/09/08 03:41:55 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/09/08 03:41:55 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/09/08 03:41:55 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/09/08 03:41:55 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/09/08 03:41:55 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/09/08 03:41:55 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/09/08 03:41:55 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/09/08 03:41:55 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/09/08 03:41:55 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/09/08 03:41:55 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/09/08 03:41:55 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/09/08 03:41:55 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/09/08 03:41:55 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/09/08 03:41:55 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/09/08 03:41:55 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/09/08 03:41:55 DEBUG : apple: transformed to: YXBwbGU= 2026/09/08 03:41:55 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/09/08 03:41:55 DEBUG : banana: transformed to: YmFuYW5h 2026/09/08 03:41:55 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/09/08 03:41:55 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/09/08 03:41:55 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/09/08 03:41:55 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/09/08 03:41:55 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/09/08 03:41:55 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/09/08 03:41:55 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/09/08 03:41:55 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/09/08 03:41:55 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/09/08 03:41:55 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/09/08 03:41:55 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/09/08 03:41:55 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/09/08 03:41:55 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/09/08 03:41:55 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/09/08 03:41:55 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/09/08 03:41:55 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/09/08 03:41:55 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 === RUN TestTransform/prefix run.go:198: Remote "B2 bucket rclone-test-muyocon1zuxi", Local "Local file system at /tmp/rclone3016707111", Modify Window "1ms" 2026/09/08 03:42:05 DEBUG : Waiting for deletions to finish 2026/09/08 03:42:05 DEBUG : apple: Excluded (Path Filter) 2026/09/08 03:42:05 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/09/08 03:42:05 DEBUG : banana: Excluded (Path Filter) 2026/09/08 03:42:05 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/09/08 03:42:05 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/09/08 03:42:05 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/09/08 03:42:05 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/09/08 03:42:05 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/09/08 03:42:05 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/09/08 03:42:05 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/09/08 03:42:05 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/09/08 03:42:05 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/09/08 03:42:05 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/09/08 03:42:05 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/09/08 03:42:05 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/09/08 03:42:05 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/09/08 03:42:05 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/09/08 03:42:05 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/09/08 03:42:05 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/09/08 03:42:05 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/09/08 03:42:05 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/09/08 03:42:05 DEBUG : apple: transformed to: PREFIXapple 2026/09/08 03:42:05 DEBUG : banana: transformed to: PREFIXbanana 2026/09/08 03:42:05 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/09/08 03:42:05 DEBUG : banana: transformed to: PREFIXbanana 2026/09/08 03:42:05 DEBUG : apple: transformed to: PREFIXapple 2026/09/08 03:42:05 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/09/08 03:42:05 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/09/08 03:42:05 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/09/08 03:42:05 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/09/08 03:42:05 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/09/08 03:42:05 DEBUG : banana: transformed to: PREFIXbanana 2026/09/08 03:42:05 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/09/08 03:42:05 DEBUG : apple: transformed to: PREFIXapple 2026/09/08 03:42:05 DEBUG : apple: transformed to: PREFIXapple 2026/09/08 03:42:05 DEBUG : apple: Need to transfer - File not found at Destination 2026/09/08 03:42:05 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/09/08 03:42:05 DEBUG : appleappleapplebanana: Need to transfer - File not found at Destination 2026/09/08 03:42:05 DEBUG : banana: transformed to: PREFIXbanana 2026/09/08 03:42:05 DEBUG : banana: Need to transfer - File not found at Destination 2026/09/08 03:42:05 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/09/08 03:42:05 DEBUG : splitbananasplit: Need to transfer - File not found at Destination 2026/09/08 03:42:05 DEBUG : apple: transformed to: PREFIXapple 2026/09/08 03:42:05 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/09/08 03:42:05 DEBUG : banana: transformed to: PREFIXbanana 2026/09/08 03:42:05 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/09/08 03:42:05 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/09/08 03:42:05 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/09/08 03:42:05 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/09/08 03:42:05 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/09/08 03:42:05 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/09/08 03:42:05 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/09/08 03:42:05 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/09/08 03:42:05 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/09/08 03:42:05 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/09/08 03:42:05 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/09/08 03:42:05 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/09/08 03:42:05 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/09/08 03:42:05 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/09/08 03:42:05 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/09/08 03:42:05 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/09/08 03:42:05 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/09/08 03:42:05 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/09/08 03:42:05 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/09/08 03:42:05 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/09/08 03:42:05 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/09/08 03:42:05 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/09/08 03:42:05 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/09/08 03:42:05 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/09/08 03:42:05 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/09/08 03:42:05 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/09/08 03:42:05 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/09/08 03:42:05 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/09/08 03:42:05 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/09/08 03:42:05 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/09/08 03:42:05 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/09/08 03:42:05 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/09/08 03:42:05 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/09/08 03:42:05 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/09/08 03:42:05 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/09/08 03:42:05 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/09/08 03:42:05 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/09/08 03:42:05 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/09/08 03:42:05 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/09/08 03:42:05 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/09/08 03:42:05 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/09/08 03:42:05 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/09/08 03:42:05 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/09/08 03:42:05 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/09/08 03:42:05 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/09/08 03:42:05 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/09/08 03:42:05 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/09/08 03:42:05 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/09/08 03:42:05 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/09/08 03:42:05 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/09/08 03:42:05 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/09/08 03:42:05 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/09/08 03:42:05 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/09/08 03:42:05 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/09/08 03:42:05 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/09/08 03:42:05 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/09/08 03:42:05 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/09/08 03:42:05 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/09/08 03:42:05 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/09/08 03:42:05 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/09/08 03:42:05 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/09/08 03:42:05 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/09/08 03:42:05 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/09/08 03:42:05 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/09/08 03:42:05 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/09/08 03:42:05 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/09/08 03:42:05 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/09/08 03:42:05 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/09/08 03:42:05 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/09/08 03:42:05 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/09/08 03:42:05 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/09/08 03:42:05 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/09/08 03:42:05 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/09/08 03:42:05 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/09/08 03:42:05 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/09/08 03:42:05 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/09/08 03:42:05 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/09/08 03:42:05 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/09/08 03:42:05 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/09/08 03:42:05 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/09/08 03:42:05 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/09/08 03:42:05 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/09/08 03:42:05 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/09/08 03:42:05 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/09/08 03:42:05 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/09/08 03:42:05 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/09/08 03:42:05 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/09/08 03:42:05 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/09/08 03:42:05 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/09/08 03:42:05 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/09/08 03:42:05 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/09/08 03:42:05 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/09/08 03:42:05 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/09/08 03:42:05 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/09/08 03:42:05 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/09/08 03:42:05 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/09/08 03:42:05 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/09/08 03:42:05 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/09/08 03:42:05 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/09/08 03:42:05 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/09/08 03:42:05 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/09/08 03:42:05 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/09/08 03:42:05 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/09/08 03:42:05 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/09/08 03:42:05 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/09/08 03:42:05 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/09/08 03:42:05 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/09/08 03:42:05 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/09/08 03:42:05 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/09/08 03:42:05 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/09/08 03:42:05 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/09/08 03:42:05 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/09/08 03:42:05 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/09/08 03:42:05 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/09/08 03:42:05 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/09/08 03:42:05 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/09/08 03:42:05 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/09/08 03:42:05 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/09/08 03:42:05 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/09/08 03:42:05 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/09/08 03:42:05 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/09/08 03:42:05 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/09/08 03:42:05 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/09/08 03:42:05 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/09/08 03:42:05 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/09/08 03:42:05 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/09/08 03:42:05 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/09/08 03:42:05 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/09/08 03:42:05 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/09/08 03:42:05 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/09/08 03:42:05 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/09/08 03:42:05 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2026/09/08 03:42:05 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/09/08 03:42:05 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2026/09/08 03:42:05 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/09/08 03:42:05 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2026/09/08 03:42:05 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/09/08 03:42:05 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2026/09/08 03:42:05 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/09/08 03:42:05 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2026/09/08 03:42:05 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/09/08 03:42:05 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/09/08 03:42:05 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/09/08 03:42:05 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/09/08 03:42:05 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/09/08 03:42:05 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/09/08 03:42:05 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/09/08 03:42:05 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/09/08 03:42:05 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/09/08 03:42:05 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/09/08 03:42:05 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2026/09/08 03:42:05 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/09/08 03:42:05 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/09/08 03:42:05 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/09/08 03:42:05 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/09/08 03:42:05 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/09/08 03:42:05 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/09/08 03:42:05 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/09/08 03:42:05 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/09/08 03:42:05 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/09/08 03:42:05 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/09/08 03:42:05 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/09/08 03:42:05 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/09/08 03:42:05 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/09/08 03:42:05 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/09/08 03:42:05 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/09/08 03:42:05 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/09/08 03:42:05 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/09/08 03:42:05 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/09/08 03:42:05 DEBUG : 0015-9;=.txt: transformed to: PREFIX0015-9;=.txt 2026/09/08 03:42:05 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/09/08 03:42:05 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/09/08 03:42:06 DEBUG : PREFIXapple: size = 5 OK 2026/09/08 03:42:06 DEBUG : apple: sha1 = d0be2dc421be4fcd0172e5afceea3970e2f3d940 OK 2026/09/08 03:42:06 INFO : apple: Copied (new) to: PREFIXapple 2026/09/08 03:42:06 DEBUG : PREFIXbanana: size = 6 OK 2026/09/08 03:42:06 DEBUG : banana: sha1 = 250e77f12a5ab6972a0895d290c4792f0a326ea8 OK 2026/09/08 03:42:06 INFO : banana: Copied (new) to: PREFIXbanana 2026/09/08 03:42:06 DEBUG : dir1/0000-abcdefg.txt: Need to transfer - File not found at Destination 2026/09/08 03:42:06 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/09/08 03:42:06 DEBUG : dir1/0001-bcdefgh.txt: Need to transfer - File not found at Destination 2026/09/08 03:42:06 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/09/08 03:42:06 DEBUG : dir1/0002-cdefghi.txt: Need to transfer - File not found at Destination 2026/09/08 03:42:06 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/09/08 03:42:06 DEBUG : dir1/0003-defghij.txt: Need to transfer - File not found at Destination 2026/09/08 03:42:06 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/09/08 03:42:06 DEBUG : dir1/0004-efghijk.txt: Need to transfer - File not found at Destination 2026/09/08 03:42:06 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/09/08 03:42:06 DEBUG : dir1/0005-fghijkl.txt: Need to transfer - File not found at Destination 2026/09/08 03:42:06 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/09/08 03:42:06 DEBUG : dir1/0006-ghijklm.txt: Need to transfer - File not found at Destination 2026/09/08 03:42:06 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/09/08 03:42:06 DEBUG : dir1/0007-1234567.txt: Need to transfer - File not found at Destination 2026/09/08 03:42:06 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/09/08 03:42:06 DEBUG : dir1/0008-2345678.txt: Need to transfer - File not found at Destination 2026/09/08 03:42:06 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/09/08 03:42:06 DEBUG : dir1/0009-3456789.txt: Need to transfer - File not found at Destination 2026/09/08 03:42:06 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2026/09/08 03:42:06 DEBUG : dir1/0010-456789.txt: Need to transfer - File not found at Destination 2026/09/08 03:42:06 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/09/08 03:42:06 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination 2026/09/08 03:42:06 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/09/08 03:42:06 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2026/09/08 03:42:06 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/09/08 03:42:06 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2026/09/08 03:42:06 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/09/08 03:42:06 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2026/09/08 03:42:06 DEBUG : 0015-9;=.txt: transformed to: PREFIX0015-9;=.txt 2026/09/08 03:42:06 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination 2026/09/08 03:42:06 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2026/09/08 03:42:06 DEBUG : B2 bucket rclone-test-muyocon1zuxi: Waiting for checks to finish 2026/09/08 03:42:06 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt 2026/09/08 03:42:06 DEBUG : B2 bucket rclone-test-muyocon1zuxi: Waiting for transfers to finish 2026/09/08 03:42:06 DEBUG : PREFIXsplitbananasplit: size = 16 OK 2026/09/08 03:42:06 DEBUG : splitbananasplit: sha1 = c045b86d2da0a5c0db76c2e57cc85d98a73d0dfe OK 2026/09/08 03:42:06 INFO : splitbananasplit: Copied (new) to: PREFIXsplitbananasplit 2026/09/08 03:42:06 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2026/09/08 03:42:06 DEBUG : PREFIXappleappleapplebanana: size = 21 OK 2026/09/08 03:42:06 DEBUG : appleappleapplebanana: sha1 = d4006cec695294959fc86acc4d86a4a8bd1771d4 OK 2026/09/08 03:42:06 INFO : appleappleapplebanana: Copied (new) to: PREFIXappleappleapplebanana 2026/09/08 03:42:06 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2026/09/08 03:42:06 DEBUG : dir1/PREFIX0003-defghij.txt: size = 21 OK 2026/09/08 03:42:06 DEBUG : dir1/0003-defghij.txt: sha1 = 6275159262463ab911da879437354a03fc105132 OK 2026/09/08 03:42:06 INFO : dir1/0003-defghij.txt: Copied (new) to: dir1/PREFIX0003-defghij.txt 2026/09/08 03:42:06 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2026/09/08 03:42:06 DEBUG : dir1/PREFIX0002-cdefghi.txt: size = 21 OK 2026/09/08 03:42:06 DEBUG : dir1/0002-cdefghi.txt: sha1 = f5271bcb3e6699430d75487a6e002f56f75748d6 OK 2026/09/08 03:42:06 INFO : dir1/0002-cdefghi.txt: Copied (new) to: dir1/PREFIX0002-cdefghi.txt 2026/09/08 03:42:06 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2026/09/08 03:42:06 DEBUG : dir1/PREFIX0000-abcdefg.txt: size = 21 OK 2026/09/08 03:42:06 DEBUG : dir1/0000-abcdefg.txt: sha1 = 39cc20a3972ef42585635752f22e809ce7661dd0 OK 2026/09/08 03:42:06 INFO : dir1/0000-abcdefg.txt: Copied (new) to: dir1/PREFIX0000-abcdefg.txt 2026/09/08 03:42:06 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2026/09/08 03:42:06 DEBUG : dir1/PREFIX0004-efghijk.txt: size = 21 OK 2026/09/08 03:42:06 DEBUG : dir1/0004-efghijk.txt: sha1 = 8a6e3a10e2778fd7a449c0ddeff0e60b99b818f6 OK 2026/09/08 03:42:06 INFO : dir1/0004-efghijk.txt: Copied (new) to: dir1/PREFIX0004-efghijk.txt 2026/09/08 03:42:06 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2026/09/08 03:42:06 DEBUG : dir1/PREFIX0001-bcdefgh.txt: size = 21 OK 2026/09/08 03:42:06 DEBUG : dir1/0001-bcdefgh.txt: sha1 = 13f6ac14c045641af16b93bf99a126efa57a13c0 OK 2026/09/08 03:42:06 INFO : dir1/0001-bcdefgh.txt: Copied (new) to: dir1/PREFIX0001-bcdefgh.txt 2026/09/08 03:42:06 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2026/09/08 03:42:06 DEBUG : dir1/PREFIX0005-fghijkl.txt: size = 21 OK 2026/09/08 03:42:06 DEBUG : dir1/0005-fghijkl.txt: sha1 = 9be5d86eeb571f4bb49cba75a71573bae6d7f9b0 OK 2026/09/08 03:42:06 INFO : dir1/0005-fghijkl.txt: Copied (new) to: dir1/PREFIX0005-fghijkl.txt 2026/09/08 03:42:06 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2026/09/08 03:42:06 DEBUG : dir1/PREFIX0006-ghijklm.txt: size = 21 OK 2026/09/08 03:42:06 DEBUG : dir1/0006-ghijklm.txt: sha1 = 022b65de02ed02df549dca26b856b83ea957c161 OK 2026/09/08 03:42:06 INFO : dir1/0006-ghijklm.txt: Copied (new) to: dir1/PREFIX0006-ghijklm.txt 2026/09/08 03:42:06 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2026/09/08 03:42:06 DEBUG : dir1/PREFIX0007-1234567.txt: size = 21 OK 2026/09/08 03:42:06 DEBUG : dir1/0007-1234567.txt: sha1 = f65b28e19d4af11accc4c96ab412abe037842afc OK 2026/09/08 03:42:06 INFO : dir1/0007-1234567.txt: Copied (new) to: dir1/PREFIX0007-1234567.txt 2026/09/08 03:42:06 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2026/09/08 03:42:07 DEBUG : dir1/PREFIX0010-456789.txt: size = 20 OK 2026/09/08 03:42:07 DEBUG : dir1/0010-456789.txt: sha1 = ef1ccb5339c5b9d3b78cdb41937cb754674521e9 OK 2026/09/08 03:42:07 INFO : dir1/0010-456789.txt: Copied (new) to: dir1/PREFIX0010-456789.txt 2026/09/08 03:42:07 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2026/09/08 03:42:07 DEBUG : dir1/PREFIX0009-3456789.txt: size = 21 OK 2026/09/08 03:42:07 DEBUG : dir1/0009-3456789.txt: sha1 = cf20fbc0bb51b0e93dd849f5493167c827e103dc OK 2026/09/08 03:42:07 INFO : dir1/0009-3456789.txt: Copied (new) to: dir1/PREFIX0009-3456789.txt 2026/09/08 03:42:07 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2026/09/08 03:42:07 DEBUG : dir1/PREFIX0011-56789;.txt: size = 20 OK 2026/09/08 03:42:07 DEBUG : dir1/0011-56789;.txt: sha1 = ce6baa1459a8f1c8daeca41dccc499a5a7f9d342 OK 2026/09/08 03:42:07 INFO : dir1/0011-56789;.txt: Copied (new) to: dir1/PREFIX0011-56789;.txt 2026/09/08 03:42:07 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2026/09/08 03:42:07 DEBUG : dir1/PREFIX0012-6789;.txt: size = 19 OK 2026/09/08 03:42:07 DEBUG : dir1/0012-6789;.txt: sha1 = 41938da9b0f9799a9c96dea5682322b6b7607058 OK 2026/09/08 03:42:07 INFO : dir1/0012-6789;.txt: Copied (new) to: dir1/PREFIX0012-6789;.txt 2026/09/08 03:42:07 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt 2026/09/08 03:42:07 DEBUG : dir1/PREFIX0014-89;=.txt: size = 18 OK 2026/09/08 03:42:07 DEBUG : dir1/0014-89;=.txt: sha1 = 6f88327b529855962672012b6f4fc01033c31ec0 OK 2026/09/08 03:42:07 INFO : dir1/0014-89;=.txt: Copied (new) to: dir1/PREFIX0014-89;=.txt 2026/09/08 03:42:07 DEBUG : dir1/PREFIX0015-9;=.txt: size = 17 OK 2026/09/08 03:42:07 DEBUG : dir1/0015-9;=.txt: sha1 = 2a0afde94c232e5cb80d07261acf840a4a5f0143 OK 2026/09/08 03:42:07 INFO : dir1/0015-9;=.txt: Copied (new) to: dir1/PREFIX0015-9;=.txt 2026/09/08 03:42:07 DEBUG : dir1/PREFIX0008-2345678.txt: size = 21 OK 2026/09/08 03:42:07 DEBUG : dir1/0008-2345678.txt: sha1 = 35bd7b0a5af9be4c53d2bf8b53d45f0c4e5d9d07 OK 2026/09/08 03:42:07 INFO : dir1/0008-2345678.txt: Copied (new) to: dir1/PREFIX0008-2345678.txt 2026/09/08 03:42:07 DEBUG : dir1/PREFIX0013-789;=.txt: size = 19 OK 2026/09/08 03:42:07 DEBUG : dir1/0013-789;=.txt: sha1 = 957e831070085d71b655c9afa66b8e0cb86662b3 OK 2026/09/08 03:42:07 INFO : dir1/0013-789;=.txt: Copied (new) to: dir1/PREFIX0013-789;=.txt 2026/09/08 03:42:07 DEBUG : Waiting for deletions to finish 2026/09/08 03:42:07 INFO : dir1/0007-1234567.txt: Deleted 2026/09/08 03:42:07 INFO : dir1/0011-56789;.txt: Deleted 2026/09/08 03:42:07 INFO : apple: Deleted 2026/09/08 03:42:07 INFO : appleappleapplebanana: Deleted 2026/09/08 03:42:07 INFO : dir1/0001-bcdefgh.txt: Deleted 2026/09/08 03:42:07 INFO : dir1/0003-defghij.txt: Deleted 2026/09/08 03:42:07 INFO : dir1/0010-456789.txt: Deleted 2026/09/08 03:42:07 INFO : splitbananasplit: Deleted 2026/09/08 03:42:08 INFO : dir1/0012-6789;.txt: Deleted 2026/09/08 03:42:08 INFO : dir1/0014-89;=.txt: Deleted 2026/09/08 03:42:08 INFO : dir1/0005-fghijkl.txt: Deleted 2026/09/08 03:42:08 INFO : dir1/0004-efghijk.txt: Deleted 2026/09/08 03:42:08 INFO : dir1/0008-2345678.txt: Deleted 2026/09/08 03:42:08 INFO : dir1/0009-3456789.txt: Deleted 2026/09/08 03:42:08 INFO : dir1/0013-789;=.txt: Deleted 2026/09/08 03:42:08 INFO : dir1/0015-9;=.txt: Deleted 2026/09/08 03:42:08 INFO : banana: Deleted 2026/09/08 03:42:08 INFO : dir1/0000-abcdefg.txt: Deleted 2026/09/08 03:42:08 INFO : dir1/0002-cdefghi.txt: Deleted 2026/09/08 03:42:08 INFO : dir1/0006-ghijklm.txt: Deleted 2026/09/08 03:42:08 DEBUG : Waiting for deletions to finish 2026/09/08 03:42:08 DEBUG : PREFIXapple: Excluded (Path Filter) 2026/09/08 03:42:08 DEBUG : PREFIXappleappleapplebanana: Excluded (Path Filter) 2026/09/08 03:42:08 DEBUG : PREFIXbanana: Excluded (Path Filter) 2026/09/08 03:42:08 DEBUG : PREFIXsplitbananasplit: Excluded (Path Filter) 2026/09/08 03:42:08 DEBUG : dir1/PREFIX0000-abcdefg.txt: Excluded (Path Filter) 2026/09/08 03:42:08 DEBUG : dir1/PREFIX0001-bcdefgh.txt: Excluded (Path Filter) 2026/09/08 03:42:08 DEBUG : dir1/PREFIX0002-cdefghi.txt: Excluded (Path Filter) 2026/09/08 03:42:08 DEBUG : dir1/PREFIX0003-defghij.txt: Excluded (Path Filter) 2026/09/08 03:42:08 DEBUG : dir1/PREFIX0004-efghijk.txt: Excluded (Path Filter) 2026/09/08 03:42:08 DEBUG : dir1/PREFIX0005-fghijkl.txt: Excluded (Path Filter) 2026/09/08 03:42:08 DEBUG : dir1/PREFIX0006-ghijklm.txt: Excluded (Path Filter) 2026/09/08 03:42:08 DEBUG : dir1/PREFIX0007-1234567.txt: Excluded (Path Filter) 2026/09/08 03:42:08 DEBUG : dir1/PREFIX0008-2345678.txt: Excluded (Path Filter) 2026/09/08 03:42:08 DEBUG : dir1/PREFIX0009-3456789.txt: Excluded (Path Filter) 2026/09/08 03:42:08 DEBUG : dir1/PREFIX0010-456789.txt: Excluded (Path Filter) 2026/09/08 03:42:08 DEBUG : dir1/PREFIX0011-56789;.txt: Excluded (Path Filter) 2026/09/08 03:42:08 DEBUG : dir1/PREFIX0012-6789;.txt: Excluded (Path Filter) 2026/09/08 03:42:08 DEBUG : dir1/PREFIX0013-789;=.txt: Excluded (Path Filter) 2026/09/08 03:42:08 DEBUG : dir1/PREFIX0014-89;=.txt: Excluded (Path Filter) 2026/09/08 03:42:08 DEBUG : dir1/PREFIX0015-9;=.txt: Excluded (Path Filter) 2026/09/08 03:42:08 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2026/09/08 03:42:08 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt 2026/09/08 03:42:08 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2026/09/08 03:42:08 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2026/09/08 03:42:08 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2026/09/08 03:42:08 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2026/09/08 03:42:08 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2026/09/08 03:42:08 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2026/09/08 03:42:08 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2026/09/08 03:42:08 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2026/09/08 03:42:08 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2026/09/08 03:42:08 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2026/09/08 03:42:08 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2026/09/08 03:42:08 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2026/09/08 03:42:08 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2026/09/08 03:42:08 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2026/09/08 03:42:08 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2026/09/08 03:42:08 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2026/09/08 03:42:08 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2026/09/08 03:42:08 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2026/09/08 03:42:08 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2026/09/08 03:42:08 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2026/09/08 03:42:08 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2026/09/08 03:42:08 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2026/09/08 03:42:08 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2026/09/08 03:42:08 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2026/09/08 03:42:08 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2026/09/08 03:42:08 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2026/09/08 03:42:08 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt 2026/09/08 03:42:08 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2026/09/08 03:42:08 DEBUG : apple: transformed to: PREFIXapple 2026/09/08 03:42:08 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt 2026/09/08 03:42:08 DEBUG : apple: transformed to: PREFIXapple 2026/09/08 03:42:08 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2026/09/08 03:42:08 DEBUG : apple: transformed to: PREFIXapple 2026/09/08 03:42:08 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2026/09/08 03:42:08 DEBUG : apple: transformed to: PREFIXapple 2026/09/08 03:42:08 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2026/09/08 03:42:08 DEBUG : apple: transformed to: PREFIXapple 2026/09/08 03:42:08 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2026/09/08 03:42:08 DEBUG : apple: transformed to: PREFIXapple 2026/09/08 03:42:08 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2026/09/08 03:42:08 DEBUG : apple: transformed to: PREFIXapple 2026/09/08 03:42:08 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2026/09/08 03:42:08 DEBUG : apple: transformed to: PREFIXapple 2026/09/08 03:42:08 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2026/09/08 03:42:08 DEBUG : apple: transformed to: PREFIXapple 2026/09/08 03:42:08 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2026/09/08 03:42:08 DEBUG : apple: transformed to: PREFIXapple 2026/09/08 03:42:08 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2026/09/08 03:42:08 DEBUG : apple: transformed to: PREFIXapple 2026/09/08 03:42:08 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2026/09/08 03:42:08 DEBUG : apple: transformed to: PREFIXapple 2026/09/08 03:42:08 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2026/09/08 03:42:08 DEBUG : apple: transformed to: PREFIXapple 2026/09/08 03:42:08 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2026/09/08 03:42:08 DEBUG : apple: transformed to: PREFIXapple 2026/09/08 03:42:08 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2026/09/08 03:42:08 DEBUG : apple: transformed to: PREFIXapple 2026/09/08 03:42:08 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2026/09/08 03:42:08 DEBUG : apple: transformed to: PREFIXapple 2026/09/08 03:42:08 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt 2026/09/08 03:42:08 DEBUG : banana: transformed to: PREFIXbanana 2026/09/08 03:42:08 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt 2026/09/08 03:42:08 DEBUG : banana: transformed to: PREFIXbanana 2026/09/08 03:42:08 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2026/09/08 03:42:08 DEBUG : banana: transformed to: PREFIXbanana 2026/09/08 03:42:08 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2026/09/08 03:42:08 DEBUG : banana: transformed to: PREFIXbanana 2026/09/08 03:42:08 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2026/09/08 03:42:08 DEBUG : banana: transformed to: PREFIXbanana 2026/09/08 03:42:08 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2026/09/08 03:42:08 DEBUG : banana: transformed to: PREFIXbanana 2026/09/08 03:42:08 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2026/09/08 03:42:08 DEBUG : banana: transformed to: PREFIXbanana 2026/09/08 03:42:08 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2026/09/08 03:42:08 DEBUG : banana: transformed to: PREFIXbanana 2026/09/08 03:42:08 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2026/09/08 03:42:08 DEBUG : banana: transformed to: PREFIXbanana 2026/09/08 03:42:08 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2026/09/08 03:42:08 DEBUG : banana: transformed to: PREFIXbanana 2026/09/08 03:42:08 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2026/09/08 03:42:08 DEBUG : banana: transformed to: PREFIXbanana 2026/09/08 03:42:08 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2026/09/08 03:42:08 DEBUG : banana: transformed to: PREFIXbanana 2026/09/08 03:42:08 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2026/09/08 03:42:08 DEBUG : banana: transformed to: PREFIXbanana 2026/09/08 03:42:08 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2026/09/08 03:42:08 DEBUG : banana: transformed to: PREFIXbanana 2026/09/08 03:42:08 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2026/09/08 03:42:08 DEBUG : banana: transformed to: PREFIXbanana 2026/09/08 03:42:08 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2026/09/08 03:42:08 DEBUG : banana: transformed to: PREFIXbanana 2026/09/08 03:42:08 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt 2026/09/08 03:42:08 DEBUG : banana: transformed to: PREFIXbanana 2026/09/08 03:42:08 DEBUG : apple: transformed to: PREFIXapple 2026/09/08 03:42:08 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/09/08 03:42:08 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt 2026/09/08 03:42:08 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/09/08 03:42:08 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2026/09/08 03:42:08 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/09/08 03:42:08 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2026/09/08 03:42:08 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/09/08 03:42:08 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2026/09/08 03:42:08 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/09/08 03:42:08 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2026/09/08 03:42:08 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/09/08 03:42:08 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2026/09/08 03:42:08 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/09/08 03:42:08 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2026/09/08 03:42:08 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/09/08 03:42:08 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2026/09/08 03:42:08 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/09/08 03:42:08 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2026/09/08 03:42:08 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/09/08 03:42:08 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2026/09/08 03:42:08 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/09/08 03:42:08 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2026/09/08 03:42:08 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/09/08 03:42:08 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2026/09/08 03:42:08 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/09/08 03:42:08 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2026/09/08 03:42:08 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/09/08 03:42:08 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2026/09/08 03:42:08 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/09/08 03:42:08 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2026/09/08 03:42:08 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/09/08 03:42:08 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt 2026/09/08 03:42:08 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/09/08 03:42:08 DEBUG : banana: transformed to: PREFIXbanana 2026/09/08 03:42:08 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/09/08 03:42:08 DEBUG : apple: transformed to: PREFIXapple 2026/09/08 03:42:08 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/09/08 03:42:08 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt 2026/09/08 03:42:08 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/09/08 03:42:08 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2026/09/08 03:42:08 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/09/08 03:42:08 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2026/09/08 03:42:08 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/09/08 03:42:08 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2026/09/08 03:42:08 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/09/08 03:42:08 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2026/09/08 03:42:08 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/09/08 03:42:08 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2026/09/08 03:42:08 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/09/08 03:42:08 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2026/09/08 03:42:08 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/09/08 03:42:08 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2026/09/08 03:42:08 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/09/08 03:42:08 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2026/09/08 03:42:08 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/09/08 03:42:08 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2026/09/08 03:42:08 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/09/08 03:42:08 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2026/09/08 03:42:08 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/09/08 03:42:08 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2026/09/08 03:42:08 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/09/08 03:42:08 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2026/09/08 03:42:08 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/09/08 03:42:08 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2026/09/08 03:42:08 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/09/08 03:42:08 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2026/09/08 03:42:08 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/09/08 03:42:08 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt 2026/09/08 03:42:08 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/09/08 03:42:08 DEBUG : banana: transformed to: PREFIXbanana 2026/09/08 03:42:08 DEBUG : apple: transformed to: PREFIXapple 2026/09/08 03:42:08 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/09/08 03:42:08 DEBUG : banana: transformed to: PREFIXbanana 2026/09/08 03:42:08 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/09/08 03:42:08 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt 2026/09/08 03:42:08 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2026/09/08 03:42:08 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2026/09/08 03:42:08 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2026/09/08 03:42:08 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2026/09/08 03:42:08 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2026/09/08 03:42:08 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2026/09/08 03:42:08 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2026/09/08 03:42:08 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2026/09/08 03:42:08 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2026/09/08 03:42:08 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2026/09/08 03:42:08 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2026/09/08 03:42:08 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2026/09/08 03:42:08 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2026/09/08 03:42:08 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2026/09/08 03:42:08 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt 2026/09/08 03:42:08 DEBUG : apple: Need to transfer - File not found at Destination 2026/09/08 03:42:08 DEBUG : appleappleapplebanana: Need to transfer - File not found at Destination 2026/09/08 03:42:08 DEBUG : banana: Need to transfer - File not found at Destination 2026/09/08 03:42:08 DEBUG : splitbananasplit: Need to transfer - File not found at Destination 2026/09/08 03:42:09 DEBUG : apple: size = 5 OK 2026/09/08 03:42:09 DEBUG : apple: sha1 = d0be2dc421be4fcd0172e5afceea3970e2f3d940 OK 2026/09/08 03:42:09 INFO : apple: Copied (new) 2026/09/08 03:42:09 DEBUG : appleappleapplebanana: size = 21 OK 2026/09/08 03:42:09 DEBUG : appleappleapplebanana: sha1 = d4006cec695294959fc86acc4d86a4a8bd1771d4 OK 2026/09/08 03:42:09 INFO : appleappleapplebanana: Copied (new) 2026/09/08 03:42:09 DEBUG : splitbananasplit: size = 16 OK 2026/09/08 03:42:09 DEBUG : splitbananasplit: sha1 = c045b86d2da0a5c0db76c2e57cc85d98a73d0dfe OK 2026/09/08 03:42:09 INFO : splitbananasplit: Copied (new) 2026/09/08 03:42:09 DEBUG : banana: size = 6 OK 2026/09/08 03:42:09 DEBUG : banana: sha1 = 250e77f12a5ab6972a0895d290c4792f0a326ea8 OK 2026/09/08 03:42:09 INFO : banana: Copied (new) 2026/09/08 03:42:09 DEBUG : dir1/0000-abcdefg.txt: Need to transfer - File not found at Destination 2026/09/08 03:42:09 DEBUG : dir1/0001-bcdefgh.txt: Need to transfer - File not found at Destination 2026/09/08 03:42:09 DEBUG : dir1/0002-cdefghi.txt: Need to transfer - File not found at Destination 2026/09/08 03:42:09 DEBUG : dir1/0003-defghij.txt: Need to transfer - File not found at Destination 2026/09/08 03:42:09 DEBUG : dir1/0004-efghijk.txt: Need to transfer - File not found at Destination 2026/09/08 03:42:09 DEBUG : dir1/0005-fghijkl.txt: Need to transfer - File not found at Destination 2026/09/08 03:42:09 DEBUG : dir1/0006-ghijklm.txt: Need to transfer - File not found at Destination 2026/09/08 03:42:09 DEBUG : dir1/0007-1234567.txt: Need to transfer - File not found at Destination 2026/09/08 03:42:09 DEBUG : dir1/0008-2345678.txt: Need to transfer - File not found at Destination 2026/09/08 03:42:09 DEBUG : dir1/0009-3456789.txt: Need to transfer - File not found at Destination 2026/09/08 03:42:09 DEBUG : dir1/0010-456789.txt: Need to transfer - File not found at Destination 2026/09/08 03:42:09 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination 2026/09/08 03:42:09 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2026/09/08 03:42:09 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2026/09/08 03:42:09 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2026/09/08 03:42:09 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination 2026/09/08 03:42:09 DEBUG : B2 bucket rclone-test-muyocon1zuxi: Waiting for checks to finish 2026/09/08 03:42:09 DEBUG : B2 bucket rclone-test-muyocon1zuxi: Waiting for transfers to finish 2026/09/08 03:42:09 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/09/08 03:42:09 DEBUG : dir1/0001-bcdefgh.txt: sha1 = 13f6ac14c045641af16b93bf99a126efa57a13c0 OK 2026/09/08 03:42:09 INFO : dir1/0001-bcdefgh.txt: Copied (new) 2026/09/08 03:42:09 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/09/08 03:42:09 DEBUG : dir1/0002-cdefghi.txt: sha1 = f5271bcb3e6699430d75487a6e002f56f75748d6 OK 2026/09/08 03:42:09 INFO : dir1/0002-cdefghi.txt: Copied (new) 2026/09/08 03:42:09 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/09/08 03:42:09 DEBUG : dir1/0000-abcdefg.txt: sha1 = 39cc20a3972ef42585635752f22e809ce7661dd0 OK 2026/09/08 03:42:09 INFO : dir1/0000-abcdefg.txt: Copied (new) 2026/09/08 03:42:09 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/09/08 03:42:09 DEBUG : dir1/0003-defghij.txt: sha1 = 6275159262463ab911da879437354a03fc105132 OK 2026/09/08 03:42:09 INFO : dir1/0003-defghij.txt: Copied (new) 2026/09/08 03:42:09 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/09/08 03:42:09 DEBUG : dir1/0004-efghijk.txt: sha1 = 8a6e3a10e2778fd7a449c0ddeff0e60b99b818f6 OK 2026/09/08 03:42:09 INFO : dir1/0004-efghijk.txt: Copied (new) 2026/09/08 03:42:09 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/09/08 03:42:09 DEBUG : dir1/0005-fghijkl.txt: sha1 = 9be5d86eeb571f4bb49cba75a71573bae6d7f9b0 OK 2026/09/08 03:42:09 INFO : dir1/0005-fghijkl.txt: Copied (new) 2026/09/08 03:42:09 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/09/08 03:42:09 DEBUG : dir1/0006-ghijklm.txt: sha1 = 022b65de02ed02df549dca26b856b83ea957c161 OK 2026/09/08 03:42:09 INFO : dir1/0006-ghijklm.txt: Copied (new) 2026/09/08 03:42:09 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/09/08 03:42:09 DEBUG : dir1/0007-1234567.txt: sha1 = f65b28e19d4af11accc4c96ab412abe037842afc OK 2026/09/08 03:42:09 INFO : dir1/0007-1234567.txt: Copied (new) 2026/09/08 03:42:09 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/09/08 03:42:09 DEBUG : dir1/0008-2345678.txt: sha1 = 35bd7b0a5af9be4c53d2bf8b53d45f0c4e5d9d07 OK 2026/09/08 03:42:09 INFO : dir1/0008-2345678.txt: Copied (new) 2026/09/08 03:42:09 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/09/08 03:42:09 DEBUG : dir1/0009-3456789.txt: sha1 = cf20fbc0bb51b0e93dd849f5493167c827e103dc OK 2026/09/08 03:42:09 INFO : dir1/0009-3456789.txt: Copied (new) 2026/09/08 03:42:09 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/09/08 03:42:09 DEBUG : dir1/0010-456789.txt: sha1 = ef1ccb5339c5b9d3b78cdb41937cb754674521e9 OK 2026/09/08 03:42:09 INFO : dir1/0010-456789.txt: Copied (new) 2026/09/08 03:42:09 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/09/08 03:42:09 DEBUG : dir1/0011-56789;.txt: sha1 = ce6baa1459a8f1c8daeca41dccc499a5a7f9d342 OK 2026/09/08 03:42:09 INFO : dir1/0011-56789;.txt: Copied (new) 2026/09/08 03:42:09 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/09/08 03:42:09 DEBUG : dir1/0012-6789;.txt: sha1 = 41938da9b0f9799a9c96dea5682322b6b7607058 OK 2026/09/08 03:42:09 INFO : dir1/0012-6789;.txt: Copied (new) 2026/09/08 03:42:09 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/09/08 03:42:09 DEBUG : dir1/0013-789;=.txt: sha1 = 957e831070085d71b655c9afa66b8e0cb86662b3 OK 2026/09/08 03:42:09 INFO : dir1/0013-789;=.txt: Copied (new) 2026/09/08 03:42:09 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/09/08 03:42:09 DEBUG : dir1/0014-89;=.txt: sha1 = 6f88327b529855962672012b6f4fc01033c31ec0 OK 2026/09/08 03:42:09 INFO : dir1/0014-89;=.txt: Copied (new) 2026/09/08 03:42:09 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/09/08 03:42:09 DEBUG : dir1/0015-9;=.txt: sha1 = 2a0afde94c232e5cb80d07261acf840a4a5f0143 OK 2026/09/08 03:42:09 INFO : dir1/0015-9;=.txt: Copied (new) 2026/09/08 03:42:09 DEBUG : Waiting for deletions to finish 2026/09/08 03:42:10 INFO : dir1/PREFIX0007-1234567.txt: Deleted 2026/09/08 03:42:10 INFO : dir1/PREFIX0008-2345678.txt: Deleted 2026/09/08 03:42:10 INFO : dir1/PREFIX0009-3456789.txt: Deleted 2026/09/08 03:42:10 INFO : PREFIXapple: Deleted 2026/09/08 03:42:10 INFO : dir1/PREFIX0006-ghijklm.txt: Deleted 2026/09/08 03:42:10 INFO : dir1/PREFIX0005-fghijkl.txt: Deleted 2026/09/08 03:42:10 INFO : dir1/PREFIX0000-abcdefg.txt: Deleted 2026/09/08 03:42:10 INFO : dir1/PREFIX0015-9;=.txt: Deleted 2026/09/08 03:42:10 INFO : dir1/PREFIX0011-56789;.txt: Deleted 2026/09/08 03:42:10 INFO : dir1/PREFIX0012-6789;.txt: Deleted 2026/09/08 03:42:10 INFO : PREFIXbanana: Deleted 2026/09/08 03:42:10 INFO : PREFIXsplitbananasplit: Deleted 2026/09/08 03:42:10 INFO : dir1/PREFIX0002-cdefghi.txt: Deleted 2026/09/08 03:42:10 INFO : dir1/PREFIX0003-defghij.txt: Deleted 2026/09/08 03:42:10 INFO : dir1/PREFIX0004-efghijk.txt: Deleted 2026/09/08 03:42:10 INFO : dir1/PREFIX0014-89;=.txt: Deleted 2026/09/08 03:42:10 INFO : PREFIXappleappleapplebanana: Deleted 2026/09/08 03:42:10 INFO : dir1/PREFIX0001-bcdefgh.txt: Deleted 2026/09/08 03:42:10 INFO : dir1/PREFIX0010-456789.txt: Deleted 2026/09/08 03:42:10 INFO : dir1/PREFIX0013-789;=.txt: Deleted 2026/09/08 03:42:10 DEBUG : Waiting for deletions to finish 2026/09/08 03:42:10 DEBUG : apple: Excluded (Path Filter) 2026/09/08 03:42:10 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/09/08 03:42:10 DEBUG : banana: Excluded (Path Filter) 2026/09/08 03:42:10 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/09/08 03:42:10 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/09/08 03:42:10 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/09/08 03:42:10 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/09/08 03:42:10 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/09/08 03:42:10 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/09/08 03:42:10 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/09/08 03:42:10 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/09/08 03:42:10 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/09/08 03:42:10 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/09/08 03:42:10 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/09/08 03:42:10 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/09/08 03:42:10 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/09/08 03:42:10 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/09/08 03:42:10 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/09/08 03:42:10 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/09/08 03:42:10 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/09/08 03:42:10 DEBUG : Waiting for deletions to finish 2026/09/08 03:42:11 DEBUG : apple: Excluded (Path Filter) 2026/09/08 03:42:11 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/09/08 03:42:11 DEBUG : banana: Excluded (Path Filter) 2026/09/08 03:42:11 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/09/08 03:42:11 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/09/08 03:42:11 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/09/08 03:42:11 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/09/08 03:42:11 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/09/08 03:42:11 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/09/08 03:42:11 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/09/08 03:42:11 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/09/08 03:42:11 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/09/08 03:42:11 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/09/08 03:42:11 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/09/08 03:42:11 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/09/08 03:42:11 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/09/08 03:42:11 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/09/08 03:42:11 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/09/08 03:42:11 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/09/08 03:42:11 DEBUG : splitbananasplit: Excluded (Path Filter) === RUN TestTransform/suffix run.go:198: Remote "B2 bucket rclone-test-muyocon1zuxi", Local "Local file system at /tmp/rclone3016707111", Modify Window "1ms" 2026/09/08 03:42:21 DEBUG : Waiting for deletions to finish 2026/09/08 03:42:21 DEBUG : apple: Excluded (Path Filter) 2026/09/08 03:42:21 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/09/08 03:42:21 DEBUG : banana: Excluded (Path Filter) 2026/09/08 03:42:21 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/09/08 03:42:21 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/09/08 03:42:21 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/09/08 03:42:21 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/09/08 03:42:21 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/09/08 03:42:21 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/09/08 03:42:21 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/09/08 03:42:21 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/09/08 03:42:21 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/09/08 03:42:21 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/09/08 03:42:21 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/09/08 03:42:21 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/09/08 03:42:21 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/09/08 03:42:21 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/09/08 03:42:21 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/09/08 03:42:21 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/09/08 03:42:21 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/09/08 03:42:21 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2026/09/08 03:42:21 DEBUG : apple: transformed to: appleSUFFIX 2026/09/08 03:42:21 DEBUG : banana: transformed to: bananaSUFFIX 2026/09/08 03:42:21 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2026/09/08 03:42:21 DEBUG : banana: transformed to: bananaSUFFIX 2026/09/08 03:42:21 DEBUG : apple: transformed to: appleSUFFIX 2026/09/08 03:42:21 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2026/09/08 03:42:21 DEBUG : banana: transformed to: bananaSUFFIX 2026/09/08 03:42:21 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/09/08 03:42:21 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2026/09/08 03:42:21 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/09/08 03:42:21 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/09/08 03:42:21 DEBUG : banana: transformed to: bananaSUFFIX 2026/09/08 03:42:21 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/09/08 03:42:21 DEBUG : apple: transformed to: appleSUFFIX 2026/09/08 03:42:21 DEBUG : apple: transformed to: appleSUFFIX 2026/09/08 03:42:21 DEBUG : apple: Need to transfer - File not found at Destination 2026/09/08 03:42:21 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/09/08 03:42:21 DEBUG : appleappleapplebanana: Need to transfer - File not found at Destination 2026/09/08 03:42:21 DEBUG : banana: transformed to: bananaSUFFIX 2026/09/08 03:42:21 DEBUG : banana: Need to transfer - File not found at Destination 2026/09/08 03:42:21 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2026/09/08 03:42:21 DEBUG : splitbananasplit: Need to transfer - File not found at Destination 2026/09/08 03:42:21 DEBUG : apple: transformed to: appleSUFFIX 2026/09/08 03:42:21 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/09/08 03:42:21 DEBUG : banana: transformed to: bananaSUFFIX 2026/09/08 03:42:21 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/09/08 03:42:21 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2026/09/08 03:42:21 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/09/08 03:42:21 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/09/08 03:42:21 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/09/08 03:42:21 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/09/08 03:42:21 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/09/08 03:42:21 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/09/08 03:42:21 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/09/08 03:42:21 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/09/08 03:42:21 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/09/08 03:42:21 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/09/08 03:42:21 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/09/08 03:42:21 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/09/08 03:42:21 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/09/08 03:42:21 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/09/08 03:42:21 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/09/08 03:42:21 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/09/08 03:42:21 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/09/08 03:42:21 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/09/08 03:42:21 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/09/08 03:42:21 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/09/08 03:42:21 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/09/08 03:42:21 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/09/08 03:42:21 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/09/08 03:42:21 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/09/08 03:42:21 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/09/08 03:42:21 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/09/08 03:42:21 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/09/08 03:42:21 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/09/08 03:42:21 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/09/08 03:42:21 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/09/08 03:42:21 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/09/08 03:42:21 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/09/08 03:42:21 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/09/08 03:42:21 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/09/08 03:42:21 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/09/08 03:42:21 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/09/08 03:42:21 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/09/08 03:42:21 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/09/08 03:42:21 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/09/08 03:42:21 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/09/08 03:42:21 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/09/08 03:42:21 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/09/08 03:42:21 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/09/08 03:42:21 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/09/08 03:42:21 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/09/08 03:42:21 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/09/08 03:42:21 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/09/08 03:42:21 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/09/08 03:42:21 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/09/08 03:42:21 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/09/08 03:42:21 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/09/08 03:42:21 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/09/08 03:42:21 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/09/08 03:42:21 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/09/08 03:42:21 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/09/08 03:42:21 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/09/08 03:42:21 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/09/08 03:42:21 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/09/08 03:42:21 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/09/08 03:42:21 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/09/08 03:42:21 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/09/08 03:42:21 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/09/08 03:42:21 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/09/08 03:42:21 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/09/08 03:42:21 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/09/08 03:42:21 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/09/08 03:42:21 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/09/08 03:42:21 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/09/08 03:42:21 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/09/08 03:42:21 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/09/08 03:42:21 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/09/08 03:42:21 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/09/08 03:42:21 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/09/08 03:42:21 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/09/08 03:42:21 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/09/08 03:42:21 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/09/08 03:42:21 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/09/08 03:42:21 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/09/08 03:42:21 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/09/08 03:42:21 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/09/08 03:42:21 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/09/08 03:42:21 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/09/08 03:42:21 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/09/08 03:42:21 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/09/08 03:42:21 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/09/08 03:42:21 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/09/08 03:42:21 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/09/08 03:42:21 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/09/08 03:42:21 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/09/08 03:42:21 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/09/08 03:42:21 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/09/08 03:42:21 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/09/08 03:42:21 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/09/08 03:42:21 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/09/08 03:42:21 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/09/08 03:42:21 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/09/08 03:42:21 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/09/08 03:42:21 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/09/08 03:42:21 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/09/08 03:42:21 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/09/08 03:42:21 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/09/08 03:42:21 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/09/08 03:42:21 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/09/08 03:42:21 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/09/08 03:42:21 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/09/08 03:42:21 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/09/08 03:42:21 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/09/08 03:42:21 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/09/08 03:42:21 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/09/08 03:42:21 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/09/08 03:42:21 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/09/08 03:42:21 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/09/08 03:42:21 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/09/08 03:42:21 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/09/08 03:42:21 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/09/08 03:42:21 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/09/08 03:42:21 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/09/08 03:42:21 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/09/08 03:42:21 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/09/08 03:42:21 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/09/08 03:42:21 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/09/08 03:42:21 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/09/08 03:42:21 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/09/08 03:42:21 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/09/08 03:42:21 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/09/08 03:42:21 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/09/08 03:42:21 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/09/08 03:42:21 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/09/08 03:42:21 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/09/08 03:42:21 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2026/09/08 03:42:21 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/09/08 03:42:21 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2026/09/08 03:42:21 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/09/08 03:42:21 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2026/09/08 03:42:21 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/09/08 03:42:21 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2026/09/08 03:42:21 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/09/08 03:42:21 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2026/09/08 03:42:21 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/09/08 03:42:21 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/09/08 03:42:21 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/09/08 03:42:21 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/09/08 03:42:21 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/09/08 03:42:21 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/09/08 03:42:21 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/09/08 03:42:21 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/09/08 03:42:21 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/09/08 03:42:21 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/09/08 03:42:21 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2026/09/08 03:42:21 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/09/08 03:42:21 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/09/08 03:42:21 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/09/08 03:42:21 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/09/08 03:42:21 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/09/08 03:42:21 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/09/08 03:42:21 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/09/08 03:42:21 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/09/08 03:42:21 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/09/08 03:42:21 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/09/08 03:42:21 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/09/08 03:42:21 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/09/08 03:42:21 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/09/08 03:42:21 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/09/08 03:42:21 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/09/08 03:42:21 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/09/08 03:42:21 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/09/08 03:42:21 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/09/08 03:42:21 DEBUG : 0015-9;=.txt: transformed to: 0015-9;=.txtSUFFIX 2026/09/08 03:42:21 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/09/08 03:42:21 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/09/08 03:42:22 DEBUG : appleSUFFIX: size = 5 OK 2026/09/08 03:42:22 DEBUG : apple: sha1 = d0be2dc421be4fcd0172e5afceea3970e2f3d940 OK 2026/09/08 03:42:22 INFO : apple: Copied (new) to: appleSUFFIX 2026/09/08 03:42:22 DEBUG : bananaSUFFIX: size = 6 OK 2026/09/08 03:42:22 DEBUG : banana: sha1 = 250e77f12a5ab6972a0895d290c4792f0a326ea8 OK 2026/09/08 03:42:22 INFO : banana: Copied (new) to: bananaSUFFIX 2026/09/08 03:42:22 DEBUG : dir1/0000-abcdefg.txt: Need to transfer - File not found at Destination 2026/09/08 03:42:22 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/09/08 03:42:22 DEBUG : dir1/0001-bcdefgh.txt: Need to transfer - File not found at Destination 2026/09/08 03:42:22 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/09/08 03:42:22 DEBUG : dir1/0002-cdefghi.txt: Need to transfer - File not found at Destination 2026/09/08 03:42:22 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/09/08 03:42:22 DEBUG : dir1/0003-defghij.txt: Need to transfer - File not found at Destination 2026/09/08 03:42:22 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/09/08 03:42:22 DEBUG : dir1/0004-efghijk.txt: Need to transfer - File not found at Destination 2026/09/08 03:42:22 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/09/08 03:42:22 DEBUG : dir1/0005-fghijkl.txt: Need to transfer - File not found at Destination 2026/09/08 03:42:22 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/09/08 03:42:22 DEBUG : dir1/0006-ghijklm.txt: Need to transfer - File not found at Destination 2026/09/08 03:42:22 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/09/08 03:42:22 DEBUG : dir1/0007-1234567.txt: Need to transfer - File not found at Destination 2026/09/08 03:42:22 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/09/08 03:42:22 DEBUG : dir1/0008-2345678.txt: Need to transfer - File not found at Destination 2026/09/08 03:42:22 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/09/08 03:42:22 DEBUG : dir1/0009-3456789.txt: Need to transfer - File not found at Destination 2026/09/08 03:42:22 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2026/09/08 03:42:22 DEBUG : dir1/0010-456789.txt: Need to transfer - File not found at Destination 2026/09/08 03:42:22 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/09/08 03:42:22 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination 2026/09/08 03:42:22 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/09/08 03:42:22 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2026/09/08 03:42:22 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcdefg.txtSUFFIX 2026/09/08 03:42:22 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX 2026/09/08 03:42:22 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/09/08 03:42:22 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2026/09/08 03:42:22 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/09/08 03:42:22 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2026/09/08 03:42:22 DEBUG : 0015-9;=.txt: transformed to: 0015-9;=.txtSUFFIX 2026/09/08 03:42:22 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination 2026/09/08 03:42:22 DEBUG : B2 bucket rclone-test-muyocon1zuxi: Waiting for checks to finish 2026/09/08 03:42:22 DEBUG : B2 bucket rclone-test-muyocon1zuxi: Waiting for transfers to finish 2026/09/08 03:42:22 DEBUG : splitbananasplitSUFFIX: size = 16 OK 2026/09/08 03:42:22 DEBUG : splitbananasplit: sha1 = c045b86d2da0a5c0db76c2e57cc85d98a73d0dfe OK 2026/09/08 03:42:22 INFO : splitbananasplit: Copied (new) to: splitbananasplitSUFFIX 2026/09/08 03:42:22 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX 2026/09/08 03:42:22 DEBUG : appleappleapplebananaSUFFIX: size = 21 OK 2026/09/08 03:42:22 DEBUG : appleappleapplebanana: sha1 = d4006cec695294959fc86acc4d86a4a8bd1771d4 OK 2026/09/08 03:42:22 INFO : appleappleapplebanana: Copied (new) to: appleappleapplebananaSUFFIX 2026/09/08 03:42:22 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX 2026/09/08 03:42:22 DEBUG : dir1/0000-abcdefg.txtSUFFIX: size = 21 OK 2026/09/08 03:42:22 DEBUG : dir1/0000-abcdefg.txt: sha1 = 39cc20a3972ef42585635752f22e809ce7661dd0 OK 2026/09/08 03:42:22 INFO : dir1/0000-abcdefg.txt: Copied (new) to: dir1/0000-abcdefg.txtSUFFIX 2026/09/08 03:42:22 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX 2026/09/08 03:42:22 DEBUG : dir1/0003-defghij.txtSUFFIX: size = 21 OK 2026/09/08 03:42:22 DEBUG : dir1/0003-defghij.txt: sha1 = 6275159262463ab911da879437354a03fc105132 OK 2026/09/08 03:42:22 INFO : dir1/0003-defghij.txt: Copied (new) to: dir1/0003-defghij.txtSUFFIX 2026/09/08 03:42:22 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX 2026/09/08 03:42:22 DEBUG : dir1/0002-cdefghi.txtSUFFIX: size = 21 OK 2026/09/08 03:42:22 DEBUG : dir1/0002-cdefghi.txt: sha1 = f5271bcb3e6699430d75487a6e002f56f75748d6 OK 2026/09/08 03:42:22 INFO : dir1/0002-cdefghi.txt: Copied (new) to: dir1/0002-cdefghi.txtSUFFIX 2026/09/08 03:42:22 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX 2026/09/08 03:42:22 DEBUG : dir1/0004-efghijk.txtSUFFIX: size = 21 OK 2026/09/08 03:42:22 DEBUG : dir1/0004-efghijk.txt: sha1 = 8a6e3a10e2778fd7a449c0ddeff0e60b99b818f6 OK 2026/09/08 03:42:22 INFO : dir1/0004-efghijk.txt: Copied (new) to: dir1/0004-efghijk.txtSUFFIX 2026/09/08 03:42:22 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX 2026/09/08 03:42:22 DEBUG : dir1/0005-fghijkl.txtSUFFIX: size = 21 OK 2026/09/08 03:42:22 DEBUG : dir1/0005-fghijkl.txt: sha1 = 9be5d86eeb571f4bb49cba75a71573bae6d7f9b0 OK 2026/09/08 03:42:22 INFO : dir1/0005-fghijkl.txt: Copied (new) to: dir1/0005-fghijkl.txtSUFFIX 2026/09/08 03:42:22 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX 2026/09/08 03:42:22 DEBUG : dir1/0006-ghijklm.txtSUFFIX: size = 21 OK 2026/09/08 03:42:22 DEBUG : dir1/0006-ghijklm.txt: sha1 = 022b65de02ed02df549dca26b856b83ea957c161 OK 2026/09/08 03:42:22 INFO : dir1/0006-ghijklm.txt: Copied (new) to: dir1/0006-ghijklm.txtSUFFIX 2026/09/08 03:42:22 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX 2026/09/08 03:42:22 DEBUG : dir1/0008-2345678.txtSUFFIX: size = 21 OK 2026/09/08 03:42:22 DEBUG : dir1/0008-2345678.txt: sha1 = 35bd7b0a5af9be4c53d2bf8b53d45f0c4e5d9d07 OK 2026/09/08 03:42:22 INFO : dir1/0008-2345678.txt: Copied (new) to: dir1/0008-2345678.txtSUFFIX 2026/09/08 03:42:22 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX 2026/09/08 03:42:22 DEBUG : dir1/0007-1234567.txtSUFFIX: size = 21 OK 2026/09/08 03:42:22 DEBUG : dir1/0007-1234567.txt: sha1 = f65b28e19d4af11accc4c96ab412abe037842afc OK 2026/09/08 03:42:22 INFO : dir1/0007-1234567.txt: Copied (new) to: dir1/0007-1234567.txtSUFFIX 2026/09/08 03:42:22 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX 2026/09/08 03:42:23 DEBUG : dir1/0009-3456789.txtSUFFIX: size = 21 OK 2026/09/08 03:42:23 DEBUG : dir1/0009-3456789.txt: sha1 = cf20fbc0bb51b0e93dd849f5493167c827e103dc OK 2026/09/08 03:42:23 INFO : dir1/0009-3456789.txt: Copied (new) to: dir1/0009-3456789.txtSUFFIX 2026/09/08 03:42:23 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX 2026/09/08 03:42:23 DEBUG : dir1/0010-456789.txtSUFFIX: size = 20 OK 2026/09/08 03:42:23 DEBUG : dir1/0010-456789.txt: sha1 = ef1ccb5339c5b9d3b78cdb41937cb754674521e9 OK 2026/09/08 03:42:23 INFO : dir1/0010-456789.txt: Copied (new) to: dir1/0010-456789.txtSUFFIX 2026/09/08 03:42:23 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX 2026/09/08 03:42:23 DEBUG : dir1/0001-bcdefgh.txtSUFFIX: size = 21 OK 2026/09/08 03:42:23 DEBUG : dir1/0001-bcdefgh.txt: sha1 = 13f6ac14c045641af16b93bf99a126efa57a13c0 OK 2026/09/08 03:42:23 INFO : dir1/0001-bcdefgh.txt: Copied (new) to: dir1/0001-bcdefgh.txtSUFFIX 2026/09/08 03:42:23 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX 2026/09/08 03:42:23 DEBUG : dir1/0011-56789;.txtSUFFIX: size = 20 OK 2026/09/08 03:42:23 DEBUG : dir1/0011-56789;.txt: sha1 = ce6baa1459a8f1c8daeca41dccc499a5a7f9d342 OK 2026/09/08 03:42:23 INFO : dir1/0011-56789;.txt: Copied (new) to: dir1/0011-56789;.txtSUFFIX 2026/09/08 03:42:23 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX 2026/09/08 03:42:23 DEBUG : dir1/0013-789;=.txtSUFFIX: size = 19 OK 2026/09/08 03:42:23 DEBUG : dir1/0013-789;=.txt: sha1 = 957e831070085d71b655c9afa66b8e0cb86662b3 OK 2026/09/08 03:42:23 INFO : dir1/0013-789;=.txt: Copied (new) to: dir1/0013-789;=.txtSUFFIX 2026/09/08 03:42:23 DEBUG : dir1/0015-9;=.txtSUFFIX: size = 17 OK 2026/09/08 03:42:23 DEBUG : dir1/0015-9;=.txt: sha1 = 2a0afde94c232e5cb80d07261acf840a4a5f0143 OK 2026/09/08 03:42:23 INFO : dir1/0015-9;=.txt: Copied (new) to: dir1/0015-9;=.txtSUFFIX 2026/09/08 03:42:23 DEBUG : dir1/0012-6789;.txtSUFFIX: size = 19 OK 2026/09/08 03:42:23 DEBUG : dir1/0012-6789;.txt: sha1 = 41938da9b0f9799a9c96dea5682322b6b7607058 OK 2026/09/08 03:42:23 INFO : dir1/0012-6789;.txt: Copied (new) to: dir1/0012-6789;.txtSUFFIX 2026/09/08 03:42:23 DEBUG : dir1/0014-89;=.txtSUFFIX: size = 18 OK 2026/09/08 03:42:23 DEBUG : dir1/0014-89;=.txt: sha1 = 6f88327b529855962672012b6f4fc01033c31ec0 OK 2026/09/08 03:42:23 INFO : dir1/0014-89;=.txt: Copied (new) to: dir1/0014-89;=.txtSUFFIX 2026/09/08 03:42:23 DEBUG : Waiting for deletions to finish 2026/09/08 03:42:24 INFO : dir1/0004-efghijk.txt: Deleted 2026/09/08 03:42:24 INFO : dir1/0010-456789.txt: Deleted 2026/09/08 03:42:24 INFO : dir1/0014-89;=.txt: Deleted 2026/09/08 03:42:24 INFO : dir1/0015-9;=.txt: Deleted 2026/09/08 03:42:24 INFO : apple: Deleted 2026/09/08 03:42:24 INFO : appleappleapplebanana: Deleted 2026/09/08 03:42:24 INFO : banana: Deleted 2026/09/08 03:42:24 INFO : dir1/0005-fghijkl.txt: Deleted 2026/09/08 03:42:24 INFO : dir1/0009-3456789.txt: Deleted 2026/09/08 03:42:24 INFO : dir1/0011-56789;.txt: Deleted 2026/09/08 03:42:24 INFO : dir1/0013-789;=.txt: Deleted 2026/09/08 03:42:24 INFO : splitbananasplit: Deleted 2026/09/08 03:42:24 INFO : dir1/0000-abcdefg.txt: Deleted 2026/09/08 03:42:24 INFO : dir1/0001-bcdefgh.txt: Deleted 2026/09/08 03:42:24 INFO : dir1/0002-cdefghi.txt: Deleted 2026/09/08 03:42:24 INFO : dir1/0006-ghijklm.txt: Deleted 2026/09/08 03:42:24 INFO : dir1/0007-1234567.txt: Deleted 2026/09/08 03:42:24 INFO : dir1/0008-2345678.txt: Deleted 2026/09/08 03:42:24 INFO : dir1/0012-6789;.txt: Deleted 2026/09/08 03:42:24 INFO : dir1/0003-defghij.txt: Deleted 2026/09/08 03:42:24 DEBUG : Waiting for deletions to finish 2026/09/08 03:42:24 DEBUG : appleSUFFIX: Excluded (Path Filter) 2026/09/08 03:42:24 DEBUG : appleappleapplebananaSUFFIX: Excluded (Path Filter) 2026/09/08 03:42:24 DEBUG : bananaSUFFIX: Excluded (Path Filter) 2026/09/08 03:42:24 DEBUG : dir1/0000-abcdefg.txtSUFFIX: Excluded (Path Filter) 2026/09/08 03:42:24 DEBUG : dir1/0001-bcdefgh.txtSUFFIX: Excluded (Path Filter) 2026/09/08 03:42:24 DEBUG : dir1/0002-cdefghi.txtSUFFIX: Excluded (Path Filter) 2026/09/08 03:42:24 DEBUG : dir1/0003-defghij.txtSUFFIX: Excluded (Path Filter) 2026/09/08 03:42:24 DEBUG : dir1/0004-efghijk.txtSUFFIX: Excluded (Path Filter) 2026/09/08 03:42:24 DEBUG : dir1/0005-fghijkl.txtSUFFIX: Excluded (Path Filter) 2026/09/08 03:42:24 DEBUG : dir1/0006-ghijklm.txtSUFFIX: Excluded (Path Filter) 2026/09/08 03:42:24 DEBUG : dir1/0007-1234567.txtSUFFIX: Excluded (Path Filter) 2026/09/08 03:42:24 DEBUG : dir1/0008-2345678.txtSUFFIX: Excluded (Path Filter) 2026/09/08 03:42:24 DEBUG : dir1/0009-3456789.txtSUFFIX: Excluded (Path Filter) 2026/09/08 03:42:24 DEBUG : dir1/0010-456789.txtSUFFIX: Excluded (Path Filter) 2026/09/08 03:42:24 DEBUG : dir1/0011-56789;.txtSUFFIX: Excluded (Path Filter) 2026/09/08 03:42:24 DEBUG : dir1/0012-6789;.txtSUFFIX: Excluded (Path Filter) 2026/09/08 03:42:24 DEBUG : dir1/0013-789;=.txtSUFFIX: Excluded (Path Filter) 2026/09/08 03:42:24 DEBUG : dir1/0014-89;=.txtSUFFIX: Excluded (Path Filter) 2026/09/08 03:42:24 DEBUG : dir1/0015-9;=.txtSUFFIX: Excluded (Path Filter) 2026/09/08 03:42:24 DEBUG : splitbananasplitSUFFIX: Excluded (Path Filter) 2026/09/08 03:42:25 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX 2026/09/08 03:42:25 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcdefg.txtSUFFIX 2026/09/08 03:42:25 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX 2026/09/08 03:42:25 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX 2026/09/08 03:42:25 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX 2026/09/08 03:42:25 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX 2026/09/08 03:42:25 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX 2026/09/08 03:42:25 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX 2026/09/08 03:42:25 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX 2026/09/08 03:42:25 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX 2026/09/08 03:42:25 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX 2026/09/08 03:42:25 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX 2026/09/08 03:42:25 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX 2026/09/08 03:42:25 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX 2026/09/08 03:42:25 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX 2026/09/08 03:42:25 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX 2026/09/08 03:42:25 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX 2026/09/08 03:42:25 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX 2026/09/08 03:42:25 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX 2026/09/08 03:42:25 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX 2026/09/08 03:42:25 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX 2026/09/08 03:42:25 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX 2026/09/08 03:42:25 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX 2026/09/08 03:42:25 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX 2026/09/08 03:42:25 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX 2026/09/08 03:42:25 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX 2026/09/08 03:42:25 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX 2026/09/08 03:42:25 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX 2026/09/08 03:42:25 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX 2026/09/08 03:42:25 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX 2026/09/08 03:42:25 DEBUG : apple: transformed to: appleSUFFIX 2026/09/08 03:42:25 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX 2026/09/08 03:42:25 DEBUG : apple: transformed to: appleSUFFIX 2026/09/08 03:42:25 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX 2026/09/08 03:42:25 DEBUG : apple: transformed to: appleSUFFIX 2026/09/08 03:42:25 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX 2026/09/08 03:42:25 DEBUG : apple: transformed to: appleSUFFIX 2026/09/08 03:42:25 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX 2026/09/08 03:42:25 DEBUG : apple: transformed to: appleSUFFIX 2026/09/08 03:42:25 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX 2026/09/08 03:42:25 DEBUG : apple: transformed to: appleSUFFIX 2026/09/08 03:42:25 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX 2026/09/08 03:42:25 DEBUG : apple: transformed to: appleSUFFIX 2026/09/08 03:42:25 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX 2026/09/08 03:42:25 DEBUG : apple: transformed to: appleSUFFIX 2026/09/08 03:42:25 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX 2026/09/08 03:42:25 DEBUG : apple: transformed to: appleSUFFIX 2026/09/08 03:42:25 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX 2026/09/08 03:42:25 DEBUG : apple: transformed to: appleSUFFIX 2026/09/08 03:42:25 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX 2026/09/08 03:42:25 DEBUG : apple: transformed to: appleSUFFIX 2026/09/08 03:42:25 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX 2026/09/08 03:42:25 DEBUG : apple: transformed to: appleSUFFIX 2026/09/08 03:42:25 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX 2026/09/08 03:42:25 DEBUG : apple: transformed to: appleSUFFIX 2026/09/08 03:42:25 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX 2026/09/08 03:42:25 DEBUG : apple: transformed to: appleSUFFIX 2026/09/08 03:42:25 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX 2026/09/08 03:42:25 DEBUG : apple: transformed to: appleSUFFIX 2026/09/08 03:42:25 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX 2026/09/08 03:42:25 DEBUG : apple: transformed to: appleSUFFIX 2026/09/08 03:42:25 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcdefg.txtSUFFIX 2026/09/08 03:42:25 DEBUG : banana: transformed to: bananaSUFFIX 2026/09/08 03:42:25 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX 2026/09/08 03:42:25 DEBUG : banana: transformed to: bananaSUFFIX 2026/09/08 03:42:25 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX 2026/09/08 03:42:25 DEBUG : banana: transformed to: bananaSUFFIX 2026/09/08 03:42:25 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX 2026/09/08 03:42:25 DEBUG : banana: transformed to: bananaSUFFIX 2026/09/08 03:42:25 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX 2026/09/08 03:42:25 DEBUG : banana: transformed to: bananaSUFFIX 2026/09/08 03:42:25 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX 2026/09/08 03:42:25 DEBUG : banana: transformed to: bananaSUFFIX 2026/09/08 03:42:25 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX 2026/09/08 03:42:25 DEBUG : banana: transformed to: bananaSUFFIX 2026/09/08 03:42:25 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX 2026/09/08 03:42:25 DEBUG : banana: transformed to: bananaSUFFIX 2026/09/08 03:42:25 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX 2026/09/08 03:42:25 DEBUG : banana: transformed to: bananaSUFFIX 2026/09/08 03:42:25 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX 2026/09/08 03:42:25 DEBUG : banana: transformed to: bananaSUFFIX 2026/09/08 03:42:25 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX 2026/09/08 03:42:25 DEBUG : banana: transformed to: bananaSUFFIX 2026/09/08 03:42:25 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX 2026/09/08 03:42:25 DEBUG : banana: transformed to: bananaSUFFIX 2026/09/08 03:42:25 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX 2026/09/08 03:42:25 DEBUG : banana: transformed to: bananaSUFFIX 2026/09/08 03:42:25 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX 2026/09/08 03:42:25 DEBUG : banana: transformed to: bananaSUFFIX 2026/09/08 03:42:25 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX 2026/09/08 03:42:25 DEBUG : banana: transformed to: bananaSUFFIX 2026/09/08 03:42:25 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX 2026/09/08 03:42:25 DEBUG : banana: transformed to: bananaSUFFIX 2026/09/08 03:42:25 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcdefg.txtSUFFIX 2026/09/08 03:42:25 DEBUG : banana: transformed to: bananaSUFFIX 2026/09/08 03:42:25 DEBUG : apple: transformed to: appleSUFFIX 2026/09/08 03:42:25 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/09/08 03:42:25 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX 2026/09/08 03:42:25 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/09/08 03:42:25 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX 2026/09/08 03:42:25 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/09/08 03:42:25 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX 2026/09/08 03:42:25 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/09/08 03:42:25 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX 2026/09/08 03:42:25 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/09/08 03:42:25 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX 2026/09/08 03:42:25 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/09/08 03:42:25 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX 2026/09/08 03:42:25 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/09/08 03:42:25 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX 2026/09/08 03:42:25 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/09/08 03:42:25 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX 2026/09/08 03:42:25 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/09/08 03:42:25 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX 2026/09/08 03:42:25 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/09/08 03:42:25 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX 2026/09/08 03:42:25 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/09/08 03:42:25 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX 2026/09/08 03:42:25 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/09/08 03:42:25 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX 2026/09/08 03:42:25 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/09/08 03:42:25 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX 2026/09/08 03:42:25 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/09/08 03:42:25 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX 2026/09/08 03:42:25 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/09/08 03:42:25 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX 2026/09/08 03:42:25 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/09/08 03:42:25 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcdefg.txtSUFFIX 2026/09/08 03:42:25 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/09/08 03:42:25 DEBUG : banana: transformed to: bananaSUFFIX 2026/09/08 03:42:25 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/09/08 03:42:25 DEBUG : apple: transformed to: appleSUFFIX 2026/09/08 03:42:25 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2026/09/08 03:42:25 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX 2026/09/08 03:42:25 DEBUG : apple: transformed to: appleSUFFIX 2026/09/08 03:42:25 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/09/08 03:42:25 DEBUG : banana: transformed to: bananaSUFFIX 2026/09/08 03:42:25 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcdefg.txtSUFFIX 2026/09/08 03:42:25 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX 2026/09/08 03:42:25 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX 2026/09/08 03:42:25 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX 2026/09/08 03:42:25 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX 2026/09/08 03:42:25 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX 2026/09/08 03:42:25 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX 2026/09/08 03:42:25 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX 2026/09/08 03:42:25 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX 2026/09/08 03:42:25 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX 2026/09/08 03:42:25 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX 2026/09/08 03:42:25 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX 2026/09/08 03:42:25 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX 2026/09/08 03:42:25 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX 2026/09/08 03:42:25 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX 2026/09/08 03:42:25 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX 2026/09/08 03:42:25 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2026/09/08 03:42:25 DEBUG : apple: Need to transfer - File not found at Destination 2026/09/08 03:42:25 DEBUG : appleappleapplebanana: Need to transfer - File not found at Destination 2026/09/08 03:42:25 DEBUG : banana: Need to transfer - File not found at Destination 2026/09/08 03:42:25 DEBUG : splitbananasplit: Need to transfer - File not found at Destination 2026/09/08 03:42:25 DEBUG : banana: size = 6 OK 2026/09/08 03:42:25 DEBUG : banana: sha1 = 250e77f12a5ab6972a0895d290c4792f0a326ea8 OK 2026/09/08 03:42:25 INFO : banana: Copied (new) 2026/09/08 03:42:25 DEBUG : appleappleapplebanana: size = 21 OK 2026/09/08 03:42:25 DEBUG : appleappleapplebanana: sha1 = d4006cec695294959fc86acc4d86a4a8bd1771d4 OK 2026/09/08 03:42:25 INFO : appleappleapplebanana: Copied (new) 2026/09/08 03:42:25 DEBUG : apple: size = 5 OK 2026/09/08 03:42:25 DEBUG : apple: sha1 = d0be2dc421be4fcd0172e5afceea3970e2f3d940 OK 2026/09/08 03:42:25 INFO : apple: Copied (new) 2026/09/08 03:42:25 DEBUG : dir1/0000-abcdefg.txt: Need to transfer - File not found at Destination 2026/09/08 03:42:25 DEBUG : dir1/0001-bcdefgh.txt: Need to transfer - File not found at Destination 2026/09/08 03:42:25 DEBUG : dir1/0002-cdefghi.txt: Need to transfer - File not found at Destination 2026/09/08 03:42:25 DEBUG : dir1/0003-defghij.txt: Need to transfer - File not found at Destination 2026/09/08 03:42:25 DEBUG : dir1/0004-efghijk.txt: Need to transfer - File not found at Destination 2026/09/08 03:42:25 DEBUG : dir1/0005-fghijkl.txt: Need to transfer - File not found at Destination 2026/09/08 03:42:25 DEBUG : dir1/0006-ghijklm.txt: Need to transfer - File not found at Destination 2026/09/08 03:42:25 DEBUG : dir1/0007-1234567.txt: Need to transfer - File not found at Destination 2026/09/08 03:42:25 DEBUG : dir1/0008-2345678.txt: Need to transfer - File not found at Destination 2026/09/08 03:42:25 DEBUG : dir1/0009-3456789.txt: Need to transfer - File not found at Destination 2026/09/08 03:42:25 DEBUG : dir1/0010-456789.txt: Need to transfer - File not found at Destination 2026/09/08 03:42:25 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination 2026/09/08 03:42:25 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2026/09/08 03:42:25 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2026/09/08 03:42:25 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2026/09/08 03:42:25 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination 2026/09/08 03:42:25 DEBUG : B2 bucket rclone-test-muyocon1zuxi: Waiting for checks to finish 2026/09/08 03:42:25 DEBUG : B2 bucket rclone-test-muyocon1zuxi: Waiting for transfers to finish 2026/09/08 03:42:25 DEBUG : splitbananasplit: size = 16 OK 2026/09/08 03:42:25 DEBUG : splitbananasplit: sha1 = c045b86d2da0a5c0db76c2e57cc85d98a73d0dfe OK 2026/09/08 03:42:25 INFO : splitbananasplit: Copied (new) 2026/09/08 03:42:25 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/09/08 03:42:25 DEBUG : dir1/0001-bcdefgh.txt: sha1 = 13f6ac14c045641af16b93bf99a126efa57a13c0 OK 2026/09/08 03:42:25 INFO : dir1/0001-bcdefgh.txt: Copied (new) 2026/09/08 03:42:25 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/09/08 03:42:25 DEBUG : dir1/0000-abcdefg.txt: sha1 = 39cc20a3972ef42585635752f22e809ce7661dd0 OK 2026/09/08 03:42:25 INFO : dir1/0000-abcdefg.txt: Copied (new) 2026/09/08 03:42:25 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/09/08 03:42:25 DEBUG : dir1/0002-cdefghi.txt: sha1 = f5271bcb3e6699430d75487a6e002f56f75748d6 OK 2026/09/08 03:42:25 INFO : dir1/0002-cdefghi.txt: Copied (new) 2026/09/08 03:42:25 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/09/08 03:42:25 DEBUG : dir1/0003-defghij.txt: sha1 = 6275159262463ab911da879437354a03fc105132 OK 2026/09/08 03:42:25 INFO : dir1/0003-defghij.txt: Copied (new) 2026/09/08 03:42:26 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/09/08 03:42:26 DEBUG : dir1/0004-efghijk.txt: sha1 = 8a6e3a10e2778fd7a449c0ddeff0e60b99b818f6 OK 2026/09/08 03:42:26 INFO : dir1/0004-efghijk.txt: Copied (new) 2026/09/08 03:42:26 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/09/08 03:42:26 DEBUG : dir1/0005-fghijkl.txt: sha1 = 9be5d86eeb571f4bb49cba75a71573bae6d7f9b0 OK 2026/09/08 03:42:26 INFO : dir1/0005-fghijkl.txt: Copied (new) 2026/09/08 03:42:26 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/09/08 03:42:26 DEBUG : dir1/0006-ghijklm.txt: sha1 = 022b65de02ed02df549dca26b856b83ea957c161 OK 2026/09/08 03:42:26 INFO : dir1/0006-ghijklm.txt: Copied (new) 2026/09/08 03:42:26 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/09/08 03:42:26 DEBUG : dir1/0007-1234567.txt: sha1 = f65b28e19d4af11accc4c96ab412abe037842afc OK 2026/09/08 03:42:26 INFO : dir1/0007-1234567.txt: Copied (new) 2026/09/08 03:42:26 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/09/08 03:42:26 DEBUG : dir1/0008-2345678.txt: sha1 = 35bd7b0a5af9be4c53d2bf8b53d45f0c4e5d9d07 OK 2026/09/08 03:42:26 INFO : dir1/0008-2345678.txt: Copied (new) 2026/09/08 03:42:26 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/09/08 03:42:26 DEBUG : dir1/0009-3456789.txt: sha1 = cf20fbc0bb51b0e93dd849f5493167c827e103dc OK 2026/09/08 03:42:26 INFO : dir1/0009-3456789.txt: Copied (new) 2026/09/08 03:42:26 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/09/08 03:42:26 DEBUG : dir1/0010-456789.txt: sha1 = ef1ccb5339c5b9d3b78cdb41937cb754674521e9 OK 2026/09/08 03:42:26 INFO : dir1/0010-456789.txt: Copied (new) 2026/09/08 03:42:26 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/09/08 03:42:26 DEBUG : dir1/0011-56789;.txt: sha1 = ce6baa1459a8f1c8daeca41dccc499a5a7f9d342 OK 2026/09/08 03:42:26 INFO : dir1/0011-56789;.txt: Copied (new) 2026/09/08 03:42:26 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/09/08 03:42:26 DEBUG : dir1/0012-6789;.txt: sha1 = 41938da9b0f9799a9c96dea5682322b6b7607058 OK 2026/09/08 03:42:26 INFO : dir1/0012-6789;.txt: Copied (new) 2026/09/08 03:42:26 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/09/08 03:42:26 DEBUG : dir1/0013-789;=.txt: sha1 = 957e831070085d71b655c9afa66b8e0cb86662b3 OK 2026/09/08 03:42:26 INFO : dir1/0013-789;=.txt: Copied (new) 2026/09/08 03:42:26 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/09/08 03:42:26 DEBUG : dir1/0014-89;=.txt: sha1 = 6f88327b529855962672012b6f4fc01033c31ec0 OK 2026/09/08 03:42:26 INFO : dir1/0014-89;=.txt: Copied (new) 2026/09/08 03:42:26 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/09/08 03:42:26 DEBUG : dir1/0015-9;=.txt: sha1 = 2a0afde94c232e5cb80d07261acf840a4a5f0143 OK 2026/09/08 03:42:26 INFO : dir1/0015-9;=.txt: Copied (new) 2026/09/08 03:42:26 DEBUG : Waiting for deletions to finish 2026/09/08 03:42:26 INFO : dir1/0006-ghijklm.txtSUFFIX: Deleted 2026/09/08 03:42:26 INFO : dir1/0002-cdefghi.txtSUFFIX: Deleted 2026/09/08 03:42:26 INFO : dir1/0005-fghijkl.txtSUFFIX: Deleted 2026/09/08 03:42:26 INFO : dir1/0009-3456789.txtSUFFIX: Deleted 2026/09/08 03:42:26 INFO : dir1/0011-56789;.txtSUFFIX: Deleted 2026/09/08 03:42:26 INFO : dir1/0013-789;=.txtSUFFIX: Deleted 2026/09/08 03:42:26 INFO : appleappleapplebananaSUFFIX: Deleted 2026/09/08 03:42:26 INFO : dir1/0014-89;=.txtSUFFIX: Deleted 2026/09/08 03:42:26 INFO : bananaSUFFIX: Deleted 2026/09/08 03:42:26 INFO : splitbananasplitSUFFIX: Deleted 2026/09/08 03:42:26 INFO : dir1/0003-defghij.txtSUFFIX: Deleted 2026/09/08 03:42:26 INFO : dir1/0008-2345678.txtSUFFIX: Deleted 2026/09/08 03:42:26 INFO : dir1/0010-456789.txtSUFFIX: Deleted 2026/09/08 03:42:26 INFO : dir1/0015-9;=.txtSUFFIX: Deleted 2026/09/08 03:42:26 INFO : dir1/0004-efghijk.txtSUFFIX: Deleted 2026/09/08 03:42:26 INFO : dir1/0007-1234567.txtSUFFIX: Deleted 2026/09/08 03:42:27 INFO : dir1/0012-6789;.txtSUFFIX: Deleted 2026/09/08 03:42:27 INFO : appleSUFFIX: Deleted 2026/09/08 03:42:27 INFO : dir1/0000-abcdefg.txtSUFFIX: Deleted 2026/09/08 03:42:27 INFO : dir1/0001-bcdefgh.txtSUFFIX: Deleted 2026/09/08 03:42:27 DEBUG : Waiting for deletions to finish 2026/09/08 03:42:27 DEBUG : apple: Excluded (Path Filter) 2026/09/08 03:42:27 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/09/08 03:42:27 DEBUG : banana: Excluded (Path Filter) 2026/09/08 03:42:27 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/09/08 03:42:27 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/09/08 03:42:27 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/09/08 03:42:27 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/09/08 03:42:27 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/09/08 03:42:27 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/09/08 03:42:27 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/09/08 03:42:27 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/09/08 03:42:27 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/09/08 03:42:27 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/09/08 03:42:27 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/09/08 03:42:27 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/09/08 03:42:27 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/09/08 03:42:27 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/09/08 03:42:27 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/09/08 03:42:27 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/09/08 03:42:27 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/09/08 03:42:27 DEBUG : Waiting for deletions to finish 2026/09/08 03:42:27 DEBUG : apple: Excluded (Path Filter) 2026/09/08 03:42:27 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/09/08 03:42:27 DEBUG : banana: Excluded (Path Filter) 2026/09/08 03:42:27 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/09/08 03:42:27 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/09/08 03:42:27 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/09/08 03:42:27 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/09/08 03:42:27 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/09/08 03:42:27 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/09/08 03:42:27 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/09/08 03:42:27 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/09/08 03:42:27 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/09/08 03:42:27 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/09/08 03:42:27 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/09/08 03:42:27 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/09/08 03:42:27 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/09/08 03:42:27 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/09/08 03:42:27 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/09/08 03:42:27 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/09/08 03:42:27 DEBUG : splitbananasplit: Excluded (Path Filter) === RUN TestTransform/truncate run.go:198: Remote "B2 bucket rclone-test-muyocon1zuxi", Local "Local file system at /tmp/rclone3016707111", Modify Window "1ms" 2026/09/08 03:42:37 DEBUG : Waiting for deletions to finish 2026/09/08 03:42:37 DEBUG : apple: Excluded (Path Filter) 2026/09/08 03:42:37 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/09/08 03:42:37 DEBUG : banana: Excluded (Path Filter) 2026/09/08 03:42:37 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/09/08 03:42:37 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/09/08 03:42:37 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/09/08 03:42:37 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/09/08 03:42:37 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/09/08 03:42:37 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/09/08 03:42:37 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/09/08 03:42:37 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/09/08 03:42:37 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/09/08 03:42:37 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/09/08 03:42:37 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/09/08 03:42:37 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/09/08 03:42:37 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/09/08 03:42:37 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/09/08 03:42:37 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/09/08 03:42:37 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/09/08 03:42:37 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/09/08 03:42:38 DEBUG : splitbananasplit: transformed to: splitbanan 2026/09/08 03:42:38 DEBUG : splitbananasplit: transformed to: splitbanan 2026/09/08 03:42:38 DEBUG : splitbananasplit: transformed to: splitbanan 2026/09/08 03:42:38 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/09/08 03:42:38 DEBUG : splitbananasplit: transformed to: splitbanan 2026/09/08 03:42:38 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/09/08 03:42:38 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/09/08 03:42:38 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/09/08 03:42:38 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/09/08 03:42:38 DEBUG : appleappleapplebanana: Need to transfer - File not found at Destination 2026/09/08 03:42:38 DEBUG : splitbananasplit: transformed to: splitbanan 2026/09/08 03:42:38 DEBUG : splitbananasplit: Need to transfer - File not found at Destination 2026/09/08 03:42:38 DEBUG : apple: size = 5 OK 2026/09/08 03:42:38 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:42:38 DEBUG : apple: Unchanged skipping 2026/09/08 03:42:38 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/09/08 03:42:38 DEBUG : banana: size = 6 OK 2026/09/08 03:42:38 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:42:38 DEBUG : banana: Unchanged skipping 2026/09/08 03:42:38 DEBUG : splitbananasplit: transformed to: splitbanan 2026/09/08 03:42:38 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/09/08 03:42:38 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/09/08 03:42:38 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/09/08 03:42:38 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/09/08 03:42:38 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/09/08 03:42:38 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/09/08 03:42:38 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/09/08 03:42:38 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/09/08 03:42:38 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/09/08 03:42:38 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/09/08 03:42:38 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/09/08 03:42:38 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/09/08 03:42:38 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/09/08 03:42:38 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/09/08 03:42:38 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/09/08 03:42:38 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/09/08 03:42:38 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/09/08 03:42:38 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/09/08 03:42:38 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/09/08 03:42:38 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/09/08 03:42:38 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/09/08 03:42:38 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/09/08 03:42:38 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/09/08 03:42:38 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/09/08 03:42:38 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/09/08 03:42:38 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/09/08 03:42:38 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/09/08 03:42:38 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/09/08 03:42:38 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/09/08 03:42:38 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/09/08 03:42:38 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/09/08 03:42:38 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/09/08 03:42:38 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/09/08 03:42:38 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/09/08 03:42:38 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/09/08 03:42:38 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/09/08 03:42:38 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/09/08 03:42:38 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/09/08 03:42:38 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/09/08 03:42:38 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/09/08 03:42:38 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/09/08 03:42:38 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/09/08 03:42:38 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/09/08 03:42:38 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/09/08 03:42:38 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/09/08 03:42:38 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/09/08 03:42:38 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/09/08 03:42:38 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/09/08 03:42:38 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/09/08 03:42:38 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/09/08 03:42:38 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/09/08 03:42:38 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/09/08 03:42:38 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/09/08 03:42:38 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/09/08 03:42:38 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/09/08 03:42:38 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/09/08 03:42:38 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/09/08 03:42:38 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/09/08 03:42:38 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/09/08 03:42:38 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/09/08 03:42:38 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/09/08 03:42:38 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/09/08 03:42:38 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/09/08 03:42:38 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/09/08 03:42:38 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/09/08 03:42:38 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/09/08 03:42:38 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/09/08 03:42:38 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/09/08 03:42:38 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/09/08 03:42:38 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/09/08 03:42:38 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/09/08 03:42:38 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/09/08 03:42:38 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/09/08 03:42:38 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/09/08 03:42:38 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/09/08 03:42:38 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/09/08 03:42:38 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/09/08 03:42:38 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/09/08 03:42:38 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/09/08 03:42:38 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/09/08 03:42:38 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/09/08 03:42:38 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/09/08 03:42:38 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/09/08 03:42:38 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/09/08 03:42:38 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/09/08 03:42:38 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/09/08 03:42:38 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/09/08 03:42:38 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/09/08 03:42:38 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/09/08 03:42:38 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/09/08 03:42:38 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/09/08 03:42:38 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/09/08 03:42:38 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/09/08 03:42:38 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/09/08 03:42:38 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/09/08 03:42:38 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/09/08 03:42:38 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/09/08 03:42:38 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/09/08 03:42:38 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/09/08 03:42:38 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/09/08 03:42:38 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/09/08 03:42:38 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/09/08 03:42:38 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/09/08 03:42:38 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/09/08 03:42:38 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/09/08 03:42:38 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/09/08 03:42:38 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/09/08 03:42:38 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/09/08 03:42:38 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/09/08 03:42:38 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/09/08 03:42:38 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/09/08 03:42:38 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/09/08 03:42:38 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/09/08 03:42:38 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/09/08 03:42:38 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/09/08 03:42:38 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/09/08 03:42:38 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/09/08 03:42:38 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/09/08 03:42:38 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/09/08 03:42:38 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/09/08 03:42:38 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/09/08 03:42:38 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/09/08 03:42:38 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/09/08 03:42:38 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/09/08 03:42:38 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/09/08 03:42:38 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/09/08 03:42:38 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/09/08 03:42:38 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/09/08 03:42:38 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/09/08 03:42:38 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/09/08 03:42:38 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/09/08 03:42:38 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/09/08 03:42:38 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/09/08 03:42:38 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/09/08 03:42:38 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/09/08 03:42:38 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/09/08 03:42:38 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/09/08 03:42:38 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/09/08 03:42:38 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/09/08 03:42:38 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/09/08 03:42:38 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/09/08 03:42:38 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/09/08 03:42:38 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/09/08 03:42:38 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/09/08 03:42:38 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/09/08 03:42:38 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/09/08 03:42:38 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/09/08 03:42:38 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/09/08 03:42:38 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/09/08 03:42:38 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/09/08 03:42:38 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/09/08 03:42:38 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/09/08 03:42:38 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/09/08 03:42:38 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/09/08 03:42:38 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/09/08 03:42:38 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/09/08 03:42:38 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/09/08 03:42:38 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/09/08 03:42:38 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/09/08 03:42:38 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/09/08 03:42:38 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/09/08 03:42:38 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/09/08 03:42:38 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/09/08 03:42:38 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/09/08 03:42:38 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/09/08 03:42:38 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/09/08 03:42:38 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/09/08 03:42:38 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/09/08 03:42:38 DEBUG : 0015-9;=.txt: transformed to: 0015-9;=.t 2026/09/08 03:42:38 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/09/08 03:42:38 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/09/08 03:42:38 DEBUG : appleapple: size = 21 OK 2026/09/08 03:42:38 DEBUG : appleappleapplebanana: sha1 = d4006cec695294959fc86acc4d86a4a8bd1771d4 OK 2026/09/08 03:42:38 INFO : appleappleapplebanana: Copied (new) to: appleapple 2026/09/08 03:42:38 DEBUG : splitbanan: size = 16 OK 2026/09/08 03:42:38 DEBUG : splitbananasplit: sha1 = c045b86d2da0a5c0db76c2e57cc85d98a73d0dfe OK 2026/09/08 03:42:38 INFO : splitbananasplit: Copied (new) to: splitbanan 2026/09/08 03:42:38 DEBUG : dir1/0000-abcdefg.txt: Need to transfer - File not found at Destination 2026/09/08 03:42:38 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/09/08 03:42:38 DEBUG : dir1/0001-bcdefgh.txt: Need to transfer - File not found at Destination 2026/09/08 03:42:38 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/09/08 03:42:38 DEBUG : dir1/0002-cdefghi.txt: Need to transfer - File not found at Destination 2026/09/08 03:42:38 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/09/08 03:42:38 DEBUG : dir1/0003-defghij.txt: Need to transfer - File not found at Destination 2026/09/08 03:42:38 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/09/08 03:42:38 DEBUG : dir1/0004-efghijk.txt: Need to transfer - File not found at Destination 2026/09/08 03:42:38 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/09/08 03:42:38 DEBUG : dir1/0005-fghijkl.txt: Need to transfer - File not found at Destination 2026/09/08 03:42:38 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/09/08 03:42:38 DEBUG : dir1/0006-ghijklm.txt: Need to transfer - File not found at Destination 2026/09/08 03:42:38 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/09/08 03:42:38 DEBUG : dir1/0007-1234567.txt: Need to transfer - File not found at Destination 2026/09/08 03:42:38 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/09/08 03:42:38 DEBUG : dir1/0008-2345678.txt: Need to transfer - File not found at Destination 2026/09/08 03:42:38 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/09/08 03:42:38 DEBUG : dir1/0009-3456789.txt: Need to transfer - File not found at Destination 2026/09/08 03:42:38 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/09/08 03:42:38 DEBUG : dir1/0010-456789.txt: Need to transfer - File not found at Destination 2026/09/08 03:42:38 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/09/08 03:42:38 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination 2026/09/08 03:42:38 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/09/08 03:42:38 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2026/09/08 03:42:38 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/09/08 03:42:38 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2026/09/08 03:42:38 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/09/08 03:42:38 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/09/08 03:42:38 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/09/08 03:42:38 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/09/08 03:42:38 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2026/09/08 03:42:38 DEBUG : 0015-9;=.txt: transformed to: 0015-9;=.t 2026/09/08 03:42:38 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination 2026/09/08 03:42:38 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/09/08 03:42:38 DEBUG : B2 bucket rclone-test-muyocon1zuxi: Waiting for checks to finish 2026/09/08 03:42:38 DEBUG : B2 bucket rclone-test-muyocon1zuxi: Waiting for transfers to finish 2026/09/08 03:42:38 DEBUG : dir1/0000-abcde: size = 21 OK 2026/09/08 03:42:38 DEBUG : dir1/0000-abcdefg.txt: sha1 = 39cc20a3972ef42585635752f22e809ce7661dd0 OK 2026/09/08 03:42:38 INFO : dir1/0000-abcdefg.txt: Copied (new) to: dir1/0000-abcde 2026/09/08 03:42:38 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/09/08 03:42:38 DEBUG : dir1/0001-bcdef: size = 21 OK 2026/09/08 03:42:38 DEBUG : dir1/0001-bcdefgh.txt: sha1 = 13f6ac14c045641af16b93bf99a126efa57a13c0 OK 2026/09/08 03:42:38 INFO : dir1/0001-bcdefgh.txt: Copied (new) to: dir1/0001-bcdef 2026/09/08 03:42:38 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/09/08 03:42:38 DEBUG : dir1/0002-cdefg: size = 21 OK 2026/09/08 03:42:38 DEBUG : dir1/0002-cdefghi.txt: sha1 = f5271bcb3e6699430d75487a6e002f56f75748d6 OK 2026/09/08 03:42:38 INFO : dir1/0002-cdefghi.txt: Copied (new) to: dir1/0002-cdefg 2026/09/08 03:42:38 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/09/08 03:42:38 DEBUG : dir1/0003-defgh: size = 21 OK 2026/09/08 03:42:38 DEBUG : dir1/0003-defghij.txt: sha1 = 6275159262463ab911da879437354a03fc105132 OK 2026/09/08 03:42:38 INFO : dir1/0003-defghij.txt: Copied (new) to: dir1/0003-defgh 2026/09/08 03:42:38 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/09/08 03:42:38 DEBUG : dir1/0004-efghi: size = 21 OK 2026/09/08 03:42:38 DEBUG : dir1/0004-efghijk.txt: sha1 = 8a6e3a10e2778fd7a449c0ddeff0e60b99b818f6 OK 2026/09/08 03:42:38 INFO : dir1/0004-efghijk.txt: Copied (new) to: dir1/0004-efghi 2026/09/08 03:42:38 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/09/08 03:42:38 DEBUG : dir1/0005-fghij: size = 21 OK 2026/09/08 03:42:38 DEBUG : dir1/0005-fghijkl.txt: sha1 = 9be5d86eeb571f4bb49cba75a71573bae6d7f9b0 OK 2026/09/08 03:42:38 INFO : dir1/0005-fghijkl.txt: Copied (new) to: dir1/0005-fghij 2026/09/08 03:42:38 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/09/08 03:42:38 DEBUG : dir1/0006-ghijk: size = 21 OK 2026/09/08 03:42:38 DEBUG : dir1/0006-ghijklm.txt: sha1 = 022b65de02ed02df549dca26b856b83ea957c161 OK 2026/09/08 03:42:38 INFO : dir1/0006-ghijklm.txt: Copied (new) to: dir1/0006-ghijk 2026/09/08 03:42:38 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/09/08 03:42:38 DEBUG : dir1/0007-12345: size = 21 OK 2026/09/08 03:42:38 DEBUG : dir1/0007-1234567.txt: sha1 = f65b28e19d4af11accc4c96ab412abe037842afc OK 2026/09/08 03:42:38 INFO : dir1/0007-1234567.txt: Copied (new) to: dir1/0007-12345 2026/09/08 03:42:38 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/09/08 03:42:39 DEBUG : dir1/0008-23456: size = 21 OK 2026/09/08 03:42:39 DEBUG : dir1/0008-2345678.txt: sha1 = 35bd7b0a5af9be4c53d2bf8b53d45f0c4e5d9d07 OK 2026/09/08 03:42:39 INFO : dir1/0008-2345678.txt: Copied (new) to: dir1/0008-23456 2026/09/08 03:42:39 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/09/08 03:42:39 DEBUG : dir1/0009-34567: size = 21 OK 2026/09/08 03:42:39 DEBUG : dir1/0009-3456789.txt: sha1 = cf20fbc0bb51b0e93dd849f5493167c827e103dc OK 2026/09/08 03:42:39 INFO : dir1/0009-3456789.txt: Copied (new) to: dir1/0009-34567 2026/09/08 03:42:39 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/09/08 03:42:39 DEBUG : dir1/0010-45678: size = 20 OK 2026/09/08 03:42:39 DEBUG : dir1/0010-456789.txt: sha1 = ef1ccb5339c5b9d3b78cdb41937cb754674521e9 OK 2026/09/08 03:42:39 INFO : dir1/0010-456789.txt: Copied (new) to: dir1/0010-45678 2026/09/08 03:42:39 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/09/08 03:42:39 DEBUG : dir1/0011-56789: size = 20 OK 2026/09/08 03:42:39 DEBUG : dir1/0011-56789;.txt: sha1 = ce6baa1459a8f1c8daeca41dccc499a5a7f9d342 OK 2026/09/08 03:42:39 INFO : dir1/0011-56789;.txt: Copied (new) to: dir1/0011-56789 2026/09/08 03:42:39 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/09/08 03:42:39 DEBUG : dir1/0012-6789;: size = 19 OK 2026/09/08 03:42:39 DEBUG : dir1/0012-6789;.txt: sha1 = 41938da9b0f9799a9c96dea5682322b6b7607058 OK 2026/09/08 03:42:39 INFO : dir1/0012-6789;.txt: Copied (new) to: dir1/0012-6789; 2026/09/08 03:42:39 DEBUG : dir1/0013-789;=: size = 19 OK 2026/09/08 03:42:39 DEBUG : dir1/0013-789;=.txt: sha1 = 957e831070085d71b655c9afa66b8e0cb86662b3 OK 2026/09/08 03:42:39 INFO : dir1/0013-789;=.txt: Copied (new) to: dir1/0013-789;= 2026/09/08 03:42:39 DEBUG : dir1/0014-89;=.: size = 18 OK 2026/09/08 03:42:39 DEBUG : dir1/0014-89;=.txt: sha1 = 6f88327b529855962672012b6f4fc01033c31ec0 OK 2026/09/08 03:42:39 INFO : dir1/0014-89;=.txt: Copied (new) to: dir1/0014-89;=. 2026/09/08 03:42:39 DEBUG : dir1/0015-9;=.t: size = 17 OK 2026/09/08 03:42:39 DEBUG : dir1/0015-9;=.txt: sha1 = 2a0afde94c232e5cb80d07261acf840a4a5f0143 OK 2026/09/08 03:42:39 INFO : dir1/0015-9;=.txt: Copied (new) to: dir1/0015-9;=.t 2026/09/08 03:42:39 DEBUG : Waiting for deletions to finish 2026/09/08 03:42:39 INFO : dir1/0012-6789;.txt: Deleted 2026/09/08 03:42:39 INFO : dir1/0011-56789;.txt: Deleted 2026/09/08 03:42:39 INFO : dir1/0001-bcdefgh.txt: Deleted 2026/09/08 03:42:39 INFO : dir1/0002-cdefghi.txt: Deleted 2026/09/08 03:42:39 INFO : dir1/0003-defghij.txt: Deleted 2026/09/08 03:42:39 INFO : dir1/0007-1234567.txt: Deleted 2026/09/08 03:42:39 INFO : dir1/0008-2345678.txt: Deleted 2026/09/08 03:42:39 INFO : dir1/0005-fghijkl.txt: Deleted 2026/09/08 03:42:39 INFO : dir1/0013-789;=.txt: Deleted 2026/09/08 03:42:39 INFO : dir1/0000-abcdefg.txt: Deleted 2026/09/08 03:42:39 INFO : dir1/0006-ghijklm.txt: Deleted 2026/09/08 03:42:39 INFO : dir1/0010-456789.txt: Deleted 2026/09/08 03:42:39 INFO : dir1/0014-89;=.txt: Deleted 2026/09/08 03:42:39 INFO : dir1/0015-9;=.txt: Deleted 2026/09/08 03:42:39 INFO : appleappleapplebanana: Deleted 2026/09/08 03:42:39 INFO : splitbananasplit: Deleted 2026/09/08 03:42:40 INFO : dir1/0004-efghijk.txt: Deleted 2026/09/08 03:42:40 INFO : dir1/0009-3456789.txt: Deleted 2026/09/08 03:42:40 DEBUG : Waiting for deletions to finish 2026/09/08 03:42:40 DEBUG : apple: Excluded (Path Filter) 2026/09/08 03:42:40 DEBUG : appleapple: Excluded (Path Filter) 2026/09/08 03:42:40 DEBUG : banana: Excluded (Path Filter) 2026/09/08 03:42:40 DEBUG : dir1/0000-abcde: Excluded (Path Filter) 2026/09/08 03:42:40 DEBUG : dir1/0001-bcdef: Excluded (Path Filter) 2026/09/08 03:42:40 DEBUG : dir1/0002-cdefg: Excluded (Path Filter) 2026/09/08 03:42:40 DEBUG : dir1/0003-defgh: Excluded (Path Filter) 2026/09/08 03:42:40 DEBUG : dir1/0004-efghi: Excluded (Path Filter) 2026/09/08 03:42:40 DEBUG : dir1/0005-fghij: Excluded (Path Filter) 2026/09/08 03:42:40 DEBUG : dir1/0006-ghijk: Excluded (Path Filter) 2026/09/08 03:42:40 DEBUG : dir1/0007-12345: Excluded (Path Filter) 2026/09/08 03:42:40 DEBUG : dir1/0008-23456: Excluded (Path Filter) 2026/09/08 03:42:40 DEBUG : dir1/0009-34567: Excluded (Path Filter) 2026/09/08 03:42:40 DEBUG : dir1/0010-45678: Excluded (Path Filter) 2026/09/08 03:42:40 DEBUG : dir1/0011-56789: Excluded (Path Filter) 2026/09/08 03:42:40 DEBUG : dir1/0012-6789;: Excluded (Path Filter) 2026/09/08 03:42:40 DEBUG : dir1/0013-789;=: Excluded (Path Filter) 2026/09/08 03:42:40 DEBUG : dir1/0014-89;=.: Excluded (Path Filter) 2026/09/08 03:42:40 DEBUG : dir1/0015-9;=.t: Excluded (Path Filter) 2026/09/08 03:42:40 DEBUG : splitbanan: Excluded (Path Filter) 2026/09/08 03:42:40 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/09/08 03:42:40 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/09/08 03:42:40 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/09/08 03:42:40 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/09/08 03:42:40 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/09/08 03:42:40 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/09/08 03:42:40 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/09/08 03:42:40 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/09/08 03:42:40 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/09/08 03:42:40 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/09/08 03:42:40 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/09/08 03:42:40 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/09/08 03:42:40 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/09/08 03:42:40 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/09/08 03:42:40 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/09/08 03:42:40 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/09/08 03:42:40 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/09/08 03:42:40 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/09/08 03:42:40 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/09/08 03:42:40 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/09/08 03:42:40 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/09/08 03:42:40 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/09/08 03:42:40 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/09/08 03:42:40 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/09/08 03:42:40 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/09/08 03:42:40 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/09/08 03:42:40 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/09/08 03:42:40 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/09/08 03:42:40 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/09/08 03:42:40 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/09/08 03:42:40 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/09/08 03:42:40 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/09/08 03:42:40 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/09/08 03:42:40 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/09/08 03:42:40 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/09/08 03:42:40 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/09/08 03:42:40 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/09/08 03:42:40 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/09/08 03:42:40 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/09/08 03:42:40 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/09/08 03:42:40 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/09/08 03:42:40 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/09/08 03:42:40 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/09/08 03:42:40 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/09/08 03:42:40 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/09/08 03:42:40 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/09/08 03:42:40 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/09/08 03:42:40 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/09/08 03:42:40 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/09/08 03:42:40 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/09/08 03:42:40 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/09/08 03:42:40 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/09/08 03:42:40 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/09/08 03:42:40 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/09/08 03:42:40 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/09/08 03:42:40 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/09/08 03:42:40 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/09/08 03:42:40 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/09/08 03:42:40 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/09/08 03:42:40 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/09/08 03:42:40 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/09/08 03:42:40 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/09/08 03:42:40 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/09/08 03:42:40 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/09/08 03:42:40 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/09/08 03:42:40 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/09/08 03:42:40 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/09/08 03:42:40 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/09/08 03:42:40 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/09/08 03:42:40 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/09/08 03:42:40 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/09/08 03:42:40 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/09/08 03:42:40 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/09/08 03:42:40 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/09/08 03:42:40 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/09/08 03:42:40 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/09/08 03:42:40 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/09/08 03:42:40 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/09/08 03:42:40 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/09/08 03:42:40 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/09/08 03:42:40 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/09/08 03:42:40 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/09/08 03:42:40 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/09/08 03:42:40 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/09/08 03:42:40 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/09/08 03:42:40 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/09/08 03:42:40 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/09/08 03:42:40 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/09/08 03:42:40 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/09/08 03:42:40 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/09/08 03:42:40 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/09/08 03:42:40 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/09/08 03:42:40 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/09/08 03:42:40 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/09/08 03:42:40 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/09/08 03:42:40 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/09/08 03:42:40 DEBUG : splitbananasplit: transformed to: splitbanan 2026/09/08 03:42:40 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/09/08 03:42:40 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/09/08 03:42:40 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/09/08 03:42:40 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/09/08 03:42:40 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/09/08 03:42:40 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/09/08 03:42:40 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/09/08 03:42:40 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/09/08 03:42:40 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/09/08 03:42:40 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/09/08 03:42:40 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/09/08 03:42:40 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/09/08 03:42:40 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/09/08 03:42:40 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/09/08 03:42:40 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/09/08 03:42:40 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/09/08 03:42:40 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/09/08 03:42:40 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/09/08 03:42:40 DEBUG : splitbananasplit: transformed to: splitbanan 2026/09/08 03:42:40 DEBUG : splitbananasplit: transformed to: splitbanan 2026/09/08 03:42:40 DEBUG : splitbananasplit: transformed to: splitbanan 2026/09/08 03:42:40 DEBUG : splitbananasplit: transformed to: splitbanan 2026/09/08 03:42:40 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/09/08 03:42:40 DEBUG : splitbananasplit: transformed to: splitbanan 2026/09/08 03:42:40 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/09/08 03:42:40 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/09/08 03:42:40 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/09/08 03:42:40 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/09/08 03:42:40 DEBUG : splitbananasplit: transformed to: splitbanan 2026/09/08 03:42:40 DEBUG : apple: size = 5 OK 2026/09/08 03:42:40 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:42:40 DEBUG : apple: Unchanged skipping 2026/09/08 03:42:40 DEBUG : appleapple: size = 21 OK 2026/09/08 03:42:40 DEBUG : banana: size = 6 OK 2026/09/08 03:42:40 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:42:40 DEBUG : appleappleapplebanana: Unchanged skipping 2026/09/08 03:42:40 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:42:40 DEBUG : banana: Unchanged skipping 2026/09/08 03:42:40 DEBUG : splitbanan: size = 16 OK 2026/09/08 03:42:40 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:42:40 DEBUG : splitbananasplit: Unchanged skipping 2026/09/08 03:42:40 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/09/08 03:42:40 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/09/08 03:42:40 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/09/08 03:42:40 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/09/08 03:42:40 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/09/08 03:42:40 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/09/08 03:42:40 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/09/08 03:42:40 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/09/08 03:42:40 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/09/08 03:42:40 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/09/08 03:42:40 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/09/08 03:42:40 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/09/08 03:42:40 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/09/08 03:42:40 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/09/08 03:42:40 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/09/08 03:42:40 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/09/08 03:42:40 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/09/08 03:42:40 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/09/08 03:42:40 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/09/08 03:42:40 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/09/08 03:42:40 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/09/08 03:42:40 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/09/08 03:42:40 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/09/08 03:42:40 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/09/08 03:42:40 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/09/08 03:42:40 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/09/08 03:42:40 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/09/08 03:42:40 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/09/08 03:42:40 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/09/08 03:42:40 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/09/08 03:42:40 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/09/08 03:42:40 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/09/08 03:42:40 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/09/08 03:42:40 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/09/08 03:42:40 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/09/08 03:42:40 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/09/08 03:42:40 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/09/08 03:42:40 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/09/08 03:42:40 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/09/08 03:42:40 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/09/08 03:42:40 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/09/08 03:42:40 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/09/08 03:42:40 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/09/08 03:42:40 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/09/08 03:42:40 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/09/08 03:42:40 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/09/08 03:42:40 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/09/08 03:42:40 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/09/08 03:42:40 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/09/08 03:42:40 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/09/08 03:42:40 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/09/08 03:42:40 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/09/08 03:42:40 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/09/08 03:42:40 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/09/08 03:42:40 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/09/08 03:42:40 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/09/08 03:42:40 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/09/08 03:42:40 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/09/08 03:42:40 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/09/08 03:42:40 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/09/08 03:42:40 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/09/08 03:42:40 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/09/08 03:42:40 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/09/08 03:42:40 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/09/08 03:42:40 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/09/08 03:42:40 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/09/08 03:42:40 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/09/08 03:42:40 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/09/08 03:42:40 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/09/08 03:42:40 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/09/08 03:42:40 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/09/08 03:42:40 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/09/08 03:42:40 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/09/08 03:42:40 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/09/08 03:42:40 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/09/08 03:42:40 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/09/08 03:42:40 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/09/08 03:42:40 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/09/08 03:42:40 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/09/08 03:42:40 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/09/08 03:42:40 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/09/08 03:42:40 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/09/08 03:42:40 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/09/08 03:42:40 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/09/08 03:42:40 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/09/08 03:42:40 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/09/08 03:42:40 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/09/08 03:42:40 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/09/08 03:42:40 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/09/08 03:42:40 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/09/08 03:42:40 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/09/08 03:42:40 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/09/08 03:42:40 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/09/08 03:42:40 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/09/08 03:42:40 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/09/08 03:42:40 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/09/08 03:42:40 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/09/08 03:42:40 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/09/08 03:42:40 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/09/08 03:42:40 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/09/08 03:42:40 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/09/08 03:42:40 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/09/08 03:42:40 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/09/08 03:42:40 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/09/08 03:42:40 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/09/08 03:42:40 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/09/08 03:42:40 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/09/08 03:42:40 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/09/08 03:42:40 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/09/08 03:42:40 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/09/08 03:42:40 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/09/08 03:42:40 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/09/08 03:42:40 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/09/08 03:42:40 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/09/08 03:42:40 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/09/08 03:42:40 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/09/08 03:42:40 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/09/08 03:42:40 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/09/08 03:42:40 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/09/08 03:42:40 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/09/08 03:42:40 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/09/08 03:42:40 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/09/08 03:42:40 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/09/08 03:42:40 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/09/08 03:42:40 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/09/08 03:42:40 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/09/08 03:42:40 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/09/08 03:42:40 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/09/08 03:42:40 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/09/08 03:42:40 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/09/08 03:42:40 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/09/08 03:42:40 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/09/08 03:42:40 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/09/08 03:42:40 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/09/08 03:42:40 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/09/08 03:42:40 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/09/08 03:42:40 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/09/08 03:42:40 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/09/08 03:42:40 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/09/08 03:42:40 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/09/08 03:42:40 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/09/08 03:42:40 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/09/08 03:42:40 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/09/08 03:42:40 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/09/08 03:42:40 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/09/08 03:42:40 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/09/08 03:42:40 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/09/08 03:42:40 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/09/08 03:42:40 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/09/08 03:42:40 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/09/08 03:42:40 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/09/08 03:42:40 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/09/08 03:42:40 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/09/08 03:42:40 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/09/08 03:42:40 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/09/08 03:42:40 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/09/08 03:42:40 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/09/08 03:42:40 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/09/08 03:42:40 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/09/08 03:42:40 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/09/08 03:42:40 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/09/08 03:42:40 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/09/08 03:42:40 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/09/08 03:42:40 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/09/08 03:42:40 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/09/08 03:42:40 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/09/08 03:42:40 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/09/08 03:42:40 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/09/08 03:42:40 DEBUG : 0015-9;=.txt: transformed to: 0015-9;=.t 2026/09/08 03:42:40 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/09/08 03:42:40 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/09/08 03:42:40 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/09/08 03:42:40 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/09/08 03:42:40 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/09/08 03:42:40 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/09/08 03:42:40 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/09/08 03:42:40 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/09/08 03:42:40 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/09/08 03:42:40 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/09/08 03:42:40 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/09/08 03:42:40 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/09/08 03:42:40 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/09/08 03:42:40 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/09/08 03:42:40 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/09/08 03:42:40 DEBUG : dir1/0000-abcde: size = 21 OK 2026/09/08 03:42:40 DEBUG : dir1/0001-bcdef: size = 21 OK 2026/09/08 03:42:40 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/09/08 03:42:40 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:42:40 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/09/08 03:42:40 DEBUG : 0015-9;=.txt: transformed to: 0015-9;=.t 2026/09/08 03:42:40 DEBUG : dir1/0003-defgh: size = 21 OK 2026/09/08 03:42:40 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:42:40 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/09/08 03:42:40 DEBUG : dir1/0004-efghi: size = 21 OK 2026/09/08 03:42:40 DEBUG : dir1/0005-fghij: size = 21 OK 2026/09/08 03:42:40 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:42:40 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/09/08 03:42:40 DEBUG : dir1/0007-12345: size = 21 OK 2026/09/08 03:42:40 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:42:40 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/09/08 03:42:40 DEBUG : dir1/0008-23456: size = 21 OK 2026/09/08 03:42:40 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:42:40 DEBUG : dir1/0009-34567: size = 21 OK 2026/09/08 03:42:40 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:42:40 DEBUG : dir1/0011-56789: size = 20 OK 2026/09/08 03:42:40 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/09/08 03:42:40 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:42:40 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/09/08 03:42:40 DEBUG : dir1/0010-45678: size = 20 OK 2026/09/08 03:42:40 DEBUG : dir1/0013-789;=: size = 19 OK 2026/09/08 03:42:40 DEBUG : dir1/0002-cdefg: size = 21 OK 2026/09/08 03:42:40 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:42:40 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/09/08 03:42:40 DEBUG : dir1/0014-89;=.: size = 18 OK 2026/09/08 03:42:40 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:42:40 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/09/08 03:42:40 DEBUG : dir1/0015-9;=.t: size = 17 OK 2026/09/08 03:42:40 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:42:40 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/09/08 03:42:40 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:42:40 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/09/08 03:42:40 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:42:40 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/09/08 03:42:40 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/09/08 03:42:40 DEBUG : dir1/0012-6789;: size = 19 OK 2026/09/08 03:42:40 DEBUG : B2 bucket rclone-test-muyocon1zuxi: Waiting for checks to finish 2026/09/08 03:42:40 DEBUG : dir1/0006-ghijk: size = 21 OK 2026/09/08 03:42:40 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:42:40 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/09/08 03:42:40 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:42:40 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/09/08 03:42:40 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:42:40 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/09/08 03:42:40 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:42:40 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/09/08 03:42:40 DEBUG : B2 bucket rclone-test-muyocon1zuxi: Waiting for transfers to finish 2026/09/08 03:42:40 DEBUG : Waiting for deletions to finish 2026/09/08 03:42:40 DEBUG : Waiting for deletions to finish 2026/09/08 03:42:41 DEBUG : apple: Excluded (Path Filter) 2026/09/08 03:42:41 DEBUG : appleapple: Excluded (Path Filter) 2026/09/08 03:42:41 DEBUG : banana: Excluded (Path Filter) 2026/09/08 03:42:41 DEBUG : dir1/0000-abcde: Excluded (Path Filter) 2026/09/08 03:42:41 DEBUG : dir1/0001-bcdef: Excluded (Path Filter) 2026/09/08 03:42:41 DEBUG : dir1/0002-cdefg: Excluded (Path Filter) 2026/09/08 03:42:41 DEBUG : dir1/0003-defgh: Excluded (Path Filter) 2026/09/08 03:42:41 DEBUG : dir1/0004-efghi: Excluded (Path Filter) 2026/09/08 03:42:41 DEBUG : dir1/0005-fghij: Excluded (Path Filter) 2026/09/08 03:42:41 DEBUG : dir1/0006-ghijk: Excluded (Path Filter) 2026/09/08 03:42:41 DEBUG : dir1/0007-12345: Excluded (Path Filter) 2026/09/08 03:42:41 DEBUG : dir1/0008-23456: Excluded (Path Filter) 2026/09/08 03:42:41 DEBUG : dir1/0009-34567: Excluded (Path Filter) 2026/09/08 03:42:41 DEBUG : dir1/0010-45678: Excluded (Path Filter) 2026/09/08 03:42:41 DEBUG : dir1/0011-56789: Excluded (Path Filter) 2026/09/08 03:42:41 DEBUG : dir1/0012-6789;: Excluded (Path Filter) 2026/09/08 03:42:41 DEBUG : dir1/0013-789;=: Excluded (Path Filter) 2026/09/08 03:42:41 DEBUG : dir1/0014-89;=.: Excluded (Path Filter) 2026/09/08 03:42:41 DEBUG : dir1/0015-9;=.t: Excluded (Path Filter) 2026/09/08 03:42:41 DEBUG : splitbanan: Excluded (Path Filter) 2026/09/08 03:42:41 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/09/08 03:42:41 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/09/08 03:42:41 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/09/08 03:42:41 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/09/08 03:42:41 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/09/08 03:42:41 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/09/08 03:42:41 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/09/08 03:42:41 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/09/08 03:42:41 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/09/08 03:42:41 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/09/08 03:42:41 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/09/08 03:42:41 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/09/08 03:42:41 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/09/08 03:42:41 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/09/08 03:42:41 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/09/08 03:42:41 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/09/08 03:42:41 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/09/08 03:42:41 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/09/08 03:42:41 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/09/08 03:42:41 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/09/08 03:42:41 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/09/08 03:42:41 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/09/08 03:42:41 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/09/08 03:42:41 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/09/08 03:42:41 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/09/08 03:42:41 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/09/08 03:42:41 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/09/08 03:42:41 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/09/08 03:42:41 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/09/08 03:42:41 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/09/08 03:42:41 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/09/08 03:42:41 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/09/08 03:42:41 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/09/08 03:42:41 DEBUG : splitbananasplit: transformed to: splitbanan 2026/09/08 03:42:41 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/09/08 03:42:41 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/09/08 03:42:41 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/09/08 03:42:41 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/09/08 03:42:41 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/09/08 03:42:41 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/09/08 03:42:41 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/09/08 03:42:41 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/09/08 03:42:41 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/09/08 03:42:41 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/09/08 03:42:41 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/09/08 03:42:41 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/09/08 03:42:41 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/09/08 03:42:41 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/09/08 03:42:41 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/09/08 03:42:41 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/09/08 03:42:41 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/09/08 03:42:41 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/09/08 03:42:41 DEBUG : splitbananasplit: transformed to: splitbanan === RUN TestTransform/encoder run.go:198: Remote "B2 bucket rclone-test-muyocon1zuxi", Local "Local file system at /tmp/rclone3016707111", Modify Window "1ms" 2026/09/08 03:42:51 DEBUG : Waiting for deletions to finish 2026/09/08 03:42:51 DEBUG : apple: Excluded (Path Filter) 2026/09/08 03:42:51 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/09/08 03:42:51 DEBUG : banana: Excluded (Path Filter) 2026/09/08 03:42:51 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/09/08 03:42:51 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/09/08 03:42:51 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/09/08 03:42:51 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/09/08 03:42:51 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/09/08 03:42:51 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/09/08 03:42:51 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/09/08 03:42:51 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/09/08 03:42:51 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/09/08 03:42:51 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/09/08 03:42:51 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/09/08 03:42:51 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/09/08 03:42:51 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/09/08 03:42:51 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/09/08 03:42:51 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/09/08 03:42:51 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/09/08 03:42:51 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/09/08 03:42:51 DEBUG : apple: size = 5 OK 2026/09/08 03:42:51 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:42:51 DEBUG : apple: Unchanged skipping 2026/09/08 03:42:51 DEBUG : appleappleapplebanana: size = 21 OK 2026/09/08 03:42:51 DEBUG : banana: size = 6 OK 2026/09/08 03:42:51 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:42:51 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:42:51 DEBUG : appleappleapplebanana: Unchanged skipping 2026/09/08 03:42:51 DEBUG : banana: Unchanged skipping 2026/09/08 03:42:51 DEBUG : splitbananasplit: size = 16 OK 2026/09/08 03:42:51 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:42:51 DEBUG : splitbananasplit: Unchanged skipping 2026/09/08 03:42:52 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/09/08 03:42:52 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:42:52 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/09/08 03:42:52 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/09/08 03:42:52 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:42:52 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/09/08 03:42:52 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/09/08 03:42:52 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/09/08 03:42:52 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:42:52 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/09/08 03:42:52 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:42:52 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/09/08 03:42:52 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/09/08 03:42:52 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:42:52 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/09/08 03:42:52 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/09/08 03:42:52 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:42:52 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/09/08 03:42:52 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/09/08 03:42:52 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/09/08 03:42:52 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:42:52 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/09/08 03:42:52 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:42:52 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:42:52 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/09/08 03:42:52 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:42:52 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/09/08 03:42:52 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/09/08 03:42:52 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/09/08 03:42:52 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:42:52 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/09/08 03:42:52 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/09/08 03:42:52 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:42:52 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/09/08 03:42:52 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/09/08 03:42:52 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:42:52 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/09/08 03:42:52 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/09/08 03:42:52 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/09/08 03:42:52 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:42:52 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:42:52 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/09/08 03:42:52 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/09/08 03:42:52 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/09/08 03:42:52 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/09/08 03:42:52 DEBUG : B2 bucket rclone-test-muyocon1zuxi: Waiting for checks to finish 2026/09/08 03:42:52 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/09/08 03:42:52 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:42:52 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/09/08 03:42:52 DEBUG : B2 bucket rclone-test-muyocon1zuxi: Waiting for transfers to finish 2026/09/08 03:42:52 DEBUG : Waiting for deletions to finish 2026/09/08 03:42:52 INFO : There was nothing to transfer 2026/09/08 03:42:52 DEBUG : Waiting for deletions to finish 2026/09/08 03:42:52 DEBUG : apple: Excluded (Path Filter) 2026/09/08 03:42:52 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/09/08 03:42:52 DEBUG : banana: Excluded (Path Filter) 2026/09/08 03:42:52 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/09/08 03:42:52 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/09/08 03:42:52 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/09/08 03:42:52 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/09/08 03:42:52 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/09/08 03:42:52 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/09/08 03:42:52 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/09/08 03:42:52 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/09/08 03:42:52 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/09/08 03:42:52 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/09/08 03:42:52 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/09/08 03:42:52 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/09/08 03:42:52 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/09/08 03:42:52 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/09/08 03:42:52 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/09/08 03:42:52 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/09/08 03:42:52 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/09/08 03:42:52 DEBUG : apple: size = 5 OK 2026/09/08 03:42:52 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:42:52 DEBUG : apple: Unchanged skipping 2026/09/08 03:42:52 DEBUG : appleappleapplebanana: size = 21 OK 2026/09/08 03:42:52 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:42:52 DEBUG : appleappleapplebanana: Unchanged skipping 2026/09/08 03:42:52 DEBUG : banana: size = 6 OK 2026/09/08 03:42:52 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:42:52 DEBUG : banana: Unchanged skipping 2026/09/08 03:42:52 DEBUG : splitbananasplit: size = 16 OK 2026/09/08 03:42:52 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:42:52 DEBUG : splitbananasplit: Unchanged skipping 2026/09/08 03:42:52 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/09/08 03:42:52 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:42:52 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/09/08 03:42:52 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/09/08 03:42:52 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:42:52 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/09/08 03:42:52 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/09/08 03:42:52 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:42:52 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/09/08 03:42:52 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/09/08 03:42:52 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:42:52 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/09/08 03:42:52 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/09/08 03:42:52 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:42:52 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/09/08 03:42:52 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/09/08 03:42:52 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:42:52 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/09/08 03:42:52 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/09/08 03:42:52 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:42:52 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/09/08 03:42:52 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/09/08 03:42:52 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:42:52 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/09/08 03:42:52 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/09/08 03:42:52 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:42:52 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/09/08 03:42:52 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/09/08 03:42:52 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:42:52 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/09/08 03:42:52 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/09/08 03:42:52 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:42:52 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/09/08 03:42:52 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/09/08 03:42:52 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:42:52 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/09/08 03:42:52 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/09/08 03:42:52 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:42:52 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/09/08 03:42:52 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/09/08 03:42:52 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:42:52 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/09/08 03:42:52 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/09/08 03:42:52 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:42:52 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/09/08 03:42:52 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/09/08 03:42:52 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:42:52 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/09/08 03:42:52 DEBUG : B2 bucket rclone-test-muyocon1zuxi: Waiting for checks to finish 2026/09/08 03:42:52 DEBUG : B2 bucket rclone-test-muyocon1zuxi: Waiting for transfers to finish 2026/09/08 03:42:52 DEBUG : Waiting for deletions to finish 2026/09/08 03:42:52 INFO : There was nothing to transfer 2026/09/08 03:42:52 DEBUG : Waiting for deletions to finish 2026/09/08 03:42:53 DEBUG : apple: Excluded (Path Filter) 2026/09/08 03:42:53 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/09/08 03:42:53 DEBUG : banana: Excluded (Path Filter) 2026/09/08 03:42:53 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/09/08 03:42:53 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/09/08 03:42:53 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/09/08 03:42:53 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/09/08 03:42:53 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/09/08 03:42:53 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/09/08 03:42:53 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/09/08 03:42:53 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/09/08 03:42:53 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/09/08 03:42:53 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/09/08 03:42:53 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/09/08 03:42:53 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/09/08 03:42:53 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/09/08 03:42:53 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/09/08 03:42:53 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/09/08 03:42:53 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/09/08 03:42:53 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/09/08 03:42:53 DEBUG : Waiting for deletions to finish 2026/09/08 03:42:53 DEBUG : apple: Excluded (Path Filter) 2026/09/08 03:42:53 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/09/08 03:42:53 DEBUG : banana: Excluded (Path Filter) 2026/09/08 03:42:53 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/09/08 03:42:53 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/09/08 03:42:53 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/09/08 03:42:53 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/09/08 03:42:53 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/09/08 03:42:53 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/09/08 03:42:53 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/09/08 03:42:53 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/09/08 03:42:53 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/09/08 03:42:53 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/09/08 03:42:53 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/09/08 03:42:53 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/09/08 03:42:53 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/09/08 03:42:53 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/09/08 03:42:53 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/09/08 03:42:53 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/09/08 03:42:53 DEBUG : splitbananasplit: Excluded (Path Filter) === RUN TestTransform/ISO-8859-1 run.go:198: Remote "B2 bucket rclone-test-muyocon1zuxi", Local "Local file system at /tmp/rclone3016707111", Modify Window "1ms" 2026/09/08 03:43:03 DEBUG : Waiting for deletions to finish 2026/09/08 03:43:03 DEBUG : apple: Excluded (Path Filter) 2026/09/08 03:43:03 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/09/08 03:43:03 DEBUG : banana: Excluded (Path Filter) 2026/09/08 03:43:03 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/09/08 03:43:03 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/09/08 03:43:03 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/09/08 03:43:03 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/09/08 03:43:03 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/09/08 03:43:03 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/09/08 03:43:03 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/09/08 03:43:03 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/09/08 03:43:03 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/09/08 03:43:03 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/09/08 03:43:03 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/09/08 03:43:03 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/09/08 03:43:03 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/09/08 03:43:03 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/09/08 03:43:03 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/09/08 03:43:03 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/09/08 03:43:03 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/09/08 03:43:04 DEBUG : apple: size = 5 OK 2026/09/08 03:43:04 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:43:04 DEBUG : apple: Unchanged skipping 2026/09/08 03:43:04 DEBUG : banana: size = 6 OK 2026/09/08 03:43:04 DEBUG : appleappleapplebanana: size = 21 OK 2026/09/08 03:43:04 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:43:04 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:43:04 DEBUG : splitbananasplit: size = 16 OK 2026/09/08 03:43:04 DEBUG : banana: Unchanged skipping 2026/09/08 03:43:04 DEBUG : appleappleapplebanana: Unchanged skipping 2026/09/08 03:43:04 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:43:04 DEBUG : splitbananasplit: Unchanged skipping 2026/09/08 03:43:04 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/09/08 03:43:04 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:43:04 DEBUG : B2 bucket rclone-test-muyocon1zuxi: Waiting for checks to finish 2026/09/08 03:43:04 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/09/08 03:43:04 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/09/08 03:43:04 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/09/08 03:43:04 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:43:04 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/09/08 03:43:04 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/09/08 03:43:04 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:43:04 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/09/08 03:43:04 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/09/08 03:43:04 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:43:04 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/09/08 03:43:04 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/09/08 03:43:04 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:43:04 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/09/08 03:43:04 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/09/08 03:43:04 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:43:04 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/09/08 03:43:04 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/09/08 03:43:04 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:43:04 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/09/08 03:43:04 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:43:04 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/09/08 03:43:04 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/09/08 03:43:04 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/09/08 03:43:04 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/09/08 03:43:04 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:43:04 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:43:04 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/09/08 03:43:04 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/09/08 03:43:04 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:43:04 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/09/08 03:43:04 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/09/08 03:43:04 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:43:04 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/09/08 03:43:04 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/09/08 03:43:04 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/09/08 03:43:04 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:43:04 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:43:04 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/09/08 03:43:04 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/09/08 03:43:04 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:43:04 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/09/08 03:43:04 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:43:04 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/09/08 03:43:04 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/09/08 03:43:04 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/09/08 03:43:04 DEBUG : B2 bucket rclone-test-muyocon1zuxi: Waiting for transfers to finish 2026/09/08 03:43:04 DEBUG : Waiting for deletions to finish 2026/09/08 03:43:04 INFO : There was nothing to transfer 2026/09/08 03:43:04 DEBUG : Waiting for deletions to finish 2026/09/08 03:43:04 DEBUG : apple: Excluded (Path Filter) 2026/09/08 03:43:04 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/09/08 03:43:04 DEBUG : banana: Excluded (Path Filter) 2026/09/08 03:43:04 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/09/08 03:43:04 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/09/08 03:43:04 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/09/08 03:43:04 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/09/08 03:43:04 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/09/08 03:43:04 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/09/08 03:43:04 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/09/08 03:43:04 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/09/08 03:43:04 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/09/08 03:43:04 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/09/08 03:43:04 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/09/08 03:43:04 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/09/08 03:43:04 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/09/08 03:43:04 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/09/08 03:43:04 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/09/08 03:43:04 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/09/08 03:43:04 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/09/08 03:43:05 DEBUG : apple: size = 5 OK 2026/09/08 03:43:05 DEBUG : banana: size = 6 OK 2026/09/08 03:43:05 DEBUG : splitbananasplit: size = 16 OK 2026/09/08 03:43:05 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:43:05 DEBUG : splitbananasplit: Unchanged skipping 2026/09/08 03:43:05 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:43:05 DEBUG : apple: Unchanged skipping 2026/09/08 03:43:05 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:43:05 DEBUG : banana: Unchanged skipping 2026/09/08 03:43:05 DEBUG : appleappleapplebanana: size = 21 OK 2026/09/08 03:43:05 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:43:05 DEBUG : appleappleapplebanana: Unchanged skipping 2026/09/08 03:43:05 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/09/08 03:43:05 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:43:05 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/09/08 03:43:05 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/09/08 03:43:05 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/09/08 03:43:05 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:43:05 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/09/08 03:43:05 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/09/08 03:43:05 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/09/08 03:43:05 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:43:05 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/09/08 03:43:05 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/09/08 03:43:05 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/09/08 03:43:05 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:43:05 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/09/08 03:43:05 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/09/08 03:43:05 DEBUG : B2 bucket rclone-test-muyocon1zuxi: Waiting for checks to finish 2026/09/08 03:43:05 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:43:05 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/09/08 03:43:05 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/09/08 03:43:05 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:43:05 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/09/08 03:43:05 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/09/08 03:43:05 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:43:05 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:43:05 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/09/08 03:43:05 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/09/08 03:43:05 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/09/08 03:43:05 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/09/08 03:43:05 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/09/08 03:43:05 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/09/08 03:43:05 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/09/08 03:43:05 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:43:05 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:43:05 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:43:05 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/09/08 03:43:05 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/09/08 03:43:05 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/09/08 03:43:05 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:43:05 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:43:05 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/09/08 03:43:05 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/09/08 03:43:05 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:43:05 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/09/08 03:43:05 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/09/08 03:43:05 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:43:05 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/09/08 03:43:05 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:43:05 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/09/08 03:43:05 DEBUG : B2 bucket rclone-test-muyocon1zuxi: Waiting for transfers to finish 2026/09/08 03:43:05 DEBUG : Waiting for deletions to finish 2026/09/08 03:43:05 INFO : There was nothing to transfer 2026/09/08 03:43:05 DEBUG : Waiting for deletions to finish 2026/09/08 03:43:05 DEBUG : apple: Excluded (Path Filter) 2026/09/08 03:43:05 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/09/08 03:43:05 DEBUG : banana: Excluded (Path Filter) 2026/09/08 03:43:05 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/09/08 03:43:05 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/09/08 03:43:05 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/09/08 03:43:05 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/09/08 03:43:05 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/09/08 03:43:05 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/09/08 03:43:05 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/09/08 03:43:05 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/09/08 03:43:05 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/09/08 03:43:05 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/09/08 03:43:05 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/09/08 03:43:05 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/09/08 03:43:05 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/09/08 03:43:05 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/09/08 03:43:05 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/09/08 03:43:05 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/09/08 03:43:05 DEBUG : splitbananasplit: Excluded (Path Filter) === RUN TestTransform/charmap run.go:198: Remote "B2 bucket rclone-test-muyocon1zuxi", Local "Local file system at /tmp/rclone3016707111", Modify Window "1ms" 2026/09/08 03:43:16 DEBUG : Waiting for deletions to finish 2026/09/08 03:43:16 DEBUG : apple: Excluded (Path Filter) 2026/09/08 03:43:16 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/09/08 03:43:16 DEBUG : banana: Excluded (Path Filter) 2026/09/08 03:43:16 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/09/08 03:43:16 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/09/08 03:43:16 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/09/08 03:43:16 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/09/08 03:43:16 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/09/08 03:43:16 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/09/08 03:43:16 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/09/08 03:43:16 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/09/08 03:43:16 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/09/08 03:43:16 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/09/08 03:43:16 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/09/08 03:43:16 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/09/08 03:43:16 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/09/08 03:43:16 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/09/08 03:43:16 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/09/08 03:43:16 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/09/08 03:43:16 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/09/08 03:43:17 DEBUG : apple: size = 5 OK 2026/09/08 03:43:17 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:43:17 DEBUG : appleappleapplebanana: size = 21 OK 2026/09/08 03:43:17 DEBUG : apple: Unchanged skipping 2026/09/08 03:43:17 DEBUG : splitbananasplit: size = 16 OK 2026/09/08 03:43:17 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:43:17 DEBUG : appleappleapplebanana: Unchanged skipping 2026/09/08 03:43:17 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:43:17 DEBUG : banana: size = 6 OK 2026/09/08 03:43:17 DEBUG : splitbananasplit: Unchanged skipping 2026/09/08 03:43:17 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:43:17 DEBUG : banana: Unchanged skipping 2026/09/08 03:43:17 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/09/08 03:43:17 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/09/08 03:43:17 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:43:17 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:43:17 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/09/08 03:43:17 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/09/08 03:43:17 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/09/08 03:43:17 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/09/08 03:43:17 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:43:17 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/09/08 03:43:17 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/09/08 03:43:17 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/09/08 03:43:17 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:43:17 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/09/08 03:43:17 DEBUG : B2 bucket rclone-test-muyocon1zuxi: Waiting for checks to finish 2026/09/08 03:43:17 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:43:17 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/09/08 03:43:17 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/09/08 03:43:17 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/09/08 03:43:17 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:43:17 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/09/08 03:43:17 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/09/08 03:43:17 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:43:17 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/09/08 03:43:17 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/09/08 03:43:17 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:43:17 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/09/08 03:43:17 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/09/08 03:43:17 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:43:17 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/09/08 03:43:17 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/09/08 03:43:17 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:43:17 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/09/08 03:43:17 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/09/08 03:43:17 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:43:17 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/09/08 03:43:17 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/09/08 03:43:17 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:43:17 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/09/08 03:43:17 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:43:17 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/09/08 03:43:17 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/09/08 03:43:17 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:43:17 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/09/08 03:43:17 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:43:17 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/09/08 03:43:17 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/09/08 03:43:17 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:43:17 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/09/08 03:43:17 DEBUG : B2 bucket rclone-test-muyocon1zuxi: Waiting for transfers to finish 2026/09/08 03:43:17 DEBUG : Waiting for deletions to finish 2026/09/08 03:43:17 INFO : There was nothing to transfer 2026/09/08 03:43:17 DEBUG : Waiting for deletions to finish 2026/09/08 03:43:17 DEBUG : apple: Excluded (Path Filter) 2026/09/08 03:43:17 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/09/08 03:43:17 DEBUG : banana: Excluded (Path Filter) 2026/09/08 03:43:17 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/09/08 03:43:17 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/09/08 03:43:17 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/09/08 03:43:17 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/09/08 03:43:17 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/09/08 03:43:17 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/09/08 03:43:17 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/09/08 03:43:17 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/09/08 03:43:17 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/09/08 03:43:17 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/09/08 03:43:17 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/09/08 03:43:17 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/09/08 03:43:17 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/09/08 03:43:17 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/09/08 03:43:17 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/09/08 03:43:17 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/09/08 03:43:17 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/09/08 03:43:18 DEBUG : apple: size = 5 OK 2026/09/08 03:43:18 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:43:18 DEBUG : appleappleapplebanana: size = 21 OK 2026/09/08 03:43:18 DEBUG : apple: Unchanged skipping 2026/09/08 03:43:18 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:43:18 DEBUG : appleappleapplebanana: Unchanged skipping 2026/09/08 03:43:18 DEBUG : banana: size = 6 OK 2026/09/08 03:43:18 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:43:18 DEBUG : splitbananasplit: size = 16 OK 2026/09/08 03:43:18 DEBUG : banana: Unchanged skipping 2026/09/08 03:43:18 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:43:18 DEBUG : splitbananasplit: Unchanged skipping 2026/09/08 03:43:18 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/09/08 03:43:18 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/09/08 03:43:18 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:43:18 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:43:18 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/09/08 03:43:18 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/09/08 03:43:18 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/09/08 03:43:18 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/09/08 03:43:18 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/09/08 03:43:18 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/09/08 03:43:18 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:43:18 DEBUG : B2 bucket rclone-test-muyocon1zuxi: Waiting for checks to finish 2026/09/08 03:43:18 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/09/08 03:43:18 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:43:18 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/09/08 03:43:18 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:43:18 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/09/08 03:43:18 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:43:18 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/09/08 03:43:18 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/09/08 03:43:18 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/09/08 03:43:18 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:43:18 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/09/08 03:43:18 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/09/08 03:43:18 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:43:18 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/09/08 03:43:18 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:43:18 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/09/08 03:43:18 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:43:18 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/09/08 03:43:18 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:43:18 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/09/08 03:43:18 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/09/08 03:43:18 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/09/08 03:43:18 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:43:18 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/09/08 03:43:18 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/09/08 03:43:18 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:43:18 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/09/08 03:43:18 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/09/08 03:43:18 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:43:18 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/09/08 03:43:18 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/09/08 03:43:18 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/09/08 03:43:18 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:43:18 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/09/08 03:43:18 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/09/08 03:43:18 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:43:18 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/09/08 03:43:18 DEBUG : B2 bucket rclone-test-muyocon1zuxi: Waiting for transfers to finish 2026/09/08 03:43:18 DEBUG : Waiting for deletions to finish 2026/09/08 03:43:18 INFO : There was nothing to transfer 2026/09/08 03:43:18 DEBUG : Waiting for deletions to finish 2026/09/08 03:43:18 DEBUG : apple: Excluded (Path Filter) 2026/09/08 03:43:18 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/09/08 03:43:18 DEBUG : banana: Excluded (Path Filter) 2026/09/08 03:43:18 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/09/08 03:43:18 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/09/08 03:43:18 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/09/08 03:43:18 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/09/08 03:43:18 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/09/08 03:43:18 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/09/08 03:43:18 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/09/08 03:43:18 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/09/08 03:43:18 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/09/08 03:43:18 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/09/08 03:43:18 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/09/08 03:43:18 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/09/08 03:43:18 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/09/08 03:43:18 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/09/08 03:43:18 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/09/08 03:43:18 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/09/08 03:43:18 DEBUG : splitbananasplit: Excluded (Path Filter) === RUN TestTransform/lowercase run.go:198: Remote "B2 bucket rclone-test-muyocon1zuxi", Local "Local file system at /tmp/rclone3016707111", Modify Window "1ms" 2026/09/08 03:43:28 DEBUG : Waiting for deletions to finish 2026/09/08 03:43:28 DEBUG : pacer: low level retry 1/10 (error Post "https://api001.backblazeb2.com/b2api/v1/b2_list_file_names": EOF) 2026/09/08 03:43:28 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/09/08 03:43:29 DEBUG : pacer: Reducing sleep to 10ms 2026/09/08 03:43:29 DEBUG : apple: Excluded (Path Filter) 2026/09/08 03:43:29 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/09/08 03:43:29 DEBUG : banana: Excluded (Path Filter) 2026/09/08 03:43:29 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/09/08 03:43:29 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/09/08 03:43:29 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/09/08 03:43:29 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/09/08 03:43:29 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/09/08 03:43:29 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/09/08 03:43:29 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/09/08 03:43:29 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/09/08 03:43:29 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/09/08 03:43:29 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/09/08 03:43:29 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/09/08 03:43:29 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/09/08 03:43:29 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/09/08 03:43:29 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/09/08 03:43:29 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/09/08 03:43:29 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/09/08 03:43:29 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/09/08 03:43:29 DEBUG : apple: size = 5 OK 2026/09/08 03:43:29 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:43:29 DEBUG : apple: Unchanged skipping 2026/09/08 03:43:29 DEBUG : splitbananasplit: size = 16 OK 2026/09/08 03:43:29 DEBUG : appleappleapplebanana: size = 21 OK 2026/09/08 03:43:29 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:43:29 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:43:29 DEBUG : appleappleapplebanana: Unchanged skipping 2026/09/08 03:43:29 DEBUG : splitbananasplit: Unchanged skipping 2026/09/08 03:43:29 DEBUG : banana: size = 6 OK 2026/09/08 03:43:29 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:43:29 DEBUG : banana: Unchanged skipping 2026/09/08 03:43:30 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/09/08 03:43:30 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:43:30 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/09/08 03:43:30 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/09/08 03:43:30 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:43:30 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/09/08 03:43:30 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/09/08 03:43:30 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:43:30 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/09/08 03:43:30 DEBUG : B2 bucket rclone-test-muyocon1zuxi: Waiting for checks to finish 2026/09/08 03:43:30 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/09/08 03:43:30 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:43:30 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/09/08 03:43:30 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/09/08 03:43:30 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:43:30 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/09/08 03:43:30 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/09/08 03:43:30 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:43:30 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/09/08 03:43:30 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/09/08 03:43:30 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:43:30 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/09/08 03:43:30 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/09/08 03:43:30 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:43:30 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/09/08 03:43:30 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/09/08 03:43:30 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:43:30 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/09/08 03:43:30 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/09/08 03:43:30 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:43:30 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/09/08 03:43:30 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/09/08 03:43:30 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:43:30 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/09/08 03:43:30 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/09/08 03:43:30 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:43:30 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/09/08 03:43:30 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/09/08 03:43:30 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:43:30 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/09/08 03:43:30 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/09/08 03:43:30 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:43:30 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/09/08 03:43:30 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/09/08 03:43:30 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:43:30 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/09/08 03:43:30 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/09/08 03:43:30 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:43:30 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/09/08 03:43:30 DEBUG : B2 bucket rclone-test-muyocon1zuxi: Waiting for transfers to finish 2026/09/08 03:43:30 DEBUG : Waiting for deletions to finish 2026/09/08 03:43:30 INFO : There was nothing to transfer 2026/09/08 03:43:30 DEBUG : Waiting for deletions to finish 2026/09/08 03:43:30 DEBUG : apple: Excluded (Path Filter) 2026/09/08 03:43:30 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/09/08 03:43:30 DEBUG : banana: Excluded (Path Filter) 2026/09/08 03:43:30 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/09/08 03:43:30 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/09/08 03:43:30 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/09/08 03:43:30 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/09/08 03:43:30 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/09/08 03:43:30 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/09/08 03:43:30 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/09/08 03:43:30 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/09/08 03:43:30 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/09/08 03:43:30 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/09/08 03:43:30 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/09/08 03:43:30 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/09/08 03:43:30 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/09/08 03:43:30 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/09/08 03:43:30 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/09/08 03:43:30 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/09/08 03:43:30 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/09/08 03:43:30 DEBUG : apple: size = 5 OK 2026/09/08 03:43:30 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:43:30 DEBUG : apple: Unchanged skipping 2026/09/08 03:43:30 DEBUG : appleappleapplebanana: size = 21 OK 2026/09/08 03:43:30 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:43:30 DEBUG : appleappleapplebanana: Unchanged skipping 2026/09/08 03:43:30 DEBUG : banana: size = 6 OK 2026/09/08 03:43:30 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:43:30 DEBUG : banana: Unchanged skipping 2026/09/08 03:43:30 DEBUG : splitbananasplit: size = 16 OK 2026/09/08 03:43:30 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:43:30 DEBUG : splitbananasplit: Unchanged skipping 2026/09/08 03:43:30 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/09/08 03:43:30 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:43:30 DEBUG : B2 bucket rclone-test-muyocon1zuxi: Waiting for checks to finish 2026/09/08 03:43:30 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/09/08 03:43:30 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/09/08 03:43:30 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:43:30 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/09/08 03:43:30 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/09/08 03:43:30 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/09/08 03:43:30 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:43:30 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:43:30 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/09/08 03:43:30 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/09/08 03:43:30 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:43:30 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/09/08 03:43:30 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/09/08 03:43:30 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:43:30 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/09/08 03:43:30 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/09/08 03:43:30 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:43:30 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/09/08 03:43:30 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/09/08 03:43:30 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:43:30 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/09/08 03:43:30 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/09/08 03:43:30 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:43:30 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/09/08 03:43:30 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:43:30 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/09/08 03:43:30 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/09/08 03:43:30 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/09/08 03:43:30 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/09/08 03:43:30 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:43:30 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/09/08 03:43:30 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/09/08 03:43:30 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:43:30 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/09/08 03:43:30 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/09/08 03:43:30 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:43:30 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/09/08 03:43:30 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/09/08 03:43:30 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:43:30 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/09/08 03:43:30 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/09/08 03:43:30 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:43:30 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/09/08 03:43:30 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/09/08 03:43:30 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:43:30 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/09/08 03:43:30 DEBUG : B2 bucket rclone-test-muyocon1zuxi: Waiting for transfers to finish 2026/09/08 03:43:30 DEBUG : Waiting for deletions to finish 2026/09/08 03:43:30 INFO : There was nothing to transfer 2026/09/08 03:43:30 DEBUG : Waiting for deletions to finish 2026/09/08 03:43:31 DEBUG : apple: Excluded (Path Filter) 2026/09/08 03:43:31 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/09/08 03:43:31 DEBUG : banana: Excluded (Path Filter) 2026/09/08 03:43:31 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/09/08 03:43:31 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/09/08 03:43:31 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/09/08 03:43:31 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/09/08 03:43:31 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/09/08 03:43:31 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/09/08 03:43:31 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/09/08 03:43:31 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/09/08 03:43:31 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/09/08 03:43:31 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/09/08 03:43:31 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/09/08 03:43:31 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/09/08 03:43:31 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/09/08 03:43:31 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/09/08 03:43:31 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/09/08 03:43:31 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/09/08 03:43:31 DEBUG : splitbananasplit: Excluded (Path Filter) === RUN TestTransform/ascii run.go:198: Remote "B2 bucket rclone-test-muyocon1zuxi", Local "Local file system at /tmp/rclone3016707111", Modify Window "1ms" 2026/09/08 03:43:41 DEBUG : Waiting for deletions to finish 2026/09/08 03:43:41 DEBUG : apple: Excluded (Path Filter) 2026/09/08 03:43:41 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/09/08 03:43:41 DEBUG : banana: Excluded (Path Filter) 2026/09/08 03:43:41 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/09/08 03:43:41 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/09/08 03:43:41 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/09/08 03:43:41 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/09/08 03:43:41 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/09/08 03:43:41 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/09/08 03:43:41 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/09/08 03:43:41 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/09/08 03:43:41 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/09/08 03:43:41 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/09/08 03:43:41 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/09/08 03:43:41 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/09/08 03:43:41 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/09/08 03:43:41 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/09/08 03:43:41 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/09/08 03:43:41 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/09/08 03:43:41 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/09/08 03:43:42 DEBUG : apple: size = 5 OK 2026/09/08 03:43:42 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:43:42 DEBUG : banana: size = 6 OK 2026/09/08 03:43:42 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:43:42 DEBUG : splitbananasplit: size = 16 OK 2026/09/08 03:43:42 DEBUG : apple: Unchanged skipping 2026/09/08 03:43:42 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:43:42 DEBUG : appleappleapplebanana: size = 21 OK 2026/09/08 03:43:42 DEBUG : splitbananasplit: Unchanged skipping 2026/09/08 03:43:42 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:43:42 DEBUG : banana: Unchanged skipping 2026/09/08 03:43:42 DEBUG : appleappleapplebanana: Unchanged skipping 2026/09/08 03:43:42 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/09/08 03:43:42 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:43:42 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/09/08 03:43:42 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/09/08 03:43:42 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:43:42 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/09/08 03:43:42 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/09/08 03:43:42 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:43:42 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/09/08 03:43:42 DEBUG : B2 bucket rclone-test-muyocon1zuxi: Waiting for checks to finish 2026/09/08 03:43:42 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/09/08 03:43:42 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:43:42 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/09/08 03:43:42 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/09/08 03:43:42 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:43:42 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/09/08 03:43:42 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/09/08 03:43:42 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/09/08 03:43:42 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:43:42 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/09/08 03:43:42 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:43:42 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/09/08 03:43:42 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/09/08 03:43:42 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:43:42 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/09/08 03:43:42 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/09/08 03:43:42 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:43:42 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/09/08 03:43:42 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/09/08 03:43:42 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:43:42 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/09/08 03:43:42 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/09/08 03:43:42 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/09/08 03:43:42 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:43:42 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/09/08 03:43:42 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/09/08 03:43:42 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/09/08 03:43:42 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:43:42 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/09/08 03:43:42 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/09/08 03:43:42 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:43:42 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/09/08 03:43:42 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:43:42 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/09/08 03:43:42 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/09/08 03:43:42 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:43:42 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/09/08 03:43:42 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:43:42 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/09/08 03:43:42 DEBUG : B2 bucket rclone-test-muyocon1zuxi: Waiting for transfers to finish 2026/09/08 03:43:42 DEBUG : Waiting for deletions to finish 2026/09/08 03:43:42 INFO : There was nothing to transfer 2026/09/08 03:43:42 DEBUG : Waiting for deletions to finish 2026/09/08 03:43:42 DEBUG : apple: Excluded (Path Filter) 2026/09/08 03:43:42 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/09/08 03:43:42 DEBUG : banana: Excluded (Path Filter) 2026/09/08 03:43:42 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/09/08 03:43:42 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/09/08 03:43:42 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/09/08 03:43:42 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/09/08 03:43:42 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/09/08 03:43:42 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/09/08 03:43:42 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/09/08 03:43:42 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/09/08 03:43:42 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/09/08 03:43:42 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/09/08 03:43:42 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/09/08 03:43:42 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/09/08 03:43:42 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/09/08 03:43:42 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/09/08 03:43:42 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/09/08 03:43:42 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/09/08 03:43:42 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/09/08 03:43:42 DEBUG : appleappleapplebanana: size = 21 OK 2026/09/08 03:43:42 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:43:42 DEBUG : banana: size = 6 OK 2026/09/08 03:43:42 DEBUG : appleappleapplebanana: Unchanged skipping 2026/09/08 03:43:42 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:43:42 DEBUG : apple: size = 5 OK 2026/09/08 03:43:42 DEBUG : banana: Unchanged skipping 2026/09/08 03:43:42 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:43:42 DEBUG : apple: Unchanged skipping 2026/09/08 03:43:42 DEBUG : splitbananasplit: size = 16 OK 2026/09/08 03:43:42 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:43:42 DEBUG : splitbananasplit: Unchanged skipping 2026/09/08 03:43:43 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/09/08 03:43:43 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:43:43 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/09/08 03:43:43 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/09/08 03:43:43 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:43:43 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/09/08 03:43:43 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/09/08 03:43:43 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:43:43 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/09/08 03:43:43 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/09/08 03:43:43 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:43:43 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/09/08 03:43:43 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/09/08 03:43:43 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:43:43 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/09/08 03:43:43 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/09/08 03:43:43 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:43:43 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/09/08 03:43:43 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/09/08 03:43:43 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:43:43 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/09/08 03:43:43 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/09/08 03:43:43 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:43:43 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/09/08 03:43:43 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/09/08 03:43:43 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:43:43 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/09/08 03:43:43 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/09/08 03:43:43 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:43:43 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/09/08 03:43:43 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/09/08 03:43:43 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:43:43 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/09/08 03:43:43 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/09/08 03:43:43 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:43:43 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/09/08 03:43:43 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/09/08 03:43:43 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:43:43 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/09/08 03:43:43 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/09/08 03:43:43 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:43:43 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/09/08 03:43:43 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/09/08 03:43:43 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:43:43 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/09/08 03:43:43 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/09/08 03:43:43 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:43:43 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/09/08 03:43:43 DEBUG : B2 bucket rclone-test-muyocon1zuxi: Waiting for checks to finish 2026/09/08 03:43:43 DEBUG : B2 bucket rclone-test-muyocon1zuxi: Waiting for transfers to finish 2026/09/08 03:43:43 DEBUG : Waiting for deletions to finish 2026/09/08 03:43:43 INFO : There was nothing to transfer 2026/09/08 03:43:43 DEBUG : Waiting for deletions to finish 2026/09/08 03:43:43 DEBUG : apple: Excluded (Path Filter) 2026/09/08 03:43:43 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/09/08 03:43:43 DEBUG : banana: Excluded (Path Filter) 2026/09/08 03:43:43 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/09/08 03:43:43 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/09/08 03:43:43 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/09/08 03:43:43 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/09/08 03:43:43 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/09/08 03:43:43 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/09/08 03:43:43 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/09/08 03:43:43 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/09/08 03:43:43 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/09/08 03:43:43 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/09/08 03:43:43 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/09/08 03:43:43 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/09/08 03:43:43 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/09/08 03:43:43 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/09/08 03:43:43 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/09/08 03:43:43 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/09/08 03:43:43 DEBUG : splitbananasplit: Excluded (Path Filter) --- PASS: TestTransform (144.55s) --- PASS: TestTransform/NFC (11.02s) --- PASS: TestTransform/NFD (11.47s) --- PASS: TestTransform/base64 (14.06s) --- PASS: TestTransform/prefix (15.87s) --- PASS: TestTransform/suffix (16.48s) --- PASS: TestTransform/truncate (13.47s) --- PASS: TestTransform/encoder (12.57s) --- PASS: TestTransform/ISO-8859-1 (12.33s) --- PASS: TestTransform/charmap (12.53s) --- PASS: TestTransform/lowercase (12.64s) --- PASS: TestTransform/ascii (12.11s) === RUN TestTransformCopy run.go:198: Remote "B2 bucket rclone-test-muyocon1zuxi", Local "Local file system at /tmp/rclone3016707111", Modify Window "1ms" 2026/09/08 03:43:48 DEBUG : sub dir: transformed to: sub dir_somesuffix 2026/09/08 03:43:48 DEBUG : sub dir: transformed to: sub dir_somesuffix 2026/09/08 03:43:48 INFO : sub dir_somesuffix: Making directory 2026/09/08 03:43:48 DEBUG : sub dir: transformed to: sub dir_somesuffix 2026/09/08 03:43:48 DEBUG : hello world.txt: transformed to: hello world_somesuffix.txt 2026/09/08 03:43:48 DEBUG : sub dir/hello world.txt: transformed to: sub dir_somesuffix/hello world_somesuffix.txt 2026/09/08 03:43:48 DEBUG : sub dir/hello world.txt: Need to transfer - File not found at Destination 2026/09/08 03:43:48 DEBUG : sub dir/hello world.txt: transformed to: sub dir_somesuffix/hello world_somesuffix.txt 2026/09/08 03:43:48 DEBUG : B2 bucket rclone-test-muyocon1zuxi: Waiting for checks to finish 2026/09/08 03:43:48 DEBUG : B2 bucket rclone-test-muyocon1zuxi: Waiting for transfers to finish 2026/09/08 03:43:49 DEBUG : sub dir_somesuffix/hello world_somesuffix.txt: size = 11 OK 2026/09/08 03:43:49 DEBUG : sub dir/hello world.txt: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/09/08 03:43:49 INFO : sub dir/hello world.txt: Copied (new) to: sub dir_somesuffix/hello world_somesuffix.txt 2026/09/08 03:43:49 DEBUG : Waiting for deletions to finish --- PASS: TestTransformCopy (1.74s) === RUN TestDoubleTransform run.go:198: Remote "B2 bucket rclone-test-muyocon1zuxi", Local "Local file system at /tmp/rclone3016707111", Modify Window "1ms" 2026/09/08 03:43:49 DEBUG : toe: transformed to: tictactoe 2026/09/08 03:43:50 DEBUG : toe: transformed to: tictactoe 2026/09/08 03:43:50 INFO : tictactoe: Making directory 2026/09/08 03:43:50 DEBUG : toe: transformed to: tictactoe 2026/09/08 03:43:50 DEBUG : toe: transformed to: tictactoe 2026/09/08 03:43:50 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/09/08 03:43:50 DEBUG : toe/toe: Need to transfer - File not found at Destination 2026/09/08 03:43:50 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/09/08 03:43:50 DEBUG : B2 bucket rclone-test-muyocon1zuxi: Waiting for checks to finish 2026/09/08 03:43:50 DEBUG : B2 bucket rclone-test-muyocon1zuxi: Waiting for transfers to finish 2026/09/08 03:43:50 DEBUG : tictactoe/tictactoe: size = 11 OK 2026/09/08 03:43:50 DEBUG : toe/toe: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/09/08 03:43:50 INFO : toe/toe: Copied (new) to: tictactoe/tictactoe 2026/09/08 03:43:50 DEBUG : Waiting for deletions to finish --- PASS: TestDoubleTransform (1.54s) === RUN TestFileTag run.go:198: Remote "B2 bucket rclone-test-muyocon1zuxi", Local "Local file system at /tmp/rclone3016707111", Modify Window "1ms" 2026/09/08 03:43:51 INFO : toe: Making directory 2026/09/08 03:43:51 INFO : toe/toe: Making directory 2026/09/08 03:43:51 DEBUG : toe: transformed to: tictactoe 2026/09/08 03:43:51 DEBUG : toe/toe/toe: transformed to: toe/toe/tictactoe 2026/09/08 03:43:51 DEBUG : toe/toe/toe: Need to transfer - File not found at Destination 2026/09/08 03:43:51 DEBUG : toe/toe/toe: transformed to: toe/toe/tictactoe 2026/09/08 03:43:51 DEBUG : B2 bucket rclone-test-muyocon1zuxi: Waiting for checks to finish 2026/09/08 03:43:51 DEBUG : B2 bucket rclone-test-muyocon1zuxi: Waiting for transfers to finish 2026/09/08 03:43:52 DEBUG : toe/toe/tictactoe: size = 11 OK 2026/09/08 03:43:52 DEBUG : toe/toe/toe: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/09/08 03:43:52 INFO : toe/toe/toe: Copied (new) to: toe/toe/tictactoe 2026/09/08 03:43:52 DEBUG : Waiting for deletions to finish --- PASS: TestFileTag (1.57s) === RUN TestNoTag run.go:198: Remote "B2 bucket rclone-test-muyocon1zuxi", Local "Local file system at /tmp/rclone3016707111", Modify Window "1ms" 2026/09/08 03:43:53 INFO : toe: Making directory 2026/09/08 03:43:53 INFO : toe/toe: Making directory 2026/09/08 03:43:53 DEBUG : toe: transformed to: tictactoe 2026/09/08 03:43:53 DEBUG : toe/toe/toe: transformed to: toe/toe/tictactoe 2026/09/08 03:43:53 DEBUG : toe/toe/toe: Need to transfer - File not found at Destination 2026/09/08 03:43:53 DEBUG : toe/toe/toe: transformed to: toe/toe/tictactoe 2026/09/08 03:43:53 DEBUG : B2 bucket rclone-test-muyocon1zuxi: Waiting for checks to finish 2026/09/08 03:43:53 DEBUG : B2 bucket rclone-test-muyocon1zuxi: Waiting for transfers to finish 2026/09/08 03:43:53 DEBUG : toe/toe/tictactoe: size = 11 OK 2026/09/08 03:43:53 DEBUG : toe/toe/toe: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/09/08 03:43:53 INFO : toe/toe/toe: Copied (new) to: toe/toe/tictactoe 2026/09/08 03:43:53 DEBUG : Waiting for deletions to finish --- PASS: TestNoTag (1.57s) === RUN TestDirTag run.go:198: Remote "B2 bucket rclone-test-muyocon1zuxi", Local "Local file system at /tmp/rclone3016707111", Modify Window "1ms" 2026/09/08 03:43:54 DEBUG : empty_dir: Making directory with metadata 2026/09/08 03:43:54 INFO : empty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/09/08 03:43:54 DEBUG : toe: transformed to: tictactoe 2026/09/08 03:43:54 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/09/08 03:43:54 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/09/08 03:43:54 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/09/08 03:43:54 INFO : tictacempty_dir: Making directory 2026/09/08 03:43:54 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/09/08 03:43:54 DEBUG : toe: transformed to: tictactoe 2026/09/08 03:43:54 DEBUG : toe: transformed to: tictactoe 2026/09/08 03:43:54 INFO : tictactoe: Making directory 2026/09/08 03:43:54 DEBUG : toe: transformed to: tictactoe 2026/09/08 03:43:54 DEBUG : toe: transformed to: tictactoe 2026/09/08 03:43:54 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/09/08 03:43:54 INFO : tictactoe/tictactoe: Making directory 2026/09/08 03:43:54 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/09/08 03:43:54 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/toe.txt 2026/09/08 03:43:54 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2026/09/08 03:43:54 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/toe.txt 2026/09/08 03:43:54 DEBUG : B2 bucket rclone-test-muyocon1zuxi: Waiting for checks to finish 2026/09/08 03:43:54 DEBUG : B2 bucket rclone-test-muyocon1zuxi: Waiting for transfers to finish 2026/09/08 03:43:55 DEBUG : tictactoe/tictactoe/toe.txt: size = 11 OK 2026/09/08 03:43:55 DEBUG : toe/toe/toe.txt: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/09/08 03:43:55 INFO : toe/toe/toe.txt: Copied (new) to: tictactoe/tictactoe/toe.txt 2026/09/08 03:43:55 DEBUG : Waiting for deletions to finish fstest.go:251: Filtering empty directory "tictacempty_dir" --- PASS: TestDirTag (1.68s) === RUN TestAllTag run.go:198: Remote "B2 bucket rclone-test-muyocon1zuxi", Local "Local file system at /tmp/rclone3016707111", Modify Window "1ms" 2026/09/08 03:43:56 DEBUG : empty_dir: Making directory with metadata 2026/09/08 03:43:56 INFO : empty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/09/08 03:43:56 DEBUG : toe: transformed to: tictactoe 2026/09/08 03:43:56 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/09/08 03:43:56 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/09/08 03:43:56 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/09/08 03:43:56 INFO : tictacempty_dir: Making directory 2026/09/08 03:43:56 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/09/08 03:43:56 DEBUG : toe: transformed to: tictactoe 2026/09/08 03:43:56 DEBUG : toe: transformed to: tictactoe 2026/09/08 03:43:56 INFO : tictactoe: Making directory 2026/09/08 03:43:56 DEBUG : toe: transformed to: tictactoe 2026/09/08 03:43:56 DEBUG : toe: transformed to: tictactoe 2026/09/08 03:43:56 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/09/08 03:43:56 INFO : tictactoe/tictactoe: Making directory 2026/09/08 03:43:56 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/09/08 03:43:56 DEBUG : toe.txt: transformed to: tictactoe.txt 2026/09/08 03:43:56 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/09/08 03:43:56 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2026/09/08 03:43:56 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/09/08 03:43:56 DEBUG : B2 bucket rclone-test-muyocon1zuxi: Waiting for checks to finish 2026/09/08 03:43:56 DEBUG : B2 bucket rclone-test-muyocon1zuxi: Waiting for transfers to finish 2026/09/08 03:43:57 DEBUG : tictactoe/tictactoe/tictactoe.txt: size = 11 OK 2026/09/08 03:43:57 DEBUG : toe/toe/toe.txt: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/09/08 03:43:57 INFO : toe/toe/toe.txt: Copied (new) to: tictactoe/tictactoe/tictactoe.txt 2026/09/08 03:43:57 DEBUG : Waiting for deletions to finish fstest.go:251: Filtering empty directory "tictacempty_dir" 2026/09/08 03:43:57 DEBUG : B2 bucket rclone-test-muyocon1zuxi: Waiting for checks to finish 2026/09/08 03:43:57 DEBUG : toe: transformed to: tictactoe 2026/09/08 03:43:57 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/09/08 03:43:57 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/09/08 03:43:57 DEBUG : toe: transformed to: tictactoe 2026/09/08 03:43:57 DEBUG : toe: transformed to: tictactoe 2026/09/08 03:43:57 DEBUG : toe.txt: transformed to: tictactoe.txt 2026/09/08 03:43:58 DEBUG : tictactoe/tictactoe/tictactoe.txt: size = 11 OK 2026/09/08 03:43:58 DEBUG : toe/toe/toe.txt: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/09/08 03:43:58 DEBUG : tictactoe/tictactoe/tictactoe.txt: OK 2026/09/08 03:43:58 NOTICE: B2 bucket rclone-test-muyocon1zuxi: 0 differences found 2026/09/08 03:43:58 NOTICE: B2 bucket rclone-test-muyocon1zuxi: 1 matching files --- PASS: TestAllTag (2.84s) === RUN TestRunTwice run.go:198: Remote "B2 bucket rclone-test-muyocon1zuxi", Local "Local file system at /tmp/rclone3016707111", Modify Window "1ms" 2026/09/08 03:43:59 DEBUG : toe: transformed to: tictactoe 2026/09/08 03:43:59 DEBUG : toe: transformed to: tictactoe 2026/09/08 03:43:59 INFO : tictactoe: Making directory 2026/09/08 03:43:59 DEBUG : toe: transformed to: tictactoe 2026/09/08 03:43:59 DEBUG : toe: transformed to: tictactoe 2026/09/08 03:43:59 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/09/08 03:43:59 INFO : tictactoe/tictactoe: Making directory 2026/09/08 03:43:59 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/09/08 03:43:59 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/toe.txt 2026/09/08 03:43:59 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2026/09/08 03:43:59 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/toe.txt 2026/09/08 03:43:59 DEBUG : B2 bucket rclone-test-muyocon1zuxi: Waiting for checks to finish 2026/09/08 03:43:59 DEBUG : B2 bucket rclone-test-muyocon1zuxi: Waiting for transfers to finish 2026/09/08 03:43:59 DEBUG : tictactoe/tictactoe/toe.txt: size = 11 OK 2026/09/08 03:43:59 DEBUG : toe/toe/toe.txt: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/09/08 03:43:59 INFO : toe/toe/toe.txt: Copied (new) to: tictactoe/tictactoe/toe.txt 2026/09/08 03:43:59 DEBUG : Waiting for deletions to finish 2026/09/08 03:44:00 DEBUG : toe: transformed to: tictactoe 2026/09/08 03:44:00 DEBUG : toe: transformed to: tictactoe 2026/09/08 03:44:00 DEBUG : toe: transformed to: tictactoe 2026/09/08 03:44:00 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/09/08 03:44:00 DEBUG : tictactoe/tictactoe/toe.txt: size = 11 OK 2026/09/08 03:44:00 DEBUG : toe/toe/toe.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/08 03:44:00 DEBUG : B2 bucket rclone-test-muyocon1zuxi: Waiting for checks to finish 2026/09/08 03:44:00 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/toe.txt 2026/09/08 03:44:00 DEBUG : toe/toe/toe.txt: Unchanged skipping 2026/09/08 03:44:00 DEBUG : B2 bucket rclone-test-muyocon1zuxi: Waiting for transfers to finish 2026/09/08 03:44:00 DEBUG : Waiting for deletions to finish --- PASS: TestRunTwice (2.40s) === RUN TestSyntax 2026/09/08 03:44:01 DEBUG : received prefix --- PASS: TestSyntax (0.00s) === RUN TestConflicting run.go:198: Remote "B2 bucket rclone-test-muyocon1zuxi", Local "Local file system at /tmp/rclone3016707111", Modify Window "1ms" 2026/09/08 03:44:01 INFO : toe: Making directory 2026/09/08 03:44:01 INFO : toe/toe: Making directory 2026/09/08 03:44:01 DEBUG : toe/toe/toe: Need to transfer - File not found at Destination 2026/09/08 03:44:01 DEBUG : B2 bucket rclone-test-muyocon1zuxi: Waiting for checks to finish 2026/09/08 03:44:01 DEBUG : B2 bucket rclone-test-muyocon1zuxi: Waiting for transfers to finish 2026/09/08 03:44:02 DEBUG : toe/toe/toe: size = 11 OK 2026/09/08 03:44:02 DEBUG : toe/toe/toe: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/09/08 03:44:02 INFO : toe/toe/toe: Copied (new) 2026/09/08 03:44:02 DEBUG : Waiting for deletions to finish --- PASS: TestConflicting (1.56s) === RUN TestMove run.go:198: Remote "B2 bucket rclone-test-muyocon1zuxi", Local "Local file system at /tmp/rclone3016707111", Modify Window "1ms" 2026/09/08 03:44:03 DEBUG : empty_dir: Making directory with metadata 2026/09/08 03:44:03 INFO : empty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/09/08 03:44:03 DEBUG : toe: transformed to: tictactoe 2026/09/08 03:44:03 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/09/08 03:44:03 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/09/08 03:44:03 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/09/08 03:44:03 INFO : tictacempty_dir: Making directory 2026/09/08 03:44:03 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/09/08 03:44:03 DEBUG : toe: transformed to: tictactoe 2026/09/08 03:44:03 DEBUG : toe: transformed to: tictactoe 2026/09/08 03:44:03 INFO : tictactoe: Making directory 2026/09/08 03:44:03 DEBUG : toe: transformed to: tictactoe 2026/09/08 03:44:03 DEBUG : toe: transformed to: tictactoe 2026/09/08 03:44:03 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/09/08 03:44:03 INFO : tictactoe/tictactoe: Making directory 2026/09/08 03:44:03 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/09/08 03:44:03 DEBUG : toe.txt: transformed to: tictactoe.txt 2026/09/08 03:44:03 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/09/08 03:44:03 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2026/09/08 03:44:03 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/09/08 03:44:03 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/09/08 03:44:03 DEBUG : B2 bucket rclone-test-muyocon1zuxi: Waiting for checks to finish 2026/09/08 03:44:03 DEBUG : B2 bucket rclone-test-muyocon1zuxi: Waiting for transfers to finish 2026/09/08 03:44:03 DEBUG : tictactoe/tictactoe/tictactoe.txt: size = 11 OK 2026/09/08 03:44:03 DEBUG : toe/toe/toe.txt: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/09/08 03:44:03 INFO : toe/toe/toe.txt: Copied (new) to: tictactoe/tictactoe/tictactoe.txt 2026/09/08 03:44:03 INFO : toe/toe/toe.txt: Deleted 2026/09/08 03:44:03 INFO : toe/toe: Removing directory 2026/09/08 03:44:03 INFO : toe: Removing directory 2026/09/08 03:44:03 INFO : empty_dir: Removing directory 2026/09/08 03:44:03 DEBUG : Local file system at /tmp/rclone3016707111: deleted 3 directories fstest.go:251: Filtering empty directory "tictacempty_dir" --- PASS: TestMove (1.64s) === RUN TestTransformFile run.go:198: Remote "B2 bucket rclone-test-muyocon1zuxi", Local "Local file system at /tmp/rclone3016707111", Modify Window "1ms" 2026/09/08 03:44:04 DEBUG : empty_dir: Making directory with metadata 2026/09/08 03:44:04 INFO : empty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/09/08 03:44:04 DEBUG : toe: transformed to: tictactoe 2026/09/08 03:44:04 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/09/08 03:44:04 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/09/08 03:44:04 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/09/08 03:44:04 INFO : tictacempty_dir: Making directory 2026/09/08 03:44:04 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/09/08 03:44:04 DEBUG : toe: transformed to: tictactoe 2026/09/08 03:44:04 DEBUG : toe: transformed to: tictactoe 2026/09/08 03:44:04 INFO : tictactoe: Making directory 2026/09/08 03:44:04 DEBUG : toe: transformed to: tictactoe 2026/09/08 03:44:04 DEBUG : toe: transformed to: tictactoe 2026/09/08 03:44:04 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/09/08 03:44:04 INFO : tictactoe/tictactoe: Making directory 2026/09/08 03:44:04 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/09/08 03:44:04 DEBUG : toe.txt: transformed to: tictactoe.txt 2026/09/08 03:44:04 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/09/08 03:44:04 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2026/09/08 03:44:04 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/09/08 03:44:04 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/09/08 03:44:04 DEBUG : B2 bucket rclone-test-muyocon1zuxi: Waiting for checks to finish 2026/09/08 03:44:04 DEBUG : B2 bucket rclone-test-muyocon1zuxi: Waiting for transfers to finish 2026/09/08 03:44:05 DEBUG : tictactoe/tictactoe/tictactoe.txt: size = 11 OK 2026/09/08 03:44:05 DEBUG : toe/toe/toe.txt: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/09/08 03:44:05 INFO : toe/toe/toe.txt: Copied (new) to: tictactoe/tictactoe/tictactoe.txt 2026/09/08 03:44:05 INFO : toe/toe/toe.txt: Deleted 2026/09/08 03:44:05 INFO : toe/toe: Removing directory 2026/09/08 03:44:05 INFO : toe: Removing directory 2026/09/08 03:44:05 INFO : empty_dir: Removing directory 2026/09/08 03:44:05 DEBUG : Local file system at /tmp/rclone3016707111: deleted 3 directories fstest.go:251: Filtering empty directory "tictacempty_dir" 2026/09/08 03:44:06 DEBUG : tictactoe/tictactoe/tictactoe.txt: size = 11 OK 2026/09/08 03:44:06 DEBUG : tictactoe/tictactoe/tictactoe.txt: Size and modification time the same (differ by 0s, within tolerance 1ms) 2026/09/08 03:44:06 DEBUG : tictactoe/tictactoe/tictactoe.txt: transformed to: toe/toe/toe.txt 2026/09/08 03:44:06 DEBUG : tictactoe/tictactoe/tictactoe.txt: transformed to: toe/toe/toe.txt 2026/09/08 03:44:06 DEBUG : tictactoe/tictactoe/tictactoe.txt: transformed to: toe/toe/toe.txt 2026/09/08 03:44:07 DEBUG : toe/toe/toe.txt: size = 11 OK 2026/09/08 03:44:07 DEBUG : tictactoe/tictactoe/tictactoe.txt: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/09/08 03:44:07 INFO : tictactoe/tictactoe/tictactoe.txt: Copied (server-side copy) to: toe/toe/toe.txt 2026/09/08 03:44:07 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.68s) === RUN TestManualTransformFile run.go:198: Remote "B2 bucket rclone-test-muyocon1zuxi", Local "Local file system at /tmp/rclone3016707111", Modify Window "1ms" 2026/09/08 03:44:08 DEBUG : Reset feature "Copy" 2026/09/08 03:44:08 DEBUG : Reset feature "Move" 2026/09/08 03:44:08 DEBUG : Reset feature "Copy" 2026/09/08 03:44:08 DEBUG : Reset feature "Move" 2026/09/08 03:44:08 DEBUG : empty_dir: Making directory with metadata 2026/09/08 03:44:08 INFO : empty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/09/08 03:44:08 DEBUG : toe: transformed to: tictactoe 2026/09/08 03:44:08 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/09/08 03:44:08 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/09/08 03:44:08 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/09/08 03:44:08 INFO : tictacempty_dir: Making directory 2026/09/08 03:44:08 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/09/08 03:44:08 DEBUG : toe: transformed to: tictactoe 2026/09/08 03:44:08 DEBUG : toe: transformed to: tictactoe 2026/09/08 03:44:08 INFO : tictactoe: Making directory 2026/09/08 03:44:08 DEBUG : toe: transformed to: tictactoe 2026/09/08 03:44:08 DEBUG : toe: transformed to: tictactoe 2026/09/08 03:44:08 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/09/08 03:44:08 INFO : tictactoe/tictactoe: Making directory 2026/09/08 03:44:08 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/09/08 03:44:08 DEBUG : toe.txt: transformed to: tictactoe.txt 2026/09/08 03:44:08 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/09/08 03:44:08 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2026/09/08 03:44:08 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/09/08 03:44:08 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/09/08 03:44:08 DEBUG : B2 bucket rclone-test-muyocon1zuxi: Waiting for checks to finish 2026/09/08 03:44:08 DEBUG : B2 bucket rclone-test-muyocon1zuxi: Waiting for transfers to finish 2026/09/08 03:44:09 DEBUG : tictactoe/tictactoe/tictactoe.txt: size = 11 OK 2026/09/08 03:44:09 DEBUG : toe/toe/toe.txt: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/09/08 03:44:09 INFO : toe/toe/toe.txt: Copied (new) to: tictactoe/tictactoe/tictactoe.txt 2026/09/08 03:44:09 INFO : toe/toe/toe.txt: Deleted 2026/09/08 03:44:09 INFO : toe/toe: Removing directory 2026/09/08 03:44:09 INFO : toe: Removing directory 2026/09/08 03:44:09 INFO : empty_dir: Removing directory 2026/09/08 03:44:09 DEBUG : Local file system at /tmp/rclone3016707111: deleted 3 directories fstest.go:251: Filtering empty directory "tictacempty_dir" 2026/09/08 03:44:09 DEBUG : tictactoe/tictactoe/tictactoe.txt: size = 11 OK 2026/09/08 03:44:09 DEBUG : tictactoe/tictactoe/tictactoe.txt: Size and modification time the same (differ by 0s, within tolerance 1ms) 2026/09/08 03:44:09 DEBUG : tictactoe/tictactoe/tictactoe.txt: transformed to: toe/toe/toe.txt 2026/09/08 03:44:09 DEBUG : tictactoe/tictactoe/tictactoe.txt: transformed to: toe/toe/toe.txt 2026/09/08 03:44:09 DEBUG : tictactoe/tictactoe/tictactoe.txt: transformed to: toe/toe/toe.txt 2026/09/08 03:44:10 DEBUG : toe/toe/toe.txt: size = 11 OK 2026/09/08 03:44:10 DEBUG : tictactoe/tictactoe/tictactoe.txt: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/09/08 03:44:10 INFO : tictactoe/tictactoe/tictactoe.txt: Copied (new) to: toe/toe/toe.txt 2026/09/08 03:44:10 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.09s) === RUN TestBase64 run.go:198: Remote "B2 bucket rclone-test-muyocon1zuxi", Local "Local file system at /tmp/rclone3016707111", Modify Window "1ms" 2026/09/08 03:44:11 DEBUG : toe: transformed to: dG9l 2026/09/08 03:44:11 DEBUG : toe: transformed to: dG9l 2026/09/08 03:44:11 INFO : dG9l: Making directory 2026/09/08 03:44:11 DEBUG : toe: transformed to: dG9l 2026/09/08 03:44:11 DEBUG : toe: transformed to: dG9l 2026/09/08 03:44:11 DEBUG : toe/toe: transformed to: dG9l/dG9l 2026/09/08 03:44:11 INFO : dG9l/dG9l: Making directory 2026/09/08 03:44:11 DEBUG : toe/toe: transformed to: dG9l/dG9l 2026/09/08 03:44:11 DEBUG : toe.txt: transformed to: dG9lLnR4dA== 2026/09/08 03:44:11 DEBUG : toe/toe/toe.txt: transformed to: dG9l/dG9l/dG9lLnR4dA== 2026/09/08 03:44:11 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2026/09/08 03:44:11 DEBUG : toe/toe/toe.txt: transformed to: dG9l/dG9l/dG9lLnR4dA== 2026/09/08 03:44:11 DEBUG : B2 bucket rclone-test-muyocon1zuxi: Waiting for checks to finish 2026/09/08 03:44:11 DEBUG : B2 bucket rclone-test-muyocon1zuxi: Waiting for transfers to finish 2026/09/08 03:44:12 DEBUG : dG9l/dG9l/dG9lLnR4dA==: size = 11 OK 2026/09/08 03:44:12 DEBUG : toe/toe/toe.txt: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/09/08 03:44:12 INFO : toe/toe/toe.txt: Copied (new) to: dG9l/dG9l/dG9lLnR4dA== 2026/09/08 03:44:12 DEBUG : Waiting for deletions to finish 2026/09/08 03:44:12 DEBUG : dG9l: transformed to: toe 2026/09/08 03:44:12 DEBUG : dG9l: transformed to: toe 2026/09/08 03:44:12 DEBUG : dG9l: transformed to: toe 2026/09/08 03:44:12 DEBUG : dG9l/dG9l: transformed to: toe/toe 2026/09/08 03:44:13 DEBUG : dG9lLnR4dA==: transformed to: toe.txt 2026/09/08 03:44:13 DEBUG : toe/toe/toe.txt: size = 11 OK 2026/09/08 03:44:13 DEBUG : dG9l/dG9l/dG9lLnR4dA==: Size and modification time the same (differ by 999.999µs, within tolerance 1ms) 2026/09/08 03:44:13 DEBUG : dG9l/dG9l/dG9lLnR4dA==: transformed to: toe/toe/toe.txt 2026/09/08 03:44:13 DEBUG : dG9l/dG9l/dG9lLnR4dA==: Unchanged skipping 2026/09/08 03:44:13 DEBUG : Local file system at /tmp/rclone3016707111: Waiting for checks to finish 2026/09/08 03:44:13 DEBUG : Local file system at /tmp/rclone3016707111: Waiting for transfers to finish 2026/09/08 03:44:13 DEBUG : Waiting for deletions to finish --- PASS: TestBase64 (2.52s) === RUN TestError run.go:198: Remote "B2 bucket rclone-test-muyocon1zuxi", Local "Local file system at /tmp/rclone3016707111", Modify Window "1ms" 2026/09/08 03:44:13 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2026/09/08 03:44:13 DEBUG : toe: transformed to: 2026/09/08 03:44:14 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2026/09/08 03:44:14 DEBUG : toe: transformed to: 2026/09/08 03:44:14 INFO : B2 bucket rclone-test-muyocon1zuxi: Making directory 2026/09/08 03:44:14 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2026/09/08 03:44:14 DEBUG : toe: transformed to: 2026/09/08 03:44:14 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2026/09/08 03:44:14 DEBUG : toe: transformed to: 2026/09/08 03:44:14 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2026/09/08 03:44:14 DEBUG : toe/toe: transformed to: 2026/09/08 03:44:14 ERROR : toe/toe: number of path segments must match: toe/toe (1), (0) 2026/09/08 03:44:14 INFO : toe/toe: Making directory 2026/09/08 03:44:14 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2026/09/08 03:44:14 DEBUG : toe/toe: transformed to: 2026/09/08 03:44:14 ERROR : toe/toe: number of path segments must match: toe/toe (1), (0) 2026/09/08 03:44:14 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2026/09/08 03:44:14 DEBUG : toe: transformed to: 2026/09/08 03:44:14 DEBUG : toe/toe/toe: Need to transfer - File not found at Destination 2026/09/08 03:44:14 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2026/09/08 03:44:14 DEBUG : toe/toe/toe: transformed to: 2026/09/08 03:44:14 ERROR : toe/toe/toe: number of path segments must match: toe/toe/toe (2), (0) 2026/09/08 03:44:14 DEBUG : B2 bucket rclone-test-muyocon1zuxi: Waiting for checks to finish 2026/09/08 03:44:14 DEBUG : B2 bucket rclone-test-muyocon1zuxi: Waiting for transfers to finish 2026/09/08 03:44:14 DEBUG : toe/toe/toe: size = 11 OK 2026/09/08 03:44:14 DEBUG : toe/toe/toe: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/09/08 03:44:14 INFO : toe/toe/toe: Copied (new) 2026/09/08 03:44:14 ERROR : B2 bucket rclone-test-muyocon1zuxi: not deleting files as there were IO errors 2026/09/08 03:44:14 ERROR : B2 bucket rclone-test-muyocon1zuxi: not deleting directories as there were IO errors --- PASS: TestError (1.61s) PASS 2026/09/08 03:44:15 DEBUG : B2 bucket rclone-test-muyocon1zuxi: Purge remote 2026/09/08 03:44:15 INFO : B2 bucket rclone-test-muyocon1zuxi: cleaning bucket "rclone-test-muyocon1zuxi" of all files 2026/09/08 03:44:16 DEBUG : BackupDir/one: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f404eb151e343c599_d20260908_m033928_c001_v7007000_t0000_u01788838768063") 2026/09/08 03:44:16 DEBUG : BackupDir/one: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f40110f203b4aef33_d20260908_m033923_c001_v0001144_t0034_u01788838763674") 2026/09/08 03:44:16 DEBUG : CompareDest/one: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f413ea8dd5441138f_d20260908_m033905_c001_v7007000_t0000_u01788838745195") 2026/09/08 03:44:16 DEBUG : CompareDest/one: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f407a798d61546c8c_d20260908_m033900_c001_v0001165_t0058_u01788838740050") 2026/09/08 03:44:16 DEBUG : CompareDest/two: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f413ea8dd54411390_d20260908_m033905_c001_v7007000_t0000_u01788838745375") 2026/09/08 03:44:16 DEBUG : CompareDest/two: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4007f22e09d6362e_d20260908_m033900_c001_v0001183_t0014_u01788838740962") 2026/09/08 03:44:16 DEBUG : CopyDest/one: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f404eb151e343c59b_d20260908_m033928_c001_v7007000_t0000_u01788838768248") 2026/09/08 03:44:16 DEBUG : CopyDest/one: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4007f22e09d636b0_d20260908_m033920_c001_v0001183_t0014_u01788838760508") 2026/09/08 03:44:16 DEBUG : CopyDest/three: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f404eb151e343c59c_d20260908_m033928_c001_v7007000_t0000_u01788838768428") 2026/09/08 03:44:16 DEBUG : CopyDest/three: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4007f22e09d636d4_d20260908_m033926_c001_v0001183_t0014_u01788838766396") 2026/09/08 03:44:17 DEBUG : CopyDest/two: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f404eb151e343c59e_d20260908_m033928_c001_v7007000_t0000_u01788838768613") 2026/09/08 03:44:17 DEBUG : CopyDest/two: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f407a798d61546d06_d20260908_m033924_c001_v0001165_t0058_u01788838764539") 2026/09/08 03:44:17 DEBUG : EXISTING: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f41589d773257744b_d20260908_m034036_c001_v7007000_t0000_u01788838836566") 2026/09/08 03:44:17 DEBUG : EXISTING: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4007f22e09d63908_d20260908_m034035_c001_v0001183_t0014_u01788838835632") 2026/09/08 03:44:17 DEBUG : PREFIXapple: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f42280698d8483075_d20260908_m034210_c001_v7007000_t0000_u01788838930037") 2026/09/08 03:44:17 DEBUG : PREFIXapple: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f417b77dbcc912bdd_d20260908_m034206_c001_v0001116_t0033_u01788838926038") 2026/09/08 03:44:17 DEBUG : PREFIXappleappleapplebanana: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f41994da9368e3a5a_d20260908_m034210_c001_v7007000_t0000_u01788838930367") 2026/09/08 03:44:17 DEBUG : PREFIXappleappleapplebanana: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f107a798d61547063_d20260908_m034206_c001_v0001165_t0056_u01788838926045") 2026/09/08 03:44:17 DEBUG : PREFIXbanana: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4058dee3c1cb6c04_d20260908_m034210_c001_v7007000_t0000_u01788838930213") 2026/09/08 03:44:17 DEBUG : PREFIXbanana: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4197d6b03becf373_d20260908_m034206_c001_v0001182_t0015_u01788838926055") 2026/09/08 03:44:17 DEBUG : PREFIXsplitbananasplit: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f42280698d8483077_d20260908_m034210_c001_v7007000_t0000_u01788838930224") 2026/09/08 03:44:17 DEBUG : PREFIXsplitbananasplit: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4154c9752d651efa_d20260908_m034206_c001_v0001173_t0015_u01788838926065") 2026/09/08 03:44:17 DEBUG : Testêé: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f41589d7732577432_d20260908_m034033_c001_v7007000_t0000_u01788838833415") 2026/09/08 03:44:17 DEBUG : Testêé: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4007f22e09d638e6_d20260908_m034032_c001_v0001183_t0014_u01788838832857") 2026/09/08 03:44:17 DEBUG : Testêé: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f407a798d61546e28_d20260908_m034031_c001_v0001165_t0058_u01788838831938") 2026/09/08 03:44:17 DEBUG : YXBwbGU=: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4275c184cb02c452_d20260908_m034155_c001_v7007000_t0000_u01788838915954") 2026/09/08 03:44:17 DEBUG : YXBwbGU=: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f417b77dbcc912b9d_d20260908_m034151_c001_v0001116_t0033_u01788838911567") 2026/09/08 03:44:17 DEBUG : YXBwbGVhcHBsZWFwcGxlYmFuYW5h: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4275c184cb02c456_d20260908_m034156_c001_v7007000_t0000_u01788838916135") 2026/09/08 03:44:18 DEBUG : YXBwbGVhcHBsZWFwcGxlYmFuYW5h: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f107a798d61547005_d20260908_m034151_c001_v0001165_t0046_u01788838911579") 2026/09/08 03:44:18 DEBUG : YmFuYW5h: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4275c184cb02c459_d20260908_m034156_c001_v7007000_t0000_u01788838916317") 2026/09/08 03:44:18 DEBUG : YmFuYW5h: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4154c9752d651e90_d20260908_m034151_c001_v0001173_t0015_u01788838911589") 2026/09/08 03:44:18 DEBUG : a/potato2: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f406eaa69e312286f_d20260908_m033738_c001_v7007000_t0000_u01788838658711") 2026/09/08 03:44:18 DEBUG : a/potato2: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f1007f22e09d63375_d20260908_m033738_c001_v0001183_t0023_u01788838658104") 2026/09/08 03:44:18 DEBUG : a/potato2: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4231a6b0414cc170_d20260908_m033736_c001_v7007000_t0000_u01788838656797") 2026/09/08 03:44:18 DEBUG : a/potato2: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f1007f22e09d63355_d20260908_m033735_c001_v0001183_t0041_u01788838655826") 2026/09/08 03:44:18 DEBUG : a/potato2: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f411fc87cc5224b50_d20260908_m033721_c001_v7007000_t0000_u01788838641172") 2026/09/08 03:44:18 DEBUG : a/potato2: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f1007f22e09d632ab_d20260908_m033720_c001_v0001183_t0018_u01788838640289") 2026/09/08 03:44:18 DEBUG : apple: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f417579424cdbd75a_d20260908_m034343_c001_v7007000_t0000_u01788839023973") 2026/09/08 03:44:18 DEBUG : apple: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4154c9752d6521e3_d20260908_m034340_c001_v0001173_t0015_u01788839020642") 2026/09/08 03:44:18 DEBUG : apple: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f417579424cdbd6e9_d20260908_m034331_c001_v7007000_t0000_u01788839011747") 2026/09/08 03:44:18 DEBUG : apple: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4154c9752d652190_d20260908_m034327_c001_v0001173_t0015_u01788839007855") 2026/09/08 03:44:18 DEBUG : apple: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f41220d45247351b8_d20260908_m034319_c001_v7007000_t0000_u01788838999205") 2026/09/08 03:44:18 DEBUG : apple: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4154c9752d652140_d20260908_m034315_c001_v0001173_t0015_u01788838995408") 2026/09/08 03:44:18 DEBUG : apple: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4231a6b0414cd6fc_d20260908_m034306_c001_v7007000_t0000_u01788838986277") 2026/09/08 03:44:18 DEBUG : apple: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4154c9752d6520d8_d20260908_m034302_c001_v0001173_t0015_u01788838982974") 2026/09/08 03:44:18 DEBUG : apple: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4231a6b0414cd6c9_d20260908_m034254_c001_v7007000_t0000_u01788838974287") 2026/09/08 03:44:18 DEBUG : apple: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4154c9752d65207c_d20260908_m034250_c001_v0001173_t0015_u01788838970492") 2026/09/08 03:44:18 DEBUG : apple: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4231a6b0414cd6a9_d20260908_m034241_c001_v7007000_t0000_u01788838961765") 2026/09/08 03:44:18 DEBUG : apple: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4197d6b03becf47d_d20260908_m034236_c001_v0001182_t0015_u01788838956932") 2026/09/08 03:44:18 DEBUG : apple: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f407777a2b519f26b_d20260908_m034228_c001_v7007000_t0000_u01788838948299") 2026/09/08 03:44:18 DEBUG : apple: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4154c9752d651f9a_d20260908_m034225_c001_v0001173_t0015_u01788838945553") 2026/09/08 03:44:19 DEBUG : apple: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f42280698d84830de_d20260908_m034224_c001_v7007000_t0000_u01788838944264") 2026/09/08 03:44:19 DEBUG : apple: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f407a798d61547097_d20260908_m034220_c001_v0001165_t0058_u01788838940666") 2026/09/08 03:44:19 DEBUG : apple: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f42280698d8483085_d20260908_m034211_c001_v7007000_t0000_u01788838931742") 2026/09/08 03:44:19 DEBUG : apple: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f407a798d61547073_d20260908_m034208_c001_v0001165_t0058_u01788838928997") 2026/09/08 03:44:19 DEBUG : apple: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f41589d77325775a8_d20260908_m034207_c001_v7007000_t0000_u01788838927570") 2026/09/08 03:44:19 DEBUG : apple: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f417b77dbcc912bcf_d20260908_m034204_c001_v0001116_t0033_u01788838924615") 2026/09/08 03:44:19 DEBUG : apple: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f40920f9b7a3ed1b9_d20260908_m034153_c001_v7007000_t0000_u01788838913932") 2026/09/08 03:44:19 DEBUG : apple: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4154c9752d651e88_d20260908_m034150_c001_v0001173_t0015_u01788838910170") 2026/09/08 03:44:19 DEBUG : apple: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f41589d77325774ee_d20260908_m034141_c001_v7007000_t0000_u01788838901943") 2026/09/08 03:44:19 DEBUG : apple: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f417b77dbcc912b59_d20260908_m034138_c001_v0001116_t0033_u01788838898695") 2026/09/08 03:44:19 DEBUG : apple: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f403fca32a1d1641d_d20260908_m034130_c001_v7007000_t0000_u01788838890380") 2026/09/08 03:44:19 DEBUG : apple: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f407a798d61546f69_d20260908_m034127_c001_v0001165_t0058_u01788838887190") 2026/09/08 03:44:19 DEBUG : appleSUFFIX: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4275c184cb02c564_d20260908_m034226_c001_v7007000_t0000_u01788838946936") 2026/09/08 03:44:19 DEBUG : appleSUFFIX: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f407a798d61547099_d20260908_m034222_c001_v0001165_t0058_u01788838942099") 2026/09/08 03:44:19 DEBUG : appleapple: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4231a6b0414cd6aa_d20260908_m034241_c001_v7007000_t0000_u01788838961947") 2026/09/08 03:44:19 DEBUG : appleapple: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4197d6b03becf487_d20260908_m034238_c001_v0001182_t0015_u01788838958408") 2026/09/08 03:44:19 DEBUG : appleappleapplebanana: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f417579424cdbd75c_d20260908_m034344_c001_v7007000_t0000_u01788839024154") 2026/09/08 03:44:19 DEBUG : appleappleapplebanana: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4197d6b03becf677_d20260908_m034341_c001_v0001182_t0015_u01788839021010") 2026/09/08 03:44:19 DEBUG : appleappleapplebanana: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f417579424cdbd6ea_d20260908_m034331_c001_v7007000_t0000_u01788839011927") 2026/09/08 03:44:19 DEBUG : appleappleapplebanana: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4197d6b03becf61f_d20260908_m034328_c001_v0001182_t0015_u01788839008224") 2026/09/08 03:44:19 DEBUG : appleappleapplebanana: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f41220d45247351b9_d20260908_m034319_c001_v7007000_t0000_u01788838999386") 2026/09/08 03:44:20 DEBUG : appleappleapplebanana: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4197d6b03becf5c1_d20260908_m034315_c001_v0001182_t0015_u01788838995775") 2026/09/08 03:44:20 DEBUG : appleappleapplebanana: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4231a6b0414cd6fd_d20260908_m034306_c001_v7007000_t0000_u01788838986459") 2026/09/08 03:44:20 DEBUG : appleappleapplebanana: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4197d6b03becf56d_d20260908_m034303_c001_v0001182_t0015_u01788838983338") 2026/09/08 03:44:20 DEBUG : appleappleapplebanana: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4231a6b0414cd6ca_d20260908_m034254_c001_v7007000_t0000_u01788838974470") 2026/09/08 03:44:20 DEBUG : appleappleapplebanana: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4197d6b03becf519_d20260908_m034250_c001_v0001182_t0015_u01788838970859") 2026/09/08 03:44:20 DEBUG : appleappleapplebanana: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f425e938e576fcd76_d20260908_m034239_c001_v7007000_t0000_u01788838959820") 2026/09/08 03:44:20 DEBUG : appleappleapplebanana: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4154c9752d651ffe_d20260908_m034237_c001_v0001173_t0015_u01788838957302") 2026/09/08 03:44:20 DEBUG : appleappleapplebanana: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f407777a2b519f26d_d20260908_m034228_c001_v7007000_t0000_u01788838948480") 2026/09/08 03:44:20 DEBUG : appleappleapplebanana: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f407a798d615470b5_d20260908_m034225_c001_v0001165_t0058_u01788838945544") 2026/09/08 03:44:20 DEBUG : appleappleapplebanana: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f407777a2b519ee7a_d20260908_m034224_c001_v7007000_t0000_u01788838944285") 2026/09/08 03:44:20 DEBUG : appleappleapplebanana: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f417b77dbcc912c1f_d20260908_m034221_c001_v0001116_t0033_u01788838941030") 2026/09/08 03:44:20 DEBUG : appleappleapplebanana: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f42280698d848308b_d20260908_m034211_c001_v7007000_t0000_u01788838931922") 2026/09/08 03:44:20 DEBUG : appleappleapplebanana: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4197d6b03becf399_d20260908_m034209_c001_v0001182_t0015_u01788838929008") 2026/09/08 03:44:20 DEBUG : appleappleapplebanana: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f41220d4524734bc6_d20260908_m034207_c001_v7007000_t0000_u01788838927585") 2026/09/08 03:44:20 DEBUG : appleappleapplebanana: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4197d6b03becf367_d20260908_m034204_c001_v0001182_t0015_u01788838924982") 2026/09/08 03:44:20 DEBUG : appleappleapplebanana: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f41589d773257758e_d20260908_m034154_c001_v7007000_t0000_u01788838914134") 2026/09/08 03:44:20 DEBUG : appleappleapplebanana: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f407a798d61546ffd_d20260908_m034150_c001_v0001165_t0058_u01788838910534") 2026/09/08 03:44:20 DEBUG : appleappleapplebanana: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f41589d77325774f2_d20260908_m034142_c001_v7007000_t0000_u01788838902125") 2026/09/08 03:44:20 DEBUG : appleappleapplebanana: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4154c9752d651e38_d20260908_m034139_c001_v0001173_t0015_u01788838899090") 2026/09/08 03:44:20 DEBUG : appleappleapplebanana: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f403fca32a1d16420_d20260908_m034130_c001_v7007000_t0000_u01788838890561") 2026/09/08 03:44:20 DEBUG : appleappleapplebanana: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f417b77dbcc912b23_d20260908_m034127_c001_v0001116_t0033_u01788838887559") 2026/09/08 03:44:20 DEBUG : appleappleapplebananaSUFFIX: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f41589d77325775cb_d20260908_m034226_c001_v7007000_t0000_u01788838946632") 2026/09/08 03:44:20 DEBUG : appleappleapplebananaSUFFIX: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f1197d6b03becf405_d20260908_m034222_c001_v0001182_t0001_u01788838942107") 2026/09/08 03:44:21 DEBUG : b/potato: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f406eaa69e3122871_d20260908_m033738_c001_v7007000_t0000_u01788838658893") 2026/09/08 03:44:21 DEBUG : b/potato: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4007f22e09d63367_d20260908_m033737_c001_v0001183_t0014_u01788838657349") 2026/09/08 03:44:21 DEBUG : b/potato: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4231a6b0414cc16e_d20260908_m033736_c001_v7007000_t0000_u01788838656251") 2026/09/08 03:44:21 DEBUG : b/potato: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4007f22e09d6334f_d20260908_m033735_c001_v0001183_t0014_u01788838655068") 2026/09/08 03:44:21 DEBUG : b/potato: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f411fc87cc5224b4b_d20260908_m033720_c001_v7007000_t0000_u01788838640626") 2026/09/08 03:44:21 DEBUG : b/potato: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4007f22e09d632a3_d20260908_m033719_c001_v0001183_t0014_u01788838639540") 2026/09/08 03:44:21 DEBUG : backup/one: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f42410c43b407ef7a_d20260908_m033939_c001_v7007000_t0000_u01788838779448") 2026/09/08 03:44:21 DEBUG : backup/one: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4131eb0dc5bf77cc_d20260908_m033937_c001_v0001181_t0010_u01788838777966") 2026/09/08 03:44:21 DEBUG : backup/one: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f401ddeb74fea2cef_d20260908_m033934_c001_v0001105_t0002_u01788838774590") 2026/09/08 03:44:21 DEBUG : backup/one-2019-01-01: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f41589d7732577354_d20260908_m034002_c001_v7007000_t0000_u01788838802423") 2026/09/08 03:44:21 DEBUG : backup/one-2019-01-01: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4044e5bdcc7e51ea_d20260908_m034000_c001_v0001109_t0020_u01788838800734") 2026/09/08 03:44:21 DEBUG : backup/one-2019-01-01: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4017bf7bb3ecb3ea_d20260908_m033957_c001_v0001106_t0010_u01788838797293") 2026/09/08 03:44:21 DEBUG : backup/one.bak: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f403fca32a1d16210_d20260908_m033951_c001_v7007000_t0000_u01788838791042") 2026/09/08 03:44:21 DEBUG : backup/one.bak: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f416916d47e14e24d_d20260908_m033949_c001_v0001041_t0008_u01788838789560") 2026/09/08 03:44:21 DEBUG : backup/one.bak: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f418da28b800ea179_d20260908_m033946_c001_v0001174_t0014_u01788838786096") 2026/09/08 03:44:21 DEBUG : backup/three-2019-01-01.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f41589d7732577355_d20260908_m034002_c001_v7007000_t0000_u01788838802604") 2026/09/08 03:44:21 DEBUG : backup/three-2019-01-01.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f417097990431d86b_d20260908_m034001_c001_v0001136_t0036_u01788838801483") 2026/09/08 03:44:21 DEBUG : backup/three-2019-01-01.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f41184c3dddaf8f39_d20260908_m033958_c001_v0001181_t0025_u01788838798637") 2026/09/08 03:44:21 DEBUG : backup/three.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f42410c43b407ef7c_d20260908_m033939_c001_v7007000_t0000_u01788838779628") 2026/09/08 03:44:21 DEBUG : backup/three.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4176ff8e1f99e959_d20260908_m033938_c001_v0001039_t0059_u01788838778714") 2026/09/08 03:44:22 DEBUG : backup/three.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f40652d0f83337b61_d20260908_m033935_c001_v0001182_t0003_u01788838775941") 2026/09/08 03:44:22 DEBUG : backup/three.txt.bak: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f403fca32a1d16211_d20260908_m033951_c001_v7007000_t0000_u01788838791221") 2026/09/08 03:44:22 DEBUG : backup/three.txt.bak: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f400bfb1692b05283_d20260908_m033950_c001_v0001113_t0038_u01788838790304") 2026/09/08 03:44:22 DEBUG : backup/three.txt.bak: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4132d5ae5e2d60d3_d20260908_m033947_c001_v0001171_t0053_u01788838787534") 2026/09/08 03:44:22 DEBUG : banana: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f417579424cdbd75e_d20260908_m034344_c001_v7007000_t0000_u01788839024334") 2026/09/08 03:44:22 DEBUG : banana: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f417b77dbcc912daf_d20260908_m034340_c001_v0001116_t0033_u01788839020825") 2026/09/08 03:44:22 DEBUG : banana: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f417579424cdbd6eb_d20260908_m034332_c001_v7007000_t0000_u01788839012106") 2026/09/08 03:44:22 DEBUG : banana: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f417b77dbcc912d85_d20260908_m034328_c001_v0001116_t0033_u01788839008039") 2026/09/08 03:44:22 DEBUG : banana: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f41220d45247351bb_d20260908_m034319_c001_v7007000_t0000_u01788838999567") 2026/09/08 03:44:22 DEBUG : banana: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f417b77dbcc912d3d_d20260908_m034315_c001_v0001116_t0033_u01788838995591") 2026/09/08 03:44:22 DEBUG : banana: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4231a6b0414cd6fe_d20260908_m034306_c001_v7007000_t0000_u01788838986641") 2026/09/08 03:44:22 DEBUG : banana: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f417b77dbcc912cf5_d20260908_m034303_c001_v0001116_t0033_u01788838983155") 2026/09/08 03:44:22 DEBUG : banana: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4231a6b0414cd6cb_d20260908_m034254_c001_v7007000_t0000_u01788838974652") 2026/09/08 03:44:22 DEBUG : banana: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f417b77dbcc912cbb_d20260908_m034250_c001_v0001116_t0033_u01788838970676") 2026/09/08 03:44:22 DEBUG : banana: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4231a6b0414cd6ab_d20260908_m034242_c001_v7007000_t0000_u01788838962129") 2026/09/08 03:44:22 DEBUG : banana: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f407a798d615470f1_d20260908_m034237_c001_v0001165_t0058_u01788838957116") 2026/09/08 03:44:22 DEBUG : banana: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f407777a2b519f26e_d20260908_m034228_c001_v7007000_t0000_u01788838948661") 2026/09/08 03:44:22 DEBUG : banana: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4197d6b03becf421_d20260908_m034225_c001_v0001182_t0015_u01788838945531") 2026/09/08 03:44:22 DEBUG : banana: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f421fccf4478d81bf_d20260908_m034224_c001_v7007000_t0000_u01788838944289") 2026/09/08 03:44:22 DEBUG : banana: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4197d6b03becf3fd_d20260908_m034220_c001_v0001182_t0015_u01788838940848") 2026/09/08 03:44:22 DEBUG : banana: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f42280698d848308e_d20260908_m034212_c001_v7007000_t0000_u01788838932102") 2026/09/08 03:44:22 DEBUG : banana: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4154c9752d651f10_d20260908_m034209_c001_v0001173_t0015_u01788838929032") 2026/09/08 03:44:23 DEBUG : banana: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4000c361ff15c811_d20260908_m034208_c001_v7007000_t0000_u01788838928118") 2026/09/08 03:44:23 DEBUG : banana: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f407a798d6154705d_d20260908_m034204_c001_v0001165_t0058_u01788838924797") 2026/09/08 03:44:23 DEBUG : banana: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4000c361ff15c708_d20260908_m034153_c001_v7007000_t0000_u01788838913964") 2026/09/08 03:44:23 DEBUG : banana: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f417b77dbcc912b95_d20260908_m034150_c001_v0001116_t0033_u01788838910352") 2026/09/08 03:44:23 DEBUG : banana: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f41589d77325774f6_d20260908_m034142_c001_v7007000_t0000_u01788838902307") 2026/09/08 03:44:23 DEBUG : banana: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f407a798d61546fb9_d20260908_m034138_c001_v0001165_t0058_u01788838898892") 2026/09/08 03:44:23 DEBUG : banana: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f41589d7732577485_d20260908_m034130_c001_v7007000_t0000_u01788838890745") 2026/09/08 03:44:23 DEBUG : banana: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4154c9752d651dc6_d20260908_m034127_c001_v0001173_t0015_u01788838887376") 2026/09/08 03:44:23 DEBUG : bananaSUFFIX: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4231a6b0414cd691_d20260908_m034226_c001_v7007000_t0000_u01788838946736") 2026/09/08 03:44:23 DEBUG : bananaSUFFIX: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f417b77dbcc912c27_d20260908_m034222_c001_v0001116_t0033_u01788838942118") 2026/09/08 03:44:23 DEBUG : both0: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f403fca32a1d1631f_d20260908_m034103_c001_v7007000_t0000_u01788838863143") 2026/09/08 03:44:23 DEBUG : both0: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f407a798d61546e90_d20260908_m034052_c001_v0001165_t0058_u01788838852801") 2026/09/08 03:44:23 DEBUG : both0: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f415970880aaf272e_d20260908_m034048_c001_v7007000_t0000_u01788838848461") 2026/09/08 03:44:23 DEBUG : both0: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f407a798d61546e42_d20260908_m034038_c001_v0001165_t0058_u01788838838440") 2026/09/08 03:44:23 DEBUG : both1: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f403fca32a1d16320_d20260908_m034103_c001_v7007000_t0000_u01788838863322") 2026/09/08 03:44:23 DEBUG : both1: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f407a798d61546e96_d20260908_m034053_c001_v0001165_t0058_u01788838853535") 2026/09/08 03:44:23 DEBUG : both1: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f415970880aaf272f_d20260908_m034048_c001_v7007000_t0000_u01788838848643") 2026/09/08 03:44:23 DEBUG : both1: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f407a798d61546e44_d20260908_m034038_c001_v0001165_t0058_u01788838838807") 2026/09/08 03:44:23 DEBUG : both10: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f403fca32a1d16321_d20260908_m034103_c001_v7007000_t0000_u01788838863503") 2026/09/08 03:44:23 DEBUG : both10: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f407a798d61546eb8_d20260908_m034056_c001_v0001165_t0058_u01788838856899") 2026/09/08 03:44:23 DEBUG : both10: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f415970880aaf2730_d20260908_m034048_c001_v7007000_t0000_u01788838848826") 2026/09/08 03:44:23 DEBUG : both10: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f407a798d61546e62_d20260908_m034042_c001_v0001165_t0058_u01788838842143") 2026/09/08 03:44:24 DEBUG : both11: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f403fca32a1d16322_d20260908_m034103_c001_v7007000_t0000_u01788838863683") 2026/09/08 03:44:24 DEBUG : both11: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f407a798d61546eba_d20260908_m034057_c001_v0001165_t0058_u01788838857269") 2026/09/08 03:44:24 DEBUG : both11: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f415970880aaf2731_d20260908_m034049_c001_v7007000_t0000_u01788838849013") 2026/09/08 03:44:24 DEBUG : both11: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f407a798d61546e64_d20260908_m034042_c001_v0001165_t0058_u01788838842511") 2026/09/08 03:44:24 DEBUG : both12: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f403fca32a1d16323_d20260908_m034103_c001_v7007000_t0000_u01788838863863") 2026/09/08 03:44:24 DEBUG : both12: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f407a798d61546ebc_d20260908_m034057_c001_v0001165_t0058_u01788838857639") 2026/09/08 03:44:24 DEBUG : both12: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f415970880aaf2733_d20260908_m034049_c001_v7007000_t0000_u01788838849195") 2026/09/08 03:44:24 DEBUG : both12: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f407a798d61546e68_d20260908_m034042_c001_v0001165_t0058_u01788838842878") 2026/09/08 03:44:24 DEBUG : both13: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f403fca32a1d16324_d20260908_m034104_c001_v7007000_t0000_u01788838864043") 2026/09/08 03:44:24 DEBUG : both13: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f407a798d61546ec2_d20260908_m034058_c001_v0001165_t0058_u01788838858006") 2026/09/08 03:44:24 DEBUG : both13: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f415970880aaf2734_d20260908_m034049_c001_v7007000_t0000_u01788838849381") 2026/09/08 03:44:24 DEBUG : both13: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f407a798d61546e6a_d20260908_m034043_c001_v0001165_t0058_u01788838843249") 2026/09/08 03:44:24 DEBUG : both14: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f403fca32a1d16325_d20260908_m034104_c001_v7007000_t0000_u01788838864223") 2026/09/08 03:44:24 DEBUG : both14: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f407a798d61546ec6_d20260908_m034058_c001_v0001165_t0058_u01788838858375") 2026/09/08 03:44:24 DEBUG : both14: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f415970880aaf2735_d20260908_m034049_c001_v7007000_t0000_u01788838849564") 2026/09/08 03:44:24 DEBUG : both14: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f407a798d61546e70_d20260908_m034043_c001_v0001165_t0058_u01788838843624") 2026/09/08 03:44:24 DEBUG : both15: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f403fca32a1d16326_d20260908_m034104_c001_v7007000_t0000_u01788838864403") 2026/09/08 03:44:24 DEBUG : both15: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f407a798d61546eca_d20260908_m034058_c001_v0001165_t0058_u01788838858745") 2026/09/08 03:44:24 DEBUG : both15: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f415970880aaf2736_d20260908_m034049_c001_v7007000_t0000_u01788838849746") 2026/09/08 03:44:24 DEBUG : both15: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f407a798d61546e72_d20260908_m034043_c001_v0001165_t0058_u01788838843993") 2026/09/08 03:44:24 DEBUG : both16: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f403fca32a1d16327_d20260908_m034104_c001_v7007000_t0000_u01788838864584") 2026/09/08 03:44:24 DEBUG : both16: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f407a798d61546ecc_d20260908_m034059_c001_v0001165_t0058_u01788838859116") 2026/09/08 03:44:25 DEBUG : both16: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f415970880aaf2737_d20260908_m034049_c001_v7007000_t0000_u01788838849927") 2026/09/08 03:44:25 DEBUG : both16: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f407a798d61546e76_d20260908_m034044_c001_v0001165_t0058_u01788838844360") 2026/09/08 03:44:25 DEBUG : both17: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f403fca32a1d16328_d20260908_m034104_c001_v7007000_t0000_u01788838864765") 2026/09/08 03:44:25 DEBUG : both17: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f407a798d61546ed0_d20260908_m034059_c001_v0001165_t0058_u01788838859484") 2026/09/08 03:44:25 DEBUG : both17: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f415970880aaf2738_d20260908_m034050_c001_v7007000_t0000_u01788838850109") 2026/09/08 03:44:25 DEBUG : both17: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f407a798d61546e78_d20260908_m034044_c001_v0001165_t0058_u01788838844729") 2026/09/08 03:44:25 DEBUG : both18: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f403fca32a1d16329_d20260908_m034104_c001_v7007000_t0000_u01788838864945") 2026/09/08 03:44:25 DEBUG : both18: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f407a798d61546ed4_d20260908_m034059_c001_v0001165_t0058_u01788838859852") 2026/09/08 03:44:25 DEBUG : both18: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f415970880aaf2739_d20260908_m034050_c001_v7007000_t0000_u01788838850421") 2026/09/08 03:44:25 DEBUG : both18: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f407a798d61546e7a_d20260908_m034045_c001_v0001165_t0058_u01788838845106") 2026/09/08 03:44:25 DEBUG : both19: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f403fca32a1d1632a_d20260908_m034105_c001_v7007000_t0000_u01788838865126") 2026/09/08 03:44:25 DEBUG : both19: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f407a798d61546ed6_d20260908_m034100_c001_v0001165_t0058_u01788838860221") 2026/09/08 03:44:25 DEBUG : both19: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f415970880aaf273c_d20260908_m034050_c001_v7007000_t0000_u01788838850604") 2026/09/08 03:44:25 DEBUG : both19: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f407a798d61546e80_d20260908_m034045_c001_v0001165_t0058_u01788838845475") 2026/09/08 03:44:25 DEBUG : both2: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f403fca32a1d1632c_d20260908_m034105_c001_v7007000_t0000_u01788838865307") 2026/09/08 03:44:25 DEBUG : both2: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f407a798d61546e9c_d20260908_m034053_c001_v0001165_t0058_u01788838853906") 2026/09/08 03:44:25 DEBUG : both2: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f415970880aaf273d_d20260908_m034050_c001_v7007000_t0000_u01788838850786") 2026/09/08 03:44:25 DEBUG : both2: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f407a798d61546e48_d20260908_m034039_c001_v0001165_t0058_u01788838839176") 2026/09/08 03:44:25 DEBUG : both3: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f403fca32a1d1632d_d20260908_m034105_c001_v7007000_t0000_u01788838865487") 2026/09/08 03:44:25 DEBUG : both3: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f407a798d61546ea0_d20260908_m034054_c001_v0001165_t0058_u01788838854274") 2026/09/08 03:44:25 DEBUG : both3: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f415970880aaf273e_d20260908_m034050_c001_v7007000_t0000_u01788838850969") 2026/09/08 03:44:25 DEBUG : both3: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f407a798d61546e4a_d20260908_m034039_c001_v0001165_t0058_u01788838839543") 2026/09/08 03:44:26 DEBUG : both4: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f403fca32a1d1632e_d20260908_m034105_c001_v7007000_t0000_u01788838865667") 2026/09/08 03:44:26 DEBUG : both4: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f407a798d61546ea2_d20260908_m034054_c001_v0001165_t0058_u01788838854643") 2026/09/08 03:44:26 DEBUG : both4: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f415970880aaf273f_d20260908_m034051_c001_v7007000_t0000_u01788838851151") 2026/09/08 03:44:26 DEBUG : both4: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f407a798d61546e4e_d20260908_m034039_c001_v0001165_t0058_u01788838839910") 2026/09/08 03:44:26 DEBUG : both5: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f403fca32a1d1632f_d20260908_m034105_c001_v7007000_t0000_u01788838865932") 2026/09/08 03:44:26 DEBUG : both5: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f407a798d61546ea6_d20260908_m034055_c001_v0001165_t0058_u01788838855011") 2026/09/08 03:44:26 DEBUG : both5: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f415970880aaf2740_d20260908_m034051_c001_v7007000_t0000_u01788838851333") 2026/09/08 03:44:26 DEBUG : both5: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f407a798d61546e50_d20260908_m034040_c001_v0001165_t0058_u01788838840281") 2026/09/08 03:44:26 DEBUG : both6: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f403fca32a1d16330_d20260908_m034106_c001_v7007000_t0000_u01788838866112") 2026/09/08 03:44:26 DEBUG : both6: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f407a798d61546ea8_d20260908_m034055_c001_v0001165_t0058_u01788838855379") 2026/09/08 03:44:26 DEBUG : both6: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f415970880aaf2743_d20260908_m034051_c001_v7007000_t0000_u01788838851515") 2026/09/08 03:44:26 DEBUG : both6: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f407a798d61546e54_d20260908_m034040_c001_v0001165_t0058_u01788838840649") 2026/09/08 03:44:26 DEBUG : both7: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f403fca32a1d16332_d20260908_m034106_c001_v7007000_t0000_u01788838866293") 2026/09/08 03:44:26 DEBUG : both7: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f407a798d61546eaa_d20260908_m034055_c001_v0001165_t0058_u01788838855747") 2026/09/08 03:44:26 DEBUG : both7: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f415970880aaf2747_d20260908_m034051_c001_v7007000_t0000_u01788838851698") 2026/09/08 03:44:26 DEBUG : both7: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f407a798d61546e58_d20260908_m034041_c001_v0001165_t0058_u01788838841019") 2026/09/08 03:44:26 DEBUG : both8: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f403fca32a1d16334_d20260908_m034106_c001_v7007000_t0000_u01788838866473") 2026/09/08 03:44:26 DEBUG : both8: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f407a798d61546eb0_d20260908_m034056_c001_v0001165_t0058_u01788838856136") 2026/09/08 03:44:26 DEBUG : both8: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f415970880aaf2748_d20260908_m034051_c001_v7007000_t0000_u01788838851881") 2026/09/08 03:44:26 DEBUG : both8: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f407a798d61546e5c_d20260908_m034041_c001_v0001165_t0058_u01788838841388") 2026/09/08 03:44:26 DEBUG : both9: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f403fca32a1d16335_d20260908_m034106_c001_v7007000_t0000_u01788838866654") 2026/09/08 03:44:27 DEBUG : both9: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f407a798d61546eb4_d20260908_m034056_c001_v0001165_t0058_u01788838856505") 2026/09/08 03:44:27 DEBUG : both9: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f415970880aaf2749_d20260908_m034052_c001_v7007000_t0000_u01788838852064") 2026/09/08 03:44:27 DEBUG : both9: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f407a798d61546e5e_d20260908_m034041_c001_v0001165_t0058_u01788838841759") 2026/09/08 03:44:27 DEBUG : c/non empty space: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f406eaa69e3122873_d20260908_m033739_c001_v7007000_t0000_u01788838659076") 2026/09/08 03:44:27 DEBUG : c/non empty space: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4007f22e09d6336d_d20260908_m033737_c001_v0001183_t0014_u01788838657533") 2026/09/08 03:44:27 DEBUG : c/non empty space: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4231a6b0414cc171_d20260908_m033736_c001_v7007000_t0000_u01788838656982") 2026/09/08 03:44:27 DEBUG : c/non empty space: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4007f22e09d63351_d20260908_m033735_c001_v0001183_t0014_u01788838655252") 2026/09/08 03:44:27 DEBUG : c/non empty space: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f411fc87cc5224b52_d20260908_m033721_c001_v7007000_t0000_u01788838641352") 2026/09/08 03:44:27 DEBUG : c/non empty space: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4007f22e09d632a8_d20260908_m033719_c001_v0001183_t0014_u01788838639722") 2026/09/08 03:44:27 DEBUG : c3BsaXRiYW5hbmFzcGxpdA==: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4275c184cb02c45e_d20260908_m034156_c001_v7007000_t0000_u01788838916498") 2026/09/08 03:44:27 DEBUG : c3BsaXRiYW5hbmFzcGxpdA==: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4197d6b03becf2b3_d20260908_m034152_c001_v0001182_t0015_u01788838912311") 2026/09/08 03:44:27 DEBUG : check sum: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f411fc87cc5224b0f_d20260908_m033713_c001_v7007000_t0000_u01788838633239") 2026/09/08 03:44:27 DEBUG : check sum: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4007f22e09d63263_d20260908_m033712_c001_v0001183_t0014_u01788838632342") 2026/09/08 03:44:27 DEBUG : dG9l/dG9l/dG9lLnR4dA==: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f401ddc18a91e031c_d20260908_m034413_c001_v7007000_t0000_u01788839053632") 2026/09/08 03:44:27 DEBUG : dG9l/dG9l/dG9lLnR4dA==: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4154c9752d6522b7_d20260908_m034412_c001_v0001173_t0015_u01788839052094") 2026/09/08 03:44:27 DEBUG : dest/3: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f404eb151e343c555_d20260908_m033913_c001_v7007000_t0000_u01788838753906") 2026/09/08 03:44:27 DEBUG : dest/3: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f402ad1ae6bc2f888_d20260908_m033912_c001_v0001146_t0052_u01788838752809") 2026/09/08 03:44:27 DEBUG : dir1/0000-abcde: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4231a6b0414cd6ac_d20260908_m034242_c001_v7007000_t0000_u01788838962312") 2026/09/08 03:44:27 DEBUG : dir1/0000-abcde: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4154c9752d65200e_d20260908_m034238_c001_v0001173_t0015_u01788838958630") 2026/09/08 03:44:27 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f417579424cdbd760_d20260908_m034344_c001_v7007000_t0000_u01788839024515") 2026/09/08 03:44:27 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4154c9752d6521c3_d20260908_m034336_c001_v0001173_t0015_u01788839016444") 2026/09/08 03:44:27 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f417579424cdbd6ec_d20260908_m034332_c001_v7007000_t0000_u01788839012287") 2026/09/08 03:44:27 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4154c9752d65216e_d20260908_m034323_c001_v0001173_t0015_u01788839003810") 2026/09/08 03:44:28 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f41220d45247351bd_d20260908_m034319_c001_v7007000_t0000_u01788838999750") 2026/09/08 03:44:28 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4154c9752d652120_d20260908_m034311_c001_v0001173_t0015_u01788838991284") 2026/09/08 03:44:28 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4231a6b0414cd6ff_d20260908_m034306_c001_v7007000_t0000_u01788838986823") 2026/09/08 03:44:28 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4154c9752d6520b6_d20260908_m034258_c001_v0001173_t0015_u01788838978954") 2026/09/08 03:44:28 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4231a6b0414cd6cc_d20260908_m034254_c001_v7007000_t0000_u01788838974834") 2026/09/08 03:44:28 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4154c9752d652054_d20260908_m034246_c001_v0001173_t0015_u01788838966380") 2026/09/08 03:44:28 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4231a6b0414cd6a5_d20260908_m034239_c001_v7007000_t0000_u01788838959773") 2026/09/08 03:44:28 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4197d6b03becf465_d20260908_m034232_c001_v0001182_t0015_u01788838952908") 2026/09/08 03:44:28 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f407777a2b519f26f_d20260908_m034228_c001_v7007000_t0000_u01788838948842") 2026/09/08 03:44:28 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f407a798d615470b7_d20260908_m034225_c001_v0001165_t0058_u01788838945760") 2026/09/08 03:44:28 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f417579424cdbd190_d20260908_m034224_c001_v7007000_t0000_u01788838944491") 2026/09/08 03:44:28 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f407a798d6154708d_d20260908_m034216_c001_v0001165_t0058_u01788838936440") 2026/09/08 03:44:28 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f42280698d8483091_d20260908_m034212_c001_v7007000_t0000_u01788838932283") 2026/09/08 03:44:28 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f417b77dbcc912beb_d20260908_m034209_c001_v0001116_t0033_u01788838929248") 2026/09/08 03:44:28 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f42280698d8483057_d20260908_m034208_c001_v7007000_t0000_u01788838928132") 2026/09/08 03:44:28 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f417b77dbcc912bb9_d20260908_m034200_c001_v0001116_t0033_u01788838920569") 2026/09/08 03:44:28 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f42079c84fdb99735_d20260908_m034154_c001_v7007000_t0000_u01788838914159") 2026/09/08 03:44:28 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f407a798d61546fdb_d20260908_m034146_c001_v0001165_t0058_u01788838906505") 2026/09/08 03:44:28 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f41589d77325774fb_d20260908_m034142_c001_v7007000_t0000_u01788838902488") 2026/09/08 03:44:28 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4154c9752d651dfe_d20260908_m034135_c001_v0001173_t0015_u01788838895031") 2026/09/08 03:44:28 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f41589d7732577486_d20260908_m034130_c001_v7007000_t0000_u01788838890925") 2026/09/08 03:44:28 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f417b77dbcc912aff_d20260908_m034124_c001_v0001116_t0033_u01788838884027") 2026/09/08 03:44:29 DEBUG : dir1/0000-abcdefg.txtSUFFIX: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4231a6b0414cd694_d20260908_m034226_c001_v7007000_t0000_u01788838946950") 2026/09/08 03:44:29 DEBUG : dir1/0000-abcdefg.txtSUFFIX: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f107a798d6154709d_d20260908_m034222_c001_v0001165_t0016_u01788838942315") 2026/09/08 03:44:29 DEBUG : dir1/0001-bcdef: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4231a6b0414cd6ad_d20260908_m034242_c001_v7007000_t0000_u01788838962494") 2026/09/08 03:44:29 DEBUG : dir1/0001-bcdef: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f417b77dbcc912c79_d20260908_m034238_c001_v0001116_t0033_u01788838958639") 2026/09/08 03:44:29 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f417579424cdbd762_d20260908_m034344_c001_v7007000_t0000_u01788839024696") 2026/09/08 03:44:29 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f417b77dbcc912d9d_d20260908_m034337_c001_v0001116_t0033_u01788839017036") 2026/09/08 03:44:29 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f417579424cdbd6ed_d20260908_m034332_c001_v7007000_t0000_u01788839012467") 2026/09/08 03:44:29 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f417b77dbcc912d6d_d20260908_m034324_c001_v0001116_t0033_u01788839004358") 2026/09/08 03:44:29 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f41220d45247351be_d20260908_m034319_c001_v7007000_t0000_u01788838999930") 2026/09/08 03:44:29 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f417b77dbcc912d1f_d20260908_m034311_c001_v0001116_t0033_u01788838991829") 2026/09/08 03:44:29 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4231a6b0414cd701_d20260908_m034307_c001_v7007000_t0000_u01788838987005") 2026/09/08 03:44:29 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f417b77dbcc912ce3_d20260908_m034259_c001_v0001116_t0033_u01788838979501") 2026/09/08 03:44:29 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4231a6b0414cd6ce_d20260908_m034255_c001_v7007000_t0000_u01788838975015") 2026/09/08 03:44:29 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f417b77dbcc912c9b_d20260908_m034246_c001_v0001116_t0033_u01788838966927") 2026/09/08 03:44:29 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f41220d452473509e_d20260908_m034239_c001_v7007000_t0000_u01788838959419") 2026/09/08 03:44:29 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f407a798d615470d9_d20260908_m034233_c001_v0001165_t0058_u01788838953453") 2026/09/08 03:44:29 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f407777a2b519f270_d20260908_m034229_c001_v7007000_t0000_u01788838949022") 2026/09/08 03:44:29 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4197d6b03becf427_d20260908_m034225_c001_v0001182_t0015_u01788838945748") 2026/09/08 03:44:29 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f411fc87cc5225631_d20260908_m034224_c001_v7007000_t0000_u01788838944499") 2026/09/08 03:44:29 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4197d6b03becf3db_d20260908_m034216_c001_v0001182_t0015_u01788838936980") 2026/09/08 03:44:29 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f42280698d8483093_d20260908_m034212_c001_v7007000_t0000_u01788838932467") 2026/09/08 03:44:29 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f407a798d61547075_d20260908_m034209_c001_v0001165_t0058_u01788838929227") 2026/09/08 03:44:30 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4000c361ff15c809_d20260908_m034207_c001_v7007000_t0000_u01788838927741") 2026/09/08 03:44:30 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f407a798d61547039_d20260908_m034201_c001_v0001165_t0058_u01788838921109") 2026/09/08 03:44:30 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4275c184cb02c430_d20260908_m034153_c001_v7007000_t0000_u01788838913573") 2026/09/08 03:44:30 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4154c9752d651e66_d20260908_m034147_c001_v0001173_t0015_u01788838907053") 2026/09/08 03:44:30 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f41589d77325774fe_d20260908_m034142_c001_v7007000_t0000_u01788838902670") 2026/09/08 03:44:30 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f417b77dbcc912b47_d20260908_m034135_c001_v0001116_t0033_u01788838895575") 2026/09/08 03:44:30 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f41589d7732577487_d20260908_m034131_c001_v7007000_t0000_u01788838891106") 2026/09/08 03:44:30 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f407a798d61546f5b_d20260908_m034124_c001_v0001165_t0058_u01788838884242") 2026/09/08 03:44:30 DEBUG : dir1/0001-bcdefgh.txtSUFFIX: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f407777a2b519ee82_d20260908_m034226_c001_v7007000_t0000_u01788838946961") 2026/09/08 03:44:30 DEBUG : dir1/0001-bcdefgh.txtSUFFIX: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f117b77dbcc912c29_d20260908_m034222_c001_v0001116_t0059_u01788838942324") 2026/09/08 03:44:30 DEBUG : dir1/0002-cdefg: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4231a6b0414cd6ae_d20260908_m034242_c001_v7007000_t0000_u01788838962681") 2026/09/08 03:44:30 DEBUG : dir1/0002-cdefg: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4197d6b03becf489_d20260908_m034238_c001_v0001182_t0015_u01788838958649") 2026/09/08 03:44:30 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f417579424cdbd764_d20260908_m034344_c001_v7007000_t0000_u01788839024877") 2026/09/08 03:44:30 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4197d6b03becf665_d20260908_m034337_c001_v0001182_t0015_u01788839017579") 2026/09/08 03:44:30 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f417579424cdbd6ee_d20260908_m034332_c001_v7007000_t0000_u01788839012647") 2026/09/08 03:44:30 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4197d6b03becf605_d20260908_m034324_c001_v0001182_t0015_u01788839004902") 2026/09/08 03:44:30 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f41220d45247351c0_d20260908_m034320_c001_v7007000_t0000_u01788839000111") 2026/09/08 03:44:30 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4197d6b03becf5a7_d20260908_m034312_c001_v0001182_t0015_u01788838992375") 2026/09/08 03:44:30 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4231a6b0414cd703_d20260908_m034307_c001_v7007000_t0000_u01788838987188") 2026/09/08 03:44:30 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4197d6b03becf553_d20260908_m034300_c001_v0001182_t0015_u01788838980041") 2026/09/08 03:44:30 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4231a6b0414cd6cf_d20260908_m034255_c001_v7007000_t0000_u01788838975197") 2026/09/08 03:44:30 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4197d6b03becf4e9_d20260908_m034247_c001_v0001182_t0015_u01788838967469") 2026/09/08 03:44:31 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f41029a347855b779_d20260908_m034239_c001_v7007000_t0000_u01788838959432") 2026/09/08 03:44:31 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4154c9752d651fd4_d20260908_m034234_c001_v0001173_t0015_u01788838954001") 2026/09/08 03:44:31 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f407777a2b519f271_d20260908_m034229_c001_v7007000_t0000_u01788838949207") 2026/09/08 03:44:31 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4154c9752d651f9c_d20260908_m034225_c001_v0001173_t0015_u01788838945771") 2026/09/08 03:44:31 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f40920f9b7a3ed242_d20260908_m034224_c001_v7007000_t0000_u01788838944500") 2026/09/08 03:44:31 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f417b77dbcc912c13_d20260908_m034217_c001_v0001116_t0033_u01788838937522") 2026/09/08 03:44:31 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f42280698d8483095_d20260908_m034212_c001_v7007000_t0000_u01788838932649") 2026/09/08 03:44:31 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4197d6b03becf39b_d20260908_m034209_c001_v0001182_t0015_u01788838929238") 2026/09/08 03:44:31 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f414cef54ad4987c1_d20260908_m034208_c001_v7007000_t0000_u01788838928137") 2026/09/08 03:44:31 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4197d6b03becf329_d20260908_m034201_c001_v0001182_t0015_u01788838921661") 2026/09/08 03:44:31 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4000c361ff15c70d_d20260908_m034154_c001_v7007000_t0000_u01788838914170") 2026/09/08 03:44:31 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f417b77dbcc912b7d_d20260908_m034147_c001_v0001116_t0033_u01788838907597") 2026/09/08 03:44:31 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f41589d7732577501_d20260908_m034142_c001_v7007000_t0000_u01788838902851") 2026/09/08 03:44:31 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f407a798d61546fa1_d20260908_m034136_c001_v0001165_t0058_u01788838896118") 2026/09/08 03:44:31 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f41589d7732577488_d20260908_m034131_c001_v7007000_t0000_u01788838891287") 2026/09/08 03:44:31 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4154c9752d651dac_d20260908_m034124_c001_v0001173_t0015_u01788838884425") 2026/09/08 03:44:31 DEBUG : dir1/0002-cdefghi.txtSUFFIX: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4275c184cb02c562_d20260908_m034226_c001_v7007000_t0000_u01788838946576") 2026/09/08 03:44:31 DEBUG : dir1/0002-cdefghi.txtSUFFIX: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f1154c9752d651f80_d20260908_m034222_c001_v0001173_t0052_u01788838942334") 2026/09/08 03:44:31 DEBUG : dir1/0003-defgh: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4231a6b0414cd6af_d20260908_m034242_c001_v7007000_t0000_u01788838962863") 2026/09/08 03:44:31 DEBUG : dir1/0003-defgh: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f407a798d615470f9_d20260908_m034238_c001_v0001165_t0058_u01788838958659") 2026/09/08 03:44:31 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f417579424cdbd766_d20260908_m034345_c001_v7007000_t0000_u01788839025058") 2026/09/08 03:44:31 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f407a798d6154720f_d20260908_m034338_c001_v0001165_t0058_u01788839018126") 2026/09/08 03:44:32 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f417579424cdbd6ef_d20260908_m034332_c001_v7007000_t0000_u01788839012829") 2026/09/08 03:44:32 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f407a798d615471d7_d20260908_m034325_c001_v0001165_t0058_u01788839005444") 2026/09/08 03:44:32 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f41220d45247351c2_d20260908_m034320_c001_v7007000_t0000_u01788839000293") 2026/09/08 03:44:32 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f407a798d6154718f_d20260908_m034312_c001_v0001165_t0058_u01788838992913") 2026/09/08 03:44:32 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4231a6b0414cd704_d20260908_m034307_c001_v7007000_t0000_u01788838987370") 2026/09/08 03:44:32 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f407a798d61547155_d20260908_m034300_c001_v0001165_t0058_u01788838980587") 2026/09/08 03:44:32 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4231a6b0414cd6d0_d20260908_m034255_c001_v7007000_t0000_u01788838975379") 2026/09/08 03:44:32 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f407a798d61547123_d20260908_m034248_c001_v0001165_t0058_u01788838968014") 2026/09/08 03:44:32 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f407777a2b519f286_d20260908_m034239_c001_v7007000_t0000_u01788838959580") 2026/09/08 03:44:32 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f417b77dbcc912c67_d20260908_m034234_c001_v0001116_t0033_u01788838954541") 2026/09/08 03:44:32 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f407777a2b519f272_d20260908_m034229_c001_v7007000_t0000_u01788838949387") 2026/09/08 03:44:32 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f417b77dbcc912c37_d20260908_m034225_c001_v0001116_t0033_u01788838945789") 2026/09/08 03:44:32 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4231a6b0414cd68e_d20260908_m034224_c001_v7007000_t0000_u01788838944673") 2026/09/08 03:44:32 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4154c9752d651f5e_d20260908_m034218_c001_v0001173_t0015_u01788838938068") 2026/09/08 03:44:32 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f42280698d8483097_d20260908_m034212_c001_v7007000_t0000_u01788838932830") 2026/09/08 03:44:32 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4154c9752d651f14_d20260908_m034209_c001_v0001173_t0015_u01788838929257") 2026/09/08 03:44:32 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f41589d77325775a9_d20260908_m034207_c001_v7007000_t0000_u01788838927751") 2026/09/08 03:44:32 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4154c9752d651ede_d20260908_m034202_c001_v0001173_t0015_u01788838922208") 2026/09/08 03:44:32 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4275c184cb02c43c_d20260908_m034154_c001_v7007000_t0000_u01788838914179") 2026/09/08 03:44:32 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f407a798d61546fe5_d20260908_m034147_c001_v0001165_t0058_u01788838907780") 2026/09/08 03:44:32 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f41589d7732577504_d20260908_m034143_c001_v7007000_t0000_u01788838903032") 2026/09/08 03:44:32 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4154c9752d651e0c_d20260908_m034136_c001_v0001173_t0015_u01788838896302") 2026/09/08 03:44:33 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f41589d7732577489_d20260908_m034131_c001_v7007000_t0000_u01788838891468") 2026/09/08 03:44:33 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f417b77dbcc912b0a_d20260908_m034124_c001_v0001116_t0033_u01788838884608") 2026/09/08 03:44:33 DEBUG : dir1/0003-defghij.txtSUFFIX: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4231a6b0414cd692_d20260908_m034226_c001_v7007000_t0000_u01788838946768") 2026/09/08 03:44:33 DEBUG : dir1/0003-defghij.txtSUFFIX: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f1197d6b03becf40b_d20260908_m034222_c001_v0001182_t0004_u01788838942344") 2026/09/08 03:44:33 DEBUG : dir1/0004-efghi: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4231a6b0414cd6b0_d20260908_m034243_c001_v7007000_t0000_u01788838963045") 2026/09/08 03:44:33 DEBUG : dir1/0004-efghi: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4154c9752d652010_d20260908_m034238_c001_v0001173_t0015_u01788838958815") 2026/09/08 03:44:33 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f417579424cdbd768_d20260908_m034345_c001_v7007000_t0000_u01788839025239") 2026/09/08 03:44:33 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4154c9752d6521d3_d20260908_m034338_c001_v0001173_t0015_u01788839018312") 2026/09/08 03:44:33 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f417579424cdbd6f0_d20260908_m034333_c001_v7007000_t0000_u01788839013009") 2026/09/08 03:44:33 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4154c9752d652178_d20260908_m034325_c001_v0001173_t0015_u01788839005630") 2026/09/08 03:44:33 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f41220d45247351c3_d20260908_m034320_c001_v7007000_t0000_u01788839000473") 2026/09/08 03:44:33 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4154c9752d65212a_d20260908_m034313_c001_v0001173_t0015_u01788838993095") 2026/09/08 03:44:33 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4231a6b0414cd705_d20260908_m034307_c001_v7007000_t0000_u01788838987555") 2026/09/08 03:44:33 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4154c9752d6520c4_d20260908_m034300_c001_v0001173_t0015_u01788838980773") 2026/09/08 03:44:33 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4231a6b0414cd6d1_d20260908_m034255_c001_v7007000_t0000_u01788838975596") 2026/09/08 03:44:33 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4154c9752d652062_d20260908_m034248_c001_v0001173_t0015_u01788838968211") 2026/09/08 03:44:33 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f407777a2b519f288_d20260908_m034239_c001_v7007000_t0000_u01788838959942") 2026/09/08 03:44:33 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4197d6b03becf46f_d20260908_m034234_c001_v0001182_t0015_u01788838954724") 2026/09/08 03:44:33 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f407777a2b519f273_d20260908_m034229_c001_v7007000_t0000_u01788838949568") 2026/09/08 03:44:33 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4197d6b03becf429_d20260908_m034225_c001_v0001182_t0015_u01788838945929") 2026/09/08 03:44:33 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f42280698d84830dd_d20260908_m034224_c001_v7007000_t0000_u01788838944084") 2026/09/08 03:44:33 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f407a798d61547091_d20260908_m034218_c001_v0001165_t0058_u01788838938362") 2026/09/08 03:44:34 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f42280698d8483099_d20260908_m034213_c001_v7007000_t0000_u01788838933022") 2026/09/08 03:44:34 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f407a798d61547079_d20260908_m034209_c001_v0001165_t0058_u01788838929410") 2026/09/08 03:44:34 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f414cef54ad4987c0_d20260908_m034207_c001_v7007000_t0000_u01788838927951") 2026/09/08 03:44:34 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f417b77dbcc912bbf_d20260908_m034202_c001_v0001116_t0033_u01788838922395") 2026/09/08 03:44:34 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f41589d773257758b_d20260908_m034153_c001_v7007000_t0000_u01788838913940") 2026/09/08 03:44:34 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4154c9752d651e74_d20260908_m034147_c001_v0001173_t0015_u01788838907967") 2026/09/08 03:44:34 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f41589d7732577507_d20260908_m034143_c001_v7007000_t0000_u01788838903212") 2026/09/08 03:44:34 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f417b77dbcc912b4b_d20260908_m034136_c001_v0001116_t0033_u01788838896484") 2026/09/08 03:44:34 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f41589d773257748a_d20260908_m034131_c001_v7007000_t0000_u01788838891649") 2026/09/08 03:44:34 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f407a798d61546f5d_d20260908_m034124_c001_v0001165_t0058_u01788838884799") 2026/09/08 03:44:34 DEBUG : dir1/0004-efghijk.txtSUFFIX: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f41589d77325775cd_d20260908_m034226_c001_v7007000_t0000_u01788838946814") 2026/09/08 03:44:34 DEBUG : dir1/0004-efghijk.txtSUFFIX: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f107a798d6154709f_d20260908_m034222_c001_v0001165_t0032_u01788838942527") 2026/09/08 03:44:34 DEBUG : dir1/0005-fghij: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4231a6b0414cd6b1_d20260908_m034243_c001_v7007000_t0000_u01788838963226") 2026/09/08 03:44:34 DEBUG : dir1/0005-fghij: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f417b77dbcc912c7b_d20260908_m034238_c001_v0001116_t0033_u01788838958823") 2026/09/08 03:44:34 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f417579424cdbd76b_d20260908_m034345_c001_v7007000_t0000_u01788839025421") 2026/09/08 03:44:34 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f417b77dbcc912da3_d20260908_m034338_c001_v0001116_t0033_u01788839018497") 2026/09/08 03:44:34 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f417579424cdbd6f1_d20260908_m034333_c001_v7007000_t0000_u01788839013191") 2026/09/08 03:44:34 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f417b77dbcc912d77_d20260908_m034325_c001_v0001116_t0033_u01788839005821") 2026/09/08 03:44:34 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f41220d45247351c4_d20260908_m034320_c001_v7007000_t0000_u01788839000655") 2026/09/08 03:44:34 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f417b77dbcc912d25_d20260908_m034313_c001_v0001116_t0033_u01788838993278") 2026/09/08 03:44:34 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4231a6b0414cd706_d20260908_m034307_c001_v7007000_t0000_u01788838987736") 2026/09/08 03:44:34 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f417b77dbcc912ce7_d20260908_m034300_c001_v0001116_t0033_u01788838980956") 2026/09/08 03:44:35 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4231a6b0414cd6d2_d20260908_m034255_c001_v7007000_t0000_u01788838975786") 2026/09/08 03:44:35 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f417b77dbcc912cab_d20260908_m034248_c001_v0001116_t0033_u01788838968396") 2026/09/08 03:44:35 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f41029a347855b77a_d20260908_m034239_c001_v7007000_t0000_u01788838959613") 2026/09/08 03:44:35 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f407a798d615470e5_d20260908_m034234_c001_v0001165_t0058_u01788838954908") 2026/09/08 03:44:35 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f407777a2b519f274_d20260908_m034229_c001_v7007000_t0000_u01788838949748") 2026/09/08 03:44:35 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f407a798d615470b9_d20260908_m034225_c001_v0001165_t0058_u01788838945944") 2026/09/08 03:44:35 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4275c184cb02c55b_d20260908_m034224_c001_v7007000_t0000_u01788838944294") 2026/09/08 03:44:35 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4197d6b03becf3e3_d20260908_m034218_c001_v0001182_t0015_u01788838938544") 2026/09/08 03:44:35 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f42280698d848309b_d20260908_m034213_c001_v7007000_t0000_u01788838933204") 2026/09/08 03:44:35 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4197d6b03becf39f_d20260908_m034209_c001_v0001182_t0015_u01788838929422") 2026/09/08 03:44:35 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f41220d4524734bcb_d20260908_m034207_c001_v7007000_t0000_u01788838927950") 2026/09/08 03:44:35 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f407a798d61547043_d20260908_m034202_c001_v0001165_t0058_u01788838922580") 2026/09/08 03:44:35 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4275c184cb02c437_d20260908_m034153_c001_v7007000_t0000_u01788838913936") 2026/09/08 03:44:35 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f417b77dbcc912b83_d20260908_m034148_c001_v0001116_t0033_u01788838908149") 2026/09/08 03:44:35 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f41589d773257750a_d20260908_m034143_c001_v7007000_t0000_u01788838903392") 2026/09/08 03:44:35 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f407a798d61546fa9_d20260908_m034136_c001_v0001165_t0058_u01788838896667") 2026/09/08 03:44:35 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f41589d773257748b_d20260908_m034131_c001_v7007000_t0000_u01788838891830") 2026/09/08 03:44:35 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4154c9752d651db4_d20260908_m034125_c001_v0001173_t0015_u01788838885117") 2026/09/08 03:44:35 DEBUG : dir1/0005-fghijkl.txtSUFFIX: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4231a6b0414cd690_d20260908_m034226_c001_v7007000_t0000_u01788838946586") 2026/09/08 03:44:36 DEBUG : dir1/0005-fghijkl.txtSUFFIX: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f1197d6b03becf40d_d20260908_m034222_c001_v0001182_t0040_u01788838942581") 2026/09/08 03:44:36 DEBUG : dir1/0006-ghijk: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4231a6b0414cd6b3_d20260908_m034243_c001_v7007000_t0000_u01788838963407") 2026/09/08 03:44:36 DEBUG : dir1/0006-ghijk: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4197d6b03becf48b_d20260908_m034238_c001_v0001182_t0015_u01788838958834") 2026/09/08 03:44:36 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f417579424cdbd76d_d20260908_m034345_c001_v7007000_t0000_u01788839025601") 2026/09/08 03:44:36 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4197d6b03becf66b_d20260908_m034338_c001_v0001182_t0015_u01788839018680") 2026/09/08 03:44:36 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f417579424cdbd6f3_d20260908_m034333_c001_v7007000_t0000_u01788839013372") 2026/09/08 03:44:36 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4197d6b03becf611_d20260908_m034326_c001_v0001182_t0015_u01788839006004") 2026/09/08 03:44:36 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f41220d45247351c6_d20260908_m034320_c001_v7007000_t0000_u01788839000836") 2026/09/08 03:44:36 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4197d6b03becf5b3_d20260908_m034313_c001_v0001182_t0015_u01788838993462") 2026/09/08 03:44:36 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4231a6b0414cd708_d20260908_m034307_c001_v7007000_t0000_u01788838987918") 2026/09/08 03:44:36 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4197d6b03becf55b_d20260908_m034301_c001_v0001182_t0015_u01788838981138") 2026/09/08 03:44:36 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4231a6b0414cd6d3_d20260908_m034255_c001_v7007000_t0000_u01788838975966") 2026/09/08 03:44:36 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4197d6b03becf4ff_d20260908_m034248_c001_v0001182_t0015_u01788838968579") 2026/09/08 03:44:36 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f41220d45247350a5_d20260908_m034239_c001_v7007000_t0000_u01788838959781") 2026/09/08 03:44:36 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4154c9752d651fe4_d20260908_m034235_c001_v0001173_t0015_u01788838955095") 2026/09/08 03:44:36 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f407777a2b519f275_d20260908_m034229_c001_v7007000_t0000_u01788838949930") 2026/09/08 03:44:36 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4154c9752d651f9e_d20260908_m034225_c001_v0001173_t0015_u01788838945956") 2026/09/08 03:44:36 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f414cef54ad4987dd_d20260908_m034224_c001_v7007000_t0000_u01788838944513") 2026/09/08 03:44:36 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f417b77dbcc912c15_d20260908_m034218_c001_v0001116_t0033_u01788838938726") 2026/09/08 03:44:36 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f42280698d848309e_d20260908_m034213_c001_v7007000_t0000_u01788838933394") 2026/09/08 03:44:36 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f417b77dbcc912bed_d20260908_m034209_c001_v0001116_t0033_u01788838929434") 2026/09/08 03:44:36 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f41994da9368e3a47_d20260908_m034208_c001_v7007000_t0000_u01788838928147") 2026/09/08 03:44:37 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4197d6b03becf343_d20260908_m034202_c001_v0001182_t0015_u01788838922764") 2026/09/08 03:44:37 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f41589d7732577586_d20260908_m034153_c001_v7007000_t0000_u01788838913558") 2026/09/08 03:44:37 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f407a798d61546fe9_d20260908_m034148_c001_v0001165_t0058_u01788838908331") 2026/09/08 03:44:37 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f41589d773257750e_d20260908_m034143_c001_v7007000_t0000_u01788838903573") 2026/09/08 03:44:37 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4154c9752d651e14_d20260908_m034136_c001_v0001173_t0015_u01788838896851") 2026/09/08 03:44:37 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f41589d773257748c_d20260908_m034132_c001_v7007000_t0000_u01788838892010") 2026/09/08 03:44:37 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f417b77dbcc912b0f_d20260908_m034125_c001_v0001116_t0033_u01788838885302") 2026/09/08 03:44:37 DEBUG : dir1/0006-ghijklm.txtSUFFIX: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4231a6b0414cd68f_d20260908_m034226_c001_v7007000_t0000_u01788838946556") 2026/09/08 03:44:37 DEBUG : dir1/0006-ghijklm.txtSUFFIX: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f1154c9752d651f86_d20260908_m034222_c001_v0001173_t0023_u01788838942594") 2026/09/08 03:44:37 DEBUG : dir1/0007-12345: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4231a6b0414cd6b4_d20260908_m034243_c001_v7007000_t0000_u01788838963589") 2026/09/08 03:44:37 DEBUG : dir1/0007-12345: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f407a798d615470fb_d20260908_m034238_c001_v0001165_t0058_u01788838958844") 2026/09/08 03:44:37 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f417579424cdbd770_d20260908_m034345_c001_v7007000_t0000_u01788839025782") 2026/09/08 03:44:37 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f407a798d61547215_d20260908_m034338_c001_v0001165_t0058_u01788839018865") 2026/09/08 03:44:37 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f417579424cdbd6f5_d20260908_m034333_c001_v7007000_t0000_u01788839013552") 2026/09/08 03:44:37 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f407a798d615471dd_d20260908_m034326_c001_v0001165_t0058_u01788839006187") 2026/09/08 03:44:37 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f41220d45247351c7_d20260908_m034321_c001_v7007000_t0000_u01788839001017") 2026/09/08 03:44:37 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f407a798d61547195_d20260908_m034313_c001_v0001165_t0058_u01788838993644") 2026/09/08 03:44:37 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4231a6b0414cd709_d20260908_m034308_c001_v7007000_t0000_u01788838988100") 2026/09/08 03:44:37 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f407a798d6154715b_d20260908_m034301_c001_v0001165_t0058_u01788838981320") 2026/09/08 03:44:37 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4231a6b0414cd6d7_d20260908_m034256_c001_v7007000_t0000_u01788838976147") 2026/09/08 03:44:37 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f407a798d61547127_d20260908_m034248_c001_v0001165_t0058_u01788838968762") 2026/09/08 03:44:37 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4231a6b0414cd6a4_d20260908_m034239_c001_v7007000_t0000_u01788838959591") 2026/09/08 03:44:38 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f417b77dbcc912c6b_d20260908_m034235_c001_v0001116_t0033_u01788838955279") 2026/09/08 03:44:38 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f407777a2b519f276_d20260908_m034230_c001_v7007000_t0000_u01788838950110") 2026/09/08 03:44:38 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f417b77dbcc912c39_d20260908_m034225_c001_v0001116_t0033_u01788838945981") 2026/09/08 03:44:38 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f42280698d84830e1_d20260908_m034224_c001_v7007000_t0000_u01788838944625") 2026/09/08 03:44:38 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4154c9752d651f66_d20260908_m034218_c001_v0001173_t0015_u01788838938910") 2026/09/08 03:44:38 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f42280698d84830a0_d20260908_m034213_c001_v7007000_t0000_u01788838933663") 2026/09/08 03:44:38 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4154c9752d651f18_d20260908_m034209_c001_v0001173_t0015_u01788838929444") 2026/09/08 03:44:38 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f418bee942c8ac6f5_d20260908_m034207_c001_v7007000_t0000_u01788838927550") 2026/09/08 03:44:38 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4154c9752d651ee8_d20260908_m034202_c001_v0001173_t0015_u01788838922949") 2026/09/08 03:44:38 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f41589d773257758a_d20260908_m034153_c001_v7007000_t0000_u01788838913919") 2026/09/08 03:44:38 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4154c9752d651e7a_d20260908_m034148_c001_v0001173_t0015_u01788838908516") 2026/09/08 03:44:38 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f41589d7732577511_d20260908_m034143_c001_v7007000_t0000_u01788838903754") 2026/09/08 03:44:38 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f417b77dbcc912b4d_d20260908_m034137_c001_v0001116_t0033_u01788838897034") 2026/09/08 03:44:38 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f41589d773257748d_d20260908_m034132_c001_v7007000_t0000_u01788838892191") 2026/09/08 03:44:38 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f407a798d61546f61_d20260908_m034125_c001_v0001165_t0058_u01788838885487") 2026/09/08 03:44:38 DEBUG : dir1/0007-1234567.txtSUFFIX: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f401ddc18a91dfd99_d20260908_m034226_c001_v7007000_t0000_u01788838946880") 2026/09/08 03:44:38 DEBUG : dir1/0007-1234567.txtSUFFIX: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f107a798d615470a1_d20260908_m034222_c001_v0001165_t0029_u01788838942797") 2026/09/08 03:44:38 DEBUG : dir1/0008-23456: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4231a6b0414cd6b6_d20260908_m034243_c001_v7007000_t0000_u01788838963770") 2026/09/08 03:44:38 DEBUG : dir1/0008-23456: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4154c9752d652016_d20260908_m034239_c001_v0001173_t0015_u01788838959002") 2026/09/08 03:44:38 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f417579424cdbd772_d20260908_m034345_c001_v7007000_t0000_u01788839025963") 2026/09/08 03:44:38 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4154c9752d6521d7_d20260908_m034339_c001_v0001173_t0015_u01788839019056") 2026/09/08 03:44:39 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f417579424cdbd6f9_d20260908_m034333_c001_v7007000_t0000_u01788839013732") 2026/09/08 03:44:39 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4154c9752d65217c_d20260908_m034326_c001_v0001173_t0015_u01788839006373") 2026/09/08 03:44:39 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f41220d45247351c9_d20260908_m034321_c001_v7007000_t0000_u01788839001199") 2026/09/08 03:44:39 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4154c9752d652133_d20260908_m034313_c001_v0001173_t0015_u01788838993827") 2026/09/08 03:44:39 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4231a6b0414cd70a_d20260908_m034308_c001_v7007000_t0000_u01788838988282") 2026/09/08 03:44:39 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4154c9752d6520ca_d20260908_m034301_c001_v0001173_t0015_u01788838981504") 2026/09/08 03:44:39 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4231a6b0414cd6db_d20260908_m034256_c001_v7007000_t0000_u01788838976329") 2026/09/08 03:44:39 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4154c9752d65206e_d20260908_m034248_c001_v0001173_t0015_u01788838968945") 2026/09/08 03:44:39 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f41220d45247350a2_d20260908_m034239_c001_v7007000_t0000_u01788838959601") 2026/09/08 03:44:39 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4197d6b03becf471_d20260908_m034235_c001_v0001182_t0015_u01788838955462") 2026/09/08 03:44:39 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f407777a2b519f277_d20260908_m034230_c001_v7007000_t0000_u01788838950290") 2026/09/08 03:44:39 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4197d6b03becf42f_d20260908_m034226_c001_v0001182_t0015_u01788838946111") 2026/09/08 03:44:39 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f407777a2b519ee7c_d20260908_m034224_c001_v7007000_t0000_u01788838944647") 2026/09/08 03:44:39 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f407a798d61547093_d20260908_m034219_c001_v0001165_t0058_u01788838939096") 2026/09/08 03:44:39 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f42280698d84830a1_d20260908_m034213_c001_v7007000_t0000_u01788838933845") 2026/09/08 03:44:39 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f407a798d6154707b_d20260908_m034209_c001_v0001165_t0058_u01788838929592") 2026/09/08 03:44:39 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f41994da9368e3a45_d20260908_m034207_c001_v7007000_t0000_u01788838927962") 2026/09/08 03:44:39 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f417b77dbcc912bc5_d20260908_m034203_c001_v0001116_t0033_u01788838923134") 2026/09/08 03:44:39 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f42079c84fdb99732_d20260908_m034153_c001_v7007000_t0000_u01788838913973") 2026/09/08 03:44:39 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f417b77dbcc912b85_d20260908_m034148_c001_v0001116_t0033_u01788838908700") 2026/09/08 03:44:39 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f41589d7732577514_d20260908_m034143_c001_v7007000_t0000_u01788838903935") 2026/09/08 03:44:39 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f407a798d61546fad_d20260908_m034137_c001_v0001165_t0058_u01788838897218") 2026/09/08 03:44:39 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f41589d773257748e_d20260908_m034132_c001_v7007000_t0000_u01788838892371") 2026/09/08 03:44:40 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4154c9752d651db8_d20260908_m034125_c001_v0001173_t0015_u01788838885671") 2026/09/08 03:44:40 DEBUG : dir1/0008-2345678.txtSUFFIX: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f407777a2b519ee81_d20260908_m034226_c001_v7007000_t0000_u01788838946779") 2026/09/08 03:44:40 DEBUG : dir1/0008-2345678.txtSUFFIX: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f1197d6b03becf40f_d20260908_m034222_c001_v0001182_t0017_u01788838942806") 2026/09/08 03:44:40 DEBUG : dir1/0009-34567: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4231a6b0414cd6b7_d20260908_m034243_c001_v7007000_t0000_u01788838963952") 2026/09/08 03:44:40 DEBUG : dir1/0009-34567: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f417b77dbcc912c7d_d20260908_m034239_c001_v0001116_t0033_u01788838959010") 2026/09/08 03:44:40 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f417579424cdbd774_d20260908_m034346_c001_v7007000_t0000_u01788839026143") 2026/09/08 03:44:40 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f417b77dbcc912da7_d20260908_m034339_c001_v0001116_t0033_u01788839019240") 2026/09/08 03:44:40 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f417579424cdbd6fb_d20260908_m034333_c001_v7007000_t0000_u01788839013912") 2026/09/08 03:44:40 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f417b77dbcc912d7a_d20260908_m034326_c001_v0001116_t0033_u01788839006560") 2026/09/08 03:44:40 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f41220d45247351ca_d20260908_m034321_c001_v7007000_t0000_u01788839001380") 2026/09/08 03:44:40 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f417b77dbcc912d29_d20260908_m034314_c001_v0001116_t0033_u01788838994011") 2026/09/08 03:44:40 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4231a6b0414cd70b_d20260908_m034308_c001_v7007000_t0000_u01788838988463") 2026/09/08 03:44:40 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f417b77dbcc912ceb_d20260908_m034301_c001_v0001116_t0033_u01788838981685") 2026/09/08 03:44:40 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4231a6b0414cd6de_d20260908_m034256_c001_v7007000_t0000_u01788838976511") 2026/09/08 03:44:40 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f417b77dbcc912caf_d20260908_m034249_c001_v0001116_t0033_u01788838969131") 2026/09/08 03:44:40 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4231a6b0414cd6a6_d20260908_m034239_c001_v7007000_t0000_u01788838959956") 2026/09/08 03:44:40 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f407a798d615470eb_d20260908_m034235_c001_v0001165_t0058_u01788838955645") 2026/09/08 03:44:40 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f407777a2b519f279_d20260908_m034230_c001_v7007000_t0000_u01788838950470") 2026/09/08 03:44:40 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f407a798d615470bb_d20260908_m034226_c001_v0001165_t0058_u01788838946130") 2026/09/08 03:44:40 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f42280698d84830df_d20260908_m034224_c001_v7007000_t0000_u01788838944444") 2026/09/08 03:44:40 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4197d6b03becf3ed_d20260908_m034219_c001_v0001182_t0015_u01788838939278") 2026/09/08 03:44:41 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f42280698d84830a2_d20260908_m034214_c001_v7007000_t0000_u01788838934026") 2026/09/08 03:44:41 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4197d6b03becf3a5_d20260908_m034209_c001_v0001182_t0015_u01788838929614") 2026/09/08 03:44:41 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4166e09d02238792_d20260908_m034207_c001_v7007000_t0000_u01788838927974") 2026/09/08 03:44:41 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f407a798d6154704d_d20260908_m034203_c001_v0001165_t0058_u01788838923315") 2026/09/08 03:44:41 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f41589d7732577589_d20260908_m034153_c001_v7007000_t0000_u01788838913738") 2026/09/08 03:44:41 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f407a798d61546feb_d20260908_m034148_c001_v0001165_t0058_u01788838908884") 2026/09/08 03:44:41 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f41589d7732577518_d20260908_m034144_c001_v7007000_t0000_u01788838904116") 2026/09/08 03:44:41 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4154c9752d651e1c_d20260908_m034137_c001_v0001173_t0015_u01788838897403") 2026/09/08 03:44:41 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f41589d773257748f_d20260908_m034132_c001_v7007000_t0000_u01788838892552") 2026/09/08 03:44:41 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f417b77dbcc912b13_d20260908_m034125_c001_v0001116_t0033_u01788838885898") 2026/09/08 03:44:41 DEBUG : dir1/0009-3456789.txtSUFFIX: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f407777a2b519ee80_d20260908_m034226_c001_v7007000_t0000_u01788838946597") 2026/09/08 03:44:41 DEBUG : dir1/0009-3456789.txtSUFFIX: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f1154c9752d651f8a_d20260908_m034222_c001_v0001173_t0018_u01788838942913") 2026/09/08 03:44:41 DEBUG : dir1/0010-45678: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4231a6b0414cd6b8_d20260908_m034244_c001_v7007000_t0000_u01788838964135") 2026/09/08 03:44:41 DEBUG : dir1/0010-45678: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4197d6b03becf48d_d20260908_m034239_c001_v0001182_t0015_u01788838959021") 2026/09/08 03:44:41 DEBUG : dir1/0010-456789.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f417579424cdbd777_d20260908_m034346_c001_v7007000_t0000_u01788839026323") 2026/09/08 03:44:41 DEBUG : dir1/0010-456789.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4197d6b03becf66d_d20260908_m034339_c001_v0001182_t0015_u01788839019423") 2026/09/08 03:44:41 DEBUG : dir1/0010-456789.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f417579424cdbd6fd_d20260908_m034334_c001_v7007000_t0000_u01788839014094") 2026/09/08 03:44:41 DEBUG : dir1/0010-456789.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4197d6b03becf617_d20260908_m034326_c001_v0001182_t0015_u01788839006746") 2026/09/08 03:44:41 DEBUG : dir1/0010-456789.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f41220d45247351cb_d20260908_m034321_c001_v7007000_t0000_u01788839001560") 2026/09/08 03:44:41 DEBUG : dir1/0010-456789.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4197d6b03becf5b7_d20260908_m034314_c001_v0001182_t0015_u01788838994194") 2026/09/08 03:44:41 DEBUG : dir1/0010-456789.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4231a6b0414cd70c_d20260908_m034308_c001_v7007000_t0000_u01788838988701") 2026/09/08 03:44:41 DEBUG : dir1/0010-456789.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4197d6b03becf55d_d20260908_m034301_c001_v0001182_t0015_u01788838981866") 2026/09/08 03:44:42 DEBUG : dir1/0010-456789.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4231a6b0414cd6e1_d20260908_m034256_c001_v7007000_t0000_u01788838976694") 2026/09/08 03:44:42 DEBUG : dir1/0010-456789.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4197d6b03becf50b_d20260908_m034249_c001_v0001182_t0015_u01788838969391") 2026/09/08 03:44:42 DEBUG : dir1/0010-456789.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f41029a347855b77b_d20260908_m034239_c001_v7007000_t0000_u01788838959794") 2026/09/08 03:44:42 DEBUG : dir1/0010-456789.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4154c9752d651fea_d20260908_m034235_c001_v0001173_t0015_u01788838955831") 2026/09/08 03:44:42 DEBUG : dir1/0010-456789.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f407777a2b519f27b_d20260908_m034230_c001_v7007000_t0000_u01788838950686") 2026/09/08 03:44:42 DEBUG : dir1/0010-456789.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4154c9752d651fa4_d20260908_m034226_c001_v0001173_t0015_u01788838946141") 2026/09/08 03:44:42 DEBUG : dir1/0010-456789.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f407777a2b519ee79_d20260908_m034224_c001_v7007000_t0000_u01788838944104") 2026/09/08 03:44:42 DEBUG : dir1/0010-456789.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f417b77dbcc912c19_d20260908_m034219_c001_v0001116_t0033_u01788838939460") 2026/09/08 03:44:42 DEBUG : dir1/0010-456789.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f42280698d84830a3_d20260908_m034214_c001_v7007000_t0000_u01788838934208") 2026/09/08 03:44:42 DEBUG : dir1/0010-456789.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f417b77dbcc912bef_d20260908_m034209_c001_v0001116_t0033_u01788838929617") 2026/09/08 03:44:42 DEBUG : dir1/0010-456789.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f41220d4524734bc8_d20260908_m034207_c001_v7007000_t0000_u01788838927765") 2026/09/08 03:44:42 DEBUG : dir1/0010-456789.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4197d6b03becf351_d20260908_m034203_c001_v0001182_t0015_u01788838923500") 2026/09/08 03:44:42 DEBUG : dir1/0010-456789.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4000c361ff15c709_d20260908_m034153_c001_v7007000_t0000_u01788838913979") 2026/09/08 03:44:42 DEBUG : dir1/0010-456789.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4154c9752d651e7c_d20260908_m034149_c001_v0001173_t0015_u01788838909068") 2026/09/08 03:44:42 DEBUG : dir1/0010-456789.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f41589d773257751b_d20260908_m034144_c001_v7007000_t0000_u01788838904298") 2026/09/08 03:44:42 DEBUG : dir1/0010-456789.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f417b77dbcc912b51_d20260908_m034137_c001_v0001116_t0033_u01788838897585") 2026/09/08 03:44:42 DEBUG : dir1/0010-456789.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f41589d7732577491_d20260908_m034132_c001_v7007000_t0000_u01788838892732") 2026/09/08 03:44:42 DEBUG : dir1/0010-456789.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f407a798d61546f63_d20260908_m034126_c001_v0001165_t0058_u01788838886086") 2026/09/08 03:44:42 DEBUG : dir1/0010-456789.txtSUFFIX: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f418bee942c8ac780_d20260908_m034226_c001_v7007000_t0000_u01788838946789") 2026/09/08 03:44:42 DEBUG : dir1/0010-456789.txtSUFFIX: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f1197d6b03becf413_d20260908_m034223_c001_v0001182_t0012_u01788838943010") 2026/09/08 03:44:42 DEBUG : dir1/0011-56789: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4231a6b0414cd6b9_d20260908_m034244_c001_v7007000_t0000_u01788838964317") 2026/09/08 03:44:42 DEBUG : dir1/0011-56789: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f407a798d615470fd_d20260908_m034239_c001_v0001165_t0058_u01788838959032") 2026/09/08 03:44:42 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f417579424cdbd779_d20260908_m034346_c001_v7007000_t0000_u01788839026505") 2026/09/08 03:44:43 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f407a798d6154721d_d20260908_m034339_c001_v0001165_t0058_u01788839019704") 2026/09/08 03:44:43 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f417579424cdbd6ff_d20260908_m034334_c001_v7007000_t0000_u01788839014362") 2026/09/08 03:44:43 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f407a798d615471e3_d20260908_m034326_c001_v0001165_t0058_u01788839006935") 2026/09/08 03:44:43 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f41220d45247351cc_d20260908_m034321_c001_v7007000_t0000_u01788839001761") 2026/09/08 03:44:43 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f407a798d6154719d_d20260908_m034314_c001_v0001165_t0058_u01788838994376") 2026/09/08 03:44:43 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4231a6b0414cd70d_d20260908_m034308_c001_v7007000_t0000_u01788838988886") 2026/09/08 03:44:43 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f407a798d61547161_d20260908_m034302_c001_v0001165_t0058_u01788838982048") 2026/09/08 03:44:43 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4231a6b0414cd6e3_d20260908_m034256_c001_v7007000_t0000_u01788838976875") 2026/09/08 03:44:43 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f407a798d61547129_d20260908_m034249_c001_v0001165_t0058_u01788838969574") 2026/09/08 03:44:43 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4231a6b0414cd6a3_d20260908_m034239_c001_v7007000_t0000_u01788838959409") 2026/09/08 03:44:43 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f417b77dbcc912c6d_d20260908_m034236_c001_v0001116_t0033_u01788838956014") 2026/09/08 03:44:43 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f407777a2b519f27c_d20260908_m034230_c001_v7007000_t0000_u01788838950866") 2026/09/08 03:44:43 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f417b77dbcc912c3b_d20260908_m034226_c001_v0001116_t0033_u01788838946182") 2026/09/08 03:44:43 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f407777a2b519ee7b_d20260908_m034224_c001_v7007000_t0000_u01788838944467") 2026/09/08 03:44:43 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4154c9752d651f6e_d20260908_m034219_c001_v0001173_t0015_u01788838939644") 2026/09/08 03:44:43 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f42280698d84830a4_d20260908_m034214_c001_v7007000_t0000_u01788838934390") 2026/09/08 03:44:43 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4154c9752d651f1c_d20260908_m034209_c001_v0001173_t0015_u01788838929629") 2026/09/08 03:44:43 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4000c361ff15c803_d20260908_m034207_c001_v7007000_t0000_u01788838927559") 2026/09/08 03:44:43 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4154c9752d651ef0_d20260908_m034203_c001_v0001173_t0015_u01788838923683") 2026/09/08 03:44:43 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4275c184cb02c434_d20260908_m034153_c001_v7007000_t0000_u01788838913755") 2026/09/08 03:44:43 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f417b77dbcc912b89_d20260908_m034149_c001_v0001116_t0033_u01788838909251") 2026/09/08 03:44:44 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f41589d773257751e_d20260908_m034144_c001_v7007000_t0000_u01788838904479") 2026/09/08 03:44:44 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f407a798d61546faf_d20260908_m034137_c001_v0001165_t0058_u01788838897768") 2026/09/08 03:44:44 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f41589d7732577492_d20260908_m034133_c001_v7007000_t0000_u01788838893001") 2026/09/08 03:44:44 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4154c9752d651dc0_d20260908_m034126_c001_v0001173_t0015_u01788838886271") 2026/09/08 03:44:44 DEBUG : dir1/0011-56789;.txtSUFFIX: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f418bee942c8ac77f_d20260908_m034226_c001_v7007000_t0000_u01788838946607") 2026/09/08 03:44:44 DEBUG : dir1/0011-56789;.txtSUFFIX: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f107a798d615470a5_d20260908_m034223_c001_v0001165_t0052_u01788838943066") 2026/09/08 03:44:44 DEBUG : dir1/0012-6789;: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4231a6b0414cd6ba_d20260908_m034244_c001_v7007000_t0000_u01788838964498") 2026/09/08 03:44:44 DEBUG : dir1/0012-6789;: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4154c9752d652018_d20260908_m034239_c001_v0001173_t0015_u01788838959187") 2026/09/08 03:44:44 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f417579424cdbd77b_d20260908_m034346_c001_v7007000_t0000_u01788839026686") 2026/09/08 03:44:44 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4154c9752d6521dd_d20260908_m034339_c001_v0001173_t0015_u01788839019896") 2026/09/08 03:44:44 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f417579424cdbd701_d20260908_m034334_c001_v7007000_t0000_u01788839014543") 2026/09/08 03:44:44 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4154c9752d652188_d20260908_m034327_c001_v0001173_t0015_u01788839007121") 2026/09/08 03:44:44 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f41220d45247351ce_d20260908_m034321_c001_v7007000_t0000_u01788839001945") 2026/09/08 03:44:44 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4154c9752d65213a_d20260908_m034314_c001_v0001173_t0015_u01788838994560") 2026/09/08 03:44:44 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4231a6b0414cd70f_d20260908_m034309_c001_v7007000_t0000_u01788838989066") 2026/09/08 03:44:44 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4154c9752d6520d2_d20260908_m034302_c001_v0001173_t0015_u01788838982236") 2026/09/08 03:44:44 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4231a6b0414cd6e4_d20260908_m034257_c001_v7007000_t0000_u01788838977057") 2026/09/08 03:44:44 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4154c9752d652076_d20260908_m034249_c001_v0001173_t0015_u01788838969758") 2026/09/08 03:44:44 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f407777a2b519f285_d20260908_m034239_c001_v7007000_t0000_u01788838959399") 2026/09/08 03:44:44 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4197d6b03becf477_d20260908_m034236_c001_v0001182_t0015_u01788838956196") 2026/09/08 03:44:44 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f407777a2b519f27d_d20260908_m034231_c001_v7007000_t0000_u01788838951046") 2026/09/08 03:44:44 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4197d6b03becf431_d20260908_m034226_c001_v0001182_t0015_u01788838946301") 2026/09/08 03:44:44 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4275c184cb02c55d_d20260908_m034224_c001_v7007000_t0000_u01788838944657") 2026/09/08 03:44:45 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f407a798d61547095_d20260908_m034219_c001_v0001165_t0058_u01788838939836") 2026/09/08 03:44:45 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f42280698d84830a5_d20260908_m034214_c001_v7007000_t0000_u01788838934571") 2026/09/08 03:44:45 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f407a798d6154707d_d20260908_m034209_c001_v0001165_t0058_u01788838929774") 2026/09/08 03:44:45 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4000c361ff15c80d_d20260908_m034207_c001_v7007000_t0000_u01788838927936") 2026/09/08 03:44:45 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f417b77dbcc912bc9_d20260908_m034203_c001_v0001116_t0033_u01788838923879") 2026/09/08 03:44:45 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4086cb03ee9abbdd_d20260908_m034153_c001_v7007000_t0000_u01788838913940") 2026/09/08 03:44:45 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f407a798d61546ff1_d20260908_m034149_c001_v0001165_t0058_u01788838909433") 2026/09/08 03:44:45 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f41589d7732577521_d20260908_m034144_c001_v7007000_t0000_u01788838904659") 2026/09/08 03:44:45 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4154c9752d651e24_d20260908_m034137_c001_v0001173_t0015_u01788838897963") 2026/09/08 03:44:45 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f41589d7732577494_d20260908_m034133_c001_v7007000_t0000_u01788838893182") 2026/09/08 03:44:45 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f417b77dbcc912b15_d20260908_m034126_c001_v0001116_t0033_u01788838886454") 2026/09/08 03:44:45 DEBUG : dir1/0012-6789;.txtSUFFIX: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4231a6b0414cd693_d20260908_m034226_c001_v7007000_t0000_u01788838946921") 2026/09/08 03:44:45 DEBUG : dir1/0012-6789;.txtSUFFIX: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f1154c9752d651f90_d20260908_m034223_c001_v0001173_t0045_u01788838943207") 2026/09/08 03:44:45 DEBUG : dir1/0013-789;=: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4231a6b0414cd6bb_d20260908_m034244_c001_v7007000_t0000_u01788838964680") 2026/09/08 03:44:45 DEBUG : dir1/0013-789;=: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f417b77dbcc912c7f_d20260908_m034239_c001_v0001116_t0033_u01788838959195") 2026/09/08 03:44:45 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f417579424cdbd77d_d20260908_m034346_c001_v7007000_t0000_u01788839026867") 2026/09/08 03:44:45 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f417b77dbcc912dab_d20260908_m034340_c001_v0001116_t0033_u01788839020087") 2026/09/08 03:44:45 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f417579424cdbd704_d20260908_m034334_c001_v7007000_t0000_u01788839014723") 2026/09/08 03:44:45 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f417b77dbcc912d7f_d20260908_m034327_c001_v0001116_t0033_u01788839007304") 2026/09/08 03:44:45 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f41220d45247351cf_d20260908_m034322_c001_v7007000_t0000_u01788839002125") 2026/09/08 03:44:45 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f417b77dbcc912d2f_d20260908_m034314_c001_v0001116_t0033_u01788838994743") 2026/09/08 03:44:46 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4231a6b0414cd710_d20260908_m034309_c001_v7007000_t0000_u01788838989247") 2026/09/08 03:44:46 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f417b77dbcc912cf1_d20260908_m034302_c001_v0001116_t0033_u01788838982420") 2026/09/08 03:44:46 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4231a6b0414cd6e5_d20260908_m034257_c001_v7007000_t0000_u01788838977238") 2026/09/08 03:44:46 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f417b77dbcc912cb9_d20260908_m034249_c001_v0001116_t0033_u01788838969943") 2026/09/08 03:44:46 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f407777a2b519f287_d20260908_m034239_c001_v7007000_t0000_u01788838959761") 2026/09/08 03:44:46 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f407a798d615470ef_d20260908_m034236_c001_v0001165_t0058_u01788838956379") 2026/09/08 03:44:46 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f407777a2b519f27e_d20260908_m034231_c001_v7007000_t0000_u01788838951226") 2026/09/08 03:44:46 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f407a798d615470bd_d20260908_m034226_c001_v0001165_t0058_u01788838946327") 2026/09/08 03:44:46 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f421fccf4478d81c0_d20260908_m034224_c001_v7007000_t0000_u01788838944469") 2026/09/08 03:44:46 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4197d6b03becf3f3_d20260908_m034220_c001_v0001182_t0015_u01788838940113") 2026/09/08 03:44:46 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f42280698d84830a6_d20260908_m034214_c001_v7007000_t0000_u01788838934754") 2026/09/08 03:44:46 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4197d6b03becf3a7_d20260908_m034209_c001_v0001182_t0015_u01788838929799") 2026/09/08 03:44:46 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4059ea51273fc1ba_d20260908_m034207_c001_v7007000_t0000_u01788838927993") 2026/09/08 03:44:46 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f407a798d61547057_d20260908_m034204_c001_v0001165_t0058_u01788838924063") 2026/09/08 03:44:46 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f41589d773257758c_d20260908_m034154_c001_v7007000_t0000_u01788838914099") 2026/09/08 03:44:46 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4154c9752d651e80_d20260908_m034149_c001_v0001173_t0015_u01788838909617") 2026/09/08 03:44:46 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f41589d7732577525_d20260908_m034144_c001_v7007000_t0000_u01788838904839") 2026/09/08 03:44:46 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f417b77dbcc912b55_d20260908_m034138_c001_v0001116_t0033_u01788838898145") 2026/09/08 03:44:46 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f41589d7732577495_d20260908_m034133_c001_v7007000_t0000_u01788838893363") 2026/09/08 03:44:46 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f407a798d61546f65_d20260908_m034126_c001_v0001165_t0058_u01788838886637") 2026/09/08 03:44:46 DEBUG : dir1/0013-789;=.txtSUFFIX: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f42280698d84830e6_d20260908_m034226_c001_v7007000_t0000_u01788838946618") 2026/09/08 03:44:46 DEBUG : dir1/0013-789;=.txtSUFFIX: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f1197d6b03becf417_d20260908_m034223_c001_v0001182_t0037_u01788838943225") 2026/09/08 03:44:46 DEBUG : dir1/0014-89;=.: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4231a6b0414cd6bc_d20260908_m034244_c001_v7007000_t0000_u01788838964863") 2026/09/08 03:44:47 DEBUG : dir1/0014-89;=.: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4197d6b03becf48f_d20260908_m034239_c001_v0001182_t0015_u01788838959206") 2026/09/08 03:44:47 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f417579424cdbd77f_d20260908_m034347_c001_v7007000_t0000_u01788839027048") 2026/09/08 03:44:47 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4197d6b03becf673_d20260908_m034340_c001_v0001182_t0015_u01788839020270") 2026/09/08 03:44:47 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f417579424cdbd706_d20260908_m034334_c001_v7007000_t0000_u01788839014904") 2026/09/08 03:44:47 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4197d6b03becf61b_d20260908_m034327_c001_v0001182_t0015_u01788839007487") 2026/09/08 03:44:47 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f41220d45247351d0_d20260908_m034322_c001_v7007000_t0000_u01788839002306") 2026/09/08 03:44:47 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4197d6b03becf5bb_d20260908_m034315_c001_v0001182_t0015_u01788838995041") 2026/09/08 03:44:47 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4231a6b0414cd711_d20260908_m034309_c001_v7007000_t0000_u01788838989429") 2026/09/08 03:44:47 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4197d6b03becf565_d20260908_m034302_c001_v0001182_t0015_u01788838982605") 2026/09/08 03:44:47 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4231a6b0414cd6e8_d20260908_m034257_c001_v7007000_t0000_u01788838977420") 2026/09/08 03:44:47 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4197d6b03becf511_d20260908_m034250_c001_v0001182_t0015_u01788838970126") 2026/09/08 03:44:47 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f42410c43b407f27a_d20260908_m034239_c001_v7007000_t0000_u01788838959802") 2026/09/08 03:44:47 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4154c9752d651ff8_d20260908_m034236_c001_v0001173_t0015_u01788838956565") 2026/09/08 03:44:47 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f407777a2b519f280_d20260908_m034231_c001_v7007000_t0000_u01788838951407") 2026/09/08 03:44:47 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4154c9752d651fa6_d20260908_m034226_c001_v0001173_t0015_u01788838946359") 2026/09/08 03:44:47 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f421fccf4478d81be_d20260908_m034224_c001_v7007000_t0000_u01788838944108") 2026/09/08 03:44:47 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f417b77dbcc912c1b_d20260908_m034220_c001_v0001116_t0033_u01788838940296") 2026/09/08 03:44:47 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f42280698d84830a7_d20260908_m034214_c001_v7007000_t0000_u01788838934934") 2026/09/08 03:44:47 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f417b77dbcc912bf5_d20260908_m034209_c001_v0001116_t0033_u01788838929809") 2026/09/08 03:44:47 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f41589d77325775aa_d20260908_m034207_c001_v7007000_t0000_u01788838927943") 2026/09/08 03:44:47 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4197d6b03becf35b_d20260908_m034204_c001_v0001182_t0015_u01788838924246") 2026/09/08 03:44:48 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f40920f9b7a3ed1ba_d20260908_m034154_c001_v7007000_t0000_u01788838914114") 2026/09/08 03:44:48 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f417b77dbcc912b8d_d20260908_m034149_c001_v0001116_t0033_u01788838909801") 2026/09/08 03:44:48 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f41589d7732577528_d20260908_m034145_c001_v7007000_t0000_u01788838905020") 2026/09/08 03:44:48 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f407a798d61546fb5_d20260908_m034138_c001_v0001165_t0058_u01788838898329") 2026/09/08 03:44:48 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f41589d7732577496_d20260908_m034133_c001_v7007000_t0000_u01788838893544") 2026/09/08 03:44:48 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4154c9752d651dc4_d20260908_m034126_c001_v0001173_t0015_u01788838886823") 2026/09/08 03:44:48 DEBUG : dir1/0014-89;=.txtSUFFIX: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f401ddc18a91dfd95_d20260908_m034226_c001_v7007000_t0000_u01788838946571") 2026/09/08 03:44:48 DEBUG : dir1/0014-89;=.txtSUFFIX: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f117b77dbcc912c33_d20260908_m034223_c001_v0001116_t0057_u01788838943236") 2026/09/08 03:44:48 DEBUG : dir1/0015-9;=.t: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4231a6b0414cd6bd_d20260908_m034245_c001_v7007000_t0000_u01788838965044") 2026/09/08 03:44:48 DEBUG : dir1/0015-9;=.t: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f407a798d615470ff_d20260908_m034239_c001_v0001165_t0058_u01788838959215") 2026/09/08 03:44:48 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f417579424cdbd781_d20260908_m034347_c001_v7007000_t0000_u01788839027228") 2026/09/08 03:44:48 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f407a798d61547223_d20260908_m034340_c001_v0001165_t0058_u01788839020455") 2026/09/08 03:44:48 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f417579424cdbd708_d20260908_m034335_c001_v7007000_t0000_u01788839015090") 2026/09/08 03:44:48 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f407a798d615471e7_d20260908_m034327_c001_v0001165_t0058_u01788839007670") 2026/09/08 03:44:48 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f41220d45247351d1_d20260908_m034322_c001_v7007000_t0000_u01788839002487") 2026/09/08 03:44:48 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f407a798d615471a3_d20260908_m034315_c001_v0001165_t0058_u01788838995225") 2026/09/08 03:44:48 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4231a6b0414cd712_d20260908_m034309_c001_v7007000_t0000_u01788838989610") 2026/09/08 03:44:48 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f407a798d6154716d_d20260908_m034302_c001_v0001165_t0058_u01788838982789") 2026/09/08 03:44:48 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4231a6b0414cd6ea_d20260908_m034257_c001_v7007000_t0000_u01788838977602") 2026/09/08 03:44:48 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f407a798d6154712f_d20260908_m034250_c001_v0001165_t0058_u01788838970309") 2026/09/08 03:44:48 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f418987c7b9cb736a_d20260908_m034239_c001_v7007000_t0000_u01788838959812") 2026/09/08 03:44:48 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f417b77dbcc912c71_d20260908_m034236_c001_v0001116_t0033_u01788838956749") 2026/09/08 03:44:48 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f407777a2b519f281_d20260908_m034231_c001_v7007000_t0000_u01788838951587") 2026/09/08 03:44:49 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f417b77dbcc912c3d_d20260908_m034226_c001_v0001116_t0033_u01788838946374") 2026/09/08 03:44:49 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4275c184cb02c55a_d20260908_m034224_c001_v7007000_t0000_u01788838944115") 2026/09/08 03:44:49 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4154c9752d651f74_d20260908_m034220_c001_v0001173_t0015_u01788838940480") 2026/09/08 03:44:49 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f42280698d84830a8_d20260908_m034215_c001_v7007000_t0000_u01788838935116") 2026/09/08 03:44:49 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4154c9752d651f20_d20260908_m034209_c001_v0001173_t0015_u01788838929822") 2026/09/08 03:44:49 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f418bee942c8ac6f9_d20260908_m034208_c001_v7007000_t0000_u01788838928037") 2026/09/08 03:44:49 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4154c9752d651ef4_d20260908_m034204_c001_v0001173_t0015_u01788838924430") 2026/09/08 03:44:49 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4086cb03ee9abbde_d20260908_m034154_c001_v7007000_t0000_u01788838914124") 2026/09/08 03:44:49 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f407a798d61546ff9_d20260908_m034149_c001_v0001165_t0058_u01788838909985") 2026/09/08 03:44:49 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f41589d773257752c_d20260908_m034145_c001_v7007000_t0000_u01788838905200") 2026/09/08 03:44:49 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4154c9752d651e2c_d20260908_m034138_c001_v0001173_t0015_u01788838898512") 2026/09/08 03:44:49 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f41589d7732577497_d20260908_m034133_c001_v7007000_t0000_u01788838893725") 2026/09/08 03:44:49 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f417b77dbcc912b1f_d20260908_m034127_c001_v0001116_t0033_u01788838887008") 2026/09/08 03:44:49 DEBUG : dir1/0015-9;=.txtSUFFIX: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f42280698d84830e8_d20260908_m034226_c001_v7007000_t0000_u01788838946800") 2026/09/08 03:44:49 DEBUG : dir1/0015-9;=.txtSUFFIX: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f407a798d615470a9_d20260908_m034223_c001_v0001165_t0058_u01788838943305") 2026/09/08 03:44:49 DEBUG : dir1/MDAwMC1hYmNkZWZnLnR4dA==: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4275c184cb02c461_d20260908_m034156_c001_v7007000_t0000_u01788838916678") 2026/09/08 03:44:49 DEBUG : dir1/MDAwMC1hYmNkZWZnLnR4dA==: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f117b77dbcc912ba1_d20260908_m034151_c001_v0001116_t0053_u01788838911964") 2026/09/08 03:44:49 DEBUG : dir1/MDAwMS1iY2RlZmdoLnR4dA==: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4275c184cb02c463_d20260908_m034156_c001_v7007000_t0000_u01788838916860") 2026/09/08 03:44:49 DEBUG : dir1/MDAwMS1iY2RlZmdoLnR4dA==: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f1154c9752d651e98_d20260908_m034151_c001_v0001173_t0058_u01788838911975") 2026/09/08 03:44:49 DEBUG : dir1/MDAwMi1jZGVmZ2hpLnR4dA==: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4275c184cb02c467_d20260908_m034157_c001_v7007000_t0000_u01788838917041") 2026/09/08 03:44:50 DEBUG : dir1/MDAwMi1jZGVmZ2hpLnR4dA==: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f107a798d61547007_d20260908_m034151_c001_v0001165_t0017_u01788838911986") 2026/09/08 03:44:50 DEBUG : dir1/MDAwMy1kZWZnaGlqLnR4dA==: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4275c184cb02c46a_d20260908_m034157_c001_v7007000_t0000_u01788838917222") 2026/09/08 03:44:50 DEBUG : dir1/MDAwMy1kZWZnaGlqLnR4dA==: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f107a798d61547009_d20260908_m034152_c001_v0001165_t0039_u01788838912196") 2026/09/08 03:44:50 DEBUG : dir1/MDAwNC1lZmdoaWprLnR4dA==: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4275c184cb02c46f_d20260908_m034157_c001_v7007000_t0000_u01788838917405") 2026/09/08 03:44:50 DEBUG : dir1/MDAwNC1lZmdoaWprLnR4dA==: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f1154c9752d651e9c_d20260908_m034152_c001_v0001173_t0057_u01788838912246") 2026/09/08 03:44:50 DEBUG : dir1/MDAwNS1mZ2hpamtsLnR4dA==: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4275c184cb02c472_d20260908_m034157_c001_v7007000_t0000_u01788838917586") 2026/09/08 03:44:50 DEBUG : dir1/MDAwNS1mZ2hpamtsLnR4dA==: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f107a798d6154700b_d20260908_m034152_c001_v0001165_t0055_u01788838912485") 2026/09/08 03:44:50 DEBUG : dir1/MDAwNi1naGlqa2xtLnR4dA==: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4275c184cb02c475_d20260908_m034157_c001_v7007000_t0000_u01788838917767") 2026/09/08 03:44:50 DEBUG : dir1/MDAwNi1naGlqa2xtLnR4dA==: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f1197d6b03becf2bd_d20260908_m034152_c001_v0001182_t0025_u01788838912498") 2026/09/08 03:44:50 DEBUG : dir1/MDAwNy0xMjM0NTY3LnR4dA==: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4275c184cb02c478_d20260908_m034157_c001_v7007000_t0000_u01788838917948") 2026/09/08 03:44:50 DEBUG : dir1/MDAwNy0xMjM0NTY3LnR4dA==: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f1154c9752d651ea0_d20260908_m034152_c001_v0001173_t0013_u01788838912517") 2026/09/08 03:44:50 DEBUG : dir1/MDAwOC0yMzQ1Njc4LnR4dA==: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4275c184cb02c47c_d20260908_m034158_c001_v7007000_t0000_u01788838918181") 2026/09/08 03:44:50 DEBUG : dir1/MDAwOC0yMzQ1Njc4LnR4dA==: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f117b77dbcc912ba7_d20260908_m034152_c001_v0001116_t0038_u01788838912544") 2026/09/08 03:44:50 DEBUG : dir1/MDAwOS0zNDU2Nzg5LnR4dA==: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4275c184cb02c47f_d20260908_m034158_c001_v7007000_t0000_u01788838918361") 2026/09/08 03:44:50 DEBUG : dir1/MDAwOS0zNDU2Nzg5LnR4dA==: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f1197d6b03becf2c1_d20260908_m034152_c001_v0001182_t0023_u01788838912701") 2026/09/08 03:44:50 DEBUG : dir1/MDAxMC00NTY3ODkudHh0: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4275c184cb02c482_d20260908_m034158_c001_v7007000_t0000_u01788838918542") 2026/09/08 03:44:50 DEBUG : dir1/MDAxMC00NTY3ODkudHh0: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f107a798d6154700d_d20260908_m034152_c001_v0001165_t0010_u01788838912721") 2026/09/08 03:44:50 DEBUG : dir1/MDAxMS01Njc4OTsudHh0: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4275c184cb02c485_d20260908_m034158_c001_v7007000_t0000_u01788838918723") 2026/09/08 03:44:50 DEBUG : dir1/MDAxMS01Njc4OTsudHh0: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f1154c9752d651ea4_d20260908_m034152_c001_v0001173_t0058_u01788838912790") 2026/09/08 03:44:50 DEBUG : dir1/MDAxMi02Nzg5Oy50eHQ=: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4275c184cb02c488_d20260908_m034158_c001_v7007000_t0000_u01788838918903") 2026/09/08 03:44:50 DEBUG : dir1/MDAxMi02Nzg5Oy50eHQ=: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f1197d6b03becf2c7_d20260908_m034152_c001_v0001182_t0019_u01788838912926") 2026/09/08 03:44:50 DEBUG : dir1/MDAxMy03ODk7PS50eHQ=: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4275c184cb02c48d_d20260908_m034159_c001_v7007000_t0000_u01788838919084") 2026/09/08 03:44:50 DEBUG : dir1/MDAxMy03ODk7PS50eHQ=: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f107a798d61547013_d20260908_m034152_c001_v0001165_t0005_u01788838912947") 2026/09/08 03:44:50 DEBUG : dir1/MDAxNC04OTs9LnR4dA==: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4275c184cb02c490_d20260908_m034159_c001_v7007000_t0000_u01788838919264") 2026/09/08 03:44:51 DEBUG : dir1/MDAxNC04OTs9LnR4dA==: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f1154c9752d651ea8_d20260908_m034153_c001_v0001173_t0035_u01788838913082") 2026/09/08 03:44:51 DEBUG : dir1/MDAxNS05Oz0udHh0: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4275c184cb02c493_d20260908_m034159_c001_v7007000_t0000_u01788838919446") 2026/09/08 03:44:51 DEBUG : dir1/MDAxNS05Oz0udHh0: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4197d6b03becf2cd_d20260908_m034153_c001_v0001182_t0015_u01788838913140") 2026/09/08 03:44:51 DEBUG : dir1/PREFIX0000-abcdefg.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f418bee942c8ac6ff_d20260908_m034210_c001_v7007000_t0000_u01788838930079") 2026/09/08 03:44:51 DEBUG : dir1/PREFIX0000-abcdefg.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f1197d6b03becf375_d20260908_m034206_c001_v0001182_t0041_u01788838926257") 2026/09/08 03:44:51 DEBUG : dir1/PREFIX0001-bcdefgh.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f414cef54ad4987c6_d20260908_m034210_c001_v7007000_t0000_u01788838930379") 2026/09/08 03:44:51 DEBUG : dir1/PREFIX0001-bcdefgh.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f117b77dbcc912bdf_d20260908_m034206_c001_v0001116_t0028_u01788838926245") 2026/09/08 03:44:51 DEBUG : dir1/PREFIX0002-cdefghi.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4000c361ff15c82e_d20260908_m034210_c001_v7007000_t0000_u01788838930237") 2026/09/08 03:44:51 DEBUG : dir1/PREFIX0002-cdefghi.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f1154c9752d651efc_d20260908_m034206_c001_v0001173_t0002_u01788838926267") 2026/09/08 03:44:51 DEBUG : dir1/PREFIX0003-defghij.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f40868b4aad021650_d20260908_m034210_c001_v7007000_t0000_u01788838930253") 2026/09/08 03:44:51 DEBUG : dir1/PREFIX0003-defghij.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f107a798d61547065_d20260908_m034206_c001_v0001165_t0040_u01788838926276") 2026/09/08 03:44:51 DEBUG : dir1/PREFIX0004-efghijk.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f418bee942c8ac700_d20260908_m034210_c001_v7007000_t0000_u01788838930266") 2026/09/08 03:44:51 DEBUG : dir1/PREFIX0004-efghijk.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f107a798d61547067_d20260908_m034206_c001_v0001165_t0006_u01788838926551") 2026/09/08 03:44:51 DEBUG : dir1/PREFIX0005-fghijkl.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f40868b4aad02164f_d20260908_m034210_c001_v7007000_t0000_u01788838930072") 2026/09/08 03:44:51 DEBUG : dir1/PREFIX0005-fghijkl.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f1154c9752d651efe_d20260908_m034206_c001_v0001173_t0013_u01788838926597") 2026/09/08 03:44:51 DEBUG : dir1/PREFIX0006-ghijklm.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4000c361ff15c82c_d20260908_m034210_c001_v7007000_t0000_u01788838930057") 2026/09/08 03:44:51 DEBUG : dir1/PREFIX0006-ghijklm.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f1197d6b03becf377_d20260908_m034206_c001_v0001182_t0044_u01788838926634") 2026/09/08 03:44:51 DEBUG : dir1/PREFIX0007-1234567.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f41994da9368e3a56_d20260908_m034210_c001_v7007000_t0000_u01788838930004") 2026/09/08 03:44:51 DEBUG : dir1/PREFIX0007-1234567.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f107a798d61547069_d20260908_m034206_c001_v0001165_t0049_u01788838926773") 2026/09/08 03:44:51 DEBUG : dir1/PREFIX0008-2345678.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f414cef54ad4987c3_d20260908_m034210_c001_v7007000_t0000_u01788838930016") 2026/09/08 03:44:52 DEBUG : dir1/PREFIX0008-2345678.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f117b77dbcc912be1_d20260908_m034206_c001_v0001116_t0006_u01788838926869") 2026/09/08 03:44:52 DEBUG : dir1/PREFIX0009-3456789.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4058dee3c1cb6c03_d20260908_m034210_c001_v7007000_t0000_u01788838930031") 2026/09/08 03:44:52 DEBUG : dir1/PREFIX0009-3456789.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f1154c9752d651f02_d20260908_m034206_c001_v0001173_t0003_u01788838926889") 2026/09/08 03:44:52 DEBUG : dir1/PREFIX0010-456789.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4058dee3c1cb6c05_d20260908_m034210_c001_v7007000_t0000_u01788838930395") 2026/09/08 03:44:52 DEBUG : dir1/PREFIX0010-456789.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f1197d6b03becf37b_d20260908_m034206_c001_v0001182_t0045_u01788838926902") 2026/09/08 03:44:52 DEBUG : dir1/PREFIX0011-56789;.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f41994da9368e3a58_d20260908_m034210_c001_v7007000_t0000_u01788838930186") 2026/09/08 03:44:52 DEBUG : dir1/PREFIX0011-56789;.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f107a798d6154706b_d20260908_m034206_c001_v0001165_t0028_u01788838926992") 2026/09/08 03:44:52 DEBUG : dir1/PREFIX0012-6789;.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f414cef54ad4987c4_d20260908_m034210_c001_v7007000_t0000_u01788838930197") 2026/09/08 03:44:52 DEBUG : dir1/PREFIX0012-6789;.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f1197d6b03becf37d_d20260908_m034207_c001_v0001182_t0006_u01788838927120") 2026/09/08 03:44:52 DEBUG : dir1/PREFIX0013-789;=.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f42280698d8483079_d20260908_m034210_c001_v7007000_t0000_u01788838930406") 2026/09/08 03:44:52 DEBUG : dir1/PREFIX0013-789;=.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f1154c9752d651f06_d20260908_m034207_c001_v0001173_t0055_u01788838927192") 2026/09/08 03:44:52 DEBUG : dir1/PREFIX0014-89;=.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4176823748552d9d_d20260908_m034210_c001_v7007000_t0000_u01788838930346") 2026/09/08 03:44:52 DEBUG : dir1/PREFIX0014-89;=.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f107a798d6154706d_d20260908_m034207_c001_v0001165_t0005_u01788838927244") 2026/09/08 03:44:52 DEBUG : dir1/PREFIX0015-9;=.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4176823748552d9c_d20260908_m034210_c001_v7007000_t0000_u01788838930165") 2026/09/08 03:44:52 DEBUG : dir1/PREFIX0015-9;=.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4197d6b03becf387_d20260908_m034207_c001_v0001182_t0015_u01788838927332") 2026/09/08 03:44:52 DEBUG : dst/one: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f41589d773257741a_d20260908_m034030_c001_v7007000_t0000_u01788838830470") 2026/09/08 03:44:52 DEBUG : dst/one: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f418da25e2c989260_d20260908_m034028_c001_v0001161_t0015_u01788838828753") 2026/09/08 03:44:52 DEBUG : dst/one: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f421fccf4478d7fc2_d20260908_m034028_c001_v7007000_t0000_u01788838828569") 2026/09/08 03:44:52 DEBUG : dst/one: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f418da25e2c989256_d20260908_m034026_c001_v0001161_t0015_u01788838826321") 2026/09/08 03:44:52 DEBUG : dst/one: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f421fccf4478d7fab_d20260908_m034025_c001_v7007000_t0000_u01788838825594") 2026/09/08 03:44:52 DEBUG : dst/one: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4007f22e09d63886_d20260908_m034021_c001_v0001183_t0014_u01788838821718") 2026/09/08 03:44:52 DEBUG : dst/one: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f41589d77325773a4_d20260908_m034020_c001_v7007000_t0000_u01788838820262") 2026/09/08 03:44:52 DEBUG : dst/one: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f415a686a9c21ca6e_d20260908_m034018_c001_v0001131_t0019_u01788838818584") 2026/09/08 03:44:52 DEBUG : dst/one: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f403fca32a1d1627f_d20260908_m034018_c001_v7007000_t0000_u01788838818401") 2026/09/08 03:44:53 DEBUG : dst/one: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f415a686a9c21ca64_d20260908_m034016_c001_v0001131_t0019_u01788838816165") 2026/09/08 03:44:53 DEBUG : dst/one: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f403fca32a1d16267_d20260908_m034015_c001_v7007000_t0000_u01788838815444") 2026/09/08 03:44:53 DEBUG : dst/one: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f407a798d61546dd8_d20260908_m034011_c001_v0001165_t0058_u01788838811843") 2026/09/08 03:44:53 DEBUG : dst/one: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f41589d7732577362_d20260908_m034010_c001_v7007000_t0000_u01788838810579") 2026/09/08 03:44:53 DEBUG : dst/one: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f415d07fbb9ee58bb_d20260908_m034009_c001_v0001042_t0000_u01788838809462") 2026/09/08 03:44:53 DEBUG : dst/one: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f404eb151e343c634_d20260908_m034009_c001_v7007000_t0000_u01788838809279") 2026/09/08 03:44:53 DEBUG : dst/one: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f415d07fbb9ee58af_d20260908_m034007_c001_v0001042_t0000_u01788838807379") 2026/09/08 03:44:53 DEBUG : dst/one: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f404eb151e343c62e_d20260908_m034006_c001_v7007000_t0000_u01788838806652") 2026/09/08 03:44:53 DEBUG : dst/one: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f407a798d61546db6_d20260908_m034003_c001_v0001165_t0058_u01788838803693") 2026/09/08 03:44:53 DEBUG : dst/one: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f41589d7732577356_d20260908_m034002_c001_v7007000_t0000_u01788838802784") 2026/09/08 03:44:53 DEBUG : dst/one: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f41421b2369c0be48_d20260908_m034001_c001_v0001032_t0044_u01788838801100") 2026/09/08 03:44:53 DEBUG : dst/one: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f40868b4aad01fc42_d20260908_m034000_c001_v7007000_t0000_u01788838800918") 2026/09/08 03:44:53 DEBUG : dst/one: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f41421b2369c0be3e_d20260908_m033958_c001_v0001032_t0044_u01788838798203") 2026/09/08 03:44:53 DEBUG : dst/one: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f40868b4aad01fc2b_d20260908_m033957_c001_v7007000_t0000_u01788838797479") 2026/09/08 03:44:53 DEBUG : dst/one: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f407a798d61546d7a_d20260908_m033952_c001_v0001165_t0058_u01788838792318") 2026/09/08 03:44:53 DEBUG : dst/one: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f403fca32a1d16212_d20260908_m033951_c001_v7007000_t0000_u01788838791405") 2026/09/08 03:44:53 DEBUG : dst/one: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f401958c74a78804e_d20260908_m033949_c001_v0001131_t0006_u01788838789926") 2026/09/08 03:44:53 DEBUG : dst/one: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f41029a347855b4ae_d20260908_m033949_c001_v7007000_t0000_u01788838789744") 2026/09/08 03:44:53 DEBUG : dst/one: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f401958c74a788048_d20260908_m033947_c001_v0001131_t0006_u01788838787000") 2026/09/08 03:44:53 DEBUG : dst/one: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f41029a347855b481_d20260908_m033946_c001_v7007000_t0000_u01788838786280") 2026/09/08 03:44:54 DEBUG : dst/one: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f407a798d61546d46_d20260908_m033940_c001_v0001165_t0058_u01788838780950") 2026/09/08 03:44:54 DEBUG : dst/one: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f42410c43b407ef7f_d20260908_m033939_c001_v7007000_t0000_u01788838779870") 2026/09/08 03:44:54 DEBUG : dst/one: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4009feb366969620_d20260908_m033938_c001_v0001102_t0057_u01788838778336") 2026/09/08 03:44:54 DEBUG : dst/one: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f41670784d1439753_d20260908_m033938_c001_v7007000_t0000_u01788838778151") 2026/09/08 03:44:54 DEBUG : dst/one: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4009feb36696961c_d20260908_m033935_c001_v0001102_t0057_u01788838775495") 2026/09/08 03:44:54 DEBUG : dst/one: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f41670784d143974f_d20260908_m033934_c001_v7007000_t0000_u01788838774775") 2026/09/08 03:44:54 DEBUG : dst/one: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f407a798d61546d18_d20260908_m033929_c001_v0001165_t0058_u01788838769534") 2026/09/08 03:44:54 DEBUG : dst/one: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f404eb151e343c5a0_d20260908_m033928_c001_v7007000_t0000_u01788838768795") 2026/09/08 03:44:54 DEBUG : dst/one: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4033b93b24081044_d20260908_m033924_c001_v0001137_t0010_u01788838764172") 2026/09/08 03:44:54 DEBUG : dst/one: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f41589d77325772ac_d20260908_m033923_c001_v7007000_t0000_u01788838763978") 2026/09/08 03:44:54 DEBUG : dst/one: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f407a798d61546cec_d20260908_m033919_c001_v0001165_t0058_u01788838759956") 2026/09/08 03:44:54 DEBUG : dst/one: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f415bbff467f8d8ea_d20260908_m033919_c001_v0001184_t0036_u01788838759227") 2026/09/08 03:44:54 DEBUG : dst/one: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f415bbff467f8d8e4_d20260908_m033918_c001_v0001184_t0036_u01788838758305") 2026/09/08 03:44:54 DEBUG : dst/one: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f413ea8dd54411391_d20260908_m033905_c001_v7007000_t0000_u01788838745555") 2026/09/08 03:44:54 DEBUG : dst/one: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4007f22e09d6362a_d20260908_m033859_c001_v0001183_t0014_u01788838739508") 2026/09/08 03:44:54 DEBUG : dst/one: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f404bc4d0f0b8c75f_d20260908_m033858_c001_v0001174_t0055_u01788838738777") 2026/09/08 03:44:54 DEBUG : dst/one: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f404bc4d0f0b8c74d_d20260908_m033857_c001_v0001174_t0055_u01788838737801") 2026/09/08 03:44:54 DEBUG : dst/one-2019-01-01: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f41589d773257741d_d20260908_m034030_c001_v7007000_t0000_u01788838830650") 2026/09/08 03:44:54 DEBUG : dst/one-2019-01-01: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f40083584d5b82627_d20260908_m034028_c001_v0001043_t0044_u01788838828383") 2026/09/08 03:44:54 DEBUG : dst/one-2019-01-01: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4081e2cccf952d63_d20260908_m034025_c001_v0001104_t0012_u01788838825409") 2026/09/08 03:44:54 DEBUG : dst/one.bak: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f41589d77325773a6_d20260908_m034020_c001_v7007000_t0000_u01788838820442") 2026/09/08 03:44:54 DEBUG : dst/one.bak: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4154e1bfdbd8478d_d20260908_m034018_c001_v0001109_t0048_u01788838818217") 2026/09/08 03:44:54 DEBUG : dst/one.bak: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f40636c5f06250257_d20260908_m034015_c001_v0001037_t0015_u01788838815240") 2026/09/08 03:44:54 DEBUG : dst/one.bak: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f41589d7732577364_d20260908_m034010_c001_v7007000_t0000_u01788838810758") 2026/09/08 03:44:55 DEBUG : dst/one.bak: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f404bb412da02fa8b_d20260908_m034009_c001_v0001165_t0023_u01788838809094") 2026/09/08 03:44:55 DEBUG : dst/one.bak: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f40846a4316e7e74f_d20260908_m034006_c001_v0001150_t0055_u01788838806465") 2026/09/08 03:44:55 DEBUG : dst/three: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f404eb151e343c5a4_d20260908_m033928_c001_v7007000_t0000_u01788838768982") 2026/09/08 03:44:55 DEBUG : dst/three: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f415bbff467f8d922_d20260908_m033927_c001_v0001184_t0036_u01788838767496") 2026/09/08 03:44:55 DEBUG : dst/three-2019-01-01.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f41589d773257741f_d20260908_m034030_c001_v7007000_t0000_u01788838830831") 2026/09/08 03:44:55 DEBUG : dst/three-2019-01-01.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f416f31a945776f65_d20260908_m034029_c001_v0001182_t0001_u01788838829530") 2026/09/08 03:44:55 DEBUG : dst/three-2019-01-01.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f417744cc742965d0_d20260908_m034027_c001_v0001174_t0003_u01788838827068") 2026/09/08 03:44:55 DEBUG : dst/three.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f41589d7732577421_d20260908_m034031_c001_v7007000_t0000_u01788838831010") 2026/09/08 03:44:55 DEBUG : dst/three.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f418da25e2c989266_d20260908_m034029_c001_v0001161_t0015_u01788838829905") 2026/09/08 03:44:55 DEBUG : dst/three.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f421fccf4478d7fcb_d20260908_m034029_c001_v7007000_t0000_u01788838829720") 2026/09/08 03:44:55 DEBUG : dst/three.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f418da25e2c98925a_d20260908_m034027_c001_v0001161_t0015_u01788838827440") 2026/09/08 03:44:55 DEBUG : dst/three.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f421fccf4478d7fb6_d20260908_m034027_c001_v7007000_t0000_u01788838827256") 2026/09/08 03:44:55 DEBUG : dst/three.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4007f22e09d63892_d20260908_m034022_c001_v0001183_t0014_u01788838822455") 2026/09/08 03:44:55 DEBUG : dst/three.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f41589d77325773a8_d20260908_m034020_c001_v7007000_t0000_u01788838820623") 2026/09/08 03:44:55 DEBUG : dst/three.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f415a686a9c21ca78_d20260908_m034019_c001_v0001131_t0019_u01788838819691") 2026/09/08 03:44:55 DEBUG : dst/three.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f403fca32a1d16286_d20260908_m034019_c001_v7007000_t0000_u01788838819510") 2026/09/08 03:44:55 DEBUG : dst/three.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f415a686a9c21ca68_d20260908_m034017_c001_v0001131_t0019_u01788838817279") 2026/09/08 03:44:55 DEBUG : dst/three.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f403fca32a1d16276_d20260908_m034017_c001_v7007000_t0000_u01788838817097") 2026/09/08 03:44:55 DEBUG : dst/three.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f407a798d61546ddc_d20260908_m034012_c001_v0001165_t0058_u01788838812212") 2026/09/08 03:44:55 DEBUG : dst/three.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f404eb151e343c635_d20260908_m034010_c001_v7007000_t0000_u01788838810026") 2026/09/08 03:44:56 DEBUG : dst/three.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4007f22e09d63816_d20260908_m034008_c001_v0001183_t0014_u01788838808315") 2026/09/08 03:44:56 DEBUG : dst/three.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f404eb151e343c62f_d20260908_m034007_c001_v7007000_t0000_u01788838807950") 2026/09/08 03:44:56 DEBUG : dst/three.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f407a798d61546dba_d20260908_m034004_c001_v0001165_t0058_u01788838804060") 2026/09/08 03:44:56 DEBUG : dst/three.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f40868b4aad01fc48_d20260908_m034001_c001_v7007000_t0000_u01788838801804") 2026/09/08 03:44:56 DEBUG : dst/three.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4007f22e09d637de_d20260908_m033959_c001_v0001183_t0014_u01788838799973") 2026/09/08 03:44:56 DEBUG : dst/three.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f40868b4aad01fc34_d20260908_m033958_c001_v7007000_t0000_u01788838798822") 2026/09/08 03:44:56 DEBUG : dst/three.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f407a798d61546d80_d20260908_m033952_c001_v0001165_t0058_u01788838792688") 2026/09/08 03:44:56 DEBUG : dst/three.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f41029a347855b4b4_d20260908_m033950_c001_v7007000_t0000_u01788838790488") 2026/09/08 03:44:56 DEBUG : dst/three.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4007f22e09d63782_d20260908_m033948_c001_v0001183_t0014_u01788838788802") 2026/09/08 03:44:56 DEBUG : dst/three.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f41029a347855b495_d20260908_m033947_c001_v7007000_t0000_u01788838787721") 2026/09/08 03:44:56 DEBUG : dst/three.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f407a798d61546d4c_d20260908_m033941_c001_v0001165_t0058_u01788838781318") 2026/09/08 03:44:56 DEBUG : dst/three.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f41670784d143975a_d20260908_m033938_c001_v7007000_t0000_u01788838778900") 2026/09/08 03:44:56 DEBUG : dst/three.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4007f22e09d63724_d20260908_m033937_c001_v0001183_t0014_u01788838777211") 2026/09/08 03:44:56 DEBUG : dst/three.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f41670784d1439750_d20260908_m033936_c001_v7007000_t0000_u01788838776128") 2026/09/08 03:44:56 DEBUG : dst/three.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f407a798d61546d1a_d20260908_m033929_c001_v0001165_t0058_u01788838769903") 2026/09/08 03:44:56 DEBUG : dst/three.txt.bak: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f41589d77325773aa_d20260908_m034020_c001_v7007000_t0000_u01788838820803") 2026/09/08 03:44:56 DEBUG : dst/three.txt.bak: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f405f8547a25d09c9_d20260908_m034019_c001_v0001150_t0033_u01788838819324") 2026/09/08 03:44:56 DEBUG : dst/three.txt.bak: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4143a090fffff372_d20260908_m034016_c001_v0001182_t0055_u01788838816911") 2026/09/08 03:44:56 DEBUG : dst/three.txt.bak: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f41589d7732577366_d20260908_m034010_c001_v7007000_t0000_u01788838810939") 2026/09/08 03:44:56 DEBUG : dst/three.txt.bak: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f419140514a9b2977_d20260908_m034009_c001_v0001116_t0010_u01788838809841") 2026/09/08 03:44:56 DEBUG : dst/three.txt.bak: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f41845ef397d787ca_d20260908_m034007_c001_v0001092_t0024_u01788838807764") 2026/09/08 03:44:56 DEBUG : dst/two: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f41589d7732577423_d20260908_m034031_c001_v7007000_t0000_u01788838831204") 2026/09/08 03:44:56 DEBUG : dst/two: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f407a798d61546e04_d20260908_m034022_c001_v0001165_t0058_u01788838822270") 2026/09/08 03:44:56 DEBUG : dst/two: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f41589d77325773ac_d20260908_m034020_c001_v7007000_t0000_u01788838820983") 2026/09/08 03:44:57 DEBUG : dst/two: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4007f22e09d63830_d20260908_m034012_c001_v0001183_t0014_u01788838812028") 2026/09/08 03:44:57 DEBUG : dst/two: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f41589d7732577368_d20260908_m034011_c001_v7007000_t0000_u01788838811119") 2026/09/08 03:44:57 DEBUG : dst/two: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4007f22e09d63802_d20260908_m034003_c001_v0001183_t0014_u01788838803877") 2026/09/08 03:44:57 DEBUG : dst/two: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f41589d7732577358_d20260908_m034002_c001_v7007000_t0000_u01788838802964") 2026/09/08 03:44:57 DEBUG : dst/two: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4007f22e09d6379e_d20260908_m033952_c001_v0001183_t0014_u01788838792503") 2026/09/08 03:44:57 DEBUG : dst/two: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f403fca32a1d16213_d20260908_m033951_c001_v7007000_t0000_u01788838791585") 2026/09/08 03:44:57 DEBUG : dst/two: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4007f22e09d6374a_d20260908_m033941_c001_v0001183_t0014_u01788838781133") 2026/09/08 03:44:57 DEBUG : dst/two: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f42410c43b407ef81_d20260908_m033940_c001_v7007000_t0000_u01788838780051") 2026/09/08 03:44:57 DEBUG : dst/two: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4007f22e09d636f0_d20260908_m033929_c001_v0001183_t0014_u01788838769720") 2026/09/08 03:44:57 DEBUG : dst/two: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f404eb151e343c5a7_d20260908_m033929_c001_v7007000_t0000_u01788838769164") 2026/09/08 03:44:57 DEBUG : dst/two: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f411fa7fb867cdaad_d20260908_m033925_c001_v0001106_t0018_u01788838765290") 2026/09/08 03:44:57 DEBUG : dst/two: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f413ea8dd54411392_d20260908_m033905_c001_v7007000_t0000_u01788838745735") 2026/09/08 03:44:57 DEBUG : dst/two: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f404bc4d0f0b8c7a3_d20260908_m033904_c001_v0001174_t0055_u01788838744631") 2026/09/08 03:44:57 DEBUG : empty space: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f42079c84fdb98516_d20260908_m033831_c001_v7007000_t0000_u01788838711735") 2026/09/08 03:44:57 DEBUG : empty space: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4007f22e09d63550_d20260908_m033829_c001_v0001183_t0014_u01788838709013") 2026/09/08 03:44:57 DEBUG : empty space: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f42079c84fdb984ec_d20260908_m033827_c001_v7007000_t0000_u01788838707133") 2026/09/08 03:44:57 DEBUG : empty space: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f407a798d61546bb6_d20260908_m033818_c001_v0001165_t0058_u01788838698179") 2026/09/08 03:44:57 DEBUG : empty space: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4176823748552864_d20260908_m033809_c001_v7007000_t0000_u01788838689213") 2026/09/08 03:44:57 DEBUG : empty space: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4007f22e09d63488_d20260908_m033806_c001_v0001183_t0014_u01788838686541") 2026/09/08 03:44:57 DEBUG : empty space: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f406eaa69e3122890_d20260908_m033749_c001_v7007000_t0000_u01788838669258") 2026/09/08 03:44:57 DEBUG : empty space: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4007f22e09d633de_d20260908_m033747_c001_v0001183_t0014_u01788838667537") 2026/09/08 03:44:57 DEBUG : empty space: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f406eaa69e3122886_d20260908_m033746_c001_v7007000_t0000_u01788838666785") 2026/09/08 03:44:58 DEBUG : empty space: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4007f22e09d633c8_d20260908_m033745_c001_v0001183_t0014_u01788838665621") 2026/09/08 03:44:58 DEBUG : empty space: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f406eaa69e3122881_d20260908_m033743_c001_v7007000_t0000_u01788838663218") 2026/09/08 03:44:58 DEBUG : empty space: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4007f22e09d6339e_d20260908_m033741_c001_v0001183_t0014_u01788838661657") 2026/09/08 03:44:58 DEBUG : empty space: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f406eaa69e312287c_d20260908_m033740_c001_v7007000_t0000_u01788838660926") 2026/09/08 03:44:58 DEBUG : empty space: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4007f22e09d63385_d20260908_m033739_c001_v0001183_t0014_u01788838659628") 2026/09/08 03:44:58 DEBUG : empty space: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f406eaa69e3122850_d20260908_m033734_c001_v7007000_t0000_u01788838654518") 2026/09/08 03:44:58 DEBUG : empty space: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4007f22e09d6333d_d20260908_m033733_c001_v0001183_t0014_u01788838653157") 2026/09/08 03:44:58 DEBUG : empty space: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f406eaa69e312283e_d20260908_m033732_c001_v7007000_t0000_u01788838652405") 2026/09/08 03:44:58 DEBUG : empty space: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4007f22e09d63331_d20260908_m033731_c001_v0001183_t0014_u01788838651671") 2026/09/08 03:44:58 DEBUG : empty space: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f406eaa69e312281b_d20260908_m033727_c001_v7007000_t0000_u01788838647980") 2026/09/08 03:44:58 DEBUG : empty space: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4007f22e09d632fb_d20260908_m033726_c001_v0001183_t0014_u01788838646787") 2026/09/08 03:44:58 DEBUG : empty space: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f411fc87cc5224b6e_d20260908_m033724_c001_v7007000_t0000_u01788838644968") 2026/09/08 03:44:58 DEBUG : empty space: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4007f22e09d632db_d20260908_m033724_c001_v0001183_t0014_u01788838644066") 2026/09/08 03:44:58 DEBUG : empty space: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f411fc87cc5224b65_d20260908_m033723_c001_v7007000_t0000_u01788838643706") 2026/09/08 03:44:58 DEBUG : empty space: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f408e8b00e81db28f_d20260908_m033723_c001_v0001131_t0055_u01788838643165") 2026/09/08 03:44:58 DEBUG : empty space: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4007f22e09d632c9_d20260908_m033721_c001_v0001183_t0014_u01788838641713") 2026/09/08 03:44:58 DEBUG : enormous: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f406eaa69e312288c_d20260908_m033748_c001_v7007000_t0000_u01788838668339") 2026/09/08 03:44:58 DEBUG : enormous: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f1007f22e09d633e4_d20260908_m033747_c001_v0001183_t0053_u01788838667721") 2026/09/08 03:44:58 DEBUG : existing: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f41589d7732577440_d20260908_m034035_c001_v7007000_t0000_u01788838835265") 2026/09/08 03:44:58 DEBUG : existing: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f407a798d61546e34_d20260908_m034034_c001_v0001165_t0058_u01788838834152") 2026/09/08 03:44:58 DEBUG : existing: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4176823748552858_d20260908_m033805_c001_v7007000_t0000_u01788838685120") 2026/09/08 03:44:59 DEBUG : existing: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4007f22e09d6346e_d20260908_m033804_c001_v0001183_t0014_u01788838684205") 2026/09/08 03:44:59 DEBUG : existing: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f411fc87cc5224b3f_d20260908_m033719_c001_v7007000_t0000_u01788838639179") 2026/09/08 03:44:59 DEBUG : existing: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4007f22e09d63297_d20260908_m033718_c001_v0001183_t0014_u01788838638281") 2026/09/08 03:44:59 DEBUG : existing: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f411fc87cc5224b33_d20260908_m033717_c001_v7007000_t0000_u01788838637741") 2026/09/08 03:44:59 DEBUG : existing: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4007f22e09d6328f_d20260908_m033717_c001_v0001183_t0014_u01788838637202") 2026/09/08 03:44:59 DEBUG : existing: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4007f22e09d63287_d20260908_m033716_c001_v0001183_t0014_u01788838636478") 2026/09/08 03:44:59 DEBUG : existing-b: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f417682374855285a_d20260908_m033805_c001_v7007000_t0000_u01788838685300") 2026/09/08 03:44:59 DEBUG : existing-b: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f407a798d61546b6a_d20260908_m033804_c001_v0001165_t0058_u01788838684194") 2026/09/08 03:44:59 DEBUG : file1: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f403fca32a1d1635e_d20260908_m034114_c001_v7007000_t0000_u01788838874997") 2026/09/08 03:44:59 DEBUG : file1: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4154c9752d651d5e_d20260908_m034113_c001_v0001173_t0015_u01788838873872") 2026/09/08 03:44:59 DEBUG : file1: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f403fca32a1d16350_d20260908_m034112_c001_v7007000_t0000_u01788838872586") 2026/09/08 03:44:59 DEBUG : file1: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f407a798d61546f15_d20260908_m034111_c001_v0001165_t0058_u01788838871195") 2026/09/08 03:44:59 DEBUG : five: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f406eaa69e3122893_d20260908_m033752_c001_v7007000_t0000_u01788838672602") 2026/09/08 03:44:59 DEBUG : five: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4007f22e09d63402_d20260908_m033750_c001_v0001183_t0014_u01788838670728") 2026/09/08 03:44:59 DEBUG : foo: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f406eaa69e312280e_d20260908_m033726_c001_v7007000_t0000_u01788838646423") 2026/09/08 03:44:59 DEBUG : foo: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4007f22e09d632f3_d20260908_m033725_c001_v0001183_t0014_u01788838645877") 2026/09/08 03:44:59 DEBUG : foo: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4007f22e09d632e7_d20260908_m033725_c001_v0001183_t0014_u01788838645328") 2026/09/08 03:44:59 DEBUG : four: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4176823748552840_d20260908_m033752_c001_v7007000_t0000_u01788838672787") 2026/09/08 03:44:59 DEBUG : four: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4015c7f48e2d4801_d20260908_m033751_c001_v0001113_t0058_u01788838671287") 2026/09/08 03:44:59 DEBUG : four: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4007f22e09d633fa_d20260908_m033750_c001_v0001183_t0014_u01788838670181") 2026/09/08 03:44:59 DEBUG : hello world2: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f406eaa69e3122620_d20260908_m033639_c001_v7007000_t0000_u01788838599539") 2026/09/08 03:44:59 DEBUG : hello world2: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4007f22e09d6314b_d20260908_m033638_c001_v0001183_t0014_u01788838598997") 2026/09/08 03:44:59 DEBUG : ignore-size: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f411fc87cc5224b26_d20260908_m033716_c001_v7007000_t0000_u01788838636118") 2026/09/08 03:44:59 DEBUG : ignore-size: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4007f22e09d63279_d20260908_m033715_c001_v0001183_t0014_u01788838635216") 2026/09/08 03:45:00 DEBUG : nested/sub dir/file: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4176823748552853_d20260908_m033803_c001_v7007000_t0000_u01788838683465") 2026/09/08 03:45:00 DEBUG : nested/sub dir/file: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4007f22e09d63468_d20260908_m033802_c001_v0001183_t0014_u01788838682922") 2026/09/08 03:45:00 DEBUG : nested/sub dir/file: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4176823748552851_d20260908_m033802_c001_v7007000_t0000_u01788838682186") 2026/09/08 03:45:00 DEBUG : nested/sub dir/file: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f407a798d61546b5c_d20260908_m033801_c001_v0001165_t0058_u01788838681479") 2026/09/08 03:45:00 DEBUG : one: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4176823748552841_d20260908_m033752_c001_v7007000_t0000_u01788838672967") 2026/09/08 03:45:00 DEBUG : one: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4007f22e09d633f0_d20260908_m033749_c001_v0001183_t0014_u01788838669625") 2026/09/08 03:45:00 DEBUG : only0: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f403fca32a1d16338_d20260908_m034106_c001_v7007000_t0000_u01788838866833") 2026/09/08 03:45:00 DEBUG : only0: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f407a798d61546eda_d20260908_m034101_c001_v0001165_t0058_u01788838861128") 2026/09/08 03:45:00 DEBUG : only0: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4007f22e09d639b4_d20260908_m034053_c001_v0001183_t0014_u01788838853348") 2026/09/08 03:45:00 DEBUG : only0: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f418bee942c8ac571_d20260908_m034047_c001_v7007000_t0000_u01788838847688") 2026/09/08 03:45:00 DEBUG : only0: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4007f22e09d63914_d20260908_m034038_c001_v0001183_t0014_u01788838838622") 2026/09/08 03:45:00 DEBUG : only1: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f403fca32a1d16339_d20260908_m034107_c001_v7007000_t0000_u01788838867014") 2026/09/08 03:45:00 DEBUG : only1: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4154c9752d651d0c_d20260908_m034102_c001_v0001173_t0015_u01788838862067") 2026/09/08 03:45:00 DEBUG : only1: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4007f22e09d639b6_d20260908_m034053_c001_v0001183_t0014_u01788838853721") 2026/09/08 03:45:00 DEBUG : only1: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f403fca32a1d162d1_d20260908_m034047_c001_v7007000_t0000_u01788838847631") 2026/09/08 03:45:00 DEBUG : only1: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4007f22e09d63918_d20260908_m034038_c001_v0001183_t0014_u01788838838989") 2026/09/08 03:45:00 DEBUG : only10: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f403fca32a1d1633a_d20260908_m034107_c001_v7007000_t0000_u01788838867195") 2026/09/08 03:45:00 DEBUG : only10: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4007f22e09d63a1a_d20260908_m034101_c001_v0001183_t0014_u01788838861138") 2026/09/08 03:45:00 DEBUG : only10: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4007f22e09d639e2_d20260908_m034057_c001_v0001183_t0014_u01788838857085") 2026/09/08 03:45:00 DEBUG : only10: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f418bee942c8ac56e_d20260908_m034047_c001_v7007000_t0000_u01788838847322") 2026/09/08 03:45:01 DEBUG : only10: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4007f22e09d63948_d20260908_m034042_c001_v0001183_t0014_u01788838842325") 2026/09/08 03:45:01 DEBUG : only11: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f403fca32a1d1633b_d20260908_m034107_c001_v7007000_t0000_u01788838867375") 2026/09/08 03:45:01 DEBUG : only11: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f417b77dbcc912a97_d20260908_m034101_c001_v0001116_t0033_u01788838861690") 2026/09/08 03:45:01 DEBUG : only11: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4007f22e09d639e8_d20260908_m034057_c001_v0001183_t0014_u01788838857455") 2026/09/08 03:45:01 DEBUG : only11: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f425e938e576fcad9_d20260908_m034047_c001_v7007000_t0000_u01788838847112") 2026/09/08 03:45:01 DEBUG : only11: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4007f22e09d6394c_d20260908_m034042_c001_v0001183_t0014_u01788838842693") 2026/09/08 03:45:01 DEBUG : only12: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f403fca32a1d1633c_d20260908_m034107_c001_v7007000_t0000_u01788838867554") 2026/09/08 03:45:01 DEBUG : only12: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4154c9752d651d0a_d20260908_m034101_c001_v0001173_t0015_u01788838861879") 2026/09/08 03:45:01 DEBUG : only12: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4007f22e09d639f2_d20260908_m034057_c001_v0001183_t0014_u01788838857823") 2026/09/08 03:45:01 DEBUG : only12: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f403fca32a1d162cf_d20260908_m034047_c001_v7007000_t0000_u01788838847450") 2026/09/08 03:45:01 DEBUG : only12: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4007f22e09d63952_d20260908_m034043_c001_v0001183_t0014_u01788838843063") 2026/09/08 03:45:01 DEBUG : only13: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f403fca32a1d1633d_d20260908_m034107_c001_v7007000_t0000_u01788838867735") 2026/09/08 03:45:01 DEBUG : only13: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f407a798d61546edc_d20260908_m034101_c001_v0001165_t0058_u01788838861521") 2026/09/08 03:45:01 DEBUG : only13: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4007f22e09d639f8_d20260908_m034058_c001_v0001183_t0014_u01788838858191") 2026/09/08 03:45:01 DEBUG : only13: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f403fca32a1d162d3_d20260908_m034047_c001_v7007000_t0000_u01788838847811") 2026/09/08 03:45:01 DEBUG : only13: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4007f22e09d63958_d20260908_m034043_c001_v0001183_t0014_u01788838843435") 2026/09/08 03:45:01 DEBUG : only14: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f403fca32a1d1633e_d20260908_m034107_c001_v7007000_t0000_u01788838867916") 2026/09/08 03:45:01 DEBUG : only14: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4007f22e09d63a1e_d20260908_m034101_c001_v0001183_t0014_u01788838861531") 2026/09/08 03:45:01 DEBUG : only14: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4007f22e09d639fe_d20260908_m034058_c001_v0001183_t0014_u01788838858561") 2026/09/08 03:45:01 DEBUG : only14: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f415970880aaf272c_d20260908_m034047_c001_v7007000_t0000_u01788838847833") 2026/09/08 03:45:01 DEBUG : only14: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4007f22e09d63962_d20260908_m034043_c001_v0001183_t0014_u01788838843807") 2026/09/08 03:45:01 DEBUG : only15: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f403fca32a1d1633f_d20260908_m034108_c001_v7007000_t0000_u01788838868097") 2026/09/08 03:45:01 DEBUG : only15: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f407a798d61546ee0_d20260908_m034101_c001_v0001165_t0058_u01788838861705") 2026/09/08 03:45:01 DEBUG : only15: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4007f22e09d63a02_d20260908_m034058_c001_v0001183_t0014_u01788838858931") 2026/09/08 03:45:02 DEBUG : only15: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f415970880aaf2729_d20260908_m034047_c001_v7007000_t0000_u01788838847467") 2026/09/08 03:45:02 DEBUG : only15: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4007f22e09d63964_d20260908_m034044_c001_v0001183_t0014_u01788838844175") 2026/09/08 03:45:02 DEBUG : only16: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f403fca32a1d16341_d20260908_m034108_c001_v7007000_t0000_u01788838868277") 2026/09/08 03:45:02 DEBUG : only16: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4007f22e09d63a20_d20260908_m034101_c001_v0001183_t0014_u01788838861715") 2026/09/08 03:45:02 DEBUG : only16: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4007f22e09d63a04_d20260908_m034059_c001_v0001183_t0014_u01788838859301") 2026/09/08 03:45:02 DEBUG : only16: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f425e938e576fcadf_d20260908_m034047_c001_v7007000_t0000_u01788838847478") 2026/09/08 03:45:02 DEBUG : only16: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4007f22e09d63968_d20260908_m034044_c001_v0001183_t0014_u01788838844543") 2026/09/08 03:45:03 DEBUG : only17: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f403fca32a1d16342_d20260908_m034108_c001_v7007000_t0000_u01788838868458") 2026/09/08 03:45:03 DEBUG : only17: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f417b77dbcc912a99_d20260908_m034101_c001_v0001116_t0033_u01788838861879") 2026/09/08 03:45:03 DEBUG : only17: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4007f22e09d63a06_d20260908_m034059_c001_v0001183_t0014_u01788838859669") 2026/09/08 03:45:03 DEBUG : only17: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f418bee942c8ac56d_d20260908_m034047_c001_v7007000_t0000_u01788838847129") 2026/09/08 03:45:03 DEBUG : only17: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4007f22e09d6396e_d20260908_m034044_c001_v0001183_t0014_u01788838844920") 2026/09/08 03:45:03 DEBUG : only18: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f403fca32a1d16343_d20260908_m034108_c001_v7007000_t0000_u01788838868638") 2026/09/08 03:45:03 DEBUG : only18: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f407a798d61546ee4_d20260908_m034101_c001_v0001165_t0058_u01788838861890") 2026/09/08 03:45:03 DEBUG : only18: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4007f22e09d63a0a_d20260908_m034100_c001_v0001183_t0014_u01788838860036") 2026/09/08 03:45:03 DEBUG : only18: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f418bee942c8ac56f_d20260908_m034047_c001_v7007000_t0000_u01788838847505") 2026/09/08 03:45:03 DEBUG : only18: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4007f22e09d63974_d20260908_m034045_c001_v0001183_t0014_u01788838845289") 2026/09/08 03:45:03 DEBUG : only19: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f403fca32a1d16344_d20260908_m034108_c001_v7007000_t0000_u01788838868819") 2026/09/08 03:45:03 DEBUG : only19: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4007f22e09d63a22_d20260908_m034101_c001_v0001183_t0014_u01788838861900") 2026/09/08 03:45:03 DEBUG : only19: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4007f22e09d63a12_d20260908_m034100_c001_v0001183_t0014_u01788838860406") 2026/09/08 03:45:03 DEBUG : only19: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f403fca32a1d162cd_d20260908_m034047_c001_v7007000_t0000_u01788838847270") 2026/09/08 03:45:03 DEBUG : only19: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4007f22e09d6397c_d20260908_m034045_c001_v0001183_t0014_u01788838845660") 2026/09/08 03:45:03 DEBUG : only2: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f403fca32a1d16345_d20260908_m034109_c001_v7007000_t0000_u01788838869004") 2026/09/08 03:45:03 DEBUG : only2: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f407a798d61546ee6_d20260908_m034102_c001_v0001165_t0058_u01788838862078") 2026/09/08 03:45:03 DEBUG : only2: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4007f22e09d639b8_d20260908_m034054_c001_v0001183_t0014_u01788838854091") 2026/09/08 03:45:03 DEBUG : only2: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f415970880aaf272a_d20260908_m034047_c001_v7007000_t0000_u01788838847650") 2026/09/08 03:45:03 DEBUG : only2: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4007f22e09d6391e_d20260908_m034039_c001_v0001183_t0014_u01788838839358") 2026/09/08 03:45:03 DEBUG : only3: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f403fca32a1d16346_d20260908_m034109_c001_v7007000_t0000_u01788838869185") 2026/09/08 03:45:03 DEBUG : only3: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f417b77dbcc912a9b_d20260908_m034102_c001_v0001116_t0033_u01788838862088") 2026/09/08 03:45:03 DEBUG : only3: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4007f22e09d639c2_d20260908_m034054_c001_v0001183_t0014_u01788838854459") 2026/09/08 03:45:03 DEBUG : only3: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f425e938e576fcae2_d20260908_m034047_c001_v7007000_t0000_u01788838847661") 2026/09/08 03:45:03 DEBUG : only3: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4007f22e09d63920_d20260908_m034039_c001_v0001183_t0014_u01788838839725") 2026/09/08 03:45:04 DEBUG : only4: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f403fca32a1d16348_d20260908_m034109_c001_v7007000_t0000_u01788838869364") 2026/09/08 03:45:04 DEBUG : only4: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4007f22e09d63a26_d20260908_m034102_c001_v0001183_t0014_u01788838862099") 2026/09/08 03:45:04 DEBUG : only4: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4007f22e09d639c6_d20260908_m034054_c001_v0001183_t0014_u01788838854827") 2026/09/08 03:45:04 DEBUG : only4: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f415970880aaf2728_d20260908_m034047_c001_v7007000_t0000_u01788838847285") 2026/09/08 03:45:04 DEBUG : only4: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4007f22e09d63926_d20260908_m034040_c001_v0001183_t0014_u01788838840094") 2026/09/08 03:45:04 DEBUG : only5: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f403fca32a1d16349_d20260908_m034109_c001_v7007000_t0000_u01788838869544") 2026/09/08 03:45:04 DEBUG : only5: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4154c9752d651d10_d20260908_m034102_c001_v0001173_t0015_u01788838862252") 2026/09/08 03:45:04 DEBUG : only5: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4007f22e09d639cc_d20260908_m034055_c001_v0001183_t0014_u01788838855194") 2026/09/08 03:45:04 DEBUG : only5: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f403fca32a1d162c9_d20260908_m034046_c001_v7007000_t0000_u01788838846910") 2026/09/08 03:45:04 DEBUG : only5: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4007f22e09d6392e_d20260908_m034040_c001_v0001183_t0014_u01788838840463") 2026/09/08 03:45:04 DEBUG : only6: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f403fca32a1d1634a_d20260908_m034109_c001_v7007000_t0000_u01788838869724") 2026/09/08 03:45:04 DEBUG : only6: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f407a798d61546ee8_d20260908_m034102_c001_v0001165_t0058_u01788838862262") 2026/09/08 03:45:04 DEBUG : only6: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4007f22e09d639ce_d20260908_m034055_c001_v0001183_t0014_u01788838855563") 2026/09/08 03:45:04 DEBUG : only6: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f425e938e576fcadc_d20260908_m034047_c001_v7007000_t0000_u01788838847296") 2026/09/08 03:45:04 DEBUG : only6: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4007f22e09d63932_d20260908_m034040_c001_v0001183_t0014_u01788838840833") 2026/09/08 03:45:04 DEBUG : only7: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f403fca32a1d1634c_d20260908_m034109_c001_v7007000_t0000_u01788838869905") 2026/09/08 03:45:04 DEBUG : only7: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f417b77dbcc912a9d_d20260908_m034102_c001_v0001116_t0033_u01788838862272") 2026/09/08 03:45:04 DEBUG : only7: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4007f22e09d639d4_d20260908_m034055_c001_v0001183_t0014_u01788838855932") 2026/09/08 03:45:04 DEBUG : only7: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f415970880aaf2727_d20260908_m034047_c001_v7007000_t0000_u01788838847103") 2026/09/08 03:45:04 DEBUG : only7: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4007f22e09d63938_d20260908_m034041_c001_v0001183_t0014_u01788838841201") 2026/09/08 03:45:04 DEBUG : only8: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f403fca32a1d1634d_d20260908_m034110_c001_v7007000_t0000_u01788838870086") 2026/09/08 03:45:05 DEBUG : only8: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4007f22e09d63a2a_d20260908_m034102_c001_v0001183_t0014_u01788838862284") 2026/09/08 03:45:05 DEBUG : only8: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4007f22e09d639dc_d20260908_m034056_c001_v0001183_t0014_u01788838856321") 2026/09/08 03:45:05 DEBUG : only8: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f403fca32a1d162c6_d20260908_m034046_c001_v7007000_t0000_u01788838846730") 2026/09/08 03:45:05 DEBUG : only8: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4007f22e09d6393c_d20260908_m034041_c001_v0001183_t0014_u01788838841572") 2026/09/08 03:45:05 DEBUG : only9: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f403fca32a1d1634e_d20260908_m034110_c001_v7007000_t0000_u01788838870267") 2026/09/08 03:45:05 DEBUG : only9: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4154c9752d651d12_d20260908_m034102_c001_v0001173_t0015_u01788838862438") 2026/09/08 03:45:05 DEBUG : only9: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4007f22e09d639de_d20260908_m034056_c001_v0001183_t0014_u01788838856715") 2026/09/08 03:45:05 DEBUG : only9: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f403fca32a1d162cb_d20260908_m034047_c001_v7007000_t0000_u01788838847090") 2026/09/08 03:45:05 DEBUG : only9: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4007f22e09d63940_d20260908_m034041_c001_v0001183_t0014_u01788838841942") 2026/09/08 03:45:05 DEBUG : potato: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f417682374855284f_d20260908_m033800_c001_v7007000_t0000_u01788838680376") 2026/09/08 03:45:05 DEBUG : potato: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4007f22e09d63442_d20260908_m033758_c001_v0001183_t0014_u01788838678736") 2026/09/08 03:45:05 DEBUG : potato: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f417682374855284b_d20260908_m033757_c001_v7007000_t0000_u01788838677999") 2026/09/08 03:45:05 DEBUG : potato: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4007f22e09d6342e_d20260908_m033756_c001_v0001183_t0014_u01788838676446") 2026/09/08 03:45:05 DEBUG : potato: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4176823748552845_d20260908_m033755_c001_v7007000_t0000_u01788838675712") 2026/09/08 03:45:05 DEBUG : potato: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4015c7f48e2d4805_d20260908_m033753_c001_v0001113_t0058_u01788838673875") 2026/09/08 03:45:05 DEBUG : potato: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f406eaa69e3122884_d20260908_m033744_c001_v7007000_t0000_u01788838664869") 2026/09/08 03:45:05 DEBUG : potato: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4007f22e09d633b6_d20260908_m033743_c001_v0001183_t0014_u01788838663764") 2026/09/08 03:45:05 DEBUG : potato: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f406eaa69e312287f_d20260908_m033742_c001_v7007000_t0000_u01788838662211") 2026/09/08 03:45:05 DEBUG : potato: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4007f22e09d6339c_d20260908_m033741_c001_v0001183_t0014_u01788838661474") 2026/09/08 03:45:05 DEBUG : potato: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f406eaa69e312287b_d20260908_m033740_c001_v7007000_t0000_u01788838660181") 2026/09/08 03:45:05 DEBUG : potato: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4007f22e09d6337d_d20260908_m033739_c001_v0001183_t0014_u01788838659443") 2026/09/08 03:45:05 DEBUG : potato: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f406eaa69e312284b_d20260908_m033733_c001_v7007000_t0000_u01788838653971") 2026/09/08 03:45:05 DEBUG : potato: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4007f22e09d6333b_d20260908_m033732_c001_v0001183_t0014_u01788838652972") 2026/09/08 03:45:06 DEBUG : potato: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f406eaa69e3122840_d20260908_m033732_c001_v7007000_t0000_u01788838652599") 2026/09/08 03:45:06 DEBUG : potato: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4007f22e09d6332d_d20260908_m033731_c001_v0001183_t0014_u01788838651485") 2026/09/08 03:45:06 DEBUG : potato: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f406eaa69e3122835_d20260908_m033731_c001_v7007000_t0000_u01788838651119") 2026/09/08 03:45:06 DEBUG : potato: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4007f22e09d63327_d20260908_m033730_c001_v0001183_t0014_u01788838650567") 2026/09/08 03:45:06 DEBUG : potato: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4007f22e09d63323_d20260908_m033730_c001_v0001183_t0014_u01788838650015") 2026/09/08 03:45:06 DEBUG : potato: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f406eaa69e312282a_d20260908_m033729_c001_v7007000_t0000_u01788838649650") 2026/09/08 03:45:06 DEBUG : potato: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4007f22e09d63317_d20260908_m033729_c001_v0001183_t0014_u01788838649103") 2026/09/08 03:45:06 DEBUG : potato: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f1007f22e09d6330d_d20260908_m033728_c001_v0001183_t0023_u01788838648529") 2026/09/08 03:45:06 DEBUG : potato: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f406eaa69e312281e_d20260908_m033728_c001_v7007000_t0000_u01788838648163") 2026/09/08 03:45:06 DEBUG : potato: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f1007f22e09d632ff_d20260908_m033727_c001_v0001183_t0049_u01788838647336") 2026/09/08 03:45:06 DEBUG : potato2: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4275c184cb02c0e3_d20260908_m033841_c001_v7007000_t0000_u01788838721065") 2026/09/08 03:45:06 DEBUG : potato2: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f1007f22e09d635a2_d20260908_m033840_c001_v0001183_t0019_u01788838720497") 2026/09/08 03:45:06 DEBUG : potato2: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f42079c84fdb9851a_d20260908_m033832_c001_v7007000_t0000_u01788838712153") 2026/09/08 03:45:06 DEBUG : potato2: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f107a798d61546bf0_d20260908_m033828_c001_v0001165_t0046_u01788838708436") 2026/09/08 03:45:06 DEBUG : potato2: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f42079c84fdb984bf_d20260908_m033821_c001_v7007000_t0000_u01788838701480") 2026/09/08 03:45:06 DEBUG : potato2: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f1007f22e09d634cc_d20260908_m033817_c001_v0001183_t0023_u01788838697607") 2026/09/08 03:45:06 DEBUG : potato2: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f417682374855286a_d20260908_m033809_c001_v7007000_t0000_u01788838689749") 2026/09/08 03:45:06 DEBUG : potato2: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f107a798d61546b78_d20260908_m033806_c001_v0001165_t0030_u01788838686241") 2026/09/08 03:45:06 DEBUG : potato2: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f406eaa69e312288f_d20260908_m033748_c001_v7007000_t0000_u01788838668525") 2026/09/08 03:45:06 DEBUG : potato2: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f1007f22e09d633da_d20260908_m033747_c001_v0001183_t0059_u01788838667335") 2026/09/08 03:45:06 DEBUG : potato2: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f406eaa69e3122887_d20260908_m033746_c001_v7007000_t0000_u01788838666968") 2026/09/08 03:45:06 DEBUG : potato2: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f1007f22e09d633c4_d20260908_m033745_c001_v0001183_t0002_u01788838665420") 2026/09/08 03:45:07 DEBUG : potato2: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f406eaa69e3122885_d20260908_m033745_c001_v7007000_t0000_u01788838665052") 2026/09/08 03:45:07 DEBUG : potato2: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4007f22e09d633be_d20260908_m033744_c001_v0001183_t0014_u01788838664316") 2026/09/08 03:45:07 DEBUG : potato2: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f406eaa69e3122882_d20260908_m033743_c001_v7007000_t0000_u01788838663400") 2026/09/08 03:45:07 DEBUG : potato2: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f1007f22e09d633aa_d20260908_m033742_c001_v0001183_t0058_u01788838662645") 2026/09/08 03:45:07 DEBUG : potato2: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f406eaa69e312287d_d20260908_m033741_c001_v7007000_t0000_u01788838661109") 2026/09/08 03:45:07 DEBUG : potato2: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f1007f22e09d6338e_d20260908_m033740_c001_v0001183_t0039_u01788838660192") 2026/09/08 03:45:07 DEBUG : potato2: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f406eaa69e3122852_d20260908_m033734_c001_v7007000_t0000_u01788838654701") 2026/09/08 03:45:07 DEBUG : potato2: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f1007f22e09d63343_d20260908_m033733_c001_v0001183_t0058_u01788838653756") 2026/09/08 03:45:07 DEBUG : potato2: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f406eaa69e312264a_d20260908_m033641_c001_v7007000_t0000_u01788838601707") 2026/09/08 03:45:07 DEBUG : potato2: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4007f22e09d63167_d20260908_m033641_c001_v0001183_t0014_u01788838601164") 2026/09/08 03:45:07 DEBUG : potato2: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f406eaa69e3122635_d20260908_m033640_c001_v7007000_t0000_u01788838600624") 2026/09/08 03:45:07 DEBUG : potato2: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4007f22e09d6315d_d20260908_m033640_c001_v0001183_t0014_u01788838600081") 2026/09/08 03:45:07 DEBUG : potato3: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f42079c84fdb9851b_d20260908_m033832_c001_v7007000_t0000_u01788838712364") 2026/09/08 03:45:07 DEBUG : potato3: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f107a798d61546bf4_d20260908_m033829_c001_v0001165_t0055_u01788838709197") 2026/09/08 03:45:07 DEBUG : potato3: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f42079c84fdb984c1_d20260908_m033821_c001_v7007000_t0000_u01788838701666") 2026/09/08 03:45:07 DEBUG : potato3: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f1007f22e09d634d6_d20260908_m033818_c001_v0001183_t0052_u01788838698362") 2026/09/08 03:45:07 DEBUG : potato3: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f417682374855286c_d20260908_m033809_c001_v7007000_t0000_u01788838689930") 2026/09/08 03:45:07 DEBUG : potato3: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f107a798d61546b7c_d20260908_m033806_c001_v0001165_t0030_u01788838686724") 2026/09/08 03:45:07 DEBUG : pre-dest1/1: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f404eb151e343c557_d20260908_m033914_c001_v7007000_t0000_u01788838754088") 2026/09/08 03:45:07 DEBUG : pre-dest1/1: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f407a798d61546cb0_d20260908_m033906_c001_v0001165_t0058_u01788838746463") 2026/09/08 03:45:08 DEBUG : pre-dest2/2: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f404eb151e343c559_d20260908_m033914_c001_v7007000_t0000_u01788838754271") 2026/09/08 03:45:08 DEBUG : pre-dest2/2: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4007f22e09d6364c_d20260908_m033907_c001_v0001183_t0014_u01788838747003") 2026/09/08 03:45:08 DEBUG : rclone-sync-test-ignore-file/.ignore: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f413ea8dd54411388_d20260908_m033853_c001_v7007000_t0000_u01788838733803") 2026/09/08 03:45:08 DEBUG : rclone-sync-test-ignore-file/.ignore: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f107a798d61546c5c_d20260908_m033849_c001_v0001165_t0024_u01788838729951") 2026/09/08 03:45:08 DEBUG : sizeonly: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f411fc87cc5224b1c_d20260908_m033714_c001_v7007000_t0000_u01788838634678") 2026/09/08 03:45:08 DEBUG : sizeonly: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4007f22e09d6326b_d20260908_m033713_c001_v0001183_t0014_u01788838633778") 2026/09/08 03:45:08 DEBUG : splitbanan: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4231a6b0414cd6be_d20260908_m034245_c001_v7007000_t0000_u01788838965226") 2026/09/08 03:45:08 DEBUG : splitbanan: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f407a798d615470f5_d20260908_m034238_c001_v0001165_t0058_u01788838958418") 2026/09/08 03:45:08 DEBUG : splitbananasplit: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f417579424cdbd785_d20260908_m034347_c001_v7007000_t0000_u01788839027408") 2026/09/08 03:45:08 DEBUG : splitbananasplit: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f407a798d61547225_d20260908_m034341_c001_v0001165_t0058_u01788839021193") 2026/09/08 03:45:08 DEBUG : splitbananasplit: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f417579424cdbd70b_d20260908_m034335_c001_v7007000_t0000_u01788839015271") 2026/09/08 03:45:08 DEBUG : splitbananasplit: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f407a798d615471ed_d20260908_m034328_c001_v0001165_t0058_u01788839008405") 2026/09/08 03:45:08 DEBUG : splitbananasplit: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f41220d45247351d3_d20260908_m034322_c001_v7007000_t0000_u01788839002668") 2026/09/08 03:45:08 DEBUG : splitbananasplit: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f407a798d615471a9_d20260908_m034315_c001_v0001165_t0058_u01788838995957") 2026/09/08 03:45:08 DEBUG : splitbananasplit: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f411fc87cc5225e6a_d20260908_m034310_c001_v7007000_t0000_u01788838990148") 2026/09/08 03:45:08 DEBUG : splitbananasplit: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f407a798d6154716f_d20260908_m034303_c001_v0001165_t0058_u01788838983521") 2026/09/08 03:45:08 DEBUG : splitbananasplit: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4231a6b0414cd6ef_d20260908_m034257_c001_v7007000_t0000_u01788838977784") 2026/09/08 03:45:08 DEBUG : splitbananasplit: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f407a798d61547133_d20260908_m034251_c001_v0001165_t0058_u01788838971043") 2026/09/08 03:45:08 DEBUG : splitbananasplit: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4058dee3c1cb71f4_d20260908_m034239_c001_v7007000_t0000_u01788838959826") 2026/09/08 03:45:08 DEBUG : splitbananasplit: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f417b77dbcc912c75_d20260908_m034237_c001_v0001116_t0033_u01788838957488") 2026/09/08 03:45:08 DEBUG : splitbananasplit: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f407777a2b519f282_d20260908_m034231_c001_v7007000_t0000_u01788838951767") 2026/09/08 03:45:08 DEBUG : splitbananasplit: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f417b77dbcc912c35_d20260908_m034225_c001_v0001116_t0033_u01788838945569") 2026/09/08 03:45:08 DEBUG : splitbananasplit: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4275c184cb02c55c_d20260908_m034224_c001_v7007000_t0000_u01788838944473") 2026/09/08 03:45:08 DEBUG : splitbananasplit: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4154c9752d651f76_d20260908_m034221_c001_v0001173_t0015_u01788838941214") 2026/09/08 03:45:09 DEBUG : splitbananasplit: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f42280698d84830a9_d20260908_m034215_c001_v7007000_t0000_u01788838935297") 2026/09/08 03:45:09 DEBUG : splitbananasplit: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f417b77dbcc912be9_d20260908_m034209_c001_v0001116_t0033_u01788838929018") 2026/09/08 03:45:09 DEBUG : splitbananasplit: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f418bee942c8ac6f7_d20260908_m034207_c001_v7007000_t0000_u01788838927856") 2026/09/08 03:45:09 DEBUG : splitbananasplit: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4154c9752d651ef8_d20260908_m034205_c001_v0001173_t0015_u01788838925168") 2026/09/08 03:45:09 DEBUG : splitbananasplit: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4000c361ff15c70c_d20260908_m034154_c001_v7007000_t0000_u01788838914146") 2026/09/08 03:45:09 DEBUG : splitbananasplit: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4154c9752d651e8e_d20260908_m034150_c001_v0001173_t0015_u01788838910718") 2026/09/08 03:45:09 DEBUG : splitbananasplit: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f41589d773257752f_d20260908_m034145_c001_v7007000_t0000_u01788838905381") 2026/09/08 03:45:09 DEBUG : splitbananasplit: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f417b77dbcc912b5b_d20260908_m034139_c001_v0001116_t0033_u01788838899272") 2026/09/08 03:45:09 DEBUG : splitbananasplit: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f41589d7732577498_d20260908_m034133_c001_v7007000_t0000_u01788838893905") 2026/09/08 03:45:09 DEBUG : splitbananasplit: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f407a798d61546f71_d20260908_m034127_c001_v0001165_t0058_u01788838887743") 2026/09/08 03:45:09 DEBUG : splitbananasplitSUFFIX: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4275c184cb02c563_d20260908_m034226_c001_v7007000_t0000_u01788838946757") 2026/09/08 03:45:09 DEBUG : splitbananasplitSUFFIX: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4154c9752d651f7a_d20260908_m034222_c001_v0001173_t0015_u01788838942130") 2026/09/08 03:45:09 DEBUG : sub dir/hello world: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f403fca32a1d163bb_d20260908_m034123_c001_v7007000_t0000_u01788838883092") 2026/09/08 03:45:09 DEBUG : sub dir/hello world: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4154c9752d651d94_d20260908_m034120_c001_v0001173_t0015_u01788838880698") 2026/09/08 03:45:09 DEBUG : sub dir/hello world: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f41029a347855b5c0_d20260908_m034119_c001_v7007000_t0000_u01788838879594") 2026/09/08 03:45:09 DEBUG : sub dir/hello world: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f407a798d61546f3b_d20260908_m034116_c001_v0001165_t0058_u01788838876457") 2026/09/08 03:45:09 DEBUG : sub dir/hello world: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4176823748552854_d20260908_m033803_c001_v7007000_t0000_u01788838683648") 2026/09/08 03:45:09 DEBUG : sub dir/hello world: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f407a798d61546b64_d20260908_m033802_c001_v0001165_t0058_u01788838682912") 2026/09/08 03:45:09 DEBUG : sub dir/hello world: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4176823748552852_d20260908_m033802_c001_v7007000_t0000_u01788838682367") 2026/09/08 03:45:09 DEBUG : sub dir/hello world: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4007f22e09d6345a_d20260908_m033801_c001_v0001183_t0014_u01788838681641") 2026/09/08 03:45:10 DEBUG : sub dir/hello world: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f411fc87cc5224b05_d20260908_m033711_c001_v7007000_t0000_u01788838631802") 2026/09/08 03:45:10 DEBUG : sub dir/hello world: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4007f22e09d63247_d20260908_m033710_c001_v0001183_t0014_u01788838630343") 2026/09/08 03:45:10 DEBUG : sub dir/hello world: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f411fc87cc5224af5_d20260908_m033709_c001_v7007000_t0000_u01788838629895") 2026/09/08 03:45:10 DEBUG : sub dir/hello world: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4007f22e09d6323f_d20260908_m033708_c001_v0001183_t0014_u01788838628725") 2026/09/08 03:45:10 DEBUG : sub dir/hello world: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f411fc87cc5224ae1_d20260908_m033706_c001_v7007000_t0000_u01788838626695") 2026/09/08 03:45:10 DEBUG : sub dir/hello world: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4007f22e09d6322f_d20260908_m033705_c001_v0001183_t0014_u01788838625771") 2026/09/08 03:45:10 DEBUG : sub dir/hello world: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f411fc87cc5224ae0_d20260908_m033705_c001_v7007000_t0000_u01788838625236") 2026/09/08 03:45:10 DEBUG : sub dir/hello world: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4007f22e09d63221_d20260908_m033704_c001_v0001183_t0014_u01788838624313") 2026/09/08 03:45:10 DEBUG : sub dir/hello world: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4007f22e09d6320d_d20260908_m033701_c001_v0001183_t0014_u01788838621871") 2026/09/08 03:45:10 DEBUG : sub dir/hello world: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f411fc87cc5224ac5_d20260908_m033701_c001_v7007000_t0000_u01788838621512") 2026/09/08 03:45:10 DEBUG : sub dir/hello world: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4007f22e09d63209_d20260908_m033700_c001_v0001183_t0014_u01788838620972") 2026/09/08 03:45:10 DEBUG : sub dir/hello world: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4007f22e09d631fd_d20260908_m033700_c001_v0001183_t0014_u01788838620252") 2026/09/08 03:45:10 DEBUG : sub dir/hello world: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f411fc87cc5224aba_d20260908_m033659_c001_v7007000_t0000_u01788838619891") 2026/09/08 03:45:10 DEBUG : sub dir/hello world: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4007f22e09d631e7_d20260908_m033657_c001_v0001183_t0014_u01788838617358") 2026/09/08 03:45:10 DEBUG : sub dir/hello world: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4007f22e09d631d1_d20260908_m033654_c001_v0001183_t0014_u01788838614947") 2026/09/08 03:45:10 DEBUG : sub dir/hello world: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f406eaa69e3122737_d20260908_m033654_c001_v7007000_t0000_u01788838614586") 2026/09/08 03:45:10 DEBUG : sub dir/hello world: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4007f22e09d631c7_d20260908_m033654_c001_v0001183_t0014_u01788838614045") 2026/09/08 03:45:10 DEBUG : sub dir/hello world: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4007f22e09d631bf_d20260908_m033653_c001_v0001183_t0014_u01788838613187") 2026/09/08 03:45:10 DEBUG : sub dir/hello world: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f406eaa69e312271a_d20260908_m033652_c001_v7007000_t0000_u01788838612824") 2026/09/08 03:45:10 DEBUG : sub dir/hello world: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4007f22e09d631a1_d20260908_m033649_c001_v0001183_t0014_u01788838609554") 2026/09/08 03:45:10 DEBUG : sub dir/hello world: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f406eaa69e31226dd_d20260908_m033649_c001_v7007000_t0000_u01788838609194") 2026/09/08 03:45:10 DEBUG : sub dir/hello world: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4007f22e09d63199_d20260908_m033648_c001_v0001183_t0014_u01788838608652") 2026/09/08 03:45:10 DEBUG : sub dir/hello world: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f406eaa69e31226c2_d20260908_m033647_c001_v7007000_t0000_u01788838607755") 2026/09/08 03:45:10 DEBUG : sub dir/hello world: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4007f22e09d63181_d20260908_m033647_c001_v0001183_t0014_u01788838607210") 2026/09/08 03:45:11 DEBUG : sub dir/hello world: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f406eaa69e31226ac_d20260908_m033646_c001_v7007000_t0000_u01788838606594") 2026/09/08 03:45:11 DEBUG : sub dir/hello world: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4007f22e09d6317b_d20260908_m033646_c001_v0001183_t0014_u01788838606053") 2026/09/08 03:45:11 DEBUG : sub dir/hello world: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f406eaa69e312268f_d20260908_m033645_c001_v7007000_t0000_u01788838605150") 2026/09/08 03:45:11 DEBUG : sub dir/hello world: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4007f22e09d63173_d20260908_m033644_c001_v0001183_t0014_u01788838604429") 2026/09/08 03:45:11 DEBUG : sub dir/hello world: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f406eaa69e3122675_d20260908_m033643_c001_v7007000_t0000_u01788838603880") 2026/09/08 03:45:11 DEBUG : sub dir/hello world: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4007f22e09d6316d_d20260908_m033643_c001_v0001183_t0014_u01788838603332") 2026/09/08 03:45:11 DEBUG : sub dir/hello world: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f406eaa69e3122660_d20260908_m033642_c001_v7007000_t0000_u01788838602790") 2026/09/08 03:45:11 DEBUG : sub dir/hello world: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4007f22e09d63169_d20260908_m033642_c001_v0001183_t0014_u01788838602247") 2026/09/08 03:45:11 DEBUG : sub dir/hello world: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f406eaa69e312260b_d20260908_m033638_c001_v7007000_t0000_u01788838598457") 2026/09/08 03:45:11 DEBUG : sub dir/hello world: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4007f22e09d63141_d20260908_m033637_c001_v0001183_t0014_u01788838597913") 2026/09/08 03:45:11 DEBUG : sub dir/hello world: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f406eaa69e31225f9_d20260908_m033637_c001_v7007000_t0000_u01788838597372") 2026/09/08 03:45:11 DEBUG : sub dir/hello world: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4007f22e09d63139_d20260908_m033636_c001_v0001183_t0014_u01788838596828") 2026/09/08 03:45:11 DEBUG : sub dir/hello world: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f406eaa69e31225e6_d20260908_m033635_c001_v7007000_t0000_u01788838595932") 2026/09/08 03:45:11 DEBUG : sub dir/hello world: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4007f22e09d6312b_d20260908_m033635_c001_v0001183_t0014_u01788838595390") 2026/09/08 03:45:11 DEBUG : sub dir/hello world: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f406eaa69e31225da_d20260908_m033633_c001_v7007000_t0000_u01788838593198") 2026/09/08 03:45:11 DEBUG : sub dir/hello world: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4007f22e09d6310f_d20260908_m033632_c001_v0001183_t0014_u01788838592655") 2026/09/08 03:45:11 DEBUG : sub dir2/very/very/very/very/very/nested/subdir/hello world: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f403fca32a1d163be_d20260908_m034123_c001_v7007000_t0000_u01788838883273") 2026/09/08 03:45:11 DEBUG : sub dir2/very/very/very/very/very/nested/subdir/hello world: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f107a798d61546f4f_d20260908_m034120_c001_v0001165_t0011_u01788838880351") 2026/09/08 03:45:11 DEBUG : sub dir2/very/very/very/very/very/nested/subdir/hello world: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f41029a347855b5c1_d20260908_m034119_c001_v7007000_t0000_u01788838879775") 2026/09/08 03:45:11 DEBUG : sub dir2/very/very/very/very/very/nested/subdir/hello world: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f117b77dbcc912adf_d20260908_m034116_c001_v0001116_t0034_u01788838876316") 2026/09/08 03:45:11 DEBUG : sub dir_somesuffix/hello world_somesuffix.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f417579424cdbd790_d20260908_m034349_c001_v7007000_t0000_u01788839029549") 2026/09/08 03:45:12 DEBUG : sub dir_somesuffix/hello world_somesuffix.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f1154c9752d652217_d20260908_m034348_c001_v0001173_t0042_u01788839028764") 2026/09/08 03:45:12 DEBUG : sub/yam: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f417682374855284e_d20260908_m033759_c001_v7007000_t0000_u01788838679833") 2026/09/08 03:45:12 DEBUG : sub/yam: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f407a798d61546b4c_d20260908_m033758_c001_v0001165_t0058_u01788838678726") 2026/09/08 03:45:12 DEBUG : test_dir1/file2: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f403fca32a1d16361_d20260908_m034115_c001_v7007000_t0000_u01788838875178") 2026/09/08 03:45:12 DEBUG : test_dir1/file2: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f407a798d61546f23_d20260908_m034113_c001_v0001165_t0058_u01788838873533") 2026/09/08 03:45:12 DEBUG : test_dir1/file2: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f403fca32a1d16351_d20260908_m034112_c001_v7007000_t0000_u01788838872766") 2026/09/08 03:45:12 DEBUG : test_dir1/file2: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4007f22e09d63a7e_d20260908_m034111_c001_v0001183_t0014_u01788838871211") 2026/09/08 03:45:12 DEBUG : test_dir2/sub_dir/file3: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f403fca32a1d16363_d20260908_m034115_c001_v7007000_t0000_u01788838875358") 2026/09/08 03:45:12 DEBUG : test_dir2/sub_dir/file3: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f417b77dbcc912ad1_d20260908_m034113_c001_v0001116_t0033_u01788838873522") 2026/09/08 03:45:12 DEBUG : test_dir2/sub_dir/file3: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f403fca32a1d16352_d20260908_m034112_c001_v7007000_t0000_u01788838872946") 2026/09/08 03:45:12 DEBUG : test_dir2/sub_dir/file3: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f417b77dbcc912ac5_d20260908_m034111_c001_v0001116_t0033_u01788838871203") 2026/09/08 03:45:12 DEBUG : three: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4176823748552842_d20260908_m033753_c001_v7007000_t0000_u01788838673149") 2026/09/08 03:45:12 DEBUG : three: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4007f22e09d6340a_d20260908_m033752_c001_v0001183_t0014_u01788838672041") 2026/09/08 03:45:12 DEBUG : three: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4007f22e09d633f8_d20260908_m033749_c001_v0001183_t0014_u01788838669998") 2026/09/08 03:45:12 DEBUG : tictactoe/tictactoe: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f417579424cdbd793_d20260908_m034351_c001_v7007000_t0000_u01788839031091") 2026/09/08 03:45:12 DEBUG : tictactoe/tictactoe: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f417b77dbcc912dc1_d20260908_m034350_c001_v0001116_t0033_u01788839030507") 2026/09/08 03:45:12 DEBUG : tictactoe/tictactoe/tictactoe.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f401ddc18a91e0315_d20260908_m034410_c001_v7007000_t0000_u01788839050523") 2026/09/08 03:45:12 DEBUG : tictactoe/tictactoe/tictactoe.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f1197d6b03becf701_d20260908_m034408_c001_v0001182_t0029_u01788839048993") 2026/09/08 03:45:12 DEBUG : tictactoe/tictactoe/tictactoe.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f401ddc18a91e0312_d20260908_m034407_c001_v7007000_t0000_u01788839047426") 2026/09/08 03:45:12 DEBUG : tictactoe/tictactoe/tictactoe.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f117b77dbcc912e01_d20260908_m034405_c001_v0001116_t0050_u01788839045304") 2026/09/08 03:45:12 DEBUG : tictactoe/tictactoe/tictactoe.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f401ddc18a91e0310_d20260908_m034404_c001_v7007000_t0000_u01788839044340") 2026/09/08 03:45:12 DEBUG : tictactoe/tictactoe/tictactoe.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f1154c9752d65228b_d20260908_m034403_c001_v0001173_t0058_u01788839043667") 2026/09/08 03:45:12 DEBUG : tictactoe/tictactoe/tictactoe.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f417579424cdbd7bf_d20260908_m034358_c001_v7007000_t0000_u01788839038371") 2026/09/08 03:45:13 DEBUG : tictactoe/tictactoe/tictactoe.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f117b77dbcc912ddf_d20260908_m034356_c001_v0001116_t0047_u01788839036873") 2026/09/08 03:45:13 DEBUG : tictactoe/tictactoe/toe.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f401ddc18a91e030c_d20260908_m034401_c001_v7007000_t0000_u01788839041153") 2026/09/08 03:45:13 DEBUG : tictactoe/tictactoe/toe.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f1197d6b03becf6d1_d20260908_m034359_c001_v0001182_t0057_u01788839039710") 2026/09/08 03:45:13 DEBUG : tictactoe/tictactoe/toe.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f417579424cdbd7b7_d20260908_m034355_c001_v7007000_t0000_u01788839035910") 2026/09/08 03:45:13 DEBUG : tictactoe/tictactoe/toe.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f1154c9752d652247_d20260908_m034355_c001_v0001173_t0040_u01788839035185") 2026/09/08 03:45:13 DEBUG : toe/toe/tictactoe: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f417579424cdbd7ab_d20260908_m034354_c001_v7007000_t0000_u01788839034230") 2026/09/08 03:45:13 DEBUG : toe/toe/tictactoe: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f407a798d61547267_d20260908_m034353_c001_v0001165_t0058_u01788839033626") 2026/09/08 03:45:13 DEBUG : toe/toe/tictactoe: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f417579424cdbd79f_d20260908_m034352_c001_v7007000_t0000_u01788839032664") 2026/09/08 03:45:13 DEBUG : toe/toe/tictactoe: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4197d6b03becf6b7_d20260908_m034352_c001_v0001182_t0015_u01788839032041") 2026/09/08 03:45:13 DEBUG : toe/toe/toe: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f401ddc18a91e0324_d20260908_m034415_c001_v7007000_t0000_u01788839055211") 2026/09/08 03:45:13 DEBUG : toe/toe/toe: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f417b77dbcc912e1d_d20260908_m034414_c001_v0001116_t0033_u01788839054604") 2026/09/08 03:45:13 DEBUG : toe/toe/toe: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f401ddc18a91e030e_d20260908_m034402_c001_v7007000_t0000_u01788839042703") 2026/09/08 03:45:13 DEBUG : toe/toe/toe: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f407a798d6154729b_d20260908_m034402_c001_v0001165_t0058_u01788839042096") 2026/09/08 03:45:13 DEBUG : toe/toe/toe.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f401ddc18a91e0317_d20260908_m034411_c001_v7007000_t0000_u01788839051115") 2026/09/08 03:45:13 DEBUG : toe/toe/toe.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f407a798d615472c1_d20260908_m034410_c001_v0001165_t0058_u01788839050339") 2026/09/08 03:45:13 DEBUG : toe/toe/toe.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f401ddc18a91e0313_d20260908_m034408_c001_v7007000_t0000_u01788839048033") 2026/09/08 03:45:13 DEBUG : toe/toe/toe.txt: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4188c5043246627a_d20260908_m034407_c001_v0001101_t0014_u01788839047238") 2026/09/08 03:45:13 DEBUG : two: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4176823748552843_d20260908_m033753_c001_v7007000_t0000_u01788838673329") 2026/09/08 03:45:13 DEBUG : two: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f407a798d61546b32_d20260908_m033751_c001_v0001165_t0058_u01788838671475") 2026/09/08 03:45:13 DEBUG : two: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4007f22e09d633f2_d20260908_m033749_c001_v0001183_t0014_u01788838669809") 2026/09/08 03:45:13 DEBUG : yam: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4176823748552850_d20260908_m033800_c001_v7007000_t0000_u01788838680556") 2026/09/08 03:45:14 DEBUG : yam: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f41582b89ce84f863_d20260908_m033759_c001_v0001040_t0034_u01788838679650") 2026/09/08 03:45:14 DEBUG : yam: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f417682374855284a_d20260908_m033757_c001_v7007000_t0000_u01788838677443") 2026/09/08 03:45:14 DEBUG : yam: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4015c7f48e2d480b_d20260908_m033756_c001_v0001113_t0058_u01788838676457") 2026/09/08 03:45:14 DEBUG : yam: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4176823748552844_d20260908_m033755_c001_v7007000_t0000_u01788838675170") 2026/09/08 03:45:14 DEBUG : yam: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f407a798d61546b38_d20260908_m033753_c001_v0001165_t0058_u01788838673885") 2026/09/08 03:45:14 DEBUG : yaml: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f417682374855284c_d20260908_m033758_c001_v7007000_t0000_u01788838678180") 2026/09/08 03:45:14 DEBUG : yaml: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f40674562fc0df03d_d20260908_m033757_c001_v0001116_t0057_u01788838677201") 2026/09/08 03:45:14 DEBUG : yaml: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f4176823748552846_d20260908_m033755_c001_v7007000_t0000_u01788838675894") 2026/09/08 03:45:14 DEBUG : yaml: Deleting (id "4_z3f82bd93106d7bfbaf080e1b_f400b9d58ca521704_d20260908_m033754_c001_v0001038_t0016_u01788838674986") "./sync.test -test.v -test.timeout 1h0m0s -remote TestB2: -list-retries 5 -verbose" - Finished OK in 8m45.776812739s (try 1/5)