"./sync.test -test.v -test.timeout 1h0m0s -remote TestSugarSync:Test -verbose" - Starting (try 2/5)
2025/09/10 04:03:13 DEBUG : Creating backend with remote "TestSugarSync:Test/rclone-test-qigorur2lunu"
2025/09/10 04:03:13 DEBUG : Using config file from "/home/rclone/.rclone.conf"
2025/09/10 04:03:21 DEBUG : Creating backend with remote "/tmp/rclone3963953809"
=== RUN TestPipe
--- PASS: TestPipe (0.00s)
=== RUN TestPipeConcurrent
--- PASS: TestPipeConcurrent (0.04s)
=== 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/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/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:180: Remote "sugarsync root 'Test/rclone-test-qigorur2lunu'", Local "Local file system at /tmp/rclone3963953809", Modify Window "876000h0m0s"
2025/09/10 04:03:27 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination
2025/09/10 04:03:27 NOTICE: sub dir/hello world: Skipped copy as --dry-run is set (size 11)
2025/09/10 04:03:27 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu': Waiting for checks to finish
2025/09/10 04:03:27 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu': Waiting for transfers to finish
--- PASS: TestCopyWithDryRun (12.82s)
=== RUN TestCopy
run.go:180: Remote "sugarsync root 'Test/rclone-test-qigorur2lunu'", Local "Local file system at /tmp/rclone3963953809", Modify Window "876000h0m0s"
2025/09/10 04:03:33 INFO : sub dir: Set directory modification time (using DirSetModTime)
2025/09/10 04:03:39 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination
2025/09/10 04:03:39 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu': Waiting for checks to finish
2025/09/10 04:03:39 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu': Waiting for transfers to finish
2025/09/10 04:03:43 INFO : sub dir/hello world: Copied (new)
2025/09/10 04:03:44 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu': Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata
--- PASS: TestCopy (28.89s)
=== RUN TestCopyMetadata
run.go:180: Remote "sugarsync root 'Test/rclone-test-qigorur2lunu'", Local "Local file system at /tmp/rclone3963953809", Modify Window "876000h0m0s"
sync_test.go:98: Skipping as metadata not supported
--- SKIP: TestCopyMetadata (1.43s)
=== RUN TestCopyMetadataNoEmptyDirs
run.go:180: Remote "sugarsync root 'Test/rclone-test-qigorur2lunu'", Local "Local file system at /tmp/rclone3963953809", Modify Window "876000h0m0s"
sync_test.go:98: Skipping as metadata not supported
--- SKIP: TestCopyMetadataNoEmptyDirs (1.47s)
=== RUN TestCopyMissingDirectory
run.go:180: Remote "sugarsync root 'Test/rclone-test-qigorur2lunu'", Local "Local file system at /tmp/rclone3963953809", Modify Window "876000h0m0s"
2025/09/10 04:04:05 DEBUG : Creating backend with remote "/non-existing"
2025/09/10 04:04:11 ERROR : Local file system at /non-existing: error reading source root directory: directory not found
2025/09/10 04:04:11 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu': Waiting for checks to finish
2025/09/10 04:04:11 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu': Waiting for transfers to finish
--- PASS: TestCopyMissingDirectory (7.17s)
=== RUN TestCopyNoTraverse
run.go:180: Remote "sugarsync root 'Test/rclone-test-qigorur2lunu'", Local "Local file system at /tmp/rclone3963953809", Modify Window "876000h0m0s"
2025/09/10 04:04:18 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination
2025/09/10 04:04:18 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu': Waiting for checks to finish
2025/09/10 04:04:18 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu': Waiting for transfers to finish
2025/09/10 04:04:32 INFO : sub dir/hello world: Copied (new)
--- PASS: TestCopyNoTraverse (29.68s)
=== RUN TestCopyNoTraverseDeadlock
run.go:180: Remote "sugarsync root 'Test/rclone-test-qigorur2lunu'", Local "Local file system at /tmp/rclone3963953809", Modify Window "876000h0m0s"
sync_test.go:222: Only runs on local
--- SKIP: TestCopyNoTraverseDeadlock (11.16s)
=== RUN TestCopyCheckFirst
run.go:180: Remote "sugarsync root 'Test/rclone-test-qigorur2lunu'", Local "Local file system at /tmp/rclone3963953809", Modify Window "876000h0m0s"
2025/09/10 04:04:53 INFO : sugarsync root 'Test/rclone-test-qigorur2lunu': Running all checks before starting transfers
2025/09/10 04:04:54 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination
2025/09/10 04:04:54 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu': Waiting for checks to finish
2025/09/10 04:04:54 INFO : sugarsync root 'Test/rclone-test-qigorur2lunu': Checks finished, now starting transfers
2025/09/10 04:04:54 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu': Waiting for transfers to finish
2025/09/10 04:05:07 INFO : sub dir/hello world: Copied (new)
--- PASS: TestCopyCheckFirst (32.81s)
=== RUN TestSyncNoTraverse
run.go:180: Remote "sugarsync root 'Test/rclone-test-qigorur2lunu'", Local "Local file system at /tmp/rclone3963953809", Modify Window "876000h0m0s"
2025/09/10 04:05:26 ERROR : Ignoring --no-traverse with sync
2025/09/10 04:05:36 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination
2025/09/10 04:05:36 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu': Waiting for checks to finish
2025/09/10 04:05:36 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu': Waiting for transfers to finish
2025/09/10 04:05:50 INFO : sub dir/hello world: Copied (new)
2025/09/10 04:05:50 DEBUG : Waiting for deletions to finish
--- PASS: TestSyncNoTraverse (42.27s)
=== RUN TestCopyWithDepth
run.go:180: Remote "sugarsync root 'Test/rclone-test-qigorur2lunu'", Local "Local file system at /tmp/rclone3963953809", Modify Window "876000h0m0s"
2025/09/10 04:06:09 DEBUG : hello world2: Need to transfer - File not found at Destination
2025/09/10 04:06:09 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu': Waiting for checks to finish
2025/09/10 04:06:09 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu': Waiting for transfers to finish
2025/09/10 04:06:11 INFO : hello world2: Copied (new)
--- PASS: TestCopyWithDepth (25.37s)
=== RUN TestCopyWithFilesFrom
run.go:180: Remote "sugarsync root 'Test/rclone-test-qigorur2lunu'", Local "Local file system at /tmp/rclone3963953809", Modify Window "876000h0m0s"
2025/09/10 04:06:39 DEBUG : potato2: Need to transfer - File not found at Destination
2025/09/10 04:06:39 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu': Waiting for checks to finish
2025/09/10 04:06:39 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu': Waiting for transfers to finish
2025/09/10 04:06:46 INFO : potato2: Copied (new)
--- PASS: TestCopyWithFilesFrom (15.53s)
=== RUN TestCopyWithFilesFromAndNoTraverse
run.go:180: Remote "sugarsync root 'Test/rclone-test-qigorur2lunu'", Local "Local file system at /tmp/rclone3963953809", Modify Window "876000h0m0s"
2025/09/10 04:06:50 DEBUG : potato2: Need to transfer - File not found at Destination
2025/09/10 04:06:50 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu': Waiting for checks to finish
2025/09/10 04:06:50 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu': Waiting for transfers to finish
2025/09/10 04:06:57 INFO : potato2: Copied (new)
--- PASS: TestCopyWithFilesFromAndNoTraverse (11.08s)
=== RUN TestCopyEmptyDirectories
run.go:180: Remote "sugarsync root 'Test/rclone-test-qigorur2lunu'", Local "Local file system at /tmp/rclone3963953809", Modify Window "876000h0m0s"
2025/09/10 04:07:00 DEBUG : sub dir2/sub sub dir2: Making directory with metadata
2025/09/10 04:07:00 INFO : sub dir2/sub sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z)
2025/09/10 04:07:00 INFO : sub dir2: Set directory modification time (using DirSetModTime)
2025/09/10 04:07:00 INFO : sub dir: Set directory modification time (using DirSetModTime)
2025/09/10 04:07:01 INFO : sub dir2: Making directory
2025/09/10 04:07:07 INFO : sub dir: Making directory
2025/09/10 04:07:08 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination
2025/09/10 04:07:08 INFO : sub dir2/sub sub dir2: Making directory
2025/09/10 04:07:14 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu': Waiting for checks to finish
2025/09/10 04:07:14 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu': Waiting for transfers to finish
2025/09/10 04:07:15 INFO : sub dir/hello world: Copied (new)
2025/09/10 04:07:23 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu': Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata
--- PASS: TestCopyEmptyDirectories (32.93s)
=== RUN TestCopyNoEmptyDirectories
run.go:180: Remote "sugarsync root 'Test/rclone-test-qigorur2lunu'", Local "Local file system at /tmp/rclone3963953809", Modify Window "876000h0m0s"
2025/09/10 04:07:33 INFO : sub dir2: Making directory
2025/09/10 04:07:33 DEBUG : sub dir2/sub sub dir2: Making directory with metadata
2025/09/10 04:07:33 INFO : sub dir2/sub sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z)
2025/09/10 04:07:39 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination
2025/09/10 04:07:39 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu': Waiting for checks to finish
2025/09/10 04:07:39 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu': Waiting for transfers to finish
2025/09/10 04:07:42 INFO : sub dir/hello world: Copied (new)
--- PASS: TestCopyNoEmptyDirectories (22.91s)
=== RUN TestMoveEmptyDirectories
run.go:180: Remote "sugarsync root 'Test/rclone-test-qigorur2lunu'", Local "Local file system at /tmp/rclone3963953809", Modify Window "876000h0m0s"
2025/09/10 04:07:56 DEBUG : sub dir2: Making directory with metadata
2025/09/10 04:07:56 INFO : sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z)
2025/09/10 04:07:57 INFO : sub dir2: Making directory
2025/09/10 04:08:03 INFO : sub dir: Making directory
2025/09/10 04:08:04 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination
2025/09/10 04:08:04 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu': Waiting for checks to finish
2025/09/10 04:08:04 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu': Waiting for transfers to finish
2025/09/10 04:08:15 INFO : sub dir/hello world: Copied (new)
2025/09/10 04:08:15 INFO : sub dir/hello world: Deleted
2025/09/10 04:09:09 ERROR : sub dir2: error listing: couldn't list files: HTTP error 408 (408 Request Time-out) returned body: "
408 Request Time-out
\nYour browser didn't send a complete request in time.\n\n"
fstest.go:282: Error listing: couldn't list files: HTTP error 408 (408 Request Time-out) returned body: "408 Request Time-out
\nYour browser didn't send a complete request in time.\n\n"
--- FAIL: TestMoveEmptyDirectories (89.40s)
=== RUN TestSyncNoUpdateDirModtime
run.go:180: Remote "sugarsync root 'Test/rclone-test-qigorur2lunu'", Local "Local file system at /tmp/rclone3963953809", Modify Window "876000h0m0s"
sync_test.go:438: Skipping test as backend does not support DirSetModTime
--- SKIP: TestSyncNoUpdateDirModtime (1.51s)
=== RUN TestMoveNoEmptyDirectories
run.go:180: Remote "sugarsync root 'Test/rclone-test-qigorur2lunu'", Local "Local file system at /tmp/rclone3963953809", Modify Window "876000h0m0s"
2025/09/10 04:09:27 INFO : sub dir2: Making directory
2025/09/10 04:09:28 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination
2025/09/10 04:09:28 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu': Waiting for checks to finish
2025/09/10 04:09:28 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu': Waiting for transfers to finish
2025/09/10 04:09:36 INFO : sub dir/hello world: Copied (new)
2025/09/10 04:09:36 INFO : sub dir/hello world: Deleted
--- PASS: TestMoveNoEmptyDirectories (24.43s)
=== RUN TestSyncEmptyDirectories
run.go:180: Remote "sugarsync root 'Test/rclone-test-qigorur2lunu'", Local "Local file system at /tmp/rclone3963953809", Modify Window "876000h0m0s"
2025/09/10 04:09:51 DEBUG : sub dir2: Making directory with metadata
2025/09/10 04:09:51 INFO : sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z)
2025/09/10 04:09:51 INFO : sub dir: Set directory modification time (using DirSetModTime)
2025/09/10 04:09:57 INFO : sub dir2: Making directory
2025/09/10 04:09:58 INFO : sub dir: Making directory
2025/09/10 04:10:05 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination
2025/09/10 04:10:05 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu': Waiting for checks to finish
2025/09/10 04:10:05 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu': Waiting for transfers to finish
2025/09/10 04:10:11 INFO : sub dir/hello world: Copied (new)
2025/09/10 04:10:11 ERROR : sugarsync root 'Test/rclone-test-qigorur2lunu': not deleting files as there were IO errors
2025/09/10 04:10:11 ERROR : sugarsync root 'Test/rclone-test-qigorur2lunu': not deleting directories as there were IO errors
sync_test.go:513:
Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:513
Error: Received unexpected error:
not deleting files as there were IO errors
Test: TestSyncEmptyDirectories
--- FAIL: TestSyncEmptyDirectories (29.67s)
=== RUN TestSyncSetDelayedModTimes
run.go:180: Remote "sugarsync root 'Test/rclone-test-qigorur2lunu'", Local "Local file system at /tmp/rclone3963953809", Modify Window "876000h0m0s"
sync_test.go:537: Backend doesn't have DirModTimeUpdatesOnWrite set
--- SKIP: TestSyncSetDelayedModTimes (1.52s)
=== RUN TestSyncNoEmptyDirectories
run.go:180: Remote "sugarsync root 'Test/rclone-test-qigorur2lunu'", Local "Local file system at /tmp/rclone3963953809", Modify Window "876000h0m0s"
2025/09/10 04:10:23 INFO : sub dir2: Making directory
2025/09/10 04:10:23 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination
2025/09/10 04:10:23 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu': Waiting for checks to finish
2025/09/10 04:10:23 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu': Waiting for transfers to finish
2025/09/10 04:10:27 INFO : sub dir/hello world: Copied (new)
2025/09/10 04:10:27 ERROR : sugarsync root 'Test/rclone-test-qigorur2lunu': not deleting files as there were IO errors
2025/09/10 04:10:27 ERROR : sugarsync root 'Test/rclone-test-qigorur2lunu': not deleting directories as there were IO errors
sync_test.go:597:
Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:597
Error: Received unexpected error:
not deleting files as there were IO errors
Test: TestSyncNoEmptyDirectories
--- FAIL: TestSyncNoEmptyDirectories (8.55s)
=== RUN TestServerSideCopy
run.go:180: Remote "sugarsync root 'Test/rclone-test-qigorur2lunu'", Local "Local file system at /tmp/rclone3963953809", Modify Window "876000h0m0s"
2025/09/10 04:10:36 DEBUG : Creating backend with remote "TestSugarSync:Test/rclone-test-fiwogoh6sito"
2025/09/10 04:10:36 DEBUG : Config file has changed externally - reloading
sync_test.go:620: Server side copy (if possible) sugarsync root 'Test/rclone-test-qigorur2lunu' -> sugarsync root 'Test/rclone-test-fiwogoh6sito'
2025/09/10 04:10:46 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination
2025/09/10 04:10:46 DEBUG : sugarsync root 'Test/rclone-test-fiwogoh6sito': Waiting for checks to finish
2025/09/10 04:10:46 DEBUG : sugarsync root 'Test/rclone-test-fiwogoh6sito': Waiting for transfers to finish
2025/09/10 04:10:50 INFO : sub dir/hello world: Copied (server-side copy)
2025/09/10 04:10:56 DEBUG : sugarsync root 'Test/rclone-test-fiwogoh6sito': Purge remote
--- PASS: TestServerSideCopy (39.68s)
=== RUN TestCopyOverSelf
run.go:180: Remote "sugarsync root 'Test/rclone-test-qigorur2lunu'", Local "Local file system at /tmp/rclone3963953809", Modify Window "876000h0m0s"
2025/09/10 04:11:28 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu': Waiting for checks to finish
2025/09/10 04:11:28 DEBUG : sub dir/hello world: Sizes differ (src 17 vs dst 11)
2025/09/10 04:11:28 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu': Waiting for transfers to finish
2025/09/10 04:11:29 INFO : sub dir/hello world: Copied (replaced existing)
--- PASS: TestCopyOverSelf (28.75s)
=== RUN TestServerSideCopyOverSelf
run.go:180: Remote "sugarsync root 'Test/rclone-test-qigorur2lunu'", Local "Local file system at /tmp/rclone3963953809", Modify Window "876000h0m0s"
2025/09/10 04:11:49 DEBUG : Creating backend with remote "TestSugarSync:Test/rclone-test-xuwibis3jowa"
sync_test.go:656: Server side copy (if possible) sugarsync root 'Test/rclone-test-qigorur2lunu' -> sugarsync root 'Test/rclone-test-xuwibis3jowa'
2025/09/10 04:12:09 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination
2025/09/10 04:12:09 DEBUG : sugarsync root 'Test/rclone-test-xuwibis3jowa': Waiting for checks to finish
2025/09/10 04:12:09 DEBUG : sugarsync root 'Test/rclone-test-xuwibis3jowa': Waiting for transfers to finish
2025/09/10 04:12:13 INFO : sub dir/hello world: Copied (server-side copy)
2025/09/10 04:12:35 DEBUG : sugarsync root 'Test/rclone-test-xuwibis3jowa': Waiting for checks to finish
2025/09/10 04:12:35 DEBUG : sub dir/hello world: Sizes differ (src 17 vs dst 11)
2025/09/10 04:12:35 DEBUG : sugarsync root 'Test/rclone-test-xuwibis3jowa': Waiting for transfers to finish
2025/09/10 04:12:35 DEBUG : sub dir/hello world: server side copy: renaming existing object to "sub dir/hello world.jevozon5" before starting
2025/09/10 04:12:37 DEBUG : sub dir/hello world.jevozon5: server side copy: removing renamed existing file after operation
2025/09/10 04:12:38 INFO : sub dir/hello world: Copied (server-side copy)
2025/09/10 04:12:45 DEBUG : sugarsync root 'Test/rclone-test-xuwibis3jowa': Purge remote
--- PASS: TestServerSideCopyOverSelf (70.01s)
=== RUN TestMoveOverSelf
run.go:180: Remote "sugarsync root 'Test/rclone-test-qigorur2lunu'", Local "Local file system at /tmp/rclone3963953809", Modify Window "876000h0m0s"
2025/09/10 04:12:56 DEBUG : sub dir/hello world: Sizes differ (src 17 vs dst 11)
2025/09/10 04:12:56 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu': Waiting for checks to finish
2025/09/10 04:12:56 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu': Waiting for transfers to finish
2025/09/10 04:12:58 INFO : sub dir/hello world: Copied (replaced existing)
2025/09/10 04:12:58 INFO : sub dir/hello world: Deleted
--- PASS: TestMoveOverSelf (13.56s)
=== RUN TestServerSideMoveOverSelf
run.go:180: Remote "sugarsync root 'Test/rclone-test-qigorur2lunu'", Local "Local file system at /tmp/rclone3963953809", Modify Window "876000h0m0s"
2025/09/10 04:13:13 DEBUG : Creating backend with remote "TestSugarSync:Test/rclone-test-suladik6jeta"
sync_test.go:701: Server side copy (if possible) sugarsync root 'Test/rclone-test-qigorur2lunu' -> sugarsync root 'Test/rclone-test-suladik6jeta'
2025/09/10 04:13:18 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination
2025/09/10 04:13:18 DEBUG : sugarsync root 'Test/rclone-test-suladik6jeta': Waiting for checks to finish
2025/09/10 04:13:18 DEBUG : sugarsync root 'Test/rclone-test-suladik6jeta': Waiting for transfers to finish
2025/09/10 04:13:22 INFO : sub dir/hello world: Copied (server-side copy)
2025/09/10 04:13:33 DEBUG : sugarsync root 'Test/rclone-test-suladik6jeta': Using server-side directory move
2025/09/10 04:13:33 INFO : sugarsync root 'Test/rclone-test-suladik6jeta': Server side directory move failed - fallback to file moves: can't copy directory - destination already exists
2025/09/10 04:13:34 DEBUG : sub dir/hello world: Sizes differ (src 17 vs dst 11)
2025/09/10 04:13:34 DEBUG : sugarsync root 'Test/rclone-test-suladik6jeta': Waiting for checks to finish
2025/09/10 04:13:34 DEBUG : sugarsync root 'Test/rclone-test-suladik6jeta': Waiting for transfers to finish
2025/09/10 04:13:35 INFO : sub dir/hello world: Deleted
2025/09/10 04:13:36 INFO : sub dir/hello world: Moved (server-side)
2025/09/10 04:13:43 DEBUG : testing file moves
2025/09/10 04:13:54 DEBUG : sugarsync root 'Test/rclone-test-suladik6jeta': Waiting for checks to finish
2025/09/10 04:13:54 DEBUG : sub dir/hello world: Sizes differ (src 24 vs dst 17)
2025/09/10 04:13:54 DEBUG : sugarsync root 'Test/rclone-test-suladik6jeta': Waiting for transfers to finish
2025/09/10 04:13:55 INFO : sub dir/hello world: Deleted
2025/09/10 04:13:56 INFO : sub dir/hello world: Moved (server-side)
2025/09/10 04:13:59 DEBUG : sugarsync root 'Test/rclone-test-suladik6jeta': Purge remote
--- PASS: TestServerSideMoveOverSelf (59.93s)
=== RUN TestCopyAfterDelete
run.go:180: Remote "sugarsync root 'Test/rclone-test-qigorur2lunu'", Local "Local file system at /tmp/rclone3963953809", Modify Window "876000h0m0s"
2025/09/10 04:14:07 ERROR : error listing: directory not found
2025/09/10 04:14:13 INFO : Local file system at /tmp/rclone3963953809: Making directory
2025/09/10 04:14:23 DEBUG : pacer: low level retry 1/10 (error Get "https://api.sugarsync.com/folder/:sc:9068489:215_6538881868/contents?max=500&start=0": dial tcp: lookup api.sugarsync.com on 127.0.0.53:53: read udp 127.0.0.1:32960->127.0.0.53:53: i/o timeout)
2025/09/10 04:14:23 DEBUG : pacer: Rate limited, increasing sleep to 20ms
2025/09/10 04:14:24 DEBUG : pacer: Reducing sleep to 15ms
2025/09/10 04:14:25 DEBUG : pacer: Reducing sleep to 11.25ms
2025/09/10 04:14:25 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu': Waiting for checks to finish
2025/09/10 04:14:25 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu': Waiting for transfers to finish
2025/09/10 04:14:25 DEBUG : pacer: Reducing sleep to 10ms
--- PASS: TestCopyAfterDelete (32.16s)
=== RUN TestCopyRedownload
run.go:180: Remote "sugarsync root 'Test/rclone-test-qigorur2lunu'", Local "Local file system at /tmp/rclone3963953809", Modify Window "876000h0m0s"
2025/09/10 04:14:46 DEBUG : Added delayed dir = "sub dir", newDst=
2025/09/10 04:14:47 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination
2025/09/10 04:14:47 DEBUG : Local file system at /tmp/rclone3963953809: Waiting for checks to finish
2025/09/10 04:14:47 DEBUG : Local file system at /tmp/rclone3963953809: Waiting for transfers to finish
2025/09/10 04:14:48 DEBUG : sub dir/hello world.9076d4bf.partial: renamed to: sub dir/hello world
2025/09/10 04:14:48 INFO : sub dir/hello world: Copied (new)
2025/09/10 04:14:48 INFO : sub dir: Set directory modification time (using DirSetModTime)
--- PASS: TestCopyRedownload (16.14s)
=== RUN TestSyncBasedOnCheckSum
run.go:180: Remote "sugarsync root 'Test/rclone-test-qigorur2lunu'", Local "Local file system at /tmp/rclone3963953809", Modify Window "876000h0m0s"
2025/09/10 04:14:52 DEBUG : check sum: Need to transfer - File not found at Destination
2025/09/10 04:14:52 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu': Waiting for checks to finish
2025/09/10 04:14:52 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu': Waiting for transfers to finish
2025/09/10 04:14:55 INFO : check sum: Copied (new)
2025/09/10 04:14:55 DEBUG : Waiting for deletions to finish
2025/09/10 04:14:56 NOTICE: sugarsync root 'Test/rclone-test-qigorur2lunu': --checksum is in use but the source and destination have no hashes in common; falling back to --size-only
2025/09/10 04:14:56 DEBUG : check sum: Size of src and dst objects identical
2025/09/10 04:14:56 DEBUG : check sum: Unchanged skipping
2025/09/10 04:14:56 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu': Waiting for checks to finish
2025/09/10 04:14:56 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu': Waiting for transfers to finish
2025/09/10 04:14:56 DEBUG : Waiting for deletions to finish
2025/09/10 04:14:56 INFO : There was nothing to transfer
--- PASS: TestSyncBasedOnCheckSum (7.79s)
=== RUN TestSyncSizeOnly
run.go:180: Remote "sugarsync root 'Test/rclone-test-qigorur2lunu'", Local "Local file system at /tmp/rclone3963953809", Modify Window "876000h0m0s"
2025/09/10 04:15:00 DEBUG : sizeonly: Need to transfer - File not found at Destination
2025/09/10 04:15:00 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu': Waiting for checks to finish
2025/09/10 04:15:00 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu': Waiting for transfers to finish
2025/09/10 04:15:03 INFO : sizeonly: Copied (new)
2025/09/10 04:15:03 DEBUG : Waiting for deletions to finish
2025/09/10 04:15:04 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu': Waiting for checks to finish
2025/09/10 04:15:04 DEBUG : sizeonly: Sizes identical
2025/09/10 04:15:04 DEBUG : sizeonly: Unchanged skipping
2025/09/10 04:15:04 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu': Waiting for transfers to finish
2025/09/10 04:15:04 DEBUG : Waiting for deletions to finish
2025/09/10 04:15:04 INFO : There was nothing to transfer
--- PASS: TestSyncSizeOnly (8.04s)
=== RUN TestSyncIgnoreSize
run.go:180: Remote "sugarsync root 'Test/rclone-test-qigorur2lunu'", Local "Local file system at /tmp/rclone3963953809", Modify Window "876000h0m0s"
2025/09/10 04:15:08 DEBUG : ignore-size: Need to transfer - File not found at Destination
2025/09/10 04:15:08 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu': Waiting for checks to finish
2025/09/10 04:15:08 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu': Waiting for transfers to finish
2025/09/10 04:15:10 INFO : ignore-size: Copied (new)
2025/09/10 04:15:10 DEBUG : Waiting for deletions to finish
2025/09/10 04:15:12 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu': Waiting for checks to finish
2025/09/10 04:15:12 DEBUG : ignore-size: Sizes identical
2025/09/10 04:15:12 DEBUG : ignore-size: Unchanged skipping
2025/09/10 04:15:12 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu': Waiting for transfers to finish
2025/09/10 04:15:12 DEBUG : Waiting for deletions to finish
2025/09/10 04:15:12 INFO : There was nothing to transfer
--- PASS: TestSyncIgnoreSize (7.86s)
=== RUN TestSyncIgnoreTimes
run.go:180: Remote "sugarsync root 'Test/rclone-test-qigorur2lunu'", Local "Local file system at /tmp/rclone3963953809", Modify Window "876000h0m0s"
2025/09/10 04:15:19 DEBUG : existing: Sizes identical
2025/09/10 04:15:19 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu': Waiting for checks to finish
2025/09/10 04:15:19 DEBUG : existing: Unchanged skipping
2025/09/10 04:15:19 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu': Waiting for transfers to finish
2025/09/10 04:15:19 DEBUG : Waiting for deletions to finish
2025/09/10 04:15:19 INFO : There was nothing to transfer
2025/09/10 04:15:25 DEBUG : existing: Transferring unconditionally as --ignore-times is in use
2025/09/10 04:15:25 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu': Waiting for checks to finish
2025/09/10 04:15:25 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu': Waiting for transfers to finish
2025/09/10 04:15:26 INFO : existing: Copied (replaced existing)
2025/09/10 04:15:26 DEBUG : Waiting for deletions to finish
--- PASS: TestSyncIgnoreTimes (14.09s)
=== RUN TestSyncIgnoreExisting
run.go:180: Remote "sugarsync root 'Test/rclone-test-qigorur2lunu'", Local "Local file system at /tmp/rclone3963953809", Modify Window "876000h0m0s"
2025/09/10 04:15:30 DEBUG : existing: Need to transfer - File not found at Destination
2025/09/10 04:15:30 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu': Waiting for checks to finish
2025/09/10 04:15:30 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu': Waiting for transfers to finish
2025/09/10 04:15:33 INFO : existing: Copied (new)
2025/09/10 04:15:33 DEBUG : Waiting for deletions to finish
2025/09/10 04:15:34 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu': Waiting for checks to finish
2025/09/10 04:15:34 DEBUG : existing: Destination exists, skipping
2025/09/10 04:15:34 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu': Waiting for transfers to finish
2025/09/10 04:15:34 DEBUG : Waiting for deletions to finish
2025/09/10 04:15:34 INFO : There was nothing to transfer
--- PASS: TestSyncIgnoreExisting (7.95s)
=== RUN TestSyncIgnoreErrors
run.go:180: Remote "sugarsync root 'Test/rclone-test-qigorur2lunu'", Local "Local file system at /tmp/rclone3963953809", Modify Window "876000h0m0s"
2025/09/10 04:15:49 INFO : d: Making directory
2025/09/10 04:15:53 DEBUG : a/potato2: Need to transfer - File not found at Destination
2025/09/10 04:15:53 DEBUG : c/non empty space: Sizes identical
2025/09/10 04:15:53 DEBUG : c/non empty space: Unchanged skipping
2025/09/10 04:15:53 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu': Waiting for checks to finish
2025/09/10 04:15:53 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu': Waiting for transfers to finish
2025/09/10 04:16:01 INFO : a/potato2: Copied (new)
2025/09/10 04:16:01 DEBUG : Waiting for deletions to finish
2025/09/10 04:16:02 INFO : b/potato: Deleted
2025/09/10 04:16:02 INFO : d: Removing directory
2025/09/10 04:16:04 INFO : b: Removing directory
2025/09/10 04:16:05 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu': deleted 2 directories
--- PASS: TestSyncIgnoreErrors (39.60s)
=== RUN TestSyncAfterChangingModtimeOnly
run.go:180: Remote "sugarsync root 'Test/rclone-test-qigorur2lunu'", Local "Local file system at /tmp/rclone3963953809", Modify Window "876000h0m0s"
2025/09/10 04:16:21 DEBUG : empty space: Sizes identical
2025/09/10 04:16:21 DEBUG : empty space: Unchanged skipping
2025/09/10 04:16:21 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu': Waiting for checks to finish
2025/09/10 04:16:21 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu': Waiting for transfers to finish
2025/09/10 04:16:21 DEBUG : Waiting for deletions to finish
2025/09/10 04:16:21 INFO : There was nothing to transfer
2025/09/10 04:16:22 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu': Waiting for checks to finish
2025/09/10 04:16:22 DEBUG : empty space: Sizes identical
2025/09/10 04:16:22 DEBUG : empty space: Unchanged skipping
2025/09/10 04:16:22 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu': Waiting for transfers to finish
2025/09/10 04:16:22 DEBUG : Waiting for deletions to finish
2025/09/10 04:16:22 INFO : There was nothing to transfer
--- PASS: TestSyncAfterChangingModtimeOnly (8.49s)
=== RUN TestSyncAfterChangingModtimeOnlyWithNoUpdateModTime
run.go:180: Remote "sugarsync root 'Test/rclone-test-qigorur2lunu'", Local "Local file system at /tmp/rclone3963953809", Modify Window "876000h0m0s"
sync_test.go:1046: Can't check this if no hashes supported
--- PASS: TestSyncAfterChangingModtimeOnlyWithNoUpdateModTime (1.53s)
=== RUN TestSyncDoesntUpdateModtime
run.go:180: Remote "sugarsync root 'Test/rclone-test-qigorur2lunu'", Local "Local file system at /tmp/rclone3963953809", Modify Window "876000h0m0s"
sync_test.go:1072: Can't run this test on fs which doesn't support mod time
--- SKIP: TestSyncDoesntUpdateModtime (1.51s)
=== RUN TestSyncAfterAddingAFile
run.go:180: Remote "sugarsync root 'Test/rclone-test-qigorur2lunu'", Local "Local file system at /tmp/rclone3963953809", Modify Window "876000h0m0s"
2025/09/10 04:16:32 DEBUG : empty space: Sizes identical
2025/09/10 04:16:32 DEBUG : potato: Need to transfer - File not found at Destination
2025/09/10 04:16:32 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu': Waiting for checks to finish
2025/09/10 04:16:32 DEBUG : empty space: Unchanged skipping
2025/09/10 04:16:32 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu': Waiting for transfers to finish
2025/09/10 04:16:35 INFO : potato: Copied (new)
2025/09/10 04:16:35 DEBUG : Waiting for deletions to finish
--- PASS: TestSyncAfterAddingAFile (10.53s)
=== RUN TestSyncAfterChangingFilesSizeOnly
run.go:180: Remote "sugarsync root 'Test/rclone-test-qigorur2lunu'", Local "Local file system at /tmp/rclone3963953809", Modify Window "876000h0m0s"
2025/09/10 04:16:48 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu': Waiting for checks to finish
2025/09/10 04:16:48 DEBUG : potato: Sizes differ (src 21 vs dst 60)
2025/09/10 04:16:48 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu': Waiting for transfers to finish
2025/09/10 04:16:49 INFO : potato: Copied (replaced existing)
2025/09/10 04:16:49 DEBUG : Waiting for deletions to finish
--- PASS: TestSyncAfterChangingFilesSizeOnly (13.67s)
=== RUN TestSyncAfterChangingContentsOnly
run.go:180: Remote "sugarsync root 'Test/rclone-test-qigorur2lunu'", Local "Local file system at /tmp/rclone3963953809", Modify Window "876000h0m0s"
sync_test.go:1136: ModTimeNotSupported so forcing file to be a different size
2025/09/10 04:16:57 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu': Waiting for checks to finish
2025/09/10 04:16:57 DEBUG : potato: Sizes differ (src 21 vs dst 36)
2025/09/10 04:16:57 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu': Waiting for transfers to finish
2025/09/10 04:16:58 INFO : potato: Copied (replaced existing)
2025/09/10 04:16:58 DEBUG : Waiting for deletions to finish
--- PASS: TestSyncAfterChangingContentsOnly (8.81s)
=== RUN TestSyncAfterRemovingAFileAndAddingAFileDryRun
run.go:180: Remote "sugarsync root 'Test/rclone-test-qigorur2lunu'", Local "Local file system at /tmp/rclone3963953809", Modify Window "876000h0m0s"
2025/09/10 04:17:12 DEBUG : potato2: Need to transfer - File not found at Destination
2025/09/10 04:17:12 DEBUG : empty space: Sizes identical
2025/09/10 04:17:12 DEBUG : empty space: Unchanged skipping
2025/09/10 04:17:12 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu': Waiting for checks to finish
2025/09/10 04:17:12 NOTICE: potato2: Skipped copy as --dry-run is set (size 60)
2025/09/10 04:17:12 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu': Waiting for transfers to finish
2025/09/10 04:17:12 DEBUG : Waiting for deletions to finish
2025/09/10 04:17:12 NOTICE: potato: Skipped delete as --dry-run is set (size 21)
--- PASS: TestSyncAfterRemovingAFileAndAddingAFileDryRun (14.69s)
=== RUN TestSyncAfterRemovingAFileAndAddingAFile
run.go:180: Remote "sugarsync root 'Test/rclone-test-qigorur2lunu'", Local "Local file system at /tmp/rclone3963953809", Modify Window "876000h0m0s"
2025/09/10 04:17:23 DEBUG : empty space: Sizes identical
2025/09/10 04:17:23 DEBUG : potato2: Need to transfer - File not found at Destination
2025/09/10 04:17:23 DEBUG : empty space: Unchanged skipping
2025/09/10 04:17:23 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu': Waiting for checks to finish
2025/09/10 04:17:23 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu': Waiting for transfers to finish
2025/09/10 04:17:25 INFO : potato2: Copied (new)
2025/09/10 04:17:25 DEBUG : Waiting for deletions to finish
2025/09/10 04:17:26 INFO : potato: Deleted
--- PASS: TestSyncAfterRemovingAFileAndAddingAFile (14.00s)
=== RUN TestSyncAfterRemovingAFileAndAddingAFileSubDir
run.go:180: Remote "sugarsync root 'Test/rclone-test-qigorur2lunu'", Local "Local file system at /tmp/rclone3963953809", Modify Window "876000h0m0s"
2025/09/10 04:17:37 INFO : d: Making directory
2025/09/10 04:17:39 INFO : d/e: Making directory
2025/09/10 04:17:47 DEBUG : a/potato2: Need to transfer - File not found at Destination
2025/09/10 04:17:48 DEBUG : c/non empty space: Sizes identical
2025/09/10 04:17:48 DEBUG : c/non empty space: Unchanged skipping
2025/09/10 04:17:50 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu': Waiting for checks to finish
2025/09/10 04:17:50 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu': Waiting for transfers to finish
2025/09/10 04:17:51 INFO : a/potato2: Copied (new)
2025/09/10 04:17:51 DEBUG : Waiting for deletions to finish
2025/09/10 04:17:52 INFO : b/potato: Deleted
2025/09/10 04:17:52 INFO : d/e: Removing directory
2025/09/10 04:17:54 INFO : d: Removing directory
2025/09/10 04:17:55 INFO : b: Removing directory
2025/09/10 04:17:56 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu': deleted 3 directories
--- PASS: TestSyncAfterRemovingAFileAndAddingAFileSubDir (32.94s)
=== RUN TestSyncAfterRemovingAFileAndAddingAFileSubDirWithErrors
run.go:180: Remote "sugarsync root 'Test/rclone-test-qigorur2lunu'", Local "Local file system at /tmp/rclone3963953809", Modify Window "876000h0m0s"
2025/09/10 04:18:10 INFO : d: Making directory
2025/09/10 04:18:13 DEBUG : a/potato2: Need to transfer - File not found at Destination
2025/09/10 04:18:14 DEBUG : c/non empty space: Sizes identical
2025/09/10 04:18:14 DEBUG : c/non empty space: Unchanged skipping
2025/09/10 04:18:14 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu': Waiting for checks to finish
2025/09/10 04:18:14 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu': Waiting for transfers to finish
2025/09/10 04:18:17 INFO : a/potato2: Copied (new)
2025/09/10 04:18:17 ERROR : sugarsync root 'Test/rclone-test-qigorur2lunu': not deleting files as there were IO errors
2025/09/10 04:18:17 ERROR : sugarsync root 'Test/rclone-test-qigorur2lunu': not deleting directories as there were IO errors
--- PASS: TestSyncAfterRemovingAFileAndAddingAFileSubDirWithErrors (28.68s)
=== RUN TestSyncDeleteAfter
--- PASS: TestSyncDeleteAfter (0.00s)
=== RUN TestSyncDeleteDuring
run.go:180: Remote "sugarsync root 'Test/rclone-test-qigorur2lunu'", Local "Local file system at /tmp/rclone3963953809", Modify Window "876000h0m0s"
2025/09/10 04:18:37 DEBUG : Waiting for deletions to finish
2025/09/10 04:18:43 DEBUG : empty space: Sizes identical
2025/09/10 04:18:43 DEBUG : potato2: Need to transfer - File not found at Destination
2025/09/10 04:18:43 DEBUG : empty space: Unchanged skipping
2025/09/10 04:18:43 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu': Waiting for checks to finish
2025/09/10 04:18:43 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu': Waiting for transfers to finish
2025/09/10 04:18:44 INFO : potato: Deleted
2025/09/10 04:18:46 INFO : potato2: Copied (new)
--- PASS: TestSyncDeleteDuring (18.12s)
=== RUN TestSyncDeleteBefore
run.go:180: Remote "sugarsync root 'Test/rclone-test-qigorur2lunu'", Local "Local file system at /tmp/rclone3963953809", Modify Window "876000h0m0s"
2025/09/10 04:18:56 DEBUG : Waiting for deletions to finish
2025/09/10 04:18:56 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu': Waiting for checks to finish
2025/09/10 04:18:56 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu': Waiting for transfers to finish
2025/09/10 04:18:57 INFO : potato: Deleted
2025/09/10 04:18:58 DEBUG : empty space: Sizes identical
2025/09/10 04:18:58 DEBUG : potato2: Need to transfer - File not found at Destination
2025/09/10 04:18:58 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu': Waiting for checks to finish
2025/09/10 04:18:58 DEBUG : empty space: Unchanged skipping
2025/09/10 04:18:58 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu': Waiting for transfers to finish
2025/09/10 04:19:00 INFO : potato2: Copied (new)
--- PASS: TestSyncDeleteBefore (14.71s)
=== RUN TestCopyDeleteBefore
run.go:180: Remote "sugarsync root 'Test/rclone-test-qigorur2lunu'", Local "Local file system at /tmp/rclone3963953809", Modify Window "876000h0m0s"
2025/09/10 04:19:08 DEBUG : potato2: Need to transfer - File not found at Destination
2025/09/10 04:19:08 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu': Waiting for checks to finish
2025/09/10 04:19:08 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu': Waiting for transfers to finish
2025/09/10 04:19:11 INFO : potato2: Copied (new)
--- PASS: TestCopyDeleteBefore (10.40s)
=== RUN TestSyncWithExclude
run.go:180: Remote "sugarsync root 'Test/rclone-test-qigorur2lunu'", Local "Local file system at /tmp/rclone3963953809", Modify Window "876000h0m0s"
2025/09/10 04:19:26 DEBUG : enormous: Excluded (Size Filter)
2025/09/10 04:19:26 DEBUG : enormous: Excluded
2025/09/10 04:19:26 DEBUG : potato2: Excluded (Size Filter)
2025/09/10 04:19:26 DEBUG : potato2: Excluded
2025/09/10 04:19:26 DEBUG : potato2: Excluded (Size Filter)
2025/09/10 04:19:26 DEBUG : potato2: Excluded
2025/09/10 04:19:26 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu': Waiting for checks to finish
2025/09/10 04:19:26 DEBUG : empty space: Sizes identical
2025/09/10 04:19:26 DEBUG : empty space: Unchanged skipping
2025/09/10 04:19:26 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu': Waiting for transfers to finish
2025/09/10 04:19:26 DEBUG : Waiting for deletions to finish
2025/09/10 04:19:26 INFO : There was nothing to transfer
2025/09/10 04:19:27 DEBUG : enormous: Excluded (Size Filter)
2025/09/10 04:19:27 DEBUG : enormous: Excluded
2025/09/10 04:19:27 DEBUG : potato2: Excluded (Size Filter)
2025/09/10 04:19:27 DEBUG : potato2: Excluded
2025/09/10 04:19:28 DEBUG : potato2: Excluded (Size Filter)
2025/09/10 04:19:28 DEBUG : potato2: Excluded
2025/09/10 04:19:28 DEBUG : Local file system at /tmp/rclone3963953809: Waiting for checks to finish
2025/09/10 04:19:28 DEBUG : empty space: Sizes identical
2025/09/10 04:19:28 DEBUG : empty space: Unchanged skipping
2025/09/10 04:19:28 DEBUG : Local file system at /tmp/rclone3963953809: Waiting for transfers to finish
2025/09/10 04:19:28 DEBUG : Waiting for deletions to finish
2025/09/10 04:19:28 INFO : There was nothing to transfer
--- PASS: TestSyncWithExclude (16.35s)
=== RUN TestSyncWithExcludeAndDeleteExcluded
run.go:180: Remote "sugarsync root 'Test/rclone-test-qigorur2lunu'", Local "Local file system at /tmp/rclone3963953809", Modify Window "876000h0m0s"
2025/09/10 04:19:45 DEBUG : enormous: Excluded (Size Filter)
2025/09/10 04:19:45 DEBUG : enormous: Excluded
2025/09/10 04:19:45 DEBUG : potato2: Excluded (Size Filter)
2025/09/10 04:19:45 DEBUG : potato2: Excluded
2025/09/10 04:19:45 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu': Waiting for checks to finish
2025/09/10 04:19:45 DEBUG : empty space: Sizes identical
2025/09/10 04:19:45 DEBUG : empty space: Unchanged skipping
2025/09/10 04:19:45 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu': Waiting for transfers to finish
2025/09/10 04:19:45 DEBUG : Waiting for deletions to finish
2025/09/10 04:19:46 INFO : enormous: Deleted
2025/09/10 04:19:46 INFO : potato2: Deleted
2025/09/10 04:19:46 INFO : There was nothing to transfer
2025/09/10 04:19:48 DEBUG : empty space: Sizes identical
2025/09/10 04:19:48 DEBUG : empty space: Unchanged skipping
2025/09/10 04:19:48 DEBUG : Local file system at /tmp/rclone3963953809: Waiting for checks to finish
2025/09/10 04:19:48 DEBUG : Local file system at /tmp/rclone3963953809: Waiting for transfers to finish
2025/09/10 04:19:48 DEBUG : Waiting for deletions to finish
2025/09/10 04:19:48 INFO : enormous: Deleted
2025/09/10 04:19:48 INFO : potato2: Deleted
2025/09/10 04:19:48 INFO : There was nothing to transfer
--- PASS: TestSyncWithExcludeAndDeleteExcluded (18.86s)
=== RUN TestSyncWithUpdateOlder
run.go:180: Remote "sugarsync root 'Test/rclone-test-qigorur2lunu'", Local "Local file system at /tmp/rclone3963953809", Modify Window "876000h0m0s"
sync_test.go:1453: Can't run this test on fs which doesn't support mod time
--- SKIP: TestSyncWithUpdateOlder (1.51s)
=== RUN TestSyncWithMaxDuration
=== RUN TestSyncWithMaxDuration/Hard
sync_test.go:1496: Skipping test on non local remote
=== RUN TestSyncWithMaxDuration/Soft
sync_test.go:1496: Skipping test on non local remote
--- PASS: TestSyncWithMaxDuration (0.00s)
--- SKIP: TestSyncWithMaxDuration/Hard (0.00s)
--- SKIP: TestSyncWithMaxDuration/Soft (0.00s)
=== RUN TestSyncWithTrackRenames
run.go:180: Remote "sugarsync root 'Test/rclone-test-qigorur2lunu'", Local "Local file system at /tmp/rclone3963953809", Modify Window "876000h0m0s"
sync_test.go:1568: Can track renames: false
2025/09/10 04:19:51 ERROR : sugarsync root 'Test/rclone-test-qigorur2lunu': Ignoring --track-renames as the source and destination do not have a common hash
2025/09/10 04:19:52 DEBUG : potato: Need to transfer - File not found at Destination
2025/09/10 04:19:52 DEBUG : yam: Need to transfer - File not found at Destination
2025/09/10 04:19:52 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu': Waiting for checks to finish
2025/09/10 04:19:52 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu': Waiting for transfers to finish
2025/09/10 04:19:55 INFO : yam: Copied (new)
2025/09/10 04:19:55 INFO : potato: Copied (new)
2025/09/10 04:19:55 DEBUG : Waiting for deletions to finish
2025/09/10 04:19:55 ERROR : sugarsync root 'Test/rclone-test-qigorur2lunu': Ignoring --track-renames as the source and destination do not have a common hash
2025/09/10 04:19:56 DEBUG : potato: Sizes identical
2025/09/10 04:19:56 DEBUG : yaml: Need to transfer - File not found at Destination
2025/09/10 04:19:56 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu': Waiting for checks to finish
2025/09/10 04:19:56 DEBUG : potato: Unchanged skipping
2025/09/10 04:19:56 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu': Waiting for transfers to finish
2025/09/10 04:19:59 INFO : yaml: Copied (new)
2025/09/10 04:19:59 DEBUG : Waiting for deletions to finish
2025/09/10 04:20:00 INFO : yam: Deleted
--- PASS: TestSyncWithTrackRenames (12.03s)
=== RUN TestParseRenamesStrategyModtime
--- PASS: TestParseRenamesStrategyModtime (0.00s)
=== RUN TestRenamesStrategyModtime
--- PASS: TestRenamesStrategyModtime (0.00s)
=== RUN TestSyncWithTrackRenamesStrategyModtime
run.go:180: Remote "sugarsync root 'Test/rclone-test-qigorur2lunu'", Local "Local file system at /tmp/rclone3963953809", Modify Window "876000h0m0s"
sync_test.go:1640: Can track renames: false
2025/09/10 04:20:04 ERROR : sugarsync root 'Test/rclone-test-qigorur2lunu': Ignoring --track-renames as either the source or destination do not support modtime
2025/09/10 04:20:04 DEBUG : potato: Need to transfer - File not found at Destination
2025/09/10 04:20:04 DEBUG : yam: Need to transfer - File not found at Destination
2025/09/10 04:20:04 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu': Waiting for checks to finish
2025/09/10 04:20:04 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu': Waiting for transfers to finish
2025/09/10 04:20:07 INFO : potato: Copied (new)
2025/09/10 04:20:07 INFO : yam: Copied (new)
2025/09/10 04:20:07 DEBUG : Waiting for deletions to finish
2025/09/10 04:20:08 ERROR : sugarsync root 'Test/rclone-test-qigorur2lunu': Ignoring --track-renames as either the source or destination do not support modtime
2025/09/10 04:20:08 DEBUG : potato: Sizes identical
2025/09/10 04:20:08 DEBUG : yaml: Need to transfer - File not found at Destination
2025/09/10 04:20:08 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu': Waiting for checks to finish
2025/09/10 04:20:08 DEBUG : potato: Unchanged skipping
2025/09/10 04:20:08 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu': Waiting for transfers to finish
2025/09/10 04:20:11 INFO : yaml: Copied (new)
2025/09/10 04:20:11 DEBUG : Waiting for deletions to finish
2025/09/10 04:20:12 INFO : yam: Deleted
--- PASS: TestSyncWithTrackRenamesStrategyModtime (12.29s)
=== RUN TestSyncWithTrackRenamesStrategyLeaf
run.go:180: Remote "sugarsync root 'Test/rclone-test-qigorur2lunu'", Local "Local file system at /tmp/rclone3963953809", Modify Window "876000h0m0s"
sync_test.go:1679: Can track renames: false
2025/09/10 04:20:17 INFO : sugarsync root 'Test/rclone-test-qigorur2lunu': Making map for --track-renames
2025/09/10 04:20:17 INFO : sugarsync root 'Test/rclone-test-qigorur2lunu': Finished making map for --track-renames
2025/09/10 04:20:17 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu': Waiting for checks to finish
2025/09/10 04:20:17 DEBUG : potato: Need to transfer - No matching file found at Destination
2025/09/10 04:20:17 DEBUG : sub/yam: Need to transfer - No matching file found at Destination
2025/09/10 04:20:17 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu': Waiting for renames to finish
2025/09/10 04:20:17 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu': Waiting for transfers to finish
2025/09/10 04:20:21 INFO : potato: Copied (new)
2025/09/10 04:20:21 INFO : sub/yam: Copied (new)
2025/09/10 04:20:21 DEBUG : Waiting for deletions to finish
2025/09/10 04:20:22 DEBUG : potato: Sizes identical
2025/09/10 04:20:22 DEBUG : potato: Unchanged skipping
2025/09/10 04:20:23 INFO : sugarsync root 'Test/rclone-test-qigorur2lunu': Making map for --track-renames
2025/09/10 04:20:23 INFO : sugarsync root 'Test/rclone-test-qigorur2lunu': Finished making map for --track-renames
2025/09/10 04:20:23 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu': Waiting for checks to finish
2025/09/10 04:20:23 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu': Waiting for renames to finish
2025/09/10 04:20:25 INFO : sub/yam: Moved (server-side) to: yam
2025/09/10 04:20:25 INFO : yam: Renamed from "sub/yam"
2025/09/10 04:20:25 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu': Waiting for transfers to finish
2025/09/10 04:20:25 DEBUG : Waiting for deletions to finish
2025/09/10 04:20:25 INFO : There was nothing to transfer
--- PASS: TestSyncWithTrackRenamesStrategyLeaf (15.24s)
=== RUN TestServerSideMoveLocal
run.go:180: Remote "sugarsync root 'Test/rclone-test-qigorur2lunu'", Local "Local file system at /tmp/rclone3963953809", Modify Window "876000h0m0s"
2025/09/10 04:20:31 DEBUG : Creating backend with remote "/tmp/rclone3963953809/dir1"
2025/09/10 04:20:31 DEBUG : Config file has changed externally - reloading
2025/09/10 04:20:31 DEBUG : Creating backend with remote "/tmp/rclone3963953809/dir2"
2025/09/10 04:20:31 DEBUG : Local file system at /tmp/rclone3963953809/dir2: Using server-side directory move
2025/09/10 04:20:31 INFO : Local file system at /tmp/rclone3963953809/dir2: Server side directory move failed - fallback to file moves: can't copy directory - destination already exists
2025/09/10 04:20:31 DEBUG : file1.txt: Need to transfer - File not found at Destination
2025/09/10 04:20:31 INFO : file1.txt: Moved (server-side)
2025/09/10 04:20:31 DEBUG : Local file system at /tmp/rclone3963953809/dir2: Waiting for checks to finish
2025/09/10 04:20:31 DEBUG : Local file system at /tmp/rclone3963953809/dir2: Waiting for transfers to finish
--- PASS: TestServerSideMoveLocal (1.54s)
=== RUN TestMoveWithDeleteEmptySrcDirs
run.go:180: Remote "sugarsync root 'Test/rclone-test-qigorur2lunu'", Local "Local file system at /tmp/rclone3963953809", Modify Window "876000h0m0s"
2025/09/10 04:20:33 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination
2025/09/10 04:20:33 DEBUG : nested/sub dir/file: Need to transfer - File not found at Destination
2025/09/10 04:20:33 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu': Waiting for checks to finish
2025/09/10 04:20:33 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu': Waiting for transfers to finish
2025/09/10 04:20:45 INFO : sub dir/hello world: Copied (new)
2025/09/10 04:20:45 INFO : sub dir/hello world: Deleted
2025/09/10 04:20:45 INFO : nested/sub dir/file: Copied (new)
2025/09/10 04:20:45 INFO : nested/sub dir/file: Deleted
2025/09/10 04:20:45 INFO : sub dir: Removing directory
2025/09/10 04:20:45 INFO : nested/sub dir: Removing directory
2025/09/10 04:20:45 INFO : nested: Removing directory
2025/09/10 04:20:45 DEBUG : Local file system at /tmp/rclone3963953809: deleted 3 directories
--- PASS: TestMoveWithDeleteEmptySrcDirs (27.02s)
=== RUN TestMoveWithoutDeleteEmptySrcDirs
run.go:180: Remote "sugarsync root 'Test/rclone-test-qigorur2lunu'", Local "Local file system at /tmp/rclone3963953809", Modify Window "876000h0m0s"
2025/09/10 04:21:00 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination
2025/09/10 04:21:00 DEBUG : nested/sub dir/file: Need to transfer - File not found at Destination
2025/09/10 04:21:00 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu': Waiting for checks to finish
2025/09/10 04:21:00 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu': Waiting for transfers to finish
2025/09/10 04:21:07 INFO : sub dir/hello world: Copied (new)
2025/09/10 04:21:07 INFO : sub dir/hello world: Deleted
2025/09/10 04:21:07 INFO : nested/sub dir/file: Copied (new)
2025/09/10 04:21:07 INFO : nested/sub dir/file: Deleted
--- PASS: TestMoveWithoutDeleteEmptySrcDirs (21.47s)
=== RUN TestMoveWithIgnoreExisting
run.go:180: Remote "sugarsync root 'Test/rclone-test-qigorur2lunu'", Local "Local file system at /tmp/rclone3963953809", Modify Window "876000h0m0s"
2025/09/10 04:21:22 DEBUG : existing-b: Need to transfer - File not found at Destination
2025/09/10 04:21:22 DEBUG : existing: Need to transfer - File not found at Destination
2025/09/10 04:21:22 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu': Waiting for checks to finish
2025/09/10 04:21:22 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu': Waiting for transfers to finish
2025/09/10 04:21:24 INFO : existing: Copied (new)
2025/09/10 04:21:24 INFO : existing: Deleted
2025/09/10 04:21:24 INFO : existing-b: Copied (new)
2025/09/10 04:21:24 INFO : existing-b: Deleted
2025/09/10 04:21:26 DEBUG : existing: Destination exists, skipping
2025/09/10 04:21:26 DEBUG : existing: Not removing source file as destination file exists and --ignore-existing is set
2025/09/10 04:21:26 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu': Waiting for checks to finish
2025/09/10 04:21:26 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu': Waiting for transfers to finish
2025/09/10 04:21:26 INFO : There was nothing to transfer
--- PASS: TestMoveWithIgnoreExisting (8.81s)
=== RUN TestServerSideMove
run.go:180: Remote "sugarsync root 'Test/rclone-test-qigorur2lunu'", Local "Local file system at /tmp/rclone3963953809", Modify Window "876000h0m0s"
2025/09/10 04:21:30 DEBUG : Creating backend with remote "TestSugarSync:Test/rclone-test-jemanuk4yeru"
2025/09/10 04:21:30 DEBUG : Config file has changed externally - reloading
sync_test.go:1735: Server side move (if possible) sugarsync root 'Test/rclone-test-qigorur2lunu' -> sugarsync root 'Test/rclone-test-jemanuk4yeru'
2025/09/10 04:21:49 DEBUG : sugarsync root 'Test/rclone-test-jemanuk4yeru': Using server-side directory move
2025/09/10 04:21:49 INFO : sugarsync root 'Test/rclone-test-jemanuk4yeru': Server side directory move failed - fallback to file moves: can't copy directory - destination already exists
2025/09/10 04:21:50 DEBUG : potato2: Need to transfer - File not found at Destination
2025/09/10 04:21:50 DEBUG : empty space: Sizes identical
2025/09/10 04:21:50 DEBUG : empty space: Unchanged skipping
2025/09/10 04:21:50 DEBUG : potato3: Sizes differ (src 68 vs dst 60)
2025/09/10 04:21:50 DEBUG : sugarsync root 'Test/rclone-test-jemanuk4yeru': Waiting for checks to finish
2025/09/10 04:21:51 INFO : potato2: Moved (server-side)
2025/09/10 04:21:51 INFO : empty space: Deleted
2025/09/10 04:21:51 DEBUG : sugarsync root 'Test/rclone-test-jemanuk4yeru': Waiting for transfers to finish
2025/09/10 04:21:51 INFO : potato3: Deleted
2025/09/10 04:21:51 INFO : potato3: Moved (server-side)
2025/09/10 04:21:53 DEBUG : Creating backend with remote "TestSugarSync:Test/rclone-test-bebuwec6dezo"
2025/09/10 04:21:56 DEBUG : sugarsync root 'Test/rclone-test-bebuwec6dezo': Using server-side directory move
2025/09/10 04:21:58 INFO : sugarsync root 'Test/rclone-test-bebuwec6dezo': Server side directory move succeeded
2025/09/10 04:22:01 ERROR : error listing: directory not found
2025/09/10 04:22:01 DEBUG : sugarsync root 'Test/rclone-test-bebuwec6dezo': Purge remote
2025/09/10 04:22:02 DEBUG : sugarsync root 'Test/rclone-test-jemanuk4yeru': Purge remote
2025/09/10 04:22:03 NOTICE: purge failed: directory not found
--- PASS: TestServerSideMove (34.19s)
=== RUN TestServerSideMoveWithFilter
run.go:180: Remote "sugarsync root 'Test/rclone-test-qigorur2lunu'", Local "Local file system at /tmp/rclone3963953809", Modify Window "876000h0m0s"
2025/09/10 04:22:04 DEBUG : Creating backend with remote "TestSugarSync:Test/rclone-test-xebenan6fuki"
sync_test.go:1735: Server side move (if possible) sugarsync root 'Test/rclone-test-qigorur2lunu' -> sugarsync root 'Test/rclone-test-xebenan6fuki'
2025/09/10 04:22:28 DEBUG : empty space: Excluded (Size Filter)
2025/09/10 04:22:28 DEBUG : empty space: Excluded
2025/09/10 04:22:28 DEBUG : empty space: Excluded (Size Filter)
2025/09/10 04:22:28 DEBUG : empty space: Excluded
2025/09/10 04:22:28 DEBUG : potato2: Need to transfer - File not found at Destination
2025/09/10 04:22:28 DEBUG : potato3: Sizes differ (src 68 vs dst 60)
2025/09/10 04:22:28 DEBUG : sugarsync root 'Test/rclone-test-xebenan6fuki': Waiting for checks to finish
2025/09/10 04:22:28 DEBUG : sugarsync root 'Test/rclone-test-xebenan6fuki': Waiting for transfers to finish
2025/09/10 04:22:29 INFO : potato2: Moved (server-side)
2025/09/10 04:22:29 INFO : potato3: Deleted
2025/09/10 04:22:30 INFO : potato3: Moved (server-side)
2025/09/10 04:22:31 DEBUG : Creating backend with remote "TestSugarSync:Test/rclone-test-gojarux5sewi"
2025/09/10 04:22:31 DEBUG : Config file has changed externally - reloading
2025/09/10 04:22:36 DEBUG : empty space: Excluded (Size Filter)
2025/09/10 04:22:36 DEBUG : empty space: Excluded
2025/09/10 04:22:36 DEBUG : potato2: Need to transfer - File not found at Destination
2025/09/10 04:22:36 DEBUG : potato3: Need to transfer - File not found at Destination
2025/09/10 04:22:36 DEBUG : sugarsync root 'Test/rclone-test-gojarux5sewi': Waiting for checks to finish
2025/09/10 04:22:36 DEBUG : sugarsync root 'Test/rclone-test-gojarux5sewi': Waiting for transfers to finish
2025/09/10 04:22:38 INFO : potato2: Moved (server-side)
2025/09/10 04:22:38 INFO : potato3: Moved (server-side)
2025/09/10 04:22:40 DEBUG : sugarsync root 'Test/rclone-test-gojarux5sewi': Purge remote
2025/09/10 04:22:41 DEBUG : sugarsync root 'Test/rclone-test-xebenan6fuki': Purge remote
--- PASS: TestServerSideMoveWithFilter (39.74s)
=== RUN TestServerSideMoveDeleteEmptySourceDirs
run.go:180: Remote "sugarsync root 'Test/rclone-test-qigorur2lunu'", Local "Local file system at /tmp/rclone3963953809", Modify Window "876000h0m0s"
2025/09/10 04:22:44 DEBUG : Creating backend with remote "TestSugarSync:Test/rclone-test-ricahuv1sagu"
2025/09/10 04:22:55 INFO : tomatoDir: Making directory
sync_test.go:1735: Server side move (if possible) sugarsync root 'Test/rclone-test-qigorur2lunu' -> sugarsync root 'Test/rclone-test-ricahuv1sagu'
2025/09/10 04:23:04 DEBUG : sugarsync root 'Test/rclone-test-ricahuv1sagu': Using server-side directory move
2025/09/10 04:23:04 INFO : sugarsync root 'Test/rclone-test-ricahuv1sagu': Server side directory move failed - fallback to file moves: can't copy directory - destination already exists
2025/09/10 04:23:05 DEBUG : potato2: Need to transfer - File not found at Destination
2025/09/10 04:23:05 DEBUG : empty space: Sizes identical
2025/09/10 04:23:05 DEBUG : empty space: Unchanged skipping
2025/09/10 04:23:05 DEBUG : potato3: Sizes differ (src 68 vs dst 60)
2025/09/10 04:23:06 DEBUG : sugarsync root 'Test/rclone-test-ricahuv1sagu': Waiting for checks to finish
2025/09/10 04:23:06 INFO : potato2: Moved (server-side)
2025/09/10 04:23:06 INFO : empty space: Deleted
2025/09/10 04:23:06 DEBUG : sugarsync root 'Test/rclone-test-ricahuv1sagu': Waiting for transfers to finish
2025/09/10 04:23:06 INFO : potato3: Deleted
2025/09/10 04:23:07 INFO : potato3: Moved (server-side)
2025/09/10 04:23:07 INFO : tomatoDir: Removing directory
2025/09/10 04:23:08 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu': deleted 1 directories
2025/09/10 04:23:10 DEBUG : Creating backend with remote "TestSugarSync:Test/rclone-test-memimen0vula"
2025/09/10 04:23:10 DEBUG : Config file has changed externally - reloading
2025/09/10 04:23:14 INFO : tomatoDir: Making directory
2025/09/10 04:23:15 DEBUG : sugarsync root 'Test/rclone-test-memimen0vula': Using server-side directory move
2025/09/10 04:23:17 INFO : sugarsync root 'Test/rclone-test-memimen0vula': Server side directory move succeeded
2025/09/10 04:23:20 ERROR : error listing: directory not found
2025/09/10 04:23:21 ERROR : error listing: directory not found
2025/09/10 04:23:21 DEBUG : sugarsync root 'Test/rclone-test-memimen0vula': Purge remote
2025/09/10 04:23:22 DEBUG : sugarsync root 'Test/rclone-test-ricahuv1sagu': Purge remote
2025/09/10 04:23:23 NOTICE: purge failed: directory not found
--- PASS: TestServerSideMoveDeleteEmptySourceDirs (40.21s)
=== RUN TestServerSideMoveOverlap
run.go:180: Remote "sugarsync root 'Test/rclone-test-qigorur2lunu'", Local "Local file system at /tmp/rclone3963953809", Modify Window "876000h0m0s"
sync_test.go:1940: Skipping test as remote supports DirMove
--- SKIP: TestServerSideMoveOverlap (1.52s)
=== RUN TestSyncOverlap
run.go:180: Remote "sugarsync root 'Test/rclone-test-qigorur2lunu'", Local "Local file system at /tmp/rclone3963953809", Modify Window "876000h0m0s"
2025/09/10 04:23:26 DEBUG : Creating backend with remote "TestSugarSync:Test/rclone-test-qigorur2lunu/rclone-sync-test"
--- PASS: TestSyncOverlap (6.49s)
=== RUN TestSyncOverlapWithFilter
run.go:180: Remote "sugarsync root 'Test/rclone-test-qigorur2lunu'", Local "Local file system at /tmp/rclone3963953809", Modify Window "876000h0m0s"
2025/09/10 04:23:32 DEBUG : Creating backend with remote "TestSugarSync:Test/rclone-test-qigorur2lunu/rclone-sync-test"
2025/09/10 04:23:38 DEBUG : Creating backend with remote "TestSugarSync:Test/rclone-test-qigorur2lunu/rclone-sync-test-include/layer2"
2025/09/10 04:23:46 DEBUG : Creating backend with remote "TestSugarSync:Test/rclone-test-qigorur2lunu/rclone-sync-test-ignore-file"
2025/09/10 04:23:59 DEBUG : rclone-sync-test: Excluded
2025/09/10 04:24:00 DEBUG : rclone-sync-test-ignore-file: Excluded
2025/09/10 04:24:02 DEBUG : rclone-sync-test-include/layer2: Excluded
2025/09/10 04:24:02 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu/rclone-sync-test': Waiting for checks to finish
2025/09/10 04:24:02 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu/rclone-sync-test': Waiting for transfers to finish
2025/09/10 04:24:02 DEBUG : Waiting for deletions to finish
2025/09/10 04:24:02 INFO : There was nothing to transfer
2025/09/10 04:24:04 DEBUG : rclone-sync-test: Excluded
2025/09/10 04:24:06 DEBUG : rclone-sync-test-ignore-file: Excluded
2025/09/10 04:24:07 DEBUG : rclone-sync-test-include/layer2: Excluded
2025/09/10 04:24:07 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu': Waiting for checks to finish
2025/09/10 04:24:07 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu': Waiting for transfers to finish
2025/09/10 04:24:07 DEBUG : Waiting for deletions to finish
2025/09/10 04:24:07 INFO : rclone-sync-test-include: Removing directory
2025/09/10 04:24:08 DEBUG : rclone-sync-test-include: Failed to Rmdir: directory not empty
2025/09/10 04:24:08 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu': failed to delete 1 directories
2025/09/10 04:24:08 INFO : There was nothing to transfer
2025/09/10 04:24:10 DEBUG : rclone-sync-test: Excluded
2025/09/10 04:24:12 DEBUG : rclone-sync-test-ignore-file: Excluded
2025/09/10 04:24:13 DEBUG : rclone-sync-test-include/layer2: Excluded
2025/09/10 04:24:13 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu/rclone-sync-test-include/layer2': Waiting for checks to finish
2025/09/10 04:24:13 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu/rclone-sync-test-include/layer2': Waiting for transfers to finish
2025/09/10 04:24:13 DEBUG : Waiting for deletions to finish
2025/09/10 04:24:13 INFO : There was nothing to transfer
2025/09/10 04:24:15 DEBUG : rclone-sync-test: Excluded
2025/09/10 04:24:17 DEBUG : rclone-sync-test-ignore-file: Excluded
2025/09/10 04:24:18 DEBUG : rclone-sync-test-include/layer2: Excluded
2025/09/10 04:24:18 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu': Waiting for checks to finish
2025/09/10 04:24:18 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu': Waiting for transfers to finish
2025/09/10 04:24:18 DEBUG : Waiting for deletions to finish
2025/09/10 04:24:18 INFO : rclone-sync-test-include: Removing directory
2025/09/10 04:24:19 DEBUG : rclone-sync-test-include: Failed to Rmdir: directory not empty
2025/09/10 04:24:19 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu': failed to delete 1 directories
2025/09/10 04:24:19 INFO : There was nothing to transfer
2025/09/10 04:24:20 DEBUG : Excluded
2025/09/10 04:24:22 DEBUG : rclone-sync-test: Excluded
2025/09/10 04:24:23 DEBUG : rclone-sync-test-ignore-file: Excluded
2025/09/10 04:24:25 DEBUG : rclone-sync-test-include/layer2: Excluded
2025/09/10 04:24:25 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu/rclone-sync-test-ignore-file': Waiting for checks to finish
2025/09/10 04:24:25 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu/rclone-sync-test-ignore-file': Waiting for transfers to finish
2025/09/10 04:24:25 DEBUG : Waiting for deletions to finish
2025/09/10 04:24:25 INFO : There was nothing to transfer
--- PASS: TestSyncOverlapWithFilter (59.71s)
=== RUN TestSyncCompareDest
run.go:180: Remote "sugarsync root 'Test/rclone-test-qigorur2lunu'", Local "Local file system at /tmp/rclone3963953809", Modify Window "876000h0m0s"
2025/09/10 04:24:32 DEBUG : Creating backend with remote "TestSugarSync:Test/rclone-test-qigorur2lunu/dst"
2025/09/10 04:24:37 DEBUG : Creating backend with remote "TestSugarSync:Test/rclone-test-qigorur2lunu/CompareDest"
2025/09/10 04:24:43 DEBUG : one: Need to transfer - File not found at Destination
2025/09/10 04:24:43 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu/dst': Waiting for checks to finish
2025/09/10 04:24:43 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu/dst': Waiting for transfers to finish
2025/09/10 04:24:47 INFO : one: Copied (new)
2025/09/10 04:24:47 DEBUG : Waiting for deletions to finish
2025/09/10 04:24:51 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu/dst': Waiting for checks to finish
2025/09/10 04:24:51 DEBUG : one: Sizes differ (src 5 vs dst 3)
2025/09/10 04:24:52 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu/dst': Waiting for transfers to finish
2025/09/10 04:24:53 INFO : one: Copied (replaced existing)
2025/09/10 04:24:53 DEBUG : Waiting for deletions to finish
2025/09/10 04:25:03 DEBUG : one: Sizes differ (src 5 vs dst 3)
2025/09/10 04:25:03 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu/dst': Waiting for checks to finish
2025/09/10 04:25:04 DEBUG : one: Sizes identical
2025/09/10 04:25:04 DEBUG : one: Destination found in --compare-dest, skipping
2025/09/10 04:25:04 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu/dst': Waiting for transfers to finish
2025/09/10 04:25:04 DEBUG : Waiting for deletions to finish
2025/09/10 04:25:04 INFO : There was nothing to transfer
2025/09/10 04:25:10 DEBUG : one: Sizes differ (src 5 vs dst 3)
2025/09/10 04:25:11 DEBUG : two: Sizes identical
2025/09/10 04:25:11 DEBUG : two: Destination found in --compare-dest, skipping
2025/09/10 04:25:11 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu/dst': Waiting for checks to finish
2025/09/10 04:25:11 DEBUG : one: Sizes identical
2025/09/10 04:25:11 DEBUG : one: Destination found in --compare-dest, skipping
2025/09/10 04:25:11 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu/dst': Waiting for transfers to finish
2025/09/10 04:25:11 DEBUG : Waiting for deletions to finish
2025/09/10 04:25:11 INFO : There was nothing to transfer
2025/09/10 04:25:13 DEBUG : one: Sizes differ (src 5 vs dst 3)
2025/09/10 04:25:14 DEBUG : two: Sizes identical
2025/09/10 04:25:14 DEBUG : two: Destination found in --compare-dest, skipping
2025/09/10 04:25:14 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu/dst': Waiting for checks to finish
2025/09/10 04:25:14 DEBUG : one: Sizes identical
2025/09/10 04:25:14 DEBUG : one: Destination found in --compare-dest, skipping
2025/09/10 04:25:14 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu/dst': Waiting for transfers to finish
2025/09/10 04:25:14 DEBUG : Waiting for deletions to finish
2025/09/10 04:25:14 INFO : There was nothing to transfer
sync_test.go:2205: No hash on uploaded file so skipping compare timestamp test
2025/09/10 04:25:18 DEBUG : one: Sizes differ (src 5 vs dst 3)
2025/09/10 04:25:19 DEBUG : two: Sizes differ (src 5 vs dst 3)
2025/09/10 04:25:19 DEBUG : two: Need to transfer - File not found at Destination
2025/09/10 04:25:19 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu/dst': Waiting for checks to finish
2025/09/10 04:25:19 DEBUG : one: Sizes identical
2025/09/10 04:25:19 DEBUG : one: Destination found in --compare-dest, skipping
2025/09/10 04:25:19 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu/dst': Waiting for transfers to finish
2025/09/10 04:25:21 INFO : two: Copied (new)
2025/09/10 04:25:21 DEBUG : Waiting for deletions to finish
--- PASS: TestSyncCompareDest (58.81s)
=== RUN TestSyncMultipleCompareDest
run.go:180: Remote "sugarsync root 'Test/rclone-test-qigorur2lunu'", Local "Local file system at /tmp/rclone3963953809", Modify Window "876000h0m0s"
2025/09/10 04:25:40 DEBUG : Creating backend with remote "TestSugarSync:Test/rclone-test-qigorur2lunu/dest"
2025/09/10 04:25:45 DEBUG : Creating backend with remote "TestSugarSync:Test/rclone-test-qigorur2lunu/pre-dest1"
2025/09/10 04:25:47 DEBUG : Creating backend with remote "TestSugarSync:Test/rclone-test-qigorur2lunu/pre-dest2"
2025/09/10 04:25:51 DEBUG : 1: Sizes identical
2025/09/10 04:25:51 DEBUG : 1: Destination found in --compare-dest, skipping
2025/09/10 04:25:52 DEBUG : 2: Sizes identical
2025/09/10 04:25:52 DEBUG : 2: Destination found in --compare-dest, skipping
2025/09/10 04:25:54 DEBUG : 3: Need to transfer - File not found at Destination
2025/09/10 04:25:54 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu/dest': Waiting for checks to finish
2025/09/10 04:25:54 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu/dest': Waiting for transfers to finish
2025/09/10 04:25:57 INFO : 3: Copied (new)
2025/09/10 04:25:57 DEBUG : Waiting for deletions to finish
--- PASS: TestSyncMultipleCompareDest (36.84s)
=== RUN TestSyncCopyDest
run.go:180: Remote "sugarsync root 'Test/rclone-test-qigorur2lunu'", Local "Local file system at /tmp/rclone3963953809", Modify Window "876000h0m0s"
2025/09/10 04:26:07 DEBUG : Creating backend with remote "TestSugarSync:Test/rclone-test-qigorur2lunu/dst"
2025/09/10 04:26:12 DEBUG : Creating backend with remote "TestSugarSync:Test/rclone-test-qigorur2lunu/CopyDest"
2025/09/10 04:26:19 DEBUG : one: Need to transfer - File not found at Destination
2025/09/10 04:26:19 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu/dst': Waiting for checks to finish
2025/09/10 04:26:19 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu/dst': Waiting for transfers to finish
2025/09/10 04:26:22 INFO : one: Copied (new)
2025/09/10 04:26:22 DEBUG : Waiting for deletions to finish
2025/09/10 04:26:26 DEBUG : one: Sizes differ (src 5 vs dst 3)
2025/09/10 04:26:26 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu/dst': Waiting for checks to finish
2025/09/10 04:26:27 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu/dst': Waiting for transfers to finish
2025/09/10 04:26:28 INFO : one: Copied (replaced existing)
2025/09/10 04:26:28 DEBUG : Waiting for deletions to finish
2025/09/10 04:26:37 DEBUG : Creating backend with remote "TestSugarSync:Test/rclone-test-qigorur2lunu/BackupDir"
2025/09/10 04:26:43 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu/dst': Waiting for checks to finish
2025/09/10 04:26:43 DEBUG : one: Sizes differ (src 5 vs dst 3)
2025/09/10 04:26:44 DEBUG : one: Sizes identical
2025/09/10 04:26:44 DEBUG : one: Sizes differ (src 5 vs dst 3)
2025/09/10 04:26:47 INFO : one: Moved (server-side)
2025/09/10 04:26:49 INFO : one: Copied (server-side copy)
2025/09/10 04:26:49 DEBUG : one: Destination found in --copy-dest, using server-side copy
2025/09/10 04:26:49 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu/dst': Waiting for transfers to finish
2025/09/10 04:26:49 DEBUG : Waiting for deletions to finish
2025/09/10 04:26:55 DEBUG : one: Sizes identical
2025/09/10 04:26:55 DEBUG : one: Unchanged skipping
2025/09/10 04:26:56 DEBUG : two: Sizes identical
2025/09/10 04:26:58 INFO : two: Copied (server-side copy)
2025/09/10 04:26:58 DEBUG : two: Destination found in --copy-dest, using server-side copy
2025/09/10 04:26:58 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu/dst': Waiting for checks to finish
2025/09/10 04:26:58 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu/dst': Waiting for transfers to finish
2025/09/10 04:26:58 DEBUG : Waiting for deletions to finish
2025/09/10 04:27:00 DEBUG : one: Sizes identical
2025/09/10 04:27:00 DEBUG : one: Unchanged skipping
2025/09/10 04:27:00 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu/dst': Waiting for checks to finish
2025/09/10 04:27:00 DEBUG : two: Sizes identical
2025/09/10 04:27:00 DEBUG : two: Unchanged skipping
2025/09/10 04:27:00 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu/dst': Waiting for transfers to finish
2025/09/10 04:27:00 DEBUG : Waiting for deletions to finish
2025/09/10 04:27:00 INFO : There was nothing to transfer
2025/09/10 04:27:07 DEBUG : one: Sizes identical
2025/09/10 04:27:07 DEBUG : one: Unchanged skipping
2025/09/10 04:27:07 DEBUG : three: Sizes differ (src 7 vs dst 5)
2025/09/10 04:27:07 DEBUG : three: Destination not found in --copy-dest
2025/09/10 04:27:07 DEBUG : three: Need to transfer - File not found at Destination
2025/09/10 04:27:07 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu/dst': Waiting for checks to finish
2025/09/10 04:27:07 DEBUG : two: Sizes identical
2025/09/10 04:27:07 DEBUG : two: Unchanged skipping
2025/09/10 04:27:07 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu/dst': Waiting for transfers to finish
2025/09/10 04:27:10 INFO : three: Copied (new)
2025/09/10 04:27:10 DEBUG : Waiting for deletions to finish
--- PASS: TestSyncCopyDest (75.24s)
=== RUN TestSyncBackupDir
run.go:180: Remote "sugarsync root 'Test/rclone-test-qigorur2lunu'", Local "Local file system at /tmp/rclone3963953809", Modify Window "876000h0m0s"
2025/09/10 04:27:33 DEBUG : Creating backend with remote "TestSugarSync:Test/rclone-test-qigorur2lunu/dst"
2025/09/10 04:27:36 DEBUG : Creating backend with remote "TestSugarSync:Test/rclone-test-qigorur2lunu/backup"
2025/09/10 04:27:41 DEBUG : one: Sizes differ (src 4 vs dst 3)
2025/09/10 04:27:41 DEBUG : two: Sizes identical
2025/09/10 04:27:41 DEBUG : two: Unchanged skipping
2025/09/10 04:27:41 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu/dst': Waiting for checks to finish
2025/09/10 04:27:44 INFO : one: Moved (server-side)
2025/09/10 04:27:44 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu/dst': Waiting for transfers to finish
2025/09/10 04:27:46 INFO : one: Copied (new)
2025/09/10 04:27:46 DEBUG : Waiting for deletions to finish
2025/09/10 04:27:48 INFO : three.txt: Moved (server-side)
2025/09/10 04:27:48 INFO : three.txt: Moved into backup dir
2025/09/10 04:27:54 DEBUG : two: Sizes identical
2025/09/10 04:27:54 DEBUG : two: Unchanged skipping
2025/09/10 04:27:54 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu/dst': Waiting for checks to finish
2025/09/10 04:27:54 DEBUG : one: Sizes differ (src 5 vs dst 4)
2025/09/10 04:27:56 INFO : one: Deleted
2025/09/10 04:27:56 INFO : one: Moved (server-side)
2025/09/10 04:27:56 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu/dst': Waiting for transfers to finish
2025/09/10 04:27:59 INFO : one: Copied (new)
2025/09/10 04:27:59 DEBUG : Waiting for deletions to finish
2025/09/10 04:28:01 INFO : three.txt: Deleted
2025/09/10 04:28:01 INFO : three.txt: Moved (server-side)
2025/09/10 04:28:01 INFO : three.txt: Moved into backup dir
--- PASS: TestSyncBackupDir (47.95s)
=== RUN TestSyncBackupDirWithSuffix
run.go:180: Remote "sugarsync root 'Test/rclone-test-qigorur2lunu'", Local "Local file system at /tmp/rclone3963953809", Modify Window "876000h0m0s"
2025/09/10 04:28:21 DEBUG : Creating backend with remote "TestSugarSync:Test/rclone-test-qigorur2lunu/dst"
2025/09/10 04:28:23 DEBUG : Creating backend with remote "TestSugarSync:Test/rclone-test-qigorur2lunu/backup"
2025/09/10 04:28:29 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu/dst': Waiting for checks to finish
2025/09/10 04:28:29 DEBUG : one: Sizes differ (src 4 vs dst 3)
2025/09/10 04:28:29 DEBUG : two: Sizes identical
2025/09/10 04:28:29 DEBUG : two: Unchanged skipping
2025/09/10 04:28:31 INFO : one: Moved (server-side) to: one.bak
2025/09/10 04:28:31 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu/dst': Waiting for transfers to finish
2025/09/10 04:28:34 INFO : one: Copied (new)
2025/09/10 04:28:34 DEBUG : Waiting for deletions to finish
2025/09/10 04:28:35 INFO : three.txt: Moved (server-side) to: three.txt.bak
2025/09/10 04:28:35 INFO : three.txt: Moved into backup dir
2025/09/10 04:28:42 DEBUG : one: Sizes differ (src 5 vs dst 4)
2025/09/10 04:28:42 DEBUG : two: Sizes identical
2025/09/10 04:28:42 DEBUG : two: Unchanged skipping
2025/09/10 04:28:42 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu/dst': Waiting for checks to finish
2025/09/10 04:28:43 INFO : one.bak: Deleted
2025/09/10 04:28:44 INFO : one: Moved (server-side) to: one.bak
2025/09/10 04:28:44 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu/dst': Waiting for transfers to finish
2025/09/10 04:28:47 INFO : one: Copied (new)
2025/09/10 04:28:47 DEBUG : Waiting for deletions to finish
2025/09/10 04:28:48 INFO : three.txt.bak: Deleted
2025/09/10 04:28:49 INFO : three.txt: Moved (server-side) to: three.txt.bak
2025/09/10 04:28:49 INFO : three.txt: Moved into backup dir
--- PASS: TestSyncBackupDirWithSuffix (47.63s)
=== RUN TestSyncBackupDirWithSuffixKeepExtension
run.go:180: Remote "sugarsync root 'Test/rclone-test-qigorur2lunu'", Local "Local file system at /tmp/rclone3963953809", Modify Window "876000h0m0s"
2025/09/10 04:29:08 DEBUG : Creating backend with remote "TestSugarSync:Test/rclone-test-qigorur2lunu/dst"
2025/09/10 04:29:11 DEBUG : Creating backend with remote "TestSugarSync:Test/rclone-test-qigorur2lunu/backup"
2025/09/10 04:29:17 DEBUG : one: Sizes differ (src 4 vs dst 3)
2025/09/10 04:29:17 DEBUG : two: Sizes identical
2025/09/10 04:29:17 DEBUG : two: Unchanged skipping
2025/09/10 04:29:17 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu/dst': Waiting for checks to finish
2025/09/10 04:29:19 INFO : one: Moved (server-side) to: one-2019-01-01
2025/09/10 04:29:19 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu/dst': Waiting for transfers to finish
2025/09/10 04:29:22 INFO : one: Copied (new)
2025/09/10 04:29:22 DEBUG : Waiting for deletions to finish
2025/09/10 04:29:23 INFO : three.txt: Moved (server-side) to: three-2019-01-01.txt
2025/09/10 04:29:23 INFO : three.txt: Moved into backup dir
2025/09/10 04:29:30 DEBUG : two: Sizes identical
2025/09/10 04:29:30 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu/dst': Waiting for checks to finish
2025/09/10 04:29:30 DEBUG : two: Unchanged skipping
2025/09/10 04:29:30 DEBUG : one: Sizes differ (src 5 vs dst 4)
2025/09/10 04:29:31 INFO : one-2019-01-01: Deleted
2025/09/10 04:29:32 INFO : one: Moved (server-side) to: one-2019-01-01
2025/09/10 04:29:32 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu/dst': Waiting for transfers to finish
2025/09/10 04:29:35 INFO : one: Copied (new)
2025/09/10 04:29:35 DEBUG : Waiting for deletions to finish
2025/09/10 04:29:36 INFO : three-2019-01-01.txt: Deleted
2025/09/10 04:29:37 INFO : three.txt: Moved (server-side) to: three-2019-01-01.txt
2025/09/10 04:29:37 INFO : three.txt: Moved into backup dir
--- PASS: TestSyncBackupDirWithSuffixKeepExtension (47.99s)
=== RUN TestSyncBackupDirSuffixOnly
run.go:180: Remote "sugarsync root 'Test/rclone-test-qigorur2lunu'", Local "Local file system at /tmp/rclone3963953809", Modify Window "876000h0m0s"
2025/09/10 04:29:56 DEBUG : Creating backend with remote "TestSugarSync:Test/rclone-test-qigorur2lunu/dst"
2025/09/10 04:30:00 DEBUG : one: Sizes differ (src 4 vs dst 3)
2025/09/10 04:30:00 DEBUG : two: Sizes identical
2025/09/10 04:30:00 DEBUG : two: Unchanged skipping
2025/09/10 04:30:00 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu/dst': Waiting for checks to finish
2025/09/10 04:30:01 INFO : one: Moved (server-side) to: one.bak
2025/09/10 04:30:01 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu/dst': Waiting for transfers to finish
2025/09/10 04:30:04 INFO : one: Copied (new)
2025/09/10 04:30:04 DEBUG : Waiting for deletions to finish
2025/09/10 04:30:05 INFO : three.txt: Moved (server-side) to: three.txt.bak
2025/09/10 04:30:05 INFO : three.txt: Moved into backup dir
2025/09/10 04:30:12 DEBUG : one.bak: Excluded (Path Filter)
2025/09/10 04:30:12 DEBUG : one.bak: Excluded
2025/09/10 04:30:12 DEBUG : three.txt.bak: Excluded (Path Filter)
2025/09/10 04:30:12 DEBUG : three.txt.bak: Excluded
2025/09/10 04:30:12 DEBUG : one: Sizes differ (src 5 vs dst 4)
2025/09/10 04:30:12 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu/dst': Waiting for checks to finish
2025/09/10 04:30:12 DEBUG : two: Sizes identical
2025/09/10 04:30:12 DEBUG : two: Unchanged skipping
2025/09/10 04:30:13 INFO : one.bak: Deleted
2025/09/10 04:30:14 INFO : one: Moved (server-side) to: one.bak
2025/09/10 04:30:14 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu/dst': Waiting for transfers to finish
2025/09/10 04:30:17 INFO : one: Copied (new)
2025/09/10 04:30:17 DEBUG : Waiting for deletions to finish
2025/09/10 04:30:18 INFO : three.txt.bak: Deleted
2025/09/10 04:30:19 INFO : three.txt: Moved (server-side) to: three.txt.bak
2025/09/10 04:30:19 INFO : three.txt: Moved into backup dir
--- PASS: TestSyncBackupDirSuffixOnly (40.89s)
=== RUN TestSyncSuffix
run.go:180: Remote "sugarsync root 'Test/rclone-test-qigorur2lunu'", Local "Local file system at /tmp/rclone3963953809", Modify Window "876000h0m0s"
2025/09/10 04:30:37 DEBUG : Creating backend with remote "TestSugarSync:Test/rclone-test-qigorur2lunu/dst"
2025/09/10 04:30:41 DEBUG : one: Sizes differ (src 4 vs dst 3)
2025/09/10 04:30:42 INFO : one: Moved (server-side) to: one.bak
2025/09/10 04:30:45 INFO : one: Copied (new)
2025/09/10 04:30:46 DEBUG : two: Sizes identical
2025/09/10 04:30:46 DEBUG : two: Unchanged skipping
2025/09/10 04:30:46 DEBUG : three.txt: Sizes differ (src 6 vs dst 5)
2025/09/10 04:30:48 INFO : three.txt: Moved (server-side) to: three.txt.bak
2025/09/10 04:30:51 INFO : three.txt: Copied (new)
2025/09/10 04:30:54 DEBUG : one: Sizes differ (src 5 vs dst 4)
2025/09/10 04:30:56 INFO : one.bak: Deleted
2025/09/10 04:30:57 INFO : one: Moved (server-side) to: one.bak
2025/09/10 04:30:59 INFO : one: Copied (new)
2025/09/10 04:31:00 DEBUG : two: Sizes identical
2025/09/10 04:31:00 DEBUG : two: Unchanged skipping
2025/09/10 04:31:01 DEBUG : three.txt: Sizes differ (src 19 vs dst 6)
2025/09/10 04:31:02 INFO : three.txt.bak: Deleted
2025/09/10 04:31:03 INFO : three.txt: Moved (server-side) to: three.txt.bak
2025/09/10 04:31:06 INFO : three.txt: Copied (new)
--- PASS: TestSyncSuffix (47.77s)
=== RUN TestSyncSuffixKeepExtension
run.go:180: Remote "sugarsync root 'Test/rclone-test-qigorur2lunu'", Local "Local file system at /tmp/rclone3963953809", Modify Window "876000h0m0s"
2025/09/10 04:31:25 DEBUG : Creating backend with remote "TestSugarSync:Test/rclone-test-qigorur2lunu/dst"
2025/09/10 04:31:28 DEBUG : one: Sizes differ (src 4 vs dst 3)
2025/09/10 04:31:30 INFO : one: Moved (server-side) to: one-2019-01-01
2025/09/10 04:31:32 INFO : one: Copied (new)
2025/09/10 04:31:33 DEBUG : two: Sizes identical
2025/09/10 04:31:33 DEBUG : two: Unchanged skipping
2025/09/10 04:31:34 DEBUG : three.txt: Sizes differ (src 6 vs dst 5)
2025/09/10 04:31:36 INFO : three.txt: Moved (server-side) to: three-2019-01-01.txt
2025/09/10 04:31:38 INFO : three.txt: Copied (new)
2025/09/10 04:31:42 DEBUG : one: Sizes differ (src 5 vs dst 4)
2025/09/10 04:31:43 INFO : one-2019-01-01: Deleted
2025/09/10 04:31:44 INFO : one: Moved (server-side) to: one-2019-01-01
2025/09/10 04:31:47 INFO : one: Copied (new)
2025/09/10 04:31:48 DEBUG : two: Sizes identical
2025/09/10 04:31:48 DEBUG : two: Unchanged skipping
2025/09/10 04:31:48 DEBUG : three.txt: Sizes differ (src 19 vs dst 6)
2025/09/10 04:31:50 INFO : three-2019-01-01.txt: Deleted
2025/09/10 04:31:51 INFO : three.txt: Moved (server-side) to: three-2019-01-01.txt
2025/09/10 04:31:53 INFO : three.txt: Copied (new)
--- PASS: TestSyncSuffixKeepExtension (47.49s)
=== RUN TestSyncUTFNorm
run.go:180: Remote "sugarsync root 'Test/rclone-test-qigorur2lunu'", Local "Local file system at /tmp/rclone3963953809", Modify Window "876000h0m0s"
2025/09/10 04:32:07 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu': Waiting for checks to finish
2025/09/10 04:32:07 DEBUG : Testêé: Sizes differ (src 14 vs dst 18)
2025/09/10 04:32:07 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu': Waiting for transfers to finish
2025/09/10 04:32:08 INFO : Testêé: Copied (replaced existing) to: Testêé
2025/09/10 04:32:08 DEBUG : Waiting for deletions to finish
--- PASS: TestSyncUTFNorm (8.96s)
=== RUN TestSyncImmutable
run.go:180: Remote "sugarsync root 'Test/rclone-test-qigorur2lunu'", Local "Local file system at /tmp/rclone3963953809", Modify Window "876000h0m0s"
2025/09/10 04:32:13 DEBUG : existing: Need to transfer - File not found at Destination
2025/09/10 04:32:13 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu': Waiting for checks to finish
2025/09/10 04:32:13 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu': Waiting for transfers to finish
2025/09/10 04:32:15 INFO : existing: Copied (new)
2025/09/10 04:32:15 DEBUG : Waiting for deletions to finish
2025/09/10 04:32:18 DEBUG : existing: Sizes differ (src 8 vs dst 6)
2025/09/10 04:32:18 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu': Waiting for checks to finish
2025/09/10 04:32:18 ERROR : existing: Source and destination exist but do not match: immutable file modified
2025/09/10 04:32:18 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu': Waiting for transfers to finish
2025/09/10 04:32:18 ERROR : sugarsync root 'Test/rclone-test-qigorur2lunu': not deleting files as there were IO errors
2025/09/10 04:32:18 ERROR : sugarsync root 'Test/rclone-test-qigorur2lunu': not deleting directories as there were IO errors
--- PASS: TestSyncImmutable (9.51s)
=== RUN TestSyncIgnoreCase
run.go:180: Remote "sugarsync root 'Test/rclone-test-qigorur2lunu'", Local "Local file system at /tmp/rclone3963953809", Modify Window "876000h0m0s"
sync_test.go:2636: Skipping test as local or remote are case-insensitive
--- SKIP: TestSyncIgnoreCase (1.51s)
=== RUN TestFixCase
run.go:180: Remote "sugarsync root 'Test/rclone-test-qigorur2lunu'", Local "Local file system at /tmp/rclone3963953809", Modify Window "876000h0m0s"
2025/09/10 04:32:41 DEBUG : existing: Sizes identical
2025/09/10 04:32:41 DEBUG : existing: Unchanged skipping
2025/09/10 04:32:41 DEBUG : existingbutdifferent: Sizes differ (src 5 vs dst 8)
2025/09/10 04:32:43 DEBUG : EXISTING: moving to existing-rclone-move-vaqezuv7
2025/09/10 04:32:43 DEBUG : EXISTINGBUTDIFFERENT: moving to existingbutdifferent-rclone-move-bulazuq4
2025/09/10 04:32:44 INFO : SUBDIRA: Fixed case by renaming to: subdira
2025/09/10 04:32:44 INFO : EXISTINGBUTDIFFERENT: Moved (server-side) to: existingbutdifferent-rclone-move-bulazuq4
2025/09/10 04:32:44 DEBUG : EXISTINGBUTDIFFERENT: moving to existingbutdifferent
2025/09/10 04:32:44 INFO : EXISTING: Moved (server-side) to: existing-rclone-move-vaqezuv7
2025/09/10 04:32:44 DEBUG : EXISTING: moving to existing
2025/09/10 04:32:45 INFO : existingbutdifferent-rclone-move-bulazuq4: Moved (server-side) to: existingbutdifferent
2025/09/10 04:32:45 INFO : EXISTINGBUTDIFFERENT: Moved (server-side) to: existingbutdifferent
2025/09/10 04:32:45 INFO : EXISTINGBUTDIFFERENT: Fixed case by renaming to: existingbutdifferent
2025/09/10 04:32:45 INFO : existing-rclone-move-vaqezuv7: Moved (server-side) to: existing
2025/09/10 04:32:45 INFO : EXISTING: Moved (server-side) to: existing
2025/09/10 04:32:45 INFO : EXISTING: Fixed case by renaming to: existing
2025/09/10 04:32:49 INFO : existingbutdifferent: Copied (replaced existing)
2025/09/10 04:32:49 INFO : SUBDIRA/subdirb: Fixed case by renaming to: subdira/subdirb
2025/09/10 04:32:54 INFO : SUBDIRA/subdirb/SUBDIRC: Fixed case by renaming to: subdira/subdirb/subdirc
2025/09/10 04:32:55 DEBUG : subdira/subdirb/subdirc/hello: Sizes differ (src 5 vs dst 8)
2025/09/10 04:32:57 DEBUG : SUBDIRA/subdirb/SUBDIRC/HELLO: moving to subdira/subdirb/subdirc/hello-rclone-move-davecey1
2025/09/10 04:32:57 INFO : SUBDIRA/subdirb/SUBDIRC/HELLO: Moved (server-side) to: subdira/subdirb/subdirc/hello-rclone-move-davecey1
2025/09/10 04:32:57 DEBUG : SUBDIRA/subdirb/SUBDIRC/HELLO: moving to subdira/subdirb/subdirc/hello
2025/09/10 04:32:59 INFO : SUBDIRA/subdirb/SUBDIRC/subdird: Fixed case by renaming to: subdira/subdirb/subdirc/subdird
2025/09/10 04:32:59 INFO : subdira/subdirb/subdirc/hello-rclone-move-davecey1: Moved (server-side) to: subdira/subdirb/subdirc/hello
2025/09/10 04:32:59 INFO : SUBDIRA/subdirb/SUBDIRC/HELLO: Moved (server-side) to: subdira/subdirb/subdirc/hello
2025/09/10 04:32:59 INFO : SUBDIRA/subdirb/SUBDIRC/HELLO: Fixed case by renaming to: subdira/subdirb/subdirc/hello
2025/09/10 04:33:00 DEBUG : subdira/subdirb/subdirc/subdird/filewithoutcasedifferences: Sizes differ (src 5 vs dst 8)
2025/09/10 04:33:00 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu': Waiting for checks to finish
2025/09/10 04:33:00 INFO : subdira/subdirb/subdirc/hello: Copied (replaced existing)
2025/09/10 04:33:01 DEBUG : SUBDIRA/subdirb/SUBDIRC/subdird/filewithoutcasedifferences: moving to subdira/subdirb/subdirc/subdird/filewithoutcasedifferences-rclone-move-xesomoh6
2025/09/10 04:33:02 INFO : SUBDIRA/subdirb/SUBDIRC/subdird/filewithoutcasedifferences: Moved (server-side) to: subdira/subdirb/subdirc/subdird/filewithoutcasedifferences-rclone-move-xesomoh6
2025/09/10 04:33:02 DEBUG : SUBDIRA/subdirb/SUBDIRC/subdird/filewithoutcasedifferences: moving to subdira/subdirb/subdirc/subdird/filewithoutcasedifferences
2025/09/10 04:33:03 INFO : subdira/subdirb/subdirc/subdird/filewithoutcasedifferences-rclone-move-xesomoh6: Moved (server-side) to: subdira/subdirb/subdirc/subdird/filewithoutcasedifferences
2025/09/10 04:33:03 INFO : SUBDIRA/subdirb/SUBDIRC/subdird/filewithoutcasedifferences: Moved (server-side) to: subdira/subdirb/subdirc/subdird/filewithoutcasedifferences
2025/09/10 04:33:03 INFO : SUBDIRA/subdirb/SUBDIRC/subdird/filewithoutcasedifferences: Fixed case by renaming to: subdira/subdirb/subdirc/subdird/filewithoutcasedifferences
2025/09/10 04:33:03 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu': Waiting for transfers to finish
2025/09/10 04:33:04 INFO : subdira/subdirb/subdirc/subdird/filewithoutcasedifferences: Copied (replaced existing)
2025/09/10 04:33:04 DEBUG : Waiting for deletions to finish
--- PASS: TestFixCase (57.85s)
=== RUN TestMaxTransfer
=== RUN TestMaxTransfer/Hard
run.go:180: Remote "sugarsync root 'Test/rclone-test-qigorur2lunu'", Local "Local file system at /tmp/rclone3963953809", Modify Window "876000h0m0s"
sync_test.go:2704: This test only runs on local
=== RUN TestMaxTransfer/Soft
run.go:180: Remote "sugarsync root 'Test/rclone-test-qigorur2lunu'", Local "Local file system at /tmp/rclone3963953809", Modify Window "876000h0m0s"
sync_test.go:2704: This test only runs on local
=== RUN TestMaxTransfer/Cautious
run.go:180: Remote "sugarsync root 'Test/rclone-test-qigorur2lunu'", Local "Local file system at /tmp/rclone3963953809", Modify Window "876000h0m0s"
sync_test.go:2704: This test only runs on local
--- PASS: TestMaxTransfer (4.56s)
--- SKIP: TestMaxTransfer/Hard (1.52s)
--- SKIP: TestMaxTransfer/Soft (1.53s)
--- SKIP: TestMaxTransfer/Cautious (1.52s)
=== RUN TestSyncConcurrentDelete
run.go:180: Remote "sugarsync root 'Test/rclone-test-qigorur2lunu'", Local "Local file system at /tmp/rclone3963953809", Modify Window "876000h0m0s"
2025/09/10 04:35:10 DEBUG : both0: Sizes identical
2025/09/10 04:35:10 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu': Waiting for checks to finish
2025/09/10 04:35:10 DEBUG : both11: Sizes identical
2025/09/10 04:35:10 DEBUG : both10: Sizes identical
2025/09/10 04:35:10 DEBUG : both12: Sizes identical
2025/09/10 04:35:10 DEBUG : both0: Unchanged skipping
2025/09/10 04:35:10 DEBUG : both13: Sizes identical
2025/09/10 04:35:10 DEBUG : both13: Unchanged skipping
2025/09/10 04:35:10 DEBUG : both14: Sizes identical
2025/09/10 04:35:10 DEBUG : both14: Unchanged skipping
2025/09/10 04:35:10 DEBUG : both15: Sizes identical
2025/09/10 04:35:10 DEBUG : both11: Unchanged skipping
2025/09/10 04:35:10 DEBUG : both16: Sizes identical
2025/09/10 04:35:10 DEBUG : both10: Unchanged skipping
2025/09/10 04:35:10 DEBUG : both17: Sizes identical
2025/09/10 04:35:10 DEBUG : both17: Unchanged skipping
2025/09/10 04:35:10 DEBUG : both18: Sizes identical
2025/09/10 04:35:10 DEBUG : both18: Unchanged skipping
2025/09/10 04:35:10 DEBUG : both19: Sizes identical
2025/09/10 04:35:10 DEBUG : both12: Unchanged skipping
2025/09/10 04:35:10 DEBUG : both1: Sizes identical
2025/09/10 04:35:10 DEBUG : both15: Unchanged skipping
2025/09/10 04:35:10 DEBUG : both2: Sizes identical
2025/09/10 04:35:10 DEBUG : both16: Unchanged skipping
2025/09/10 04:35:10 DEBUG : both3: Sizes identical
2025/09/10 04:35:10 DEBUG : both3: Unchanged skipping
2025/09/10 04:35:10 DEBUG : both4: Sizes identical
2025/09/10 04:35:10 DEBUG : both4: Unchanged skipping
2025/09/10 04:35:10 DEBUG : both5: Sizes identical
2025/09/10 04:35:10 DEBUG : both19: Unchanged skipping
2025/09/10 04:35:10 DEBUG : both6: Sizes identical
2025/09/10 04:35:10 DEBUG : both6: Unchanged skipping
2025/09/10 04:35:10 DEBUG : both7: Sizes identical
2025/09/10 04:35:10 DEBUG : both7: Unchanged skipping
2025/09/10 04:35:10 DEBUG : both8: Sizes identical
2025/09/10 04:35:10 DEBUG : both8: Unchanged skipping
2025/09/10 04:35:10 DEBUG : both9: Sizes identical
2025/09/10 04:35:10 DEBUG : both9: Unchanged skipping
2025/09/10 04:35:10 DEBUG : both1: Unchanged skipping
2025/09/10 04:35:10 DEBUG : both2: Unchanged skipping
2025/09/10 04:35:10 DEBUG : both5: Unchanged skipping
2025/09/10 04:35:10 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu': Waiting for transfers to finish
2025/09/10 04:35:10 DEBUG : Waiting for deletions to finish
2025/09/10 04:35:10 INFO : only11: Deleted
2025/09/10 04:35:10 INFO : only9: Deleted
2025/09/10 04:35:10 INFO : only13: Deleted
2025/09/10 04:35:10 INFO : only8: Deleted
2025/09/10 04:35:11 INFO : only14: Deleted
2025/09/10 04:35:11 INFO : only4: Deleted
2025/09/10 04:35:11 INFO : only16: Deleted
2025/09/10 04:35:11 INFO : only1: Deleted
2025/09/10 04:35:12 INFO : only6: Deleted
2025/09/10 04:35:12 INFO : only12: Deleted
2025/09/10 04:35:12 INFO : only19: Deleted
2025/09/10 04:35:12 INFO : only5: Deleted
2025/09/10 04:35:13 INFO : only10: Deleted
2025/09/10 04:35:13 INFO : only0: Deleted
2025/09/10 04:35:13 INFO : only18: Deleted
2025/09/10 04:35:13 INFO : only7: Deleted
2025/09/10 04:35:14 INFO : only15: Deleted
2025/09/10 04:35:14 INFO : only2: Deleted
2025/09/10 04:35:14 INFO : only17: Deleted
2025/09/10 04:35:14 INFO : only3: Deleted
--- PASS: TestSyncConcurrentDelete (127.55s)
=== RUN TestSyncConcurrentTruncate
run.go:180: Remote "sugarsync root 'Test/rclone-test-qigorur2lunu'", Local "Local file system at /tmp/rclone3963953809", Modify Window "876000h0m0s"
2025/09/10 04:37:17 DEBUG : both0: Sizes identical
2025/09/10 04:37:17 DEBUG : both10: Sizes identical
2025/09/10 04:37:17 DEBUG : both11: Sizes identical
2025/09/10 04:37:17 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu': Waiting for checks to finish
2025/09/10 04:37:17 DEBUG : both12: Sizes identical
2025/09/10 04:37:17 DEBUG : both0: Unchanged skipping
2025/09/10 04:37:17 DEBUG : both13: Sizes identical
2025/09/10 04:37:17 DEBUG : both13: Unchanged skipping
2025/09/10 04:37:17 DEBUG : both14: Sizes identical
2025/09/10 04:37:17 DEBUG : both14: Unchanged skipping
2025/09/10 04:37:17 DEBUG : both15: Sizes identical
2025/09/10 04:37:17 DEBUG : both15: Unchanged skipping
2025/09/10 04:37:17 DEBUG : both16: Sizes identical
2025/09/10 04:37:17 DEBUG : both16: Unchanged skipping
2025/09/10 04:37:17 DEBUG : both17: Sizes identical
2025/09/10 04:37:17 DEBUG : both17: Unchanged skipping
2025/09/10 04:37:17 DEBUG : both18: Sizes identical
2025/09/10 04:37:17 DEBUG : both18: Unchanged skipping
2025/09/10 04:37:17 DEBUG : both19: Sizes identical
2025/09/10 04:37:17 DEBUG : both19: Unchanged skipping
2025/09/10 04:37:17 DEBUG : both1: Sizes identical
2025/09/10 04:37:17 DEBUG : both1: Unchanged skipping
2025/09/10 04:37:17 DEBUG : both2: Sizes identical
2025/09/10 04:37:17 DEBUG : both2: Unchanged skipping
2025/09/10 04:37:17 DEBUG : both3: Sizes identical
2025/09/10 04:37:17 DEBUG : both3: Unchanged skipping
2025/09/10 04:37:17 DEBUG : both4: Sizes identical
2025/09/10 04:37:17 DEBUG : both4: Unchanged skipping
2025/09/10 04:37:17 DEBUG : both5: Sizes identical
2025/09/10 04:37:17 DEBUG : both5: Unchanged skipping
2025/09/10 04:37:17 DEBUG : both6: Sizes identical
2025/09/10 04:37:17 DEBUG : both6: Unchanged skipping
2025/09/10 04:37:17 DEBUG : both7: Sizes identical
2025/09/10 04:37:17 DEBUG : both7: Unchanged skipping
2025/09/10 04:37:17 DEBUG : both8: Sizes identical
2025/09/10 04:37:17 DEBUG : both8: Unchanged skipping
2025/09/10 04:37:17 DEBUG : both9: Sizes identical
2025/09/10 04:37:17 DEBUG : both9: Unchanged skipping
2025/09/10 04:37:17 DEBUG : only0: Sizes differ (src 0 vs dst 6)
2025/09/10 04:37:17 DEBUG : only10: Sizes differ (src 0 vs dst 6)
2025/09/10 04:37:17 DEBUG : only11: Sizes differ (src 0 vs dst 6)
2025/09/10 04:37:17 DEBUG : only12: Sizes differ (src 0 vs dst 6)
2025/09/10 04:37:17 DEBUG : only13: Sizes differ (src 0 vs dst 6)
2025/09/10 04:37:17 DEBUG : only14: Sizes differ (src 0 vs dst 6)
2025/09/10 04:37:17 DEBUG : only15: Sizes differ (src 0 vs dst 6)
2025/09/10 04:37:17 DEBUG : only16: Sizes differ (src 0 vs dst 6)
2025/09/10 04:37:17 DEBUG : only17: Sizes differ (src 0 vs dst 6)
2025/09/10 04:37:17 DEBUG : both10: Unchanged skipping
2025/09/10 04:37:17 DEBUG : both11: Unchanged skipping
2025/09/10 04:37:17 DEBUG : only19: Sizes differ (src 0 vs dst 6)
2025/09/10 04:37:17 DEBUG : both12: Unchanged skipping
2025/09/10 04:37:17 DEBUG : only1: Sizes differ (src 0 vs dst 6)
2025/09/10 04:37:17 DEBUG : only2: Sizes differ (src 0 vs dst 6)
2025/09/10 04:37:17 DEBUG : only18: Sizes differ (src 0 vs dst 6)
2025/09/10 04:37:17 DEBUG : only3: Sizes differ (src 0 vs dst 6)
2025/09/10 04:37:17 DEBUG : only4: Sizes differ (src 0 vs dst 6)
2025/09/10 04:37:17 DEBUG : only5: Sizes differ (src 0 vs dst 6)
2025/09/10 04:37:17 DEBUG : only6: Sizes differ (src 0 vs dst 6)
2025/09/10 04:37:17 DEBUG : only7: Sizes differ (src 0 vs dst 6)
2025/09/10 04:37:17 DEBUG : only8: Sizes differ (src 0 vs dst 6)
2025/09/10 04:37:17 DEBUG : only9: Sizes differ (src 0 vs dst 6)
2025/09/10 04:37:17 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu': Waiting for transfers to finish
2025/09/10 04:37:18 INFO : only12: Copied (replaced existing)
2025/09/10 04:37:18 INFO : only11: Copied (replaced existing)
2025/09/10 04:37:18 INFO : only10: Copied (replaced existing)
2025/09/10 04:37:18 INFO : only0: Copied (replaced existing)
2025/09/10 04:37:19 INFO : only14: Copied (replaced existing)
2025/09/10 04:37:20 INFO : only13: Copied (replaced existing)
2025/09/10 04:37:20 INFO : only16: Copied (replaced existing)
2025/09/10 04:37:20 INFO : only15: Copied (replaced existing)
2025/09/10 04:37:21 INFO : only17: Copied (replaced existing)
2025/09/10 04:37:21 INFO : only2: Copied (replaced existing)
2025/09/10 04:37:21 INFO : only3: Copied (replaced existing)
2025/09/10 04:37:21 INFO : only4: Copied (replaced existing)
2025/09/10 04:37:22 INFO : only18: Copied (replaced existing)
2025/09/10 04:37:22 INFO : only6: Copied (replaced existing)
2025/09/10 04:37:22 INFO : only9: Copied (replaced existing)
2025/09/10 04:37:22 INFO : only7: Copied (replaced existing)
2025/09/10 04:37:23 INFO : only8: Copied (replaced existing)
2025/09/10 04:37:24 INFO : only19: Copied (replaced existing)
2025/09/10 04:37:24 INFO : only5: Copied (replaced existing)
2025/09/10 04:37:24 INFO : only1: Copied (replaced existing)
2025/09/10 04:37:24 DEBUG : Waiting for deletions to finish
--- PASS: TestSyncConcurrentTruncate (146.94s)
=== RUN TestSyncReplaceDirModTime
run.go:180: Remote "sugarsync root 'Test/rclone-test-qigorur2lunu'", Local "Local file system at /tmp/rclone3963953809", Modify Window "876000h0m0s"
2025/09/10 04:37:59 DEBUG : empty_dir: Making directory with metadata
2025/09/10 04:37:59 INFO : empty_dir: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z)
2025/09/10 04:37:59 DEBUG : empty_on_remote: Making directory with metadata
2025/09/10 04:37:59 INFO : empty_on_remote: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z)
2025/09/10 04:37:59 INFO : empty_on_remote: Making directory
2025/09/10 04:38:01 INFO : empty_on_remote: Made directory with modification time 2011-12-25 12:59:59.123456789 +0000 UTC
2025/09/10 04:38:07 INFO : test_dir1: Set directory modification time (using DirSetModTime)
2025/09/10 04:38:07 INFO : test_dir2: Set directory modification time (using DirSetModTime)
2025/09/10 04:38:07 INFO : test_dir2/sub_dir: Set directory modification time (using DirSetModTime)
2025/09/10 04:38:07 INFO : empty_on_remote: Set directory modification time (using DirSetModTime)
--- PASS: TestSyncReplaceDirModTime (21.00s)
=== RUN TestSyncReplaceDirModTimeWithEmptyDirs
run.go:180: Remote "sugarsync root 'Test/rclone-test-qigorur2lunu'", Local "Local file system at /tmp/rclone3963953809", Modify Window "876000h0m0s"
2025/09/10 04:38:20 DEBUG : empty_dir: Making directory with metadata
2025/09/10 04:38:20 INFO : empty_dir: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z)
2025/09/10 04:38:20 DEBUG : empty_on_remote: Making directory with metadata
2025/09/10 04:38:20 INFO : empty_on_remote: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z)
2025/09/10 04:38:20 INFO : empty_on_remote: Making directory
2025/09/10 04:38:22 INFO : empty_on_remote: Made directory with modification time 2011-12-25 12:59:59.123456789 +0000 UTC
2025/09/10 04:38:30 INFO : test_dir1: Set directory modification time (using DirSetModTime)
2025/09/10 04:38:30 INFO : test_dir2: Set directory modification time (using DirSetModTime)
2025/09/10 04:38:30 INFO : test_dir2/sub_dir: Set directory modification time (using DirSetModTime)
2025/09/10 04:38:30 INFO : empty_on_remote: Set directory modification time (using DirSetModTime)
2025/09/10 04:38:30 INFO : empty_dir: Set directory modification time (using DirSetModTime)
--- PASS: TestSyncReplaceDirModTimeWithEmptyDirs (22.92s)
=== RUN TestNothingToTransferWithEmptyDirs
run.go:180: Remote "sugarsync root 'Test/rclone-test-qigorur2lunu'", Local "Local file system at /tmp/rclone3963953809", Modify Window "876000h0m0s"
2025/09/10 04:38:43 INFO : sub dir: Set directory modification time (using DirSetModTime)
2025/09/10 04:38:43 INFO : sub dir: Making directory
2025/09/10 04:38:45 INFO : sub dir: Made directory with modification time 2011-12-30 12:59:59 +0000 UTC
--- PASS: TestNothingToTransferWithEmptyDirs (51.77s)
=== RUN TestNothingToTransferWithoutEmptyDirs
run.go:180: Remote "sugarsync root 'Test/rclone-test-qigorur2lunu'", Local "Local file system at /tmp/rclone3963953809", Modify Window "876000h0m0s"
2025/09/10 04:39:35 INFO : sub dir: Set directory modification time (using DirSetModTime)
2025/09/10 04:39:35 INFO : sub dir: Making directory
2025/09/10 04:39:37 INFO : sub dir: Made directory with modification time 2011-12-30 12:59:59 +0000 UTC
--- PASS: TestNothingToTransferWithoutEmptyDirs (51.71s)
=== RUN TestTransform
=== RUN TestTransform/NFC
run.go:180: Remote "sugarsync root 'Test/rclone-test-qigorur2lunu'", Local "Local file system at /tmp/rclone3963953809", Modify Window "876000h0m0s"
2025/09/10 04:41:20 DEBUG : Waiting for deletions to finish
2025/09/10 04:41:20 DEBUG : apple: Excluded (Path Filter)
2025/09/10 04:41:20 DEBUG : apple: Excluded
2025/09/10 04:41:20 DEBUG : banana: Excluded (Path Filter)
2025/09/10 04:41:20 DEBUG : banana: Excluded
2025/09/10 04:41:20 DEBUG : appleappleapplebanana: Excluded (Path Filter)
2025/09/10 04:41:20 DEBUG : appleappleapplebanana: Excluded
2025/09/10 04:41:20 DEBUG : splitbananasplit: Excluded (Path Filter)
2025/09/10 04:41:20 DEBUG : splitbananasplit: Excluded
2025/09/10 04:41:21 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter)
2025/09/10 04:41:21 DEBUG : dir1/0000-abcdefg.txt: Excluded
2025/09/10 04:41:21 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter)
2025/09/10 04:41:21 DEBUG : dir1/0001-bcdefgh.txt: Excluded
2025/09/10 04:41:21 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter)
2025/09/10 04:41:21 DEBUG : dir1/0002-cdefghi.txt: Excluded
2025/09/10 04:41:21 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter)
2025/09/10 04:41:21 DEBUG : dir1/0003-defghij.txt: Excluded
2025/09/10 04:41:21 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter)
2025/09/10 04:41:21 DEBUG : dir1/0004-efghijk.txt: Excluded
2025/09/10 04:41:21 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter)
2025/09/10 04:41:21 DEBUG : dir1/0005-fghijkl.txt: Excluded
2025/09/10 04:41:21 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter)
2025/09/10 04:41:21 DEBUG : dir1/0006-ghijklm.txt: Excluded
2025/09/10 04:41:21 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter)
2025/09/10 04:41:21 DEBUG : dir1/0007-1234567.txt: Excluded
2025/09/10 04:41:21 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter)
2025/09/10 04:41:21 DEBUG : dir1/0008-2345678.txt: Excluded
2025/09/10 04:41:21 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter)
2025/09/10 04:41:21 DEBUG : dir1/0009-3456789.txt: Excluded
2025/09/10 04:41:21 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter)
2025/09/10 04:41:21 DEBUG : dir1/0010-456789.txt: Excluded
2025/09/10 04:41:21 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter)
2025/09/10 04:41:21 DEBUG : dir1/0011-56789;.txt: Excluded
2025/09/10 04:41:21 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter)
2025/09/10 04:41:21 DEBUG : dir1/0012-6789;.txt: Excluded
2025/09/10 04:41:21 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter)
2025/09/10 04:41:21 DEBUG : dir1/0013-789;=.txt: Excluded
2025/09/10 04:41:21 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter)
2025/09/10 04:41:21 DEBUG : dir1/0014-89;=.txt: Excluded
2025/09/10 04:41:21 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter)
2025/09/10 04:41:21 DEBUG : dir1/0015-9;=.txt: Excluded
2025/09/10 04:41:23 DEBUG : apple: Sizes identical
2025/09/10 04:41:23 DEBUG : apple: Unchanged skipping
2025/09/10 04:41:23 DEBUG : appleappleapplebanana: Sizes identical
2025/09/10 04:41:23 DEBUG : banana: Sizes identical
2025/09/10 04:41:23 DEBUG : appleappleapplebanana: Unchanged skipping
2025/09/10 04:41:23 DEBUG : banana: Unchanged skipping
2025/09/10 04:41:23 DEBUG : splitbananasplit: Sizes identical
2025/09/10 04:41:23 DEBUG : splitbananasplit: Unchanged skipping
2025/09/10 04:41:24 DEBUG : dir1/0001-bcdefgh.txt: Sizes identical
2025/09/10 04:41:24 DEBUG : dir1/0000-abcdefg.txt: Sizes identical
2025/09/10 04:41:24 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu': Waiting for checks to finish
2025/09/10 04:41:24 DEBUG : dir1/0004-efghijk.txt: Sizes identical
2025/09/10 04:41:24 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping
2025/09/10 04:41:24 DEBUG : dir1/0002-cdefghi.txt: Sizes identical
2025/09/10 04:41:24 DEBUG : dir1/0005-fghijkl.txt: Sizes identical
2025/09/10 04:41:24 DEBUG : dir1/0006-ghijklm.txt: Sizes identical
2025/09/10 04:41:24 DEBUG : dir1/0007-1234567.txt: Sizes identical
2025/09/10 04:41:24 DEBUG : dir1/0008-2345678.txt: Sizes identical
2025/09/10 04:41:24 DEBUG : dir1/0003-defghij.txt: Sizes identical
2025/09/10 04:41:24 DEBUG : dir1/0008-2345678.txt: Unchanged skipping
2025/09/10 04:41:24 DEBUG : dir1/0007-1234567.txt: Unchanged skipping
2025/09/10 04:41:24 DEBUG : dir1/0003-defghij.txt: Unchanged skipping
2025/09/10 04:41:24 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping
2025/09/10 04:41:24 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping
2025/09/10 04:41:24 DEBUG : dir1/0010-456789.txt: Sizes identical
2025/09/10 04:41:24 DEBUG : dir1/0010-456789.txt: Unchanged skipping
2025/09/10 04:41:24 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping
2025/09/10 04:41:24 DEBUG : dir1/0014-89;=.txt: Sizes identical
2025/09/10 04:41:24 DEBUG : dir1/0012-6789;.txt: Sizes identical
2025/09/10 04:41:24 DEBUG : dir1/0012-6789;.txt: Unchanged skipping
2025/09/10 04:41:24 DEBUG : dir1/0009-3456789.txt: Sizes identical
2025/09/10 04:41:24 DEBUG : dir1/0009-3456789.txt: Unchanged skipping
2025/09/10 04:41:24 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping
2025/09/10 04:41:24 DEBUG : dir1/0011-56789;.txt: Sizes identical
2025/09/10 04:41:24 DEBUG : dir1/0011-56789;.txt: Unchanged skipping
2025/09/10 04:41:24 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping
2025/09/10 04:41:24 DEBUG : dir1/0015-9;=.txt: Sizes identical
2025/09/10 04:41:24 DEBUG : dir1/0013-789;=.txt: Sizes identical
2025/09/10 04:41:24 DEBUG : dir1/0015-9;=.txt: Unchanged skipping
2025/09/10 04:41:24 DEBUG : dir1/0013-789;=.txt: Unchanged skipping
2025/09/10 04:41:24 DEBUG : dir1/0014-89;=.txt: Unchanged skipping
2025/09/10 04:41:24 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu': Waiting for transfers to finish
2025/09/10 04:41:24 DEBUG : Waiting for deletions to finish
2025/09/10 04:41:24 INFO : There was nothing to transfer
2025/09/10 04:41:24 DEBUG : Waiting for deletions to finish
2025/09/10 04:41:25 DEBUG : apple: Excluded (Path Filter)
2025/09/10 04:41:25 DEBUG : apple: Excluded
2025/09/10 04:41:25 DEBUG : banana: Excluded (Path Filter)
2025/09/10 04:41:25 DEBUG : banana: Excluded
2025/09/10 04:41:25 DEBUG : appleappleapplebanana: Excluded (Path Filter)
2025/09/10 04:41:25 DEBUG : appleappleapplebanana: Excluded
2025/09/10 04:41:25 DEBUG : splitbananasplit: Excluded (Path Filter)
2025/09/10 04:41:25 DEBUG : splitbananasplit: Excluded
2025/09/10 04:41:26 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter)
2025/09/10 04:41:26 DEBUG : dir1/0000-abcdefg.txt: Excluded
2025/09/10 04:41:26 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter)
2025/09/10 04:41:26 DEBUG : dir1/0001-bcdefgh.txt: Excluded
2025/09/10 04:41:26 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter)
2025/09/10 04:41:26 DEBUG : dir1/0002-cdefghi.txt: Excluded
2025/09/10 04:41:26 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter)
2025/09/10 04:41:26 DEBUG : dir1/0003-defghij.txt: Excluded
2025/09/10 04:41:26 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter)
2025/09/10 04:41:26 DEBUG : dir1/0004-efghijk.txt: Excluded
2025/09/10 04:41:26 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter)
2025/09/10 04:41:26 DEBUG : dir1/0005-fghijkl.txt: Excluded
2025/09/10 04:41:26 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter)
2025/09/10 04:41:26 DEBUG : dir1/0006-ghijklm.txt: Excluded
2025/09/10 04:41:26 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter)
2025/09/10 04:41:26 DEBUG : dir1/0007-1234567.txt: Excluded
2025/09/10 04:41:26 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter)
2025/09/10 04:41:26 DEBUG : dir1/0008-2345678.txt: Excluded
2025/09/10 04:41:26 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter)
2025/09/10 04:41:26 DEBUG : dir1/0009-3456789.txt: Excluded
2025/09/10 04:41:26 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter)
2025/09/10 04:41:26 DEBUG : dir1/0010-456789.txt: Excluded
2025/09/10 04:41:26 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter)
2025/09/10 04:41:26 DEBUG : dir1/0011-56789;.txt: Excluded
2025/09/10 04:41:26 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter)
2025/09/10 04:41:26 DEBUG : dir1/0012-6789;.txt: Excluded
2025/09/10 04:41:26 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter)
2025/09/10 04:41:26 DEBUG : dir1/0013-789;=.txt: Excluded
2025/09/10 04:41:26 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter)
2025/09/10 04:41:26 DEBUG : dir1/0014-89;=.txt: Excluded
2025/09/10 04:41:26 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter)
2025/09/10 04:41:26 DEBUG : dir1/0015-9;=.txt: Excluded
2025/09/10 04:41:28 DEBUG : appleappleapplebanana: Sizes identical
2025/09/10 04:41:28 DEBUG : appleappleapplebanana: Unchanged skipping
2025/09/10 04:41:28 DEBUG : apple: Sizes identical
2025/09/10 04:41:28 DEBUG : banana: Sizes identical
2025/09/10 04:41:28 DEBUG : apple: Unchanged skipping
2025/09/10 04:41:28 DEBUG : banana: Unchanged skipping
2025/09/10 04:41:28 DEBUG : splitbananasplit: Sizes identical
2025/09/10 04:41:28 DEBUG : splitbananasplit: Unchanged skipping
2025/09/10 04:41:29 DEBUG : dir1/0000-abcdefg.txt: Sizes identical
2025/09/10 04:41:29 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping
2025/09/10 04:41:29 DEBUG : dir1/0003-defghij.txt: Sizes identical
2025/09/10 04:41:29 DEBUG : dir1/0003-defghij.txt: Unchanged skipping
2025/09/10 04:41:29 DEBUG : dir1/0004-efghijk.txt: Sizes identical
2025/09/10 04:41:29 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping
2025/09/10 04:41:29 DEBUG : dir1/0002-cdefghi.txt: Sizes identical
2025/09/10 04:41:29 DEBUG : dir1/0006-ghijklm.txt: Sizes identical
2025/09/10 04:41:29 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping
2025/09/10 04:41:29 DEBUG : dir1/0010-456789.txt: Sizes identical
2025/09/10 04:41:29 DEBUG : dir1/0008-2345678.txt: Sizes identical
2025/09/10 04:41:29 DEBUG : dir1/0010-456789.txt: Unchanged skipping
2025/09/10 04:41:29 DEBUG : dir1/0008-2345678.txt: Unchanged skipping
2025/09/10 04:41:29 DEBUG : dir1/0011-56789;.txt: Sizes identical
2025/09/10 04:41:29 DEBUG : dir1/0011-56789;.txt: Unchanged skipping
2025/09/10 04:41:29 DEBUG : dir1/0012-6789;.txt: Sizes identical
2025/09/10 04:41:29 DEBUG : dir1/0013-789;=.txt: Sizes identical
2025/09/10 04:41:29 DEBUG : dir1/0012-6789;.txt: Unchanged skipping
2025/09/10 04:41:29 DEBUG : dir1/0001-bcdefgh.txt: Sizes identical
2025/09/10 04:41:29 DEBUG : dir1/0009-3456789.txt: Sizes identical
2025/09/10 04:41:29 DEBUG : dir1/0015-9;=.txt: Sizes identical
2025/09/10 04:41:29 DEBUG : dir1/0007-1234567.txt: Sizes identical
2025/09/10 04:41:29 DEBUG : dir1/0015-9;=.txt: Unchanged skipping
2025/09/10 04:41:29 DEBUG : dir1/0009-3456789.txt: Unchanged skipping
2025/09/10 04:41:29 DEBUG : dir1/0007-1234567.txt: Unchanged skipping
2025/09/10 04:41:29 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping
2025/09/10 04:41:29 DEBUG : dir1/0013-789;=.txt: Unchanged skipping
2025/09/10 04:41:29 DEBUG : dir1/0014-89;=.txt: Sizes identical
2025/09/10 04:41:29 DEBUG : dir1/0014-89;=.txt: Unchanged skipping
2025/09/10 04:41:29 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu': Waiting for checks to finish
2025/09/10 04:41:29 DEBUG : dir1/0005-fghijkl.txt: Sizes identical
2025/09/10 04:41:29 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping
2025/09/10 04:41:29 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping
2025/09/10 04:41:29 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu': Waiting for transfers to finish
2025/09/10 04:41:29 DEBUG : Waiting for deletions to finish
2025/09/10 04:41:29 INFO : There was nothing to transfer
2025/09/10 04:41:29 DEBUG : Waiting for deletions to finish
2025/09/10 04:41:30 DEBUG : apple: Excluded (Path Filter)
2025/09/10 04:41:30 DEBUG : apple: Excluded
2025/09/10 04:41:30 DEBUG : banana: Excluded (Path Filter)
2025/09/10 04:41:30 DEBUG : banana: Excluded
2025/09/10 04:41:30 DEBUG : appleappleapplebanana: Excluded (Path Filter)
2025/09/10 04:41:30 DEBUG : appleappleapplebanana: Excluded
2025/09/10 04:41:30 DEBUG : splitbananasplit: Excluded (Path Filter)
2025/09/10 04:41:30 DEBUG : splitbananasplit: Excluded
2025/09/10 04:41:30 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter)
2025/09/10 04:41:30 DEBUG : dir1/0000-abcdefg.txt: Excluded
2025/09/10 04:41:30 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter)
2025/09/10 04:41:30 DEBUG : dir1/0001-bcdefgh.txt: Excluded
2025/09/10 04:41:30 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter)
2025/09/10 04:41:30 DEBUG : dir1/0002-cdefghi.txt: Excluded
2025/09/10 04:41:30 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter)
2025/09/10 04:41:30 DEBUG : dir1/0003-defghij.txt: Excluded
2025/09/10 04:41:30 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter)
2025/09/10 04:41:30 DEBUG : dir1/0004-efghijk.txt: Excluded
2025/09/10 04:41:30 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter)
2025/09/10 04:41:30 DEBUG : dir1/0005-fghijkl.txt: Excluded
2025/09/10 04:41:30 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter)
2025/09/10 04:41:30 DEBUG : dir1/0006-ghijklm.txt: Excluded
2025/09/10 04:41:30 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter)
2025/09/10 04:41:30 DEBUG : dir1/0007-1234567.txt: Excluded
2025/09/10 04:41:30 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter)
2025/09/10 04:41:30 DEBUG : dir1/0008-2345678.txt: Excluded
2025/09/10 04:41:30 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter)
2025/09/10 04:41:30 DEBUG : dir1/0009-3456789.txt: Excluded
2025/09/10 04:41:30 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter)
2025/09/10 04:41:30 DEBUG : dir1/0010-456789.txt: Excluded
2025/09/10 04:41:30 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter)
2025/09/10 04:41:30 DEBUG : dir1/0011-56789;.txt: Excluded
2025/09/10 04:41:30 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter)
2025/09/10 04:41:30 DEBUG : dir1/0012-6789;.txt: Excluded
2025/09/10 04:41:30 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter)
2025/09/10 04:41:30 DEBUG : dir1/0013-789;=.txt: Excluded
2025/09/10 04:41:30 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter)
2025/09/10 04:41:30 DEBUG : dir1/0014-89;=.txt: Excluded
2025/09/10 04:41:30 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter)
2025/09/10 04:41:30 DEBUG : dir1/0015-9;=.txt: Excluded
=== RUN TestTransform/NFD
run.go:180: Remote "sugarsync root 'Test/rclone-test-qigorur2lunu'", Local "Local file system at /tmp/rclone3963953809", Modify Window "876000h0m0s"
2025/09/10 04:42:45 DEBUG : Waiting for deletions to finish
2025/09/10 04:42:46 DEBUG : apple: Excluded (Path Filter)
2025/09/10 04:42:46 DEBUG : apple: Excluded
2025/09/10 04:42:46 DEBUG : banana: Excluded (Path Filter)
2025/09/10 04:42:46 DEBUG : banana: Excluded
2025/09/10 04:42:46 DEBUG : appleappleapplebanana: Excluded (Path Filter)
2025/09/10 04:42:46 DEBUG : appleappleapplebanana: Excluded
2025/09/10 04:42:46 DEBUG : splitbananasplit: Excluded (Path Filter)
2025/09/10 04:42:46 DEBUG : splitbananasplit: Excluded
2025/09/10 04:42:46 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter)
2025/09/10 04:42:46 DEBUG : dir1/0000-abcdefg.txt: Excluded
2025/09/10 04:42:46 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter)
2025/09/10 04:42:46 DEBUG : dir1/0001-bcdefgh.txt: Excluded
2025/09/10 04:42:46 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter)
2025/09/10 04:42:46 DEBUG : dir1/0002-cdefghi.txt: Excluded
2025/09/10 04:42:46 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter)
2025/09/10 04:42:46 DEBUG : dir1/0003-defghij.txt: Excluded
2025/09/10 04:42:46 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter)
2025/09/10 04:42:46 DEBUG : dir1/0004-efghijk.txt: Excluded
2025/09/10 04:42:46 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter)
2025/09/10 04:42:46 DEBUG : dir1/0005-fghijkl.txt: Excluded
2025/09/10 04:42:46 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter)
2025/09/10 04:42:46 DEBUG : dir1/0006-ghijklm.txt: Excluded
2025/09/10 04:42:46 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter)
2025/09/10 04:42:46 DEBUG : dir1/0007-1234567.txt: Excluded
2025/09/10 04:42:46 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter)
2025/09/10 04:42:46 DEBUG : dir1/0008-2345678.txt: Excluded
2025/09/10 04:42:46 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter)
2025/09/10 04:42:46 DEBUG : dir1/0009-3456789.txt: Excluded
2025/09/10 04:42:46 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter)
2025/09/10 04:42:46 DEBUG : dir1/0010-456789.txt: Excluded
2025/09/10 04:42:46 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter)
2025/09/10 04:42:46 DEBUG : dir1/0011-56789;.txt: Excluded
2025/09/10 04:42:46 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter)
2025/09/10 04:42:46 DEBUG : dir1/0012-6789;.txt: Excluded
2025/09/10 04:42:46 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter)
2025/09/10 04:42:46 DEBUG : dir1/0013-789;=.txt: Excluded
2025/09/10 04:42:46 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter)
2025/09/10 04:42:46 DEBUG : dir1/0014-89;=.txt: Excluded
2025/09/10 04:42:46 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter)
2025/09/10 04:42:46 DEBUG : dir1/0015-9;=.txt: Excluded
2025/09/10 04:42:49 DEBUG : banana: Sizes identical
2025/09/10 04:42:49 DEBUG : banana: Unchanged skipping
2025/09/10 04:42:49 DEBUG : appleappleapplebanana: Sizes identical
2025/09/10 04:42:49 DEBUG : appleappleapplebanana: Unchanged skipping
2025/09/10 04:42:49 DEBUG : splitbananasplit: Sizes identical
2025/09/10 04:42:49 DEBUG : splitbananasplit: Unchanged skipping
2025/09/10 04:42:49 DEBUG : apple: Sizes identical
2025/09/10 04:42:49 DEBUG : apple: Unchanged skipping
2025/09/10 04:42:50 DEBUG : dir1/0001-bcdefgh.txt: Sizes identical
2025/09/10 04:42:50 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping
2025/09/10 04:42:50 DEBUG : dir1/0002-cdefghi.txt: Sizes identical
2025/09/10 04:42:50 DEBUG : dir1/0004-efghijk.txt: Sizes identical
2025/09/10 04:42:50 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping
2025/09/10 04:42:50 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping
2025/09/10 04:42:50 DEBUG : dir1/0007-1234567.txt: Sizes identical
2025/09/10 04:42:50 DEBUG : dir1/0008-2345678.txt: Sizes identical
2025/09/10 04:42:50 DEBUG : dir1/0007-1234567.txt: Unchanged skipping
2025/09/10 04:42:50 DEBUG : dir1/0009-3456789.txt: Sizes identical
2025/09/10 04:42:50 DEBUG : dir1/0010-456789.txt: Sizes identical
2025/09/10 04:42:50 DEBUG : dir1/0009-3456789.txt: Unchanged skipping
2025/09/10 04:42:50 DEBUG : dir1/0011-56789;.txt: Sizes identical
2025/09/10 04:42:50 DEBUG : dir1/0003-defghij.txt: Sizes identical
2025/09/10 04:42:50 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu': Waiting for checks to finish
2025/09/10 04:42:50 DEBUG : dir1/0011-56789;.txt: Unchanged skipping
2025/09/10 04:42:50 DEBUG : dir1/0003-defghij.txt: Unchanged skipping
2025/09/10 04:42:50 DEBUG : dir1/0008-2345678.txt: Unchanged skipping
2025/09/10 04:42:50 DEBUG : dir1/0013-789;=.txt: Sizes identical
2025/09/10 04:42:50 DEBUG : dir1/0013-789;=.txt: Unchanged skipping
2025/09/10 04:42:50 DEBUG : dir1/0015-9;=.txt: Sizes identical
2025/09/10 04:42:50 DEBUG : dir1/0006-ghijklm.txt: Sizes identical
2025/09/10 04:42:50 DEBUG : dir1/0015-9;=.txt: Unchanged skipping
2025/09/10 04:42:50 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping
2025/09/10 04:42:50 DEBUG : dir1/0014-89;=.txt: Sizes identical
2025/09/10 04:42:50 DEBUG : dir1/0014-89;=.txt: Unchanged skipping
2025/09/10 04:42:50 DEBUG : dir1/0010-456789.txt: Unchanged skipping
2025/09/10 04:42:50 DEBUG : dir1/0000-abcdefg.txt: Sizes identical
2025/09/10 04:42:50 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping
2025/09/10 04:42:50 DEBUG : dir1/0005-fghijkl.txt: Sizes identical
2025/09/10 04:42:50 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping
2025/09/10 04:42:50 DEBUG : dir1/0012-6789;.txt: Sizes identical
2025/09/10 04:42:50 DEBUG : dir1/0012-6789;.txt: Unchanged skipping
2025/09/10 04:42:50 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu': Waiting for transfers to finish
2025/09/10 04:42:50 DEBUG : Waiting for deletions to finish
2025/09/10 04:42:50 INFO : There was nothing to transfer
2025/09/10 04:42:50 DEBUG : Waiting for deletions to finish
2025/09/10 04:42:50 DEBUG : apple: Excluded (Path Filter)
2025/09/10 04:42:50 DEBUG : apple: Excluded
2025/09/10 04:42:50 DEBUG : banana: Excluded (Path Filter)
2025/09/10 04:42:50 DEBUG : banana: Excluded
2025/09/10 04:42:50 DEBUG : appleappleapplebanana: Excluded (Path Filter)
2025/09/10 04:42:50 DEBUG : appleappleapplebanana: Excluded
2025/09/10 04:42:50 DEBUG : splitbananasplit: Excluded (Path Filter)
2025/09/10 04:42:50 DEBUG : splitbananasplit: Excluded
2025/09/10 04:42:51 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter)
2025/09/10 04:42:51 DEBUG : dir1/0000-abcdefg.txt: Excluded
2025/09/10 04:42:51 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter)
2025/09/10 04:42:51 DEBUG : dir1/0001-bcdefgh.txt: Excluded
2025/09/10 04:42:51 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter)
2025/09/10 04:42:51 DEBUG : dir1/0002-cdefghi.txt: Excluded
2025/09/10 04:42:51 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter)
2025/09/10 04:42:51 DEBUG : dir1/0003-defghij.txt: Excluded
2025/09/10 04:42:51 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter)
2025/09/10 04:42:51 DEBUG : dir1/0004-efghijk.txt: Excluded
2025/09/10 04:42:51 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter)
2025/09/10 04:42:51 DEBUG : dir1/0005-fghijkl.txt: Excluded
2025/09/10 04:42:51 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter)
2025/09/10 04:42:51 DEBUG : dir1/0006-ghijklm.txt: Excluded
2025/09/10 04:42:51 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter)
2025/09/10 04:42:51 DEBUG : dir1/0007-1234567.txt: Excluded
2025/09/10 04:42:51 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter)
2025/09/10 04:42:51 DEBUG : dir1/0008-2345678.txt: Excluded
2025/09/10 04:42:51 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter)
2025/09/10 04:42:51 DEBUG : dir1/0009-3456789.txt: Excluded
2025/09/10 04:42:51 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter)
2025/09/10 04:42:51 DEBUG : dir1/0010-456789.txt: Excluded
2025/09/10 04:42:51 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter)
2025/09/10 04:42:51 DEBUG : dir1/0011-56789;.txt: Excluded
2025/09/10 04:42:51 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter)
2025/09/10 04:42:51 DEBUG : dir1/0012-6789;.txt: Excluded
2025/09/10 04:42:51 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter)
2025/09/10 04:42:51 DEBUG : dir1/0013-789;=.txt: Excluded
2025/09/10 04:42:51 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter)
2025/09/10 04:42:51 DEBUG : dir1/0014-89;=.txt: Excluded
2025/09/10 04:42:51 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter)
2025/09/10 04:42:51 DEBUG : dir1/0015-9;=.txt: Excluded
2025/09/10 04:42:54 DEBUG : apple: Sizes identical
2025/09/10 04:42:54 DEBUG : appleappleapplebanana: Sizes identical
2025/09/10 04:42:54 DEBUG : apple: Unchanged skipping
2025/09/10 04:42:54 DEBUG : appleappleapplebanana: Unchanged skipping
2025/09/10 04:42:54 DEBUG : banana: Sizes identical
2025/09/10 04:42:54 DEBUG : banana: Unchanged skipping
2025/09/10 04:42:54 DEBUG : splitbananasplit: Sizes identical
2025/09/10 04:42:54 DEBUG : splitbananasplit: Unchanged skipping
2025/09/10 04:42:54 DEBUG : dir1/0000-abcdefg.txt: Sizes identical
2025/09/10 04:42:54 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping
2025/09/10 04:42:54 DEBUG : dir1/0001-bcdefgh.txt: Sizes identical
2025/09/10 04:42:54 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping
2025/09/10 04:42:54 DEBUG : dir1/0002-cdefghi.txt: Sizes identical
2025/09/10 04:42:54 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping
2025/09/10 04:42:54 DEBUG : dir1/0003-defghij.txt: Sizes identical
2025/09/10 04:42:54 DEBUG : dir1/0003-defghij.txt: Unchanged skipping
2025/09/10 04:42:54 DEBUG : dir1/0004-efghijk.txt: Sizes identical
2025/09/10 04:42:54 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping
2025/09/10 04:42:54 DEBUG : dir1/0005-fghijkl.txt: Sizes identical
2025/09/10 04:42:54 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping
2025/09/10 04:42:54 DEBUG : dir1/0006-ghijklm.txt: Sizes identical
2025/09/10 04:42:54 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping
2025/09/10 04:42:54 DEBUG : dir1/0007-1234567.txt: Sizes identical
2025/09/10 04:42:54 DEBUG : dir1/0007-1234567.txt: Unchanged skipping
2025/09/10 04:42:54 DEBUG : dir1/0008-2345678.txt: Sizes identical
2025/09/10 04:42:54 DEBUG : dir1/0008-2345678.txt: Unchanged skipping
2025/09/10 04:42:54 DEBUG : dir1/0009-3456789.txt: Sizes identical
2025/09/10 04:42:54 DEBUG : dir1/0009-3456789.txt: Unchanged skipping
2025/09/10 04:42:54 DEBUG : dir1/0010-456789.txt: Sizes identical
2025/09/10 04:42:54 DEBUG : dir1/0010-456789.txt: Unchanged skipping
2025/09/10 04:42:54 DEBUG : dir1/0011-56789;.txt: Sizes identical
2025/09/10 04:42:54 DEBUG : dir1/0011-56789;.txt: Unchanged skipping
2025/09/10 04:42:54 DEBUG : dir1/0012-6789;.txt: Sizes identical
2025/09/10 04:42:54 DEBUG : dir1/0012-6789;.txt: Unchanged skipping
2025/09/10 04:42:54 DEBUG : dir1/0013-789;=.txt: Sizes identical
2025/09/10 04:42:54 DEBUG : dir1/0013-789;=.txt: Unchanged skipping
2025/09/10 04:42:54 DEBUG : dir1/0014-89;=.txt: Sizes identical
2025/09/10 04:42:54 DEBUG : dir1/0014-89;=.txt: Unchanged skipping
2025/09/10 04:42:54 DEBUG : dir1/0015-9;=.txt: Sizes identical
2025/09/10 04:42:54 DEBUG : dir1/0015-9;=.txt: Unchanged skipping
2025/09/10 04:42:54 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu': Waiting for checks to finish
2025/09/10 04:42:54 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu': Waiting for transfers to finish
2025/09/10 04:42:54 DEBUG : Waiting for deletions to finish
2025/09/10 04:42:54 INFO : There was nothing to transfer
2025/09/10 04:42:54 DEBUG : Waiting for deletions to finish
2025/09/10 04:42:55 DEBUG : apple: Excluded (Path Filter)
2025/09/10 04:42:55 DEBUG : apple: Excluded
2025/09/10 04:42:55 DEBUG : banana: Excluded (Path Filter)
2025/09/10 04:42:55 DEBUG : banana: Excluded
2025/09/10 04:42:55 DEBUG : appleappleapplebanana: Excluded (Path Filter)
2025/09/10 04:42:55 DEBUG : appleappleapplebanana: Excluded
2025/09/10 04:42:55 DEBUG : splitbananasplit: Excluded (Path Filter)
2025/09/10 04:42:55 DEBUG : splitbananasplit: Excluded
2025/09/10 04:42:56 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter)
2025/09/10 04:42:56 DEBUG : dir1/0000-abcdefg.txt: Excluded
2025/09/10 04:42:56 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter)
2025/09/10 04:42:56 DEBUG : dir1/0001-bcdefgh.txt: Excluded
2025/09/10 04:42:56 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter)
2025/09/10 04:42:56 DEBUG : dir1/0002-cdefghi.txt: Excluded
2025/09/10 04:42:56 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter)
2025/09/10 04:42:56 DEBUG : dir1/0003-defghij.txt: Excluded
2025/09/10 04:42:56 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter)
2025/09/10 04:42:56 DEBUG : dir1/0004-efghijk.txt: Excluded
2025/09/10 04:42:56 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter)
2025/09/10 04:42:56 DEBUG : dir1/0005-fghijkl.txt: Excluded
2025/09/10 04:42:56 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter)
2025/09/10 04:42:56 DEBUG : dir1/0006-ghijklm.txt: Excluded
2025/09/10 04:42:56 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter)
2025/09/10 04:42:56 DEBUG : dir1/0007-1234567.txt: Excluded
2025/09/10 04:42:56 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter)
2025/09/10 04:42:56 DEBUG : dir1/0008-2345678.txt: Excluded
2025/09/10 04:42:56 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter)
2025/09/10 04:42:56 DEBUG : dir1/0009-3456789.txt: Excluded
2025/09/10 04:42:56 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter)
2025/09/10 04:42:56 DEBUG : dir1/0010-456789.txt: Excluded
2025/09/10 04:42:56 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter)
2025/09/10 04:42:56 DEBUG : dir1/0011-56789;.txt: Excluded
2025/09/10 04:42:56 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter)
2025/09/10 04:42:56 DEBUG : dir1/0012-6789;.txt: Excluded
2025/09/10 04:42:56 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter)
2025/09/10 04:42:56 DEBUG : dir1/0013-789;=.txt: Excluded
2025/09/10 04:42:56 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter)
2025/09/10 04:42:56 DEBUG : dir1/0014-89;=.txt: Excluded
2025/09/10 04:42:56 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter)
2025/09/10 04:42:56 DEBUG : dir1/0015-9;=.txt: Excluded
=== RUN TestTransform/base64
run.go:180: Remote "sugarsync root 'Test/rclone-test-qigorur2lunu'", Local "Local file system at /tmp/rclone3963953809", Modify Window "876000h0m0s"
2025/09/10 04:44:10 DEBUG : Waiting for deletions to finish
2025/09/10 04:44:11 DEBUG : apple: Excluded (Path Filter)
2025/09/10 04:44:11 DEBUG : apple: Excluded
2025/09/10 04:44:11 DEBUG : banana: Excluded (Path Filter)
2025/09/10 04:44:11 DEBUG : banana: Excluded
2025/09/10 04:44:11 DEBUG : appleappleapplebanana: Excluded (Path Filter)
2025/09/10 04:44:11 DEBUG : appleappleapplebanana: Excluded
2025/09/10 04:44:11 DEBUG : splitbananasplit: Excluded (Path Filter)
2025/09/10 04:44:11 DEBUG : splitbananasplit: Excluded
2025/09/10 04:44:12 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter)
2025/09/10 04:44:12 DEBUG : dir1/0000-abcdefg.txt: Excluded
2025/09/10 04:44:12 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter)
2025/09/10 04:44:12 DEBUG : dir1/0001-bcdefgh.txt: Excluded
2025/09/10 04:44:12 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter)
2025/09/10 04:44:12 DEBUG : dir1/0002-cdefghi.txt: Excluded
2025/09/10 04:44:12 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter)
2025/09/10 04:44:12 DEBUG : dir1/0003-defghij.txt: Excluded
2025/09/10 04:44:12 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter)
2025/09/10 04:44:12 DEBUG : dir1/0004-efghijk.txt: Excluded
2025/09/10 04:44:12 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter)
2025/09/10 04:44:12 DEBUG : dir1/0005-fghijkl.txt: Excluded
2025/09/10 04:44:12 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter)
2025/09/10 04:44:12 DEBUG : dir1/0006-ghijklm.txt: Excluded
2025/09/10 04:44:12 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter)
2025/09/10 04:44:12 DEBUG : dir1/0007-1234567.txt: Excluded
2025/09/10 04:44:12 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter)
2025/09/10 04:44:12 DEBUG : dir1/0008-2345678.txt: Excluded
2025/09/10 04:44:12 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter)
2025/09/10 04:44:12 DEBUG : dir1/0009-3456789.txt: Excluded
2025/09/10 04:44:12 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter)
2025/09/10 04:44:12 DEBUG : dir1/0010-456789.txt: Excluded
2025/09/10 04:44:12 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter)
2025/09/10 04:44:12 DEBUG : dir1/0011-56789;.txt: Excluded
2025/09/10 04:44:12 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter)
2025/09/10 04:44:12 DEBUG : dir1/0012-6789;.txt: Excluded
2025/09/10 04:44:12 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter)
2025/09/10 04:44:12 DEBUG : dir1/0013-789;=.txt: Excluded
2025/09/10 04:44:12 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter)
2025/09/10 04:44:12 DEBUG : dir1/0014-89;=.txt: Excluded
2025/09/10 04:44:12 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter)
2025/09/10 04:44:12 DEBUG : dir1/0015-9;=.txt: Excluded
2025/09/10 04:44:13 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA==
2025/09/10 04:44:13 DEBUG : apple: transformed to: YXBwbGU=
2025/09/10 04:44:13 DEBUG : banana: transformed to: YmFuYW5h
2025/09/10 04:44:13 DEBUG : apple: transformed to: YXBwbGU=
2025/09/10 04:44:13 DEBUG : banana: transformed to: YmFuYW5h
2025/09/10 04:44:13 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA==
2025/09/10 04:44:13 DEBUG : apple: transformed to: YXBwbGU=
2025/09/10 04:44:13 DEBUG : banana: transformed to: YmFuYW5h
2025/09/10 04:44:13 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA==
2025/09/10 04:44:13 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h
2025/09/10 04:44:13 DEBUG : apple: transformed to: YXBwbGU=
2025/09/10 04:44:13 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA==
2025/09/10 04:44:14 DEBUG : splitbananasplit: Need to transfer - File not found at Destination
2025/09/10 04:44:14 DEBUG : banana: transformed to: YmFuYW5h
2025/09/10 04:44:14 DEBUG : banana: Need to transfer - File not found at Destination
2025/09/10 04:44:14 DEBUG : apple: transformed to: YXBwbGU=
2025/09/10 04:44:14 DEBUG : apple: Need to transfer - File not found at Destination
2025/09/10 04:44:14 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h
2025/09/10 04:44:14 DEBUG : appleappleapplebanana: Need to transfer - File not found at Destination
2025/09/10 04:44:14 DEBUG : banana: transformed to: YmFuYW5h
2025/09/10 04:44:14 DEBUG : apple: transformed to: YXBwbGU=
2025/09/10 04:44:14 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h
2025/09/10 04:44:14 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA==
2025/09/10 04:44:14 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0
2025/09/10 04:44:14 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA==
2025/09/10 04:44:14 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA==
2025/09/10 04:44:14 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA==
2025/09/10 04:44:14 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA==
2025/09/10 04:44:14 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0
2025/09/10 04:44:14 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ=
2025/09/10 04:44:14 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA==
2025/09/10 04:44:14 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ=
2025/09/10 04:44:14 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0
2025/09/10 04:44:14 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ=
2025/09/10 04:44:14 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA==
2025/09/10 04:44:14 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA==
2025/09/10 04:44:14 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA==
2025/09/10 04:44:14 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA==
2025/09/10 04:44:14 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0
2025/09/10 04:44:14 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA==
2025/09/10 04:44:14 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ=
2025/09/10 04:44:14 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA==
2025/09/10 04:44:14 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA==
2025/09/10 04:44:14 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA==
2025/09/10 04:44:14 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA==
2025/09/10 04:44:14 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA==
2025/09/10 04:44:14 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0
2025/09/10 04:44:14 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA==
2025/09/10 04:44:14 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ=
2025/09/10 04:44:14 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA==
2025/09/10 04:44:14 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA==
2025/09/10 04:44:14 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ=
2025/09/10 04:44:14 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA==
2025/09/10 04:44:14 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ=
2025/09/10 04:44:14 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0
2025/09/10 04:44:14 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA==
2025/09/10 04:44:14 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA==
2025/09/10 04:44:14 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA==
2025/09/10 04:44:14 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ=
2025/09/10 04:44:14 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA==
2025/09/10 04:44:14 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0
2025/09/10 04:44:14 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA==
2025/09/10 04:44:14 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ=
2025/09/10 04:44:14 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA==
2025/09/10 04:44:14 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA==
2025/09/10 04:44:14 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA==
2025/09/10 04:44:14 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA==
2025/09/10 04:44:14 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA==
2025/09/10 04:44:14 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA==
2025/09/10 04:44:14 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA==
2025/09/10 04:44:14 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA==
2025/09/10 04:44:14 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA==
2025/09/10 04:44:14 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ=
2025/09/10 04:44:14 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA==
2025/09/10 04:44:14 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0
2025/09/10 04:44:14 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA==
2025/09/10 04:44:14 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ=
2025/09/10 04:44:14 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA==
2025/09/10 04:44:14 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA==
2025/09/10 04:44:14 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA==
2025/09/10 04:44:14 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA==
2025/09/10 04:44:14 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA==
2025/09/10 04:44:14 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA==
2025/09/10 04:44:14 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA==
2025/09/10 04:44:14 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA==
2025/09/10 04:44:14 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA==
2025/09/10 04:44:14 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA==
2025/09/10 04:44:14 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA==
2025/09/10 04:44:14 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ=
2025/09/10 04:44:14 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA==
2025/09/10 04:44:14 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0
2025/09/10 04:44:14 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA==
2025/09/10 04:44:14 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ=
2025/09/10 04:44:14 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA==
2025/09/10 04:44:14 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA==
2025/09/10 04:44:14 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA==
2025/09/10 04:44:14 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA==
2025/09/10 04:44:14 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA==
2025/09/10 04:44:14 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA==
2025/09/10 04:44:14 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA==
2025/09/10 04:44:14 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA==
2025/09/10 04:44:14 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA==
2025/09/10 04:44:14 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA==
2025/09/10 04:44:14 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA==
2025/09/10 04:44:14 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA==
2025/09/10 04:44:14 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA==
2025/09/10 04:44:14 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ=
2025/09/10 04:44:14 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA==
2025/09/10 04:44:14 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0
2025/09/10 04:44:14 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA==
2025/09/10 04:44:14 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ=
2025/09/10 04:44:14 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA==
2025/09/10 04:44:14 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA==
2025/09/10 04:44:14 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA==
2025/09/10 04:44:14 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA==
2025/09/10 04:44:14 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA==
2025/09/10 04:44:14 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ=
2025/09/10 04:44:14 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA==
2025/09/10 04:44:14 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0
2025/09/10 04:44:14 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA==
2025/09/10 04:44:14 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ=
2025/09/10 04:44:14 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA==
2025/09/10 04:44:14 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA==
2025/09/10 04:44:14 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA==
2025/09/10 04:44:14 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA==
2025/09/10 04:44:14 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA==
2025/09/10 04:44:14 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA==
2025/09/10 04:44:14 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA==
2025/09/10 04:44:14 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA==
2025/09/10 04:44:14 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA==
2025/09/10 04:44:14 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA==
2025/09/10 04:44:14 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA==
2025/09/10 04:44:14 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ=
2025/09/10 04:44:14 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA==
2025/09/10 04:44:14 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0
2025/09/10 04:44:14 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA==
2025/09/10 04:44:14 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ=
2025/09/10 04:44:14 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA==
2025/09/10 04:44:14 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA==
2025/09/10 04:44:14 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA==
2025/09/10 04:44:14 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA==
2025/09/10 04:44:14 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA==
2025/09/10 04:44:14 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA==
2025/09/10 04:44:14 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA==
2025/09/10 04:44:14 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA==
2025/09/10 04:44:14 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA==
2025/09/10 04:44:14 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA==
2025/09/10 04:44:14 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA==
2025/09/10 04:44:14 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA==
2025/09/10 04:44:14 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA==
2025/09/10 04:44:14 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA==
2025/09/10 04:44:14 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA==
2025/09/10 04:44:14 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA==
2025/09/10 04:44:14 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0
2025/09/10 04:44:14 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA==
2025/09/10 04:44:14 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0
2025/09/10 04:44:14 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ=
2025/09/10 04:44:14 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0
2025/09/10 04:44:14 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0
2025/09/10 04:44:14 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0
2025/09/10 04:44:14 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ=
2025/09/10 04:44:14 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0
2025/09/10 04:44:14 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA==
2025/09/10 04:44:14 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA==
2025/09/10 04:44:14 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA==
2025/09/10 04:44:14 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA==
2025/09/10 04:44:14 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ=
2025/09/10 04:44:14 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA==
2025/09/10 04:44:14 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0
2025/09/10 04:44:14 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA==
2025/09/10 04:44:14 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ=
2025/09/10 04:44:14 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA==
2025/09/10 04:44:14 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0
2025/09/10 04:44:14 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA==
2025/09/10 04:44:14 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA==
2025/09/10 04:44:14 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA==
2025/09/10 04:44:14 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA==
2025/09/10 04:44:14 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA==
2025/09/10 04:44:14 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA==
2025/09/10 04:44:14 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA==
2025/09/10 04:44:14 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA==
2025/09/10 04:44:14 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA==
2025/09/10 04:44:14 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA==
2025/09/10 04:44:14 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA==
2025/09/10 04:44:14 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA==
2025/09/10 04:44:14 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA==
2025/09/10 04:44:14 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA==
2025/09/10 04:44:14 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA==
2025/09/10 04:44:14 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA==
2025/09/10 04:44:14 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA==
2025/09/10 04:44:14 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA==
2025/09/10 04:44:14 DEBUG : 0015-9;=.txt: transformed to: MDAxNS05Oz0udHh0
2025/09/10 04:44:14 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA==
2025/09/10 04:44:14 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA==
2025/09/10 04:44:15 DEBUG : dir1/0000-abcdefg.txt: Need to transfer - File not found at Destination
2025/09/10 04:44:15 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA==
2025/09/10 04:44:15 DEBUG : dir1/0002-cdefghi.txt: Need to transfer - File not found at Destination
2025/09/10 04:44:15 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA==
2025/09/10 04:44:15 DEBUG : dir1/0001-bcdefgh.txt: Need to transfer - File not found at Destination
2025/09/10 04:44:15 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA==
2025/09/10 04:44:15 DEBUG : dir1/0003-defghij.txt: Need to transfer - File not found at Destination
2025/09/10 04:44:15 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA==
2025/09/10 04:44:15 DEBUG : dir1/0004-efghijk.txt: Need to transfer - File not found at Destination
2025/09/10 04:44:15 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA==
2025/09/10 04:44:15 DEBUG : dir1/0006-ghijklm.txt: Need to transfer - File not found at Destination
2025/09/10 04:44:15 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA==
2025/09/10 04:44:15 DEBUG : dir1/0005-fghijkl.txt: Need to transfer - File not found at Destination
2025/09/10 04:44:15 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA==
2025/09/10 04:44:15 DEBUG : dir1/0007-1234567.txt: Need to transfer - File not found at Destination
2025/09/10 04:44:15 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA==
2025/09/10 04:44:15 DEBUG : dir1/0008-2345678.txt: Need to transfer - File not found at Destination
2025/09/10 04:44:15 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA==
2025/09/10 04:44:15 DEBUG : dir1/0009-3456789.txt: Need to transfer - File not found at Destination
2025/09/10 04:44:15 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0
2025/09/10 04:44:15 DEBUG : dir1/0010-456789.txt: Need to transfer - File not found at Destination
2025/09/10 04:44:15 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ=
2025/09/10 04:44:15 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination
2025/09/10 04:44:15 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0
2025/09/10 04:44:15 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination
2025/09/10 04:44:15 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ=
2025/09/10 04:44:15 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination
2025/09/10 04:44:15 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA==
2025/09/10 04:44:15 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination
2025/09/10 04:44:15 DEBUG : 0015-9;=.txt: transformed to: MDAxNS05Oz0udHh0
2025/09/10 04:44:15 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination
2025/09/10 04:44:15 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu': Waiting for checks to finish
2025/09/10 04:44:15 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu': Waiting for transfers to finish
2025/09/10 04:44:16 INFO : banana: Copied (new) to: YmFuYW5h
2025/09/10 04:44:16 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA==
2025/09/10 04:44:16 INFO : splitbananasplit: Copied (new) to: c3BsaXRiYW5hbmFzcGxpdA==
2025/09/10 04:44:16 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA==
2025/09/10 04:44:16 INFO : appleappleapplebanana: Copied (new) to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h
2025/09/10 04:44:16 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA==
2025/09/10 04:44:17 INFO : apple: Copied (new) to: YXBwbGU=
2025/09/10 04:44:17 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA==
2025/09/10 04:44:19 INFO : dir1/0000-abcdefg.txt: Copied (new) to: dir1/MDAwMC1hYmNkZWZnLnR4dA==
2025/09/10 04:44:19 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA==
2025/09/10 04:44:19 INFO : dir1/0002-cdefghi.txt: Copied (new) to: dir1/MDAwMi1jZGVmZ2hpLnR4dA==
2025/09/10 04:44:19 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA==
2025/09/10 04:44:19 INFO : dir1/0003-defghij.txt: Copied (new) to: dir1/MDAwMy1kZWZnaGlqLnR4dA==
2025/09/10 04:44:19 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA==
2025/09/10 04:44:19 INFO : dir1/0001-bcdefgh.txt: Copied (new) to: dir1/MDAwMS1iY2RlZmdoLnR4dA==
2025/09/10 04:44:19 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA==
2025/09/10 04:44:21 INFO : dir1/0004-efghijk.txt: Copied (new) to: dir1/MDAwNC1lZmdoaWprLnR4dA==
2025/09/10 04:44:21 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA==
2025/09/10 04:44:21 INFO : dir1/0005-fghijkl.txt: Copied (new) to: dir1/MDAwNS1mZ2hpamtsLnR4dA==
2025/09/10 04:44:21 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA==
2025/09/10 04:44:21 INFO : dir1/0006-ghijklm.txt: Copied (new) to: dir1/MDAwNi1naGlqa2xtLnR4dA==
2025/09/10 04:44:21 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0
2025/09/10 04:44:21 INFO : dir1/0007-1234567.txt: Copied (new) to: dir1/MDAwNy0xMjM0NTY3LnR4dA==
2025/09/10 04:44:21 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ=
2025/09/10 04:44:22 INFO : dir1/0008-2345678.txt: Copied (new) to: dir1/MDAwOC0yMzQ1Njc4LnR4dA==
2025/09/10 04:44:22 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0
2025/09/10 04:44:23 INFO : dir1/0009-3456789.txt: Copied (new) to: dir1/MDAwOS0zNDU2Nzg5LnR4dA==
2025/09/10 04:44:23 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ=
2025/09/10 04:44:23 INFO : dir1/0010-456789.txt: Copied (new) to: dir1/MDAxMC00NTY3ODkudHh0
2025/09/10 04:44:23 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA==
2025/09/10 04:44:23 INFO : dir1/0012-6789;.txt: Copied (new) to: dir1/MDAxMi02Nzg5Oy50eHQ=
2025/09/10 04:44:23 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0
2025/09/10 04:44:24 INFO : dir1/0011-56789;.txt: Copied (new) to: dir1/MDAxMS01Njc4OTsudHh0
2025/09/10 04:44:25 INFO : dir1/0013-789;=.txt: Copied (new) to: dir1/MDAxMy03ODk7PS50eHQ=
2025/09/10 04:44:25 INFO : dir1/0014-89;=.txt: Copied (new) to: dir1/MDAxNC04OTs9LnR4dA==
2025/09/10 04:44:25 INFO : dir1/0015-9;=.txt: Copied (new) to: dir1/MDAxNS05Oz0udHh0
2025/09/10 04:44:25 DEBUG : Waiting for deletions to finish
2025/09/10 04:44:26 INFO : dir1/0002-cdefghi.txt: Deleted
2025/09/10 04:44:26 INFO : dir1/0003-defghij.txt: Deleted
2025/09/10 04:44:26 INFO : dir1/0007-1234567.txt: Deleted
2025/09/10 04:44:26 INFO : dir1/0009-3456789.txt: Deleted
2025/09/10 04:44:26 INFO : apple: Deleted
2025/09/10 04:44:26 INFO : dir1/0015-9;=.txt: Deleted
2025/09/10 04:44:26 INFO : dir1/0008-2345678.txt: Deleted
2025/09/10 04:44:26 INFO : appleappleapplebanana: Deleted
2025/09/10 04:44:26 INFO : splitbananasplit: Deleted
2025/09/10 04:44:26 INFO : dir1/0000-abcdefg.txt: Deleted
2025/09/10 04:44:27 INFO : dir1/0011-56789;.txt: Deleted
2025/09/10 04:44:27 INFO : banana: Deleted
2025/09/10 04:44:27 INFO : dir1/0012-6789;.txt: Deleted
2025/09/10 04:44:27 INFO : dir1/0013-789;=.txt: Deleted
2025/09/10 04:44:27 INFO : dir1/0004-efghijk.txt: Deleted
2025/09/10 04:44:27 INFO : dir1/0005-fghijkl.txt: Deleted
2025/09/10 04:44:27 INFO : dir1/0001-bcdefgh.txt: Deleted
2025/09/10 04:44:27 INFO : dir1/0006-ghijklm.txt: Deleted
2025/09/10 04:44:28 INFO : dir1/0014-89;=.txt: Deleted
2025/09/10 04:44:28 INFO : dir1/0010-456789.txt: Deleted
2025/09/10 04:44:28 DEBUG : Waiting for deletions to finish
2025/09/10 04:44:29 DEBUG : YmFuYW5h: Excluded (Path Filter)
2025/09/10 04:44:29 DEBUG : YmFuYW5h: Excluded
2025/09/10 04:44:29 DEBUG : c3BsaXRiYW5hbmFzcGxpdA==: Excluded (Path Filter)
2025/09/10 04:44:29 DEBUG : c3BsaXRiYW5hbmFzcGxpdA==: Excluded
2025/09/10 04:44:29 DEBUG : YXBwbGU=: Excluded (Path Filter)
2025/09/10 04:44:29 DEBUG : YXBwbGU=: Excluded
2025/09/10 04:44:29 DEBUG : YXBwbGVhcHBsZWFwcGxlYmFuYW5h: Excluded (Path Filter)
2025/09/10 04:44:29 DEBUG : YXBwbGVhcHBsZWFwcGxlYmFuYW5h: Excluded
2025/09/10 04:44:29 DEBUG : dir1/MDAwMC1hYmNkZWZnLnR4dA==: Excluded (Path Filter)
2025/09/10 04:44:29 DEBUG : dir1/MDAwMC1hYmNkZWZnLnR4dA==: Excluded
2025/09/10 04:44:29 DEBUG : dir1/MDAwMi1jZGVmZ2hpLnR4dA==: Excluded (Path Filter)
2025/09/10 04:44:29 DEBUG : dir1/MDAwMi1jZGVmZ2hpLnR4dA==: Excluded
2025/09/10 04:44:29 DEBUG : dir1/MDAwMS1iY2RlZmdoLnR4dA==: Excluded (Path Filter)
2025/09/10 04:44:29 DEBUG : dir1/MDAwMS1iY2RlZmdoLnR4dA==: Excluded
2025/09/10 04:44:29 DEBUG : dir1/MDAwMy1kZWZnaGlqLnR4dA==: Excluded (Path Filter)
2025/09/10 04:44:29 DEBUG : dir1/MDAwMy1kZWZnaGlqLnR4dA==: Excluded
2025/09/10 04:44:29 DEBUG : dir1/MDAwNC1lZmdoaWprLnR4dA==: Excluded (Path Filter)
2025/09/10 04:44:29 DEBUG : dir1/MDAwNC1lZmdoaWprLnR4dA==: Excluded
2025/09/10 04:44:29 DEBUG : dir1/MDAwNi1naGlqa2xtLnR4dA==: Excluded (Path Filter)
2025/09/10 04:44:29 DEBUG : dir1/MDAwNi1naGlqa2xtLnR4dA==: Excluded
2025/09/10 04:44:29 DEBUG : dir1/MDAwNS1mZ2hpamtsLnR4dA==: Excluded (Path Filter)
2025/09/10 04:44:29 DEBUG : dir1/MDAwNS1mZ2hpamtsLnR4dA==: Excluded
2025/09/10 04:44:29 DEBUG : dir1/MDAwNy0xMjM0NTY3LnR4dA==: Excluded (Path Filter)
2025/09/10 04:44:29 DEBUG : dir1/MDAwNy0xMjM0NTY3LnR4dA==: Excluded
2025/09/10 04:44:29 DEBUG : dir1/MDAwOC0yMzQ1Njc4LnR4dA==: Excluded (Path Filter)
2025/09/10 04:44:29 DEBUG : dir1/MDAwOC0yMzQ1Njc4LnR4dA==: Excluded
2025/09/10 04:44:29 DEBUG : dir1/MDAwOS0zNDU2Nzg5LnR4dA==: Excluded (Path Filter)
2025/09/10 04:44:29 DEBUG : dir1/MDAwOS0zNDU2Nzg5LnR4dA==: Excluded
2025/09/10 04:44:29 DEBUG : dir1/MDAxMC00NTY3ODkudHh0: Excluded (Path Filter)
2025/09/10 04:44:29 DEBUG : dir1/MDAxMC00NTY3ODkudHh0: Excluded
2025/09/10 04:44:29 DEBUG : dir1/MDAxMi02Nzg5Oy50eHQ=: Excluded (Path Filter)
2025/09/10 04:44:29 DEBUG : dir1/MDAxMi02Nzg5Oy50eHQ=: Excluded
2025/09/10 04:44:29 DEBUG : dir1/MDAxMS01Njc4OTsudHh0: Excluded (Path Filter)
2025/09/10 04:44:29 DEBUG : dir1/MDAxMS01Njc4OTsudHh0: Excluded
2025/09/10 04:44:29 DEBUG : dir1/MDAxMy03ODk7PS50eHQ=: Excluded (Path Filter)
2025/09/10 04:44:29 DEBUG : dir1/MDAxMy03ODk7PS50eHQ=: Excluded
2025/09/10 04:44:29 DEBUG : dir1/MDAxNC04OTs9LnR4dA==: Excluded (Path Filter)
2025/09/10 04:44:29 DEBUG : dir1/MDAxNC04OTs9LnR4dA==: Excluded
2025/09/10 04:44:29 DEBUG : dir1/MDAxNS05Oz0udHh0: Excluded (Path Filter)
2025/09/10 04:44:29 DEBUG : dir1/MDAxNS05Oz0udHh0: Excluded
2025/09/10 04:44:31 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA==
2025/09/10 04:44:31 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA==
2025/09/10 04:44:31 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA==
2025/09/10 04:44:31 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA==
2025/09/10 04:44:31 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA==
2025/09/10 04:44:31 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA==
2025/09/10 04:44:31 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA==
2025/09/10 04:44:31 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA==
2025/09/10 04:44:31 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA==
2025/09/10 04:44:31 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA==
2025/09/10 04:44:31 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA==
2025/09/10 04:44:31 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA==
2025/09/10 04:44:31 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA==
2025/09/10 04:44:31 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA==
2025/09/10 04:44:31 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA==
2025/09/10 04:44:31 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA==
2025/09/10 04:44:31 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA==
2025/09/10 04:44:31 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA==
2025/09/10 04:44:31 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0
2025/09/10 04:44:31 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA==
2025/09/10 04:44:31 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0
2025/09/10 04:44:31 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0
2025/09/10 04:44:31 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ=
2025/09/10 04:44:31 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0
2025/09/10 04:44:31 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ=
2025/09/10 04:44:31 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ=
2025/09/10 04:44:31 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA==
2025/09/10 04:44:31 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ=
2025/09/10 04:44:31 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0
2025/09/10 04:44:31 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA==
2025/09/10 04:44:31 DEBUG : apple: transformed to: YXBwbGU=
2025/09/10 04:44:31 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0
2025/09/10 04:44:31 DEBUG : apple: transformed to: YXBwbGU=
2025/09/10 04:44:31 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA==
2025/09/10 04:44:31 DEBUG : apple: transformed to: YXBwbGU=
2025/09/10 04:44:31 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ=
2025/09/10 04:44:31 DEBUG : apple: transformed to: YXBwbGU=
2025/09/10 04:44:31 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ=
2025/09/10 04:44:31 DEBUG : apple: transformed to: YXBwbGU=
2025/09/10 04:44:31 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0
2025/09/10 04:44:31 DEBUG : apple: transformed to: YXBwbGU=
2025/09/10 04:44:31 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0
2025/09/10 04:44:31 DEBUG : apple: transformed to: YXBwbGU=
2025/09/10 04:44:31 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA==
2025/09/10 04:44:31 DEBUG : apple: transformed to: YXBwbGU=
2025/09/10 04:44:31 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA==
2025/09/10 04:44:31 DEBUG : apple: transformed to: YXBwbGU=
2025/09/10 04:44:31 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA==
2025/09/10 04:44:31 DEBUG : apple: transformed to: YXBwbGU=
2025/09/10 04:44:31 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA==
2025/09/10 04:44:31 DEBUG : apple: transformed to: YXBwbGU=
2025/09/10 04:44:31 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA==
2025/09/10 04:44:31 DEBUG : apple: transformed to: YXBwbGU=
2025/09/10 04:44:31 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA==
2025/09/10 04:44:31 DEBUG : apple: transformed to: YXBwbGU=
2025/09/10 04:44:31 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA==
2025/09/10 04:44:31 DEBUG : apple: transformed to: YXBwbGU=
2025/09/10 04:44:31 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA==
2025/09/10 04:44:31 DEBUG : apple: transformed to: YXBwbGU=
2025/09/10 04:44:31 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA==
2025/09/10 04:44:31 DEBUG : apple: transformed to: YXBwbGU=
2025/09/10 04:44:31 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA==
2025/09/10 04:44:31 DEBUG : banana: transformed to: YmFuYW5h
2025/09/10 04:44:31 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0
2025/09/10 04:44:31 DEBUG : banana: transformed to: YmFuYW5h
2025/09/10 04:44:31 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA==
2025/09/10 04:44:31 DEBUG : banana: transformed to: YmFuYW5h
2025/09/10 04:44:31 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ=
2025/09/10 04:44:31 DEBUG : banana: transformed to: YmFuYW5h
2025/09/10 04:44:31 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ=
2025/09/10 04:44:31 DEBUG : banana: transformed to: YmFuYW5h
2025/09/10 04:44:31 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0
2025/09/10 04:44:31 DEBUG : banana: transformed to: YmFuYW5h
2025/09/10 04:44:31 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0
2025/09/10 04:44:31 DEBUG : banana: transformed to: YmFuYW5h
2025/09/10 04:44:31 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA==
2025/09/10 04:44:31 DEBUG : banana: transformed to: YmFuYW5h
2025/09/10 04:44:31 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA==
2025/09/10 04:44:31 DEBUG : banana: transformed to: YmFuYW5h
2025/09/10 04:44:31 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA==
2025/09/10 04:44:31 DEBUG : banana: transformed to: YmFuYW5h
2025/09/10 04:44:31 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA==
2025/09/10 04:44:31 DEBUG : banana: transformed to: YmFuYW5h
2025/09/10 04:44:31 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA==
2025/09/10 04:44:31 DEBUG : banana: transformed to: YmFuYW5h
2025/09/10 04:44:31 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA==
2025/09/10 04:44:31 DEBUG : banana: transformed to: YmFuYW5h
2025/09/10 04:44:31 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA==
2025/09/10 04:44:31 DEBUG : banana: transformed to: YmFuYW5h
2025/09/10 04:44:31 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA==
2025/09/10 04:44:31 DEBUG : banana: transformed to: YmFuYW5h
2025/09/10 04:44:31 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA==
2025/09/10 04:44:31 DEBUG : banana: transformed to: YmFuYW5h
2025/09/10 04:44:31 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA==
2025/09/10 04:44:31 DEBUG : banana: transformed to: YmFuYW5h
2025/09/10 04:44:31 DEBUG : apple: transformed to: YXBwbGU=
2025/09/10 04:44:31 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h
2025/09/10 04:44:31 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0
2025/09/10 04:44:31 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h
2025/09/10 04:44:31 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA==
2025/09/10 04:44:31 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h
2025/09/10 04:44:31 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ=
2025/09/10 04:44:31 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h
2025/09/10 04:44:31 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ=
2025/09/10 04:44:31 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h
2025/09/10 04:44:31 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0
2025/09/10 04:44:31 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h
2025/09/10 04:44:31 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0
2025/09/10 04:44:31 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h
2025/09/10 04:44:31 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA==
2025/09/10 04:44:31 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h
2025/09/10 04:44:31 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA==
2025/09/10 04:44:31 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h
2025/09/10 04:44:31 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA==
2025/09/10 04:44:31 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h
2025/09/10 04:44:31 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA==
2025/09/10 04:44:31 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h
2025/09/10 04:44:31 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA==
2025/09/10 04:44:31 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h
2025/09/10 04:44:31 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA==
2025/09/10 04:44:31 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h
2025/09/10 04:44:31 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA==
2025/09/10 04:44:31 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h
2025/09/10 04:44:31 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA==
2025/09/10 04:44:31 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h
2025/09/10 04:44:31 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA==
2025/09/10 04:44:31 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h
2025/09/10 04:44:31 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA==
2025/09/10 04:44:31 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h
2025/09/10 04:44:31 DEBUG : banana: transformed to: YmFuYW5h
2025/09/10 04:44:31 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h
2025/09/10 04:44:31 DEBUG : apple: transformed to: YXBwbGU=
2025/09/10 04:44:31 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA==
2025/09/10 04:44:31 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0
2025/09/10 04:44:31 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA==
2025/09/10 04:44:31 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA==
2025/09/10 04:44:31 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA==
2025/09/10 04:44:31 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ=
2025/09/10 04:44:31 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA==
2025/09/10 04:44:31 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ=
2025/09/10 04:44:31 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA==
2025/09/10 04:44:31 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0
2025/09/10 04:44:31 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA==
2025/09/10 04:44:31 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0
2025/09/10 04:44:31 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA==
2025/09/10 04:44:31 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA==
2025/09/10 04:44:31 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA==
2025/09/10 04:44:31 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA==
2025/09/10 04:44:31 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA==
2025/09/10 04:44:31 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA==
2025/09/10 04:44:31 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA==
2025/09/10 04:44:31 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA==
2025/09/10 04:44:31 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA==
2025/09/10 04:44:31 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA==
2025/09/10 04:44:31 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA==
2025/09/10 04:44:31 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA==
2025/09/10 04:44:31 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA==
2025/09/10 04:44:31 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA==
2025/09/10 04:44:31 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA==
2025/09/10 04:44:31 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA==
2025/09/10 04:44:31 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA==
2025/09/10 04:44:31 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA==
2025/09/10 04:44:31 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA==
2025/09/10 04:44:31 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA==
2025/09/10 04:44:31 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA==
2025/09/10 04:44:31 DEBUG : banana: transformed to: YmFuYW5h
2025/09/10 04:44:31 DEBUG : apple: transformed to: YXBwbGU=
2025/09/10 04:44:31 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h
2025/09/10 04:44:31 DEBUG : banana: transformed to: YmFuYW5h
2025/09/10 04:44:31 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA==
2025/09/10 04:44:31 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA==
2025/09/10 04:44:31 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA==
2025/09/10 04:44:31 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA==
2025/09/10 04:44:31 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA==
2025/09/10 04:44:31 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA==
2025/09/10 04:44:31 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA==
2025/09/10 04:44:31 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA==
2025/09/10 04:44:31 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA==
2025/09/10 04:44:31 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA==
2025/09/10 04:44:31 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA==
2025/09/10 04:44:31 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0
2025/09/10 04:44:31 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0
2025/09/10 04:44:31 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ=
2025/09/10 04:44:31 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ=
2025/09/10 04:44:31 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA==
2025/09/10 04:44:31 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0
2025/09/10 04:44:31 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA==
2025/09/10 04:44:31 DEBUG : apple: transformed to: YXBwbGU=
2025/09/10 04:44:31 DEBUG : banana: transformed to: YmFuYW5h
2025/09/10 04:44:31 DEBUG : apple: transformed to: YXBwbGU=
2025/09/10 04:44:31 DEBUG : banana: transformed to: YmFuYW5h
2025/09/10 04:44:31 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA==
2025/09/10 04:44:31 DEBUG : apple: transformed to: YXBwbGU=
2025/09/10 04:44:31 DEBUG : banana: transformed to: YmFuYW5h
2025/09/10 04:44:31 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA==
2025/09/10 04:44:31 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h
2025/09/10 04:44:31 DEBUG : apple: transformed to: YXBwbGU=
2025/09/10 04:44:31 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA==
2025/09/10 04:44:32 DEBUG : banana: transformed to: YmFuYW5h
2025/09/10 04:44:32 DEBUG : apple: transformed to: YXBwbGU=
2025/09/10 04:44:32 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h
2025/09/10 04:44:32 DEBUG : splitbananasplit: Sizes identical
2025/09/10 04:44:32 DEBUG : splitbananasplit: Unchanged skipping
2025/09/10 04:44:32 DEBUG : banana: Sizes identical
2025/09/10 04:44:32 DEBUG : banana: Unchanged skipping
2025/09/10 04:44:32 DEBUG : apple: Sizes identical
2025/09/10 04:44:32 DEBUG : apple: Unchanged skipping
2025/09/10 04:44:32 DEBUG : appleappleapplebanana: Sizes identical
2025/09/10 04:44:32 DEBUG : appleappleapplebanana: Unchanged skipping
2025/09/10 04:44:32 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0
2025/09/10 04:44:32 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA==
2025/09/10 04:44:32 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA==
2025/09/10 04:44:32 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA==
2025/09/10 04:44:32 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA==
2025/09/10 04:44:32 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0
2025/09/10 04:44:32 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ=
2025/09/10 04:44:32 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA==
2025/09/10 04:44:32 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ=
2025/09/10 04:44:32 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0
2025/09/10 04:44:32 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ=
2025/09/10 04:44:32 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA==
2025/09/10 04:44:32 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA==
2025/09/10 04:44:32 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA==
2025/09/10 04:44:32 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA==
2025/09/10 04:44:32 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0
2025/09/10 04:44:32 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA==
2025/09/10 04:44:32 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ=
2025/09/10 04:44:32 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA==
2025/09/10 04:44:32 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA==
2025/09/10 04:44:32 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA==
2025/09/10 04:44:32 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA==
2025/09/10 04:44:32 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA==
2025/09/10 04:44:32 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0
2025/09/10 04:44:32 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA==
2025/09/10 04:44:32 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ=
2025/09/10 04:44:32 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA==
2025/09/10 04:44:32 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA==
2025/09/10 04:44:32 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ=
2025/09/10 04:44:32 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA==
2025/09/10 04:44:32 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ=
2025/09/10 04:44:32 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0
2025/09/10 04:44:32 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA==
2025/09/10 04:44:32 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA==
2025/09/10 04:44:32 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA==
2025/09/10 04:44:32 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ=
2025/09/10 04:44:32 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA==
2025/09/10 04:44:32 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0
2025/09/10 04:44:32 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA==
2025/09/10 04:44:32 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ=
2025/09/10 04:44:32 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA==
2025/09/10 04:44:32 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA==
2025/09/10 04:44:32 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA==
2025/09/10 04:44:32 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA==
2025/09/10 04:44:32 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA==
2025/09/10 04:44:32 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA==
2025/09/10 04:44:32 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA==
2025/09/10 04:44:32 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA==
2025/09/10 04:44:32 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA==
2025/09/10 04:44:32 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ=
2025/09/10 04:44:32 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA==
2025/09/10 04:44:32 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0
2025/09/10 04:44:32 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA==
2025/09/10 04:44:32 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ=
2025/09/10 04:44:32 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA==
2025/09/10 04:44:32 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA==
2025/09/10 04:44:32 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA==
2025/09/10 04:44:32 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA==
2025/09/10 04:44:32 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA==
2025/09/10 04:44:32 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA==
2025/09/10 04:44:32 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA==
2025/09/10 04:44:32 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA==
2025/09/10 04:44:32 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA==
2025/09/10 04:44:32 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA==
2025/09/10 04:44:32 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA==
2025/09/10 04:44:32 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ=
2025/09/10 04:44:32 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA==
2025/09/10 04:44:32 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0
2025/09/10 04:44:32 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA==
2025/09/10 04:44:32 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ=
2025/09/10 04:44:32 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA==
2025/09/10 04:44:32 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA==
2025/09/10 04:44:32 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA==
2025/09/10 04:44:32 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA==
2025/09/10 04:44:32 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA==
2025/09/10 04:44:32 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA==
2025/09/10 04:44:32 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA==
2025/09/10 04:44:32 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA==
2025/09/10 04:44:32 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA==
2025/09/10 04:44:32 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA==
2025/09/10 04:44:32 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA==
2025/09/10 04:44:32 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA==
2025/09/10 04:44:32 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA==
2025/09/10 04:44:32 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ=
2025/09/10 04:44:32 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA==
2025/09/10 04:44:32 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0
2025/09/10 04:44:32 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA==
2025/09/10 04:44:32 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ=
2025/09/10 04:44:32 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA==
2025/09/10 04:44:32 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA==
2025/09/10 04:44:32 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA==
2025/09/10 04:44:32 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA==
2025/09/10 04:44:32 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA==
2025/09/10 04:44:32 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ=
2025/09/10 04:44:32 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA==
2025/09/10 04:44:32 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0
2025/09/10 04:44:32 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA==
2025/09/10 04:44:32 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ=
2025/09/10 04:44:32 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA==
2025/09/10 04:44:32 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA==
2025/09/10 04:44:32 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA==
2025/09/10 04:44:32 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA==
2025/09/10 04:44:32 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA==
2025/09/10 04:44:32 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA==
2025/09/10 04:44:32 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA==
2025/09/10 04:44:32 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA==
2025/09/10 04:44:32 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA==
2025/09/10 04:44:32 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA==
2025/09/10 04:44:32 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA==
2025/09/10 04:44:32 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ=
2025/09/10 04:44:32 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA==
2025/09/10 04:44:32 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0
2025/09/10 04:44:32 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA==
2025/09/10 04:44:32 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ=
2025/09/10 04:44:32 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA==
2025/09/10 04:44:32 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA==
2025/09/10 04:44:32 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA==
2025/09/10 04:44:32 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA==
2025/09/10 04:44:32 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA==
2025/09/10 04:44:32 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA==
2025/09/10 04:44:32 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA==
2025/09/10 04:44:32 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA==
2025/09/10 04:44:32 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA==
2025/09/10 04:44:32 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA==
2025/09/10 04:44:32 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA==
2025/09/10 04:44:32 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA==
2025/09/10 04:44:32 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA==
2025/09/10 04:44:32 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA==
2025/09/10 04:44:32 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA==
2025/09/10 04:44:32 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA==
2025/09/10 04:44:32 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0
2025/09/10 04:44:32 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA==
2025/09/10 04:44:32 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0
2025/09/10 04:44:32 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ=
2025/09/10 04:44:32 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0
2025/09/10 04:44:32 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0
2025/09/10 04:44:32 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0
2025/09/10 04:44:32 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ=
2025/09/10 04:44:32 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0
2025/09/10 04:44:32 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA==
2025/09/10 04:44:32 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA==
2025/09/10 04:44:32 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA==
2025/09/10 04:44:32 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA==
2025/09/10 04:44:32 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ=
2025/09/10 04:44:32 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA==
2025/09/10 04:44:32 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0
2025/09/10 04:44:32 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA==
2025/09/10 04:44:32 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ=
2025/09/10 04:44:32 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA==
2025/09/10 04:44:32 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0
2025/09/10 04:44:32 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA==
2025/09/10 04:44:32 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA==
2025/09/10 04:44:32 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA==
2025/09/10 04:44:32 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA==
2025/09/10 04:44:32 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA==
2025/09/10 04:44:32 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA==
2025/09/10 04:44:32 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA==
2025/09/10 04:44:32 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA==
2025/09/10 04:44:32 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA==
2025/09/10 04:44:32 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA==
2025/09/10 04:44:32 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA==
2025/09/10 04:44:32 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA==
2025/09/10 04:44:32 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA==
2025/09/10 04:44:32 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA==
2025/09/10 04:44:32 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA==
2025/09/10 04:44:32 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA==
2025/09/10 04:44:32 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA==
2025/09/10 04:44:32 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA==
2025/09/10 04:44:32 DEBUG : 0015-9;=.txt: transformed to: MDAxNS05Oz0udHh0
2025/09/10 04:44:32 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA==
2025/09/10 04:44:32 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA==
2025/09/10 04:44:32 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA==
2025/09/10 04:44:32 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA==
2025/09/10 04:44:32 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA==
2025/09/10 04:44:32 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA==
2025/09/10 04:44:32 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA==
2025/09/10 04:44:32 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA==
2025/09/10 04:44:32 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA==
2025/09/10 04:44:32 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA==
2025/09/10 04:44:32 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA==
2025/09/10 04:44:32 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0
2025/09/10 04:44:32 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ=
2025/09/10 04:44:32 DEBUG : dir1/0000-abcdefg.txt: Sizes identical
2025/09/10 04:44:32 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping
2025/09/10 04:44:32 DEBUG : dir1/0002-cdefghi.txt: Sizes identical
2025/09/10 04:44:32 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping
2025/09/10 04:44:32 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0
2025/09/10 04:44:32 DEBUG : dir1/0004-efghijk.txt: Sizes identical
2025/09/10 04:44:32 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ=
2025/09/10 04:44:32 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping
2025/09/10 04:44:32 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA==
2025/09/10 04:44:32 DEBUG : dir1/0005-fghijkl.txt: Sizes identical
2025/09/10 04:44:32 DEBUG : 0015-9;=.txt: transformed to: MDAxNS05Oz0udHh0
2025/09/10 04:44:32 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping
2025/09/10 04:44:32 DEBUG : dir1/0007-1234567.txt: Sizes identical
2025/09/10 04:44:32 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu': Waiting for checks to finish
2025/09/10 04:44:32 DEBUG : dir1/0010-456789.txt: Sizes identical
2025/09/10 04:44:32 DEBUG : dir1/0012-6789;.txt: Sizes identical
2025/09/10 04:44:32 DEBUG : dir1/0010-456789.txt: Unchanged skipping
2025/09/10 04:44:32 DEBUG : dir1/0012-6789;.txt: Unchanged skipping
2025/09/10 04:44:32 DEBUG : dir1/0003-defghij.txt: Sizes identical
2025/09/10 04:44:32 DEBUG : dir1/0003-defghij.txt: Unchanged skipping
2025/09/10 04:44:32 DEBUG : dir1/0011-56789;.txt: Sizes identical
2025/09/10 04:44:32 DEBUG : dir1/0011-56789;.txt: Unchanged skipping
2025/09/10 04:44:32 DEBUG : dir1/0008-2345678.txt: Sizes identical
2025/09/10 04:44:32 DEBUG : dir1/0013-789;=.txt: Sizes identical
2025/09/10 04:44:32 DEBUG : dir1/0013-789;=.txt: Unchanged skipping
2025/09/10 04:44:32 DEBUG : dir1/0008-2345678.txt: Unchanged skipping
2025/09/10 04:44:32 DEBUG : dir1/0001-bcdefgh.txt: Sizes identical
2025/09/10 04:44:32 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping
2025/09/10 04:44:32 DEBUG : dir1/0009-3456789.txt: Sizes identical
2025/09/10 04:44:32 DEBUG : dir1/0009-3456789.txt: Unchanged skipping
2025/09/10 04:44:32 DEBUG : dir1/0014-89;=.txt: Sizes identical
2025/09/10 04:44:32 DEBUG : dir1/0015-9;=.txt: Sizes identical
2025/09/10 04:44:32 DEBUG : dir1/0015-9;=.txt: Unchanged skipping
2025/09/10 04:44:32 DEBUG : dir1/0014-89;=.txt: Unchanged skipping
2025/09/10 04:44:32 DEBUG : dir1/0007-1234567.txt: Unchanged skipping
2025/09/10 04:44:32 DEBUG : dir1/0006-ghijklm.txt: Sizes identical
2025/09/10 04:44:32 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping
2025/09/10 04:44:32 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu': Waiting for transfers to finish
2025/09/10 04:44:32 DEBUG : Waiting for deletions to finish
2025/09/10 04:44:32 DEBUG : Waiting for deletions to finish
2025/09/10 04:44:33 DEBUG : YmFuYW5h: Excluded (Path Filter)
2025/09/10 04:44:33 DEBUG : YmFuYW5h: Excluded
2025/09/10 04:44:33 DEBUG : c3BsaXRiYW5hbmFzcGxpdA==: Excluded (Path Filter)
2025/09/10 04:44:33 DEBUG : c3BsaXRiYW5hbmFzcGxpdA==: Excluded
2025/09/10 04:44:33 DEBUG : YXBwbGU=: Excluded (Path Filter)
2025/09/10 04:44:33 DEBUG : YXBwbGU=: Excluded
2025/09/10 04:44:33 DEBUG : YXBwbGVhcHBsZWFwcGxlYmFuYW5h: Excluded (Path Filter)
2025/09/10 04:44:33 DEBUG : YXBwbGVhcHBsZWFwcGxlYmFuYW5h: Excluded
2025/09/10 04:44:34 DEBUG : dir1/MDAwMC1hYmNkZWZnLnR4dA==: Excluded (Path Filter)
2025/09/10 04:44:34 DEBUG : dir1/MDAwMC1hYmNkZWZnLnR4dA==: Excluded
2025/09/10 04:44:34 DEBUG : dir1/MDAwMi1jZGVmZ2hpLnR4dA==: Excluded (Path Filter)
2025/09/10 04:44:34 DEBUG : dir1/MDAwMi1jZGVmZ2hpLnR4dA==: Excluded
2025/09/10 04:44:34 DEBUG : dir1/MDAwMS1iY2RlZmdoLnR4dA==: Excluded (Path Filter)
2025/09/10 04:44:34 DEBUG : dir1/MDAwMS1iY2RlZmdoLnR4dA==: Excluded
2025/09/10 04:44:34 DEBUG : dir1/MDAwMy1kZWZnaGlqLnR4dA==: Excluded (Path Filter)
2025/09/10 04:44:34 DEBUG : dir1/MDAwMy1kZWZnaGlqLnR4dA==: Excluded
2025/09/10 04:44:34 DEBUG : dir1/MDAwNC1lZmdoaWprLnR4dA==: Excluded (Path Filter)
2025/09/10 04:44:34 DEBUG : dir1/MDAwNC1lZmdoaWprLnR4dA==: Excluded
2025/09/10 04:44:34 DEBUG : dir1/MDAwNi1naGlqa2xtLnR4dA==: Excluded (Path Filter)
2025/09/10 04:44:34 DEBUG : dir1/MDAwNi1naGlqa2xtLnR4dA==: Excluded
2025/09/10 04:44:34 DEBUG : dir1/MDAwNS1mZ2hpamtsLnR4dA==: Excluded (Path Filter)
2025/09/10 04:44:34 DEBUG : dir1/MDAwNS1mZ2hpamtsLnR4dA==: Excluded
2025/09/10 04:44:34 DEBUG : dir1/MDAwNy0xMjM0NTY3LnR4dA==: Excluded (Path Filter)
2025/09/10 04:44:34 DEBUG : dir1/MDAwNy0xMjM0NTY3LnR4dA==: Excluded
2025/09/10 04:44:34 DEBUG : dir1/MDAwOC0yMzQ1Njc4LnR4dA==: Excluded (Path Filter)
2025/09/10 04:44:34 DEBUG : dir1/MDAwOC0yMzQ1Njc4LnR4dA==: Excluded
2025/09/10 04:44:34 DEBUG : dir1/MDAwOS0zNDU2Nzg5LnR4dA==: Excluded (Path Filter)
2025/09/10 04:44:34 DEBUG : dir1/MDAwOS0zNDU2Nzg5LnR4dA==: Excluded
2025/09/10 04:44:34 DEBUG : dir1/MDAxMC00NTY3ODkudHh0: Excluded (Path Filter)
2025/09/10 04:44:34 DEBUG : dir1/MDAxMC00NTY3ODkudHh0: Excluded
2025/09/10 04:44:34 DEBUG : dir1/MDAxMi02Nzg5Oy50eHQ=: Excluded (Path Filter)
2025/09/10 04:44:34 DEBUG : dir1/MDAxMi02Nzg5Oy50eHQ=: Excluded
2025/09/10 04:44:34 DEBUG : dir1/MDAxMS01Njc4OTsudHh0: Excluded (Path Filter)
2025/09/10 04:44:34 DEBUG : dir1/MDAxMS01Njc4OTsudHh0: Excluded
2025/09/10 04:44:34 DEBUG : dir1/MDAxMy03ODk7PS50eHQ=: Excluded (Path Filter)
2025/09/10 04:44:34 DEBUG : dir1/MDAxMy03ODk7PS50eHQ=: Excluded
2025/09/10 04:44:34 DEBUG : dir1/MDAxNC04OTs9LnR4dA==: Excluded (Path Filter)
2025/09/10 04:44:34 DEBUG : dir1/MDAxNC04OTs9LnR4dA==: Excluded
2025/09/10 04:44:34 DEBUG : dir1/MDAxNS05Oz0udHh0: Excluded (Path Filter)
2025/09/10 04:44:34 DEBUG : dir1/MDAxNS05Oz0udHh0: Excluded
2025/09/10 04:44:35 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h
2025/09/10 04:44:35 DEBUG : apple: transformed to: YXBwbGU=
2025/09/10 04:44:35 DEBUG : banana: transformed to: YmFuYW5h
2025/09/10 04:44:35 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h
2025/09/10 04:44:35 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA==
2025/09/10 04:44:35 DEBUG : banana: transformed to: YmFuYW5h
2025/09/10 04:44:35 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA==
2025/09/10 04:44:35 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA==
2025/09/10 04:44:35 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA==
2025/09/10 04:44:35 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA==
2025/09/10 04:44:35 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA==
2025/09/10 04:44:35 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA==
2025/09/10 04:44:35 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA==
2025/09/10 04:44:35 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA==
2025/09/10 04:44:35 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA==
2025/09/10 04:44:35 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA==
2025/09/10 04:44:35 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA==
2025/09/10 04:44:35 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA==
2025/09/10 04:44:35 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA==
2025/09/10 04:44:35 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA==
2025/09/10 04:44:35 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA==
2025/09/10 04:44:35 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA==
2025/09/10 04:44:35 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA==
2025/09/10 04:44:35 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA==
2025/09/10 04:44:35 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA==
2025/09/10 04:44:35 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA==
2025/09/10 04:44:35 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0
2025/09/10 04:44:35 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA==
2025/09/10 04:44:35 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0
2025/09/10 04:44:35 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0
2025/09/10 04:44:35 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ=
2025/09/10 04:44:35 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0
2025/09/10 04:44:35 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ=
2025/09/10 04:44:35 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ=
2025/09/10 04:44:35 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA==
2025/09/10 04:44:35 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ=
2025/09/10 04:44:35 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0
2025/09/10 04:44:35 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA==
2025/09/10 04:44:35 DEBUG : apple: transformed to: YXBwbGU=
2025/09/10 04:44:35 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h
2025/09/10 04:44:35 DEBUG : banana: transformed to: YmFuYW5h
2025/09/10 04:44:35 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA==
2025/09/10 04:44:35 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA==
2025/09/10 04:44:35 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA==
2025/09/10 04:44:35 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA==
2025/09/10 04:44:35 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA==
2025/09/10 04:44:35 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA==
2025/09/10 04:44:35 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA==
2025/09/10 04:44:35 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA==
2025/09/10 04:44:35 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA==
2025/09/10 04:44:35 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA==
2025/09/10 04:44:35 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA==
2025/09/10 04:44:35 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0
2025/09/10 04:44:35 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0
2025/09/10 04:44:35 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ=
2025/09/10 04:44:35 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ=
2025/09/10 04:44:35 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA==
2025/09/10 04:44:35 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0
=== RUN TestTransform/prefix
run.go:180: Remote "sugarsync root 'Test/rclone-test-qigorur2lunu'", Local "Local file system at /tmp/rclone3963953809", Modify Window "876000h0m0s"
2025/09/10 04:45:49 DEBUG : Waiting for deletions to finish
2025/09/10 04:45:50 DEBUG : apple: Excluded (Path Filter)
2025/09/10 04:45:50 DEBUG : apple: Excluded
2025/09/10 04:45:50 DEBUG : banana: Excluded (Path Filter)
2025/09/10 04:45:50 DEBUG : banana: Excluded
2025/09/10 04:45:50 DEBUG : appleappleapplebanana: Excluded (Path Filter)
2025/09/10 04:45:50 DEBUG : appleappleapplebanana: Excluded
2025/09/10 04:45:50 DEBUG : splitbananasplit: Excluded (Path Filter)
2025/09/10 04:45:50 DEBUG : splitbananasplit: Excluded
2025/09/10 04:45:51 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter)
2025/09/10 04:45:51 DEBUG : dir1/0000-abcdefg.txt: Excluded
2025/09/10 04:45:51 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter)
2025/09/10 04:45:51 DEBUG : dir1/0001-bcdefgh.txt: Excluded
2025/09/10 04:45:51 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter)
2025/09/10 04:45:51 DEBUG : dir1/0002-cdefghi.txt: Excluded
2025/09/10 04:45:51 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter)
2025/09/10 04:45:51 DEBUG : dir1/0003-defghij.txt: Excluded
2025/09/10 04:45:51 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter)
2025/09/10 04:45:51 DEBUG : dir1/0004-efghijk.txt: Excluded
2025/09/10 04:45:51 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter)
2025/09/10 04:45:51 DEBUG : dir1/0005-fghijkl.txt: Excluded
2025/09/10 04:45:51 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter)
2025/09/10 04:45:51 DEBUG : dir1/0006-ghijklm.txt: Excluded
2025/09/10 04:45:51 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter)
2025/09/10 04:45:51 DEBUG : dir1/0007-1234567.txt: Excluded
2025/09/10 04:45:51 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter)
2025/09/10 04:45:51 DEBUG : dir1/0008-2345678.txt: Excluded
2025/09/10 04:45:51 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter)
2025/09/10 04:45:51 DEBUG : dir1/0009-3456789.txt: Excluded
2025/09/10 04:45:51 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter)
2025/09/10 04:45:51 DEBUG : dir1/0010-456789.txt: Excluded
2025/09/10 04:45:51 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter)
2025/09/10 04:45:51 DEBUG : dir1/0011-56789;.txt: Excluded
2025/09/10 04:45:51 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter)
2025/09/10 04:45:51 DEBUG : dir1/0012-6789;.txt: Excluded
2025/09/10 04:45:51 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter)
2025/09/10 04:45:51 DEBUG : dir1/0013-789;=.txt: Excluded
2025/09/10 04:45:51 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter)
2025/09/10 04:45:51 DEBUG : dir1/0014-89;=.txt: Excluded
2025/09/10 04:45:51 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter)
2025/09/10 04:45:51 DEBUG : dir1/0015-9;=.txt: Excluded
2025/09/10 04:45:53 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit
2025/09/10 04:45:53 DEBUG : apple: transformed to: PREFIXapple
2025/09/10 04:45:53 DEBUG : banana: transformed to: PREFIXbanana
2025/09/10 04:45:53 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit
2025/09/10 04:45:53 DEBUG : banana: transformed to: PREFIXbanana
2025/09/10 04:45:53 DEBUG : apple: transformed to: PREFIXapple
2025/09/10 04:45:53 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit
2025/09/10 04:45:53 DEBUG : banana: transformed to: PREFIXbanana
2025/09/10 04:45:53 DEBUG : apple: transformed to: PREFIXapple
2025/09/10 04:45:53 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana
2025/09/10 04:45:53 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit
2025/09/10 04:45:53 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana
2025/09/10 04:45:53 DEBUG : banana: transformed to: PREFIXbanana
2025/09/10 04:45:53 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana
2025/09/10 04:45:53 DEBUG : apple: transformed to: PREFIXapple
2025/09/10 04:45:53 DEBUG : apple: transformed to: PREFIXapple
2025/09/10 04:45:53 DEBUG : apple: Need to transfer - File not found at Destination
2025/09/10 04:45:53 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana
2025/09/10 04:45:53 DEBUG : appleappleapplebanana: Need to transfer - File not found at Destination
2025/09/10 04:45:53 DEBUG : banana: transformed to: PREFIXbanana
2025/09/10 04:45:53 DEBUG : banana: Need to transfer - File not found at Destination
2025/09/10 04:45:53 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit
2025/09/10 04:45:53 DEBUG : splitbananasplit: Need to transfer - File not found at Destination
2025/09/10 04:45:53 DEBUG : apple: transformed to: PREFIXapple
2025/09/10 04:45:53 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana
2025/09/10 04:45:53 DEBUG : banana: transformed to: PREFIXbanana
2025/09/10 04:45:53 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt
2025/09/10 04:45:53 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt
2025/09/10 04:45:53 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt
2025/09/10 04:45:53 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt
2025/09/10 04:45:53 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt
2025/09/10 04:45:53 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt
2025/09/10 04:45:53 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt
2025/09/10 04:45:53 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt
2025/09/10 04:45:53 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt
2025/09/10 04:45:53 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt
2025/09/10 04:45:53 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt
2025/09/10 04:45:53 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt
2025/09/10 04:45:53 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt
2025/09/10 04:45:53 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt
2025/09/10 04:45:53 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt
2025/09/10 04:45:53 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit
2025/09/10 04:45:53 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt
2025/09/10 04:45:53 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt
2025/09/10 04:45:53 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt
2025/09/10 04:45:53 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt
2025/09/10 04:45:53 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt
2025/09/10 04:45:53 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt
2025/09/10 04:45:53 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt
2025/09/10 04:45:53 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt
2025/09/10 04:45:53 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt
2025/09/10 04:45:53 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt
2025/09/10 04:45:53 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt
2025/09/10 04:45:53 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt
2025/09/10 04:45:53 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt
2025/09/10 04:45:53 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt
2025/09/10 04:45:53 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt
2025/09/10 04:45:53 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt
2025/09/10 04:45:53 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt
2025/09/10 04:45:53 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt
2025/09/10 04:45:53 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt
2025/09/10 04:45:53 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt
2025/09/10 04:45:53 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt
2025/09/10 04:45:53 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt
2025/09/10 04:45:53 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt
2025/09/10 04:45:53 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt
2025/09/10 04:45:53 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt
2025/09/10 04:45:53 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt
2025/09/10 04:45:53 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt
2025/09/10 04:45:53 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt
2025/09/10 04:45:53 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt
2025/09/10 04:45:53 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt
2025/09/10 04:45:53 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt
2025/09/10 04:45:53 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt
2025/09/10 04:45:53 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt
2025/09/10 04:45:53 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt
2025/09/10 04:45:53 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt
2025/09/10 04:45:53 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt
2025/09/10 04:45:53 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt
2025/09/10 04:45:53 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt
2025/09/10 04:45:53 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt
2025/09/10 04:45:53 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt
2025/09/10 04:45:53 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt
2025/09/10 04:45:53 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt
2025/09/10 04:45:53 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt
2025/09/10 04:45:53 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt
2025/09/10 04:45:53 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt
2025/09/10 04:45:53 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt
2025/09/10 04:45:53 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt
2025/09/10 04:45:53 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt
2025/09/10 04:45:53 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt
2025/09/10 04:45:53 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt
2025/09/10 04:45:53 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt
2025/09/10 04:45:53 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt
2025/09/10 04:45:53 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt
2025/09/10 04:45:53 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt
2025/09/10 04:45:53 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt
2025/09/10 04:45:53 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt
2025/09/10 04:45:53 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt
2025/09/10 04:45:53 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt
2025/09/10 04:45:53 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt
2025/09/10 04:45:53 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt
2025/09/10 04:45:53 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt
2025/09/10 04:45:53 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt
2025/09/10 04:45:53 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt
2025/09/10 04:45:53 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt
2025/09/10 04:45:53 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt
2025/09/10 04:45:53 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt
2025/09/10 04:45:53 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt
2025/09/10 04:45:53 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt
2025/09/10 04:45:53 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt
2025/09/10 04:45:53 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt
2025/09/10 04:45:53 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt
2025/09/10 04:45:53 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt
2025/09/10 04:45:53 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt
2025/09/10 04:45:53 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt
2025/09/10 04:45:53 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt
2025/09/10 04:45:53 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt
2025/09/10 04:45:53 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt
2025/09/10 04:45:53 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt
2025/09/10 04:45:53 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt
2025/09/10 04:45:53 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt
2025/09/10 04:45:53 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt
2025/09/10 04:45:53 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt
2025/09/10 04:45:53 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt
2025/09/10 04:45:53 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt
2025/09/10 04:45:53 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt
2025/09/10 04:45:53 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt
2025/09/10 04:45:53 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt
2025/09/10 04:45:53 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt
2025/09/10 04:45:53 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt
2025/09/10 04:45:53 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt
2025/09/10 04:45:53 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt
2025/09/10 04:45:53 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt
2025/09/10 04:45:53 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt
2025/09/10 04:45:53 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt
2025/09/10 04:45:53 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt
2025/09/10 04:45:53 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt
2025/09/10 04:45:53 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt
2025/09/10 04:45:53 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt
2025/09/10 04:45:53 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt
2025/09/10 04:45:53 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt
2025/09/10 04:45:53 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt
2025/09/10 04:45:53 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt
2025/09/10 04:45:53 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt
2025/09/10 04:45:53 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt
2025/09/10 04:45:53 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt
2025/09/10 04:45:53 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt
2025/09/10 04:45:53 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt
2025/09/10 04:45:53 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt
2025/09/10 04:45:53 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt
2025/09/10 04:45:53 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt
2025/09/10 04:45:53 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt
2025/09/10 04:45:53 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt
2025/09/10 04:45:53 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt
2025/09/10 04:45:53 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt
2025/09/10 04:45:53 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt
2025/09/10 04:45:53 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt
2025/09/10 04:45:53 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt
2025/09/10 04:45:53 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt
2025/09/10 04:45:53 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt
2025/09/10 04:45:53 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt
2025/09/10 04:45:53 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt
2025/09/10 04:45:53 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt
2025/09/10 04:45:53 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt
2025/09/10 04:45:53 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt
2025/09/10 04:45:53 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt
2025/09/10 04:45:53 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt
2025/09/10 04:45:53 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt
2025/09/10 04:45:53 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt
2025/09/10 04:45:53 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt
2025/09/10 04:45:53 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt
2025/09/10 04:45:53 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt
2025/09/10 04:45:53 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt
2025/09/10 04:45:53 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt
2025/09/10 04:45:53 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt
2025/09/10 04:45:53 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt
2025/09/10 04:45:53 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt
2025/09/10 04:45:53 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt
2025/09/10 04:45:53 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt
2025/09/10 04:45:53 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt
2025/09/10 04:45:53 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt
2025/09/10 04:45:53 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt
2025/09/10 04:45:53 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt
2025/09/10 04:45:53 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt
2025/09/10 04:45:53 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt
2025/09/10 04:45:53 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt
2025/09/10 04:45:53 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt
2025/09/10 04:45:53 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt
2025/09/10 04:45:53 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt
2025/09/10 04:45:53 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt
2025/09/10 04:45:53 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt
2025/09/10 04:45:53 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt
2025/09/10 04:45:53 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt
2025/09/10 04:45:53 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt
2025/09/10 04:45:53 DEBUG : 0015-9;=.txt: transformed to: PREFIX0015-9;=.txt
2025/09/10 04:45:53 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt
2025/09/10 04:45:53 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt
2025/09/10 04:45:54 DEBUG : dir1/0000-abcdefg.txt: Need to transfer - File not found at Destination
2025/09/10 04:45:54 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt
2025/09/10 04:45:54 DEBUG : dir1/0001-bcdefgh.txt: Need to transfer - File not found at Destination
2025/09/10 04:45:54 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt
2025/09/10 04:45:54 DEBUG : dir1/0002-cdefghi.txt: Need to transfer - File not found at Destination
2025/09/10 04:45:54 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt
2025/09/10 04:45:54 DEBUG : dir1/0003-defghij.txt: Need to transfer - File not found at Destination
2025/09/10 04:45:54 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt
2025/09/10 04:45:54 DEBUG : dir1/0004-efghijk.txt: Need to transfer - File not found at Destination
2025/09/10 04:45:54 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt
2025/09/10 04:45:54 DEBUG : dir1/0005-fghijkl.txt: Need to transfer - File not found at Destination
2025/09/10 04:45:54 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt
2025/09/10 04:45:54 DEBUG : dir1/0006-ghijklm.txt: Need to transfer - File not found at Destination
2025/09/10 04:45:54 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt
2025/09/10 04:45:54 DEBUG : dir1/0007-1234567.txt: Need to transfer - File not found at Destination
2025/09/10 04:45:54 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt
2025/09/10 04:45:54 DEBUG : dir1/0008-2345678.txt: Need to transfer - File not found at Destination
2025/09/10 04:45:54 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt
2025/09/10 04:45:54 DEBUG : dir1/0009-3456789.txt: Need to transfer - File not found at Destination
2025/09/10 04:45:54 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt
2025/09/10 04:45:54 DEBUG : dir1/0010-456789.txt: Need to transfer - File not found at Destination
2025/09/10 04:45:54 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt
2025/09/10 04:45:54 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination
2025/09/10 04:45:54 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt
2025/09/10 04:45:54 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination
2025/09/10 04:45:54 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt
2025/09/10 04:45:54 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination
2025/09/10 04:45:54 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt
2025/09/10 04:45:54 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination
2025/09/10 04:45:54 DEBUG : 0015-9;=.txt: transformed to: PREFIX0015-9;=.txt
2025/09/10 04:45:54 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination
2025/09/10 04:45:54 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu': Waiting for checks to finish
2025/09/10 04:45:54 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu': Waiting for transfers to finish
2025/09/10 04:45:56 INFO : apple: Copied (new) to: PREFIXapple
2025/09/10 04:45:56 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt
2025/09/10 04:45:56 INFO : splitbananasplit: Copied (new) to: PREFIXsplitbananasplit
2025/09/10 04:45:56 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt
2025/09/10 04:45:56 INFO : banana: Copied (new) to: PREFIXbanana
2025/09/10 04:45:56 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt
2025/09/10 04:45:56 INFO : appleappleapplebanana: Copied (new) to: PREFIXappleappleapplebanana
2025/09/10 04:45:56 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt
2025/09/10 04:45:57 INFO : dir1/0000-abcdefg.txt: Copied (new) to: dir1/PREFIX0000-abcdefg.txt
2025/09/10 04:45:57 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt
2025/09/10 04:45:58 INFO : dir1/0001-bcdefgh.txt: Copied (new) to: dir1/PREFIX0001-bcdefgh.txt
2025/09/10 04:45:58 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt
2025/09/10 04:45:58 INFO : dir1/0003-defghij.txt: Copied (new) to: dir1/PREFIX0003-defghij.txt
2025/09/10 04:45:58 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt
2025/09/10 04:45:58 INFO : dir1/0002-cdefghi.txt: Copied (new) to: dir1/PREFIX0002-cdefghi.txt
2025/09/10 04:45:58 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt
2025/09/10 04:45:59 INFO : dir1/0005-fghijkl.txt: Copied (new) to: dir1/PREFIX0005-fghijkl.txt
2025/09/10 04:45:59 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt
2025/09/10 04:45:59 INFO : dir1/0004-efghijk.txt: Copied (new) to: dir1/PREFIX0004-efghijk.txt
2025/09/10 04:45:59 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt
2025/09/10 04:46:00 INFO : dir1/0006-ghijklm.txt: Copied (new) to: dir1/PREFIX0006-ghijklm.txt
2025/09/10 04:46:00 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt
2025/09/10 04:46:00 INFO : dir1/0007-1234567.txt: Copied (new) to: dir1/PREFIX0007-1234567.txt
2025/09/10 04:46:00 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt
2025/09/10 04:46:01 INFO : dir1/0009-3456789.txt: Copied (new) to: dir1/PREFIX0009-3456789.txt
2025/09/10 04:46:01 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt
2025/09/10 04:46:01 INFO : dir1/0008-2345678.txt: Copied (new) to: dir1/PREFIX0008-2345678.txt
2025/09/10 04:46:01 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt
2025/09/10 04:46:02 INFO : dir1/0010-456789.txt: Copied (new) to: dir1/PREFIX0010-456789.txt
2025/09/10 04:46:02 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt
2025/09/10 04:46:02 INFO : dir1/0011-56789;.txt: Copied (new) to: dir1/PREFIX0011-56789;.txt
2025/09/10 04:46:02 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt
2025/09/10 04:46:03 INFO : dir1/0012-6789;.txt: Copied (new) to: dir1/PREFIX0012-6789;.txt
2025/09/10 04:46:03 INFO : dir1/0013-789;=.txt: Copied (new) to: dir1/PREFIX0013-789;=.txt
2025/09/10 04:46:04 INFO : dir1/0014-89;=.txt: Copied (new) to: dir1/PREFIX0014-89;=.txt
2025/09/10 04:46:04 INFO : dir1/0015-9;=.txt: Copied (new) to: dir1/PREFIX0015-9;=.txt
2025/09/10 04:46:04 DEBUG : Waiting for deletions to finish
2025/09/10 04:46:04 INFO : dir1/0006-ghijklm.txt: Deleted
2025/09/10 04:46:04 INFO : dir1/0004-efghijk.txt: Deleted
2025/09/10 04:46:04 INFO : dir1/0000-abcdefg.txt: Deleted
2025/09/10 04:46:05 INFO : dir1/0010-456789.txt: Deleted
2025/09/10 04:46:05 INFO : banana: Deleted
2025/09/10 04:46:05 INFO : dir1/0012-6789;.txt: Deleted
2025/09/10 04:46:05 INFO : apple: Deleted
2025/09/10 04:46:05 INFO : appleappleapplebanana: Deleted
2025/09/10 04:46:05 INFO : dir1/0002-cdefghi.txt: Deleted
2025/09/10 04:46:05 INFO : dir1/0003-defghij.txt: Deleted
2025/09/10 04:46:05 INFO : dir1/0007-1234567.txt: Deleted
2025/09/10 04:46:05 INFO : dir1/0009-3456789.txt: Deleted
2025/09/10 04:46:05 INFO : dir1/0005-fghijkl.txt: Deleted
2025/09/10 04:46:06 INFO : dir1/0014-89;=.txt: Deleted
2025/09/10 04:46:06 INFO : dir1/0011-56789;.txt: Deleted
2025/09/10 04:46:06 INFO : dir1/0001-bcdefgh.txt: Deleted
2025/09/10 04:46:06 INFO : dir1/0008-2345678.txt: Deleted
2025/09/10 04:46:06 INFO : dir1/0015-9;=.txt: Deleted
2025/09/10 04:46:06 INFO : dir1/0013-789;=.txt: Deleted
2025/09/10 04:46:06 INFO : splitbananasplit: Deleted
2025/09/10 04:46:06 DEBUG : Waiting for deletions to finish
2025/09/10 04:46:07 DEBUG : PREFIXapple: Excluded (Path Filter)
2025/09/10 04:46:07 DEBUG : PREFIXapple: Excluded
2025/09/10 04:46:07 DEBUG : PREFIXappleappleapplebanana: Excluded (Path Filter)
2025/09/10 04:46:07 DEBUG : PREFIXappleappleapplebanana: Excluded
2025/09/10 04:46:07 DEBUG : PREFIXbanana: Excluded (Path Filter)
2025/09/10 04:46:07 DEBUG : PREFIXbanana: Excluded
2025/09/10 04:46:07 DEBUG : PREFIXsplitbananasplit: Excluded (Path Filter)
2025/09/10 04:46:07 DEBUG : PREFIXsplitbananasplit: Excluded
2025/09/10 04:46:08 DEBUG : dir1/PREFIX0000-abcdefg.txt: Excluded (Path Filter)
2025/09/10 04:46:08 DEBUG : dir1/PREFIX0000-abcdefg.txt: Excluded
2025/09/10 04:46:08 DEBUG : dir1/PREFIX0001-bcdefgh.txt: Excluded (Path Filter)
2025/09/10 04:46:08 DEBUG : dir1/PREFIX0001-bcdefgh.txt: Excluded
2025/09/10 04:46:08 DEBUG : dir1/PREFIX0002-cdefghi.txt: Excluded (Path Filter)
2025/09/10 04:46:08 DEBUG : dir1/PREFIX0002-cdefghi.txt: Excluded
2025/09/10 04:46:08 DEBUG : dir1/PREFIX0003-defghij.txt: Excluded (Path Filter)
2025/09/10 04:46:08 DEBUG : dir1/PREFIX0003-defghij.txt: Excluded
2025/09/10 04:46:08 DEBUG : dir1/PREFIX0004-efghijk.txt: Excluded (Path Filter)
2025/09/10 04:46:08 DEBUG : dir1/PREFIX0004-efghijk.txt: Excluded
2025/09/10 04:46:08 DEBUG : dir1/PREFIX0005-fghijkl.txt: Excluded (Path Filter)
2025/09/10 04:46:08 DEBUG : dir1/PREFIX0005-fghijkl.txt: Excluded
2025/09/10 04:46:08 DEBUG : dir1/PREFIX0006-ghijklm.txt: Excluded (Path Filter)
2025/09/10 04:46:08 DEBUG : dir1/PREFIX0006-ghijklm.txt: Excluded
2025/09/10 04:46:08 DEBUG : dir1/PREFIX0007-1234567.txt: Excluded (Path Filter)
2025/09/10 04:46:08 DEBUG : dir1/PREFIX0007-1234567.txt: Excluded
2025/09/10 04:46:08 DEBUG : dir1/PREFIX0008-2345678.txt: Excluded (Path Filter)
2025/09/10 04:46:08 DEBUG : dir1/PREFIX0008-2345678.txt: Excluded
2025/09/10 04:46:08 DEBUG : dir1/PREFIX0009-3456789.txt: Excluded (Path Filter)
2025/09/10 04:46:08 DEBUG : dir1/PREFIX0009-3456789.txt: Excluded
2025/09/10 04:46:08 DEBUG : dir1/PREFIX0010-456789.txt: Excluded (Path Filter)
2025/09/10 04:46:08 DEBUG : dir1/PREFIX0010-456789.txt: Excluded
2025/09/10 04:46:08 DEBUG : dir1/PREFIX0011-56789;.txt: Excluded (Path Filter)
2025/09/10 04:46:08 DEBUG : dir1/PREFIX0011-56789;.txt: Excluded
2025/09/10 04:46:08 DEBUG : dir1/PREFIX0012-6789;.txt: Excluded (Path Filter)
2025/09/10 04:46:08 DEBUG : dir1/PREFIX0012-6789;.txt: Excluded
2025/09/10 04:46:08 DEBUG : dir1/PREFIX0013-789;=.txt: Excluded (Path Filter)
2025/09/10 04:46:08 DEBUG : dir1/PREFIX0013-789;=.txt: Excluded
2025/09/10 04:46:08 DEBUG : dir1/PREFIX0014-89;=.txt: Excluded (Path Filter)
2025/09/10 04:46:08 DEBUG : dir1/PREFIX0014-89;=.txt: Excluded
2025/09/10 04:46:08 DEBUG : dir1/PREFIX0015-9;=.txt: Excluded (Path Filter)
2025/09/10 04:46:08 DEBUG : dir1/PREFIX0015-9;=.txt: Excluded
2025/09/10 04:46:09 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt
2025/09/10 04:46:09 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt
2025/09/10 04:46:09 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt
2025/09/10 04:46:09 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt
2025/09/10 04:46:09 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt
2025/09/10 04:46:09 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt
2025/09/10 04:46:09 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt
2025/09/10 04:46:09 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt
2025/09/10 04:46:09 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt
2025/09/10 04:46:09 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt
2025/09/10 04:46:09 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt
2025/09/10 04:46:09 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt
2025/09/10 04:46:09 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt
2025/09/10 04:46:09 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt
2025/09/10 04:46:09 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt
2025/09/10 04:46:09 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt
2025/09/10 04:46:09 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt
2025/09/10 04:46:09 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt
2025/09/10 04:46:09 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt
2025/09/10 04:46:09 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt
2025/09/10 04:46:09 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt
2025/09/10 04:46:09 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt
2025/09/10 04:46:09 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt
2025/09/10 04:46:09 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt
2025/09/10 04:46:09 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt
2025/09/10 04:46:09 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt
2025/09/10 04:46:09 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt
2025/09/10 04:46:09 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt
2025/09/10 04:46:09 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt
2025/09/10 04:46:09 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt
2025/09/10 04:46:09 DEBUG : apple: transformed to: PREFIXapple
2025/09/10 04:46:09 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt
2025/09/10 04:46:09 DEBUG : apple: transformed to: PREFIXapple
2025/09/10 04:46:09 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt
2025/09/10 04:46:09 DEBUG : apple: transformed to: PREFIXapple
2025/09/10 04:46:09 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt
2025/09/10 04:46:09 DEBUG : apple: transformed to: PREFIXapple
2025/09/10 04:46:09 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt
2025/09/10 04:46:09 DEBUG : apple: transformed to: PREFIXapple
2025/09/10 04:46:09 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt
2025/09/10 04:46:09 DEBUG : apple: transformed to: PREFIXapple
2025/09/10 04:46:09 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt
2025/09/10 04:46:09 DEBUG : apple: transformed to: PREFIXapple
2025/09/10 04:46:09 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt
2025/09/10 04:46:09 DEBUG : apple: transformed to: PREFIXapple
2025/09/10 04:46:09 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt
2025/09/10 04:46:09 DEBUG : apple: transformed to: PREFIXapple
2025/09/10 04:46:09 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt
2025/09/10 04:46:09 DEBUG : apple: transformed to: PREFIXapple
2025/09/10 04:46:09 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt
2025/09/10 04:46:09 DEBUG : apple: transformed to: PREFIXapple
2025/09/10 04:46:09 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt
2025/09/10 04:46:09 DEBUG : apple: transformed to: PREFIXapple
2025/09/10 04:46:09 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt
2025/09/10 04:46:09 DEBUG : apple: transformed to: PREFIXapple
2025/09/10 04:46:09 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt
2025/09/10 04:46:09 DEBUG : apple: transformed to: PREFIXapple
2025/09/10 04:46:09 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt
2025/09/10 04:46:09 DEBUG : apple: transformed to: PREFIXapple
2025/09/10 04:46:09 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt
2025/09/10 04:46:09 DEBUG : apple: transformed to: PREFIXapple
2025/09/10 04:46:09 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt
2025/09/10 04:46:09 DEBUG : banana: transformed to: PREFIXbanana
2025/09/10 04:46:09 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt
2025/09/10 04:46:09 DEBUG : banana: transformed to: PREFIXbanana
2025/09/10 04:46:09 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt
2025/09/10 04:46:09 DEBUG : banana: transformed to: PREFIXbanana
2025/09/10 04:46:09 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt
2025/09/10 04:46:09 DEBUG : banana: transformed to: PREFIXbanana
2025/09/10 04:46:09 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt
2025/09/10 04:46:09 DEBUG : banana: transformed to: PREFIXbanana
2025/09/10 04:46:09 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt
2025/09/10 04:46:09 DEBUG : banana: transformed to: PREFIXbanana
2025/09/10 04:46:09 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt
2025/09/10 04:46:09 DEBUG : banana: transformed to: PREFIXbanana
2025/09/10 04:46:09 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt
2025/09/10 04:46:09 DEBUG : banana: transformed to: PREFIXbanana
2025/09/10 04:46:09 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt
2025/09/10 04:46:09 DEBUG : banana: transformed to: PREFIXbanana
2025/09/10 04:46:09 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt
2025/09/10 04:46:09 DEBUG : banana: transformed to: PREFIXbanana
2025/09/10 04:46:09 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt
2025/09/10 04:46:09 DEBUG : banana: transformed to: PREFIXbanana
2025/09/10 04:46:09 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt
2025/09/10 04:46:09 DEBUG : banana: transformed to: PREFIXbanana
2025/09/10 04:46:09 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt
2025/09/10 04:46:09 DEBUG : banana: transformed to: PREFIXbanana
2025/09/10 04:46:09 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt
2025/09/10 04:46:09 DEBUG : banana: transformed to: PREFIXbanana
2025/09/10 04:46:09 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt
2025/09/10 04:46:09 DEBUG : banana: transformed to: PREFIXbanana
2025/09/10 04:46:09 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt
2025/09/10 04:46:09 DEBUG : banana: transformed to: PREFIXbanana
2025/09/10 04:46:09 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt
2025/09/10 04:46:09 DEBUG : banana: transformed to: PREFIXbanana
2025/09/10 04:46:09 DEBUG : apple: transformed to: PREFIXapple
2025/09/10 04:46:09 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana
2025/09/10 04:46:09 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt
2025/09/10 04:46:09 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana
2025/09/10 04:46:09 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt
2025/09/10 04:46:09 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana
2025/09/10 04:46:09 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt
2025/09/10 04:46:09 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana
2025/09/10 04:46:09 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt
2025/09/10 04:46:09 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana
2025/09/10 04:46:09 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt
2025/09/10 04:46:09 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana
2025/09/10 04:46:09 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt
2025/09/10 04:46:09 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana
2025/09/10 04:46:09 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt
2025/09/10 04:46:09 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana
2025/09/10 04:46:09 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt
2025/09/10 04:46:09 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana
2025/09/10 04:46:09 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt
2025/09/10 04:46:09 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana
2025/09/10 04:46:09 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt
2025/09/10 04:46:09 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana
2025/09/10 04:46:09 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt
2025/09/10 04:46:09 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana
2025/09/10 04:46:09 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt
2025/09/10 04:46:09 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana
2025/09/10 04:46:09 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt
2025/09/10 04:46:09 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana
2025/09/10 04:46:09 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt
2025/09/10 04:46:09 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana
2025/09/10 04:46:09 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt
2025/09/10 04:46:09 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana
2025/09/10 04:46:09 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt
2025/09/10 04:46:09 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana
2025/09/10 04:46:09 DEBUG : banana: transformed to: PREFIXbanana
2025/09/10 04:46:09 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana
2025/09/10 04:46:09 DEBUG : apple: transformed to: PREFIXapple
2025/09/10 04:46:09 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit
2025/09/10 04:46:09 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt
2025/09/10 04:46:09 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit
2025/09/10 04:46:09 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt
2025/09/10 04:46:09 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit
2025/09/10 04:46:09 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt
2025/09/10 04:46:09 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit
2025/09/10 04:46:09 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt
2025/09/10 04:46:09 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit
2025/09/10 04:46:09 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt
2025/09/10 04:46:09 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit
2025/09/10 04:46:09 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt
2025/09/10 04:46:09 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit
2025/09/10 04:46:09 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt
2025/09/10 04:46:09 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit
2025/09/10 04:46:09 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt
2025/09/10 04:46:09 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit
2025/09/10 04:46:09 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt
2025/09/10 04:46:09 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit
2025/09/10 04:46:09 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt
2025/09/10 04:46:09 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit
2025/09/10 04:46:09 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt
2025/09/10 04:46:09 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit
2025/09/10 04:46:09 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt
2025/09/10 04:46:09 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit
2025/09/10 04:46:09 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt
2025/09/10 04:46:09 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit
2025/09/10 04:46:09 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt
2025/09/10 04:46:09 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit
2025/09/10 04:46:09 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt
2025/09/10 04:46:09 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit
2025/09/10 04:46:09 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt
2025/09/10 04:46:09 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit
2025/09/10 04:46:09 DEBUG : banana: transformed to: PREFIXbanana
2025/09/10 04:46:09 DEBUG : apple: transformed to: PREFIXapple
2025/09/10 04:46:09 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana
2025/09/10 04:46:09 DEBUG : banana: transformed to: PREFIXbanana
2025/09/10 04:46:09 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit
2025/09/10 04:46:09 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt
2025/09/10 04:46:09 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt
2025/09/10 04:46:09 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt
2025/09/10 04:46:09 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt
2025/09/10 04:46:09 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt
2025/09/10 04:46:09 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt
2025/09/10 04:46:09 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt
2025/09/10 04:46:09 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt
2025/09/10 04:46:09 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt
2025/09/10 04:46:09 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt
2025/09/10 04:46:09 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt
2025/09/10 04:46:09 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt
2025/09/10 04:46:09 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt
2025/09/10 04:46:09 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt
2025/09/10 04:46:09 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt
2025/09/10 04:46:09 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt
2025/09/10 04:46:10 DEBUG : apple: Need to transfer - File not found at Destination
2025/09/10 04:46:10 DEBUG : appleappleapplebanana: Need to transfer - File not found at Destination
2025/09/10 04:46:10 DEBUG : banana: Need to transfer - File not found at Destination
2025/09/10 04:46:10 DEBUG : splitbananasplit: Need to transfer - File not found at Destination
2025/09/10 04:46:11 DEBUG : dir1/0000-abcdefg.txt: Need to transfer - File not found at Destination
2025/09/10 04:46:11 DEBUG : dir1/0001-bcdefgh.txt: Need to transfer - File not found at Destination
2025/09/10 04:46:11 DEBUG : dir1/0002-cdefghi.txt: Need to transfer - File not found at Destination
2025/09/10 04:46:11 DEBUG : dir1/0003-defghij.txt: Need to transfer - File not found at Destination
2025/09/10 04:46:11 DEBUG : dir1/0004-efghijk.txt: Need to transfer - File not found at Destination
2025/09/10 04:46:11 DEBUG : dir1/0005-fghijkl.txt: Need to transfer - File not found at Destination
2025/09/10 04:46:11 DEBUG : dir1/0006-ghijklm.txt: Need to transfer - File not found at Destination
2025/09/10 04:46:11 DEBUG : dir1/0007-1234567.txt: Need to transfer - File not found at Destination
2025/09/10 04:46:11 DEBUG : dir1/0008-2345678.txt: Need to transfer - File not found at Destination
2025/09/10 04:46:11 DEBUG : dir1/0009-3456789.txt: Need to transfer - File not found at Destination
2025/09/10 04:46:11 DEBUG : dir1/0010-456789.txt: Need to transfer - File not found at Destination
2025/09/10 04:46:11 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination
2025/09/10 04:46:11 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination
2025/09/10 04:46:11 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination
2025/09/10 04:46:11 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination
2025/09/10 04:46:11 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination
2025/09/10 04:46:11 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu': Waiting for checks to finish
2025/09/10 04:46:11 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu': Waiting for transfers to finish
2025/09/10 04:46:13 INFO : splitbananasplit: Copied (new)
2025/09/10 04:46:13 INFO : banana: Copied (new)
2025/09/10 04:46:13 INFO : appleappleapplebanana: Copied (new)
2025/09/10 04:46:13 INFO : apple: Copied (new)
2025/09/10 04:46:15 INFO : dir1/0000-abcdefg.txt: Copied (new)
2025/09/10 04:46:15 INFO : dir1/0001-bcdefgh.txt: Copied (new)
2025/09/10 04:46:15 INFO : dir1/0002-cdefghi.txt: Copied (new)
2025/09/10 04:46:16 INFO : dir1/0003-defghij.txt: Copied (new)
2025/09/10 04:46:17 INFO : dir1/0004-efghijk.txt: Copied (new)
2025/09/10 04:46:17 INFO : dir1/0007-1234567.txt: Copied (new)
2025/09/10 04:46:17 INFO : dir1/0006-ghijklm.txt: Copied (new)
2025/09/10 04:46:17 INFO : dir1/0005-fghijkl.txt: Copied (new)
2025/09/10 04:46:19 INFO : dir1/0008-2345678.txt: Copied (new)
2025/09/10 04:46:19 INFO : dir1/0009-3456789.txt: Copied (new)
2025/09/10 04:46:19 INFO : dir1/0011-56789;.txt: Copied (new)
2025/09/10 04:46:19 INFO : dir1/0010-456789.txt: Copied (new)
2025/09/10 04:46:20 INFO : dir1/0012-6789;.txt: Copied (new)
2025/09/10 04:46:21 INFO : dir1/0013-789;=.txt: Copied (new)
2025/09/10 04:46:21 INFO : dir1/0014-89;=.txt: Copied (new)
2025/09/10 04:46:21 INFO : dir1/0015-9;=.txt: Copied (new)
2025/09/10 04:46:21 DEBUG : Waiting for deletions to finish
2025/09/10 04:46:21 INFO : dir1/PREFIX0013-789;=.txt: Deleted
2025/09/10 04:46:22 INFO : dir1/PREFIX0015-9;=.txt: Deleted
2025/09/10 04:46:22 INFO : dir1/PREFIX0000-abcdefg.txt: Deleted
2025/09/10 04:46:22 INFO : PREFIXapple: Deleted
2025/09/10 04:46:22 INFO : PREFIXbanana: Deleted
2025/09/10 04:46:22 INFO : dir1/PREFIX0006-ghijklm.txt: Deleted
2025/09/10 04:46:22 INFO : dir1/PREFIX0008-2345678.txt: Deleted
2025/09/10 04:46:22 INFO : dir1/PREFIX0009-3456789.txt: Deleted
2025/09/10 04:46:22 INFO : PREFIXappleappleapplebanana: Deleted
2025/09/10 04:46:23 INFO : dir1/PREFIX0003-defghij.txt: Deleted
2025/09/10 04:46:23 INFO : dir1/PREFIX0002-cdefghi.txt: Deleted
2025/09/10 04:46:23 INFO : dir1/PREFIX0005-fghijkl.txt: Deleted
2025/09/10 04:46:23 INFO : dir1/PREFIX0004-efghijk.txt: Deleted
2025/09/10 04:46:23 INFO : dir1/PREFIX0012-6789;.txt: Deleted
2025/09/10 04:46:23 INFO : dir1/PREFIX0007-1234567.txt: Deleted
2025/09/10 04:46:23 INFO : dir1/PREFIX0014-89;=.txt: Deleted
2025/09/10 04:46:23 INFO : dir1/PREFIX0001-bcdefgh.txt: Deleted
2025/09/10 04:46:24 INFO : PREFIXsplitbananasplit: Deleted
2025/09/10 04:46:24 INFO : dir1/PREFIX0011-56789;.txt: Deleted
2025/09/10 04:46:24 INFO : dir1/PREFIX0010-456789.txt: Deleted
2025/09/10 04:46:24 DEBUG : Waiting for deletions to finish
2025/09/10 04:46:24 DEBUG : apple: Excluded (Path Filter)
2025/09/10 04:46:24 DEBUG : apple: Excluded
2025/09/10 04:46:24 DEBUG : appleappleapplebanana: Excluded (Path Filter)
2025/09/10 04:46:24 DEBUG : appleappleapplebanana: Excluded
2025/09/10 04:46:24 DEBUG : banana: Excluded (Path Filter)
2025/09/10 04:46:24 DEBUG : banana: Excluded
2025/09/10 04:46:24 DEBUG : splitbananasplit: Excluded (Path Filter)
2025/09/10 04:46:24 DEBUG : splitbananasplit: Excluded
2025/09/10 04:46:25 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter)
2025/09/10 04:46:25 DEBUG : dir1/0000-abcdefg.txt: Excluded
2025/09/10 04:46:25 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter)
2025/09/10 04:46:25 DEBUG : dir1/0001-bcdefgh.txt: Excluded
2025/09/10 04:46:25 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter)
2025/09/10 04:46:25 DEBUG : dir1/0002-cdefghi.txt: Excluded
2025/09/10 04:46:25 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter)
2025/09/10 04:46:25 DEBUG : dir1/0003-defghij.txt: Excluded
2025/09/10 04:46:25 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter)
2025/09/10 04:46:25 DEBUG : dir1/0004-efghijk.txt: Excluded
2025/09/10 04:46:25 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter)
2025/09/10 04:46:25 DEBUG : dir1/0005-fghijkl.txt: Excluded
2025/09/10 04:46:25 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter)
2025/09/10 04:46:25 DEBUG : dir1/0006-ghijklm.txt: Excluded
2025/09/10 04:46:25 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter)
2025/09/10 04:46:25 DEBUG : dir1/0007-1234567.txt: Excluded
2025/09/10 04:46:25 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter)
2025/09/10 04:46:25 DEBUG : dir1/0008-2345678.txt: Excluded
2025/09/10 04:46:25 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter)
2025/09/10 04:46:25 DEBUG : dir1/0009-3456789.txt: Excluded
2025/09/10 04:46:25 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter)
2025/09/10 04:46:25 DEBUG : dir1/0010-456789.txt: Excluded
2025/09/10 04:46:25 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter)
2025/09/10 04:46:25 DEBUG : dir1/0011-56789;.txt: Excluded
2025/09/10 04:46:25 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter)
2025/09/10 04:46:25 DEBUG : dir1/0012-6789;.txt: Excluded
2025/09/10 04:46:25 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter)
2025/09/10 04:46:25 DEBUG : dir1/0013-789;=.txt: Excluded
2025/09/10 04:46:25 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter)
2025/09/10 04:46:25 DEBUG : dir1/0014-89;=.txt: Excluded
2025/09/10 04:46:25 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter)
2025/09/10 04:46:25 DEBUG : dir1/0015-9;=.txt: Excluded
2025/09/10 04:46:27 DEBUG : Waiting for deletions to finish
2025/09/10 04:46:27 DEBUG : apple: Excluded (Path Filter)
2025/09/10 04:46:27 DEBUG : apple: Excluded
2025/09/10 04:46:27 DEBUG : appleappleapplebanana: Excluded (Path Filter)
2025/09/10 04:46:27 DEBUG : appleappleapplebanana: Excluded
2025/09/10 04:46:27 DEBUG : banana: Excluded (Path Filter)
2025/09/10 04:46:27 DEBUG : banana: Excluded
2025/09/10 04:46:27 DEBUG : splitbananasplit: Excluded (Path Filter)
2025/09/10 04:46:27 DEBUG : splitbananasplit: Excluded
2025/09/10 04:46:28 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter)
2025/09/10 04:46:28 DEBUG : dir1/0000-abcdefg.txt: Excluded
2025/09/10 04:46:28 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter)
2025/09/10 04:46:28 DEBUG : dir1/0001-bcdefgh.txt: Excluded
2025/09/10 04:46:28 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter)
2025/09/10 04:46:28 DEBUG : dir1/0002-cdefghi.txt: Excluded
2025/09/10 04:46:28 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter)
2025/09/10 04:46:28 DEBUG : dir1/0003-defghij.txt: Excluded
2025/09/10 04:46:28 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter)
2025/09/10 04:46:28 DEBUG : dir1/0004-efghijk.txt: Excluded
2025/09/10 04:46:28 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter)
2025/09/10 04:46:28 DEBUG : dir1/0005-fghijkl.txt: Excluded
2025/09/10 04:46:28 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter)
2025/09/10 04:46:28 DEBUG : dir1/0006-ghijklm.txt: Excluded
2025/09/10 04:46:28 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter)
2025/09/10 04:46:28 DEBUG : dir1/0007-1234567.txt: Excluded
2025/09/10 04:46:28 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter)
2025/09/10 04:46:28 DEBUG : dir1/0008-2345678.txt: Excluded
2025/09/10 04:46:28 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter)
2025/09/10 04:46:28 DEBUG : dir1/0009-3456789.txt: Excluded
2025/09/10 04:46:28 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter)
2025/09/10 04:46:28 DEBUG : dir1/0010-456789.txt: Excluded
2025/09/10 04:46:28 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter)
2025/09/10 04:46:28 DEBUG : dir1/0011-56789;.txt: Excluded
2025/09/10 04:46:28 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter)
2025/09/10 04:46:28 DEBUG : dir1/0012-6789;.txt: Excluded
2025/09/10 04:46:28 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter)
2025/09/10 04:46:28 DEBUG : dir1/0013-789;=.txt: Excluded
2025/09/10 04:46:28 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter)
2025/09/10 04:46:28 DEBUG : dir1/0014-89;=.txt: Excluded
2025/09/10 04:46:28 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter)
2025/09/10 04:46:28 DEBUG : dir1/0015-9;=.txt: Excluded
=== RUN TestTransform/suffix
run.go:180: Remote "sugarsync root 'Test/rclone-test-qigorur2lunu'", Local "Local file system at /tmp/rclone3963953809", Modify Window "876000h0m0s"
2025/09/10 04:47:43 DEBUG : Waiting for deletions to finish
2025/09/10 04:47:44 DEBUG : apple: Excluded (Path Filter)
2025/09/10 04:47:44 DEBUG : apple: Excluded
2025/09/10 04:47:44 DEBUG : banana: Excluded (Path Filter)
2025/09/10 04:47:44 DEBUG : banana: Excluded
2025/09/10 04:47:44 DEBUG : appleappleapplebanana: Excluded (Path Filter)
2025/09/10 04:47:44 DEBUG : appleappleapplebanana: Excluded
2025/09/10 04:47:44 DEBUG : splitbananasplit: Excluded (Path Filter)
2025/09/10 04:47:44 DEBUG : splitbananasplit: Excluded
2025/09/10 04:47:45 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter)
2025/09/10 04:47:45 DEBUG : dir1/0000-abcdefg.txt: Excluded
2025/09/10 04:47:45 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter)
2025/09/10 04:47:45 DEBUG : dir1/0001-bcdefgh.txt: Excluded
2025/09/10 04:47:45 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter)
2025/09/10 04:47:45 DEBUG : dir1/0002-cdefghi.txt: Excluded
2025/09/10 04:47:45 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter)
2025/09/10 04:47:45 DEBUG : dir1/0003-defghij.txt: Excluded
2025/09/10 04:47:45 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter)
2025/09/10 04:47:45 DEBUG : dir1/0004-efghijk.txt: Excluded
2025/09/10 04:47:45 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter)
2025/09/10 04:47:45 DEBUG : dir1/0005-fghijkl.txt: Excluded
2025/09/10 04:47:45 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter)
2025/09/10 04:47:45 DEBUG : dir1/0006-ghijklm.txt: Excluded
2025/09/10 04:47:45 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter)
2025/09/10 04:47:45 DEBUG : dir1/0007-1234567.txt: Excluded
2025/09/10 04:47:45 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter)
2025/09/10 04:47:45 DEBUG : dir1/0008-2345678.txt: Excluded
2025/09/10 04:47:45 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter)
2025/09/10 04:47:45 DEBUG : dir1/0009-3456789.txt: Excluded
2025/09/10 04:47:45 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter)
2025/09/10 04:47:45 DEBUG : dir1/0010-456789.txt: Excluded
2025/09/10 04:47:45 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter)
2025/09/10 04:47:45 DEBUG : dir1/0011-56789;.txt: Excluded
2025/09/10 04:47:45 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter)
2025/09/10 04:47:45 DEBUG : dir1/0012-6789;.txt: Excluded
2025/09/10 04:47:45 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter)
2025/09/10 04:47:45 DEBUG : dir1/0013-789;=.txt: Excluded
2025/09/10 04:47:45 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter)
2025/09/10 04:47:45 DEBUG : dir1/0014-89;=.txt: Excluded
2025/09/10 04:47:45 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter)
2025/09/10 04:47:45 DEBUG : dir1/0015-9;=.txt: Excluded
2025/09/10 04:47:47 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX
2025/09/10 04:47:47 DEBUG : apple: transformed to: appleSUFFIX
2025/09/10 04:47:47 DEBUG : banana: transformed to: bananaSUFFIX
2025/09/10 04:47:47 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX
2025/09/10 04:47:47 DEBUG : banana: transformed to: bananaSUFFIX
2025/09/10 04:47:47 DEBUG : apple: transformed to: appleSUFFIX
2025/09/10 04:47:47 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX
2025/09/10 04:47:47 DEBUG : banana: transformed to: bananaSUFFIX
2025/09/10 04:47:47 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX
2025/09/10 04:47:47 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX
2025/09/10 04:47:47 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX
2025/09/10 04:47:47 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX
2025/09/10 04:47:47 DEBUG : banana: transformed to: bananaSUFFIX
2025/09/10 04:47:47 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX
2025/09/10 04:47:47 DEBUG : apple: transformed to: appleSUFFIX
2025/09/10 04:47:47 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX
2025/09/10 04:47:47 DEBUG : appleappleapplebanana: Need to transfer - File not found at Destination
2025/09/10 04:47:47 DEBUG : apple: transformed to: appleSUFFIX
2025/09/10 04:47:47 DEBUG : apple: Need to transfer - File not found at Destination
2025/09/10 04:47:47 DEBUG : banana: transformed to: bananaSUFFIX
2025/09/10 04:47:47 DEBUG : banana: Need to transfer - File not found at Destination
2025/09/10 04:47:47 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX
2025/09/10 04:47:47 DEBUG : splitbananasplit: Need to transfer - File not found at Destination
2025/09/10 04:47:47 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX
2025/09/10 04:47:47 DEBUG : apple: transformed to: appleSUFFIX
2025/09/10 04:47:47 DEBUG : banana: transformed to: bananaSUFFIX
2025/09/10 04:47:47 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX
2025/09/10 04:47:47 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX
2025/09/10 04:47:47 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX
2025/09/10 04:47:47 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX
2025/09/10 04:47:47 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX
2025/09/10 04:47:47 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX
2025/09/10 04:47:47 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX
2025/09/10 04:47:47 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX
2025/09/10 04:47:47 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX
2025/09/10 04:47:47 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX
2025/09/10 04:47:47 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX
2025/09/10 04:47:47 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX
2025/09/10 04:47:47 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX
2025/09/10 04:47:47 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX
2025/09/10 04:47:47 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX
2025/09/10 04:47:47 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX
2025/09/10 04:47:47 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX
2025/09/10 04:47:47 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX
2025/09/10 04:47:47 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX
2025/09/10 04:47:47 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX
2025/09/10 04:47:47 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX
2025/09/10 04:47:47 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX
2025/09/10 04:47:47 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX
2025/09/10 04:47:47 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX
2025/09/10 04:47:47 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX
2025/09/10 04:47:47 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX
2025/09/10 04:47:47 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX
2025/09/10 04:47:47 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX
2025/09/10 04:47:47 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX
2025/09/10 04:47:47 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX
2025/09/10 04:47:47 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX
2025/09/10 04:47:47 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX
2025/09/10 04:47:47 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX
2025/09/10 04:47:47 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX
2025/09/10 04:47:47 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX
2025/09/10 04:47:47 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX
2025/09/10 04:47:47 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX
2025/09/10 04:47:47 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX
2025/09/10 04:47:47 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX
2025/09/10 04:47:47 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX
2025/09/10 04:47:47 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX
2025/09/10 04:47:47 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX
2025/09/10 04:47:47 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX
2025/09/10 04:47:47 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX
2025/09/10 04:47:47 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX
2025/09/10 04:47:47 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX
2025/09/10 04:47:47 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX
2025/09/10 04:47:47 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX
2025/09/10 04:47:47 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX
2025/09/10 04:47:47 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX
2025/09/10 04:47:47 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX
2025/09/10 04:47:47 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX
2025/09/10 04:47:47 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX
2025/09/10 04:47:47 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX
2025/09/10 04:47:47 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX
2025/09/10 04:47:47 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX
2025/09/10 04:47:47 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX
2025/09/10 04:47:47 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX
2025/09/10 04:47:47 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX
2025/09/10 04:47:47 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX
2025/09/10 04:47:47 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX
2025/09/10 04:47:47 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX
2025/09/10 04:47:47 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX
2025/09/10 04:47:47 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX
2025/09/10 04:47:47 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX
2025/09/10 04:47:47 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX
2025/09/10 04:47:47 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX
2025/09/10 04:47:47 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX
2025/09/10 04:47:47 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX
2025/09/10 04:47:47 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX
2025/09/10 04:47:47 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX
2025/09/10 04:47:47 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX
2025/09/10 04:47:47 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX
2025/09/10 04:47:47 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX
2025/09/10 04:47:47 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX
2025/09/10 04:47:47 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX
2025/09/10 04:47:47 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX
2025/09/10 04:47:47 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX
2025/09/10 04:47:47 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX
2025/09/10 04:47:47 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX
2025/09/10 04:47:47 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX
2025/09/10 04:47:47 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX
2025/09/10 04:47:47 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX
2025/09/10 04:47:47 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX
2025/09/10 04:47:47 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX
2025/09/10 04:47:47 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX
2025/09/10 04:47:47 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX
2025/09/10 04:47:47 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX
2025/09/10 04:47:47 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX
2025/09/10 04:47:47 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX
2025/09/10 04:47:47 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX
2025/09/10 04:47:47 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX
2025/09/10 04:47:47 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX
2025/09/10 04:47:47 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX
2025/09/10 04:47:47 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX
2025/09/10 04:47:47 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX
2025/09/10 04:47:47 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX
2025/09/10 04:47:47 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX
2025/09/10 04:47:47 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX
2025/09/10 04:47:47 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX
2025/09/10 04:47:47 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX
2025/09/10 04:47:47 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX
2025/09/10 04:47:47 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX
2025/09/10 04:47:47 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX
2025/09/10 04:47:47 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX
2025/09/10 04:47:47 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX
2025/09/10 04:47:47 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX
2025/09/10 04:47:47 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX
2025/09/10 04:47:47 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX
2025/09/10 04:47:47 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX
2025/09/10 04:47:47 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX
2025/09/10 04:47:47 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX
2025/09/10 04:47:47 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX
2025/09/10 04:47:47 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX
2025/09/10 04:47:47 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX
2025/09/10 04:47:47 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX
2025/09/10 04:47:47 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX
2025/09/10 04:47:47 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX
2025/09/10 04:47:47 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX
2025/09/10 04:47:47 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX
2025/09/10 04:47:47 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX
2025/09/10 04:47:47 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX
2025/09/10 04:47:47 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX
2025/09/10 04:47:47 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX
2025/09/10 04:47:47 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX
2025/09/10 04:47:47 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX
2025/09/10 04:47:47 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX
2025/09/10 04:47:47 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX
2025/09/10 04:47:47 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX
2025/09/10 04:47:47 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX
2025/09/10 04:47:47 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX
2025/09/10 04:47:47 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX
2025/09/10 04:47:47 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX
2025/09/10 04:47:47 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX
2025/09/10 04:47:47 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX
2025/09/10 04:47:47 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX
2025/09/10 04:47:47 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX
2025/09/10 04:47:47 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX
2025/09/10 04:47:47 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX
2025/09/10 04:47:47 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX
2025/09/10 04:47:47 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX
2025/09/10 04:47:47 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX
2025/09/10 04:47:47 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX
2025/09/10 04:47:47 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX
2025/09/10 04:47:47 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX
2025/09/10 04:47:47 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX
2025/09/10 04:47:47 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX
2025/09/10 04:47:47 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX
2025/09/10 04:47:47 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX
2025/09/10 04:47:47 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX
2025/09/10 04:47:47 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX
2025/09/10 04:47:47 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX
2025/09/10 04:47:47 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX
2025/09/10 04:47:47 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX
2025/09/10 04:47:47 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX
2025/09/10 04:47:47 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX
2025/09/10 04:47:47 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX
2025/09/10 04:47:47 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX
2025/09/10 04:47:47 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX
2025/09/10 04:47:47 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX
2025/09/10 04:47:47 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX
2025/09/10 04:47:47 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX
2025/09/10 04:47:47 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX
2025/09/10 04:47:47 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX
2025/09/10 04:47:47 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX
2025/09/10 04:47:47 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX
2025/09/10 04:47:47 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX
2025/09/10 04:47:47 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX
2025/09/10 04:47:47 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX
2025/09/10 04:47:47 DEBUG : 0015-9;=.txt: transformed to: 0015-9;=.txtSUFFIX
2025/09/10 04:47:47 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX
2025/09/10 04:47:47 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX
2025/09/10 04:47:48 DEBUG : dir1/0000-abcdefg.txt: Need to transfer - File not found at Destination
2025/09/10 04:47:48 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX
2025/09/10 04:47:48 DEBUG : dir1/0001-bcdefgh.txt: Need to transfer - File not found at Destination
2025/09/10 04:47:48 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX
2025/09/10 04:47:48 DEBUG : dir1/0002-cdefghi.txt: Need to transfer - File not found at Destination
2025/09/10 04:47:48 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX
2025/09/10 04:47:48 DEBUG : dir1/0003-defghij.txt: Need to transfer - File not found at Destination
2025/09/10 04:47:48 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX
2025/09/10 04:47:48 DEBUG : dir1/0004-efghijk.txt: Need to transfer - File not found at Destination
2025/09/10 04:47:48 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX
2025/09/10 04:47:48 DEBUG : dir1/0005-fghijkl.txt: Need to transfer - File not found at Destination
2025/09/10 04:47:48 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX
2025/09/10 04:47:48 DEBUG : dir1/0006-ghijklm.txt: Need to transfer - File not found at Destination
2025/09/10 04:47:48 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX
2025/09/10 04:47:48 DEBUG : dir1/0007-1234567.txt: Need to transfer - File not found at Destination
2025/09/10 04:47:48 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX
2025/09/10 04:47:48 DEBUG : dir1/0008-2345678.txt: Need to transfer - File not found at Destination
2025/09/10 04:47:48 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX
2025/09/10 04:47:48 DEBUG : dir1/0009-3456789.txt: Need to transfer - File not found at Destination
2025/09/10 04:47:48 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX
2025/09/10 04:47:48 DEBUG : dir1/0010-456789.txt: Need to transfer - File not found at Destination
2025/09/10 04:47:48 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX
2025/09/10 04:47:48 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination
2025/09/10 04:47:48 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX
2025/09/10 04:47:48 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination
2025/09/10 04:47:48 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX
2025/09/10 04:47:48 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination
2025/09/10 04:47:48 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX
2025/09/10 04:47:48 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination
2025/09/10 04:47:48 DEBUG : 0015-9;=.txt: transformed to: 0015-9;=.txtSUFFIX
2025/09/10 04:47:48 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination
2025/09/10 04:47:48 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu': Waiting for checks to finish
2025/09/10 04:47:48 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu': Waiting for transfers to finish
2025/09/10 04:47:50 INFO : appleappleapplebanana: Copied (new) to: appleappleapplebananaSUFFIX
2025/09/10 04:47:50 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcdefg.txtSUFFIX
2025/09/10 04:47:50 INFO : splitbananasplit: Copied (new) to: splitbananasplitSUFFIX
2025/09/10 04:47:50 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX
2025/09/10 04:47:50 INFO : apple: Copied (new) to: appleSUFFIX
2025/09/10 04:47:50 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX
2025/09/10 04:47:50 INFO : banana: Copied (new) to: bananaSUFFIX
2025/09/10 04:47:50 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX
2025/09/10 04:47:52 INFO : dir1/0002-cdefghi.txt: Copied (new) to: dir1/0002-cdefghi.txtSUFFIX
2025/09/10 04:47:52 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX
2025/09/10 04:47:52 INFO : dir1/0003-defghij.txt: Copied (new) to: dir1/0003-defghij.txtSUFFIX
2025/09/10 04:47:52 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX
2025/09/10 04:47:52 INFO : dir1/0001-bcdefgh.txt: Copied (new) to: dir1/0001-bcdefgh.txtSUFFIX
2025/09/10 04:47:52 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX
2025/09/10 04:47:52 INFO : dir1/0000-abcdefg.txt: Copied (new) to: dir1/0000-abcdefg.txtSUFFIX
2025/09/10 04:47:52 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX
2025/09/10 04:47:55 INFO : dir1/0004-efghijk.txt: Copied (new) to: dir1/0004-efghijk.txtSUFFIX
2025/09/10 04:47:55 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX
2025/09/10 04:47:55 INFO : dir1/0006-ghijklm.txt: Copied (new) to: dir1/0006-ghijklm.txtSUFFIX
2025/09/10 04:47:55 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX
2025/09/10 04:47:55 INFO : dir1/0005-fghijkl.txt: Copied (new) to: dir1/0005-fghijkl.txtSUFFIX
2025/09/10 04:47:55 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX
2025/09/10 04:47:55 INFO : dir1/0007-1234567.txt: Copied (new) to: dir1/0007-1234567.txtSUFFIX
2025/09/10 04:47:55 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX
2025/09/10 04:47:57 INFO : dir1/0008-2345678.txt: Copied (new) to: dir1/0008-2345678.txtSUFFIX
2025/09/10 04:47:57 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX
2025/09/10 04:47:57 INFO : dir1/0009-3456789.txt: Copied (new) to: dir1/0009-3456789.txtSUFFIX
2025/09/10 04:47:57 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX
2025/09/10 04:47:57 INFO : dir1/0010-456789.txt: Copied (new) to: dir1/0010-456789.txtSUFFIX
2025/09/10 04:47:57 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX
2025/09/10 04:47:57 INFO : dir1/0011-56789;.txt: Copied (new) to: dir1/0011-56789;.txtSUFFIX
2025/09/10 04:47:57 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX
2025/09/10 04:47:58 INFO : dir1/0012-6789;.txt: Copied (new) to: dir1/0012-6789;.txtSUFFIX
2025/09/10 04:47:59 INFO : dir1/0013-789;=.txt: Copied (new) to: dir1/0013-789;=.txtSUFFIX
2025/09/10 04:47:59 INFO : dir1/0014-89;=.txt: Copied (new) to: dir1/0014-89;=.txtSUFFIX
2025/09/10 04:47:59 INFO : dir1/0015-9;=.txt: Copied (new) to: dir1/0015-9;=.txtSUFFIX
2025/09/10 04:47:59 DEBUG : Waiting for deletions to finish
2025/09/10 04:48:00 INFO : banana: Deleted
2025/09/10 04:48:00 INFO : dir1/0008-2345678.txt: Deleted
2025/09/10 04:48:00 INFO : dir1/0014-89;=.txt: Deleted
2025/09/10 04:48:00 INFO : dir1/0003-defghij.txt: Deleted
2025/09/10 04:48:00 INFO : dir1/0010-456789.txt: Deleted
2025/09/10 04:48:00 INFO : dir1/0012-6789;.txt: Deleted
2025/09/10 04:48:00 INFO : dir1/0013-789;=.txt: Deleted
2025/09/10 04:48:00 INFO : dir1/0015-9;=.txt: Deleted
2025/09/10 04:48:01 INFO : dir1/0009-3456789.txt: Deleted
2025/09/10 04:48:01 INFO : dir1/0004-efghijk.txt: Deleted
2025/09/10 04:48:01 INFO : dir1/0001-bcdefgh.txt: Deleted
2025/09/10 04:48:01 INFO : dir1/0006-ghijklm.txt: Deleted
2025/09/10 04:48:01 INFO : dir1/0011-56789;.txt: Deleted
2025/09/10 04:48:01 INFO : splitbananasplit: Deleted
2025/09/10 04:48:01 INFO : appleappleapplebanana: Deleted
2025/09/10 04:48:01 INFO : dir1/0000-abcdefg.txt: Deleted
2025/09/10 04:48:02 INFO : dir1/0005-fghijkl.txt: Deleted
2025/09/10 04:48:02 INFO : apple: Deleted
2025/09/10 04:48:02 INFO : dir1/0002-cdefghi.txt: Deleted
2025/09/10 04:48:02 INFO : dir1/0007-1234567.txt: Deleted
2025/09/10 04:48:02 DEBUG : Waiting for deletions to finish
2025/09/10 04:48:02 DEBUG : appleappleapplebananaSUFFIX: Excluded (Path Filter)
2025/09/10 04:48:02 DEBUG : appleappleapplebananaSUFFIX: Excluded
2025/09/10 04:48:02 DEBUG : appleSUFFIX: Excluded (Path Filter)
2025/09/10 04:48:02 DEBUG : appleSUFFIX: Excluded
2025/09/10 04:48:02 DEBUG : bananaSUFFIX: Excluded (Path Filter)
2025/09/10 04:48:02 DEBUG : bananaSUFFIX: Excluded
2025/09/10 04:48:02 DEBUG : splitbananasplitSUFFIX: Excluded (Path Filter)
2025/09/10 04:48:02 DEBUG : splitbananasplitSUFFIX: Excluded
2025/09/10 04:48:03 DEBUG : dir1/0000-abcdefg.txtSUFFIX: Excluded (Path Filter)
2025/09/10 04:48:03 DEBUG : dir1/0000-abcdefg.txtSUFFIX: Excluded
2025/09/10 04:48:03 DEBUG : dir1/0001-bcdefgh.txtSUFFIX: Excluded (Path Filter)
2025/09/10 04:48:03 DEBUG : dir1/0001-bcdefgh.txtSUFFIX: Excluded
2025/09/10 04:48:03 DEBUG : dir1/0002-cdefghi.txtSUFFIX: Excluded (Path Filter)
2025/09/10 04:48:03 DEBUG : dir1/0002-cdefghi.txtSUFFIX: Excluded
2025/09/10 04:48:03 DEBUG : dir1/0003-defghij.txtSUFFIX: Excluded (Path Filter)
2025/09/10 04:48:03 DEBUG : dir1/0003-defghij.txtSUFFIX: Excluded
2025/09/10 04:48:03 DEBUG : dir1/0004-efghijk.txtSUFFIX: Excluded (Path Filter)
2025/09/10 04:48:03 DEBUG : dir1/0004-efghijk.txtSUFFIX: Excluded
2025/09/10 04:48:03 DEBUG : dir1/0005-fghijkl.txtSUFFIX: Excluded (Path Filter)
2025/09/10 04:48:03 DEBUG : dir1/0005-fghijkl.txtSUFFIX: Excluded
2025/09/10 04:48:03 DEBUG : dir1/0006-ghijklm.txtSUFFIX: Excluded (Path Filter)
2025/09/10 04:48:03 DEBUG : dir1/0006-ghijklm.txtSUFFIX: Excluded
2025/09/10 04:48:03 DEBUG : dir1/0007-1234567.txtSUFFIX: Excluded (Path Filter)
2025/09/10 04:48:03 DEBUG : dir1/0007-1234567.txtSUFFIX: Excluded
2025/09/10 04:48:03 DEBUG : dir1/0008-2345678.txtSUFFIX: Excluded (Path Filter)
2025/09/10 04:48:03 DEBUG : dir1/0008-2345678.txtSUFFIX: Excluded
2025/09/10 04:48:03 DEBUG : dir1/0009-3456789.txtSUFFIX: Excluded (Path Filter)
2025/09/10 04:48:03 DEBUG : dir1/0009-3456789.txtSUFFIX: Excluded
2025/09/10 04:48:03 DEBUG : dir1/0010-456789.txtSUFFIX: Excluded (Path Filter)
2025/09/10 04:48:03 DEBUG : dir1/0010-456789.txtSUFFIX: Excluded
2025/09/10 04:48:03 DEBUG : dir1/0011-56789;.txtSUFFIX: Excluded (Path Filter)
2025/09/10 04:48:03 DEBUG : dir1/0011-56789;.txtSUFFIX: Excluded
2025/09/10 04:48:03 DEBUG : dir1/0012-6789;.txtSUFFIX: Excluded (Path Filter)
2025/09/10 04:48:03 DEBUG : dir1/0012-6789;.txtSUFFIX: Excluded
2025/09/10 04:48:03 DEBUG : dir1/0013-789;=.txtSUFFIX: Excluded (Path Filter)
2025/09/10 04:48:03 DEBUG : dir1/0013-789;=.txtSUFFIX: Excluded
2025/09/10 04:48:03 DEBUG : dir1/0014-89;=.txtSUFFIX: Excluded (Path Filter)
2025/09/10 04:48:03 DEBUG : dir1/0014-89;=.txtSUFFIX: Excluded
2025/09/10 04:48:03 DEBUG : dir1/0015-9;=.txtSUFFIX: Excluded (Path Filter)
2025/09/10 04:48:03 DEBUG : dir1/0015-9;=.txtSUFFIX: Excluded
2025/09/10 04:48:05 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX
2025/09/10 04:48:05 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcdefg.txtSUFFIX
2025/09/10 04:48:05 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX
2025/09/10 04:48:05 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX
2025/09/10 04:48:05 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX
2025/09/10 04:48:05 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX
2025/09/10 04:48:05 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX
2025/09/10 04:48:05 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX
2025/09/10 04:48:05 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX
2025/09/10 04:48:05 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX
2025/09/10 04:48:05 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX
2025/09/10 04:48:05 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX
2025/09/10 04:48:05 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX
2025/09/10 04:48:05 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX
2025/09/10 04:48:05 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX
2025/09/10 04:48:05 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX
2025/09/10 04:48:05 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX
2025/09/10 04:48:05 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX
2025/09/10 04:48:05 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX
2025/09/10 04:48:05 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX
2025/09/10 04:48:05 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX
2025/09/10 04:48:05 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX
2025/09/10 04:48:05 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX
2025/09/10 04:48:05 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX
2025/09/10 04:48:05 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX
2025/09/10 04:48:05 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX
2025/09/10 04:48:05 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX
2025/09/10 04:48:05 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX
2025/09/10 04:48:05 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX
2025/09/10 04:48:05 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX
2025/09/10 04:48:05 DEBUG : apple: transformed to: appleSUFFIX
2025/09/10 04:48:05 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX
2025/09/10 04:48:05 DEBUG : apple: transformed to: appleSUFFIX
2025/09/10 04:48:05 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX
2025/09/10 04:48:05 DEBUG : apple: transformed to: appleSUFFIX
2025/09/10 04:48:05 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX
2025/09/10 04:48:05 DEBUG : apple: transformed to: appleSUFFIX
2025/09/10 04:48:05 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX
2025/09/10 04:48:05 DEBUG : apple: transformed to: appleSUFFIX
2025/09/10 04:48:05 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX
2025/09/10 04:48:05 DEBUG : apple: transformed to: appleSUFFIX
2025/09/10 04:48:05 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX
2025/09/10 04:48:05 DEBUG : apple: transformed to: appleSUFFIX
2025/09/10 04:48:05 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX
2025/09/10 04:48:05 DEBUG : apple: transformed to: appleSUFFIX
2025/09/10 04:48:05 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX
2025/09/10 04:48:05 DEBUG : apple: transformed to: appleSUFFIX
2025/09/10 04:48:05 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX
2025/09/10 04:48:05 DEBUG : apple: transformed to: appleSUFFIX
2025/09/10 04:48:05 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX
2025/09/10 04:48:05 DEBUG : apple: transformed to: appleSUFFIX
2025/09/10 04:48:05 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX
2025/09/10 04:48:05 DEBUG : apple: transformed to: appleSUFFIX
2025/09/10 04:48:05 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX
2025/09/10 04:48:05 DEBUG : apple: transformed to: appleSUFFIX
2025/09/10 04:48:05 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX
2025/09/10 04:48:05 DEBUG : apple: transformed to: appleSUFFIX
2025/09/10 04:48:05 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX
2025/09/10 04:48:05 DEBUG : apple: transformed to: appleSUFFIX
2025/09/10 04:48:05 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX
2025/09/10 04:48:05 DEBUG : apple: transformed to: appleSUFFIX
2025/09/10 04:48:05 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcdefg.txtSUFFIX
2025/09/10 04:48:05 DEBUG : banana: transformed to: bananaSUFFIX
2025/09/10 04:48:05 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX
2025/09/10 04:48:05 DEBUG : banana: transformed to: bananaSUFFIX
2025/09/10 04:48:05 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX
2025/09/10 04:48:05 DEBUG : banana: transformed to: bananaSUFFIX
2025/09/10 04:48:05 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX
2025/09/10 04:48:05 DEBUG : banana: transformed to: bananaSUFFIX
2025/09/10 04:48:05 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX
2025/09/10 04:48:05 DEBUG : banana: transformed to: bananaSUFFIX
2025/09/10 04:48:05 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX
2025/09/10 04:48:05 DEBUG : banana: transformed to: bananaSUFFIX
2025/09/10 04:48:05 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX
2025/09/10 04:48:05 DEBUG : banana: transformed to: bananaSUFFIX
2025/09/10 04:48:05 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX
2025/09/10 04:48:05 DEBUG : banana: transformed to: bananaSUFFIX
2025/09/10 04:48:05 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX
2025/09/10 04:48:05 DEBUG : banana: transformed to: bananaSUFFIX
2025/09/10 04:48:05 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX
2025/09/10 04:48:05 DEBUG : banana: transformed to: bananaSUFFIX
2025/09/10 04:48:05 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX
2025/09/10 04:48:05 DEBUG : banana: transformed to: bananaSUFFIX
2025/09/10 04:48:05 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX
2025/09/10 04:48:05 DEBUG : banana: transformed to: bananaSUFFIX
2025/09/10 04:48:05 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX
2025/09/10 04:48:05 DEBUG : banana: transformed to: bananaSUFFIX
2025/09/10 04:48:05 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX
2025/09/10 04:48:05 DEBUG : banana: transformed to: bananaSUFFIX
2025/09/10 04:48:05 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX
2025/09/10 04:48:05 DEBUG : banana: transformed to: bananaSUFFIX
2025/09/10 04:48:05 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX
2025/09/10 04:48:05 DEBUG : banana: transformed to: bananaSUFFIX
2025/09/10 04:48:05 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcdefg.txtSUFFIX
2025/09/10 04:48:05 DEBUG : banana: transformed to: bananaSUFFIX
2025/09/10 04:48:05 DEBUG : apple: transformed to: appleSUFFIX
2025/09/10 04:48:05 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX
2025/09/10 04:48:05 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX
2025/09/10 04:48:05 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX
2025/09/10 04:48:05 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX
2025/09/10 04:48:05 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX
2025/09/10 04:48:05 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX
2025/09/10 04:48:05 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX
2025/09/10 04:48:05 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX
2025/09/10 04:48:05 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX
2025/09/10 04:48:05 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX
2025/09/10 04:48:05 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX
2025/09/10 04:48:05 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX
2025/09/10 04:48:05 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX
2025/09/10 04:48:05 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX
2025/09/10 04:48:05 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX
2025/09/10 04:48:05 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX
2025/09/10 04:48:05 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX
2025/09/10 04:48:05 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX
2025/09/10 04:48:05 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX
2025/09/10 04:48:05 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX
2025/09/10 04:48:05 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX
2025/09/10 04:48:05 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX
2025/09/10 04:48:05 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX
2025/09/10 04:48:05 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX
2025/09/10 04:48:05 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX
2025/09/10 04:48:05 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX
2025/09/10 04:48:05 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX
2025/09/10 04:48:05 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX
2025/09/10 04:48:05 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX
2025/09/10 04:48:05 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX
2025/09/10 04:48:05 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX
2025/09/10 04:48:05 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcdefg.txtSUFFIX
2025/09/10 04:48:05 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX
2025/09/10 04:48:05 DEBUG : banana: transformed to: bananaSUFFIX
2025/09/10 04:48:05 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX
2025/09/10 04:48:05 DEBUG : apple: transformed to: appleSUFFIX
2025/09/10 04:48:05 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX
2025/09/10 04:48:05 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX
2025/09/10 04:48:05 DEBUG : apple: transformed to: appleSUFFIX
2025/09/10 04:48:05 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX
2025/09/10 04:48:05 DEBUG : banana: transformed to: bananaSUFFIX
2025/09/10 04:48:05 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcdefg.txtSUFFIX
2025/09/10 04:48:05 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX
2025/09/10 04:48:05 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX
2025/09/10 04:48:05 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX
2025/09/10 04:48:05 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX
2025/09/10 04:48:05 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX
2025/09/10 04:48:05 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX
2025/09/10 04:48:05 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX
2025/09/10 04:48:05 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX
2025/09/10 04:48:05 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX
2025/09/10 04:48:05 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX
2025/09/10 04:48:05 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX
2025/09/10 04:48:05 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX
2025/09/10 04:48:05 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX
2025/09/10 04:48:05 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX
2025/09/10 04:48:05 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX
2025/09/10 04:48:05 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX
2025/09/10 04:48:05 DEBUG : apple: Need to transfer - File not found at Destination
2025/09/10 04:48:05 DEBUG : appleappleapplebanana: Need to transfer - File not found at Destination
2025/09/10 04:48:05 DEBUG : banana: Need to transfer - File not found at Destination
2025/09/10 04:48:05 DEBUG : splitbananasplit: Need to transfer - File not found at Destination
2025/09/10 04:48:06 DEBUG : dir1/0000-abcdefg.txt: Need to transfer - File not found at Destination
2025/09/10 04:48:06 DEBUG : dir1/0001-bcdefgh.txt: Need to transfer - File not found at Destination
2025/09/10 04:48:06 DEBUG : dir1/0002-cdefghi.txt: Need to transfer - File not found at Destination
2025/09/10 04:48:06 DEBUG : dir1/0003-defghij.txt: Need to transfer - File not found at Destination
2025/09/10 04:48:06 DEBUG : dir1/0004-efghijk.txt: Need to transfer - File not found at Destination
2025/09/10 04:48:06 DEBUG : dir1/0005-fghijkl.txt: Need to transfer - File not found at Destination
2025/09/10 04:48:06 DEBUG : dir1/0006-ghijklm.txt: Need to transfer - File not found at Destination
2025/09/10 04:48:06 DEBUG : dir1/0007-1234567.txt: Need to transfer - File not found at Destination
2025/09/10 04:48:06 DEBUG : dir1/0008-2345678.txt: Need to transfer - File not found at Destination
2025/09/10 04:48:06 DEBUG : dir1/0009-3456789.txt: Need to transfer - File not found at Destination
2025/09/10 04:48:06 DEBUG : dir1/0010-456789.txt: Need to transfer - File not found at Destination
2025/09/10 04:48:06 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination
2025/09/10 04:48:06 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination
2025/09/10 04:48:06 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination
2025/09/10 04:48:06 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination
2025/09/10 04:48:06 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination
2025/09/10 04:48:06 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu': Waiting for checks to finish
2025/09/10 04:48:06 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu': Waiting for transfers to finish
2025/09/10 04:48:08 INFO : banana: Copied (new)
2025/09/10 04:48:08 INFO : apple: Copied (new)
2025/09/10 04:48:08 INFO : splitbananasplit: Copied (new)
2025/09/10 04:48:08 INFO : appleappleapplebanana: Copied (new)
2025/09/10 04:48:10 INFO : dir1/0002-cdefghi.txt: Copied (new)
2025/09/10 04:48:10 INFO : dir1/0001-bcdefgh.txt: Copied (new)
2025/09/10 04:48:10 INFO : dir1/0000-abcdefg.txt: Copied (new)
2025/09/10 04:48:10 INFO : dir1/0003-defghij.txt: Copied (new)
2025/09/10 04:48:13 INFO : dir1/0007-1234567.txt: Copied (new)
2025/09/10 04:48:13 INFO : dir1/0006-ghijklm.txt: Copied (new)
2025/09/10 04:48:13 INFO : dir1/0004-efghijk.txt: Copied (new)
2025/09/10 04:48:13 INFO : dir1/0005-fghijkl.txt: Copied (new)
2025/09/10 04:48:15 INFO : dir1/0008-2345678.txt: Copied (new)
2025/09/10 04:48:15 INFO : dir1/0011-56789;.txt: Copied (new)
2025/09/10 04:48:15 INFO : dir1/0009-3456789.txt: Copied (new)
2025/09/10 04:48:16 INFO : dir1/0010-456789.txt: Copied (new)
2025/09/10 04:48:17 INFO : dir1/0012-6789;.txt: Copied (new)
2025/09/10 04:48:17 INFO : dir1/0013-789;=.txt: Copied (new)
2025/09/10 04:48:18 INFO : dir1/0014-89;=.txt: Copied (new)
2025/09/10 04:48:18 INFO : dir1/0015-9;=.txt: Copied (new)
2025/09/10 04:48:18 DEBUG : Waiting for deletions to finish
2025/09/10 04:48:18 INFO : appleappleapplebananaSUFFIX: Deleted
2025/09/10 04:48:18 INFO : dir1/0007-1234567.txtSUFFIX: Deleted
2025/09/10 04:48:18 INFO : dir1/0000-abcdefg.txtSUFFIX: Deleted
2025/09/10 04:48:19 INFO : dir1/0003-defghij.txtSUFFIX: Deleted
2025/09/10 04:48:19 INFO : dir1/0014-89;=.txtSUFFIX: Deleted
2025/09/10 04:48:19 INFO : dir1/0008-2345678.txtSUFFIX: Deleted
2025/09/10 04:48:19 INFO : dir1/0006-ghijklm.txtSUFFIX: Deleted
2025/09/10 04:48:19 INFO : dir1/0005-fghijkl.txtSUFFIX: Deleted
2025/09/10 04:48:19 INFO : dir1/0009-3456789.txtSUFFIX: Deleted
2025/09/10 04:48:19 INFO : dir1/0010-456789.txtSUFFIX: Deleted
2025/09/10 04:48:19 INFO : splitbananasplitSUFFIX: Deleted
2025/09/10 04:48:20 INFO : dir1/0002-cdefghi.txtSUFFIX: Deleted
2025/09/10 04:48:20 INFO : dir1/0004-efghijk.txtSUFFIX: Deleted
2025/09/10 04:48:20 INFO : dir1/0015-9;=.txtSUFFIX: Deleted
2025/09/10 04:48:20 INFO : dir1/0011-56789;.txtSUFFIX: Deleted
2025/09/10 04:48:20 INFO : appleSUFFIX: Deleted
2025/09/10 04:48:20 INFO : bananaSUFFIX: Deleted
2025/09/10 04:48:20 INFO : dir1/0001-bcdefgh.txtSUFFIX: Deleted
2025/09/10 04:48:20 INFO : dir1/0012-6789;.txtSUFFIX: Deleted
2025/09/10 04:48:20 INFO : dir1/0013-789;=.txtSUFFIX: Deleted
2025/09/10 04:48:20 DEBUG : Waiting for deletions to finish
2025/09/10 04:48:21 DEBUG : banana: Excluded (Path Filter)
2025/09/10 04:48:21 DEBUG : banana: Excluded
2025/09/10 04:48:21 DEBUG : apple: Excluded (Path Filter)
2025/09/10 04:48:21 DEBUG : apple: Excluded
2025/09/10 04:48:21 DEBUG : appleappleapplebanana: Excluded (Path Filter)
2025/09/10 04:48:21 DEBUG : appleappleapplebanana: Excluded
2025/09/10 04:48:21 DEBUG : splitbananasplit: Excluded (Path Filter)
2025/09/10 04:48:21 DEBUG : splitbananasplit: Excluded
2025/09/10 04:48:22 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter)
2025/09/10 04:48:22 DEBUG : dir1/0000-abcdefg.txt: Excluded
2025/09/10 04:48:22 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter)
2025/09/10 04:48:22 DEBUG : dir1/0002-cdefghi.txt: Excluded
2025/09/10 04:48:22 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter)
2025/09/10 04:48:22 DEBUG : dir1/0001-bcdefgh.txt: Excluded
2025/09/10 04:48:22 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter)
2025/09/10 04:48:22 DEBUG : dir1/0003-defghij.txt: Excluded
2025/09/10 04:48:22 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter)
2025/09/10 04:48:22 DEBUG : dir1/0004-efghijk.txt: Excluded
2025/09/10 04:48:22 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter)
2025/09/10 04:48:22 DEBUG : dir1/0005-fghijkl.txt: Excluded
2025/09/10 04:48:22 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter)
2025/09/10 04:48:22 DEBUG : dir1/0006-ghijklm.txt: Excluded
2025/09/10 04:48:22 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter)
2025/09/10 04:48:22 DEBUG : dir1/0007-1234567.txt: Excluded
2025/09/10 04:48:22 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter)
2025/09/10 04:48:22 DEBUG : dir1/0008-2345678.txt: Excluded
2025/09/10 04:48:22 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter)
2025/09/10 04:48:22 DEBUG : dir1/0010-456789.txt: Excluded
2025/09/10 04:48:22 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter)
2025/09/10 04:48:22 DEBUG : dir1/0009-3456789.txt: Excluded
2025/09/10 04:48:22 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter)
2025/09/10 04:48:22 DEBUG : dir1/0011-56789;.txt: Excluded
2025/09/10 04:48:22 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter)
2025/09/10 04:48:22 DEBUG : dir1/0012-6789;.txt: Excluded
2025/09/10 04:48:22 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter)
2025/09/10 04:48:22 DEBUG : dir1/0014-89;=.txt: Excluded
2025/09/10 04:48:22 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter)
2025/09/10 04:48:22 DEBUG : dir1/0013-789;=.txt: Excluded
2025/09/10 04:48:22 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter)
2025/09/10 04:48:22 DEBUG : dir1/0015-9;=.txt: Excluded
2025/09/10 04:48:24 DEBUG : Waiting for deletions to finish
2025/09/10 04:48:24 DEBUG : banana: Excluded (Path Filter)
2025/09/10 04:48:24 DEBUG : banana: Excluded
2025/09/10 04:48:24 DEBUG : apple: Excluded (Path Filter)
2025/09/10 04:48:24 DEBUG : apple: Excluded
2025/09/10 04:48:24 DEBUG : appleappleapplebanana: Excluded (Path Filter)
2025/09/10 04:48:24 DEBUG : appleappleapplebanana: Excluded
2025/09/10 04:48:24 DEBUG : splitbananasplit: Excluded (Path Filter)
2025/09/10 04:48:24 DEBUG : splitbananasplit: Excluded
2025/09/10 04:48:25 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter)
2025/09/10 04:48:25 DEBUG : dir1/0000-abcdefg.txt: Excluded
2025/09/10 04:48:25 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter)
2025/09/10 04:48:25 DEBUG : dir1/0002-cdefghi.txt: Excluded
2025/09/10 04:48:25 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter)
2025/09/10 04:48:25 DEBUG : dir1/0001-bcdefgh.txt: Excluded
2025/09/10 04:48:25 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter)
2025/09/10 04:48:25 DEBUG : dir1/0003-defghij.txt: Excluded
2025/09/10 04:48:25 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter)
2025/09/10 04:48:25 DEBUG : dir1/0004-efghijk.txt: Excluded
2025/09/10 04:48:25 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter)
2025/09/10 04:48:25 DEBUG : dir1/0005-fghijkl.txt: Excluded
2025/09/10 04:48:25 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter)
2025/09/10 04:48:25 DEBUG : dir1/0006-ghijklm.txt: Excluded
2025/09/10 04:48:25 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter)
2025/09/10 04:48:25 DEBUG : dir1/0007-1234567.txt: Excluded
2025/09/10 04:48:25 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter)
2025/09/10 04:48:25 DEBUG : dir1/0008-2345678.txt: Excluded
2025/09/10 04:48:25 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter)
2025/09/10 04:48:25 DEBUG : dir1/0010-456789.txt: Excluded
2025/09/10 04:48:25 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter)
2025/09/10 04:48:25 DEBUG : dir1/0009-3456789.txt: Excluded
2025/09/10 04:48:25 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter)
2025/09/10 04:48:25 DEBUG : dir1/0011-56789;.txt: Excluded
2025/09/10 04:48:25 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter)
2025/09/10 04:48:25 DEBUG : dir1/0012-6789;.txt: Excluded
2025/09/10 04:48:25 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter)
2025/09/10 04:48:25 DEBUG : dir1/0014-89;=.txt: Excluded
2025/09/10 04:48:25 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter)
2025/09/10 04:48:25 DEBUG : dir1/0013-789;=.txt: Excluded
2025/09/10 04:48:25 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter)
2025/09/10 04:48:25 DEBUG : dir1/0015-9;=.txt: Excluded
=== RUN TestTransform/truncate
run.go:180: Remote "sugarsync root 'Test/rclone-test-qigorur2lunu'", Local "Local file system at /tmp/rclone3963953809", Modify Window "876000h0m0s"
2025/09/10 04:49:40 DEBUG : Waiting for deletions to finish
2025/09/10 04:49:40 DEBUG : apple: Excluded (Path Filter)
2025/09/10 04:49:40 DEBUG : apple: Excluded
2025/09/10 04:49:40 DEBUG : banana: Excluded (Path Filter)
2025/09/10 04:49:40 DEBUG : banana: Excluded
2025/09/10 04:49:40 DEBUG : appleappleapplebanana: Excluded (Path Filter)
2025/09/10 04:49:40 DEBUG : appleappleapplebanana: Excluded
2025/09/10 04:49:40 DEBUG : splitbananasplit: Excluded (Path Filter)
2025/09/10 04:49:40 DEBUG : splitbananasplit: Excluded
2025/09/10 04:49:41 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter)
2025/09/10 04:49:41 DEBUG : dir1/0000-abcdefg.txt: Excluded
2025/09/10 04:49:41 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter)
2025/09/10 04:49:41 DEBUG : dir1/0001-bcdefgh.txt: Excluded
2025/09/10 04:49:41 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter)
2025/09/10 04:49:41 DEBUG : dir1/0002-cdefghi.txt: Excluded
2025/09/10 04:49:41 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter)
2025/09/10 04:49:41 DEBUG : dir1/0003-defghij.txt: Excluded
2025/09/10 04:49:41 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter)
2025/09/10 04:49:41 DEBUG : dir1/0004-efghijk.txt: Excluded
2025/09/10 04:49:41 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter)
2025/09/10 04:49:41 DEBUG : dir1/0005-fghijkl.txt: Excluded
2025/09/10 04:49:41 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter)
2025/09/10 04:49:41 DEBUG : dir1/0006-ghijklm.txt: Excluded
2025/09/10 04:49:41 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter)
2025/09/10 04:49:41 DEBUG : dir1/0007-1234567.txt: Excluded
2025/09/10 04:49:41 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter)
2025/09/10 04:49:41 DEBUG : dir1/0008-2345678.txt: Excluded
2025/09/10 04:49:41 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter)
2025/09/10 04:49:41 DEBUG : dir1/0009-3456789.txt: Excluded
2025/09/10 04:49:41 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter)
2025/09/10 04:49:41 DEBUG : dir1/0010-456789.txt: Excluded
2025/09/10 04:49:41 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter)
2025/09/10 04:49:41 DEBUG : dir1/0011-56789;.txt: Excluded
2025/09/10 04:49:41 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter)
2025/09/10 04:49:41 DEBUG : dir1/0012-6789;.txt: Excluded
2025/09/10 04:49:41 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter)
2025/09/10 04:49:41 DEBUG : dir1/0013-789;=.txt: Excluded
2025/09/10 04:49:41 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter)
2025/09/10 04:49:41 DEBUG : dir1/0014-89;=.txt: Excluded
2025/09/10 04:49:41 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter)
2025/09/10 04:49:41 DEBUG : dir1/0015-9;=.txt: Excluded
2025/09/10 04:49:43 DEBUG : splitbananasplit: transformed to: splitbanan
2025/09/10 04:49:43 DEBUG : splitbananasplit: transformed to: splitbanan
2025/09/10 04:49:43 DEBUG : splitbananasplit: transformed to: splitbanan
2025/09/10 04:49:43 DEBUG : appleappleapplebanana: transformed to: appleapple
2025/09/10 04:49:43 DEBUG : splitbananasplit: transformed to: splitbanan
2025/09/10 04:49:43 DEBUG : appleappleapplebanana: transformed to: appleapple
2025/09/10 04:49:43 DEBUG : appleappleapplebanana: transformed to: appleapple
2025/09/10 04:49:43 DEBUG : appleappleapplebanana: transformed to: appleapple
2025/09/10 04:49:44 DEBUG : appleappleapplebanana: transformed to: appleapple
2025/09/10 04:49:44 DEBUG : appleappleapplebanana: Need to transfer - File not found at Destination
2025/09/10 04:49:44 DEBUG : splitbananasplit: transformed to: splitbanan
2025/09/10 04:49:44 DEBUG : splitbananasplit: Need to transfer - File not found at Destination
2025/09/10 04:49:44 DEBUG : apple: Sizes identical
2025/09/10 04:49:44 DEBUG : apple: Unchanged skipping
2025/09/10 04:49:44 DEBUG : appleappleapplebanana: transformed to: appleapple
2025/09/10 04:49:44 DEBUG : banana: Sizes identical
2025/09/10 04:49:44 DEBUG : banana: Unchanged skipping
2025/09/10 04:49:44 DEBUG : splitbananasplit: transformed to: splitbanan
2025/09/10 04:49:44 DEBUG : 0011-56789;.txt: transformed to: 0011-56789
2025/09/10 04:49:44 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.
2025/09/10 04:49:44 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk
2025/09/10 04:49:44 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.
2025/09/10 04:49:44 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk
2025/09/10 04:49:44 DEBUG : 0011-56789;.txt: transformed to: 0011-56789
2025/09/10 04:49:44 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;
2025/09/10 04:49:44 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.
2025/09/10 04:49:44 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;
2025/09/10 04:49:44 DEBUG : 0011-56789;.txt: transformed to: 0011-56789
2025/09/10 04:49:44 DEBUG : 0007-1234567.txt: transformed to: 0007-12345
2025/09/10 04:49:44 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.
2025/09/10 04:49:44 DEBUG : 0007-1234567.txt: transformed to: 0007-12345
2025/09/10 04:49:44 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;
2025/09/10 04:49:44 DEBUG : 0007-1234567.txt: transformed to: 0007-12345
2025/09/10 04:49:44 DEBUG : 0011-56789;.txt: transformed to: 0011-56789
2025/09/10 04:49:44 DEBUG : 0007-1234567.txt: transformed to: 0007-12345
2025/09/10 04:49:44 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk
2025/09/10 04:49:44 DEBUG : 0008-2345678.txt: transformed to: 0008-23456
2025/09/10 04:49:44 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.
2025/09/10 04:49:44 DEBUG : 0008-2345678.txt: transformed to: 0008-23456
2025/09/10 04:49:44 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;
2025/09/10 04:49:44 DEBUG : 0008-2345678.txt: transformed to: 0008-23456
2025/09/10 04:49:44 DEBUG : 0011-56789;.txt: transformed to: 0011-56789
2025/09/10 04:49:44 DEBUG : 0008-2345678.txt: transformed to: 0008-23456
2025/09/10 04:49:44 DEBUG : 0007-1234567.txt: transformed to: 0007-12345
2025/09/10 04:49:44 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=
2025/09/10 04:49:44 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.
2025/09/10 04:49:44 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=
2025/09/10 04:49:44 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;
2025/09/10 04:49:44 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi
2025/09/10 04:49:44 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.
2025/09/10 04:49:44 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi
2025/09/10 04:49:44 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=
2025/09/10 04:49:44 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi
2025/09/10 04:49:44 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;
2025/09/10 04:49:44 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi
2025/09/10 04:49:44 DEBUG : 0011-56789;.txt: transformed to: 0011-56789
2025/09/10 04:49:44 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi
2025/09/10 04:49:44 DEBUG : 0008-2345678.txt: transformed to: 0008-23456
2025/09/10 04:49:44 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi
2025/09/10 04:49:44 DEBUG : 0007-1234567.txt: transformed to: 0007-12345
2025/09/10 04:49:44 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi
2025/09/10 04:49:44 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk
2025/09/10 04:49:44 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh
2025/09/10 04:49:44 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.
2025/09/10 04:49:44 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh
2025/09/10 04:49:44 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=
2025/09/10 04:49:44 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh
2025/09/10 04:49:44 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;
2025/09/10 04:49:44 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh
2025/09/10 04:49:44 DEBUG : 0011-56789;.txt: transformed to: 0011-56789
2025/09/10 04:49:44 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh
2025/09/10 04:49:44 DEBUG : 0008-2345678.txt: transformed to: 0008-23456
2025/09/10 04:49:44 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh
2025/09/10 04:49:44 DEBUG : 0007-1234567.txt: transformed to: 0007-12345
2025/09/10 04:49:44 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh
2025/09/10 04:49:44 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk
2025/09/10 04:49:44 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh
2025/09/10 04:49:44 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi
2025/09/10 04:49:44 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg
2025/09/10 04:49:44 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.
2025/09/10 04:49:44 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg
2025/09/10 04:49:44 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=
2025/09/10 04:49:44 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg
2025/09/10 04:49:44 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;
2025/09/10 04:49:44 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg
2025/09/10 04:49:44 DEBUG : 0011-56789;.txt: transformed to: 0011-56789
2025/09/10 04:49:44 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg
2025/09/10 04:49:44 DEBUG : 0008-2345678.txt: transformed to: 0008-23456
2025/09/10 04:49:44 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg
2025/09/10 04:49:44 DEBUG : 0007-1234567.txt: transformed to: 0007-12345
2025/09/10 04:49:44 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg
2025/09/10 04:49:44 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk
2025/09/10 04:49:44 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg
2025/09/10 04:49:44 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi
2025/09/10 04:49:44 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg
2025/09/10 04:49:44 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh
2025/09/10 04:49:44 DEBUG : 0009-3456789.txt: transformed to: 0009-34567
2025/09/10 04:49:44 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.
2025/09/10 04:49:44 DEBUG : 0009-3456789.txt: transformed to: 0009-34567
2025/09/10 04:49:44 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=
2025/09/10 04:49:44 DEBUG : 0009-3456789.txt: transformed to: 0009-34567
2025/09/10 04:49:44 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;
2025/09/10 04:49:44 DEBUG : 0009-3456789.txt: transformed to: 0009-34567
2025/09/10 04:49:44 DEBUG : 0011-56789;.txt: transformed to: 0011-56789
2025/09/10 04:49:44 DEBUG : 0009-3456789.txt: transformed to: 0009-34567
2025/09/10 04:49:44 DEBUG : 0008-2345678.txt: transformed to: 0008-23456
2025/09/10 04:49:44 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij
2025/09/10 04:49:44 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.
2025/09/10 04:49:44 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij
2025/09/10 04:49:44 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=
2025/09/10 04:49:44 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij
2025/09/10 04:49:44 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;
2025/09/10 04:49:44 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij
2025/09/10 04:49:44 DEBUG : 0011-56789;.txt: transformed to: 0011-56789
2025/09/10 04:49:44 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij
2025/09/10 04:49:44 DEBUG : 0009-3456789.txt: transformed to: 0009-34567
2025/09/10 04:49:44 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij
2025/09/10 04:49:44 DEBUG : 0008-2345678.txt: transformed to: 0008-23456
2025/09/10 04:49:44 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij
2025/09/10 04:49:44 DEBUG : 0007-1234567.txt: transformed to: 0007-12345
2025/09/10 04:49:44 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij
2025/09/10 04:49:44 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk
2025/09/10 04:49:44 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij
2025/09/10 04:49:44 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi
2025/09/10 04:49:44 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef
2025/09/10 04:49:44 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.
2025/09/10 04:49:44 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef
2025/09/10 04:49:44 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=
2025/09/10 04:49:44 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef
2025/09/10 04:49:44 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;
2025/09/10 04:49:44 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef
2025/09/10 04:49:44 DEBUG : 0011-56789;.txt: transformed to: 0011-56789
2025/09/10 04:49:44 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef
2025/09/10 04:49:44 DEBUG : 0009-3456789.txt: transformed to: 0009-34567
2025/09/10 04:49:44 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef
2025/09/10 04:49:44 DEBUG : 0008-2345678.txt: transformed to: 0008-23456
2025/09/10 04:49:44 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef
2025/09/10 04:49:44 DEBUG : 0007-1234567.txt: transformed to: 0007-12345
2025/09/10 04:49:44 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef
2025/09/10 04:49:44 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk
2025/09/10 04:49:44 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef
2025/09/10 04:49:44 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij
2025/09/10 04:49:44 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef
2025/09/10 04:49:44 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi
2025/09/10 04:49:44 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef
2025/09/10 04:49:44 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh
2025/09/10 04:49:44 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef
2025/09/10 04:49:44 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg
2025/09/10 04:49:44 DEBUG : 0010-456789.txt: transformed to: 0010-45678
2025/09/10 04:49:44 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.
2025/09/10 04:49:44 DEBUG : 0010-456789.txt: transformed to: 0010-45678
2025/09/10 04:49:44 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=
2025/09/10 04:49:44 DEBUG : 0010-456789.txt: transformed to: 0010-45678
2025/09/10 04:49:44 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;
2025/09/10 04:49:44 DEBUG : 0010-456789.txt: transformed to: 0010-45678
2025/09/10 04:49:44 DEBUG : 0011-56789;.txt: transformed to: 0011-56789
2025/09/10 04:49:44 DEBUG : 0010-456789.txt: transformed to: 0010-45678
2025/09/10 04:49:44 DEBUG : 0009-3456789.txt: transformed to: 0009-34567
2025/09/10 04:49:44 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde
2025/09/10 04:49:44 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.
2025/09/10 04:49:44 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde
2025/09/10 04:49:44 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=
2025/09/10 04:49:44 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde
2025/09/10 04:49:44 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;
2025/09/10 04:49:44 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde
2025/09/10 04:49:44 DEBUG : 0011-56789;.txt: transformed to: 0011-56789
2025/09/10 04:49:44 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde
2025/09/10 04:49:44 DEBUG : 0010-456789.txt: transformed to: 0010-45678
2025/09/10 04:49:44 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde
2025/09/10 04:49:44 DEBUG : 0009-3456789.txt: transformed to: 0009-34567
2025/09/10 04:49:44 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde
2025/09/10 04:49:44 DEBUG : 0008-2345678.txt: transformed to: 0008-23456
2025/09/10 04:49:44 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde
2025/09/10 04:49:44 DEBUG : 0007-1234567.txt: transformed to: 0007-12345
2025/09/10 04:49:44 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde
2025/09/10 04:49:44 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk
2025/09/10 04:49:44 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde
2025/09/10 04:49:44 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij
2025/09/10 04:49:44 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde
2025/09/10 04:49:44 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi
2025/09/10 04:49:44 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde
2025/09/10 04:49:44 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh
2025/09/10 04:49:44 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde
2025/09/10 04:49:44 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg
2025/09/10 04:49:44 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde
2025/09/10 04:49:44 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef
2025/09/10 04:49:44 DEBUG : 0015-9;=.txt: transformed to: 0015-9;=.t
2025/09/10 04:49:44 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.
2025/09/10 04:49:44 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde
2025/09/10 04:49:44 DEBUG : dir1/0000-abcdefg.txt: Need to transfer - File not found at Destination
2025/09/10 04:49:44 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef
2025/09/10 04:49:44 DEBUG : dir1/0001-bcdefgh.txt: Need to transfer - File not found at Destination
2025/09/10 04:49:44 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg
2025/09/10 04:49:44 DEBUG : dir1/0002-cdefghi.txt: Need to transfer - File not found at Destination
2025/09/10 04:49:44 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh
2025/09/10 04:49:44 DEBUG : dir1/0003-defghij.txt: Need to transfer - File not found at Destination
2025/09/10 04:49:44 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi
2025/09/10 04:49:44 DEBUG : dir1/0004-efghijk.txt: Need to transfer - File not found at Destination
2025/09/10 04:49:44 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij
2025/09/10 04:49:44 DEBUG : dir1/0005-fghijkl.txt: Need to transfer - File not found at Destination
2025/09/10 04:49:44 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk
2025/09/10 04:49:44 DEBUG : dir1/0006-ghijklm.txt: Need to transfer - File not found at Destination
2025/09/10 04:49:44 DEBUG : 0007-1234567.txt: transformed to: 0007-12345
2025/09/10 04:49:44 DEBUG : dir1/0007-1234567.txt: Need to transfer - File not found at Destination
2025/09/10 04:49:44 DEBUG : 0008-2345678.txt: transformed to: 0008-23456
2025/09/10 04:49:44 DEBUG : dir1/0008-2345678.txt: Need to transfer - File not found at Destination
2025/09/10 04:49:44 DEBUG : 0009-3456789.txt: transformed to: 0009-34567
2025/09/10 04:49:44 DEBUG : dir1/0009-3456789.txt: Need to transfer - File not found at Destination
2025/09/10 04:49:44 DEBUG : 0010-456789.txt: transformed to: 0010-45678
2025/09/10 04:49:44 DEBUG : dir1/0010-456789.txt: Need to transfer - File not found at Destination
2025/09/10 04:49:44 DEBUG : 0011-56789;.txt: transformed to: 0011-56789
2025/09/10 04:49:44 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination
2025/09/10 04:49:44 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;
2025/09/10 04:49:44 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination
2025/09/10 04:49:44 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=
2025/09/10 04:49:44 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination
2025/09/10 04:49:44 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.
2025/09/10 04:49:44 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination
2025/09/10 04:49:44 DEBUG : 0015-9;=.txt: transformed to: 0015-9;=.t
2025/09/10 04:49:44 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination
2025/09/10 04:49:44 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde
2025/09/10 04:49:44 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu': Waiting for checks to finish
2025/09/10 04:49:44 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef
2025/09/10 04:49:44 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu': Waiting for transfers to finish
2025/09/10 04:49:46 INFO : splitbananasplit: Copied (new) to: splitbanan
2025/09/10 04:49:46 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg
2025/09/10 04:49:46 INFO : dir1/0000-abcdefg.txt: Copied (new) to: dir1/0000-abcde
2025/09/10 04:49:46 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh
2025/09/10 04:49:46 INFO : appleappleapplebanana: Copied (new) to: appleapple
2025/09/10 04:49:46 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi
2025/09/10 04:49:47 INFO : dir1/0001-bcdefgh.txt: Copied (new) to: dir1/0001-bcdef
2025/09/10 04:49:47 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij
2025/09/10 04:49:48 INFO : dir1/0003-defghij.txt: Copied (new) to: dir1/0003-defgh
2025/09/10 04:49:48 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk
2025/09/10 04:49:48 INFO : dir1/0002-cdefghi.txt: Copied (new) to: dir1/0002-cdefg
2025/09/10 04:49:48 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345
2025/09/10 04:49:48 INFO : dir1/0004-efghijk.txt: Copied (new) to: dir1/0004-efghi
2025/09/10 04:49:48 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456
2025/09/10 04:49:49 INFO : dir1/0005-fghijkl.txt: Copied (new) to: dir1/0005-fghij
2025/09/10 04:49:49 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567
2025/09/10 04:49:50 INFO : dir1/0006-ghijklm.txt: Copied (new) to: dir1/0006-ghijk
2025/09/10 04:49:50 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678
2025/09/10 04:49:50 INFO : dir1/0007-1234567.txt: Copied (new) to: dir1/0007-12345
2025/09/10 04:49:50 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789
2025/09/10 04:49:51 INFO : dir1/0008-2345678.txt: Copied (new) to: dir1/0008-23456
2025/09/10 04:49:51 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;
2025/09/10 04:49:51 INFO : dir1/0009-3456789.txt: Copied (new) to: dir1/0009-34567
2025/09/10 04:49:51 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=
2025/09/10 04:49:52 INFO : dir1/0010-456789.txt: Copied (new) to: dir1/0010-45678
2025/09/10 04:49:52 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.
2025/09/10 04:49:52 INFO : dir1/0011-56789;.txt: Copied (new) to: dir1/0011-56789
2025/09/10 04:49:52 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t
2025/09/10 04:49:53 INFO : dir1/0013-789;=.txt: Copied (new) to: dir1/0013-789;=
2025/09/10 04:49:53 INFO : dir1/0012-6789;.txt: Copied (new) to: dir1/0012-6789;
2025/09/10 04:49:54 INFO : dir1/0014-89;=.txt: Copied (new) to: dir1/0014-89;=.
2025/09/10 04:49:54 INFO : dir1/0015-9;=.txt: Copied (new) to: dir1/0015-9;=.t
2025/09/10 04:49:54 DEBUG : Waiting for deletions to finish
2025/09/10 04:49:55 INFO : dir1/0005-fghijkl.txt: Deleted
2025/09/10 04:49:55 INFO : appleappleapplebanana: Deleted
2025/09/10 04:49:55 INFO : dir1/0011-56789;.txt: Deleted
2025/09/10 04:49:55 INFO : dir1/0015-9;=.txt: Deleted
2025/09/10 04:49:55 INFO : dir1/0003-defghij.txt: Deleted
2025/09/10 04:49:55 INFO : dir1/0013-789;=.txt: Deleted
2025/09/10 04:49:55 INFO : splitbananasplit: Deleted
2025/09/10 04:49:55 INFO : dir1/0001-bcdefgh.txt: Deleted
2025/09/10 04:49:56 INFO : dir1/0004-efghijk.txt: Deleted
2025/09/10 04:49:56 INFO : dir1/0006-ghijklm.txt: Deleted
2025/09/10 04:49:56 INFO : dir1/0007-1234567.txt: Deleted
2025/09/10 04:49:56 INFO : dir1/0008-2345678.txt: Deleted
2025/09/10 04:49:56 INFO : dir1/0010-456789.txt: Deleted
2025/09/10 04:49:56 INFO : dir1/0000-abcdefg.txt: Deleted
2025/09/10 04:49:56 INFO : dir1/0002-cdefghi.txt: Deleted
2025/09/10 04:49:56 INFO : dir1/0014-89;=.txt: Deleted
2025/09/10 04:49:56 INFO : dir1/0009-3456789.txt: Deleted
2025/09/10 04:49:56 INFO : dir1/0012-6789;.txt: Deleted
2025/09/10 04:49:56 DEBUG : Waiting for deletions to finish
2025/09/10 04:49:57 DEBUG : apple: Excluded (Path Filter)
2025/09/10 04:49:57 DEBUG : apple: Excluded
2025/09/10 04:49:57 DEBUG : banana: Excluded (Path Filter)
2025/09/10 04:49:57 DEBUG : banana: Excluded
2025/09/10 04:49:57 DEBUG : appleapple: Excluded (Path Filter)
2025/09/10 04:49:57 DEBUG : appleapple: Excluded
2025/09/10 04:49:57 DEBUG : splitbanan: Excluded (Path Filter)
2025/09/10 04:49:57 DEBUG : splitbanan: Excluded
2025/09/10 04:49:58 DEBUG : dir1/0000-abcde: Excluded (Path Filter)
2025/09/10 04:49:58 DEBUG : dir1/0000-abcde: Excluded
2025/09/10 04:49:58 DEBUG : dir1/0001-bcdef: Excluded (Path Filter)
2025/09/10 04:49:58 DEBUG : dir1/0001-bcdef: Excluded
2025/09/10 04:49:58 DEBUG : dir1/0002-cdefg: Excluded (Path Filter)
2025/09/10 04:49:58 DEBUG : dir1/0002-cdefg: Excluded
2025/09/10 04:49:58 DEBUG : dir1/0003-defgh: Excluded (Path Filter)
2025/09/10 04:49:58 DEBUG : dir1/0003-defgh: Excluded
2025/09/10 04:49:58 DEBUG : dir1/0004-efghi: Excluded (Path Filter)
2025/09/10 04:49:58 DEBUG : dir1/0004-efghi: Excluded
2025/09/10 04:49:58 DEBUG : dir1/0005-fghij: Excluded (Path Filter)
2025/09/10 04:49:58 DEBUG : dir1/0005-fghij: Excluded
2025/09/10 04:49:58 DEBUG : dir1/0006-ghijk: Excluded (Path Filter)
2025/09/10 04:49:58 DEBUG : dir1/0006-ghijk: Excluded
2025/09/10 04:49:58 DEBUG : dir1/0007-12345: Excluded (Path Filter)
2025/09/10 04:49:58 DEBUG : dir1/0007-12345: Excluded
2025/09/10 04:49:58 DEBUG : dir1/0008-23456: Excluded (Path Filter)
2025/09/10 04:49:58 DEBUG : dir1/0008-23456: Excluded
2025/09/10 04:49:58 DEBUG : dir1/0009-34567: Excluded (Path Filter)
2025/09/10 04:49:58 DEBUG : dir1/0009-34567: Excluded
2025/09/10 04:49:58 DEBUG : dir1/0010-45678: Excluded (Path Filter)
2025/09/10 04:49:58 DEBUG : dir1/0010-45678: Excluded
2025/09/10 04:49:58 DEBUG : dir1/0011-56789: Excluded (Path Filter)
2025/09/10 04:49:58 DEBUG : dir1/0011-56789: Excluded
2025/09/10 04:49:58 DEBUG : dir1/0012-6789;: Excluded (Path Filter)
2025/09/10 04:49:58 DEBUG : dir1/0012-6789;: Excluded
2025/09/10 04:49:58 DEBUG : dir1/0013-789;=: Excluded (Path Filter)
2025/09/10 04:49:58 DEBUG : dir1/0013-789;=: Excluded
2025/09/10 04:49:58 DEBUG : dir1/0014-89;=.: Excluded (Path Filter)
2025/09/10 04:49:58 DEBUG : dir1/0014-89;=.: Excluded
2025/09/10 04:49:58 DEBUG : dir1/0015-9;=.t: Excluded (Path Filter)
2025/09/10 04:49:58 DEBUG : dir1/0015-9;=.t: Excluded
2025/09/10 04:49:59 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef
2025/09/10 04:49:59 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde
2025/09/10 04:49:59 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg
2025/09/10 04:49:59 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef
2025/09/10 04:49:59 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh
2025/09/10 04:49:59 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg
2025/09/10 04:49:59 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi
2025/09/10 04:49:59 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh
2025/09/10 04:49:59 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij
2025/09/10 04:49:59 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi
2025/09/10 04:49:59 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk
2025/09/10 04:49:59 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij
2025/09/10 04:49:59 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345
2025/09/10 04:49:59 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk
2025/09/10 04:49:59 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456
2025/09/10 04:49:59 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345
2025/09/10 04:49:59 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567
2025/09/10 04:49:59 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456
2025/09/10 04:49:59 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678
2025/09/10 04:49:59 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567
2025/09/10 04:49:59 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789
2025/09/10 04:49:59 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678
2025/09/10 04:49:59 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;
2025/09/10 04:49:59 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789
2025/09/10 04:49:59 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=
2025/09/10 04:49:59 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;
2025/09/10 04:49:59 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.
2025/09/10 04:49:59 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=
2025/09/10 04:49:59 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t
2025/09/10 04:49:59 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.
2025/09/10 04:49:59 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t
2025/09/10 04:49:59 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.
2025/09/10 04:49:59 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=
2025/09/10 04:49:59 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;
2025/09/10 04:49:59 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789
2025/09/10 04:49:59 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678
2025/09/10 04:49:59 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567
2025/09/10 04:49:59 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456
2025/09/10 04:49:59 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345
2025/09/10 04:49:59 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk
2025/09/10 04:49:59 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij
2025/09/10 04:49:59 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi
2025/09/10 04:49:59 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh
2025/09/10 04:49:59 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg
2025/09/10 04:49:59 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef
2025/09/10 04:49:59 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde
2025/09/10 04:49:59 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t
2025/09/10 04:49:59 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.
2025/09/10 04:49:59 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=
2025/09/10 04:49:59 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;
2025/09/10 04:49:59 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789
2025/09/10 04:49:59 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678
2025/09/10 04:49:59 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567
2025/09/10 04:49:59 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456
2025/09/10 04:49:59 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345
2025/09/10 04:49:59 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk
2025/09/10 04:49:59 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij
2025/09/10 04:49:59 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi
2025/09/10 04:49:59 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh
2025/09/10 04:49:59 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg
2025/09/10 04:49:59 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef
2025/09/10 04:49:59 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde
2025/09/10 04:49:59 DEBUG : appleappleapplebanana: transformed to: appleapple
2025/09/10 04:49:59 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t
2025/09/10 04:49:59 DEBUG : appleappleapplebanana: transformed to: appleapple
2025/09/10 04:49:59 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.
2025/09/10 04:49:59 DEBUG : appleappleapplebanana: transformed to: appleapple
2025/09/10 04:49:59 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=
2025/09/10 04:49:59 DEBUG : appleappleapplebanana: transformed to: appleapple
2025/09/10 04:49:59 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;
2025/09/10 04:49:59 DEBUG : appleappleapplebanana: transformed to: appleapple
2025/09/10 04:49:59 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789
2025/09/10 04:49:59 DEBUG : appleappleapplebanana: transformed to: appleapple
2025/09/10 04:49:59 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678
2025/09/10 04:49:59 DEBUG : appleappleapplebanana: transformed to: appleapple
2025/09/10 04:49:59 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567
2025/09/10 04:49:59 DEBUG : appleappleapplebanana: transformed to: appleapple
2025/09/10 04:49:59 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456
2025/09/10 04:49:59 DEBUG : appleappleapplebanana: transformed to: appleapple
2025/09/10 04:49:59 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345
2025/09/10 04:49:59 DEBUG : appleappleapplebanana: transformed to: appleapple
2025/09/10 04:49:59 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk
2025/09/10 04:49:59 DEBUG : appleappleapplebanana: transformed to: appleapple
2025/09/10 04:49:59 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij
2025/09/10 04:49:59 DEBUG : appleappleapplebanana: transformed to: appleapple
2025/09/10 04:49:59 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi
2025/09/10 04:49:59 DEBUG : appleappleapplebanana: transformed to: appleapple
2025/09/10 04:49:59 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh
2025/09/10 04:49:59 DEBUG : appleappleapplebanana: transformed to: appleapple
2025/09/10 04:49:59 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg
2025/09/10 04:49:59 DEBUG : appleappleapplebanana: transformed to: appleapple
2025/09/10 04:49:59 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef
2025/09/10 04:49:59 DEBUG : appleappleapplebanana: transformed to: appleapple
2025/09/10 04:49:59 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde
2025/09/10 04:49:59 DEBUG : appleappleapplebanana: transformed to: appleapple
2025/09/10 04:49:59 DEBUG : appleappleapplebanana: transformed to: appleapple
2025/09/10 04:49:59 DEBUG : splitbananasplit: transformed to: splitbanan
2025/09/10 04:49:59 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t
2025/09/10 04:49:59 DEBUG : appleappleapplebanana: transformed to: appleapple
2025/09/10 04:49:59 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde
2025/09/10 04:49:59 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef
2025/09/10 04:49:59 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg
2025/09/10 04:49:59 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh
2025/09/10 04:49:59 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi
2025/09/10 04:49:59 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij
2025/09/10 04:49:59 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk
2025/09/10 04:49:59 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345
2025/09/10 04:49:59 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456
2025/09/10 04:49:59 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567
2025/09/10 04:49:59 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678
2025/09/10 04:49:59 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789
2025/09/10 04:49:59 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;
2025/09/10 04:49:59 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=
2025/09/10 04:49:59 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.
2025/09/10 04:49:59 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t
2025/09/10 04:49:59 DEBUG : splitbananasplit: transformed to: splitbanan
2025/09/10 04:49:59 DEBUG : splitbananasplit: transformed to: splitbanan
2025/09/10 04:49:59 DEBUG : splitbananasplit: transformed to: splitbanan
2025/09/10 04:49:59 DEBUG : splitbananasplit: transformed to: splitbanan
2025/09/10 04:49:59 DEBUG : appleappleapplebanana: transformed to: appleapple
2025/09/10 04:49:59 DEBUG : splitbananasplit: transformed to: splitbanan
2025/09/10 04:49:59 DEBUG : appleappleapplebanana: transformed to: appleapple
2025/09/10 04:49:59 DEBUG : appleappleapplebanana: transformed to: appleapple
2025/09/10 04:49:59 DEBUG : appleappleapplebanana: transformed to: appleapple
2025/09/10 04:50:00 DEBUG : appleappleapplebanana: transformed to: appleapple
2025/09/10 04:50:00 DEBUG : splitbananasplit: transformed to: splitbanan
2025/09/10 04:50:00 DEBUG : apple: Sizes identical
2025/09/10 04:50:00 DEBUG : apple: Unchanged skipping
2025/09/10 04:50:00 DEBUG : appleappleapplebanana: Sizes identical
2025/09/10 04:50:00 DEBUG : appleappleapplebanana: Unchanged skipping
2025/09/10 04:50:00 DEBUG : banana: Sizes identical
2025/09/10 04:50:00 DEBUG : banana: Unchanged skipping
2025/09/10 04:50:00 DEBUG : splitbananasplit: Sizes identical
2025/09/10 04:50:00 DEBUG : splitbananasplit: Unchanged skipping
2025/09/10 04:50:00 DEBUG : 0011-56789;.txt: transformed to: 0011-56789
2025/09/10 04:50:00 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.
2025/09/10 04:50:00 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk
2025/09/10 04:50:00 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.
2025/09/10 04:50:00 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk
2025/09/10 04:50:00 DEBUG : 0011-56789;.txt: transformed to: 0011-56789
2025/09/10 04:50:00 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;
2025/09/10 04:50:00 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.
2025/09/10 04:50:00 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;
2025/09/10 04:50:00 DEBUG : 0011-56789;.txt: transformed to: 0011-56789
2025/09/10 04:50:00 DEBUG : 0007-1234567.txt: transformed to: 0007-12345
2025/09/10 04:50:00 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.
2025/09/10 04:50:00 DEBUG : 0007-1234567.txt: transformed to: 0007-12345
2025/09/10 04:50:00 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;
2025/09/10 04:50:00 DEBUG : 0007-1234567.txt: transformed to: 0007-12345
2025/09/10 04:50:00 DEBUG : 0011-56789;.txt: transformed to: 0011-56789
2025/09/10 04:50:00 DEBUG : 0007-1234567.txt: transformed to: 0007-12345
2025/09/10 04:50:00 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk
2025/09/10 04:50:00 DEBUG : 0008-2345678.txt: transformed to: 0008-23456
2025/09/10 04:50:00 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.
2025/09/10 04:50:00 DEBUG : 0008-2345678.txt: transformed to: 0008-23456
2025/09/10 04:50:00 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;
2025/09/10 04:50:00 DEBUG : 0008-2345678.txt: transformed to: 0008-23456
2025/09/10 04:50:00 DEBUG : 0011-56789;.txt: transformed to: 0011-56789
2025/09/10 04:50:00 DEBUG : 0008-2345678.txt: transformed to: 0008-23456
2025/09/10 04:50:00 DEBUG : 0007-1234567.txt: transformed to: 0007-12345
2025/09/10 04:50:00 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=
2025/09/10 04:50:00 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.
2025/09/10 04:50:00 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=
2025/09/10 04:50:00 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;
2025/09/10 04:50:00 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi
2025/09/10 04:50:00 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.
2025/09/10 04:50:00 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi
2025/09/10 04:50:00 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=
2025/09/10 04:50:00 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi
2025/09/10 04:50:00 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;
2025/09/10 04:50:00 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi
2025/09/10 04:50:00 DEBUG : 0011-56789;.txt: transformed to: 0011-56789
2025/09/10 04:50:00 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi
2025/09/10 04:50:00 DEBUG : 0008-2345678.txt: transformed to: 0008-23456
2025/09/10 04:50:00 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi
2025/09/10 04:50:00 DEBUG : 0007-1234567.txt: transformed to: 0007-12345
2025/09/10 04:50:00 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi
2025/09/10 04:50:00 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk
2025/09/10 04:50:00 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh
2025/09/10 04:50:00 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.
2025/09/10 04:50:00 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh
2025/09/10 04:50:00 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=
2025/09/10 04:50:00 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh
2025/09/10 04:50:00 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;
2025/09/10 04:50:00 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh
2025/09/10 04:50:00 DEBUG : 0011-56789;.txt: transformed to: 0011-56789
2025/09/10 04:50:00 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh
2025/09/10 04:50:00 DEBUG : 0008-2345678.txt: transformed to: 0008-23456
2025/09/10 04:50:00 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh
2025/09/10 04:50:00 DEBUG : 0007-1234567.txt: transformed to: 0007-12345
2025/09/10 04:50:00 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh
2025/09/10 04:50:00 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk
2025/09/10 04:50:00 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh
2025/09/10 04:50:00 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi
2025/09/10 04:50:00 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg
2025/09/10 04:50:00 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.
2025/09/10 04:50:00 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg
2025/09/10 04:50:00 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=
2025/09/10 04:50:00 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg
2025/09/10 04:50:00 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;
2025/09/10 04:50:00 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg
2025/09/10 04:50:00 DEBUG : 0011-56789;.txt: transformed to: 0011-56789
2025/09/10 04:50:00 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg
2025/09/10 04:50:00 DEBUG : 0008-2345678.txt: transformed to: 0008-23456
2025/09/10 04:50:00 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg
2025/09/10 04:50:00 DEBUG : 0007-1234567.txt: transformed to: 0007-12345
2025/09/10 04:50:00 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg
2025/09/10 04:50:00 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk
2025/09/10 04:50:00 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg
2025/09/10 04:50:00 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi
2025/09/10 04:50:00 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg
2025/09/10 04:50:00 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh
2025/09/10 04:50:00 DEBUG : 0009-3456789.txt: transformed to: 0009-34567
2025/09/10 04:50:00 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.
2025/09/10 04:50:00 DEBUG : 0009-3456789.txt: transformed to: 0009-34567
2025/09/10 04:50:00 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=
2025/09/10 04:50:00 DEBUG : 0009-3456789.txt: transformed to: 0009-34567
2025/09/10 04:50:00 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;
2025/09/10 04:50:00 DEBUG : 0009-3456789.txt: transformed to: 0009-34567
2025/09/10 04:50:00 DEBUG : 0011-56789;.txt: transformed to: 0011-56789
2025/09/10 04:50:00 DEBUG : 0009-3456789.txt: transformed to: 0009-34567
2025/09/10 04:50:00 DEBUG : 0008-2345678.txt: transformed to: 0008-23456
2025/09/10 04:50:00 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij
2025/09/10 04:50:00 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.
2025/09/10 04:50:00 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij
2025/09/10 04:50:00 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=
2025/09/10 04:50:00 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij
2025/09/10 04:50:00 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;
2025/09/10 04:50:00 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij
2025/09/10 04:50:00 DEBUG : 0011-56789;.txt: transformed to: 0011-56789
2025/09/10 04:50:00 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij
2025/09/10 04:50:00 DEBUG : 0009-3456789.txt: transformed to: 0009-34567
2025/09/10 04:50:00 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij
2025/09/10 04:50:00 DEBUG : 0008-2345678.txt: transformed to: 0008-23456
2025/09/10 04:50:00 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij
2025/09/10 04:50:00 DEBUG : 0007-1234567.txt: transformed to: 0007-12345
2025/09/10 04:50:00 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij
2025/09/10 04:50:00 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk
2025/09/10 04:50:00 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij
2025/09/10 04:50:00 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi
2025/09/10 04:50:00 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef
2025/09/10 04:50:00 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.
2025/09/10 04:50:00 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef
2025/09/10 04:50:00 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=
2025/09/10 04:50:00 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef
2025/09/10 04:50:00 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;
2025/09/10 04:50:00 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef
2025/09/10 04:50:00 DEBUG : 0011-56789;.txt: transformed to: 0011-56789
2025/09/10 04:50:00 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef
2025/09/10 04:50:00 DEBUG : 0009-3456789.txt: transformed to: 0009-34567
2025/09/10 04:50:00 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef
2025/09/10 04:50:00 DEBUG : 0008-2345678.txt: transformed to: 0008-23456
2025/09/10 04:50:00 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef
2025/09/10 04:50:00 DEBUG : 0007-1234567.txt: transformed to: 0007-12345
2025/09/10 04:50:00 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef
2025/09/10 04:50:00 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk
2025/09/10 04:50:00 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef
2025/09/10 04:50:00 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij
2025/09/10 04:50:00 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef
2025/09/10 04:50:00 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi
2025/09/10 04:50:00 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef
2025/09/10 04:50:00 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh
2025/09/10 04:50:00 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef
2025/09/10 04:50:00 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg
2025/09/10 04:50:00 DEBUG : 0010-456789.txt: transformed to: 0010-45678
2025/09/10 04:50:00 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.
2025/09/10 04:50:00 DEBUG : 0010-456789.txt: transformed to: 0010-45678
2025/09/10 04:50:00 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=
2025/09/10 04:50:00 DEBUG : 0010-456789.txt: transformed to: 0010-45678
2025/09/10 04:50:00 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;
2025/09/10 04:50:00 DEBUG : 0010-456789.txt: transformed to: 0010-45678
2025/09/10 04:50:00 DEBUG : 0011-56789;.txt: transformed to: 0011-56789
2025/09/10 04:50:00 DEBUG : 0010-456789.txt: transformed to: 0010-45678
2025/09/10 04:50:00 DEBUG : 0009-3456789.txt: transformed to: 0009-34567
2025/09/10 04:50:00 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde
2025/09/10 04:50:00 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.
2025/09/10 04:50:00 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde
2025/09/10 04:50:00 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=
2025/09/10 04:50:00 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde
2025/09/10 04:50:00 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;
2025/09/10 04:50:00 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde
2025/09/10 04:50:00 DEBUG : 0011-56789;.txt: transformed to: 0011-56789
2025/09/10 04:50:00 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde
2025/09/10 04:50:00 DEBUG : 0010-456789.txt: transformed to: 0010-45678
2025/09/10 04:50:00 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde
2025/09/10 04:50:00 DEBUG : 0009-3456789.txt: transformed to: 0009-34567
2025/09/10 04:50:00 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde
2025/09/10 04:50:00 DEBUG : 0008-2345678.txt: transformed to: 0008-23456
2025/09/10 04:50:00 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde
2025/09/10 04:50:00 DEBUG : 0007-1234567.txt: transformed to: 0007-12345
2025/09/10 04:50:00 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde
2025/09/10 04:50:00 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk
2025/09/10 04:50:00 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde
2025/09/10 04:50:00 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij
2025/09/10 04:50:00 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde
2025/09/10 04:50:00 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi
2025/09/10 04:50:00 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde
2025/09/10 04:50:00 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh
2025/09/10 04:50:00 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde
2025/09/10 04:50:00 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg
2025/09/10 04:50:00 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde
2025/09/10 04:50:00 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef
2025/09/10 04:50:00 DEBUG : 0015-9;=.txt: transformed to: 0015-9;=.t
2025/09/10 04:50:00 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.
2025/09/10 04:50:00 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde
2025/09/10 04:50:01 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef
2025/09/10 04:50:01 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg
2025/09/10 04:50:01 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh
2025/09/10 04:50:01 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi
2025/09/10 04:50:01 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij
2025/09/10 04:50:01 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk
2025/09/10 04:50:01 DEBUG : 0007-1234567.txt: transformed to: 0007-12345
2025/09/10 04:50:01 DEBUG : 0008-2345678.txt: transformed to: 0008-23456
2025/09/10 04:50:01 DEBUG : 0009-3456789.txt: transformed to: 0009-34567
2025/09/10 04:50:01 DEBUG : 0010-456789.txt: transformed to: 0010-45678
2025/09/10 04:50:01 DEBUG : 0011-56789;.txt: transformed to: 0011-56789
2025/09/10 04:50:01 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;
2025/09/10 04:50:01 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=
2025/09/10 04:50:01 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.
2025/09/10 04:50:01 DEBUG : 0015-9;=.txt: transformed to: 0015-9;=.t
2025/09/10 04:50:01 DEBUG : dir1/0000-abcdefg.txt: Sizes identical
2025/09/10 04:50:01 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping
2025/09/10 04:50:01 DEBUG : dir1/0001-bcdefgh.txt: Sizes identical
2025/09/10 04:50:01 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping
2025/09/10 04:50:01 DEBUG : dir1/0002-cdefghi.txt: Sizes identical
2025/09/10 04:50:01 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping
2025/09/10 04:50:01 DEBUG : dir1/0003-defghij.txt: Sizes identical
2025/09/10 04:50:01 DEBUG : dir1/0003-defghij.txt: Unchanged skipping
2025/09/10 04:50:01 DEBUG : dir1/0004-efghijk.txt: Sizes identical
2025/09/10 04:50:01 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping
2025/09/10 04:50:01 DEBUG : dir1/0005-fghijkl.txt: Sizes identical
2025/09/10 04:50:01 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping
2025/09/10 04:50:01 DEBUG : dir1/0006-ghijklm.txt: Sizes identical
2025/09/10 04:50:01 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping
2025/09/10 04:50:01 DEBUG : dir1/0007-1234567.txt: Sizes identical
2025/09/10 04:50:01 DEBUG : dir1/0007-1234567.txt: Unchanged skipping
2025/09/10 04:50:01 DEBUG : dir1/0008-2345678.txt: Sizes identical
2025/09/10 04:50:01 DEBUG : dir1/0008-2345678.txt: Unchanged skipping
2025/09/10 04:50:01 DEBUG : dir1/0009-3456789.txt: Sizes identical
2025/09/10 04:50:01 DEBUG : dir1/0009-3456789.txt: Unchanged skipping
2025/09/10 04:50:01 DEBUG : dir1/0010-456789.txt: Sizes identical
2025/09/10 04:50:01 DEBUG : dir1/0010-456789.txt: Unchanged skipping
2025/09/10 04:50:01 DEBUG : dir1/0011-56789;.txt: Sizes identical
2025/09/10 04:50:01 DEBUG : dir1/0011-56789;.txt: Unchanged skipping
2025/09/10 04:50:01 DEBUG : dir1/0012-6789;.txt: Sizes identical
2025/09/10 04:50:01 DEBUG : dir1/0012-6789;.txt: Unchanged skipping
2025/09/10 04:50:01 DEBUG : dir1/0013-789;=.txt: Sizes identical
2025/09/10 04:50:01 DEBUG : dir1/0013-789;=.txt: Unchanged skipping
2025/09/10 04:50:01 DEBUG : dir1/0014-89;=.txt: Sizes identical
2025/09/10 04:50:01 DEBUG : dir1/0014-89;=.txt: Unchanged skipping
2025/09/10 04:50:01 DEBUG : dir1/0015-9;=.txt: Sizes identical
2025/09/10 04:50:01 DEBUG : dir1/0015-9;=.txt: Unchanged skipping
2025/09/10 04:50:01 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu': Waiting for checks to finish
2025/09/10 04:50:01 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu': Waiting for transfers to finish
2025/09/10 04:50:01 DEBUG : Waiting for deletions to finish
2025/09/10 04:50:01 DEBUG : Waiting for deletions to finish
2025/09/10 04:50:02 DEBUG : apple: Excluded (Path Filter)
2025/09/10 04:50:02 DEBUG : apple: Excluded
2025/09/10 04:50:02 DEBUG : banana: Excluded (Path Filter)
2025/09/10 04:50:02 DEBUG : banana: Excluded
2025/09/10 04:50:02 DEBUG : appleapple: Excluded (Path Filter)
2025/09/10 04:50:02 DEBUG : appleapple: Excluded
2025/09/10 04:50:02 DEBUG : splitbanan: Excluded (Path Filter)
2025/09/10 04:50:02 DEBUG : splitbanan: Excluded
2025/09/10 04:50:03 DEBUG : dir1/0000-abcde: Excluded (Path Filter)
2025/09/10 04:50:03 DEBUG : dir1/0000-abcde: Excluded
2025/09/10 04:50:03 DEBUG : dir1/0001-bcdef: Excluded (Path Filter)
2025/09/10 04:50:03 DEBUG : dir1/0001-bcdef: Excluded
2025/09/10 04:50:03 DEBUG : dir1/0002-cdefg: Excluded (Path Filter)
2025/09/10 04:50:03 DEBUG : dir1/0002-cdefg: Excluded
2025/09/10 04:50:03 DEBUG : dir1/0003-defgh: Excluded (Path Filter)
2025/09/10 04:50:03 DEBUG : dir1/0003-defgh: Excluded
2025/09/10 04:50:03 DEBUG : dir1/0004-efghi: Excluded (Path Filter)
2025/09/10 04:50:03 DEBUG : dir1/0004-efghi: Excluded
2025/09/10 04:50:03 DEBUG : dir1/0005-fghij: Excluded (Path Filter)
2025/09/10 04:50:03 DEBUG : dir1/0005-fghij: Excluded
2025/09/10 04:50:03 DEBUG : dir1/0006-ghijk: Excluded (Path Filter)
2025/09/10 04:50:03 DEBUG : dir1/0006-ghijk: Excluded
2025/09/10 04:50:03 DEBUG : dir1/0007-12345: Excluded (Path Filter)
2025/09/10 04:50:03 DEBUG : dir1/0007-12345: Excluded
2025/09/10 04:50:03 DEBUG : dir1/0008-23456: Excluded (Path Filter)
2025/09/10 04:50:03 DEBUG : dir1/0008-23456: Excluded
2025/09/10 04:50:03 DEBUG : dir1/0009-34567: Excluded (Path Filter)
2025/09/10 04:50:03 DEBUG : dir1/0009-34567: Excluded
2025/09/10 04:50:03 DEBUG : dir1/0010-45678: Excluded (Path Filter)
2025/09/10 04:50:03 DEBUG : dir1/0010-45678: Excluded
2025/09/10 04:50:03 DEBUG : dir1/0011-56789: Excluded (Path Filter)
2025/09/10 04:50:03 DEBUG : dir1/0011-56789: Excluded
2025/09/10 04:50:03 DEBUG : dir1/0012-6789;: Excluded (Path Filter)
2025/09/10 04:50:03 DEBUG : dir1/0012-6789;: Excluded
2025/09/10 04:50:03 DEBUG : dir1/0013-789;=: Excluded (Path Filter)
2025/09/10 04:50:03 DEBUG : dir1/0013-789;=: Excluded
2025/09/10 04:50:03 DEBUG : dir1/0014-89;=.: Excluded (Path Filter)
2025/09/10 04:50:03 DEBUG : dir1/0014-89;=.: Excluded
2025/09/10 04:50:03 DEBUG : dir1/0015-9;=.t: Excluded (Path Filter)
2025/09/10 04:50:03 DEBUG : dir1/0015-9;=.t: Excluded
2025/09/10 04:50:04 DEBUG : appleappleapplebanana: transformed to: appleapple
2025/09/10 04:50:04 DEBUG : appleappleapplebanana: transformed to: appleapple
2025/09/10 04:50:04 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde
2025/09/10 04:50:04 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef
2025/09/10 04:50:04 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde
2025/09/10 04:50:04 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg
2025/09/10 04:50:04 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef
2025/09/10 04:50:04 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh
2025/09/10 04:50:04 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg
2025/09/10 04:50:04 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi
2025/09/10 04:50:04 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh
2025/09/10 04:50:04 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij
2025/09/10 04:50:04 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi
2025/09/10 04:50:04 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk
2025/09/10 04:50:04 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij
2025/09/10 04:50:04 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345
2025/09/10 04:50:04 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk
2025/09/10 04:50:04 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456
2025/09/10 04:50:04 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345
2025/09/10 04:50:04 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567
2025/09/10 04:50:04 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456
2025/09/10 04:50:04 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678
2025/09/10 04:50:04 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567
2025/09/10 04:50:04 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789
2025/09/10 04:50:04 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678
2025/09/10 04:50:04 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;
2025/09/10 04:50:04 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789
2025/09/10 04:50:04 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=
2025/09/10 04:50:04 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;
2025/09/10 04:50:04 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.
2025/09/10 04:50:04 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=
2025/09/10 04:50:04 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t
2025/09/10 04:50:04 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.
2025/09/10 04:50:04 DEBUG : splitbananasplit: transformed to: splitbanan
2025/09/10 04:50:04 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t
2025/09/10 04:50:04 DEBUG : appleappleapplebanana: transformed to: appleapple
2025/09/10 04:50:04 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde
2025/09/10 04:50:04 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef
2025/09/10 04:50:04 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg
2025/09/10 04:50:04 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh
2025/09/10 04:50:04 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi
2025/09/10 04:50:04 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij
2025/09/10 04:50:04 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk
2025/09/10 04:50:04 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345
2025/09/10 04:50:04 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456
2025/09/10 04:50:04 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567
2025/09/10 04:50:04 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678
2025/09/10 04:50:04 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789
2025/09/10 04:50:04 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;
2025/09/10 04:50:04 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=
2025/09/10 04:50:04 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.
2025/09/10 04:50:04 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t
2025/09/10 04:50:04 DEBUG : splitbananasplit: transformed to: splitbanan
=== RUN TestTransform/encoder
run.go:180: Remote "sugarsync root 'Test/rclone-test-qigorur2lunu'", Local "Local file system at /tmp/rclone3963953809", Modify Window "876000h0m0s"
2025/09/10 04:51:16 DEBUG : Waiting for deletions to finish
2025/09/10 04:51:17 DEBUG : apple: Excluded (Path Filter)
2025/09/10 04:51:17 DEBUG : apple: Excluded
2025/09/10 04:51:17 DEBUG : banana: Excluded (Path Filter)
2025/09/10 04:51:17 DEBUG : banana: Excluded
2025/09/10 04:51:17 DEBUG : appleappleapplebanana: Excluded (Path Filter)
2025/09/10 04:51:17 DEBUG : appleappleapplebanana: Excluded
2025/09/10 04:51:17 DEBUG : splitbananasplit: Excluded (Path Filter)
2025/09/10 04:51:17 DEBUG : splitbananasplit: Excluded
2025/09/10 04:51:18 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter)
2025/09/10 04:51:18 DEBUG : dir1/0000-abcdefg.txt: Excluded
2025/09/10 04:51:18 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter)
2025/09/10 04:51:18 DEBUG : dir1/0001-bcdefgh.txt: Excluded
2025/09/10 04:51:18 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter)
2025/09/10 04:51:18 DEBUG : dir1/0002-cdefghi.txt: Excluded
2025/09/10 04:51:18 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter)
2025/09/10 04:51:18 DEBUG : dir1/0003-defghij.txt: Excluded
2025/09/10 04:51:18 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter)
2025/09/10 04:51:18 DEBUG : dir1/0004-efghijk.txt: Excluded
2025/09/10 04:51:18 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter)
2025/09/10 04:51:18 DEBUG : dir1/0005-fghijkl.txt: Excluded
2025/09/10 04:51:18 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter)
2025/09/10 04:51:18 DEBUG : dir1/0006-ghijklm.txt: Excluded
2025/09/10 04:51:18 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter)
2025/09/10 04:51:18 DEBUG : dir1/0007-1234567.txt: Excluded
2025/09/10 04:51:18 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter)
2025/09/10 04:51:18 DEBUG : dir1/0008-2345678.txt: Excluded
2025/09/10 04:51:18 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter)
2025/09/10 04:51:18 DEBUG : dir1/0009-3456789.txt: Excluded
2025/09/10 04:51:18 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter)
2025/09/10 04:51:18 DEBUG : dir1/0010-456789.txt: Excluded
2025/09/10 04:51:18 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter)
2025/09/10 04:51:18 DEBUG : dir1/0011-56789;.txt: Excluded
2025/09/10 04:51:18 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter)
2025/09/10 04:51:18 DEBUG : dir1/0012-6789;.txt: Excluded
2025/09/10 04:51:18 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter)
2025/09/10 04:51:18 DEBUG : dir1/0013-789;=.txt: Excluded
2025/09/10 04:51:18 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter)
2025/09/10 04:51:18 DEBUG : dir1/0014-89;=.txt: Excluded
2025/09/10 04:51:18 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter)
2025/09/10 04:51:18 DEBUG : dir1/0015-9;=.txt: Excluded
2025/09/10 04:51:20 DEBUG : apple: Sizes identical
2025/09/10 04:51:20 DEBUG : apple: Unchanged skipping
2025/09/10 04:51:20 DEBUG : appleappleapplebanana: Sizes identical
2025/09/10 04:51:20 DEBUG : appleappleapplebanana: Unchanged skipping
2025/09/10 04:51:20 DEBUG : banana: Sizes identical
2025/09/10 04:51:20 DEBUG : banana: Unchanged skipping
2025/09/10 04:51:20 DEBUG : splitbananasplit: Sizes identical
2025/09/10 04:51:20 DEBUG : splitbananasplit: Unchanged skipping
2025/09/10 04:51:21 DEBUG : dir1/0001-bcdefgh.txt: Sizes identical
2025/09/10 04:51:21 DEBUG : dir1/0000-abcdefg.txt: Sizes identical
2025/09/10 04:51:21 DEBUG : dir1/0002-cdefghi.txt: Sizes identical
2025/09/10 04:51:21 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping
2025/09/10 04:51:21 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping
2025/09/10 04:51:21 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping
2025/09/10 04:51:21 DEBUG : dir1/0003-defghij.txt: Sizes identical
2025/09/10 04:51:21 DEBUG : dir1/0003-defghij.txt: Unchanged skipping
2025/09/10 04:51:21 DEBUG : dir1/0004-efghijk.txt: Sizes identical
2025/09/10 04:51:21 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping
2025/09/10 04:51:21 DEBUG : dir1/0006-ghijklm.txt: Sizes identical
2025/09/10 04:51:21 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping
2025/09/10 04:51:21 DEBUG : dir1/0007-1234567.txt: Sizes identical
2025/09/10 04:51:21 DEBUG : dir1/0005-fghijkl.txt: Sizes identical
2025/09/10 04:51:21 DEBUG : dir1/0008-2345678.txt: Sizes identical
2025/09/10 04:51:21 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping
2025/09/10 04:51:21 DEBUG : dir1/0009-3456789.txt: Sizes identical
2025/09/10 04:51:21 DEBUG : dir1/0009-3456789.txt: Unchanged skipping
2025/09/10 04:51:21 DEBUG : dir1/0010-456789.txt: Sizes identical
2025/09/10 04:51:21 DEBUG : dir1/0012-6789;.txt: Sizes identical
2025/09/10 04:51:21 DEBUG : dir1/0012-6789;.txt: Unchanged skipping
2025/09/10 04:51:21 DEBUG : dir1/0010-456789.txt: Unchanged skipping
2025/09/10 04:51:21 DEBUG : dir1/0013-789;=.txt: Sizes identical
2025/09/10 04:51:21 DEBUG : dir1/0007-1234567.txt: Unchanged skipping
2025/09/10 04:51:21 DEBUG : dir1/0013-789;=.txt: Unchanged skipping
2025/09/10 04:51:21 DEBUG : dir1/0008-2345678.txt: Unchanged skipping
2025/09/10 04:51:21 DEBUG : dir1/0011-56789;.txt: Sizes identical
2025/09/10 04:51:21 DEBUG : dir1/0011-56789;.txt: Unchanged skipping
2025/09/10 04:51:21 DEBUG : dir1/0014-89;=.txt: Sizes identical
2025/09/10 04:51:21 DEBUG : dir1/0014-89;=.txt: Unchanged skipping
2025/09/10 04:51:21 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu': Waiting for checks to finish
2025/09/10 04:51:21 DEBUG : dir1/0015-9;=.txt: Sizes identical
2025/09/10 04:51:21 DEBUG : dir1/0015-9;=.txt: Unchanged skipping
2025/09/10 04:51:21 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu': Waiting for transfers to finish
2025/09/10 04:51:21 DEBUG : Waiting for deletions to finish
2025/09/10 04:51:21 DEBUG : Waiting for deletions to finish
2025/09/10 04:51:22 DEBUG : apple: Excluded (Path Filter)
2025/09/10 04:51:22 DEBUG : apple: Excluded
2025/09/10 04:51:22 DEBUG : banana: Excluded (Path Filter)
2025/09/10 04:51:22 DEBUG : banana: Excluded
2025/09/10 04:51:22 DEBUG : appleappleapplebanana: Excluded (Path Filter)
2025/09/10 04:51:22 DEBUG : appleappleapplebanana: Excluded
2025/09/10 04:51:22 DEBUG : splitbananasplit: Excluded (Path Filter)
2025/09/10 04:51:22 DEBUG : splitbananasplit: Excluded
2025/09/10 04:51:23 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter)
2025/09/10 04:51:23 DEBUG : dir1/0000-abcdefg.txt: Excluded
2025/09/10 04:51:23 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter)
2025/09/10 04:51:23 DEBUG : dir1/0001-bcdefgh.txt: Excluded
2025/09/10 04:51:23 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter)
2025/09/10 04:51:23 DEBUG : dir1/0002-cdefghi.txt: Excluded
2025/09/10 04:51:23 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter)
2025/09/10 04:51:23 DEBUG : dir1/0003-defghij.txt: Excluded
2025/09/10 04:51:23 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter)
2025/09/10 04:51:23 DEBUG : dir1/0004-efghijk.txt: Excluded
2025/09/10 04:51:23 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter)
2025/09/10 04:51:23 DEBUG : dir1/0005-fghijkl.txt: Excluded
2025/09/10 04:51:23 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter)
2025/09/10 04:51:23 DEBUG : dir1/0006-ghijklm.txt: Excluded
2025/09/10 04:51:23 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter)
2025/09/10 04:51:23 DEBUG : dir1/0007-1234567.txt: Excluded
2025/09/10 04:51:23 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter)
2025/09/10 04:51:23 DEBUG : dir1/0008-2345678.txt: Excluded
2025/09/10 04:51:23 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter)
2025/09/10 04:51:23 DEBUG : dir1/0009-3456789.txt: Excluded
2025/09/10 04:51:23 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter)
2025/09/10 04:51:23 DEBUG : dir1/0010-456789.txt: Excluded
2025/09/10 04:51:23 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter)
2025/09/10 04:51:23 DEBUG : dir1/0011-56789;.txt: Excluded
2025/09/10 04:51:23 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter)
2025/09/10 04:51:23 DEBUG : dir1/0012-6789;.txt: Excluded
2025/09/10 04:51:23 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter)
2025/09/10 04:51:23 DEBUG : dir1/0013-789;=.txt: Excluded
2025/09/10 04:51:23 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter)
2025/09/10 04:51:23 DEBUG : dir1/0014-89;=.txt: Excluded
2025/09/10 04:51:23 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter)
2025/09/10 04:51:23 DEBUG : dir1/0015-9;=.txt: Excluded
2025/09/10 04:51:25 DEBUG : apple: Sizes identical
2025/09/10 04:51:25 DEBUG : apple: Unchanged skipping
2025/09/10 04:51:25 DEBUG : appleappleapplebanana: Sizes identical
2025/09/10 04:51:25 DEBUG : appleappleapplebanana: Unchanged skipping
2025/09/10 04:51:25 DEBUG : banana: Sizes identical
2025/09/10 04:51:25 DEBUG : banana: Unchanged skipping
2025/09/10 04:51:25 DEBUG : splitbananasplit: Sizes identical
2025/09/10 04:51:25 DEBUG : splitbananasplit: Unchanged skipping
2025/09/10 04:51:26 DEBUG : dir1/0000-abcdefg.txt: Sizes identical
2025/09/10 04:51:26 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping
2025/09/10 04:51:26 DEBUG : dir1/0001-bcdefgh.txt: Sizes identical
2025/09/10 04:51:26 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping
2025/09/10 04:51:26 DEBUG : dir1/0002-cdefghi.txt: Sizes identical
2025/09/10 04:51:26 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping
2025/09/10 04:51:26 DEBUG : dir1/0003-defghij.txt: Sizes identical
2025/09/10 04:51:26 DEBUG : dir1/0003-defghij.txt: Unchanged skipping
2025/09/10 04:51:26 DEBUG : dir1/0004-efghijk.txt: Sizes identical
2025/09/10 04:51:26 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping
2025/09/10 04:51:26 DEBUG : dir1/0005-fghijkl.txt: Sizes identical
2025/09/10 04:51:26 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping
2025/09/10 04:51:26 DEBUG : dir1/0006-ghijklm.txt: Sizes identical
2025/09/10 04:51:26 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping
2025/09/10 04:51:26 DEBUG : dir1/0007-1234567.txt: Sizes identical
2025/09/10 04:51:26 DEBUG : dir1/0007-1234567.txt: Unchanged skipping
2025/09/10 04:51:26 DEBUG : dir1/0008-2345678.txt: Sizes identical
2025/09/10 04:51:26 DEBUG : dir1/0008-2345678.txt: Unchanged skipping
2025/09/10 04:51:26 DEBUG : dir1/0009-3456789.txt: Sizes identical
2025/09/10 04:51:26 DEBUG : dir1/0009-3456789.txt: Unchanged skipping
2025/09/10 04:51:26 DEBUG : dir1/0010-456789.txt: Sizes identical
2025/09/10 04:51:26 DEBUG : dir1/0010-456789.txt: Unchanged skipping
2025/09/10 04:51:26 DEBUG : dir1/0011-56789;.txt: Sizes identical
2025/09/10 04:51:26 DEBUG : dir1/0011-56789;.txt: Unchanged skipping
2025/09/10 04:51:26 DEBUG : dir1/0012-6789;.txt: Sizes identical
2025/09/10 04:51:26 DEBUG : dir1/0012-6789;.txt: Unchanged skipping
2025/09/10 04:51:26 DEBUG : dir1/0013-789;=.txt: Sizes identical
2025/09/10 04:51:26 DEBUG : dir1/0013-789;=.txt: Unchanged skipping
2025/09/10 04:51:26 DEBUG : dir1/0014-89;=.txt: Sizes identical
2025/09/10 04:51:26 DEBUG : dir1/0014-89;=.txt: Unchanged skipping
2025/09/10 04:51:26 DEBUG : dir1/0015-9;=.txt: Sizes identical
2025/09/10 04:51:26 DEBUG : dir1/0015-9;=.txt: Unchanged skipping
2025/09/10 04:51:26 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu': Waiting for checks to finish
2025/09/10 04:51:26 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu': Waiting for transfers to finish
2025/09/10 04:51:26 DEBUG : Waiting for deletions to finish
2025/09/10 04:51:26 DEBUG : Waiting for deletions to finish
2025/09/10 04:51:27 DEBUG : apple: Excluded (Path Filter)
2025/09/10 04:51:27 DEBUG : apple: Excluded
2025/09/10 04:51:27 DEBUG : banana: Excluded (Path Filter)
2025/09/10 04:51:27 DEBUG : banana: Excluded
2025/09/10 04:51:27 DEBUG : appleappleapplebanana: Excluded (Path Filter)
2025/09/10 04:51:27 DEBUG : appleappleapplebanana: Excluded
2025/09/10 04:51:27 DEBUG : splitbananasplit: Excluded (Path Filter)
2025/09/10 04:51:27 DEBUG : splitbananasplit: Excluded
2025/09/10 04:51:27 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter)
2025/09/10 04:51:27 DEBUG : dir1/0000-abcdefg.txt: Excluded
2025/09/10 04:51:27 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter)
2025/09/10 04:51:27 DEBUG : dir1/0001-bcdefgh.txt: Excluded
2025/09/10 04:51:27 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter)
2025/09/10 04:51:27 DEBUG : dir1/0002-cdefghi.txt: Excluded
2025/09/10 04:51:27 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter)
2025/09/10 04:51:27 DEBUG : dir1/0003-defghij.txt: Excluded
2025/09/10 04:51:27 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter)
2025/09/10 04:51:27 DEBUG : dir1/0004-efghijk.txt: Excluded
2025/09/10 04:51:27 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter)
2025/09/10 04:51:27 DEBUG : dir1/0005-fghijkl.txt: Excluded
2025/09/10 04:51:27 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter)
2025/09/10 04:51:27 DEBUG : dir1/0006-ghijklm.txt: Excluded
2025/09/10 04:51:27 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter)
2025/09/10 04:51:27 DEBUG : dir1/0007-1234567.txt: Excluded
2025/09/10 04:51:27 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter)
2025/09/10 04:51:27 DEBUG : dir1/0008-2345678.txt: Excluded
2025/09/10 04:51:27 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter)
2025/09/10 04:51:27 DEBUG : dir1/0009-3456789.txt: Excluded
2025/09/10 04:51:27 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter)
2025/09/10 04:51:27 DEBUG : dir1/0010-456789.txt: Excluded
2025/09/10 04:51:27 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter)
2025/09/10 04:51:27 DEBUG : dir1/0011-56789;.txt: Excluded
2025/09/10 04:51:27 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter)
2025/09/10 04:51:27 DEBUG : dir1/0012-6789;.txt: Excluded
2025/09/10 04:51:27 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter)
2025/09/10 04:51:27 DEBUG : dir1/0013-789;=.txt: Excluded
2025/09/10 04:51:27 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter)
2025/09/10 04:51:27 DEBUG : dir1/0014-89;=.txt: Excluded
2025/09/10 04:51:27 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter)
2025/09/10 04:51:27 DEBUG : dir1/0015-9;=.txt: Excluded
2025/09/10 04:51:29 DEBUG : Waiting for deletions to finish
2025/09/10 04:51:30 DEBUG : apple: Excluded (Path Filter)
2025/09/10 04:51:30 DEBUG : apple: Excluded
2025/09/10 04:51:30 DEBUG : banana: Excluded (Path Filter)
2025/09/10 04:51:30 DEBUG : banana: Excluded
2025/09/10 04:51:30 DEBUG : appleappleapplebanana: Excluded (Path Filter)
2025/09/10 04:51:30 DEBUG : appleappleapplebanana: Excluded
2025/09/10 04:51:30 DEBUG : splitbananasplit: Excluded (Path Filter)
2025/09/10 04:51:30 DEBUG : splitbananasplit: Excluded
2025/09/10 04:51:30 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter)
2025/09/10 04:51:30 DEBUG : dir1/0000-abcdefg.txt: Excluded
2025/09/10 04:51:30 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter)
2025/09/10 04:51:30 DEBUG : dir1/0001-bcdefgh.txt: Excluded
2025/09/10 04:51:30 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter)
2025/09/10 04:51:30 DEBUG : dir1/0002-cdefghi.txt: Excluded
2025/09/10 04:51:30 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter)
2025/09/10 04:51:30 DEBUG : dir1/0003-defghij.txt: Excluded
2025/09/10 04:51:30 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter)
2025/09/10 04:51:30 DEBUG : dir1/0004-efghijk.txt: Excluded
2025/09/10 04:51:30 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter)
2025/09/10 04:51:30 DEBUG : dir1/0005-fghijkl.txt: Excluded
2025/09/10 04:51:30 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter)
2025/09/10 04:51:30 DEBUG : dir1/0006-ghijklm.txt: Excluded
2025/09/10 04:51:30 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter)
2025/09/10 04:51:30 DEBUG : dir1/0007-1234567.txt: Excluded
2025/09/10 04:51:30 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter)
2025/09/10 04:51:30 DEBUG : dir1/0008-2345678.txt: Excluded
2025/09/10 04:51:30 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter)
2025/09/10 04:51:30 DEBUG : dir1/0009-3456789.txt: Excluded
2025/09/10 04:51:30 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter)
2025/09/10 04:51:30 DEBUG : dir1/0010-456789.txt: Excluded
2025/09/10 04:51:30 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter)
2025/09/10 04:51:30 DEBUG : dir1/0011-56789;.txt: Excluded
2025/09/10 04:51:30 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter)
2025/09/10 04:51:30 DEBUG : dir1/0012-6789;.txt: Excluded
2025/09/10 04:51:30 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter)
2025/09/10 04:51:30 DEBUG : dir1/0013-789;=.txt: Excluded
2025/09/10 04:51:30 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter)
2025/09/10 04:51:30 DEBUG : dir1/0014-89;=.txt: Excluded
2025/09/10 04:51:30 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter)
2025/09/10 04:51:30 DEBUG : dir1/0015-9;=.txt: Excluded
=== RUN TestTransform/ISO-8859-1
run.go:180: Remote "sugarsync root 'Test/rclone-test-qigorur2lunu'", Local "Local file system at /tmp/rclone3963953809", Modify Window "876000h0m0s"
2025/09/10 04:52:45 DEBUG : Waiting for deletions to finish
2025/09/10 04:52:46 DEBUG : apple: Excluded (Path Filter)
2025/09/10 04:52:46 DEBUG : apple: Excluded
2025/09/10 04:52:46 DEBUG : banana: Excluded (Path Filter)
2025/09/10 04:52:46 DEBUG : banana: Excluded
2025/09/10 04:52:46 DEBUG : appleappleapplebanana: Excluded (Path Filter)
2025/09/10 04:52:46 DEBUG : appleappleapplebanana: Excluded
2025/09/10 04:52:46 DEBUG : splitbananasplit: Excluded (Path Filter)
2025/09/10 04:52:46 DEBUG : splitbananasplit: Excluded
2025/09/10 04:52:46 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter)
2025/09/10 04:52:46 DEBUG : dir1/0000-abcdefg.txt: Excluded
2025/09/10 04:52:46 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter)
2025/09/10 04:52:46 DEBUG : dir1/0001-bcdefgh.txt: Excluded
2025/09/10 04:52:46 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter)
2025/09/10 04:52:46 DEBUG : dir1/0002-cdefghi.txt: Excluded
2025/09/10 04:52:46 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter)
2025/09/10 04:52:46 DEBUG : dir1/0003-defghij.txt: Excluded
2025/09/10 04:52:46 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter)
2025/09/10 04:52:46 DEBUG : dir1/0004-efghijk.txt: Excluded
2025/09/10 04:52:46 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter)
2025/09/10 04:52:46 DEBUG : dir1/0005-fghijkl.txt: Excluded
2025/09/10 04:52:46 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter)
2025/09/10 04:52:46 DEBUG : dir1/0006-ghijklm.txt: Excluded
2025/09/10 04:52:46 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter)
2025/09/10 04:52:46 DEBUG : dir1/0007-1234567.txt: Excluded
2025/09/10 04:52:46 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter)
2025/09/10 04:52:46 DEBUG : dir1/0008-2345678.txt: Excluded
2025/09/10 04:52:46 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter)
2025/09/10 04:52:46 DEBUG : dir1/0009-3456789.txt: Excluded
2025/09/10 04:52:46 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter)
2025/09/10 04:52:46 DEBUG : dir1/0010-456789.txt: Excluded
2025/09/10 04:52:46 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter)
2025/09/10 04:52:46 DEBUG : dir1/0011-56789;.txt: Excluded
2025/09/10 04:52:46 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter)
2025/09/10 04:52:46 DEBUG : dir1/0012-6789;.txt: Excluded
2025/09/10 04:52:46 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter)
2025/09/10 04:52:46 DEBUG : dir1/0013-789;=.txt: Excluded
2025/09/10 04:52:46 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter)
2025/09/10 04:52:46 DEBUG : dir1/0014-89;=.txt: Excluded
2025/09/10 04:52:46 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter)
2025/09/10 04:52:46 DEBUG : dir1/0015-9;=.txt: Excluded
2025/09/10 04:52:49 DEBUG : apple: Sizes identical
2025/09/10 04:52:49 DEBUG : apple: Unchanged skipping
2025/09/10 04:52:49 DEBUG : appleappleapplebanana: Sizes identical
2025/09/10 04:52:49 DEBUG : appleappleapplebanana: Unchanged skipping
2025/09/10 04:52:49 DEBUG : banana: Sizes identical
2025/09/10 04:52:49 DEBUG : banana: Unchanged skipping
2025/09/10 04:52:49 DEBUG : splitbananasplit: Sizes identical
2025/09/10 04:52:49 DEBUG : splitbananasplit: Unchanged skipping
2025/09/10 04:52:50 DEBUG : dir1/0000-abcdefg.txt: Sizes identical
2025/09/10 04:52:50 DEBUG : dir1/0001-bcdefgh.txt: Sizes identical
2025/09/10 04:52:50 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping
2025/09/10 04:52:50 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping
2025/09/10 04:52:50 DEBUG : dir1/0003-defghij.txt: Sizes identical
2025/09/10 04:52:50 DEBUG : dir1/0003-defghij.txt: Unchanged skipping
2025/09/10 04:52:50 DEBUG : dir1/0004-efghijk.txt: Sizes identical
2025/09/10 04:52:50 DEBUG : dir1/0005-fghijkl.txt: Sizes identical
2025/09/10 04:52:50 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping
2025/09/10 04:52:50 DEBUG : dir1/0002-cdefghi.txt: Sizes identical
2025/09/10 04:52:50 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping
2025/09/10 04:52:50 DEBUG : dir1/0006-ghijklm.txt: Sizes identical
2025/09/10 04:52:50 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu': Waiting for checks to finish
2025/09/10 04:52:50 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping
2025/09/10 04:52:50 DEBUG : dir1/0008-2345678.txt: Sizes identical
2025/09/10 04:52:50 DEBUG : dir1/0009-3456789.txt: Sizes identical
2025/09/10 04:52:50 DEBUG : dir1/0007-1234567.txt: Sizes identical
2025/09/10 04:52:50 DEBUG : dir1/0009-3456789.txt: Unchanged skipping
2025/09/10 04:52:50 DEBUG : dir1/0007-1234567.txt: Unchanged skipping
2025/09/10 04:52:50 DEBUG : dir1/0010-456789.txt: Sizes identical
2025/09/10 04:52:50 DEBUG : dir1/0010-456789.txt: Unchanged skipping
2025/09/10 04:52:50 DEBUG : dir1/0012-6789;.txt: Sizes identical
2025/09/10 04:52:50 DEBUG : dir1/0012-6789;.txt: Unchanged skipping
2025/09/10 04:52:50 DEBUG : dir1/0011-56789;.txt: Sizes identical
2025/09/10 04:52:50 DEBUG : dir1/0013-789;=.txt: Sizes identical
2025/09/10 04:52:50 DEBUG : dir1/0013-789;=.txt: Unchanged skipping
2025/09/10 04:52:50 DEBUG : dir1/0015-9;=.txt: Sizes identical
2025/09/10 04:52:50 DEBUG : dir1/0011-56789;.txt: Unchanged skipping
2025/09/10 04:52:50 DEBUG : dir1/0008-2345678.txt: Unchanged skipping
2025/09/10 04:52:50 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping
2025/09/10 04:52:50 DEBUG : dir1/0015-9;=.txt: Unchanged skipping
2025/09/10 04:52:50 DEBUG : dir1/0014-89;=.txt: Sizes identical
2025/09/10 04:52:50 DEBUG : dir1/0014-89;=.txt: Unchanged skipping
2025/09/10 04:52:50 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu': Waiting for transfers to finish
2025/09/10 04:52:50 DEBUG : Waiting for deletions to finish
2025/09/10 04:52:50 DEBUG : Waiting for deletions to finish
2025/09/10 04:52:50 DEBUG : apple: Excluded (Path Filter)
2025/09/10 04:52:50 DEBUG : apple: Excluded
2025/09/10 04:52:50 DEBUG : banana: Excluded (Path Filter)
2025/09/10 04:52:50 DEBUG : banana: Excluded
2025/09/10 04:52:50 DEBUG : appleappleapplebanana: Excluded (Path Filter)
2025/09/10 04:52:50 DEBUG : appleappleapplebanana: Excluded
2025/09/10 04:52:50 DEBUG : splitbananasplit: Excluded (Path Filter)
2025/09/10 04:52:50 DEBUG : splitbananasplit: Excluded
2025/09/10 04:52:51 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter)
2025/09/10 04:52:51 DEBUG : dir1/0000-abcdefg.txt: Excluded
2025/09/10 04:52:51 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter)
2025/09/10 04:52:51 DEBUG : dir1/0001-bcdefgh.txt: Excluded
2025/09/10 04:52:51 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter)
2025/09/10 04:52:51 DEBUG : dir1/0002-cdefghi.txt: Excluded
2025/09/10 04:52:51 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter)
2025/09/10 04:52:51 DEBUG : dir1/0003-defghij.txt: Excluded
2025/09/10 04:52:51 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter)
2025/09/10 04:52:51 DEBUG : dir1/0004-efghijk.txt: Excluded
2025/09/10 04:52:51 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter)
2025/09/10 04:52:51 DEBUG : dir1/0005-fghijkl.txt: Excluded
2025/09/10 04:52:51 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter)
2025/09/10 04:52:51 DEBUG : dir1/0006-ghijklm.txt: Excluded
2025/09/10 04:52:51 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter)
2025/09/10 04:52:51 DEBUG : dir1/0007-1234567.txt: Excluded
2025/09/10 04:52:51 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter)
2025/09/10 04:52:51 DEBUG : dir1/0008-2345678.txt: Excluded
2025/09/10 04:52:51 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter)
2025/09/10 04:52:51 DEBUG : dir1/0009-3456789.txt: Excluded
2025/09/10 04:52:51 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter)
2025/09/10 04:52:51 DEBUG : dir1/0010-456789.txt: Excluded
2025/09/10 04:52:51 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter)
2025/09/10 04:52:51 DEBUG : dir1/0011-56789;.txt: Excluded
2025/09/10 04:52:51 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter)
2025/09/10 04:52:51 DEBUG : dir1/0012-6789;.txt: Excluded
2025/09/10 04:52:51 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter)
2025/09/10 04:52:51 DEBUG : dir1/0013-789;=.txt: Excluded
2025/09/10 04:52:51 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter)
2025/09/10 04:52:51 DEBUG : dir1/0014-89;=.txt: Excluded
2025/09/10 04:52:51 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter)
2025/09/10 04:52:51 DEBUG : dir1/0015-9;=.txt: Excluded
2025/09/10 04:52:53 DEBUG : apple: Sizes identical
2025/09/10 04:52:53 DEBUG : apple: Unchanged skipping
2025/09/10 04:52:53 DEBUG : appleappleapplebanana: Sizes identical
2025/09/10 04:52:53 DEBUG : appleappleapplebanana: Unchanged skipping
2025/09/10 04:52:53 DEBUG : banana: Sizes identical
2025/09/10 04:52:53 DEBUG : banana: Unchanged skipping
2025/09/10 04:52:53 DEBUG : splitbananasplit: Sizes identical
2025/09/10 04:52:53 DEBUG : splitbananasplit: Unchanged skipping
2025/09/10 04:52:54 DEBUG : dir1/0000-abcdefg.txt: Sizes identical
2025/09/10 04:52:54 DEBUG : dir1/0006-ghijklm.txt: Sizes identical
2025/09/10 04:52:54 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping
2025/09/10 04:52:54 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping
2025/09/10 04:52:54 DEBUG : dir1/0005-fghijkl.txt: Sizes identical
2025/09/10 04:52:54 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping
2025/09/10 04:52:54 DEBUG : dir1/0008-2345678.txt: Sizes identical
2025/09/10 04:52:54 DEBUG : dir1/0008-2345678.txt: Unchanged skipping
2025/09/10 04:52:54 DEBUG : dir1/0001-bcdefgh.txt: Sizes identical
2025/09/10 04:52:54 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping
2025/09/10 04:52:54 DEBUG : dir1/0007-1234567.txt: Sizes identical
2025/09/10 04:52:54 DEBUG : dir1/0010-456789.txt: Sizes identical
2025/09/10 04:52:54 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu': Waiting for checks to finish
2025/09/10 04:52:54 DEBUG : dir1/0007-1234567.txt: Unchanged skipping
2025/09/10 04:52:54 DEBUG : dir1/0009-3456789.txt: Sizes identical
2025/09/10 04:52:54 DEBUG : dir1/0004-efghijk.txt: Sizes identical
2025/09/10 04:52:54 DEBUG : dir1/0009-3456789.txt: Unchanged skipping
2025/09/10 04:52:54 DEBUG : dir1/0012-6789;.txt: Sizes identical
2025/09/10 04:52:54 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping
2025/09/10 04:52:54 DEBUG : dir1/0010-456789.txt: Unchanged skipping
2025/09/10 04:52:54 DEBUG : dir1/0002-cdefghi.txt: Sizes identical
2025/09/10 04:52:54 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping
2025/09/10 04:52:54 DEBUG : dir1/0012-6789;.txt: Unchanged skipping
2025/09/10 04:52:54 DEBUG : dir1/0011-56789;.txt: Sizes identical
2025/09/10 04:52:54 DEBUG : dir1/0011-56789;.txt: Unchanged skipping
2025/09/10 04:52:54 DEBUG : dir1/0013-789;=.txt: Sizes identical
2025/09/10 04:52:54 DEBUG : dir1/0013-789;=.txt: Unchanged skipping
2025/09/10 04:52:54 DEBUG : dir1/0014-89;=.txt: Sizes identical
2025/09/10 04:52:54 DEBUG : dir1/0014-89;=.txt: Unchanged skipping
2025/09/10 04:52:54 DEBUG : dir1/0003-defghij.txt: Sizes identical
2025/09/10 04:52:54 DEBUG : dir1/0003-defghij.txt: Unchanged skipping
2025/09/10 04:52:54 DEBUG : dir1/0015-9;=.txt: Sizes identical
2025/09/10 04:52:54 DEBUG : dir1/0015-9;=.txt: Unchanged skipping
2025/09/10 04:52:54 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu': Waiting for transfers to finish
2025/09/10 04:52:54 DEBUG : Waiting for deletions to finish
2025/09/10 04:52:54 DEBUG : Waiting for deletions to finish
2025/09/10 04:52:55 DEBUG : apple: Excluded (Path Filter)
2025/09/10 04:52:55 DEBUG : apple: Excluded
2025/09/10 04:52:55 DEBUG : banana: Excluded (Path Filter)
2025/09/10 04:52:55 DEBUG : banana: Excluded
2025/09/10 04:52:55 DEBUG : appleappleapplebanana: Excluded (Path Filter)
2025/09/10 04:52:55 DEBUG : appleappleapplebanana: Excluded
2025/09/10 04:52:55 DEBUG : splitbananasplit: Excluded (Path Filter)
2025/09/10 04:52:55 DEBUG : splitbananasplit: Excluded
2025/09/10 04:52:56 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter)
2025/09/10 04:52:56 DEBUG : dir1/0000-abcdefg.txt: Excluded
2025/09/10 04:52:56 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter)
2025/09/10 04:52:56 DEBUG : dir1/0001-bcdefgh.txt: Excluded
2025/09/10 04:52:56 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter)
2025/09/10 04:52:56 DEBUG : dir1/0002-cdefghi.txt: Excluded
2025/09/10 04:52:56 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter)
2025/09/10 04:52:56 DEBUG : dir1/0003-defghij.txt: Excluded
2025/09/10 04:52:56 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter)
2025/09/10 04:52:56 DEBUG : dir1/0004-efghijk.txt: Excluded
2025/09/10 04:52:56 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter)
2025/09/10 04:52:56 DEBUG : dir1/0005-fghijkl.txt: Excluded
2025/09/10 04:52:56 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter)
2025/09/10 04:52:56 DEBUG : dir1/0006-ghijklm.txt: Excluded
2025/09/10 04:52:56 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter)
2025/09/10 04:52:56 DEBUG : dir1/0007-1234567.txt: Excluded
2025/09/10 04:52:56 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter)
2025/09/10 04:52:56 DEBUG : dir1/0008-2345678.txt: Excluded
2025/09/10 04:52:56 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter)
2025/09/10 04:52:56 DEBUG : dir1/0009-3456789.txt: Excluded
2025/09/10 04:52:56 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter)
2025/09/10 04:52:56 DEBUG : dir1/0010-456789.txt: Excluded
2025/09/10 04:52:56 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter)
2025/09/10 04:52:56 DEBUG : dir1/0011-56789;.txt: Excluded
2025/09/10 04:52:56 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter)
2025/09/10 04:52:56 DEBUG : dir1/0012-6789;.txt: Excluded
2025/09/10 04:52:56 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter)
2025/09/10 04:52:56 DEBUG : dir1/0013-789;=.txt: Excluded
2025/09/10 04:52:56 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter)
2025/09/10 04:52:56 DEBUG : dir1/0014-89;=.txt: Excluded
2025/09/10 04:52:56 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter)
2025/09/10 04:52:56 DEBUG : dir1/0015-9;=.txt: Excluded
=== RUN TestTransform/charmap
run.go:180: Remote "sugarsync root 'Test/rclone-test-qigorur2lunu'", Local "Local file system at /tmp/rclone3963953809", Modify Window "876000h0m0s"
2025/09/10 04:54:10 DEBUG : Waiting for deletions to finish
2025/09/10 04:54:11 DEBUG : apple: Excluded (Path Filter)
2025/09/10 04:54:11 DEBUG : apple: Excluded
2025/09/10 04:54:11 DEBUG : banana: Excluded (Path Filter)
2025/09/10 04:54:11 DEBUG : banana: Excluded
2025/09/10 04:54:11 DEBUG : appleappleapplebanana: Excluded (Path Filter)
2025/09/10 04:54:11 DEBUG : appleappleapplebanana: Excluded
2025/09/10 04:54:11 DEBUG : splitbananasplit: Excluded (Path Filter)
2025/09/10 04:54:11 DEBUG : splitbananasplit: Excluded
2025/09/10 04:54:12 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter)
2025/09/10 04:54:12 DEBUG : dir1/0000-abcdefg.txt: Excluded
2025/09/10 04:54:12 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter)
2025/09/10 04:54:12 DEBUG : dir1/0001-bcdefgh.txt: Excluded
2025/09/10 04:54:12 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter)
2025/09/10 04:54:12 DEBUG : dir1/0002-cdefghi.txt: Excluded
2025/09/10 04:54:12 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter)
2025/09/10 04:54:12 DEBUG : dir1/0003-defghij.txt: Excluded
2025/09/10 04:54:12 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter)
2025/09/10 04:54:12 DEBUG : dir1/0004-efghijk.txt: Excluded
2025/09/10 04:54:12 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter)
2025/09/10 04:54:12 DEBUG : dir1/0005-fghijkl.txt: Excluded
2025/09/10 04:54:12 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter)
2025/09/10 04:54:12 DEBUG : dir1/0006-ghijklm.txt: Excluded
2025/09/10 04:54:12 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter)
2025/09/10 04:54:12 DEBUG : dir1/0007-1234567.txt: Excluded
2025/09/10 04:54:12 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter)
2025/09/10 04:54:12 DEBUG : dir1/0008-2345678.txt: Excluded
2025/09/10 04:54:12 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter)
2025/09/10 04:54:12 DEBUG : dir1/0009-3456789.txt: Excluded
2025/09/10 04:54:12 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter)
2025/09/10 04:54:12 DEBUG : dir1/0010-456789.txt: Excluded
2025/09/10 04:54:12 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter)
2025/09/10 04:54:12 DEBUG : dir1/0011-56789;.txt: Excluded
2025/09/10 04:54:12 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter)
2025/09/10 04:54:12 DEBUG : dir1/0012-6789;.txt: Excluded
2025/09/10 04:54:12 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter)
2025/09/10 04:54:12 DEBUG : dir1/0013-789;=.txt: Excluded
2025/09/10 04:54:12 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter)
2025/09/10 04:54:12 DEBUG : dir1/0014-89;=.txt: Excluded
2025/09/10 04:54:12 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter)
2025/09/10 04:54:12 DEBUG : dir1/0015-9;=.txt: Excluded
2025/09/10 04:54:14 DEBUG : apple: Sizes identical
2025/09/10 04:54:14 DEBUG : apple: Unchanged skipping
2025/09/10 04:54:14 DEBUG : appleappleapplebanana: Sizes identical
2025/09/10 04:54:14 DEBUG : appleappleapplebanana: Unchanged skipping
2025/09/10 04:54:14 DEBUG : banana: Sizes identical
2025/09/10 04:54:14 DEBUG : banana: Unchanged skipping
2025/09/10 04:54:14 DEBUG : splitbananasplit: Sizes identical
2025/09/10 04:54:14 DEBUG : splitbananasplit: Unchanged skipping
2025/09/10 04:54:15 DEBUG : dir1/0000-abcdefg.txt: Sizes identical
2025/09/10 04:54:15 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping
2025/09/10 04:54:15 DEBUG : dir1/0001-bcdefgh.txt: Sizes identical
2025/09/10 04:54:15 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping
2025/09/10 04:54:15 DEBUG : dir1/0003-defghij.txt: Sizes identical
2025/09/10 04:54:15 DEBUG : dir1/0004-efghijk.txt: Sizes identical
2025/09/10 04:54:15 DEBUG : dir1/0002-cdefghi.txt: Sizes identical
2025/09/10 04:54:15 DEBUG : dir1/0003-defghij.txt: Unchanged skipping
2025/09/10 04:54:15 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping
2025/09/10 04:54:15 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping
2025/09/10 04:54:15 DEBUG : dir1/0006-ghijklm.txt: Sizes identical
2025/09/10 04:54:15 DEBUG : dir1/0005-fghijkl.txt: Sizes identical
2025/09/10 04:54:15 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping
2025/09/10 04:54:15 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping
2025/09/10 04:54:15 DEBUG : dir1/0007-1234567.txt: Sizes identical
2025/09/10 04:54:15 DEBUG : dir1/0007-1234567.txt: Unchanged skipping
2025/09/10 04:54:15 DEBUG : dir1/0009-3456789.txt: Sizes identical
2025/09/10 04:54:15 DEBUG : dir1/0009-3456789.txt: Unchanged skipping
2025/09/10 04:54:15 DEBUG : dir1/0008-2345678.txt: Sizes identical
2025/09/10 04:54:15 DEBUG : dir1/0011-56789;.txt: Sizes identical
2025/09/10 04:54:15 DEBUG : dir1/0011-56789;.txt: Unchanged skipping
2025/09/10 04:54:15 DEBUG : dir1/0012-6789;.txt: Sizes identical
2025/09/10 04:54:15 DEBUG : dir1/0012-6789;.txt: Unchanged skipping
2025/09/10 04:54:15 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu': Waiting for checks to finish
2025/09/10 04:54:15 DEBUG : dir1/0008-2345678.txt: Unchanged skipping
2025/09/10 04:54:15 DEBUG : dir1/0014-89;=.txt: Sizes identical
2025/09/10 04:54:15 DEBUG : dir1/0013-789;=.txt: Sizes identical
2025/09/10 04:54:15 DEBUG : dir1/0014-89;=.txt: Unchanged skipping
2025/09/10 04:54:15 DEBUG : dir1/0015-9;=.txt: Sizes identical
2025/09/10 04:54:15 DEBUG : dir1/0013-789;=.txt: Unchanged skipping
2025/09/10 04:54:15 DEBUG : dir1/0015-9;=.txt: Unchanged skipping
2025/09/10 04:54:15 DEBUG : dir1/0010-456789.txt: Sizes identical
2025/09/10 04:54:15 DEBUG : dir1/0010-456789.txt: Unchanged skipping
2025/09/10 04:54:15 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu': Waiting for transfers to finish
2025/09/10 04:54:15 DEBUG : Waiting for deletions to finish
2025/09/10 04:54:15 DEBUG : Waiting for deletions to finish
2025/09/10 04:54:16 DEBUG : apple: Excluded (Path Filter)
2025/09/10 04:54:16 DEBUG : apple: Excluded
2025/09/10 04:54:16 DEBUG : banana: Excluded (Path Filter)
2025/09/10 04:54:16 DEBUG : banana: Excluded
2025/09/10 04:54:16 DEBUG : appleappleapplebanana: Excluded (Path Filter)
2025/09/10 04:54:16 DEBUG : appleappleapplebanana: Excluded
2025/09/10 04:54:16 DEBUG : splitbananasplit: Excluded (Path Filter)
2025/09/10 04:54:16 DEBUG : splitbananasplit: Excluded
2025/09/10 04:54:17 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter)
2025/09/10 04:54:17 DEBUG : dir1/0000-abcdefg.txt: Excluded
2025/09/10 04:54:17 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter)
2025/09/10 04:54:17 DEBUG : dir1/0001-bcdefgh.txt: Excluded
2025/09/10 04:54:17 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter)
2025/09/10 04:54:17 DEBUG : dir1/0002-cdefghi.txt: Excluded
2025/09/10 04:54:17 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter)
2025/09/10 04:54:17 DEBUG : dir1/0003-defghij.txt: Excluded
2025/09/10 04:54:17 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter)
2025/09/10 04:54:17 DEBUG : dir1/0004-efghijk.txt: Excluded
2025/09/10 04:54:17 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter)
2025/09/10 04:54:17 DEBUG : dir1/0005-fghijkl.txt: Excluded
2025/09/10 04:54:17 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter)
2025/09/10 04:54:17 DEBUG : dir1/0006-ghijklm.txt: Excluded
2025/09/10 04:54:17 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter)
2025/09/10 04:54:17 DEBUG : dir1/0007-1234567.txt: Excluded
2025/09/10 04:54:17 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter)
2025/09/10 04:54:17 DEBUG : dir1/0008-2345678.txt: Excluded
2025/09/10 04:54:17 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter)
2025/09/10 04:54:17 DEBUG : dir1/0009-3456789.txt: Excluded
2025/09/10 04:54:17 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter)
2025/09/10 04:54:17 DEBUG : dir1/0010-456789.txt: Excluded
2025/09/10 04:54:17 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter)
2025/09/10 04:54:17 DEBUG : dir1/0011-56789;.txt: Excluded
2025/09/10 04:54:17 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter)
2025/09/10 04:54:17 DEBUG : dir1/0012-6789;.txt: Excluded
2025/09/10 04:54:17 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter)
2025/09/10 04:54:17 DEBUG : dir1/0013-789;=.txt: Excluded
2025/09/10 04:54:17 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter)
2025/09/10 04:54:17 DEBUG : dir1/0014-89;=.txt: Excluded
2025/09/10 04:54:17 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter)
2025/09/10 04:54:17 DEBUG : dir1/0015-9;=.txt: Excluded
2025/09/10 04:54:19 DEBUG : apple: Sizes identical
2025/09/10 04:54:19 DEBUG : appleappleapplebanana: Sizes identical
2025/09/10 04:54:19 DEBUG : apple: Unchanged skipping
2025/09/10 04:54:19 DEBUG : appleappleapplebanana: Unchanged skipping
2025/09/10 04:54:19 DEBUG : banana: Sizes identical
2025/09/10 04:54:19 DEBUG : banana: Unchanged skipping
2025/09/10 04:54:19 DEBUG : splitbananasplit: Sizes identical
2025/09/10 04:54:19 DEBUG : splitbananasplit: Unchanged skipping
2025/09/10 04:54:20 DEBUG : dir1/0000-abcdefg.txt: Sizes identical
2025/09/10 04:54:20 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping
2025/09/10 04:54:20 DEBUG : dir1/0001-bcdefgh.txt: Sizes identical
2025/09/10 04:54:20 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping
2025/09/10 04:54:20 DEBUG : dir1/0002-cdefghi.txt: Sizes identical
2025/09/10 04:54:20 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping
2025/09/10 04:54:20 DEBUG : dir1/0003-defghij.txt: Sizes identical
2025/09/10 04:54:20 DEBUG : dir1/0003-defghij.txt: Unchanged skipping
2025/09/10 04:54:20 DEBUG : dir1/0004-efghijk.txt: Sizes identical
2025/09/10 04:54:20 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping
2025/09/10 04:54:20 DEBUG : dir1/0005-fghijkl.txt: Sizes identical
2025/09/10 04:54:20 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping
2025/09/10 04:54:20 DEBUG : dir1/0006-ghijklm.txt: Sizes identical
2025/09/10 04:54:20 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping
2025/09/10 04:54:20 DEBUG : dir1/0007-1234567.txt: Sizes identical
2025/09/10 04:54:20 DEBUG : dir1/0007-1234567.txt: Unchanged skipping
2025/09/10 04:54:20 DEBUG : dir1/0008-2345678.txt: Sizes identical
2025/09/10 04:54:20 DEBUG : dir1/0008-2345678.txt: Unchanged skipping
2025/09/10 04:54:20 DEBUG : dir1/0009-3456789.txt: Sizes identical
2025/09/10 04:54:20 DEBUG : dir1/0009-3456789.txt: Unchanged skipping
2025/09/10 04:54:20 DEBUG : dir1/0010-456789.txt: Sizes identical
2025/09/10 04:54:20 DEBUG : dir1/0010-456789.txt: Unchanged skipping
2025/09/10 04:54:20 DEBUG : dir1/0011-56789;.txt: Sizes identical
2025/09/10 04:54:20 DEBUG : dir1/0011-56789;.txt: Unchanged skipping
2025/09/10 04:54:20 DEBUG : dir1/0012-6789;.txt: Sizes identical
2025/09/10 04:54:20 DEBUG : dir1/0012-6789;.txt: Unchanged skipping
2025/09/10 04:54:20 DEBUG : dir1/0013-789;=.txt: Sizes identical
2025/09/10 04:54:20 DEBUG : dir1/0013-789;=.txt: Unchanged skipping
2025/09/10 04:54:20 DEBUG : dir1/0014-89;=.txt: Sizes identical
2025/09/10 04:54:20 DEBUG : dir1/0014-89;=.txt: Unchanged skipping
2025/09/10 04:54:20 DEBUG : dir1/0015-9;=.txt: Sizes identical
2025/09/10 04:54:20 DEBUG : dir1/0015-9;=.txt: Unchanged skipping
2025/09/10 04:54:20 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu': Waiting for checks to finish
2025/09/10 04:54:20 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu': Waiting for transfers to finish
2025/09/10 04:54:20 DEBUG : Waiting for deletions to finish
2025/09/10 04:54:20 DEBUG : Waiting for deletions to finish
2025/09/10 04:54:20 DEBUG : apple: Excluded (Path Filter)
2025/09/10 04:54:20 DEBUG : apple: Excluded
2025/09/10 04:54:20 DEBUG : banana: Excluded (Path Filter)
2025/09/10 04:54:20 DEBUG : banana: Excluded
2025/09/10 04:54:20 DEBUG : appleappleapplebanana: Excluded (Path Filter)
2025/09/10 04:54:20 DEBUG : appleappleapplebanana: Excluded
2025/09/10 04:54:20 DEBUG : splitbananasplit: Excluded (Path Filter)
2025/09/10 04:54:20 DEBUG : splitbananasplit: Excluded
2025/09/10 04:54:21 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter)
2025/09/10 04:54:21 DEBUG : dir1/0000-abcdefg.txt: Excluded
2025/09/10 04:54:21 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter)
2025/09/10 04:54:21 DEBUG : dir1/0001-bcdefgh.txt: Excluded
2025/09/10 04:54:21 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter)
2025/09/10 04:54:21 DEBUG : dir1/0002-cdefghi.txt: Excluded
2025/09/10 04:54:21 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter)
2025/09/10 04:54:21 DEBUG : dir1/0003-defghij.txt: Excluded
2025/09/10 04:54:21 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter)
2025/09/10 04:54:21 DEBUG : dir1/0004-efghijk.txt: Excluded
2025/09/10 04:54:21 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter)
2025/09/10 04:54:21 DEBUG : dir1/0005-fghijkl.txt: Excluded
2025/09/10 04:54:21 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter)
2025/09/10 04:54:21 DEBUG : dir1/0006-ghijklm.txt: Excluded
2025/09/10 04:54:21 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter)
2025/09/10 04:54:21 DEBUG : dir1/0007-1234567.txt: Excluded
2025/09/10 04:54:21 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter)
2025/09/10 04:54:21 DEBUG : dir1/0008-2345678.txt: Excluded
2025/09/10 04:54:21 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter)
2025/09/10 04:54:21 DEBUG : dir1/0009-3456789.txt: Excluded
2025/09/10 04:54:21 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter)
2025/09/10 04:54:21 DEBUG : dir1/0010-456789.txt: Excluded
2025/09/10 04:54:21 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter)
2025/09/10 04:54:21 DEBUG : dir1/0011-56789;.txt: Excluded
2025/09/10 04:54:21 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter)
2025/09/10 04:54:21 DEBUG : dir1/0012-6789;.txt: Excluded
2025/09/10 04:54:21 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter)
2025/09/10 04:54:21 DEBUG : dir1/0013-789;=.txt: Excluded
2025/09/10 04:54:21 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter)
2025/09/10 04:54:21 DEBUG : dir1/0014-89;=.txt: Excluded
2025/09/10 04:54:21 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter)
2025/09/10 04:54:21 DEBUG : dir1/0015-9;=.txt: Excluded
=== RUN TestTransform/lowercase
run.go:180: Remote "sugarsync root 'Test/rclone-test-qigorur2lunu'", Local "Local file system at /tmp/rclone3963953809", Modify Window "876000h0m0s"
2025/09/10 04:55:35 DEBUG : Waiting for deletions to finish
2025/09/10 04:55:36 DEBUG : apple: Excluded (Path Filter)
2025/09/10 04:55:36 DEBUG : apple: Excluded
2025/09/10 04:55:36 DEBUG : banana: Excluded (Path Filter)
2025/09/10 04:55:36 DEBUG : banana: Excluded
2025/09/10 04:55:36 DEBUG : appleappleapplebanana: Excluded (Path Filter)
2025/09/10 04:55:36 DEBUG : appleappleapplebanana: Excluded
2025/09/10 04:55:36 DEBUG : splitbananasplit: Excluded (Path Filter)
2025/09/10 04:55:36 DEBUG : splitbananasplit: Excluded
2025/09/10 04:55:37 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter)
2025/09/10 04:55:37 DEBUG : dir1/0000-abcdefg.txt: Excluded
2025/09/10 04:55:37 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter)
2025/09/10 04:55:37 DEBUG : dir1/0001-bcdefgh.txt: Excluded
2025/09/10 04:55:37 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter)
2025/09/10 04:55:37 DEBUG : dir1/0002-cdefghi.txt: Excluded
2025/09/10 04:55:37 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter)
2025/09/10 04:55:37 DEBUG : dir1/0003-defghij.txt: Excluded
2025/09/10 04:55:37 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter)
2025/09/10 04:55:37 DEBUG : dir1/0004-efghijk.txt: Excluded
2025/09/10 04:55:37 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter)
2025/09/10 04:55:37 DEBUG : dir1/0005-fghijkl.txt: Excluded
2025/09/10 04:55:37 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter)
2025/09/10 04:55:37 DEBUG : dir1/0006-ghijklm.txt: Excluded
2025/09/10 04:55:37 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter)
2025/09/10 04:55:37 DEBUG : dir1/0007-1234567.txt: Excluded
2025/09/10 04:55:37 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter)
2025/09/10 04:55:37 DEBUG : dir1/0008-2345678.txt: Excluded
2025/09/10 04:55:37 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter)
2025/09/10 04:55:37 DEBUG : dir1/0009-3456789.txt: Excluded
2025/09/10 04:55:37 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter)
2025/09/10 04:55:37 DEBUG : dir1/0010-456789.txt: Excluded
2025/09/10 04:55:37 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter)
2025/09/10 04:55:37 DEBUG : dir1/0011-56789;.txt: Excluded
2025/09/10 04:55:37 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter)
2025/09/10 04:55:37 DEBUG : dir1/0012-6789;.txt: Excluded
2025/09/10 04:55:37 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter)
2025/09/10 04:55:37 DEBUG : dir1/0013-789;=.txt: Excluded
2025/09/10 04:55:37 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter)
2025/09/10 04:55:37 DEBUG : dir1/0014-89;=.txt: Excluded
2025/09/10 04:55:37 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter)
2025/09/10 04:55:37 DEBUG : dir1/0015-9;=.txt: Excluded
2025/09/10 04:55:39 DEBUG : appleappleapplebanana: Sizes identical
2025/09/10 04:55:39 DEBUG : appleappleapplebanana: Unchanged skipping
2025/09/10 04:55:39 DEBUG : apple: Sizes identical
2025/09/10 04:55:39 DEBUG : apple: Unchanged skipping
2025/09/10 04:55:39 DEBUG : banana: Sizes identical
2025/09/10 04:55:39 DEBUG : banana: Unchanged skipping
2025/09/10 04:55:39 DEBUG : splitbananasplit: Sizes identical
2025/09/10 04:55:39 DEBUG : splitbananasplit: Unchanged skipping
2025/09/10 04:55:40 DEBUG : dir1/0000-abcdefg.txt: Sizes identical
2025/09/10 04:55:40 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping
2025/09/10 04:55:40 DEBUG : dir1/0003-defghij.txt: Sizes identical
2025/09/10 04:55:40 DEBUG : dir1/0001-bcdefgh.txt: Sizes identical
2025/09/10 04:55:40 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping
2025/09/10 04:55:40 DEBUG : dir1/0002-cdefghi.txt: Sizes identical
2025/09/10 04:55:40 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping
2025/09/10 04:55:40 DEBUG : dir1/0005-fghijkl.txt: Sizes identical
2025/09/10 04:55:40 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping
2025/09/10 04:55:40 DEBUG : dir1/0006-ghijklm.txt: Sizes identical
2025/09/10 04:55:40 DEBUG : dir1/0004-efghijk.txt: Sizes identical
2025/09/10 04:55:40 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping
2025/09/10 04:55:40 DEBUG : dir1/0003-defghij.txt: Unchanged skipping
2025/09/10 04:55:40 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping
2025/09/10 04:55:40 DEBUG : dir1/0008-2345678.txt: Sizes identical
2025/09/10 04:55:40 DEBUG : dir1/0008-2345678.txt: Unchanged skipping
2025/09/10 04:55:40 DEBUG : dir1/0007-1234567.txt: Sizes identical
2025/09/10 04:55:40 DEBUG : dir1/0009-3456789.txt: Sizes identical
2025/09/10 04:55:40 DEBUG : dir1/0007-1234567.txt: Unchanged skipping
2025/09/10 04:55:40 DEBUG : dir1/0009-3456789.txt: Unchanged skipping
2025/09/10 04:55:40 DEBUG : dir1/0010-456789.txt: Sizes identical
2025/09/10 04:55:40 DEBUG : dir1/0010-456789.txt: Unchanged skipping
2025/09/10 04:55:40 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu': Waiting for checks to finish
2025/09/10 04:55:40 DEBUG : dir1/0011-56789;.txt: Sizes identical
2025/09/10 04:55:40 DEBUG : dir1/0011-56789;.txt: Unchanged skipping
2025/09/10 04:55:40 DEBUG : dir1/0012-6789;.txt: Sizes identical
2025/09/10 04:55:40 DEBUG : dir1/0012-6789;.txt: Unchanged skipping
2025/09/10 04:55:40 DEBUG : dir1/0013-789;=.txt: Sizes identical
2025/09/10 04:55:40 DEBUG : dir1/0013-789;=.txt: Unchanged skipping
2025/09/10 04:55:40 DEBUG : dir1/0014-89;=.txt: Sizes identical
2025/09/10 04:55:40 DEBUG : dir1/0014-89;=.txt: Unchanged skipping
2025/09/10 04:55:40 DEBUG : dir1/0015-9;=.txt: Sizes identical
2025/09/10 04:55:40 DEBUG : dir1/0015-9;=.txt: Unchanged skipping
2025/09/10 04:55:40 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu': Waiting for transfers to finish
2025/09/10 04:55:40 DEBUG : Waiting for deletions to finish
2025/09/10 04:55:40 DEBUG : Waiting for deletions to finish
2025/09/10 04:55:41 DEBUG : apple: Excluded (Path Filter)
2025/09/10 04:55:41 DEBUG : apple: Excluded
2025/09/10 04:55:41 DEBUG : banana: Excluded (Path Filter)
2025/09/10 04:55:41 DEBUG : banana: Excluded
2025/09/10 04:55:41 DEBUG : appleappleapplebanana: Excluded (Path Filter)
2025/09/10 04:55:41 DEBUG : appleappleapplebanana: Excluded
2025/09/10 04:55:41 DEBUG : splitbananasplit: Excluded (Path Filter)
2025/09/10 04:55:41 DEBUG : splitbananasplit: Excluded
2025/09/10 04:55:42 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter)
2025/09/10 04:55:42 DEBUG : dir1/0000-abcdefg.txt: Excluded
2025/09/10 04:55:42 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter)
2025/09/10 04:55:42 DEBUG : dir1/0001-bcdefgh.txt: Excluded
2025/09/10 04:55:42 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter)
2025/09/10 04:55:42 DEBUG : dir1/0002-cdefghi.txt: Excluded
2025/09/10 04:55:42 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter)
2025/09/10 04:55:42 DEBUG : dir1/0003-defghij.txt: Excluded
2025/09/10 04:55:42 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter)
2025/09/10 04:55:42 DEBUG : dir1/0004-efghijk.txt: Excluded
2025/09/10 04:55:42 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter)
2025/09/10 04:55:42 DEBUG : dir1/0005-fghijkl.txt: Excluded
2025/09/10 04:55:42 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter)
2025/09/10 04:55:42 DEBUG : dir1/0006-ghijklm.txt: Excluded
2025/09/10 04:55:42 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter)
2025/09/10 04:55:42 DEBUG : dir1/0007-1234567.txt: Excluded
2025/09/10 04:55:42 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter)
2025/09/10 04:55:42 DEBUG : dir1/0008-2345678.txt: Excluded
2025/09/10 04:55:42 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter)
2025/09/10 04:55:42 DEBUG : dir1/0009-3456789.txt: Excluded
2025/09/10 04:55:42 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter)
2025/09/10 04:55:42 DEBUG : dir1/0010-456789.txt: Excluded
2025/09/10 04:55:42 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter)
2025/09/10 04:55:42 DEBUG : dir1/0011-56789;.txt: Excluded
2025/09/10 04:55:42 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter)
2025/09/10 04:55:42 DEBUG : dir1/0012-6789;.txt: Excluded
2025/09/10 04:55:42 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter)
2025/09/10 04:55:42 DEBUG : dir1/0013-789;=.txt: Excluded
2025/09/10 04:55:42 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter)
2025/09/10 04:55:42 DEBUG : dir1/0014-89;=.txt: Excluded
2025/09/10 04:55:42 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter)
2025/09/10 04:55:42 DEBUG : dir1/0015-9;=.txt: Excluded
2025/09/10 04:55:44 DEBUG : apple: Sizes identical
2025/09/10 04:55:44 DEBUG : apple: Unchanged skipping
2025/09/10 04:55:44 DEBUG : appleappleapplebanana: Sizes identical
2025/09/10 04:55:44 DEBUG : splitbananasplit: Sizes identical
2025/09/10 04:55:44 DEBUG : splitbananasplit: Unchanged skipping
2025/09/10 04:55:44 DEBUG : banana: Sizes identical
2025/09/10 04:55:44 DEBUG : appleappleapplebanana: Unchanged skipping
2025/09/10 04:55:44 DEBUG : banana: Unchanged skipping
2025/09/10 04:55:45 DEBUG : dir1/0001-bcdefgh.txt: Sizes identical
2025/09/10 04:55:45 DEBUG : dir1/0000-abcdefg.txt: Sizes identical
2025/09/10 04:55:45 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping
2025/09/10 04:55:45 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping
2025/09/10 04:55:45 DEBUG : dir1/0002-cdefghi.txt: Sizes identical
2025/09/10 04:55:45 DEBUG : dir1/0004-efghijk.txt: Sizes identical
2025/09/10 04:55:45 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping
2025/09/10 04:55:45 DEBUG : dir1/0003-defghij.txt: Sizes identical
2025/09/10 04:55:45 DEBUG : dir1/0003-defghij.txt: Unchanged skipping
2025/09/10 04:55:45 DEBUG : dir1/0007-1234567.txt: Sizes identical
2025/09/10 04:55:45 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping
2025/09/10 04:55:45 DEBUG : dir1/0007-1234567.txt: Unchanged skipping
2025/09/10 04:55:45 DEBUG : dir1/0008-2345678.txt: Sizes identical
2025/09/10 04:55:45 DEBUG : dir1/0006-ghijklm.txt: Sizes identical
2025/09/10 04:55:45 DEBUG : dir1/0008-2345678.txt: Unchanged skipping
2025/09/10 04:55:45 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping
2025/09/10 04:55:45 DEBUG : dir1/0009-3456789.txt: Sizes identical
2025/09/10 04:55:45 DEBUG : dir1/0005-fghijkl.txt: Sizes identical
2025/09/10 04:55:45 DEBUG : dir1/0009-3456789.txt: Unchanged skipping
2025/09/10 04:55:45 DEBUG : dir1/0010-456789.txt: Sizes identical
2025/09/10 04:55:45 DEBUG : dir1/0010-456789.txt: Unchanged skipping
2025/09/10 04:55:45 DEBUG : dir1/0012-6789;.txt: Sizes identical
2025/09/10 04:55:45 DEBUG : dir1/0012-6789;.txt: Unchanged skipping
2025/09/10 04:55:45 DEBUG : dir1/0014-89;=.txt: Sizes identical
2025/09/10 04:55:45 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu': Waiting for checks to finish
2025/09/10 04:55:45 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping
2025/09/10 04:55:45 DEBUG : dir1/0015-9;=.txt: Sizes identical
2025/09/10 04:55:45 DEBUG : dir1/0011-56789;.txt: Sizes identical
2025/09/10 04:55:45 DEBUG : dir1/0015-9;=.txt: Unchanged skipping
2025/09/10 04:55:45 DEBUG : dir1/0011-56789;.txt: Unchanged skipping
2025/09/10 04:55:45 DEBUG : dir1/0013-789;=.txt: Sizes identical
2025/09/10 04:55:45 DEBUG : dir1/0013-789;=.txt: Unchanged skipping
2025/09/10 04:55:45 DEBUG : dir1/0014-89;=.txt: Unchanged skipping
2025/09/10 04:55:45 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu': Waiting for transfers to finish
2025/09/10 04:55:45 DEBUG : Waiting for deletions to finish
2025/09/10 04:55:45 DEBUG : Waiting for deletions to finish
2025/09/10 04:55:45 DEBUG : apple: Excluded (Path Filter)
2025/09/10 04:55:45 DEBUG : apple: Excluded
2025/09/10 04:55:45 DEBUG : banana: Excluded (Path Filter)
2025/09/10 04:55:45 DEBUG : banana: Excluded
2025/09/10 04:55:45 DEBUG : appleappleapplebanana: Excluded (Path Filter)
2025/09/10 04:55:45 DEBUG : appleappleapplebanana: Excluded
2025/09/10 04:55:45 DEBUG : splitbananasplit: Excluded (Path Filter)
2025/09/10 04:55:45 DEBUG : splitbananasplit: Excluded
2025/09/10 04:55:46 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter)
2025/09/10 04:55:46 DEBUG : dir1/0000-abcdefg.txt: Excluded
2025/09/10 04:55:46 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter)
2025/09/10 04:55:46 DEBUG : dir1/0001-bcdefgh.txt: Excluded
2025/09/10 04:55:46 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter)
2025/09/10 04:55:46 DEBUG : dir1/0002-cdefghi.txt: Excluded
2025/09/10 04:55:46 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter)
2025/09/10 04:55:46 DEBUG : dir1/0003-defghij.txt: Excluded
2025/09/10 04:55:46 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter)
2025/09/10 04:55:46 DEBUG : dir1/0004-efghijk.txt: Excluded
2025/09/10 04:55:46 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter)
2025/09/10 04:55:46 DEBUG : dir1/0005-fghijkl.txt: Excluded
2025/09/10 04:55:46 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter)
2025/09/10 04:55:46 DEBUG : dir1/0006-ghijklm.txt: Excluded
2025/09/10 04:55:46 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter)
2025/09/10 04:55:46 DEBUG : dir1/0007-1234567.txt: Excluded
2025/09/10 04:55:46 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter)
2025/09/10 04:55:46 DEBUG : dir1/0008-2345678.txt: Excluded
2025/09/10 04:55:46 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter)
2025/09/10 04:55:46 DEBUG : dir1/0009-3456789.txt: Excluded
2025/09/10 04:55:46 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter)
2025/09/10 04:55:46 DEBUG : dir1/0010-456789.txt: Excluded
2025/09/10 04:55:46 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter)
2025/09/10 04:55:46 DEBUG : dir1/0011-56789;.txt: Excluded
2025/09/10 04:55:46 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter)
2025/09/10 04:55:46 DEBUG : dir1/0012-6789;.txt: Excluded
2025/09/10 04:55:46 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter)
2025/09/10 04:55:46 DEBUG : dir1/0013-789;=.txt: Excluded
2025/09/10 04:55:46 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter)
2025/09/10 04:55:46 DEBUG : dir1/0014-89;=.txt: Excluded
2025/09/10 04:55:46 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter)
2025/09/10 04:55:46 DEBUG : dir1/0015-9;=.txt: Excluded
=== RUN TestTransform/ascii
run.go:180: Remote "sugarsync root 'Test/rclone-test-qigorur2lunu'", Local "Local file system at /tmp/rclone3963953809", Modify Window "876000h0m0s"
2025/09/10 04:57:00 DEBUG : Waiting for deletions to finish
2025/09/10 04:57:01 DEBUG : apple: Excluded (Path Filter)
2025/09/10 04:57:01 DEBUG : apple: Excluded
2025/09/10 04:57:01 DEBUG : banana: Excluded (Path Filter)
2025/09/10 04:57:01 DEBUG : banana: Excluded
2025/09/10 04:57:01 DEBUG : appleappleapplebanana: Excluded (Path Filter)
2025/09/10 04:57:01 DEBUG : appleappleapplebanana: Excluded
2025/09/10 04:57:01 DEBUG : splitbananasplit: Excluded (Path Filter)
2025/09/10 04:57:01 DEBUG : splitbananasplit: Excluded
2025/09/10 04:57:02 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter)
2025/09/10 04:57:02 DEBUG : dir1/0000-abcdefg.txt: Excluded
2025/09/10 04:57:02 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter)
2025/09/10 04:57:02 DEBUG : dir1/0001-bcdefgh.txt: Excluded
2025/09/10 04:57:02 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter)
2025/09/10 04:57:02 DEBUG : dir1/0002-cdefghi.txt: Excluded
2025/09/10 04:57:02 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter)
2025/09/10 04:57:02 DEBUG : dir1/0003-defghij.txt: Excluded
2025/09/10 04:57:02 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter)
2025/09/10 04:57:02 DEBUG : dir1/0004-efghijk.txt: Excluded
2025/09/10 04:57:02 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter)
2025/09/10 04:57:02 DEBUG : dir1/0005-fghijkl.txt: Excluded
2025/09/10 04:57:02 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter)
2025/09/10 04:57:02 DEBUG : dir1/0006-ghijklm.txt: Excluded
2025/09/10 04:57:02 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter)
2025/09/10 04:57:02 DEBUG : dir1/0007-1234567.txt: Excluded
2025/09/10 04:57:02 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter)
2025/09/10 04:57:02 DEBUG : dir1/0008-2345678.txt: Excluded
2025/09/10 04:57:02 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter)
2025/09/10 04:57:02 DEBUG : dir1/0009-3456789.txt: Excluded
2025/09/10 04:57:02 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter)
2025/09/10 04:57:02 DEBUG : dir1/0010-456789.txt: Excluded
2025/09/10 04:57:02 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter)
2025/09/10 04:57:02 DEBUG : dir1/0011-56789;.txt: Excluded
2025/09/10 04:57:02 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter)
2025/09/10 04:57:02 DEBUG : dir1/0012-6789;.txt: Excluded
2025/09/10 04:57:02 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter)
2025/09/10 04:57:02 DEBUG : dir1/0013-789;=.txt: Excluded
2025/09/10 04:57:02 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter)
2025/09/10 04:57:02 DEBUG : dir1/0014-89;=.txt: Excluded
2025/09/10 04:57:02 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter)
2025/09/10 04:57:02 DEBUG : dir1/0015-9;=.txt: Excluded
2025/09/10 04:57:04 DEBUG : apple: Sizes identical
2025/09/10 04:57:04 DEBUG : appleappleapplebanana: Sizes identical
2025/09/10 04:57:04 DEBUG : apple: Unchanged skipping
2025/09/10 04:57:04 DEBUG : appleappleapplebanana: Unchanged skipping
2025/09/10 04:57:04 DEBUG : banana: Sizes identical
2025/09/10 04:57:04 DEBUG : splitbananasplit: Sizes identical
2025/09/10 04:57:04 DEBUG : banana: Unchanged skipping
2025/09/10 04:57:04 DEBUG : splitbananasplit: Unchanged skipping
2025/09/10 04:57:05 DEBUG : dir1/0001-bcdefgh.txt: Sizes identical
2025/09/10 04:57:05 DEBUG : dir1/0000-abcdefg.txt: Sizes identical
2025/09/10 04:57:05 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping
2025/09/10 04:57:05 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping
2025/09/10 04:57:05 DEBUG : dir1/0003-defghij.txt: Sizes identical
2025/09/10 04:57:05 DEBUG : dir1/0003-defghij.txt: Unchanged skipping
2025/09/10 04:57:05 DEBUG : dir1/0002-cdefghi.txt: Sizes identical
2025/09/10 04:57:05 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping
2025/09/10 04:57:05 DEBUG : dir1/0004-efghijk.txt: Sizes identical
2025/09/10 04:57:05 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping
2025/09/10 04:57:05 DEBUG : dir1/0007-1234567.txt: Sizes identical
2025/09/10 04:57:05 DEBUG : dir1/0007-1234567.txt: Unchanged skipping
2025/09/10 04:57:05 DEBUG : dir1/0008-2345678.txt: Sizes identical
2025/09/10 04:57:05 DEBUG : dir1/0009-3456789.txt: Sizes identical
2025/09/10 04:57:05 DEBUG : dir1/0009-3456789.txt: Unchanged skipping
2025/09/10 04:57:05 DEBUG : dir1/0005-fghijkl.txt: Sizes identical
2025/09/10 04:57:05 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping
2025/09/10 04:57:05 DEBUG : dir1/0010-456789.txt: Sizes identical
2025/09/10 04:57:05 DEBUG : dir1/0010-456789.txt: Unchanged skipping
2025/09/10 04:57:05 DEBUG : dir1/0011-56789;.txt: Sizes identical
2025/09/10 04:57:05 DEBUG : dir1/0008-2345678.txt: Unchanged skipping
2025/09/10 04:57:05 DEBUG : dir1/0011-56789;.txt: Unchanged skipping
2025/09/10 04:57:05 DEBUG : dir1/0013-789;=.txt: Sizes identical
2025/09/10 04:57:05 DEBUG : dir1/0006-ghijklm.txt: Sizes identical
2025/09/10 04:57:05 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping
2025/09/10 04:57:05 DEBUG : dir1/0014-89;=.txt: Sizes identical
2025/09/10 04:57:05 DEBUG : dir1/0012-6789;.txt: Sizes identical
2025/09/10 04:57:05 DEBUG : dir1/0014-89;=.txt: Unchanged skipping
2025/09/10 04:57:05 DEBUG : dir1/0012-6789;.txt: Unchanged skipping
2025/09/10 04:57:05 DEBUG : dir1/0013-789;=.txt: Unchanged skipping
2025/09/10 04:57:05 DEBUG : dir1/0015-9;=.txt: Sizes identical
2025/09/10 04:57:05 DEBUG : dir1/0015-9;=.txt: Unchanged skipping
2025/09/10 04:57:05 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu': Waiting for checks to finish
2025/09/10 04:57:05 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu': Waiting for transfers to finish
2025/09/10 04:57:05 DEBUG : Waiting for deletions to finish
2025/09/10 04:57:05 DEBUG : Waiting for deletions to finish
2025/09/10 04:57:06 DEBUG : apple: Excluded (Path Filter)
2025/09/10 04:57:06 DEBUG : apple: Excluded
2025/09/10 04:57:06 DEBUG : banana: Excluded (Path Filter)
2025/09/10 04:57:06 DEBUG : banana: Excluded
2025/09/10 04:57:06 DEBUG : appleappleapplebanana: Excluded (Path Filter)
2025/09/10 04:57:06 DEBUG : appleappleapplebanana: Excluded
2025/09/10 04:57:06 DEBUG : splitbananasplit: Excluded (Path Filter)
2025/09/10 04:57:06 DEBUG : splitbananasplit: Excluded
2025/09/10 04:57:07 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter)
2025/09/10 04:57:07 DEBUG : dir1/0000-abcdefg.txt: Excluded
2025/09/10 04:57:07 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter)
2025/09/10 04:57:07 DEBUG : dir1/0001-bcdefgh.txt: Excluded
2025/09/10 04:57:07 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter)
2025/09/10 04:57:07 DEBUG : dir1/0002-cdefghi.txt: Excluded
2025/09/10 04:57:07 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter)
2025/09/10 04:57:07 DEBUG : dir1/0003-defghij.txt: Excluded
2025/09/10 04:57:07 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter)
2025/09/10 04:57:07 DEBUG : dir1/0004-efghijk.txt: Excluded
2025/09/10 04:57:07 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter)
2025/09/10 04:57:07 DEBUG : dir1/0005-fghijkl.txt: Excluded
2025/09/10 04:57:07 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter)
2025/09/10 04:57:07 DEBUG : dir1/0006-ghijklm.txt: Excluded
2025/09/10 04:57:07 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter)
2025/09/10 04:57:07 DEBUG : dir1/0007-1234567.txt: Excluded
2025/09/10 04:57:07 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter)
2025/09/10 04:57:07 DEBUG : dir1/0008-2345678.txt: Excluded
2025/09/10 04:57:07 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter)
2025/09/10 04:57:07 DEBUG : dir1/0009-3456789.txt: Excluded
2025/09/10 04:57:07 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter)
2025/09/10 04:57:07 DEBUG : dir1/0010-456789.txt: Excluded
2025/09/10 04:57:07 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter)
2025/09/10 04:57:07 DEBUG : dir1/0011-56789;.txt: Excluded
2025/09/10 04:57:07 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter)
2025/09/10 04:57:07 DEBUG : dir1/0012-6789;.txt: Excluded
2025/09/10 04:57:07 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter)
2025/09/10 04:57:07 DEBUG : dir1/0013-789;=.txt: Excluded
2025/09/10 04:57:07 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter)
2025/09/10 04:57:07 DEBUG : dir1/0014-89;=.txt: Excluded
2025/09/10 04:57:07 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter)
2025/09/10 04:57:07 DEBUG : dir1/0015-9;=.txt: Excluded
2025/09/10 04:57:09 DEBUG : apple: Sizes identical
2025/09/10 04:57:09 DEBUG : appleappleapplebanana: Sizes identical
2025/09/10 04:57:09 DEBUG : apple: Unchanged skipping
2025/09/10 04:57:09 DEBUG : appleappleapplebanana: Unchanged skipping
2025/09/10 04:57:09 DEBUG : banana: Sizes identical
2025/09/10 04:57:09 DEBUG : splitbananasplit: Sizes identical
2025/09/10 04:57:09 DEBUG : banana: Unchanged skipping
2025/09/10 04:57:09 DEBUG : splitbananasplit: Unchanged skipping
2025/09/10 04:57:10 DEBUG : dir1/0000-abcdefg.txt: Sizes identical
2025/09/10 04:57:10 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping
2025/09/10 04:57:10 DEBUG : dir1/0001-bcdefgh.txt: Sizes identical
2025/09/10 04:57:10 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping
2025/09/10 04:57:10 DEBUG : dir1/0002-cdefghi.txt: Sizes identical
2025/09/10 04:57:10 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping
2025/09/10 04:57:10 DEBUG : dir1/0003-defghij.txt: Sizes identical
2025/09/10 04:57:10 DEBUG : dir1/0003-defghij.txt: Unchanged skipping
2025/09/10 04:57:10 DEBUG : dir1/0004-efghijk.txt: Sizes identical
2025/09/10 04:57:10 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping
2025/09/10 04:57:10 DEBUG : dir1/0005-fghijkl.txt: Sizes identical
2025/09/10 04:57:10 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping
2025/09/10 04:57:10 DEBUG : dir1/0006-ghijklm.txt: Sizes identical
2025/09/10 04:57:10 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping
2025/09/10 04:57:10 DEBUG : dir1/0007-1234567.txt: Sizes identical
2025/09/10 04:57:10 DEBUG : dir1/0007-1234567.txt: Unchanged skipping
2025/09/10 04:57:10 DEBUG : dir1/0008-2345678.txt: Sizes identical
2025/09/10 04:57:10 DEBUG : dir1/0008-2345678.txt: Unchanged skipping
2025/09/10 04:57:10 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu': Waiting for checks to finish
2025/09/10 04:57:10 DEBUG : dir1/0010-456789.txt: Sizes identical
2025/09/10 04:57:10 DEBUG : dir1/0009-3456789.txt: Sizes identical
2025/09/10 04:57:10 DEBUG : dir1/0010-456789.txt: Unchanged skipping
2025/09/10 04:57:10 DEBUG : dir1/0009-3456789.txt: Unchanged skipping
2025/09/10 04:57:10 DEBUG : dir1/0011-56789;.txt: Sizes identical
2025/09/10 04:57:10 DEBUG : dir1/0011-56789;.txt: Unchanged skipping
2025/09/10 04:57:10 DEBUG : dir1/0012-6789;.txt: Sizes identical
2025/09/10 04:57:10 DEBUG : dir1/0012-6789;.txt: Unchanged skipping
2025/09/10 04:57:10 DEBUG : dir1/0013-789;=.txt: Sizes identical
2025/09/10 04:57:10 DEBUG : dir1/0013-789;=.txt: Unchanged skipping
2025/09/10 04:57:10 DEBUG : dir1/0014-89;=.txt: Sizes identical
2025/09/10 04:57:10 DEBUG : dir1/0014-89;=.txt: Unchanged skipping
2025/09/10 04:57:10 DEBUG : dir1/0015-9;=.txt: Sizes identical
2025/09/10 04:57:10 DEBUG : dir1/0015-9;=.txt: Unchanged skipping
2025/09/10 04:57:10 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu': Waiting for transfers to finish
2025/09/10 04:57:10 DEBUG : Waiting for deletions to finish
2025/09/10 04:57:10 DEBUG : Waiting for deletions to finish
2025/09/10 04:57:10 DEBUG : apple: Excluded (Path Filter)
2025/09/10 04:57:10 DEBUG : apple: Excluded
2025/09/10 04:57:10 DEBUG : banana: Excluded (Path Filter)
2025/09/10 04:57:10 DEBUG : banana: Excluded
2025/09/10 04:57:10 DEBUG : appleappleapplebanana: Excluded (Path Filter)
2025/09/10 04:57:10 DEBUG : appleappleapplebanana: Excluded
2025/09/10 04:57:10 DEBUG : splitbananasplit: Excluded (Path Filter)
2025/09/10 04:57:10 DEBUG : splitbananasplit: Excluded
2025/09/10 04:57:11 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter)
2025/09/10 04:57:11 DEBUG : dir1/0000-abcdefg.txt: Excluded
2025/09/10 04:57:11 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter)
2025/09/10 04:57:11 DEBUG : dir1/0001-bcdefgh.txt: Excluded
2025/09/10 04:57:11 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter)
2025/09/10 04:57:11 DEBUG : dir1/0002-cdefghi.txt: Excluded
2025/09/10 04:57:11 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter)
2025/09/10 04:57:11 DEBUG : dir1/0003-defghij.txt: Excluded
2025/09/10 04:57:11 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter)
2025/09/10 04:57:11 DEBUG : dir1/0004-efghijk.txt: Excluded
2025/09/10 04:57:11 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter)
2025/09/10 04:57:11 DEBUG : dir1/0005-fghijkl.txt: Excluded
2025/09/10 04:57:11 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter)
2025/09/10 04:57:11 DEBUG : dir1/0006-ghijklm.txt: Excluded
2025/09/10 04:57:11 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter)
2025/09/10 04:57:11 DEBUG : dir1/0007-1234567.txt: Excluded
2025/09/10 04:57:11 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter)
2025/09/10 04:57:11 DEBUG : dir1/0008-2345678.txt: Excluded
2025/09/10 04:57:11 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter)
2025/09/10 04:57:11 DEBUG : dir1/0009-3456789.txt: Excluded
2025/09/10 04:57:11 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter)
2025/09/10 04:57:11 DEBUG : dir1/0010-456789.txt: Excluded
2025/09/10 04:57:11 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter)
2025/09/10 04:57:11 DEBUG : dir1/0011-56789;.txt: Excluded
2025/09/10 04:57:11 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter)
2025/09/10 04:57:11 DEBUG : dir1/0012-6789;.txt: Excluded
2025/09/10 04:57:11 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter)
2025/09/10 04:57:11 DEBUG : dir1/0013-789;=.txt: Excluded
2025/09/10 04:57:11 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter)
2025/09/10 04:57:11 DEBUG : dir1/0014-89;=.txt: Excluded
2025/09/10 04:57:11 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter)
2025/09/10 04:57:11 DEBUG : dir1/0015-9;=.txt: Excluded
--- PASS: TestTransform (1027.33s)
--- PASS: TestTransform/NFC (86.44s)
--- PASS: TestTransform/NFD (85.45s)
--- PASS: TestTransform/base64 (98.18s)
--- PASS: TestTransform/prefix (114.25s)
--- PASS: TestTransform/suffix (116.78s)
--- PASS: TestTransform/truncate (97.37s)
--- PASS: TestTransform/encoder (87.93s)
--- PASS: TestTransform/ISO-8859-1 (85.30s)
--- PASS: TestTransform/charmap (85.75s)
--- PASS: TestTransform/lowercase (84.72s)
--- PASS: TestTransform/ascii (85.16s)
=== RUN TestTransformCopy
run.go:180: Remote "sugarsync root 'Test/rclone-test-qigorur2lunu'", Local "Local file system at /tmp/rclone3963953809", Modify Window "876000h0m0s"
2025/09/10 04:57:34 DEBUG : sub dir: transformed to: sub dir_somesuffix
2025/09/10 04:57:35 DEBUG : sub dir: transformed to: sub dir_somesuffix
2025/09/10 04:57:35 INFO : sub dir_somesuffix: Making directory
2025/09/10 04:57:36 DEBUG : sub dir: transformed to: sub dir_somesuffix
2025/09/10 04:57:36 DEBUG : hello world.txt: transformed to: hello world_somesuffix.txt
2025/09/10 04:57:36 DEBUG : sub dir/hello world.txt: transformed to: sub dir_somesuffix/hello world_somesuffix.txt
2025/09/10 04:57:36 DEBUG : sub dir/hello world.txt: Need to transfer - File not found at Destination
2025/09/10 04:57:36 DEBUG : sub dir/hello world.txt: transformed to: sub dir_somesuffix/hello world_somesuffix.txt
2025/09/10 04:57:36 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu': Waiting for checks to finish
2025/09/10 04:57:36 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu': Waiting for transfers to finish
2025/09/10 04:57:38 INFO : sub dir/hello world.txt: Copied (new) to: sub dir_somesuffix/hello world_somesuffix.txt
2025/09/10 04:57:38 DEBUG : Waiting for deletions to finish
--- PASS: TestTransformCopy (10.08s)
=== RUN TestDoubleTransform
run.go:180: Remote "sugarsync root 'Test/rclone-test-qigorur2lunu'", Local "Local file system at /tmp/rclone3963953809", Modify Window "876000h0m0s"
2025/09/10 04:57:44 DEBUG : toe: transformed to: tictactoe
2025/09/10 04:57:45 DEBUG : toe: transformed to: tictactoe
2025/09/10 04:57:45 INFO : tictactoe: Making directory
2025/09/10 04:57:46 DEBUG : toe: transformed to: tictactoe
2025/09/10 04:57:46 DEBUG : toe: transformed to: tictactoe
2025/09/10 04:57:46 DEBUG : toe/toe: transformed to: tictactoe/tictactoe
2025/09/10 04:57:46 DEBUG : toe/toe: Need to transfer - File not found at Destination
2025/09/10 04:57:46 DEBUG : toe/toe: transformed to: tictactoe/tictactoe
2025/09/10 04:57:46 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu': Waiting for checks to finish
2025/09/10 04:57:46 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu': Waiting for transfers to finish
2025/09/10 04:57:48 INFO : toe/toe: Copied (new) to: tictactoe/tictactoe
2025/09/10 04:57:48 DEBUG : Waiting for deletions to finish
2025/09/10 04:57:53 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu': Renewing token
2025/09/10 04:57:54 DEBUG : Saving config "authorization" in section "TestSugarSync" of the config file
2025/09/10 04:57:54 DEBUG : Config file has changed externally - reloading
2025/09/10 04:57:54 DEBUG : Saving config "authorization_expiry" in section "TestSugarSync" of the config file
2025/09/10 04:57:54 DEBUG : Saving config "user" in section "TestSugarSync" of the config file
--- PASS: TestDoubleTransform (10.92s)
=== RUN TestFileTag
run.go:180: Remote "sugarsync root 'Test/rclone-test-qigorur2lunu'", Local "Local file system at /tmp/rclone3963953809", Modify Window "876000h0m0s"
2025/09/10 04:57:56 INFO : toe: Making directory
2025/09/10 04:57:57 INFO : toe/toe: Making directory
2025/09/10 04:57:58 DEBUG : toe: transformed to: tictactoe
2025/09/10 04:57:58 DEBUG : toe/toe/toe: transformed to: toe/toe/tictactoe
2025/09/10 04:57:58 DEBUG : toe/toe/toe: Need to transfer - File not found at Destination
2025/09/10 04:57:58 DEBUG : toe/toe/toe: transformed to: toe/toe/tictactoe
2025/09/10 04:57:58 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu': Waiting for checks to finish
2025/09/10 04:57:58 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu': Waiting for transfers to finish
2025/09/10 04:58:00 INFO : toe/toe/toe: Copied (new) to: toe/toe/tictactoe
2025/09/10 04:58:00 DEBUG : Waiting for deletions to finish
--- PASS: TestFileTag (13.61s)
=== RUN TestNoTag
run.go:180: Remote "sugarsync root 'Test/rclone-test-qigorur2lunu'", Local "Local file system at /tmp/rclone3963953809", Modify Window "876000h0m0s"
2025/09/10 04:58:09 INFO : toe: Making directory
2025/09/10 04:58:11 INFO : toe/toe: Making directory
2025/09/10 04:58:12 DEBUG : toe: transformed to: tictactoe
2025/09/10 04:58:12 DEBUG : toe/toe/toe: transformed to: toe/toe/tictactoe
2025/09/10 04:58:12 DEBUG : toe/toe/toe: Need to transfer - File not found at Destination
2025/09/10 04:58:12 DEBUG : toe/toe/toe: transformed to: toe/toe/tictactoe
2025/09/10 04:58:12 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu': Waiting for checks to finish
2025/09/10 04:58:12 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu': Waiting for transfers to finish
2025/09/10 04:58:14 INFO : toe/toe/toe: Copied (new) to: toe/toe/tictactoe
2025/09/10 04:58:14 DEBUG : Waiting for deletions to finish
--- PASS: TestNoTag (13.47s)
=== RUN TestDirTag
run.go:180: Remote "sugarsync root 'Test/rclone-test-qigorur2lunu'", Local "Local file system at /tmp/rclone3963953809", Modify Window "876000h0m0s"
2025/09/10 04:58:22 DEBUG : empty_dir: Making directory with metadata
2025/09/10 04:58:22 INFO : empty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z)
2025/09/10 04:58:22 DEBUG : toe: transformed to: tictactoe
2025/09/10 04:58:22 DEBUG : empty_dir: transformed to: tictacempty_dir
2025/09/10 04:58:22 DEBUG : empty_dir: transformed to: tictacempty_dir
2025/09/10 04:58:23 DEBUG : empty_dir: transformed to: tictacempty_dir
2025/09/10 04:58:23 INFO : tictacempty_dir: Making directory
2025/09/10 04:58:24 DEBUG : empty_dir: transformed to: tictacempty_dir
2025/09/10 04:58:24 DEBUG : toe: transformed to: tictactoe
2025/09/10 04:58:24 DEBUG : toe: transformed to: tictactoe
2025/09/10 04:58:24 INFO : tictactoe: Making directory
2025/09/10 04:58:25 DEBUG : toe: transformed to: tictactoe
2025/09/10 04:58:25 DEBUG : toe: transformed to: tictactoe
2025/09/10 04:58:25 DEBUG : toe/toe: transformed to: tictactoe/tictactoe
2025/09/10 04:58:25 INFO : tictactoe/tictactoe: Making directory
2025/09/10 04:58:26 DEBUG : toe/toe: transformed to: tictactoe/tictactoe
2025/09/10 04:58:26 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/toe.txt
2025/09/10 04:58:26 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination
2025/09/10 04:58:26 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/toe.txt
2025/09/10 04:58:26 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu': Waiting for checks to finish
2025/09/10 04:58:26 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu': Waiting for transfers to finish
2025/09/10 04:58:29 INFO : toe/toe/toe.txt: Copied (new) to: tictactoe/tictactoe/toe.txt
2025/09/10 04:58:29 DEBUG : Waiting for deletions to finish
--- PASS: TestDirTag (15.96s)
=== RUN TestAllTag
run.go:180: Remote "sugarsync root 'Test/rclone-test-qigorur2lunu'", Local "Local file system at /tmp/rclone3963953809", Modify Window "876000h0m0s"
2025/09/10 04:58:38 DEBUG : empty_dir: Making directory with metadata
2025/09/10 04:58:38 INFO : empty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z)
2025/09/10 04:58:38 DEBUG : toe: transformed to: tictactoe
2025/09/10 04:58:38 DEBUG : empty_dir: transformed to: tictacempty_dir
2025/09/10 04:58:38 DEBUG : empty_dir: transformed to: tictacempty_dir
2025/09/10 04:58:39 DEBUG : empty_dir: transformed to: tictacempty_dir
2025/09/10 04:58:39 INFO : tictacempty_dir: Making directory
2025/09/10 04:58:40 DEBUG : empty_dir: transformed to: tictacempty_dir
2025/09/10 04:58:40 DEBUG : toe: transformed to: tictactoe
2025/09/10 04:58:40 DEBUG : toe: transformed to: tictactoe
2025/09/10 04:58:40 INFO : tictactoe: Making directory
2025/09/10 04:58:41 DEBUG : toe: transformed to: tictactoe
2025/09/10 04:58:41 DEBUG : toe: transformed to: tictactoe
2025/09/10 04:58:41 DEBUG : toe/toe: transformed to: tictactoe/tictactoe
2025/09/10 04:58:41 INFO : tictactoe/tictactoe: Making directory
2025/09/10 04:58:42 DEBUG : toe/toe: transformed to: tictactoe/tictactoe
2025/09/10 04:58:42 DEBUG : toe.txt: transformed to: tictactoe.txt
2025/09/10 04:58:42 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt
2025/09/10 04:58:42 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination
2025/09/10 04:58:42 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt
2025/09/10 04:58:42 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu': Waiting for checks to finish
2025/09/10 04:58:42 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu': Waiting for transfers to finish
2025/09/10 04:58:44 INFO : toe/toe/toe.txt: Copied (new) to: tictactoe/tictactoe/tictactoe.txt
2025/09/10 04:58:44 DEBUG : Waiting for deletions to finish
2025/09/10 04:58:47 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu': Waiting for checks to finish
2025/09/10 04:58:47 DEBUG : toe: transformed to: tictactoe
2025/09/10 04:58:47 DEBUG : empty_dir: transformed to: tictacempty_dir
2025/09/10 04:58:47 DEBUG : empty_dir: transformed to: tictacempty_dir
2025/09/10 04:58:48 DEBUG : toe: transformed to: tictactoe
2025/09/10 04:58:48 DEBUG : toe: transformed to: tictactoe
2025/09/10 04:58:48 DEBUG : toe.txt: transformed to: tictactoe.txt
2025/09/10 04:58:49 DEBUG : tictactoe/tictactoe/tictactoe.txt: OK - could not check hash
2025/09/10 04:58:49 NOTICE: sugarsync root 'Test/rclone-test-qigorur2lunu': 0 differences found
2025/09/10 04:58:49 NOTICE: sugarsync root 'Test/rclone-test-qigorur2lunu': 1 hashes could not be checked
2025/09/10 04:58:49 NOTICE: sugarsync root 'Test/rclone-test-qigorur2lunu': 1 matching files
--- PASS: TestAllTag (18.00s)
=== RUN TestRunTwice
run.go:180: Remote "sugarsync root 'Test/rclone-test-qigorur2lunu'", Local "Local file system at /tmp/rclone3963953809", Modify Window "876000h0m0s"
2025/09/10 04:58:56 DEBUG : toe: transformed to: tictactoe
2025/09/10 04:58:57 DEBUG : toe: transformed to: tictactoe
2025/09/10 04:58:57 INFO : tictactoe: Making directory
2025/09/10 04:58:58 DEBUG : toe: transformed to: tictactoe
2025/09/10 04:58:58 DEBUG : toe: transformed to: tictactoe
2025/09/10 04:58:58 DEBUG : toe/toe: transformed to: tictactoe/tictactoe
2025/09/10 04:58:58 INFO : tictactoe/tictactoe: Making directory
2025/09/10 04:58:59 DEBUG : toe/toe: transformed to: tictactoe/tictactoe
2025/09/10 04:58:59 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/toe.txt
2025/09/10 04:58:59 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination
2025/09/10 04:58:59 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/toe.txt
2025/09/10 04:58:59 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu': Waiting for checks to finish
2025/09/10 04:58:59 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu': Waiting for transfers to finish
2025/09/10 04:59:02 INFO : toe/toe/toe.txt: Copied (new) to: tictactoe/tictactoe/toe.txt
2025/09/10 04:59:02 DEBUG : Waiting for deletions to finish
2025/09/10 04:59:04 DEBUG : toe: transformed to: tictactoe
2025/09/10 04:59:05 DEBUG : toe: transformed to: tictactoe
2025/09/10 04:59:05 DEBUG : toe: transformed to: tictactoe
2025/09/10 04:59:05 DEBUG : toe/toe: transformed to: tictactoe/tictactoe
2025/09/10 04:59:06 DEBUG : toe/toe/toe.txt: Sizes identical
2025/09/10 04:59:06 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu': Waiting for checks to finish
2025/09/10 04:59:06 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/toe.txt
2025/09/10 04:59:06 DEBUG : toe/toe/toe.txt: Unchanged skipping
2025/09/10 04:59:06 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu': Waiting for transfers to finish
2025/09/10 04:59:06 DEBUG : Waiting for deletions to finish
--- PASS: TestRunTwice (18.32s)
=== RUN TestSyntax
2025/09/10 04:59:14 DEBUG : received prefix
--- PASS: TestSyntax (0.00s)
=== RUN TestConflicting
run.go:180: Remote "sugarsync root 'Test/rclone-test-qigorur2lunu'", Local "Local file system at /tmp/rclone3963953809", Modify Window "876000h0m0s"
2025/09/10 04:59:15 INFO : toe: Making directory
2025/09/10 04:59:17 INFO : toe/toe: Making directory
2025/09/10 04:59:18 DEBUG : toe/toe/toe: Need to transfer - File not found at Destination
2025/09/10 04:59:18 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu': Waiting for checks to finish
2025/09/10 04:59:18 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu': Waiting for transfers to finish
2025/09/10 04:59:20 INFO : toe/toe/toe: Copied (new)
2025/09/10 04:59:20 DEBUG : Waiting for deletions to finish
--- PASS: TestConflicting (13.66s)
=== RUN TestMove
run.go:180: Remote "sugarsync root 'Test/rclone-test-qigorur2lunu'", Local "Local file system at /tmp/rclone3963953809", Modify Window "876000h0m0s"
2025/09/10 04:59:28 DEBUG : empty_dir: Making directory with metadata
2025/09/10 04:59:28 INFO : empty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z)
2025/09/10 04:59:28 DEBUG : toe: transformed to: tictactoe
2025/09/10 04:59:28 DEBUG : empty_dir: transformed to: tictacempty_dir
2025/09/10 04:59:28 DEBUG : empty_dir: transformed to: tictacempty_dir
2025/09/10 04:59:29 DEBUG : empty_dir: transformed to: tictacempty_dir
2025/09/10 04:59:29 INFO : tictacempty_dir: Making directory
2025/09/10 04:59:30 DEBUG : empty_dir: transformed to: tictacempty_dir
2025/09/10 04:59:30 DEBUG : toe: transformed to: tictactoe
2025/09/10 04:59:30 DEBUG : toe: transformed to: tictactoe
2025/09/10 04:59:30 INFO : tictactoe: Making directory
2025/09/10 04:59:31 DEBUG : toe: transformed to: tictactoe
2025/09/10 04:59:31 DEBUG : toe: transformed to: tictactoe
2025/09/10 04:59:31 DEBUG : toe/toe: transformed to: tictactoe/tictactoe
2025/09/10 04:59:31 INFO : tictactoe/tictactoe: Making directory
2025/09/10 04:59:32 DEBUG : toe/toe: transformed to: tictactoe/tictactoe
2025/09/10 04:59:32 DEBUG : toe.txt: transformed to: tictactoe.txt
2025/09/10 04:59:32 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt
2025/09/10 04:59:32 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination
2025/09/10 04:59:32 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt
2025/09/10 04:59:32 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt
2025/09/10 04:59:32 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu': Waiting for checks to finish
2025/09/10 04:59:32 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu': Waiting for transfers to finish
2025/09/10 04:59:34 INFO : toe/toe/toe.txt: Copied (new) to: tictactoe/tictactoe/tictactoe.txt
2025/09/10 04:59:34 INFO : toe/toe/toe.txt: Deleted
2025/09/10 04:59:34 INFO : toe/toe: Removing directory
2025/09/10 04:59:34 INFO : toe: Removing directory
2025/09/10 04:59:34 INFO : empty_dir: Removing directory
2025/09/10 04:59:34 DEBUG : Local file system at /tmp/rclone3963953809: deleted 3 directories
--- PASS: TestMove (15.55s)
=== RUN TestTransformFile
run.go:180: Remote "sugarsync root 'Test/rclone-test-qigorur2lunu'", Local "Local file system at /tmp/rclone3963953809", Modify Window "876000h0m0s"
2025/09/10 04:59:44 DEBUG : empty_dir: Making directory with metadata
2025/09/10 04:59:44 INFO : empty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z)
2025/09/10 04:59:44 DEBUG : toe: transformed to: tictactoe
2025/09/10 04:59:44 DEBUG : empty_dir: transformed to: tictacempty_dir
2025/09/10 04:59:44 DEBUG : empty_dir: transformed to: tictacempty_dir
2025/09/10 04:59:44 DEBUG : empty_dir: transformed to: tictacempty_dir
2025/09/10 04:59:44 INFO : tictacempty_dir: Making directory
2025/09/10 04:59:46 DEBUG : empty_dir: transformed to: tictacempty_dir
2025/09/10 04:59:46 DEBUG : toe: transformed to: tictactoe
2025/09/10 04:59:46 DEBUG : toe: transformed to: tictactoe
2025/09/10 04:59:46 INFO : tictactoe: Making directory
2025/09/10 04:59:47 DEBUG : toe: transformed to: tictactoe
2025/09/10 04:59:47 DEBUG : toe: transformed to: tictactoe
2025/09/10 04:59:47 DEBUG : toe/toe: transformed to: tictactoe/tictactoe
2025/09/10 04:59:47 INFO : tictactoe/tictactoe: Making directory
2025/09/10 04:59:48 DEBUG : toe/toe: transformed to: tictactoe/tictactoe
2025/09/10 04:59:48 DEBUG : toe.txt: transformed to: tictactoe.txt
2025/09/10 04:59:48 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt
2025/09/10 04:59:48 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination
2025/09/10 04:59:48 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt
2025/09/10 04:59:48 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu': Waiting for checks to finish
2025/09/10 04:59:48 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt
2025/09/10 04:59:48 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu': Waiting for transfers to finish
2025/09/10 04:59:50 INFO : toe/toe/toe.txt: Copied (new) to: tictactoe/tictactoe/tictactoe.txt
2025/09/10 04:59:50 INFO : toe/toe/toe.txt: Deleted
2025/09/10 04:59:50 INFO : toe/toe: Removing directory
2025/09/10 04:59:50 INFO : toe: Removing directory
2025/09/10 04:59:50 INFO : empty_dir: Removing directory
2025/09/10 04:59:50 DEBUG : Local file system at /tmp/rclone3963953809: deleted 3 directories
2025/09/10 04:59:54 DEBUG : tictactoe/tictactoe/tictactoe.txt: Sizes identical
2025/09/10 04:59:54 DEBUG : tictactoe/tictactoe/tictactoe.txt: transformed to: toe/toe/toe.txt
2025/09/10 04:59:54 DEBUG : tictactoe/tictactoe/tictactoe.txt: transformed to: toe/toe/toe.txt
2025/09/10 04:59:54 DEBUG : tictactoe/tictactoe/tictactoe.txt: transformed to: toe/toe/toe.txt
2025/09/10 04:59:57 INFO : tictactoe/tictactoe/tictactoe.txt: Moved (server-side) to: toe/toe/toe.txt
--- PASS: TestTransformFile (24.45s)
=== RUN TestManualTransformFile
run.go:180: Remote "sugarsync root 'Test/rclone-test-qigorur2lunu'", Local "Local file system at /tmp/rclone3963953809", Modify Window "876000h0m0s"
2025/09/10 05:00:08 DEBUG : Reset feature "Copy"
2025/09/10 05:00:08 DEBUG : Reset feature "Move"
2025/09/10 05:00:08 DEBUG : Reset feature "Copy"
2025/09/10 05:00:08 DEBUG : Reset feature "Move"
2025/09/10 05:00:08 DEBUG : empty_dir: Making directory with metadata
2025/09/10 05:00:08 INFO : empty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z)
2025/09/10 05:00:08 DEBUG : toe: transformed to: tictactoe
2025/09/10 05:00:08 DEBUG : empty_dir: transformed to: tictacempty_dir
2025/09/10 05:00:08 DEBUG : empty_dir: transformed to: tictacempty_dir
2025/09/10 05:00:09 DEBUG : empty_dir: transformed to: tictacempty_dir
2025/09/10 05:00:09 INFO : tictacempty_dir: Making directory
2025/09/10 05:00:10 DEBUG : empty_dir: transformed to: tictacempty_dir
2025/09/10 05:00:10 DEBUG : toe: transformed to: tictactoe
2025/09/10 05:00:10 DEBUG : toe: transformed to: tictactoe
2025/09/10 05:00:10 INFO : tictactoe: Making directory
2025/09/10 05:00:11 DEBUG : toe: transformed to: tictactoe
2025/09/10 05:00:11 DEBUG : toe: transformed to: tictactoe
2025/09/10 05:00:11 DEBUG : toe/toe: transformed to: tictactoe/tictactoe
2025/09/10 05:00:11 INFO : tictactoe/tictactoe: Making directory
2025/09/10 05:00:12 DEBUG : toe/toe: transformed to: tictactoe/tictactoe
2025/09/10 05:00:12 DEBUG : toe.txt: transformed to: tictactoe.txt
2025/09/10 05:00:12 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt
2025/09/10 05:00:12 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination
2025/09/10 05:00:12 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt
2025/09/10 05:00:12 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt
2025/09/10 05:00:12 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu': Waiting for checks to finish
2025/09/10 05:00:12 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu': Waiting for transfers to finish
2025/09/10 05:00:14 INFO : toe/toe/toe.txt: Copied (new) to: tictactoe/tictactoe/tictactoe.txt
2025/09/10 05:00:14 INFO : toe/toe/toe.txt: Deleted
2025/09/10 05:00:14 INFO : toe/toe: Removing directory
2025/09/10 05:00:14 INFO : toe: Removing directory
2025/09/10 05:00:14 INFO : empty_dir: Removing directory
2025/09/10 05:00:14 DEBUG : Local file system at /tmp/rclone3963953809: deleted 3 directories
2025/09/10 05:00:18 DEBUG : tictactoe/tictactoe/tictactoe.txt: Sizes identical
2025/09/10 05:00:18 DEBUG : tictactoe/tictactoe/tictactoe.txt: transformed to: toe/toe/toe.txt
2025/09/10 05:00:18 DEBUG : tictactoe/tictactoe/tictactoe.txt: transformed to: toe/toe/toe.txt
2025/09/10 05:00:18 DEBUG : tictactoe/tictactoe/tictactoe.txt: transformed to: toe/toe/toe.txt
2025/09/10 05:00:24 INFO : tictactoe/tictactoe/tictactoe.txt: Copied (new) to: toe/toe/toe.txt
2025/09/10 05:00:24 INFO : tictactoe/tictactoe/tictactoe.txt: Deleted
--- PASS: TestManualTransformFile (27.20s)
=== RUN TestBase64
run.go:180: Remote "sugarsync root 'Test/rclone-test-qigorur2lunu'", Local "Local file system at /tmp/rclone3963953809", Modify Window "876000h0m0s"
2025/09/10 05:00:35 DEBUG : toe: transformed to: dG9l
2025/09/10 05:00:36 DEBUG : toe: transformed to: dG9l
2025/09/10 05:00:36 INFO : dG9l: Making directory
2025/09/10 05:00:38 DEBUG : toe: transformed to: dG9l
2025/09/10 05:00:38 DEBUG : toe: transformed to: dG9l
2025/09/10 05:00:38 DEBUG : toe/toe: transformed to: dG9l/dG9l
2025/09/10 05:00:38 INFO : dG9l/dG9l: Making directory
2025/09/10 05:00:39 DEBUG : toe/toe: transformed to: dG9l/dG9l
2025/09/10 05:00:39 DEBUG : toe.txt: transformed to: dG9lLnR4dA==
2025/09/10 05:00:39 DEBUG : toe/toe/toe.txt: transformed to: dG9l/dG9l/dG9lLnR4dA==
2025/09/10 05:00:39 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination
2025/09/10 05:00:39 DEBUG : toe/toe/toe.txt: transformed to: dG9l/dG9l/dG9lLnR4dA==
2025/09/10 05:00:39 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu': Waiting for checks to finish
2025/09/10 05:00:39 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu': Waiting for transfers to finish
2025/09/10 05:00:41 INFO : toe/toe/toe.txt: Copied (new) to: dG9l/dG9l/dG9lLnR4dA==
2025/09/10 05:00:41 DEBUG : Waiting for deletions to finish
2025/09/10 05:00:44 DEBUG : dG9l: transformed to: toe
2025/09/10 05:00:44 DEBUG : dG9l: transformed to: toe
2025/09/10 05:00:44 DEBUG : Added delayed dir = "toe", newDst=toe
2025/09/10 05:00:44 DEBUG : dG9l: transformed to: toe
2025/09/10 05:00:44 DEBUG : dG9l/dG9l: transformed to: toe/toe
2025/09/10 05:00:44 DEBUG : Added delayed dir = "toe/toe", newDst=toe/toe
2025/09/10 05:00:45 DEBUG : dG9lLnR4dA==: transformed to: toe.txt
2025/09/10 05:00:45 DEBUG : dG9l/dG9l/dG9lLnR4dA==: Sizes identical
2025/09/10 05:00:45 DEBUG : dG9l/dG9l/dG9lLnR4dA==: transformed to: toe/toe/toe.txt
2025/09/10 05:00:45 DEBUG : dG9l/dG9l/dG9lLnR4dA==: Unchanged skipping
2025/09/10 05:00:45 DEBUG : Local file system at /tmp/rclone3963953809: Waiting for checks to finish
2025/09/10 05:00:45 DEBUG : Local file system at /tmp/rclone3963953809: Waiting for transfers to finish
2025/09/10 05:00:45 DEBUG : Waiting for deletions to finish
--- PASS: TestBase64 (18.22s)
=== RUN TestError
run.go:180: Remote "sugarsync root 'Test/rclone-test-qigorur2lunu'", Local "Local file system at /tmp/rclone3963953809", Modify Window "876000h0m0s"
2025/09/10 05:00:53 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe
2025/09/10 05:00:53 DEBUG : toe: transformed to:
2025/09/10 05:00:54 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe
2025/09/10 05:00:54 DEBUG : toe: transformed to:
2025/09/10 05:00:54 INFO : sugarsync root 'Test/rclone-test-qigorur2lunu': Making directory
2025/09/10 05:00:54 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe
2025/09/10 05:00:54 DEBUG : toe: transformed to:
2025/09/10 05:00:54 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe
2025/09/10 05:00:54 DEBUG : toe: transformed to:
2025/09/10 05:00:54 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe
2025/09/10 05:00:54 DEBUG : toe/toe: transformed to:
2025/09/10 05:00:54 ERROR : toe/toe: number of path segments must match: toe/toe (1), (0)
2025/09/10 05:00:54 INFO : toe/toe: Making directory
2025/09/10 05:00:57 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe
2025/09/10 05:00:57 DEBUG : toe/toe: transformed to:
2025/09/10 05:00:57 ERROR : toe/toe: number of path segments must match: toe/toe (1), (0)
2025/09/10 05:00:57 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe
2025/09/10 05:00:57 DEBUG : toe: transformed to:
2025/09/10 05:00:57 DEBUG : toe/toe/toe: Need to transfer - File not found at Destination
2025/09/10 05:00:57 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe
2025/09/10 05:00:57 DEBUG : toe/toe/toe: transformed to:
2025/09/10 05:00:57 ERROR : toe/toe/toe: number of path segments must match: toe/toe/toe (2), (0)
2025/09/10 05:00:57 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu': Waiting for checks to finish
2025/09/10 05:00:57 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu': Waiting for transfers to finish
2025/09/10 05:00:59 INFO : toe/toe/toe: Copied (new)
2025/09/10 05:00:59 ERROR : sugarsync root 'Test/rclone-test-qigorur2lunu': not deleting files as there were IO errors
2025/09/10 05:00:59 ERROR : sugarsync root 'Test/rclone-test-qigorur2lunu': not deleting directories as there were IO errors
--- PASS: TestError (13.52s)
FAIL
2025/09/10 05:01:07 DEBUG : sugarsync root 'Test/rclone-test-qigorur2lunu': Purge remote
"./sync.test -test.v -test.timeout 1h0m0s -remote TestSugarSync:Test -verbose" - Finished ERROR in 57m54.832834453s (try 2/5): exit status 1: Failed [TestMoveEmptyDirectories TestSyncEmptyDirectories TestSyncNoEmptyDirectories]