"./sync.test -test.v -test.timeout 1h0m0s -remote TestSugarSync:Test -verbose" - Starting (try 3/5) 2025/09/05 03:52:18 DEBUG : Creating backend with remote "TestSugarSync:Test/rclone-test-vadasov1gila" 2025/09/05 03:52:18 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/09/05 03:52:22 DEBUG : Creating backend with remote "/tmp/rclone1307721151" === RUN TestPipe --- PASS: TestPipe (0.00s) === RUN TestPipeConcurrent --- PASS: TestPipeConcurrent (0.05s) === 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-vadasov1gila'", Local "Local file system at /tmp/rclone1307721151", Modify Window "876000h0m0s" 2025/09/05 03:52:29 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/09/05 03:52:29 NOTICE: sub dir/hello world: Skipped copy as --dry-run is set (size 11) 2025/09/05 03:52:29 DEBUG : sugarsync root 'Test/rclone-test-vadasov1gila': Waiting for checks to finish 2025/09/05 03:52:29 DEBUG : sugarsync root 'Test/rclone-test-vadasov1gila': Waiting for transfers to finish --- PASS: TestCopyWithDryRun (9.63s) === RUN TestCopy run.go:180: Remote "sugarsync root 'Test/rclone-test-vadasov1gila'", Local "Local file system at /tmp/rclone1307721151", Modify Window "876000h0m0s" 2025/09/05 03:52:31 INFO : sub dir: Set directory modification time (using DirSetModTime) 2025/09/05 03:52:32 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/09/05 03:52:32 DEBUG : sugarsync root 'Test/rclone-test-vadasov1gila': Waiting for checks to finish 2025/09/05 03:52:32 DEBUG : sugarsync root 'Test/rclone-test-vadasov1gila': Waiting for transfers to finish 2025/09/05 03:52:43 INFO : sub dir/hello world: Copied (new) 2025/09/05 03:52:45 DEBUG : sugarsync root 'Test/rclone-test-vadasov1gila': Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata --- PASS: TestCopy (17.22s) === RUN TestCopyMetadata run.go:180: Remote "sugarsync root 'Test/rclone-test-vadasov1gila'", Local "Local file system at /tmp/rclone1307721151", Modify Window "876000h0m0s" sync_test.go:98: Skipping as metadata not supported --- SKIP: TestCopyMetadata (1.48s) === RUN TestCopyMetadataNoEmptyDirs run.go:180: Remote "sugarsync root 'Test/rclone-test-vadasov1gila'", Local "Local file system at /tmp/rclone1307721151", Modify Window "876000h0m0s" sync_test.go:98: Skipping as metadata not supported --- SKIP: TestCopyMetadataNoEmptyDirs (7.16s) === RUN TestCopyMissingDirectory run.go:180: Remote "sugarsync root 'Test/rclone-test-vadasov1gila'", Local "Local file system at /tmp/rclone1307721151", Modify Window "876000h0m0s" 2025/09/05 03:52:57 DEBUG : Creating backend with remote "/non-existing" 2025/09/05 03:52:57 DEBUG : Config file has changed externally - reloading 2025/09/05 03:52:58 ERROR : Local file system at /non-existing: error reading source root directory: directory not found 2025/09/05 03:52:58 DEBUG : sugarsync root 'Test/rclone-test-vadasov1gila': Waiting for checks to finish 2025/09/05 03:52:58 DEBUG : sugarsync root 'Test/rclone-test-vadasov1gila': Waiting for transfers to finish --- PASS: TestCopyMissingDirectory (2.16s) === RUN TestCopyNoTraverse run.go:180: Remote "sugarsync root 'Test/rclone-test-vadasov1gila'", Local "Local file system at /tmp/rclone1307721151", Modify Window "876000h0m0s" 2025/09/05 03:53:01 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/09/05 03:53:01 DEBUG : sugarsync root 'Test/rclone-test-vadasov1gila': Waiting for checks to finish 2025/09/05 03:53:01 DEBUG : sugarsync root 'Test/rclone-test-vadasov1gila': Waiting for transfers to finish 2025/09/05 03:53:05 INFO : sub dir/hello world: Copied (new) --- PASS: TestCopyNoTraverse (18.23s) === RUN TestCopyNoTraverseDeadlock run.go:180: Remote "sugarsync root 'Test/rclone-test-vadasov1gila'", Local "Local file system at /tmp/rclone1307721151", Modify Window "876000h0m0s" sync_test.go:222: Only runs on local --- SKIP: TestCopyNoTraverseDeadlock (1.51s) === RUN TestCopyCheckFirst run.go:180: Remote "sugarsync root 'Test/rclone-test-vadasov1gila'", Local "Local file system at /tmp/rclone1307721151", Modify Window "876000h0m0s" 2025/09/05 03:53:19 INFO : sugarsync root 'Test/rclone-test-vadasov1gila': Running all checks before starting transfers 2025/09/05 03:53:20 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/09/05 03:53:20 DEBUG : sugarsync root 'Test/rclone-test-vadasov1gila': Waiting for checks to finish 2025/09/05 03:53:20 INFO : sugarsync root 'Test/rclone-test-vadasov1gila': Checks finished, now starting transfers 2025/09/05 03:53:20 DEBUG : sugarsync root 'Test/rclone-test-vadasov1gila': Waiting for transfers to finish 2025/09/05 03:53:26 INFO : sub dir/hello world: Copied (new) --- PASS: TestCopyCheckFirst (16.48s) === RUN TestSyncNoTraverse run.go:180: Remote "sugarsync root 'Test/rclone-test-vadasov1gila'", Local "Local file system at /tmp/rclone1307721151", Modify Window "876000h0m0s" 2025/09/05 03:53:36 ERROR : Ignoring --no-traverse with sync 2025/09/05 03:53:36 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/09/05 03:53:36 DEBUG : sugarsync root 'Test/rclone-test-vadasov1gila': Waiting for checks to finish 2025/09/05 03:53:36 DEBUG : sugarsync root 'Test/rclone-test-vadasov1gila': Waiting for transfers to finish 2025/09/05 03:53:40 INFO : sub dir/hello world: Copied (new) 2025/09/05 03:53:40 DEBUG : Waiting for deletions to finish --- PASS: TestSyncNoTraverse (17.30s) === RUN TestCopyWithDepth run.go:180: Remote "sugarsync root 'Test/rclone-test-vadasov1gila'", Local "Local file system at /tmp/rclone1307721151", Modify Window "876000h0m0s" 2025/09/05 03:53:54 DEBUG : hello world2: Need to transfer - File not found at Destination 2025/09/05 03:53:54 DEBUG : sugarsync root 'Test/rclone-test-vadasov1gila': Waiting for checks to finish 2025/09/05 03:53:54 DEBUG : sugarsync root 'Test/rclone-test-vadasov1gila': Waiting for transfers to finish 2025/09/05 03:53:56 INFO : hello world2: Copied (new) --- PASS: TestCopyWithDepth (19.13s) === RUN TestCopyWithFilesFrom run.go:180: Remote "sugarsync root 'Test/rclone-test-vadasov1gila'", Local "Local file system at /tmp/rclone1307721151", Modify Window "876000h0m0s" 2025/09/05 03:54:13 DEBUG : potato2: Need to transfer - File not found at Destination 2025/09/05 03:54:13 DEBUG : sugarsync root 'Test/rclone-test-vadasov1gila': Waiting for checks to finish 2025/09/05 03:54:13 DEBUG : sugarsync root 'Test/rclone-test-vadasov1gila': Waiting for transfers to finish 2025/09/05 03:54:28 INFO : potato2: Copied (new) --- PASS: TestCopyWithFilesFrom (28.27s) === RUN TestCopyWithFilesFromAndNoTraverse run.go:180: Remote "sugarsync root 'Test/rclone-test-vadasov1gila'", Local "Local file system at /tmp/rclone1307721151", Modify Window "876000h0m0s" 2025/09/05 03:54:48 DEBUG : potato2: Need to transfer - File not found at Destination 2025/09/05 03:54:48 DEBUG : sugarsync root 'Test/rclone-test-vadasov1gila': Waiting for checks to finish 2025/09/05 03:54:48 DEBUG : sugarsync root 'Test/rclone-test-vadasov1gila': Waiting for transfers to finish 2025/09/05 03:54:57 INFO : potato2: Copied (new) --- PASS: TestCopyWithFilesFromAndNoTraverse (25.77s) === RUN TestCopyEmptyDirectories run.go:180: Remote "sugarsync root 'Test/rclone-test-vadasov1gila'", Local "Local file system at /tmp/rclone1307721151", Modify Window "876000h0m0s" 2025/09/05 03:55:06 DEBUG : sub dir2/sub sub dir2: Making directory with metadata 2025/09/05 03:55:06 INFO : sub dir2/sub sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2025/09/05 03:55:06 INFO : sub dir2: Set directory modification time (using DirSetModTime) 2025/09/05 03:55:06 INFO : sub dir: Set directory modification time (using DirSetModTime) 2025/09/05 03:55:07 INFO : sub dir2: Making directory 2025/09/05 03:55:15 INFO : sub dir: Making directory 2025/09/05 03:55:16 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/09/05 03:55:16 INFO : sub dir2/sub sub dir2: Making directory 2025/09/05 03:55:24 DEBUG : sugarsync root 'Test/rclone-test-vadasov1gila': Waiting for checks to finish 2025/09/05 03:55:24 DEBUG : sugarsync root 'Test/rclone-test-vadasov1gila': Waiting for transfers to finish 2025/09/05 03:55:25 INFO : sub dir/hello world: Copied (new) 2025/09/05 03:55:27 DEBUG : sugarsync root 'Test/rclone-test-vadasov1gila': Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata --- PASS: TestCopyEmptyDirectories (42.04s) === RUN TestCopyNoEmptyDirectories run.go:180: Remote "sugarsync root 'Test/rclone-test-vadasov1gila'", Local "Local file system at /tmp/rclone1307721151", Modify Window "876000h0m0s" 2025/09/05 03:55:48 INFO : sub dir2: Making directory 2025/09/05 03:55:48 DEBUG : sub dir2/sub sub dir2: Making directory with metadata 2025/09/05 03:55:48 INFO : sub dir2/sub sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2025/09/05 03:55:49 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/09/05 03:55:49 DEBUG : sugarsync root 'Test/rclone-test-vadasov1gila': Waiting for checks to finish 2025/09/05 03:55:49 DEBUG : sugarsync root 'Test/rclone-test-vadasov1gila': Waiting for transfers to finish 2025/09/05 03:56:00 INFO : sub dir/hello world: Copied (new) --- PASS: TestCopyNoEmptyDirectories (26.91s) === RUN TestMoveEmptyDirectories run.go:180: Remote "sugarsync root 'Test/rclone-test-vadasov1gila'", Local "Local file system at /tmp/rclone1307721151", Modify Window "876000h0m0s" 2025/09/05 03:56:15 DEBUG : sub dir2: Making directory with metadata 2025/09/05 03:56:15 INFO : sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2025/09/05 03:56:16 INFO : sub dir2: Making directory 2025/09/05 03:56:23 INFO : sub dir: Making directory 2025/09/05 03:56:24 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/09/05 03:56:24 DEBUG : sugarsync root 'Test/rclone-test-vadasov1gila': Waiting for checks to finish 2025/09/05 03:56:24 DEBUG : sugarsync root 'Test/rclone-test-vadasov1gila': Waiting for transfers to finish 2025/09/05 03:56:26 INFO : sub dir/hello world: Copied (new) 2025/09/05 03:56:26 INFO : sub dir/hello world: Deleted 2025/09/05 03:56:28 DEBUG : sugarsync root 'Test/rclone-test-vadasov1gila': Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata 2025/09/05 03:56:33 DEBUG : sugarsync root 'Test/rclone-test-vadasov1gila': Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata --- PASS: TestMoveEmptyDirectories (32.73s) === RUN TestSyncNoUpdateDirModtime run.go:180: Remote "sugarsync root 'Test/rclone-test-vadasov1gila'", Local "Local file system at /tmp/rclone1307721151", Modify Window "876000h0m0s" sync_test.go:438: Skipping test as backend does not support DirSetModTime --- SKIP: TestSyncNoUpdateDirModtime (8.09s) === RUN TestMoveNoEmptyDirectories run.go:180: Remote "sugarsync root 'Test/rclone-test-vadasov1gila'", Local "Local file system at /tmp/rclone1307721151", Modify Window "876000h0m0s" 2025/09/05 03:56:56 INFO : sub dir2: Making directory 2025/09/05 03:56:57 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/09/05 03:56:57 DEBUG : sugarsync root 'Test/rclone-test-vadasov1gila': Waiting for checks to finish 2025/09/05 03:56:57 DEBUG : sugarsync root 'Test/rclone-test-vadasov1gila': Waiting for transfers to finish 2025/09/05 03:57:00 INFO : sub dir/hello world: Copied (new) 2025/09/05 03:57:00 INFO : sub dir/hello world: Deleted --- PASS: TestMoveNoEmptyDirectories (10.91s) === RUN TestSyncEmptyDirectories run.go:180: Remote "sugarsync root 'Test/rclone-test-vadasov1gila'", Local "Local file system at /tmp/rclone1307721151", Modify Window "876000h0m0s" 2025/09/05 03:57:07 DEBUG : sub dir2: Making directory with metadata 2025/09/05 03:57:07 INFO : sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2025/09/05 03:57:07 INFO : sub dir: Set directory modification time (using DirSetModTime) 2025/09/05 03:57:08 INFO : sub dir2: Making directory 2025/09/05 03:57:13 INFO : sub dir: Making directory 2025/09/05 03:57:14 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/09/05 03:57:14 DEBUG : sugarsync root 'Test/rclone-test-vadasov1gila': Waiting for checks to finish 2025/09/05 03:57:14 DEBUG : sugarsync root 'Test/rclone-test-vadasov1gila': Waiting for transfers to finish 2025/09/05 03:57:16 INFO : sub dir/hello world: Copied (new) 2025/09/05 03:57:16 DEBUG : Waiting for deletions to finish 2025/09/05 03:57:17 DEBUG : sugarsync root 'Test/rclone-test-vadasov1gila': Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata --- PASS: TestSyncEmptyDirectories (30.56s) === RUN TestSyncSetDelayedModTimes run.go:180: Remote "sugarsync root 'Test/rclone-test-vadasov1gila'", Local "Local file system at /tmp/rclone1307721151", Modify Window "876000h0m0s" sync_test.go:537: Backend doesn't have DirModTimeUpdatesOnWrite set --- SKIP: TestSyncSetDelayedModTimes (1.45s) === RUN TestSyncNoEmptyDirectories run.go:180: Remote "sugarsync root 'Test/rclone-test-vadasov1gila'", Local "Local file system at /tmp/rclone1307721151", Modify Window "876000h0m0s" 2025/09/05 03:57:39 INFO : sub dir2: Making directory 2025/09/05 03:57:44 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/09/05 03:57:44 DEBUG : sugarsync root 'Test/rclone-test-vadasov1gila': Waiting for checks to finish 2025/09/05 03:57:44 DEBUG : sugarsync root 'Test/rclone-test-vadasov1gila': Waiting for transfers to finish 2025/09/05 03:57:54 INFO : sub dir/hello world: Copied (new) 2025/09/05 03:57:54 DEBUG : Waiting for deletions to finish --- PASS: TestSyncNoEmptyDirectories (24.97s) === RUN TestServerSideCopy run.go:180: Remote "sugarsync root 'Test/rclone-test-vadasov1gila'", Local "Local file system at /tmp/rclone1307721151", Modify Window "876000h0m0s" 2025/09/05 03:58:09 DEBUG : Creating backend with remote "TestSugarSync:Test/rclone-test-jugumeb6kuga" sync_test.go:620: Server side copy (if possible) sugarsync root 'Test/rclone-test-vadasov1gila' -> sugarsync root 'Test/rclone-test-jugumeb6kuga' 2025/09/05 03:58:19 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/09/05 03:58:19 DEBUG : sugarsync root 'Test/rclone-test-jugumeb6kuga': Waiting for checks to finish 2025/09/05 03:58:19 DEBUG : sugarsync root 'Test/rclone-test-jugumeb6kuga': Waiting for transfers to finish 2025/09/05 03:58:24 INFO : sub dir/hello world: Copied (server-side copy) 2025/09/05 03:58:28 DEBUG : sugarsync root 'Test/rclone-test-jugumeb6kuga': Purge remote --- PASS: TestServerSideCopy (31.00s) === RUN TestCopyOverSelf run.go:180: Remote "sugarsync root 'Test/rclone-test-vadasov1gila'", Local "Local file system at /tmp/rclone1307721151", Modify Window "876000h0m0s" 2025/09/05 03:58:45 DEBUG : sub dir/hello world: Sizes differ (src 17 vs dst 11) 2025/09/05 03:58:45 DEBUG : sugarsync root 'Test/rclone-test-vadasov1gila': Waiting for checks to finish 2025/09/05 03:58:45 DEBUG : sugarsync root 'Test/rclone-test-vadasov1gila': Waiting for transfers to finish 2025/09/05 03:58:51 INFO : sub dir/hello world: Copied (replaced existing) --- PASS: TestCopyOverSelf (34.06s) === RUN TestServerSideCopyOverSelf run.go:180: Remote "sugarsync root 'Test/rclone-test-vadasov1gila'", Local "Local file system at /tmp/rclone1307721151", Modify Window "876000h0m0s" 2025/09/05 03:59:36 DEBUG : Creating backend with remote "TestSugarSync:Test/rclone-test-bagaduy9fera" sync_test.go:656: Server side copy (if possible) sugarsync root 'Test/rclone-test-vadasov1gila' -> sugarsync root 'Test/rclone-test-bagaduy9fera' 2025/09/05 03:59:49 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/09/05 03:59:49 DEBUG : sugarsync root 'Test/rclone-test-bagaduy9fera': Waiting for checks to finish 2025/09/05 03:59:49 DEBUG : sugarsync root 'Test/rclone-test-bagaduy9fera': Waiting for transfers to finish 2025/09/05 04:00:04 INFO : sub dir/hello world: Copied (server-side copy) 2025/09/05 04:00:11 DEBUG : sub dir/hello world: Sizes differ (src 17 vs dst 11) 2025/09/05 04:00:11 DEBUG : sugarsync root 'Test/rclone-test-bagaduy9fera': Waiting for checks to finish 2025/09/05 04:00:11 DEBUG : sugarsync root 'Test/rclone-test-bagaduy9fera': Waiting for transfers to finish 2025/09/05 04:00:12 DEBUG : sub dir/hello world: server side copy: renaming existing object to "sub dir/hello world.lojudiw6" before starting 2025/09/05 04:00:14 DEBUG : sub dir/hello world.lojudiw6: server side copy: removing renamed existing file after operation 2025/09/05 04:00:15 INFO : sub dir/hello world: Copied (server-side copy) 2025/09/05 04:00:16 DEBUG : sugarsync root 'Test/rclone-test-bagaduy9fera': Purge remote --- PASS: TestServerSideCopyOverSelf (79.60s) === RUN TestMoveOverSelf run.go:180: Remote "sugarsync root 'Test/rclone-test-vadasov1gila'", Local "Local file system at /tmp/rclone1307721151", Modify Window "876000h0m0s" 2025/09/05 04:00:37 DEBUG : sugarsync root 'Test/rclone-test-vadasov1gila': Waiting for checks to finish 2025/09/05 04:00:37 DEBUG : sub dir/hello world: Sizes differ (src 17 vs dst 11) 2025/09/05 04:00:37 DEBUG : sugarsync root 'Test/rclone-test-vadasov1gila': Waiting for transfers to finish 2025/09/05 04:00:39 INFO : sub dir/hello world: Copied (replaced existing) 2025/09/05 04:00:39 INFO : sub dir/hello world: Deleted --- PASS: TestMoveOverSelf (26.57s) === RUN TestServerSideMoveOverSelf run.go:180: Remote "sugarsync root 'Test/rclone-test-vadasov1gila'", Local "Local file system at /tmp/rclone1307721151", Modify Window "876000h0m0s" 2025/09/05 04:01:06 DEBUG : Creating backend with remote "TestSugarSync:Test/rclone-test-gupugoy0duga" sync_test.go:701: Server side copy (if possible) sugarsync root 'Test/rclone-test-vadasov1gila' -> sugarsync root 'Test/rclone-test-gupugoy0duga' 2025/09/05 04:01:15 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/09/05 04:01:15 DEBUG : sugarsync root 'Test/rclone-test-gupugoy0duga': Waiting for checks to finish 2025/09/05 04:01:15 DEBUG : sugarsync root 'Test/rclone-test-gupugoy0duga': Waiting for transfers to finish 2025/09/05 04:01:22 INFO : sub dir/hello world: Copied (server-side copy) 2025/09/05 04:01:38 DEBUG : sugarsync root 'Test/rclone-test-gupugoy0duga': Using server-side directory move 2025/09/05 04:01:38 INFO : sugarsync root 'Test/rclone-test-gupugoy0duga': Server side directory move failed - fallback to file moves: can't copy directory - destination already exists 2025/09/05 04:01:39 DEBUG : sub dir/hello world: Sizes differ (src 17 vs dst 11) 2025/09/05 04:01:39 DEBUG : sugarsync root 'Test/rclone-test-gupugoy0duga': Waiting for checks to finish 2025/09/05 04:01:39 DEBUG : sugarsync root 'Test/rclone-test-gupugoy0duga': Waiting for transfers to finish 2025/09/05 04:01:40 INFO : sub dir/hello world: Deleted 2025/09/05 04:01:41 INFO : sub dir/hello world: Moved (server-side) 2025/09/05 04:02:02 DEBUG : testing file moves 2025/09/05 04:02:04 DEBUG : sub dir/hello world: Sizes differ (src 24 vs dst 17) 2025/09/05 04:02:04 DEBUG : sugarsync root 'Test/rclone-test-gupugoy0duga': Waiting for checks to finish 2025/09/05 04:02:04 DEBUG : sugarsync root 'Test/rclone-test-gupugoy0duga': Waiting for transfers to finish 2025/09/05 04:02:12 INFO : sub dir/hello world: Deleted 2025/09/05 04:02:12 INFO : sub dir/hello world: Moved (server-side) 2025/09/05 04:02:15 DEBUG : sugarsync root 'Test/rclone-test-gupugoy0duga': Purge remote --- PASS: TestServerSideMoveOverSelf (84.34s) === RUN TestCopyAfterDelete run.go:180: Remote "sugarsync root 'Test/rclone-test-vadasov1gila'", Local "Local file system at /tmp/rclone1307721151", Modify Window "876000h0m0s" 2025/09/05 04:02:23 ERROR : error listing: directory not found 2025/09/05 04:02:24 INFO : Local file system at /tmp/rclone1307721151: Making directory 2025/09/05 04:02:38 DEBUG : sugarsync root 'Test/rclone-test-vadasov1gila': Waiting for checks to finish 2025/09/05 04:02:38 DEBUG : sugarsync root 'Test/rclone-test-vadasov1gila': Waiting for transfers to finish --- PASS: TestCopyAfterDelete (28.32s) === RUN TestCopyRedownload run.go:180: Remote "sugarsync root 'Test/rclone-test-vadasov1gila'", Local "Local file system at /tmp/rclone1307721151", Modify Window "876000h0m0s" 2025/09/05 04:03:00 DEBUG : Added delayed dir = "sub dir", newDst= 2025/09/05 04:03:08 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/09/05 04:03:08 DEBUG : Local file system at /tmp/rclone1307721151: Waiting for checks to finish 2025/09/05 04:03:08 DEBUG : Local file system at /tmp/rclone1307721151: Waiting for transfers to finish 2025/09/05 04:03:09 DEBUG : sub dir/hello world.d65a1577.partial: renamed to: sub dir/hello world 2025/09/05 04:03:09 INFO : sub dir/hello world: Copied (new) 2025/09/05 04:03:09 INFO : sub dir: Set directory modification time (using DirSetModTime) --- PASS: TestCopyRedownload (37.34s) === RUN TestSyncBasedOnCheckSum run.go:180: Remote "sugarsync root 'Test/rclone-test-vadasov1gila'", Local "Local file system at /tmp/rclone1307721151", Modify Window "876000h0m0s" 2025/09/05 04:03:26 DEBUG : check sum: Need to transfer - File not found at Destination 2025/09/05 04:03:26 DEBUG : sugarsync root 'Test/rclone-test-vadasov1gila': Waiting for checks to finish 2025/09/05 04:03:26 DEBUG : sugarsync root 'Test/rclone-test-vadasov1gila': Waiting for transfers to finish 2025/09/05 04:03:28 INFO : check sum: Copied (new) 2025/09/05 04:03:28 DEBUG : Waiting for deletions to finish 2025/09/05 04:03:50 DEBUG : pacer: low level retry 1/10 (error HTTP error 503 (503 Service Unavailable): The server is currently unable to handle the request due to a temporary overloading or maintenance of the server) 2025/09/05 04:03:50 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2025/09/05 04:03:51 DEBUG : pacer: Reducing sleep to 15ms 2025/09/05 04:03:51 NOTICE: sugarsync root 'Test/rclone-test-vadasov1gila': --checksum is in use but the source and destination have no hashes in common; falling back to --size-only 2025/09/05 04:03:51 DEBUG : check sum: Size of src and dst objects identical 2025/09/05 04:03:51 DEBUG : check sum: Unchanged skipping 2025/09/05 04:03:51 DEBUG : sugarsync root 'Test/rclone-test-vadasov1gila': Waiting for checks to finish 2025/09/05 04:03:51 DEBUG : sugarsync root 'Test/rclone-test-vadasov1gila': Waiting for transfers to finish 2025/09/05 04:03:51 DEBUG : Waiting for deletions to finish 2025/09/05 04:03:51 INFO : There was nothing to transfer 2025/09/05 04:03:51 DEBUG : pacer: Reducing sleep to 11.25ms 2025/09/05 04:03:52 DEBUG : pacer: Reducing sleep to 10ms --- PASS: TestSyncBasedOnCheckSum (30.86s) === RUN TestSyncSizeOnly run.go:180: Remote "sugarsync root 'Test/rclone-test-vadasov1gila'", Local "Local file system at /tmp/rclone1307721151", Modify Window "876000h0m0s" 2025/09/05 04:03:57 DEBUG : sizeonly: Need to transfer - File not found at Destination 2025/09/05 04:03:57 DEBUG : sugarsync root 'Test/rclone-test-vadasov1gila': Waiting for checks to finish 2025/09/05 04:03:57 DEBUG : sugarsync root 'Test/rclone-test-vadasov1gila': Waiting for transfers to finish 2025/09/05 04:03:59 INFO : sizeonly: Copied (new) 2025/09/05 04:03:59 DEBUG : Waiting for deletions to finish 2025/09/05 04:04:01 DEBUG : sizeonly: Sizes identical 2025/09/05 04:04:01 DEBUG : sizeonly: Unchanged skipping 2025/09/05 04:04:01 DEBUG : sugarsync root 'Test/rclone-test-vadasov1gila': Waiting for checks to finish 2025/09/05 04:04:01 DEBUG : sugarsync root 'Test/rclone-test-vadasov1gila': Waiting for transfers to finish 2025/09/05 04:04:01 DEBUG : Waiting for deletions to finish 2025/09/05 04:04:01 INFO : There was nothing to transfer --- PASS: TestSyncSizeOnly (7.78s) === RUN TestSyncIgnoreSize run.go:180: Remote "sugarsync root 'Test/rclone-test-vadasov1gila'", Local "Local file system at /tmp/rclone1307721151", Modify Window "876000h0m0s" 2025/09/05 04:04:07 DEBUG : ignore-size: Need to transfer - File not found at Destination 2025/09/05 04:04:07 DEBUG : sugarsync root 'Test/rclone-test-vadasov1gila': Waiting for checks to finish 2025/09/05 04:04:07 DEBUG : sugarsync root 'Test/rclone-test-vadasov1gila': Waiting for transfers to finish 2025/09/05 04:04:09 INFO : ignore-size: Copied (new) 2025/09/05 04:04:09 DEBUG : Waiting for deletions to finish 2025/09/05 04:04:18 DEBUG : sugarsync root 'Test/rclone-test-vadasov1gila': Waiting for checks to finish 2025/09/05 04:04:18 DEBUG : ignore-size: Sizes identical 2025/09/05 04:04:18 DEBUG : ignore-size: Unchanged skipping 2025/09/05 04:04:18 DEBUG : sugarsync root 'Test/rclone-test-vadasov1gila': Waiting for transfers to finish 2025/09/05 04:04:18 DEBUG : Waiting for deletions to finish 2025/09/05 04:04:18 INFO : There was nothing to transfer --- PASS: TestSyncIgnoreSize (17.18s) === RUN TestSyncIgnoreTimes run.go:180: Remote "sugarsync root 'Test/rclone-test-vadasov1gila'", Local "Local file system at /tmp/rclone1307721151", Modify Window "876000h0m0s" 2025/09/05 04:04:28 DEBUG : existing: Sizes identical 2025/09/05 04:04:28 DEBUG : sugarsync root 'Test/rclone-test-vadasov1gila': Waiting for checks to finish 2025/09/05 04:04:28 DEBUG : existing: Unchanged skipping 2025/09/05 04:04:28 DEBUG : sugarsync root 'Test/rclone-test-vadasov1gila': Waiting for transfers to finish 2025/09/05 04:04:28 DEBUG : Waiting for deletions to finish 2025/09/05 04:04:28 INFO : There was nothing to transfer 2025/09/05 04:04:32 DEBUG : existing: Transferring unconditionally as --ignore-times is in use 2025/09/05 04:04:32 DEBUG : sugarsync root 'Test/rclone-test-vadasov1gila': Waiting for checks to finish 2025/09/05 04:04:32 DEBUG : sugarsync root 'Test/rclone-test-vadasov1gila': Waiting for transfers to finish 2025/09/05 04:04:34 INFO : existing: Copied (replaced existing) 2025/09/05 04:04:34 DEBUG : Waiting for deletions to finish --- PASS: TestSyncIgnoreTimes (22.72s) === RUN TestSyncIgnoreExisting run.go:180: Remote "sugarsync root 'Test/rclone-test-vadasov1gila'", Local "Local file system at /tmp/rclone1307721151", Modify Window "876000h0m0s" 2025/09/05 04:04:44 DEBUG : existing: Need to transfer - File not found at Destination 2025/09/05 04:04:44 DEBUG : sugarsync root 'Test/rclone-test-vadasov1gila': Waiting for checks to finish 2025/09/05 04:04:44 DEBUG : sugarsync root 'Test/rclone-test-vadasov1gila': Waiting for transfers to finish 2025/09/05 04:04:47 INFO : existing: Copied (new) 2025/09/05 04:04:47 DEBUG : Waiting for deletions to finish 2025/09/05 04:04:48 DEBUG : sugarsync root 'Test/rclone-test-vadasov1gila': Waiting for checks to finish 2025/09/05 04:04:48 DEBUG : existing: Destination exists, skipping 2025/09/05 04:04:48 DEBUG : sugarsync root 'Test/rclone-test-vadasov1gila': Waiting for transfers to finish 2025/09/05 04:04:48 DEBUG : Waiting for deletions to finish 2025/09/05 04:04:48 INFO : There was nothing to transfer --- PASS: TestSyncIgnoreExisting (7.67s) === RUN TestSyncIgnoreErrors run.go:180: Remote "sugarsync root 'Test/rclone-test-vadasov1gila'", Local "Local file system at /tmp/rclone1307721151", Modify Window "876000h0m0s" 2025/09/05 04:05:13 INFO : d: Making directory 2025/09/05 04:05:22 DEBUG : a/potato2: Need to transfer - File not found at Destination 2025/09/05 04:05:22 DEBUG : c/non empty space: Sizes identical 2025/09/05 04:05:22 DEBUG : c/non empty space: Unchanged skipping 2025/09/05 04:05:24 DEBUG : sugarsync root 'Test/rclone-test-vadasov1gila': Waiting for checks to finish 2025/09/05 04:05:24 DEBUG : sugarsync root 'Test/rclone-test-vadasov1gila': Waiting for transfers to finish 2025/09/05 04:05:38 INFO : a/potato2: Copied (new) 2025/09/05 04:05:38 DEBUG : Waiting for deletions to finish 2025/09/05 04:05:39 INFO : b/potato: Deleted 2025/09/05 04:05:39 INFO : d: Removing directory 2025/09/05 04:05:47 INFO : b: Removing directory 2025/09/05 04:05:48 DEBUG : sugarsync root 'Test/rclone-test-vadasov1gila': deleted 2 directories --- PASS: TestSyncIgnoreErrors (72.27s) === RUN TestSyncAfterChangingModtimeOnly run.go:180: Remote "sugarsync root 'Test/rclone-test-vadasov1gila'", Local "Local file system at /tmp/rclone1307721151", Modify Window "876000h0m0s" 2025/09/05 04:06:13 DEBUG : empty space: Sizes identical 2025/09/05 04:06:13 DEBUG : empty space: Unchanged skipping 2025/09/05 04:06:13 DEBUG : sugarsync root 'Test/rclone-test-vadasov1gila': Waiting for checks to finish 2025/09/05 04:06:13 DEBUG : sugarsync root 'Test/rclone-test-vadasov1gila': Waiting for transfers to finish 2025/09/05 04:06:13 DEBUG : Waiting for deletions to finish 2025/09/05 04:06:13 INFO : There was nothing to transfer 2025/09/05 04:06:15 DEBUG : empty space: Sizes identical 2025/09/05 04:06:15 DEBUG : sugarsync root 'Test/rclone-test-vadasov1gila': Waiting for checks to finish 2025/09/05 04:06:15 DEBUG : empty space: Unchanged skipping 2025/09/05 04:06:15 DEBUG : sugarsync root 'Test/rclone-test-vadasov1gila': Waiting for transfers to finish 2025/09/05 04:06:15 DEBUG : Waiting for deletions to finish 2025/09/05 04:06:15 INFO : There was nothing to transfer --- PASS: TestSyncAfterChangingModtimeOnly (27.26s) === RUN TestSyncAfterChangingModtimeOnlyWithNoUpdateModTime run.go:180: Remote "sugarsync root 'Test/rclone-test-vadasov1gila'", Local "Local file system at /tmp/rclone1307721151", Modify Window "876000h0m0s" sync_test.go:1046: Can't check this if no hashes supported --- PASS: TestSyncAfterChangingModtimeOnlyWithNoUpdateModTime (9.19s) === RUN TestSyncDoesntUpdateModtime run.go:180: Remote "sugarsync root 'Test/rclone-test-vadasov1gila'", Local "Local file system at /tmp/rclone1307721151", Modify Window "876000h0m0s" sync_test.go:1072: Can't run this test on fs which doesn't support mod time --- SKIP: TestSyncDoesntUpdateModtime (5.14s) === RUN TestSyncAfterAddingAFile run.go:180: Remote "sugarsync root 'Test/rclone-test-vadasov1gila'", Local "Local file system at /tmp/rclone1307721151", Modify Window "876000h0m0s" 2025/09/05 04:06:53 DEBUG : empty space: Sizes identical 2025/09/05 04:06:53 DEBUG : potato: Need to transfer - File not found at Destination 2025/09/05 04:06:53 DEBUG : sugarsync root 'Test/rclone-test-vadasov1gila': Waiting for checks to finish 2025/09/05 04:06:53 DEBUG : empty space: Unchanged skipping 2025/09/05 04:06:53 DEBUG : sugarsync root 'Test/rclone-test-vadasov1gila': Waiting for transfers to finish 2025/09/05 04:07:03 INFO : potato: Copied (new) 2025/09/05 04:07:03 DEBUG : Waiting for deletions to finish --- PASS: TestSyncAfterAddingAFile (32.77s) === RUN TestSyncAfterChangingFilesSizeOnly run.go:180: Remote "sugarsync root 'Test/rclone-test-vadasov1gila'", Local "Local file system at /tmp/rclone1307721151", Modify Window "876000h0m0s" 2025/09/05 04:07:26 DEBUG : sugarsync root 'Test/rclone-test-vadasov1gila': Waiting for checks to finish 2025/09/05 04:07:26 DEBUG : potato: Sizes differ (src 21 vs dst 60) 2025/09/05 04:07:26 DEBUG : sugarsync root 'Test/rclone-test-vadasov1gila': Waiting for transfers to finish 2025/09/05 04:07:27 INFO : potato: Copied (replaced existing) 2025/09/05 04:07:27 DEBUG : Waiting for deletions to finish --- PASS: TestSyncAfterChangingFilesSizeOnly (12.56s) === RUN TestSyncAfterChangingContentsOnly run.go:180: Remote "sugarsync root 'Test/rclone-test-vadasov1gila'", Local "Local file system at /tmp/rclone1307721151", Modify Window "876000h0m0s" sync_test.go:1136: ModTimeNotSupported so forcing file to be a different size 2025/09/05 04:07:38 DEBUG : potato: Sizes differ (src 21 vs dst 36) 2025/09/05 04:07:38 DEBUG : sugarsync root 'Test/rclone-test-vadasov1gila': Waiting for checks to finish 2025/09/05 04:07:38 DEBUG : sugarsync root 'Test/rclone-test-vadasov1gila': Waiting for transfers to finish 2025/09/05 04:07:40 INFO : potato: Copied (replaced existing) 2025/09/05 04:07:40 DEBUG : Waiting for deletions to finish --- PASS: TestSyncAfterChangingContentsOnly (13.00s) === RUN TestSyncAfterRemovingAFileAndAddingAFileDryRun run.go:180: Remote "sugarsync root 'Test/rclone-test-vadasov1gila'", Local "Local file system at /tmp/rclone1307721151", Modify Window "876000h0m0s" 2025/09/05 04:07:50 DEBUG : potato2: Need to transfer - File not found at Destination 2025/09/05 04:07:50 DEBUG : empty space: Sizes identical 2025/09/05 04:07:50 DEBUG : empty space: Unchanged skipping 2025/09/05 04:07:50 NOTICE: potato2: Skipped copy as --dry-run is set (size 60) 2025/09/05 04:07:50 DEBUG : sugarsync root 'Test/rclone-test-vadasov1gila': Waiting for checks to finish 2025/09/05 04:07:50 DEBUG : sugarsync root 'Test/rclone-test-vadasov1gila': Waiting for transfers to finish 2025/09/05 04:07:50 DEBUG : Waiting for deletions to finish 2025/09/05 04:07:50 NOTICE: potato: Skipped delete as --dry-run is set (size 21) --- PASS: TestSyncAfterRemovingAFileAndAddingAFileDryRun (10.60s) === RUN TestSyncAfterRemovingAFileAndAddingAFile run.go:180: Remote "sugarsync root 'Test/rclone-test-vadasov1gila'", Local "Local file system at /tmp/rclone1307721151", Modify Window "876000h0m0s" 2025/09/05 04:08:27 DEBUG : potato2: Need to transfer - File not found at Destination 2025/09/05 04:08:27 DEBUG : empty space: Sizes identical 2025/09/05 04:08:27 DEBUG : empty space: Unchanged skipping 2025/09/05 04:08:27 DEBUG : sugarsync root 'Test/rclone-test-vadasov1gila': Waiting for checks to finish 2025/09/05 04:08:27 DEBUG : sugarsync root 'Test/rclone-test-vadasov1gila': Waiting for transfers to finish 2025/09/05 04:08:43 INFO : potato2: Copied (new) 2025/09/05 04:08:43 DEBUG : Waiting for deletions to finish 2025/09/05 04:08:44 INFO : potato: Deleted --- PASS: TestSyncAfterRemovingAFileAndAddingAFile (58.51s) === RUN TestSyncAfterRemovingAFileAndAddingAFileSubDir run.go:180: Remote "sugarsync root 'Test/rclone-test-vadasov1gila'", Local "Local file system at /tmp/rclone1307721151", Modify Window "876000h0m0s" 2025/09/05 04:09:15 INFO : d: Making directory 2025/09/05 04:09:17 INFO : d/e: Making directory 2025/09/05 04:09:27 DEBUG : a/potato2: Need to transfer - File not found at Destination 2025/09/05 04:09:33 DEBUG : c/non empty space: Sizes identical 2025/09/05 04:09:33 DEBUG : c/non empty space: Unchanged skipping 2025/09/05 04:09:38 DEBUG : sugarsync root 'Test/rclone-test-vadasov1gila': Waiting for checks to finish 2025/09/05 04:09:38 DEBUG : sugarsync root 'Test/rclone-test-vadasov1gila': Waiting for transfers to finish 2025/09/05 04:09:39 INFO : a/potato2: Copied (new) 2025/09/05 04:09:39 DEBUG : Waiting for deletions to finish 2025/09/05 04:09:40 INFO : b/potato: Deleted 2025/09/05 04:09:40 INFO : d/e: Removing directory 2025/09/05 04:09:49 INFO : d: Removing directory 2025/09/05 04:09:50 INFO : b: Removing directory 2025/09/05 04:09:51 DEBUG : sugarsync root 'Test/rclone-test-vadasov1gila': deleted 3 directories --- PASS: TestSyncAfterRemovingAFileAndAddingAFileSubDir (71.08s) === RUN TestSyncAfterRemovingAFileAndAddingAFileSubDirWithErrors run.go:180: Remote "sugarsync root 'Test/rclone-test-vadasov1gila'", Local "Local file system at /tmp/rclone1307721151", Modify Window "876000h0m0s" 2025/09/05 04:10:20 INFO : d: Making directory 2025/09/05 04:10:37 DEBUG : a/potato2: Need to transfer - File not found at Destination 2025/09/05 04:10:37 DEBUG : c/non empty space: Sizes identical 2025/09/05 04:10:37 DEBUG : c/non empty space: Unchanged skipping 2025/09/05 04:10:46 DEBUG : sugarsync root 'Test/rclone-test-vadasov1gila': Waiting for checks to finish 2025/09/05 04:10:46 DEBUG : sugarsync root 'Test/rclone-test-vadasov1gila': Waiting for transfers to finish 2025/09/05 04:11:01 INFO : a/potato2: Copied (new) 2025/09/05 04:11:01 ERROR : sugarsync root 'Test/rclone-test-vadasov1gila': not deleting files as there were IO errors 2025/09/05 04:11:01 ERROR : sugarsync root 'Test/rclone-test-vadasov1gila': not deleting directories as there were IO errors --- PASS: TestSyncAfterRemovingAFileAndAddingAFileSubDirWithErrors (71.96s) === RUN TestSyncDeleteAfter --- PASS: TestSyncDeleteAfter (0.00s) === RUN TestSyncDeleteDuring run.go:180: Remote "sugarsync root 'Test/rclone-test-vadasov1gila'", Local "Local file system at /tmp/rclone1307721151", Modify Window "876000h0m0s" 2025/09/05 04:11:25 DEBUG : Waiting for deletions to finish 2025/09/05 04:11:26 DEBUG : empty space: Sizes identical 2025/09/05 04:11:26 DEBUG : potato2: Need to transfer - File not found at Destination 2025/09/05 04:11:26 DEBUG : sugarsync root 'Test/rclone-test-vadasov1gila': Waiting for checks to finish 2025/09/05 04:11:26 DEBUG : empty space: Unchanged skipping 2025/09/05 04:11:26 DEBUG : sugarsync root 'Test/rclone-test-vadasov1gila': Waiting for transfers to finish 2025/09/05 04:11:27 INFO : potato: Deleted 2025/09/05 04:12:11 DEBUG : pacer: low level retry 1/1 (error HTTP error 503 (503 Service Unavailable): The server is currently unable to handle the request due to a temporary overloading or maintenance of the server) 2025/09/05 04:12:11 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2025/09/05 04:12:12 DEBUG : pacer: Reducing sleep to 15ms 2025/09/05 04:12:12 DEBUG : potato2: Received error: failed to upload file: HTTP error 503 (503 Service Unavailable): The server is currently unable to handle the request due to a temporary overloading or maintenance of the server - low level retry 0/10 2025/09/05 04:12:12 DEBUG : pacer: Reducing sleep to 11.25ms 2025/09/05 04:12:13 DEBUG : pacer: Reducing sleep to 10ms 2025/09/05 04:12:14 INFO : potato2: Copied (new) --- PASS: TestSyncDeleteDuring (101.54s) === RUN TestSyncDeleteBefore run.go:180: Remote "sugarsync root 'Test/rclone-test-vadasov1gila'", Local "Local file system at /tmp/rclone1307721151", Modify Window "876000h0m0s" 2025/09/05 04:13:03 DEBUG : Waiting for deletions to finish 2025/09/05 04:13:04 DEBUG : sugarsync root 'Test/rclone-test-vadasov1gila': Waiting for checks to finish 2025/09/05 04:13:04 DEBUG : sugarsync root 'Test/rclone-test-vadasov1gila': Waiting for transfers to finish 2025/09/05 04:13:05 INFO : potato: Deleted 2025/09/05 04:13:05 DEBUG : empty space: Sizes identical 2025/09/05 04:13:05 DEBUG : potato2: Need to transfer - File not found at Destination 2025/09/05 04:13:05 DEBUG : sugarsync root 'Test/rclone-test-vadasov1gila': Waiting for checks to finish 2025/09/05 04:13:05 DEBUG : empty space: Unchanged skipping 2025/09/05 04:13:05 DEBUG : sugarsync root 'Test/rclone-test-vadasov1gila': Waiting for transfers to finish 2025/09/05 04:13:08 INFO : potato2: Copied (new) --- PASS: TestSyncDeleteBefore (14.76s) === RUN TestCopyDeleteBefore run.go:180: Remote "sugarsync root 'Test/rclone-test-vadasov1gila'", Local "Local file system at /tmp/rclone1307721151", Modify Window "876000h0m0s" 2025/09/05 04:13:16 DEBUG : potato2: Need to transfer - File not found at Destination 2025/09/05 04:13:16 DEBUG : sugarsync root 'Test/rclone-test-vadasov1gila': Waiting for checks to finish 2025/09/05 04:13:16 DEBUG : sugarsync root 'Test/rclone-test-vadasov1gila': Waiting for transfers to finish 2025/09/05 04:13:18 INFO : potato2: Copied (new) --- PASS: TestCopyDeleteBefore (10.18s) === RUN TestSyncWithExclude run.go:180: Remote "sugarsync root 'Test/rclone-test-vadasov1gila'", Local "Local file system at /tmp/rclone1307721151", Modify Window "876000h0m0s" 2025/09/05 04:13:33 DEBUG : enormous: Excluded (Size Filter) 2025/09/05 04:13:33 DEBUG : enormous: Excluded 2025/09/05 04:13:33 DEBUG : potato2: Excluded (Size Filter) 2025/09/05 04:13:33 DEBUG : potato2: Excluded 2025/09/05 04:13:33 DEBUG : potato2: Excluded (Size Filter) 2025/09/05 04:13:33 DEBUG : potato2: Excluded 2025/09/05 04:13:33 DEBUG : empty space: Sizes identical 2025/09/05 04:13:33 DEBUG : sugarsync root 'Test/rclone-test-vadasov1gila': Waiting for checks to finish 2025/09/05 04:13:33 DEBUG : empty space: Unchanged skipping 2025/09/05 04:13:33 DEBUG : sugarsync root 'Test/rclone-test-vadasov1gila': Waiting for transfers to finish 2025/09/05 04:13:33 DEBUG : Waiting for deletions to finish 2025/09/05 04:13:33 INFO : There was nothing to transfer 2025/09/05 04:13:34 DEBUG : enormous: Excluded (Size Filter) 2025/09/05 04:13:34 DEBUG : enormous: Excluded 2025/09/05 04:13:34 DEBUG : potato2: Excluded (Size Filter) 2025/09/05 04:13:34 DEBUG : potato2: Excluded 2025/09/05 04:13:35 DEBUG : potato2: Excluded (Size Filter) 2025/09/05 04:13:35 DEBUG : potato2: Excluded 2025/09/05 04:13:35 DEBUG : empty space: Sizes identical 2025/09/05 04:13:35 DEBUG : empty space: Unchanged skipping 2025/09/05 04:13:35 DEBUG : Local file system at /tmp/rclone1307721151: Waiting for checks to finish 2025/09/05 04:13:35 DEBUG : Local file system at /tmp/rclone1307721151: Waiting for transfers to finish 2025/09/05 04:13:35 DEBUG : Waiting for deletions to finish 2025/09/05 04:13:35 INFO : There was nothing to transfer --- PASS: TestSyncWithExclude (15.90s) === RUN TestSyncWithExcludeAndDeleteExcluded run.go:180: Remote "sugarsync root 'Test/rclone-test-vadasov1gila'", Local "Local file system at /tmp/rclone1307721151", Modify Window "876000h0m0s" 2025/09/05 04:13:46 DEBUG : enormous: Excluded (Size Filter) 2025/09/05 04:13:46 DEBUG : enormous: Excluded 2025/09/05 04:13:46 DEBUG : potato2: Excluded (Size Filter) 2025/09/05 04:13:46 DEBUG : potato2: Excluded 2025/09/05 04:13:47 DEBUG : empty space: Sizes identical 2025/09/05 04:13:47 DEBUG : sugarsync root 'Test/rclone-test-vadasov1gila': Waiting for checks to finish 2025/09/05 04:13:47 DEBUG : empty space: Unchanged skipping 2025/09/05 04:13:47 DEBUG : sugarsync root 'Test/rclone-test-vadasov1gila': Waiting for transfers to finish 2025/09/05 04:13:47 DEBUG : Waiting for deletions to finish 2025/09/05 04:13:48 INFO : enormous: Deleted 2025/09/05 04:13:48 INFO : potato2: Deleted 2025/09/05 04:13:48 INFO : There was nothing to transfer 2025/09/05 04:13:56 DEBUG : empty space: Sizes identical 2025/09/05 04:13:56 DEBUG : empty space: Unchanged skipping 2025/09/05 04:13:56 DEBUG : Local file system at /tmp/rclone1307721151: Waiting for checks to finish 2025/09/05 04:13:56 DEBUG : Local file system at /tmp/rclone1307721151: Waiting for transfers to finish 2025/09/05 04:13:56 DEBUG : Waiting for deletions to finish 2025/09/05 04:13:56 INFO : enormous: Deleted 2025/09/05 04:13:56 INFO : potato2: Deleted 2025/09/05 04:13:56 INFO : There was nothing to transfer --- PASS: TestSyncWithExcludeAndDeleteExcluded (19.97s) === RUN TestSyncWithUpdateOlder run.go:180: Remote "sugarsync root 'Test/rclone-test-vadasov1gila'", Local "Local file system at /tmp/rclone1307721151", Modify Window "876000h0m0s" sync_test.go:1453: Can't run this test on fs which doesn't support mod time --- SKIP: TestSyncWithUpdateOlder (9.67s) === 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-vadasov1gila'", Local "Local file system at /tmp/rclone1307721151", Modify Window "876000h0m0s" sync_test.go:1568: Can track renames: false 2025/09/05 04:14:08 ERROR : sugarsync root 'Test/rclone-test-vadasov1gila': Ignoring --track-renames as the source and destination do not have a common hash 2025/09/05 04:14:08 DEBUG : potato: Need to transfer - File not found at Destination 2025/09/05 04:14:08 DEBUG : yam: Need to transfer - File not found at Destination 2025/09/05 04:14:08 DEBUG : sugarsync root 'Test/rclone-test-vadasov1gila': Waiting for checks to finish 2025/09/05 04:14:08 DEBUG : sugarsync root 'Test/rclone-test-vadasov1gila': Waiting for transfers to finish 2025/09/05 04:14:11 INFO : potato: Copied (new) 2025/09/05 04:14:11 INFO : yam: Copied (new) 2025/09/05 04:14:11 DEBUG : Waiting for deletions to finish 2025/09/05 04:14:12 ERROR : sugarsync root 'Test/rclone-test-vadasov1gila': Ignoring --track-renames as the source and destination do not have a common hash 2025/09/05 04:14:12 DEBUG : potato: Sizes identical 2025/09/05 04:14:12 DEBUG : yaml: Need to transfer - File not found at Destination 2025/09/05 04:14:12 DEBUG : sugarsync root 'Test/rclone-test-vadasov1gila': Waiting for checks to finish 2025/09/05 04:14:12 DEBUG : potato: Unchanged skipping 2025/09/05 04:14:12 DEBUG : sugarsync root 'Test/rclone-test-vadasov1gila': Waiting for transfers to finish 2025/09/05 04:14:15 INFO : yaml: Copied (new) 2025/09/05 04:14:15 DEBUG : Waiting for deletions to finish 2025/09/05 04:14:17 INFO : yam: Deleted --- PASS: TestSyncWithTrackRenames (13.19s) === RUN TestParseRenamesStrategyModtime --- PASS: TestParseRenamesStrategyModtime (0.00s) === RUN TestRenamesStrategyModtime --- PASS: TestRenamesStrategyModtime (0.00s) === RUN TestSyncWithTrackRenamesStrategyModtime run.go:180: Remote "sugarsync root 'Test/rclone-test-vadasov1gila'", Local "Local file system at /tmp/rclone1307721151", Modify Window "876000h0m0s" sync_test.go:1640: Can track renames: false 2025/09/05 04:14:21 ERROR : sugarsync root 'Test/rclone-test-vadasov1gila': Ignoring --track-renames as either the source or destination do not support modtime 2025/09/05 04:14:21 DEBUG : potato: Need to transfer - File not found at Destination 2025/09/05 04:14:21 DEBUG : yam: Need to transfer - File not found at Destination 2025/09/05 04:14:21 DEBUG : sugarsync root 'Test/rclone-test-vadasov1gila': Waiting for checks to finish 2025/09/05 04:14:21 DEBUG : sugarsync root 'Test/rclone-test-vadasov1gila': Waiting for transfers to finish 2025/09/05 04:14:24 INFO : potato: Copied (new) 2025/09/05 04:14:24 INFO : yam: Copied (new) 2025/09/05 04:14:24 DEBUG : Waiting for deletions to finish 2025/09/05 04:14:25 ERROR : sugarsync root 'Test/rclone-test-vadasov1gila': Ignoring --track-renames as either the source or destination do not support modtime 2025/09/05 04:14:26 DEBUG : potato: Sizes identical 2025/09/05 04:14:26 DEBUG : yaml: Need to transfer - File not found at Destination 2025/09/05 04:14:26 DEBUG : sugarsync root 'Test/rclone-test-vadasov1gila': Waiting for checks to finish 2025/09/05 04:14:26 DEBUG : potato: Unchanged skipping 2025/09/05 04:14:26 DEBUG : sugarsync root 'Test/rclone-test-vadasov1gila': Waiting for transfers to finish 2025/09/05 04:14:29 INFO : yaml: Copied (new) 2025/09/05 04:14:29 DEBUG : Waiting for deletions to finish 2025/09/05 04:14:30 INFO : yam: Deleted --- PASS: TestSyncWithTrackRenamesStrategyModtime (19.19s) === RUN TestSyncWithTrackRenamesStrategyLeaf run.go:180: Remote "sugarsync root 'Test/rclone-test-vadasov1gila'", Local "Local file system at /tmp/rclone1307721151", Modify Window "876000h0m0s" sync_test.go:1679: Can track renames: false 2025/09/05 04:14:41 INFO : sugarsync root 'Test/rclone-test-vadasov1gila': Making map for --track-renames 2025/09/05 04:14:41 INFO : sugarsync root 'Test/rclone-test-vadasov1gila': Finished making map for --track-renames 2025/09/05 04:14:41 DEBUG : sugarsync root 'Test/rclone-test-vadasov1gila': Waiting for checks to finish 2025/09/05 04:14:41 DEBUG : potato: Need to transfer - No matching file found at Destination 2025/09/05 04:14:41 DEBUG : sugarsync root 'Test/rclone-test-vadasov1gila': Waiting for renames to finish 2025/09/05 04:14:41 DEBUG : sub/yam: Need to transfer - No matching file found at Destination 2025/09/05 04:14:41 DEBUG : sugarsync root 'Test/rclone-test-vadasov1gila': Waiting for transfers to finish 2025/09/05 04:14:52 INFO : potato: Copied (new) 2025/09/05 04:14:53 INFO : sub/yam: Copied (new) 2025/09/05 04:14:53 DEBUG : Waiting for deletions to finish 2025/09/05 04:14:55 DEBUG : potato: Sizes identical 2025/09/05 04:14:55 DEBUG : potato: Unchanged skipping 2025/09/05 04:15:02 INFO : sugarsync root 'Test/rclone-test-vadasov1gila': Making map for --track-renames 2025/09/05 04:15:02 INFO : sugarsync root 'Test/rclone-test-vadasov1gila': Finished making map for --track-renames 2025/09/05 04:15:02 DEBUG : sugarsync root 'Test/rclone-test-vadasov1gila': Waiting for checks to finish 2025/09/05 04:15:02 DEBUG : sugarsync root 'Test/rclone-test-vadasov1gila': Waiting for renames to finish 2025/09/05 04:15:03 INFO : sub/yam: Moved (server-side) to: yam 2025/09/05 04:15:03 INFO : yam: Renamed from "sub/yam" 2025/09/05 04:15:03 DEBUG : sugarsync root 'Test/rclone-test-vadasov1gila': Waiting for transfers to finish 2025/09/05 04:15:03 DEBUG : Waiting for deletions to finish 2025/09/05 04:15:03 INFO : There was nothing to transfer --- PASS: TestSyncWithTrackRenamesStrategyLeaf (31.84s) === RUN TestServerSideMoveLocal run.go:180: Remote "sugarsync root 'Test/rclone-test-vadasov1gila'", Local "Local file system at /tmp/rclone1307721151", Modify Window "876000h0m0s" 2025/09/05 04:15:12 DEBUG : Creating backend with remote "/tmp/rclone1307721151/dir1" 2025/09/05 04:15:12 DEBUG : Config file has changed externally - reloading 2025/09/05 04:15:12 DEBUG : Creating backend with remote "/tmp/rclone1307721151/dir2" 2025/09/05 04:15:12 DEBUG : Local file system at /tmp/rclone1307721151/dir2: Using server-side directory move 2025/09/05 04:15:12 INFO : Local file system at /tmp/rclone1307721151/dir2: Server side directory move failed - fallback to file moves: can't copy directory - destination already exists 2025/09/05 04:15:12 DEBUG : file1.txt: Need to transfer - File not found at Destination 2025/09/05 04:15:12 INFO : file1.txt: Moved (server-side) 2025/09/05 04:15:12 DEBUG : Local file system at /tmp/rclone1307721151/dir2: Waiting for checks to finish 2025/09/05 04:15:12 DEBUG : Local file system at /tmp/rclone1307721151/dir2: Waiting for transfers to finish --- PASS: TestServerSideMoveLocal (1.48s) === RUN TestMoveWithDeleteEmptySrcDirs run.go:180: Remote "sugarsync root 'Test/rclone-test-vadasov1gila'", Local "Local file system at /tmp/rclone1307721151", Modify Window "876000h0m0s" 2025/09/05 04:15:14 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/09/05 04:15:14 DEBUG : nested/sub dir/file: Need to transfer - File not found at Destination 2025/09/05 04:15:14 DEBUG : sugarsync root 'Test/rclone-test-vadasov1gila': Waiting for checks to finish 2025/09/05 04:15:14 DEBUG : sugarsync root 'Test/rclone-test-vadasov1gila': Waiting for transfers to finish 2025/09/05 04:15:20 INFO : sub dir/hello world: Copied (new) 2025/09/05 04:15:20 INFO : sub dir/hello world: Deleted 2025/09/05 04:15:21 INFO : nested/sub dir/file: Copied (new) 2025/09/05 04:15:21 INFO : nested/sub dir/file: Deleted 2025/09/05 04:15:21 INFO : sub dir: Removing directory 2025/09/05 04:15:21 INFO : nested/sub dir: Removing directory 2025/09/05 04:15:21 INFO : nested: Removing directory 2025/09/05 04:15:21 DEBUG : Local file system at /tmp/rclone1307721151: deleted 3 directories --- PASS: TestMoveWithDeleteEmptySrcDirs (23.43s) === RUN TestMoveWithoutDeleteEmptySrcDirs run.go:180: Remote "sugarsync root 'Test/rclone-test-vadasov1gila'", Local "Local file system at /tmp/rclone1307721151", Modify Window "876000h0m0s" 2025/09/05 04:15:37 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/09/05 04:15:37 DEBUG : nested/sub dir/file: Need to transfer - File not found at Destination 2025/09/05 04:15:37 DEBUG : sugarsync root 'Test/rclone-test-vadasov1gila': Waiting for checks to finish 2025/09/05 04:15:37 DEBUG : sugarsync root 'Test/rclone-test-vadasov1gila': Waiting for transfers to finish 2025/09/05 04:15:44 INFO : nested/sub dir/file: Copied (new) 2025/09/05 04:15:44 INFO : nested/sub dir/file: Deleted 2025/09/05 04:15:47 INFO : sub dir/hello world: Copied (new) 2025/09/05 04:15:47 INFO : sub dir/hello world: Deleted --- PASS: TestMoveWithoutDeleteEmptySrcDirs (24.18s) === RUN TestMoveWithIgnoreExisting run.go:180: Remote "sugarsync root 'Test/rclone-test-vadasov1gila'", Local "Local file system at /tmp/rclone1307721151", Modify Window "876000h0m0s" 2025/09/05 04:16:02 DEBUG : existing-b: Need to transfer - File not found at Destination 2025/09/05 04:16:02 DEBUG : existing: Need to transfer - File not found at Destination 2025/09/05 04:16:02 DEBUG : sugarsync root 'Test/rclone-test-vadasov1gila': Waiting for checks to finish 2025/09/05 04:16:02 DEBUG : sugarsync root 'Test/rclone-test-vadasov1gila': Waiting for transfers to finish 2025/09/05 04:16:11 INFO : existing-b: Copied (new) 2025/09/05 04:16:11 INFO : existing-b: Deleted 2025/09/05 04:16:11 INFO : existing: Copied (new) 2025/09/05 04:16:11 INFO : existing: Deleted 2025/09/05 04:16:12 DEBUG : existing: Destination exists, skipping 2025/09/05 04:16:12 DEBUG : existing: Not removing source file as destination file exists and --ignore-existing is set 2025/09/05 04:16:12 DEBUG : sugarsync root 'Test/rclone-test-vadasov1gila': Waiting for checks to finish 2025/09/05 04:16:12 DEBUG : sugarsync root 'Test/rclone-test-vadasov1gila': Waiting for transfers to finish 2025/09/05 04:16:12 INFO : There was nothing to transfer --- PASS: TestMoveWithIgnoreExisting (14.71s) === RUN TestServerSideMove run.go:180: Remote "sugarsync root 'Test/rclone-test-vadasov1gila'", Local "Local file system at /tmp/rclone1307721151", Modify Window "876000h0m0s" 2025/09/05 04:16:16 DEBUG : Creating backend with remote "TestSugarSync:Test/rclone-test-nikozon4pina" sync_test.go:1735: Server side move (if possible) sugarsync root 'Test/rclone-test-vadasov1gila' -> sugarsync root 'Test/rclone-test-nikozon4pina' 2025/09/05 04:16:42 DEBUG : sugarsync root 'Test/rclone-test-nikozon4pina': Using server-side directory move 2025/09/05 04:16:42 INFO : sugarsync root 'Test/rclone-test-nikozon4pina': Server side directory move failed - fallback to file moves: can't copy directory - destination already exists 2025/09/05 04:16:43 DEBUG : potato2: Need to transfer - File not found at Destination 2025/09/05 04:16:43 DEBUG : empty space: Sizes identical 2025/09/05 04:16:43 DEBUG : empty space: Unchanged skipping 2025/09/05 04:16:43 DEBUG : potato3: Sizes differ (src 68 vs dst 60) 2025/09/05 04:16:43 DEBUG : sugarsync root 'Test/rclone-test-nikozon4pina': Waiting for checks to finish 2025/09/05 04:16:44 INFO : potato2: Moved (server-side) 2025/09/05 04:16:44 INFO : potato3: Deleted 2025/09/05 04:16:44 INFO : empty space: Deleted 2025/09/05 04:16:44 DEBUG : sugarsync root 'Test/rclone-test-nikozon4pina': Waiting for transfers to finish 2025/09/05 04:16:44 INFO : potato3: Moved (server-side) 2025/09/05 04:16:52 DEBUG : Creating backend with remote "TestSugarSync:Test/rclone-test-kalosip7jofe" 2025/09/05 04:16:55 DEBUG : sugarsync root 'Test/rclone-test-kalosip7jofe': Using server-side directory move 2025/09/05 04:16:57 INFO : sugarsync root 'Test/rclone-test-kalosip7jofe': Server side directory move succeeded 2025/09/05 04:17:00 ERROR : error listing: directory not found 2025/09/05 04:17:00 DEBUG : sugarsync root 'Test/rclone-test-kalosip7jofe': Purge remote 2025/09/05 04:17:02 DEBUG : sugarsync root 'Test/rclone-test-nikozon4pina': Purge remote 2025/09/05 04:17:03 NOTICE: purge failed: directory not found --- PASS: TestServerSideMove (49.15s) === RUN TestServerSideMoveWithFilter run.go:180: Remote "sugarsync root 'Test/rclone-test-vadasov1gila'", Local "Local file system at /tmp/rclone1307721151", Modify Window "876000h0m0s" 2025/09/05 04:17:05 DEBUG : Creating backend with remote "TestSugarSync:Test/rclone-test-nixoqus9zuxe" sync_test.go:1735: Server side move (if possible) sugarsync root 'Test/rclone-test-vadasov1gila' -> sugarsync root 'Test/rclone-test-nixoqus9zuxe' 2025/09/05 04:17:39 DEBUG : empty space: Excluded (Size Filter) 2025/09/05 04:17:39 DEBUG : empty space: Excluded 2025/09/05 04:17:39 DEBUG : empty space: Excluded (Size Filter) 2025/09/05 04:17:39 DEBUG : empty space: Excluded 2025/09/05 04:17:39 DEBUG : potato2: Need to transfer - File not found at Destination 2025/09/05 04:17:39 DEBUG : potato3: Sizes differ (src 68 vs dst 60) 2025/09/05 04:17:39 DEBUG : sugarsync root 'Test/rclone-test-nixoqus9zuxe': Waiting for checks to finish 2025/09/05 04:17:39 DEBUG : sugarsync root 'Test/rclone-test-nixoqus9zuxe': Waiting for transfers to finish 2025/09/05 04:17:39 INFO : potato2: Moved (server-side) 2025/09/05 04:17:39 INFO : potato3: Deleted 2025/09/05 04:17:40 INFO : potato3: Moved (server-side) 2025/09/05 04:17:42 DEBUG : Creating backend with remote "TestSugarSync:Test/rclone-test-qiwafet4faji" 2025/09/05 04:17:49 DEBUG : empty space: Excluded (Size Filter) 2025/09/05 04:17:49 DEBUG : empty space: Excluded 2025/09/05 04:17:49 DEBUG : potato2: Need to transfer - File not found at Destination 2025/09/05 04:17:49 DEBUG : potato3: Need to transfer - File not found at Destination 2025/09/05 04:17:49 DEBUG : sugarsync root 'Test/rclone-test-qiwafet4faji': Waiting for checks to finish 2025/09/05 04:17:49 DEBUG : sugarsync root 'Test/rclone-test-qiwafet4faji': Waiting for transfers to finish 2025/09/05 04:17:51 INFO : potato2: Moved (server-side) 2025/09/05 04:17:51 INFO : potato3: Moved (server-side) 2025/09/05 04:17:53 DEBUG : sugarsync root 'Test/rclone-test-qiwafet4faji': Purge remote 2025/09/05 04:17:59 DEBUG : sugarsync root 'Test/rclone-test-nixoqus9zuxe': Purge remote --- PASS: TestServerSideMoveWithFilter (57.31s) === RUN TestServerSideMoveDeleteEmptySourceDirs run.go:180: Remote "sugarsync root 'Test/rclone-test-vadasov1gila'", Local "Local file system at /tmp/rclone1307721151", Modify Window "876000h0m0s" 2025/09/05 04:18:02 DEBUG : Creating backend with remote "TestSugarSync:Test/rclone-test-resejap5qibi" 2025/09/05 04:18:18 INFO : tomatoDir: Making directory sync_test.go:1735: Server side move (if possible) sugarsync root 'Test/rclone-test-vadasov1gila' -> sugarsync root 'Test/rclone-test-resejap5qibi' 2025/09/05 04:18:34 DEBUG : sugarsync root 'Test/rclone-test-resejap5qibi': Using server-side directory move 2025/09/05 04:18:34 INFO : sugarsync root 'Test/rclone-test-resejap5qibi': Server side directory move failed - fallback to file moves: can't copy directory - destination already exists 2025/09/05 04:18:35 DEBUG : potato2: Need to transfer - File not found at Destination 2025/09/05 04:18:35 DEBUG : empty space: Sizes identical 2025/09/05 04:18:35 DEBUG : empty space: Unchanged skipping 2025/09/05 04:18:35 DEBUG : potato3: Sizes differ (src 68 vs dst 60) 2025/09/05 04:18:36 DEBUG : sugarsync root 'Test/rclone-test-resejap5qibi': Waiting for checks to finish 2025/09/05 04:18:36 INFO : potato2: Moved (server-side) 2025/09/05 04:18:36 INFO : empty space: Deleted 2025/09/05 04:18:36 DEBUG : sugarsync root 'Test/rclone-test-resejap5qibi': Waiting for transfers to finish 2025/09/05 04:18:36 INFO : potato3: Deleted 2025/09/05 04:18:37 INFO : potato3: Moved (server-side) 2025/09/05 04:18:37 INFO : tomatoDir: Removing directory 2025/09/05 04:18:41 DEBUG : sugarsync root 'Test/rclone-test-vadasov1gila': deleted 1 directories 2025/09/05 04:18:43 DEBUG : Creating backend with remote "TestSugarSync:Test/rclone-test-notuton3toke" 2025/09/05 04:18:52 INFO : tomatoDir: Making directory 2025/09/05 04:18:54 DEBUG : sugarsync root 'Test/rclone-test-notuton3toke': Using server-side directory move 2025/09/05 04:18:55 INFO : sugarsync root 'Test/rclone-test-notuton3toke': Server side directory move succeeded 2025/09/05 04:18:58 ERROR : error listing: directory not found 2025/09/05 04:18:59 ERROR : error listing: directory not found 2025/09/05 04:18:59 DEBUG : sugarsync root 'Test/rclone-test-notuton3toke': Purge remote 2025/09/05 04:19:00 DEBUG : sugarsync root 'Test/rclone-test-resejap5qibi': Purge remote 2025/09/05 04:19:01 NOTICE: purge failed: directory not found --- PASS: TestServerSideMoveDeleteEmptySourceDirs (60.25s) === RUN TestServerSideMoveOverlap run.go:180: Remote "sugarsync root 'Test/rclone-test-vadasov1gila'", Local "Local file system at /tmp/rclone1307721151", Modify Window "876000h0m0s" sync_test.go:1940: Skipping test as remote supports DirMove --- SKIP: TestServerSideMoveOverlap (1.48s) === RUN TestSyncOverlap run.go:180: Remote "sugarsync root 'Test/rclone-test-vadasov1gila'", Local "Local file system at /tmp/rclone1307721151", Modify Window "876000h0m0s" 2025/09/05 04:19:04 DEBUG : Creating backend with remote "TestSugarSync:Test/rclone-test-vadasov1gila/rclone-sync-test" --- PASS: TestSyncOverlap (9.13s) === RUN TestSyncOverlapWithFilter run.go:180: Remote "sugarsync root 'Test/rclone-test-vadasov1gila'", Local "Local file system at /tmp/rclone1307721151", Modify Window "876000h0m0s" 2025/09/05 04:19:13 DEBUG : Creating backend with remote "TestSugarSync:Test/rclone-test-vadasov1gila/rclone-sync-test" 2025/09/05 04:19:19 DEBUG : Creating backend with remote "TestSugarSync:Test/rclone-test-vadasov1gila/rclone-sync-test-include/layer2" 2025/09/05 04:19:32 DEBUG : Creating backend with remote "TestSugarSync:Test/rclone-test-vadasov1gila/rclone-sync-test-ignore-file" 2025/09/05 04:19:51 DEBUG : rclone-sync-test: Excluded 2025/09/05 04:19:52 DEBUG : rclone-sync-test-ignore-file: Excluded 2025/09/05 04:19:54 DEBUG : rclone-sync-test-include/layer2: Excluded 2025/09/05 04:19:54 DEBUG : sugarsync root 'Test/rclone-test-vadasov1gila/rclone-sync-test': Waiting for checks to finish 2025/09/05 04:19:54 DEBUG : sugarsync root 'Test/rclone-test-vadasov1gila/rclone-sync-test': Waiting for transfers to finish 2025/09/05 04:19:54 DEBUG : Waiting for deletions to finish 2025/09/05 04:19:54 INFO : There was nothing to transfer 2025/09/05 04:20:01 DEBUG : rclone-sync-test: Excluded 2025/09/05 04:20:03 DEBUG : rclone-sync-test-ignore-file: Excluded 2025/09/05 04:20:04 DEBUG : rclone-sync-test-include/layer2: Excluded 2025/09/05 04:20:04 DEBUG : sugarsync root 'Test/rclone-test-vadasov1gila': Waiting for checks to finish 2025/09/05 04:20:04 DEBUG : sugarsync root 'Test/rclone-test-vadasov1gila': Waiting for transfers to finish 2025/09/05 04:20:04 DEBUG : Waiting for deletions to finish 2025/09/05 04:20:04 INFO : rclone-sync-test-include: Removing directory 2025/09/05 04:20:05 DEBUG : rclone-sync-test-include: Failed to Rmdir: directory not empty 2025/09/05 04:20:05 DEBUG : sugarsync root 'Test/rclone-test-vadasov1gila': failed to delete 1 directories 2025/09/05 04:20:05 INFO : There was nothing to transfer 2025/09/05 04:20:07 DEBUG : rclone-sync-test: Excluded 2025/09/05 04:20:12 DEBUG : rclone-sync-test-ignore-file: Excluded 2025/09/05 04:20:14 DEBUG : rclone-sync-test-include/layer2: Excluded 2025/09/05 04:20:14 DEBUG : sugarsync root 'Test/rclone-test-vadasov1gila/rclone-sync-test-include/layer2': Waiting for checks to finish 2025/09/05 04:20:14 DEBUG : sugarsync root 'Test/rclone-test-vadasov1gila/rclone-sync-test-include/layer2': Waiting for transfers to finish 2025/09/05 04:20:14 DEBUG : Waiting for deletions to finish 2025/09/05 04:20:14 INFO : There was nothing to transfer 2025/09/05 04:20:23 DEBUG : rclone-sync-test: Excluded 2025/09/05 04:20:24 DEBUG : sugarsync root 'Test/rclone-test-vadasov1gila': Renewing token 2025/09/05 04:20:24 DEBUG : Saving config "authorization" in section "TestSugarSync" of the config file 2025/09/05 04:20:24 DEBUG : Saving config "authorization_expiry" in section "TestSugarSync" of the config file 2025/09/05 04:20:24 DEBUG : Saving config "user" in section "TestSugarSync" of the config file 2025/09/05 04:20:25 DEBUG : rclone-sync-test-ignore-file: Excluded 2025/09/05 04:20:27 DEBUG : rclone-sync-test-include/layer2: Excluded 2025/09/05 04:20:27 DEBUG : sugarsync root 'Test/rclone-test-vadasov1gila': Waiting for checks to finish 2025/09/05 04:20:27 DEBUG : sugarsync root 'Test/rclone-test-vadasov1gila': Waiting for transfers to finish 2025/09/05 04:20:27 DEBUG : Waiting for deletions to finish 2025/09/05 04:20:27 INFO : rclone-sync-test-include: Removing directory 2025/09/05 04:20:27 DEBUG : rclone-sync-test-include: Failed to Rmdir: directory not empty 2025/09/05 04:20:27 DEBUG : sugarsync root 'Test/rclone-test-vadasov1gila': failed to delete 1 directories 2025/09/05 04:20:27 INFO : There was nothing to transfer 2025/09/05 04:20:28 DEBUG : sugarsync root 'Test/rclone-test-vadasov1gila/rclone-sync-test-ignore-file': Renewing token 2025/09/05 04:20:29 DEBUG : Saving config "authorization" in section "TestSugarSync" of the config file 2025/09/05 04:20:29 DEBUG : Config file has changed externally - reloading 2025/09/05 04:20:29 DEBUG : Saving config "authorization_expiry" in section "TestSugarSync" of the config file 2025/09/05 04:20:29 DEBUG : Saving config "user" in section "TestSugarSync" of the config file 2025/09/05 04:20:30 DEBUG : rclone-sync-test: Excluded 2025/09/05 04:20:30 DEBUG : Excluded 2025/09/05 04:20:31 DEBUG : rclone-sync-test-ignore-file: Excluded 2025/09/05 04:20:33 DEBUG : rclone-sync-test-include/layer2: Excluded 2025/09/05 04:20:33 DEBUG : sugarsync root 'Test/rclone-test-vadasov1gila/rclone-sync-test-ignore-file': Waiting for checks to finish 2025/09/05 04:20:33 DEBUG : sugarsync root 'Test/rclone-test-vadasov1gila/rclone-sync-test-ignore-file': Waiting for transfers to finish 2025/09/05 04:20:33 DEBUG : Waiting for deletions to finish 2025/09/05 04:20:33 INFO : There was nothing to transfer --- PASS: TestSyncOverlapWithFilter (89.69s) === RUN TestSyncCompareDest run.go:180: Remote "sugarsync root 'Test/rclone-test-vadasov1gila'", Local "Local file system at /tmp/rclone1307721151", Modify Window "876000h0m0s" 2025/09/05 04:20:43 DEBUG : Creating backend with remote "TestSugarSync:Test/rclone-test-vadasov1gila/dst" 2025/09/05 04:20:47 DEBUG : Creating backend with remote "TestSugarSync:Test/rclone-test-vadasov1gila/CompareDest" 2025/09/05 04:20:54 DEBUG : one: Need to transfer - File not found at Destination 2025/09/05 04:20:54 DEBUG : sugarsync root 'Test/rclone-test-vadasov1gila/dst': Waiting for checks to finish 2025/09/05 04:20:54 DEBUG : sugarsync root 'Test/rclone-test-vadasov1gila/dst': Waiting for transfers to finish 2025/09/05 04:21:01 INFO : one: Copied (new) 2025/09/05 04:21:01 DEBUG : Waiting for deletions to finish 2025/09/05 04:21:05 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/09/05 04:21:05 DEBUG : sugarsync root 'Test/rclone-test-vadasov1gila/dst': Waiting for checks to finish 2025/09/05 04:21:05 DEBUG : sugarsync root 'Test/rclone-test-vadasov1gila/dst': Waiting for transfers to finish 2025/09/05 04:21:07 INFO : one: Copied (replaced existing) 2025/09/05 04:21:07 DEBUG : Waiting for deletions to finish 2025/09/05 04:21:21 DEBUG : sugarsync root 'Test/rclone-test-vadasov1gila/dst': Waiting for checks to finish 2025/09/05 04:21:21 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/09/05 04:21:23 DEBUG : one: Sizes identical 2025/09/05 04:21:23 DEBUG : one: Destination found in --compare-dest, skipping 2025/09/05 04:21:23 DEBUG : sugarsync root 'Test/rclone-test-vadasov1gila/dst': Waiting for transfers to finish 2025/09/05 04:21:23 DEBUG : Waiting for deletions to finish 2025/09/05 04:21:23 INFO : There was nothing to transfer 2025/09/05 04:21:34 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/09/05 04:21:35 DEBUG : one: Sizes identical 2025/09/05 04:21:35 DEBUG : one: Destination found in --compare-dest, skipping 2025/09/05 04:21:41 DEBUG : two: Sizes identical 2025/09/05 04:21:41 DEBUG : two: Destination found in --compare-dest, skipping 2025/09/05 04:21:41 DEBUG : sugarsync root 'Test/rclone-test-vadasov1gila/dst': Waiting for checks to finish 2025/09/05 04:21:41 DEBUG : sugarsync root 'Test/rclone-test-vadasov1gila/dst': Waiting for transfers to finish 2025/09/05 04:21:41 DEBUG : Waiting for deletions to finish 2025/09/05 04:21:41 INFO : There was nothing to transfer 2025/09/05 04:21:43 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/09/05 04:21:44 DEBUG : two: Sizes identical 2025/09/05 04:21:44 DEBUG : two: Destination found in --compare-dest, skipping 2025/09/05 04:21:44 DEBUG : sugarsync root 'Test/rclone-test-vadasov1gila/dst': Waiting for checks to finish 2025/09/05 04:21:44 DEBUG : one: Sizes identical 2025/09/05 04:21:44 DEBUG : one: Destination found in --compare-dest, skipping 2025/09/05 04:21:44 DEBUG : sugarsync root 'Test/rclone-test-vadasov1gila/dst': Waiting for transfers to finish 2025/09/05 04:21:44 DEBUG : Waiting for deletions to finish 2025/09/05 04:21:44 INFO : There was nothing to transfer sync_test.go:2205: No hash on uploaded file so skipping compare timestamp test 2025/09/05 04:21:52 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/09/05 04:21:53 DEBUG : two: Sizes differ (src 5 vs dst 3) 2025/09/05 04:21:53 DEBUG : two: Need to transfer - File not found at Destination 2025/09/05 04:21:53 DEBUG : sugarsync root 'Test/rclone-test-vadasov1gila/dst': Waiting for checks to finish 2025/09/05 04:21:53 DEBUG : one: Sizes identical 2025/09/05 04:21:53 DEBUG : one: Destination found in --compare-dest, skipping 2025/09/05 04:21:53 DEBUG : sugarsync root 'Test/rclone-test-vadasov1gila/dst': Waiting for transfers to finish 2025/09/05 04:22:05 INFO : two: Copied (new) 2025/09/05 04:22:05 DEBUG : Waiting for deletions to finish --- PASS: TestSyncCompareDest (93.44s) === RUN TestSyncMultipleCompareDest run.go:180: Remote "sugarsync root 'Test/rclone-test-vadasov1gila'", Local "Local file system at /tmp/rclone1307721151", Modify Window "876000h0m0s" 2025/09/05 04:22:30 DEBUG : Creating backend with remote "TestSugarSync:Test/rclone-test-vadasov1gila/dest" 2025/09/05 04:22:30 DEBUG : Config file has changed externally - reloading 2025/09/05 04:22:35 DEBUG : Creating backend with remote "TestSugarSync:Test/rclone-test-vadasov1gila/pre-dest1" 2025/09/05 04:22:38 DEBUG : Creating backend with remote "TestSugarSync:Test/rclone-test-vadasov1gila/pre-dest2" 2025/09/05 04:22:41 DEBUG : 1: Sizes identical 2025/09/05 04:22:41 DEBUG : 1: Destination found in --compare-dest, skipping 2025/09/05 04:22:43 DEBUG : 2: Sizes identical 2025/09/05 04:22:43 DEBUG : 2: Destination found in --compare-dest, skipping 2025/09/05 04:22:44 DEBUG : 3: Need to transfer - File not found at Destination 2025/09/05 04:22:44 DEBUG : sugarsync root 'Test/rclone-test-vadasov1gila/dest': Waiting for checks to finish 2025/09/05 04:22:44 DEBUG : sugarsync root 'Test/rclone-test-vadasov1gila/dest': Waiting for transfers to finish 2025/09/05 04:22:49 INFO : 3: Copied (new) 2025/09/05 04:22:49 DEBUG : Waiting for deletions to finish --- PASS: TestSyncMultipleCompareDest (48.43s) === RUN TestSyncCopyDest run.go:180: Remote "sugarsync root 'Test/rclone-test-vadasov1gila'", Local "Local file system at /tmp/rclone1307721151", Modify Window "876000h0m0s" 2025/09/05 04:23:04 DEBUG : Creating backend with remote "TestSugarSync:Test/rclone-test-vadasov1gila/dst" 2025/09/05 04:23:09 DEBUG : Creating backend with remote "TestSugarSync:Test/rclone-test-vadasov1gila/CopyDest" 2025/09/05 04:23:21 DEBUG : one: Need to transfer - File not found at Destination 2025/09/05 04:23:21 DEBUG : sugarsync root 'Test/rclone-test-vadasov1gila/dst': Waiting for checks to finish 2025/09/05 04:23:21 DEBUG : sugarsync root 'Test/rclone-test-vadasov1gila/dst': Waiting for transfers to finish 2025/09/05 04:23:25 INFO : one: Copied (new) 2025/09/05 04:23:25 DEBUG : Waiting for deletions to finish 2025/09/05 04:23:29 DEBUG : sugarsync root 'Test/rclone-test-vadasov1gila/dst': Waiting for checks to finish 2025/09/05 04:23:29 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/09/05 04:23:29 DEBUG : sugarsync root 'Test/rclone-test-vadasov1gila/dst': Waiting for transfers to finish 2025/09/05 04:23:31 INFO : one: Copied (replaced existing) 2025/09/05 04:23:31 DEBUG : Waiting for deletions to finish 2025/09/05 04:23:40 DEBUG : Creating backend with remote "TestSugarSync:Test/rclone-test-vadasov1gila/BackupDir" 2025/09/05 04:23:50 DEBUG : sugarsync root 'Test/rclone-test-vadasov1gila/dst': Waiting for checks to finish 2025/09/05 04:23:50 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/09/05 04:23:52 DEBUG : one: Sizes identical 2025/09/05 04:23:52 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/09/05 04:23:54 INFO : one: Moved (server-side) 2025/09/05 04:24:00 INFO : one: Copied (server-side copy) 2025/09/05 04:24:00 DEBUG : one: Destination found in --copy-dest, using server-side copy 2025/09/05 04:24:00 DEBUG : sugarsync root 'Test/rclone-test-vadasov1gila/dst': Waiting for transfers to finish 2025/09/05 04:24:00 DEBUG : Waiting for deletions to finish 2025/09/05 04:24:20 DEBUG : one: Sizes identical 2025/09/05 04:24:20 DEBUG : one: Unchanged skipping 2025/09/05 04:24:21 DEBUG : two: Sizes identical 2025/09/05 04:24:28 INFO : two: Copied (server-side copy) 2025/09/05 04:24:28 DEBUG : two: Destination found in --copy-dest, using server-side copy 2025/09/05 04:24:28 DEBUG : sugarsync root 'Test/rclone-test-vadasov1gila/dst': Waiting for checks to finish 2025/09/05 04:24:28 DEBUG : sugarsync root 'Test/rclone-test-vadasov1gila/dst': Waiting for transfers to finish 2025/09/05 04:24:28 DEBUG : Waiting for deletions to finish 2025/09/05 04:24:31 DEBUG : one: Sizes identical 2025/09/05 04:24:31 DEBUG : one: Unchanged skipping 2025/09/05 04:24:31 DEBUG : sugarsync root 'Test/rclone-test-vadasov1gila/dst': Waiting for checks to finish 2025/09/05 04:24:31 DEBUG : two: Sizes identical 2025/09/05 04:24:31 DEBUG : two: Unchanged skipping 2025/09/05 04:24:31 DEBUG : sugarsync root 'Test/rclone-test-vadasov1gila/dst': Waiting for transfers to finish 2025/09/05 04:24:31 DEBUG : Waiting for deletions to finish 2025/09/05 04:24:31 INFO : There was nothing to transfer 2025/09/05 04:24:48 DEBUG : one: Sizes identical 2025/09/05 04:24:48 DEBUG : one: Unchanged skipping 2025/09/05 04:24:49 DEBUG : three: Sizes differ (src 7 vs dst 5) 2025/09/05 04:24:49 DEBUG : three: Destination not found in --copy-dest 2025/09/05 04:24:49 DEBUG : three: Need to transfer - File not found at Destination 2025/09/05 04:24:49 DEBUG : two: Sizes identical 2025/09/05 04:24:49 DEBUG : two: Unchanged skipping 2025/09/05 04:24:49 DEBUG : sugarsync root 'Test/rclone-test-vadasov1gila/dst': Waiting for checks to finish 2025/09/05 04:24:49 DEBUG : sugarsync root 'Test/rclone-test-vadasov1gila/dst': Waiting for transfers to finish 2025/09/05 04:24:51 INFO : three: Copied (new) 2025/09/05 04:24:51 DEBUG : Waiting for deletions to finish --- PASS: TestSyncCopyDest (143.77s) === RUN TestSyncBackupDir run.go:180: Remote "sugarsync root 'Test/rclone-test-vadasov1gila'", Local "Local file system at /tmp/rclone1307721151", Modify Window "876000h0m0s" 2025/09/05 04:25:59 DEBUG : Creating backend with remote "TestSugarSync:Test/rclone-test-vadasov1gila/dst" 2025/09/05 04:26:02 DEBUG : Creating backend with remote "TestSugarSync:Test/rclone-test-vadasov1gila/backup" 2025/09/05 04:26:20 DEBUG : one: Sizes differ (src 4 vs dst 3) 2025/09/05 04:26:20 DEBUG : two: Sizes identical 2025/09/05 04:26:20 DEBUG : two: Unchanged skipping 2025/09/05 04:26:20 DEBUG : sugarsync root 'Test/rclone-test-vadasov1gila/dst': Waiting for checks to finish 2025/09/05 04:26:22 INFO : one: Moved (server-side) 2025/09/05 04:26:22 DEBUG : sugarsync root 'Test/rclone-test-vadasov1gila/dst': Waiting for transfers to finish 2025/09/05 04:26:25 INFO : one: Copied (new) 2025/09/05 04:26:25 DEBUG : Waiting for deletions to finish 2025/09/05 04:26:30 INFO : three.txt: Moved (server-side) 2025/09/05 04:26:30 INFO : three.txt: Moved into backup dir 2025/09/05 04:26:40 DEBUG : one: Sizes differ (src 5 vs dst 4) 2025/09/05 04:26:40 DEBUG : two: Sizes identical 2025/09/05 04:26:40 DEBUG : two: Unchanged skipping 2025/09/05 04:26:40 DEBUG : sugarsync root 'Test/rclone-test-vadasov1gila/dst': Waiting for checks to finish 2025/09/05 04:26:42 INFO : one: Deleted 2025/09/05 04:26:43 INFO : one: Moved (server-side) 2025/09/05 04:26:43 DEBUG : sugarsync root 'Test/rclone-test-vadasov1gila/dst': Waiting for transfers to finish 2025/09/05 04:26:45 INFO : one: Copied (new) 2025/09/05 04:26:45 DEBUG : Waiting for deletions to finish 2025/09/05 04:26:50 INFO : three.txt: Deleted 2025/09/05 04:26:51 INFO : three.txt: Moved (server-side) 2025/09/05 04:26:51 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDir (97.01s) === RUN TestSyncBackupDirWithSuffix run.go:180: Remote "sugarsync root 'Test/rclone-test-vadasov1gila'", Local "Local file system at /tmp/rclone1307721151", Modify Window "876000h0m0s" 2025/09/05 04:27:43 DEBUG : Creating backend with remote "TestSugarSync:Test/rclone-test-vadasov1gila/dst" 2025/09/05 04:27:43 DEBUG : Config file has changed externally - reloading 2025/09/05 04:27:46 DEBUG : Creating backend with remote "TestSugarSync:Test/rclone-test-vadasov1gila/backup" 2025/09/05 04:27:54 DEBUG : one: Sizes differ (src 4 vs dst 3) 2025/09/05 04:27:54 DEBUG : two: Sizes identical 2025/09/05 04:27:54 DEBUG : sugarsync root 'Test/rclone-test-vadasov1gila/dst': Waiting for checks to finish 2025/09/05 04:27:54 DEBUG : two: Unchanged skipping 2025/09/05 04:27:56 INFO : one: Moved (server-side) to: one.bak 2025/09/05 04:27:56 DEBUG : sugarsync root 'Test/rclone-test-vadasov1gila/dst': Waiting for transfers to finish 2025/09/05 04:27:58 INFO : one: Copied (new) 2025/09/05 04:27:58 DEBUG : Waiting for deletions to finish 2025/09/05 04:28:00 INFO : three.txt: Moved (server-side) to: three.txt.bak 2025/09/05 04:28:00 INFO : three.txt: Moved into backup dir 2025/09/05 04:28:14 DEBUG : one: Sizes differ (src 5 vs dst 4) 2025/09/05 04:28:14 DEBUG : two: Sizes identical 2025/09/05 04:28:14 DEBUG : two: Unchanged skipping 2025/09/05 04:28:14 DEBUG : sugarsync root 'Test/rclone-test-vadasov1gila/dst': Waiting for checks to finish 2025/09/05 04:28:16 INFO : one.bak: Deleted 2025/09/05 04:28:22 INFO : one: Moved (server-side) to: one.bak 2025/09/05 04:28:22 DEBUG : sugarsync root 'Test/rclone-test-vadasov1gila/dst': Waiting for transfers to finish 2025/09/05 04:28:25 INFO : one: Copied (new) 2025/09/05 04:28:25 DEBUG : Waiting for deletions to finish 2025/09/05 04:28:34 INFO : three.txt.bak: Deleted 2025/09/05 04:28:35 INFO : three.txt: Moved (server-side) to: three.txt.bak 2025/09/05 04:28:35 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDirWithSuffix (98.82s) === RUN TestSyncBackupDirWithSuffixKeepExtension run.go:180: Remote "sugarsync root 'Test/rclone-test-vadasov1gila'", Local "Local file system at /tmp/rclone1307721151", Modify Window "876000h0m0s" 2025/09/05 04:28:59 DEBUG : Creating backend with remote "TestSugarSync:Test/rclone-test-vadasov1gila/dst" 2025/09/05 04:28:59 DEBUG : Config file has changed externally - reloading 2025/09/05 04:29:01 DEBUG : Creating backend with remote "TestSugarSync:Test/rclone-test-vadasov1gila/backup" 2025/09/05 04:29:07 DEBUG : one: Sizes differ (src 4 vs dst 3) 2025/09/05 04:29:07 DEBUG : two: Sizes identical 2025/09/05 04:29:07 DEBUG : two: Unchanged skipping 2025/09/05 04:29:07 DEBUG : sugarsync root 'Test/rclone-test-vadasov1gila/dst': Waiting for checks to finish 2025/09/05 04:29:21 INFO : one: Moved (server-side) to: one-2019-01-01 2025/09/05 04:29:21 DEBUG : sugarsync root 'Test/rclone-test-vadasov1gila/dst': Waiting for transfers to finish 2025/09/05 04:29:24 INFO : one: Copied (new) 2025/09/05 04:29:24 DEBUG : Waiting for deletions to finish 2025/09/05 04:29:25 INFO : three.txt: Moved (server-side) to: three-2019-01-01.txt 2025/09/05 04:29:25 INFO : three.txt: Moved into backup dir 2025/09/05 04:29:39 DEBUG : one: Sizes differ (src 5 vs dst 4) 2025/09/05 04:29:39 DEBUG : two: Sizes identical 2025/09/05 04:29:39 DEBUG : two: Unchanged skipping 2025/09/05 04:29:39 DEBUG : sugarsync root 'Test/rclone-test-vadasov1gila/dst': Waiting for checks to finish 2025/09/05 04:29:40 INFO : one-2019-01-01: Deleted 2025/09/05 04:29:41 INFO : one: Moved (server-side) to: one-2019-01-01 2025/09/05 04:29:41 DEBUG : sugarsync root 'Test/rclone-test-vadasov1gila/dst': Waiting for transfers to finish 2025/09/05 04:29:44 INFO : one: Copied (new) 2025/09/05 04:29:44 DEBUG : Waiting for deletions to finish 2025/09/05 04:29:45 INFO : three-2019-01-01.txt: Deleted 2025/09/05 04:29:46 INFO : three.txt: Moved (server-side) to: three-2019-01-01.txt 2025/09/05 04:29:46 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDirWithSuffixKeepExtension (75.70s) === RUN TestSyncBackupDirSuffixOnly run.go:180: Remote "sugarsync root 'Test/rclone-test-vadasov1gila'", Local "Local file system at /tmp/rclone1307721151", Modify Window "876000h0m0s" 2025/09/05 04:30:10 DEBUG : Creating backend with remote "TestSugarSync:Test/rclone-test-vadasov1gila/dst" 2025/09/05 04:30:13 DEBUG : one: Sizes differ (src 4 vs dst 3) 2025/09/05 04:30:13 DEBUG : sugarsync root 'Test/rclone-test-vadasov1gila/dst': Waiting for checks to finish 2025/09/05 04:30:13 DEBUG : two: Sizes identical 2025/09/05 04:30:13 DEBUG : two: Unchanged skipping 2025/09/05 04:30:15 INFO : one: Moved (server-side) to: one.bak 2025/09/05 04:30:15 DEBUG : sugarsync root 'Test/rclone-test-vadasov1gila/dst': Waiting for transfers to finish 2025/09/05 04:30:17 INFO : one: Copied (new) 2025/09/05 04:30:17 DEBUG : Waiting for deletions to finish 2025/09/05 04:30:19 INFO : three.txt: Moved (server-side) to: three.txt.bak 2025/09/05 04:30:19 INFO : three.txt: Moved into backup dir 2025/09/05 04:30:27 DEBUG : one.bak: Excluded (Path Filter) 2025/09/05 04:30:27 DEBUG : one.bak: Excluded 2025/09/05 04:30:27 DEBUG : three.txt.bak: Excluded (Path Filter) 2025/09/05 04:30:27 DEBUG : three.txt.bak: Excluded 2025/09/05 04:30:27 DEBUG : one: Sizes differ (src 5 vs dst 4) 2025/09/05 04:30:27 DEBUG : two: Sizes identical 2025/09/05 04:30:27 DEBUG : two: Unchanged skipping 2025/09/05 04:30:27 DEBUG : sugarsync root 'Test/rclone-test-vadasov1gila/dst': Waiting for checks to finish 2025/09/05 04:30:28 INFO : one.bak: Deleted 2025/09/05 04:30:29 INFO : one: Moved (server-side) to: one.bak 2025/09/05 04:30:29 DEBUG : sugarsync root 'Test/rclone-test-vadasov1gila/dst': Waiting for transfers to finish 2025/09/05 04:30:31 INFO : one: Copied (new) 2025/09/05 04:30:31 DEBUG : Waiting for deletions to finish 2025/09/05 04:30:33 INFO : three.txt.bak: Deleted 2025/09/05 04:30:34 INFO : three.txt: Moved (server-side) to: three.txt.bak 2025/09/05 04:30:34 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDirSuffixOnly (47.72s) === RUN TestSyncSuffix run.go:180: Remote "sugarsync root 'Test/rclone-test-vadasov1gila'", Local "Local file system at /tmp/rclone1307721151", Modify Window "876000h0m0s" 2025/09/05 04:30:59 DEBUG : Creating backend with remote "TestSugarSync:Test/rclone-test-vadasov1gila/dst" 2025/09/05 04:31:02 DEBUG : one: Sizes differ (src 4 vs dst 3) 2025/09/05 04:31:03 INFO : one: Moved (server-side) to: one.bak 2025/09/05 04:31:06 INFO : one: Copied (new) 2025/09/05 04:31:07 DEBUG : two: Sizes identical 2025/09/05 04:31:07 DEBUG : two: Unchanged skipping 2025/09/05 04:31:08 DEBUG : three.txt: Sizes differ (src 6 vs dst 5) 2025/09/05 04:31:09 INFO : three.txt: Moved (server-side) to: three.txt.bak 2025/09/05 04:31:12 INFO : three.txt: Copied (new) 2025/09/05 04:31:15 DEBUG : one: Sizes differ (src 5 vs dst 4) 2025/09/05 04:31:17 INFO : one.bak: Deleted 2025/09/05 04:31:18 INFO : one: Moved (server-side) to: one.bak 2025/09/05 04:31:21 INFO : one: Copied (new) 2025/09/05 04:31:26 DEBUG : two: Sizes identical 2025/09/05 04:31:26 DEBUG : two: Unchanged skipping 2025/09/05 04:31:26 DEBUG : three.txt: Sizes differ (src 19 vs dst 6) 2025/09/05 04:31:28 INFO : three.txt.bak: Deleted 2025/09/05 04:31:29 INFO : three.txt: Moved (server-side) to: three.txt.bak 2025/09/05 04:31:36 INFO : three.txt: Copied (new) --- PASS: TestSyncSuffix (62.38s) === RUN TestSyncSuffixKeepExtension run.go:180: Remote "sugarsync root 'Test/rclone-test-vadasov1gila'", Local "Local file system at /tmp/rclone1307721151", Modify Window "876000h0m0s" 2025/09/05 04:32:03 DEBUG : Creating backend with remote "TestSugarSync:Test/rclone-test-vadasov1gila/dst" 2025/09/05 04:32:06 DEBUG : one: Sizes differ (src 4 vs dst 3) 2025/09/05 04:32:08 INFO : one: Moved (server-side) to: one-2019-01-01 2025/09/05 04:32:10 INFO : one: Copied (new) 2025/09/05 04:32:11 DEBUG : two: Sizes identical 2025/09/05 04:32:11 DEBUG : two: Unchanged skipping 2025/09/05 04:32:12 DEBUG : three.txt: Sizes differ (src 6 vs dst 5) 2025/09/05 04:32:13 INFO : three.txt: Moved (server-side) to: three-2019-01-01.txt 2025/09/05 04:32:16 INFO : three.txt: Copied (new) 2025/09/05 04:32:20 DEBUG : one: Sizes differ (src 5 vs dst 4) 2025/09/05 04:32:26 INFO : one-2019-01-01: Deleted 2025/09/05 04:32:27 INFO : one: Moved (server-side) to: one-2019-01-01 2025/09/05 04:32:30 INFO : one: Copied (new) 2025/09/05 04:32:30 DEBUG : two: Sizes identical 2025/09/05 04:32:30 DEBUG : two: Unchanged skipping 2025/09/05 04:32:31 DEBUG : three.txt: Sizes differ (src 19 vs dst 6) 2025/09/05 04:32:33 INFO : three-2019-01-01.txt: Deleted 2025/09/05 04:32:34 INFO : three.txt: Moved (server-side) to: three-2019-01-01.txt 2025/09/05 04:32:36 INFO : three.txt: Copied (new) --- PASS: TestSyncSuffixKeepExtension (57.92s) === RUN TestSyncUTFNorm run.go:180: Remote "sugarsync root 'Test/rclone-test-vadasov1gila'", Local "Local file system at /tmp/rclone1307721151", Modify Window "876000h0m0s" 2025/09/05 04:32:57 DEBUG : Testêé: Sizes differ (src 14 vs dst 18) 2025/09/05 04:32:57 DEBUG : sugarsync root 'Test/rclone-test-vadasov1gila': Waiting for checks to finish 2025/09/05 04:32:57 DEBUG : sugarsync root 'Test/rclone-test-vadasov1gila': Waiting for transfers to finish 2025/09/05 04:32:58 INFO : Testêé: Copied (replaced existing) to: Testêé 2025/09/05 04:32:58 DEBUG : Waiting for deletions to finish --- PASS: TestSyncUTFNorm (18.93s) === RUN TestSyncImmutable run.go:180: Remote "sugarsync root 'Test/rclone-test-vadasov1gila'", Local "Local file system at /tmp/rclone1307721151", Modify Window "876000h0m0s" 2025/09/05 04:33:08 DEBUG : existing: Need to transfer - File not found at Destination 2025/09/05 04:33:08 DEBUG : sugarsync root 'Test/rclone-test-vadasov1gila': Waiting for checks to finish 2025/09/05 04:33:08 DEBUG : sugarsync root 'Test/rclone-test-vadasov1gila': Waiting for transfers to finish 2025/09/05 04:33:13 INFO : existing: Copied (new) 2025/09/05 04:33:13 DEBUG : Waiting for deletions to finish 2025/09/05 04:33:15 DEBUG : existing: Sizes differ (src 8 vs dst 6) 2025/09/05 04:33:15 DEBUG : sugarsync root 'Test/rclone-test-vadasov1gila': Waiting for checks to finish 2025/09/05 04:33:15 ERROR : existing: Source and destination exist but do not match: immutable file modified 2025/09/05 04:33:15 DEBUG : sugarsync root 'Test/rclone-test-vadasov1gila': Waiting for transfers to finish 2025/09/05 04:33:15 ERROR : sugarsync root 'Test/rclone-test-vadasov1gila': not deleting files as there were IO errors 2025/09/05 04:33:15 ERROR : sugarsync root 'Test/rclone-test-vadasov1gila': not deleting directories as there were IO errors --- PASS: TestSyncImmutable (15.84s) === RUN TestSyncIgnoreCase run.go:180: Remote "sugarsync root 'Test/rclone-test-vadasov1gila'", Local "Local file system at /tmp/rclone1307721151", Modify Window "876000h0m0s" sync_test.go:2636: Skipping test as local or remote are case-insensitive --- SKIP: TestSyncIgnoreCase (1.47s) === RUN TestFixCase run.go:180: Remote "sugarsync root 'Test/rclone-test-vadasov1gila'", Local "Local file system at /tmp/rclone1307721151", Modify Window "876000h0m0s" 2025/09/05 04:33:46 DEBUG : existing: Sizes identical 2025/09/05 04:33:46 DEBUG : existing: Unchanged skipping 2025/09/05 04:33:46 DEBUG : existingbutdifferent: Sizes differ (src 5 vs dst 8) 2025/09/05 04:33:48 DEBUG : EXISTINGBUTDIFFERENT: moving to existingbutdifferent-rclone-move-bebezux6 2025/09/05 04:33:48 DEBUG : EXISTING: moving to existing-rclone-move-nigacem5 2025/09/05 04:33:50 INFO : SUBDIRA: Fixed case by renaming to: subdira 2025/09/05 04:33:50 INFO : EXISTING: Moved (server-side) to: existing-rclone-move-nigacem5 2025/09/05 04:33:50 DEBUG : EXISTING: moving to existing 2025/09/05 04:33:50 INFO : EXISTINGBUTDIFFERENT: Moved (server-side) to: existingbutdifferent-rclone-move-bebezux6 2025/09/05 04:33:50 DEBUG : EXISTINGBUTDIFFERENT: moving to existingbutdifferent 2025/09/05 04:33:51 INFO : existing-rclone-move-nigacem5: Moved (server-side) to: existing 2025/09/05 04:33:51 INFO : EXISTING: Moved (server-side) to: existing 2025/09/05 04:33:51 INFO : EXISTING: Fixed case by renaming to: existing 2025/09/05 04:33:51 INFO : existingbutdifferent-rclone-move-bebezux6: Moved (server-side) to: existingbutdifferent 2025/09/05 04:33:51 INFO : EXISTINGBUTDIFFERENT: Moved (server-side) to: existingbutdifferent 2025/09/05 04:33:51 INFO : EXISTINGBUTDIFFERENT: Fixed case by renaming to: existingbutdifferent 2025/09/05 04:33:54 INFO : existingbutdifferent: Copied (replaced existing) 2025/09/05 04:33:54 INFO : SUBDIRA/subdirb: Fixed case by renaming to: subdira/subdirb 2025/09/05 04:33:58 INFO : SUBDIRA/subdirb/SUBDIRC: Fixed case by renaming to: subdira/subdirb/subdirc 2025/09/05 04:33:59 DEBUG : subdira/subdirb/subdirc/hello: Sizes differ (src 5 vs dst 8) 2025/09/05 04:34:01 DEBUG : SUBDIRA/subdirb/SUBDIRC/HELLO: moving to subdira/subdirb/subdirc/hello-rclone-move-zohixup9 2025/09/05 04:34:02 INFO : SUBDIRA/subdirb/SUBDIRC/HELLO: Moved (server-side) to: subdira/subdirb/subdirc/hello-rclone-move-zohixup9 2025/09/05 04:34:02 DEBUG : SUBDIRA/subdirb/SUBDIRC/HELLO: moving to subdira/subdirb/subdirc/hello 2025/09/05 04:34:03 INFO : SUBDIRA/subdirb/SUBDIRC/subdird: Fixed case by renaming to: subdira/subdirb/subdirc/subdird 2025/09/05 04:34:03 INFO : subdira/subdirb/subdirc/hello-rclone-move-zohixup9: Moved (server-side) to: subdira/subdirb/subdirc/hello 2025/09/05 04:34:03 INFO : SUBDIRA/subdirb/SUBDIRC/HELLO: Moved (server-side) to: subdira/subdirb/subdirc/hello 2025/09/05 04:34:03 INFO : SUBDIRA/subdirb/SUBDIRC/HELLO: Fixed case by renaming to: subdira/subdirb/subdirc/hello 2025/09/05 04:34:04 DEBUG : subdira/subdirb/subdirc/subdird/filewithoutcasedifferences: Sizes differ (src 5 vs dst 8) 2025/09/05 04:34:04 DEBUG : sugarsync root 'Test/rclone-test-vadasov1gila': Waiting for checks to finish 2025/09/05 04:34:05 INFO : subdira/subdirb/subdirc/hello: Copied (replaced existing) 2025/09/05 04:34:06 DEBUG : SUBDIRA/subdirb/SUBDIRC/subdird/filewithoutcasedifferences: moving to subdira/subdirb/subdirc/subdird/filewithoutcasedifferences-rclone-move-bexosax5 2025/09/05 04:34:06 INFO : SUBDIRA/subdirb/SUBDIRC/subdird/filewithoutcasedifferences: Moved (server-side) to: subdira/subdirb/subdirc/subdird/filewithoutcasedifferences-rclone-move-bexosax5 2025/09/05 04:34:06 DEBUG : SUBDIRA/subdirb/SUBDIRC/subdird/filewithoutcasedifferences: moving to subdira/subdirb/subdirc/subdird/filewithoutcasedifferences 2025/09/05 04:34:07 INFO : subdira/subdirb/subdirc/subdird/filewithoutcasedifferences-rclone-move-bexosax5: Moved (server-side) to: subdira/subdirb/subdirc/subdird/filewithoutcasedifferences 2025/09/05 04:34:07 INFO : SUBDIRA/subdirb/SUBDIRC/subdird/filewithoutcasedifferences: Moved (server-side) to: subdira/subdirb/subdirc/subdird/filewithoutcasedifferences 2025/09/05 04:34:07 INFO : SUBDIRA/subdirb/SUBDIRC/subdird/filewithoutcasedifferences: Fixed case by renaming to: subdira/subdirb/subdirc/subdird/filewithoutcasedifferences 2025/09/05 04:34:07 DEBUG : sugarsync root 'Test/rclone-test-vadasov1gila': Waiting for transfers to finish 2025/09/05 04:34:09 INFO : subdira/subdirb/subdirc/subdird/filewithoutcasedifferences: Copied (replaced existing) 2025/09/05 04:34:09 DEBUG : Waiting for deletions to finish --- PASS: TestFixCase (60.01s) === RUN TestMaxTransfer === RUN TestMaxTransfer/Hard run.go:180: Remote "sugarsync root 'Test/rclone-test-vadasov1gila'", Local "Local file system at /tmp/rclone1307721151", 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-vadasov1gila'", Local "Local file system at /tmp/rclone1307721151", 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-vadasov1gila'", Local "Local file system at /tmp/rclone1307721151", Modify Window "876000h0m0s" sync_test.go:2704: This test only runs on local --- PASS: TestMaxTransfer (4.42s) --- SKIP: TestMaxTransfer/Hard (1.47s) --- SKIP: TestMaxTransfer/Soft (1.48s) --- SKIP: TestMaxTransfer/Cautious (1.47s) === RUN TestSyncConcurrentDelete run.go:180: Remote "sugarsync root 'Test/rclone-test-vadasov1gila'", Local "Local file system at /tmp/rclone1307721151", Modify Window "876000h0m0s" 2025/09/05 04:36:10 DEBUG : both0: Sizes identical 2025/09/05 04:36:10 DEBUG : both0: Unchanged skipping 2025/09/05 04:36:10 DEBUG : both10: Sizes identical 2025/09/05 04:36:10 DEBUG : both11: Sizes identical 2025/09/05 04:36:10 DEBUG : sugarsync root 'Test/rclone-test-vadasov1gila': Waiting for checks to finish 2025/09/05 04:36:10 DEBUG : both12: Sizes identical 2025/09/05 04:36:10 DEBUG : both10: Unchanged skipping 2025/09/05 04:36:10 DEBUG : both13: Sizes identical 2025/09/05 04:36:10 DEBUG : both13: Unchanged skipping 2025/09/05 04:36:10 DEBUG : both14: Sizes identical 2025/09/05 04:36:10 DEBUG : both14: Unchanged skipping 2025/09/05 04:36:10 DEBUG : both15: Sizes identical 2025/09/05 04:36:10 DEBUG : both16: Sizes identical 2025/09/05 04:36:10 DEBUG : both15: Unchanged skipping 2025/09/05 04:36:10 DEBUG : both17: Sizes identical 2025/09/05 04:36:10 DEBUG : both17: Unchanged skipping 2025/09/05 04:36:10 DEBUG : both18: Sizes identical 2025/09/05 04:36:10 DEBUG : both18: Unchanged skipping 2025/09/05 04:36:10 DEBUG : both19: Sizes identical 2025/09/05 04:36:10 DEBUG : both19: Unchanged skipping 2025/09/05 04:36:10 DEBUG : both1: Sizes identical 2025/09/05 04:36:10 DEBUG : both1: Unchanged skipping 2025/09/05 04:36:10 DEBUG : both2: Sizes identical 2025/09/05 04:36:10 DEBUG : both2: Unchanged skipping 2025/09/05 04:36:10 DEBUG : both3: Sizes identical 2025/09/05 04:36:10 DEBUG : both3: Unchanged skipping 2025/09/05 04:36:10 DEBUG : both4: Sizes identical 2025/09/05 04:36:10 DEBUG : both11: Unchanged skipping 2025/09/05 04:36:10 DEBUG : both5: Sizes identical 2025/09/05 04:36:10 DEBUG : both5: Unchanged skipping 2025/09/05 04:36:10 DEBUG : both6: Sizes identical 2025/09/05 04:36:10 DEBUG : both6: Unchanged skipping 2025/09/05 04:36:10 DEBUG : both7: Sizes identical 2025/09/05 04:36:10 DEBUG : both7: Unchanged skipping 2025/09/05 04:36:10 DEBUG : both8: Sizes identical 2025/09/05 04:36:10 DEBUG : both12: Unchanged skipping 2025/09/05 04:36:10 DEBUG : both9: Sizes identical 2025/09/05 04:36:10 DEBUG : both16: Unchanged skipping 2025/09/05 04:36:10 DEBUG : both4: Unchanged skipping 2025/09/05 04:36:10 DEBUG : both8: Unchanged skipping 2025/09/05 04:36:10 DEBUG : both9: Unchanged skipping 2025/09/05 04:36:10 DEBUG : sugarsync root 'Test/rclone-test-vadasov1gila': Waiting for transfers to finish 2025/09/05 04:36:10 DEBUG : Waiting for deletions to finish 2025/09/05 04:36:10 INFO : only13: Deleted 2025/09/05 04:36:10 INFO : only16: Deleted 2025/09/05 04:36:10 INFO : only17: Deleted 2025/09/05 04:36:10 INFO : only1: Deleted 2025/09/05 04:36:11 INFO : only18: Deleted 2025/09/05 04:36:11 INFO : only19: Deleted 2025/09/05 04:36:11 INFO : only2: Deleted 2025/09/05 04:36:11 INFO : only3: Deleted 2025/09/05 04:36:12 INFO : only5: Deleted 2025/09/05 04:36:12 INFO : only6: Deleted 2025/09/05 04:36:12 INFO : only7: Deleted 2025/09/05 04:36:12 INFO : only11: Deleted 2025/09/05 04:36:13 INFO : only15: Deleted 2025/09/05 04:36:13 INFO : only9: Deleted 2025/09/05 04:36:13 INFO : only0: Deleted 2025/09/05 04:36:13 INFO : only10: Deleted 2025/09/05 04:36:14 INFO : only12: Deleted 2025/09/05 04:36:14 INFO : only14: Deleted 2025/09/05 04:36:14 INFO : only4: Deleted 2025/09/05 04:36:14 INFO : only8: Deleted --- PASS: TestSyncConcurrentDelete (123.29s) === RUN TestSyncConcurrentTruncate run.go:180: Remote "sugarsync root 'Test/rclone-test-vadasov1gila'", Local "Local file system at /tmp/rclone1307721151", Modify Window "876000h0m0s" 2025/09/05 04:38:12 DEBUG : both0: Sizes identical 2025/09/05 04:38:12 DEBUG : both10: Sizes identical 2025/09/05 04:38:12 DEBUG : both11: Sizes identical 2025/09/05 04:38:12 DEBUG : both12: Sizes identical 2025/09/05 04:38:12 DEBUG : sugarsync root 'Test/rclone-test-vadasov1gila': Waiting for checks to finish 2025/09/05 04:38:12 DEBUG : both0: Unchanged skipping 2025/09/05 04:38:12 DEBUG : both13: Sizes identical 2025/09/05 04:38:12 DEBUG : both13: Unchanged skipping 2025/09/05 04:38:12 DEBUG : both14: Sizes identical 2025/09/05 04:38:12 DEBUG : both14: Unchanged skipping 2025/09/05 04:38:12 DEBUG : both15: Sizes identical 2025/09/05 04:38:12 DEBUG : both15: Unchanged skipping 2025/09/05 04:38:12 DEBUG : both16: Sizes identical 2025/09/05 04:38:12 DEBUG : both16: Unchanged skipping 2025/09/05 04:38:12 DEBUG : both17: Sizes identical 2025/09/05 04:38:12 DEBUG : both10: Unchanged skipping 2025/09/05 04:38:12 DEBUG : both18: Sizes identical 2025/09/05 04:38:12 DEBUG : both18: Unchanged skipping 2025/09/05 04:38:12 DEBUG : both19: Sizes identical 2025/09/05 04:38:12 DEBUG : both19: Unchanged skipping 2025/09/05 04:38:12 DEBUG : both1: Sizes identical 2025/09/05 04:38:12 DEBUG : both11: Unchanged skipping 2025/09/05 04:38:12 DEBUG : both2: Sizes identical 2025/09/05 04:38:12 DEBUG : both2: Unchanged skipping 2025/09/05 04:38:12 DEBUG : both3: Sizes identical 2025/09/05 04:38:12 DEBUG : both12: Unchanged skipping 2025/09/05 04:38:12 DEBUG : both4: Sizes identical 2025/09/05 04:38:12 DEBUG : both17: Unchanged skipping 2025/09/05 04:38:12 DEBUG : both5: Sizes identical 2025/09/05 04:38:12 DEBUG : both5: Unchanged skipping 2025/09/05 04:38:12 DEBUG : both6: Sizes identical 2025/09/05 04:38:12 DEBUG : both1: Unchanged skipping 2025/09/05 04:38:12 DEBUG : both7: Sizes identical 2025/09/05 04:38:12 DEBUG : both3: Unchanged skipping 2025/09/05 04:38:12 DEBUG : both8: Sizes identical 2025/09/05 04:38:12 DEBUG : both8: Unchanged skipping 2025/09/05 04:38:12 DEBUG : both9: Sizes identical 2025/09/05 04:38:12 DEBUG : both4: Unchanged skipping 2025/09/05 04:38:12 DEBUG : only0: Sizes differ (src 0 vs dst 6) 2025/09/05 04:38:12 DEBUG : only10: Sizes differ (src 0 vs dst 6) 2025/09/05 04:38:12 DEBUG : both6: Unchanged skipping 2025/09/05 04:38:12 DEBUG : only11: Sizes differ (src 0 vs dst 6) 2025/09/05 04:38:12 DEBUG : only12: Sizes differ (src 0 vs dst 6) 2025/09/05 04:38:12 DEBUG : only13: Sizes differ (src 0 vs dst 6) 2025/09/05 04:38:12 DEBUG : only14: Sizes differ (src 0 vs dst 6) 2025/09/05 04:38:12 DEBUG : only15: Sizes differ (src 0 vs dst 6) 2025/09/05 04:38:12 DEBUG : only16: Sizes differ (src 0 vs dst 6) 2025/09/05 04:38:12 DEBUG : only17: Sizes differ (src 0 vs dst 6) 2025/09/05 04:38:12 DEBUG : only18: Sizes differ (src 0 vs dst 6) 2025/09/05 04:38:12 DEBUG : both7: Unchanged skipping 2025/09/05 04:38:12 DEBUG : only19: Sizes differ (src 0 vs dst 6) 2025/09/05 04:38:12 DEBUG : both9: Unchanged skipping 2025/09/05 04:38:12 DEBUG : only1: Sizes differ (src 0 vs dst 6) 2025/09/05 04:38:12 DEBUG : only2: Sizes differ (src 0 vs dst 6) 2025/09/05 04:38:12 DEBUG : only3: Sizes differ (src 0 vs dst 6) 2025/09/05 04:38:12 DEBUG : only4: Sizes differ (src 0 vs dst 6) 2025/09/05 04:38:12 DEBUG : only5: Sizes differ (src 0 vs dst 6) 2025/09/05 04:38:12 DEBUG : only6: Sizes differ (src 0 vs dst 6) 2025/09/05 04:38:12 DEBUG : only9: Sizes differ (src 0 vs dst 6) 2025/09/05 04:38:12 DEBUG : only7: Sizes differ (src 0 vs dst 6) 2025/09/05 04:38:12 DEBUG : only8: Sizes differ (src 0 vs dst 6) 2025/09/05 04:38:12 DEBUG : sugarsync root 'Test/rclone-test-vadasov1gila': Waiting for transfers to finish 2025/09/05 04:38:13 INFO : only0: Copied (replaced existing) 2025/09/05 04:38:13 INFO : only12: Copied (replaced existing) 2025/09/05 04:38:13 INFO : only13: Copied (replaced existing) 2025/09/05 04:38:13 INFO : only11: Copied (replaced existing) 2025/09/05 04:38:14 INFO : only14: Copied (replaced existing) 2025/09/05 04:38:15 INFO : only16: Copied (replaced existing) 2025/09/05 04:38:15 INFO : only15: Copied (replaced existing) 2025/09/05 04:38:15 INFO : only17: Copied (replaced existing) 2025/09/05 04:38:16 INFO : only19: Copied (replaced existing) 2025/09/05 04:38:16 INFO : only3: Copied (replaced existing) 2025/09/05 04:38:16 INFO : only10: Copied (replaced existing) 2025/09/05 04:38:17 INFO : only2: Copied (replaced existing) 2025/09/05 04:38:17 INFO : only18: Copied (replaced existing) 2025/09/05 04:38:17 INFO : only5: Copied (replaced existing) 2025/09/05 04:38:17 INFO : only4: Copied (replaced existing) 2025/09/05 04:38:18 INFO : only1: Copied (replaced existing) 2025/09/05 04:38:18 INFO : only6: Copied (replaced existing) 2025/09/05 04:38:18 INFO : only9: Copied (replaced existing) 2025/09/05 04:38:18 INFO : only7: Copied (replaced existing) 2025/09/05 04:38:19 INFO : only8: Copied (replaced existing) 2025/09/05 04:38:19 DEBUG : Waiting for deletions to finish --- PASS: TestSyncConcurrentTruncate (138.91s) === RUN TestSyncReplaceDirModTime run.go:180: Remote "sugarsync root 'Test/rclone-test-vadasov1gila'", Local "Local file system at /tmp/rclone1307721151", Modify Window "876000h0m0s" 2025/09/05 04:38:51 DEBUG : empty_dir: Making directory with metadata 2025/09/05 04:38:51 INFO : empty_dir: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2025/09/05 04:38:51 DEBUG : empty_on_remote: Making directory with metadata 2025/09/05 04:38:51 INFO : empty_on_remote: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2025/09/05 04:38:51 INFO : empty_on_remote: Making directory 2025/09/05 04:38:52 INFO : empty_on_remote: Made directory with modification time 2011-12-25 12:59:59.123456789 +0000 UTC 2025/09/05 04:38:58 INFO : test_dir1: Set directory modification time (using DirSetModTime) 2025/09/05 04:38:58 INFO : test_dir2: Set directory modification time (using DirSetModTime) 2025/09/05 04:38:58 INFO : test_dir2/sub_dir: Set directory modification time (using DirSetModTime) 2025/09/05 04:38:58 INFO : empty_on_remote: Set directory modification time (using DirSetModTime) --- PASS: TestSyncReplaceDirModTime (19.09s) === RUN TestSyncReplaceDirModTimeWithEmptyDirs run.go:180: Remote "sugarsync root 'Test/rclone-test-vadasov1gila'", Local "Local file system at /tmp/rclone1307721151", Modify Window "876000h0m0s" 2025/09/05 04:39:10 DEBUG : empty_dir: Making directory with metadata 2025/09/05 04:39:10 INFO : empty_dir: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2025/09/05 04:39:10 DEBUG : empty_on_remote: Making directory with metadata 2025/09/05 04:39:10 INFO : empty_on_remote: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2025/09/05 04:39:10 INFO : empty_on_remote: Making directory 2025/09/05 04:39:12 INFO : empty_on_remote: Made directory with modification time 2011-12-25 12:59:59.123456789 +0000 UTC 2025/09/05 04:39:19 INFO : test_dir1: Set directory modification time (using DirSetModTime) 2025/09/05 04:39:19 INFO : test_dir2: Set directory modification time (using DirSetModTime) 2025/09/05 04:39:19 INFO : test_dir2/sub_dir: Set directory modification time (using DirSetModTime) 2025/09/05 04:39:19 INFO : empty_on_remote: Set directory modification time (using DirSetModTime) 2025/09/05 04:39:19 INFO : empty_dir: Set directory modification time (using DirSetModTime) --- PASS: TestSyncReplaceDirModTimeWithEmptyDirs (22.25s) === RUN TestNothingToTransferWithEmptyDirs run.go:180: Remote "sugarsync root 'Test/rclone-test-vadasov1gila'", Local "Local file system at /tmp/rclone1307721151", Modify Window "876000h0m0s" 2025/09/05 04:39:32 INFO : sub dir: Set directory modification time (using DirSetModTime) 2025/09/05 04:39:32 INFO : sub dir: Making directory 2025/09/05 04:39:34 INFO : sub dir: Made directory with modification time 2011-12-30 12:59:59 +0000 UTC --- PASS: TestNothingToTransferWithEmptyDirs (51.34s) === RUN TestNothingToTransferWithoutEmptyDirs run.go:180: Remote "sugarsync root 'Test/rclone-test-vadasov1gila'", Local "Local file system at /tmp/rclone1307721151", Modify Window "876000h0m0s" 2025/09/05 04:40:23 INFO : sub dir: Set directory modification time (using DirSetModTime) 2025/09/05 04:40:23 INFO : sub dir: Making directory 2025/09/05 04:40:25 INFO : sub dir: Made directory with modification time 2011-12-30 12:59:59 +0000 UTC --- PASS: TestNothingToTransferWithoutEmptyDirs (50.01s) === RUN TestTransform === RUN TestTransform/NFC run.go:180: Remote "sugarsync root 'Test/rclone-test-vadasov1gila'", Local "Local file system at /tmp/rclone1307721151", Modify Window "876000h0m0s" 2025/09/05 04:42:04 DEBUG : Waiting for deletions to finish 2025/09/05 04:42:04 DEBUG : apple: Excluded (Path Filter) 2025/09/05 04:42:04 DEBUG : apple: Excluded 2025/09/05 04:42:04 DEBUG : banana: Excluded (Path Filter) 2025/09/05 04:42:04 DEBUG : banana: Excluded 2025/09/05 04:42:04 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2025/09/05 04:42:04 DEBUG : appleappleapplebanana: Excluded 2025/09/05 04:42:04 DEBUG : splitbananasplit: Excluded (Path Filter) 2025/09/05 04:42:04 DEBUG : splitbananasplit: Excluded 2025/09/05 04:42:05 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2025/09/05 04:42:05 DEBUG : dir1/0000-abcdefg.txt: Excluded 2025/09/05 04:42:05 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2025/09/05 04:42:05 DEBUG : dir1/0001-bcdefgh.txt: Excluded 2025/09/05 04:42:05 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2025/09/05 04:42:05 DEBUG : dir1/0002-cdefghi.txt: Excluded 2025/09/05 04:42:05 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2025/09/05 04:42:05 DEBUG : dir1/0003-defghij.txt: Excluded 2025/09/05 04:42:05 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2025/09/05 04:42:05 DEBUG : dir1/0004-efghijk.txt: Excluded 2025/09/05 04:42:05 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2025/09/05 04:42:05 DEBUG : dir1/0005-fghijkl.txt: Excluded 2025/09/05 04:42:05 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2025/09/05 04:42:05 DEBUG : dir1/0006-ghijklm.txt: Excluded 2025/09/05 04:42:05 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2025/09/05 04:42:05 DEBUG : dir1/0007-1234567.txt: Excluded 2025/09/05 04:42:05 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2025/09/05 04:42:05 DEBUG : dir1/0008-2345678.txt: Excluded 2025/09/05 04:42:05 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2025/09/05 04:42:05 DEBUG : dir1/0009-3456789.txt: Excluded 2025/09/05 04:42:05 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2025/09/05 04:42:05 DEBUG : dir1/0010-456789.txt: Excluded 2025/09/05 04:42:05 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2025/09/05 04:42:05 DEBUG : dir1/0011-56789;.txt: Excluded 2025/09/05 04:42:05 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2025/09/05 04:42:05 DEBUG : dir1/0012-6789;.txt: Excluded 2025/09/05 04:42:05 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2025/09/05 04:42:05 DEBUG : dir1/0013-789;=.txt: Excluded 2025/09/05 04:42:05 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2025/09/05 04:42:05 DEBUG : dir1/0014-89;=.txt: Excluded 2025/09/05 04:42:05 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2025/09/05 04:42:05 DEBUG : dir1/0015-9;=.txt: Excluded 2025/09/05 04:42:07 DEBUG : apple: Sizes identical 2025/09/05 04:42:07 DEBUG : apple: Unchanged skipping 2025/09/05 04:42:07 DEBUG : appleappleapplebanana: Sizes identical 2025/09/05 04:42:07 DEBUG : appleappleapplebanana: Unchanged skipping 2025/09/05 04:42:07 DEBUG : banana: Sizes identical 2025/09/05 04:42:07 DEBUG : banana: Unchanged skipping 2025/09/05 04:42:07 DEBUG : splitbananasplit: Sizes identical 2025/09/05 04:42:07 DEBUG : splitbananasplit: Unchanged skipping 2025/09/05 04:42:08 DEBUG : dir1/0001-bcdefgh.txt: Sizes identical 2025/09/05 04:42:08 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2025/09/05 04:42:08 DEBUG : dir1/0008-2345678.txt: Sizes identical 2025/09/05 04:42:08 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2025/09/05 04:42:08 DEBUG : sugarsync root 'Test/rclone-test-vadasov1gila': Waiting for checks to finish 2025/09/05 04:42:08 DEBUG : dir1/0009-3456789.txt: Sizes identical 2025/09/05 04:42:08 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2025/09/05 04:42:08 DEBUG : dir1/0002-cdefghi.txt: Sizes identical 2025/09/05 04:42:08 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2025/09/05 04:42:08 DEBUG : dir1/0010-456789.txt: Sizes identical 2025/09/05 04:42:08 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2025/09/05 04:42:08 DEBUG : dir1/0000-abcdefg.txt: Sizes identical 2025/09/05 04:42:08 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2025/09/05 04:42:08 DEBUG : dir1/0011-56789;.txt: Sizes identical 2025/09/05 04:42:08 DEBUG : dir1/0013-789;=.txt: Sizes identical 2025/09/05 04:42:08 DEBUG : dir1/0004-efghijk.txt: Sizes identical 2025/09/05 04:42:08 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2025/09/05 04:42:08 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2025/09/05 04:42:08 DEBUG : dir1/0014-89;=.txt: Sizes identical 2025/09/05 04:42:08 DEBUG : dir1/0015-9;=.txt: Sizes identical 2025/09/05 04:42:08 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2025/09/05 04:42:08 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2025/09/05 04:42:08 DEBUG : dir1/0007-1234567.txt: Sizes identical 2025/09/05 04:42:08 DEBUG : dir1/0012-6789;.txt: Sizes identical 2025/09/05 04:42:08 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2025/09/05 04:42:08 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2025/09/05 04:42:08 DEBUG : dir1/0006-ghijklm.txt: Sizes identical 2025/09/05 04:42:08 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2025/09/05 04:42:08 DEBUG : dir1/0005-fghijkl.txt: Sizes identical 2025/09/05 04:42:08 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2025/09/05 04:42:08 DEBUG : dir1/0003-defghij.txt: Sizes identical 2025/09/05 04:42:08 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2025/09/05 04:42:08 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2025/09/05 04:42:08 DEBUG : sugarsync root 'Test/rclone-test-vadasov1gila': Waiting for transfers to finish 2025/09/05 04:42:08 DEBUG : Waiting for deletions to finish 2025/09/05 04:42:08 INFO : There was nothing to transfer 2025/09/05 04:42:08 DEBUG : Waiting for deletions to finish 2025/09/05 04:42:09 DEBUG : apple: Excluded (Path Filter) 2025/09/05 04:42:09 DEBUG : apple: Excluded 2025/09/05 04:42:09 DEBUG : banana: Excluded (Path Filter) 2025/09/05 04:42:09 DEBUG : banana: Excluded 2025/09/05 04:42:09 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2025/09/05 04:42:09 DEBUG : appleappleapplebanana: Excluded 2025/09/05 04:42:09 DEBUG : splitbananasplit: Excluded (Path Filter) 2025/09/05 04:42:09 DEBUG : splitbananasplit: Excluded 2025/09/05 04:42:10 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2025/09/05 04:42:10 DEBUG : dir1/0000-abcdefg.txt: Excluded 2025/09/05 04:42:10 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2025/09/05 04:42:10 DEBUG : dir1/0001-bcdefgh.txt: Excluded 2025/09/05 04:42:10 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2025/09/05 04:42:10 DEBUG : dir1/0002-cdefghi.txt: Excluded 2025/09/05 04:42:10 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2025/09/05 04:42:10 DEBUG : dir1/0003-defghij.txt: Excluded 2025/09/05 04:42:10 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2025/09/05 04:42:10 DEBUG : dir1/0004-efghijk.txt: Excluded 2025/09/05 04:42:10 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2025/09/05 04:42:10 DEBUG : dir1/0005-fghijkl.txt: Excluded 2025/09/05 04:42:10 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2025/09/05 04:42:10 DEBUG : dir1/0006-ghijklm.txt: Excluded 2025/09/05 04:42:10 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2025/09/05 04:42:10 DEBUG : dir1/0007-1234567.txt: Excluded 2025/09/05 04:42:10 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2025/09/05 04:42:10 DEBUG : dir1/0008-2345678.txt: Excluded 2025/09/05 04:42:10 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2025/09/05 04:42:10 DEBUG : dir1/0009-3456789.txt: Excluded 2025/09/05 04:42:10 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2025/09/05 04:42:10 DEBUG : dir1/0010-456789.txt: Excluded 2025/09/05 04:42:10 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2025/09/05 04:42:10 DEBUG : dir1/0011-56789;.txt: Excluded 2025/09/05 04:42:10 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2025/09/05 04:42:10 DEBUG : dir1/0012-6789;.txt: Excluded 2025/09/05 04:42:10 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2025/09/05 04:42:10 DEBUG : dir1/0013-789;=.txt: Excluded 2025/09/05 04:42:10 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2025/09/05 04:42:10 DEBUG : dir1/0014-89;=.txt: Excluded 2025/09/05 04:42:10 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2025/09/05 04:42:10 DEBUG : dir1/0015-9;=.txt: Excluded 2025/09/05 04:42:12 DEBUG : appleappleapplebanana: Sizes identical 2025/09/05 04:42:12 DEBUG : appleappleapplebanana: Unchanged skipping 2025/09/05 04:42:12 DEBUG : apple: Sizes identical 2025/09/05 04:42:12 DEBUG : apple: Unchanged skipping 2025/09/05 04:42:12 DEBUG : banana: Sizes identical 2025/09/05 04:42:12 DEBUG : splitbananasplit: Sizes identical 2025/09/05 04:42:12 DEBUG : banana: Unchanged skipping 2025/09/05 04:42:12 DEBUG : splitbananasplit: Unchanged skipping 2025/09/05 04:42:13 DEBUG : dir1/0001-bcdefgh.txt: Sizes identical 2025/09/05 04:42:13 DEBUG : dir1/0000-abcdefg.txt: Sizes identical 2025/09/05 04:42:13 DEBUG : dir1/0003-defghij.txt: Sizes identical 2025/09/05 04:42:13 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2025/09/05 04:42:13 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2025/09/05 04:42:13 DEBUG : dir1/0004-efghijk.txt: Sizes identical 2025/09/05 04:42:13 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2025/09/05 04:42:13 DEBUG : dir1/0002-cdefghi.txt: Sizes identical 2025/09/05 04:42:13 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2025/09/05 04:42:13 DEBUG : dir1/0007-1234567.txt: Sizes identical 2025/09/05 04:42:13 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2025/09/05 04:42:13 DEBUG : dir1/0008-2345678.txt: Sizes identical 2025/09/05 04:42:13 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2025/09/05 04:42:13 DEBUG : dir1/0010-456789.txt: Sizes identical 2025/09/05 04:42:13 DEBUG : dir1/0012-6789;.txt: Sizes identical 2025/09/05 04:42:13 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2025/09/05 04:42:13 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2025/09/05 04:42:13 DEBUG : dir1/0005-fghijkl.txt: Sizes identical 2025/09/05 04:42:13 DEBUG : dir1/0013-789;=.txt: Sizes identical 2025/09/05 04:42:13 DEBUG : dir1/0009-3456789.txt: Sizes identical 2025/09/05 04:42:13 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2025/09/05 04:42:13 DEBUG : dir1/0006-ghijklm.txt: Sizes identical 2025/09/05 04:42:13 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2025/09/05 04:42:13 DEBUG : sugarsync root 'Test/rclone-test-vadasov1gila': Waiting for checks to finish 2025/09/05 04:42:13 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2025/09/05 04:42:13 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2025/09/05 04:42:13 DEBUG : dir1/0011-56789;.txt: Sizes identical 2025/09/05 04:42:13 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2025/09/05 04:42:13 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2025/09/05 04:42:13 DEBUG : dir1/0014-89;=.txt: Sizes identical 2025/09/05 04:42:13 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2025/09/05 04:42:13 DEBUG : dir1/0015-9;=.txt: Sizes identical 2025/09/05 04:42:13 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2025/09/05 04:42:13 DEBUG : sugarsync root 'Test/rclone-test-vadasov1gila': Waiting for transfers to finish 2025/09/05 04:42:13 DEBUG : Waiting for deletions to finish 2025/09/05 04:42:13 INFO : There was nothing to transfer 2025/09/05 04:42:13 DEBUG : Waiting for deletions to finish 2025/09/05 04:42:13 DEBUG : apple: Excluded (Path Filter) 2025/09/05 04:42:13 DEBUG : apple: Excluded 2025/09/05 04:42:13 DEBUG : banana: Excluded (Path Filter) 2025/09/05 04:42:13 DEBUG : banana: Excluded 2025/09/05 04:42:13 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2025/09/05 04:42:13 DEBUG : appleappleapplebanana: Excluded 2025/09/05 04:42:13 DEBUG : splitbananasplit: Excluded (Path Filter) 2025/09/05 04:42:13 DEBUG : splitbananasplit: Excluded 2025/09/05 04:42:14 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2025/09/05 04:42:14 DEBUG : dir1/0000-abcdefg.txt: Excluded 2025/09/05 04:42:14 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2025/09/05 04:42:14 DEBUG : dir1/0001-bcdefgh.txt: Excluded 2025/09/05 04:42:14 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2025/09/05 04:42:14 DEBUG : dir1/0002-cdefghi.txt: Excluded 2025/09/05 04:42:14 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2025/09/05 04:42:14 DEBUG : dir1/0003-defghij.txt: Excluded 2025/09/05 04:42:14 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2025/09/05 04:42:14 DEBUG : dir1/0004-efghijk.txt: Excluded 2025/09/05 04:42:14 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2025/09/05 04:42:14 DEBUG : dir1/0005-fghijkl.txt: Excluded 2025/09/05 04:42:14 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2025/09/05 04:42:14 DEBUG : dir1/0006-ghijklm.txt: Excluded 2025/09/05 04:42:14 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2025/09/05 04:42:14 DEBUG : dir1/0007-1234567.txt: Excluded 2025/09/05 04:42:14 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2025/09/05 04:42:14 DEBUG : dir1/0008-2345678.txt: Excluded 2025/09/05 04:42:14 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2025/09/05 04:42:14 DEBUG : dir1/0009-3456789.txt: Excluded 2025/09/05 04:42:14 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2025/09/05 04:42:14 DEBUG : dir1/0010-456789.txt: Excluded 2025/09/05 04:42:14 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2025/09/05 04:42:14 DEBUG : dir1/0011-56789;.txt: Excluded 2025/09/05 04:42:14 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2025/09/05 04:42:14 DEBUG : dir1/0012-6789;.txt: Excluded 2025/09/05 04:42:14 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2025/09/05 04:42:14 DEBUG : dir1/0013-789;=.txt: Excluded 2025/09/05 04:42:14 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2025/09/05 04:42:14 DEBUG : dir1/0014-89;=.txt: Excluded 2025/09/05 04:42:14 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2025/09/05 04:42:14 DEBUG : dir1/0015-9;=.txt: Excluded === RUN TestTransform/NFD run.go:180: Remote "sugarsync root 'Test/rclone-test-vadasov1gila'", Local "Local file system at /tmp/rclone1307721151", Modify Window "876000h0m0s" 2025/09/05 04:43:27 DEBUG : Waiting for deletions to finish 2025/09/05 04:43:27 DEBUG : apple: Excluded (Path Filter) 2025/09/05 04:43:27 DEBUG : apple: Excluded 2025/09/05 04:43:27 DEBUG : banana: Excluded (Path Filter) 2025/09/05 04:43:27 DEBUG : banana: Excluded 2025/09/05 04:43:27 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2025/09/05 04:43:27 DEBUG : appleappleapplebanana: Excluded 2025/09/05 04:43:27 DEBUG : splitbananasplit: Excluded (Path Filter) 2025/09/05 04:43:27 DEBUG : splitbananasplit: Excluded 2025/09/05 04:43:28 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2025/09/05 04:43:28 DEBUG : dir1/0000-abcdefg.txt: Excluded 2025/09/05 04:43:28 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2025/09/05 04:43:28 DEBUG : dir1/0001-bcdefgh.txt: Excluded 2025/09/05 04:43:28 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2025/09/05 04:43:28 DEBUG : dir1/0002-cdefghi.txt: Excluded 2025/09/05 04:43:28 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2025/09/05 04:43:28 DEBUG : dir1/0003-defghij.txt: Excluded 2025/09/05 04:43:28 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2025/09/05 04:43:28 DEBUG : dir1/0004-efghijk.txt: Excluded 2025/09/05 04:43:28 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2025/09/05 04:43:28 DEBUG : dir1/0005-fghijkl.txt: Excluded 2025/09/05 04:43:28 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2025/09/05 04:43:28 DEBUG : dir1/0006-ghijklm.txt: Excluded 2025/09/05 04:43:28 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2025/09/05 04:43:28 DEBUG : dir1/0007-1234567.txt: Excluded 2025/09/05 04:43:28 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2025/09/05 04:43:28 DEBUG : dir1/0008-2345678.txt: Excluded 2025/09/05 04:43:28 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2025/09/05 04:43:28 DEBUG : dir1/0009-3456789.txt: Excluded 2025/09/05 04:43:28 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2025/09/05 04:43:28 DEBUG : dir1/0010-456789.txt: Excluded 2025/09/05 04:43:28 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2025/09/05 04:43:28 DEBUG : dir1/0011-56789;.txt: Excluded 2025/09/05 04:43:28 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2025/09/05 04:43:28 DEBUG : dir1/0012-6789;.txt: Excluded 2025/09/05 04:43:28 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2025/09/05 04:43:28 DEBUG : dir1/0013-789;=.txt: Excluded 2025/09/05 04:43:28 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2025/09/05 04:43:28 DEBUG : dir1/0014-89;=.txt: Excluded 2025/09/05 04:43:28 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2025/09/05 04:43:28 DEBUG : dir1/0015-9;=.txt: Excluded 2025/09/05 04:43:30 DEBUG : apple: Sizes identical 2025/09/05 04:43:30 DEBUG : banana: Sizes identical 2025/09/05 04:43:30 DEBUG : apple: Unchanged skipping 2025/09/05 04:43:30 DEBUG : banana: Unchanged skipping 2025/09/05 04:43:30 DEBUG : appleappleapplebanana: Sizes identical 2025/09/05 04:43:30 DEBUG : appleappleapplebanana: Unchanged skipping 2025/09/05 04:43:30 DEBUG : splitbananasplit: Sizes identical 2025/09/05 04:43:30 DEBUG : splitbananasplit: Unchanged skipping 2025/09/05 04:43:31 DEBUG : dir1/0003-defghij.txt: Sizes identical 2025/09/05 04:43:31 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2025/09/05 04:43:31 DEBUG : dir1/0001-bcdefgh.txt: Sizes identical 2025/09/05 04:43:31 DEBUG : dir1/0004-efghijk.txt: Sizes identical 2025/09/05 04:43:31 DEBUG : dir1/0002-cdefghi.txt: Sizes identical 2025/09/05 04:43:31 DEBUG : dir1/0005-fghijkl.txt: Sizes identical 2025/09/05 04:43:31 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2025/09/05 04:43:31 DEBUG : dir1/0008-2345678.txt: Sizes identical 2025/09/05 04:43:31 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2025/09/05 04:43:31 DEBUG : dir1/0007-1234567.txt: Sizes identical 2025/09/05 04:43:31 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2025/09/05 04:43:31 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2025/09/05 04:43:31 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2025/09/05 04:43:31 DEBUG : sugarsync root 'Test/rclone-test-vadasov1gila': Waiting for checks to finish 2025/09/05 04:43:31 DEBUG : dir1/0012-6789;.txt: Sizes identical 2025/09/05 04:43:31 DEBUG : dir1/0010-456789.txt: Sizes identical 2025/09/05 04:43:31 DEBUG : dir1/0013-789;=.txt: Sizes identical 2025/09/05 04:43:31 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2025/09/05 04:43:31 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2025/09/05 04:43:31 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2025/09/05 04:43:31 DEBUG : dir1/0014-89;=.txt: Sizes identical 2025/09/05 04:43:31 DEBUG : dir1/0006-ghijklm.txt: Sizes identical 2025/09/05 04:43:31 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2025/09/05 04:43:31 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2025/09/05 04:43:31 DEBUG : dir1/0015-9;=.txt: Sizes identical 2025/09/05 04:43:31 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2025/09/05 04:43:31 DEBUG : dir1/0009-3456789.txt: Sizes identical 2025/09/05 04:43:31 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2025/09/05 04:43:31 DEBUG : dir1/0000-abcdefg.txt: Sizes identical 2025/09/05 04:43:31 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2025/09/05 04:43:31 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2025/09/05 04:43:31 DEBUG : dir1/0011-56789;.txt: Sizes identical 2025/09/05 04:43:31 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2025/09/05 04:43:31 DEBUG : sugarsync root 'Test/rclone-test-vadasov1gila': Waiting for transfers to finish 2025/09/05 04:43:31 DEBUG : Waiting for deletions to finish 2025/09/05 04:43:31 INFO : There was nothing to transfer 2025/09/05 04:43:31 DEBUG : Waiting for deletions to finish 2025/09/05 04:43:32 DEBUG : apple: Excluded (Path Filter) 2025/09/05 04:43:32 DEBUG : apple: Excluded 2025/09/05 04:43:32 DEBUG : banana: Excluded (Path Filter) 2025/09/05 04:43:32 DEBUG : banana: Excluded 2025/09/05 04:43:32 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2025/09/05 04:43:32 DEBUG : appleappleapplebanana: Excluded 2025/09/05 04:43:32 DEBUG : splitbananasplit: Excluded (Path Filter) 2025/09/05 04:43:32 DEBUG : splitbananasplit: Excluded 2025/09/05 04:43:33 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2025/09/05 04:43:33 DEBUG : dir1/0000-abcdefg.txt: Excluded 2025/09/05 04:43:33 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2025/09/05 04:43:33 DEBUG : dir1/0001-bcdefgh.txt: Excluded 2025/09/05 04:43:33 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2025/09/05 04:43:33 DEBUG : dir1/0002-cdefghi.txt: Excluded 2025/09/05 04:43:33 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2025/09/05 04:43:33 DEBUG : dir1/0003-defghij.txt: Excluded 2025/09/05 04:43:33 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2025/09/05 04:43:33 DEBUG : dir1/0004-efghijk.txt: Excluded 2025/09/05 04:43:33 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2025/09/05 04:43:33 DEBUG : dir1/0005-fghijkl.txt: Excluded 2025/09/05 04:43:33 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2025/09/05 04:43:33 DEBUG : dir1/0006-ghijklm.txt: Excluded 2025/09/05 04:43:33 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2025/09/05 04:43:33 DEBUG : dir1/0007-1234567.txt: Excluded 2025/09/05 04:43:33 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2025/09/05 04:43:33 DEBUG : dir1/0008-2345678.txt: Excluded 2025/09/05 04:43:33 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2025/09/05 04:43:33 DEBUG : dir1/0009-3456789.txt: Excluded 2025/09/05 04:43:33 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2025/09/05 04:43:33 DEBUG : dir1/0010-456789.txt: Excluded 2025/09/05 04:43:33 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2025/09/05 04:43:33 DEBUG : dir1/0011-56789;.txt: Excluded 2025/09/05 04:43:33 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2025/09/05 04:43:33 DEBUG : dir1/0012-6789;.txt: Excluded 2025/09/05 04:43:33 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2025/09/05 04:43:33 DEBUG : dir1/0013-789;=.txt: Excluded 2025/09/05 04:43:33 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2025/09/05 04:43:33 DEBUG : dir1/0014-89;=.txt: Excluded 2025/09/05 04:43:33 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2025/09/05 04:43:33 DEBUG : dir1/0015-9;=.txt: Excluded 2025/09/05 04:43:35 DEBUG : apple: Sizes identical 2025/09/05 04:43:35 DEBUG : apple: Unchanged skipping 2025/09/05 04:43:35 DEBUG : appleappleapplebanana: Sizes identical 2025/09/05 04:43:35 DEBUG : appleappleapplebanana: Unchanged skipping 2025/09/05 04:43:35 DEBUG : banana: Sizes identical 2025/09/05 04:43:35 DEBUG : banana: Unchanged skipping 2025/09/05 04:43:35 DEBUG : splitbananasplit: Sizes identical 2025/09/05 04:43:35 DEBUG : splitbananasplit: Unchanged skipping 2025/09/05 04:43:36 DEBUG : dir1/0002-cdefghi.txt: Sizes identical 2025/09/05 04:43:36 DEBUG : dir1/0000-abcdefg.txt: Sizes identical 2025/09/05 04:43:36 DEBUG : dir1/0004-efghijk.txt: Sizes identical 2025/09/05 04:43:36 DEBUG : dir1/0001-bcdefgh.txt: Sizes identical 2025/09/05 04:43:36 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2025/09/05 04:43:36 DEBUG : dir1/0005-fghijkl.txt: Sizes identical 2025/09/05 04:43:36 DEBUG : dir1/0006-ghijklm.txt: Sizes identical 2025/09/05 04:43:36 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2025/09/05 04:43:36 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2025/09/05 04:43:36 DEBUG : dir1/0007-1234567.txt: Sizes identical 2025/09/05 04:43:36 DEBUG : dir1/0009-3456789.txt: Sizes identical 2025/09/05 04:43:36 DEBUG : dir1/0008-2345678.txt: Sizes identical 2025/09/05 04:43:36 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2025/09/05 04:43:36 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2025/09/05 04:43:36 DEBUG : dir1/0011-56789;.txt: Sizes identical 2025/09/05 04:43:36 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2025/09/05 04:43:36 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2025/09/05 04:43:36 DEBUG : dir1/0014-89;=.txt: Sizes identical 2025/09/05 04:43:36 DEBUG : sugarsync root 'Test/rclone-test-vadasov1gila': Waiting for checks to finish 2025/09/05 04:43:36 DEBUG : dir1/0010-456789.txt: Sizes identical 2025/09/05 04:43:36 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2025/09/05 04:43:36 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2025/09/05 04:43:36 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2025/09/05 04:43:36 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2025/09/05 04:43:36 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2025/09/05 04:43:36 DEBUG : dir1/0012-6789;.txt: Sizes identical 2025/09/05 04:43:36 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2025/09/05 04:43:36 DEBUG : dir1/0003-defghij.txt: Sizes identical 2025/09/05 04:43:36 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2025/09/05 04:43:36 DEBUG : dir1/0013-789;=.txt: Sizes identical 2025/09/05 04:43:36 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2025/09/05 04:43:36 DEBUG : dir1/0015-9;=.txt: Sizes identical 2025/09/05 04:43:36 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2025/09/05 04:43:36 DEBUG : sugarsync root 'Test/rclone-test-vadasov1gila': Waiting for transfers to finish 2025/09/05 04:43:36 DEBUG : Waiting for deletions to finish 2025/09/05 04:43:36 INFO : There was nothing to transfer 2025/09/05 04:43:36 DEBUG : Waiting for deletions to finish 2025/09/05 04:43:36 DEBUG : apple: Excluded (Path Filter) 2025/09/05 04:43:36 DEBUG : apple: Excluded 2025/09/05 04:43:36 DEBUG : banana: Excluded (Path Filter) 2025/09/05 04:43:36 DEBUG : banana: Excluded 2025/09/05 04:43:36 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2025/09/05 04:43:36 DEBUG : appleappleapplebanana: Excluded 2025/09/05 04:43:36 DEBUG : splitbananasplit: Excluded (Path Filter) 2025/09/05 04:43:36 DEBUG : splitbananasplit: Excluded 2025/09/05 04:43:37 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2025/09/05 04:43:37 DEBUG : dir1/0000-abcdefg.txt: Excluded 2025/09/05 04:43:37 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2025/09/05 04:43:37 DEBUG : dir1/0001-bcdefgh.txt: Excluded 2025/09/05 04:43:37 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2025/09/05 04:43:37 DEBUG : dir1/0002-cdefghi.txt: Excluded 2025/09/05 04:43:37 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2025/09/05 04:43:37 DEBUG : dir1/0003-defghij.txt: Excluded 2025/09/05 04:43:37 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2025/09/05 04:43:37 DEBUG : dir1/0004-efghijk.txt: Excluded 2025/09/05 04:43:37 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2025/09/05 04:43:37 DEBUG : dir1/0005-fghijkl.txt: Excluded 2025/09/05 04:43:37 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2025/09/05 04:43:37 DEBUG : dir1/0006-ghijklm.txt: Excluded 2025/09/05 04:43:37 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2025/09/05 04:43:37 DEBUG : dir1/0007-1234567.txt: Excluded 2025/09/05 04:43:37 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2025/09/05 04:43:37 DEBUG : dir1/0008-2345678.txt: Excluded 2025/09/05 04:43:37 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2025/09/05 04:43:37 DEBUG : dir1/0009-3456789.txt: Excluded 2025/09/05 04:43:37 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2025/09/05 04:43:37 DEBUG : dir1/0010-456789.txt: Excluded 2025/09/05 04:43:37 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2025/09/05 04:43:37 DEBUG : dir1/0011-56789;.txt: Excluded 2025/09/05 04:43:37 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2025/09/05 04:43:37 DEBUG : dir1/0012-6789;.txt: Excluded 2025/09/05 04:43:37 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2025/09/05 04:43:37 DEBUG : dir1/0013-789;=.txt: Excluded 2025/09/05 04:43:37 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2025/09/05 04:43:37 DEBUG : dir1/0014-89;=.txt: Excluded 2025/09/05 04:43:37 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2025/09/05 04:43:37 DEBUG : dir1/0015-9;=.txt: Excluded === RUN TestTransform/base64 run.go:180: Remote "sugarsync root 'Test/rclone-test-vadasov1gila'", Local "Local file system at /tmp/rclone1307721151", Modify Window "876000h0m0s" 2025/09/05 04:44:50 DEBUG : Waiting for deletions to finish 2025/09/05 04:44:50 DEBUG : apple: Excluded (Path Filter) 2025/09/05 04:44:50 DEBUG : apple: Excluded 2025/09/05 04:44:50 DEBUG : banana: Excluded (Path Filter) 2025/09/05 04:44:50 DEBUG : banana: Excluded 2025/09/05 04:44:50 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2025/09/05 04:44:50 DEBUG : appleappleapplebanana: Excluded 2025/09/05 04:44:50 DEBUG : splitbananasplit: Excluded (Path Filter) 2025/09/05 04:44:50 DEBUG : splitbananasplit: Excluded 2025/09/05 04:44:51 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2025/09/05 04:44:51 DEBUG : dir1/0000-abcdefg.txt: Excluded 2025/09/05 04:44:51 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2025/09/05 04:44:51 DEBUG : dir1/0001-bcdefgh.txt: Excluded 2025/09/05 04:44:51 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2025/09/05 04:44:51 DEBUG : dir1/0002-cdefghi.txt: Excluded 2025/09/05 04:44:51 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2025/09/05 04:44:51 DEBUG : dir1/0003-defghij.txt: Excluded 2025/09/05 04:44:51 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2025/09/05 04:44:51 DEBUG : dir1/0004-efghijk.txt: Excluded 2025/09/05 04:44:51 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2025/09/05 04:44:51 DEBUG : dir1/0005-fghijkl.txt: Excluded 2025/09/05 04:44:51 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2025/09/05 04:44:51 DEBUG : dir1/0006-ghijklm.txt: Excluded 2025/09/05 04:44:51 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2025/09/05 04:44:51 DEBUG : dir1/0007-1234567.txt: Excluded 2025/09/05 04:44:51 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2025/09/05 04:44:51 DEBUG : dir1/0008-2345678.txt: Excluded 2025/09/05 04:44:51 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2025/09/05 04:44:51 DEBUG : dir1/0009-3456789.txt: Excluded 2025/09/05 04:44:51 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2025/09/05 04:44:51 DEBUG : dir1/0010-456789.txt: Excluded 2025/09/05 04:44:51 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2025/09/05 04:44:51 DEBUG : dir1/0011-56789;.txt: Excluded 2025/09/05 04:44:51 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2025/09/05 04:44:51 DEBUG : dir1/0012-6789;.txt: Excluded 2025/09/05 04:44:51 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2025/09/05 04:44:51 DEBUG : dir1/0013-789;=.txt: Excluded 2025/09/05 04:44:51 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2025/09/05 04:44:51 DEBUG : dir1/0014-89;=.txt: Excluded 2025/09/05 04:44:51 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2025/09/05 04:44:51 DEBUG : dir1/0015-9;=.txt: Excluded 2025/09/05 04:44:53 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2025/09/05 04:44:53 DEBUG : apple: transformed to: YXBwbGU= 2025/09/05 04:44:53 DEBUG : banana: transformed to: YmFuYW5h 2025/09/05 04:44:53 DEBUG : apple: transformed to: YXBwbGU= 2025/09/05 04:44:53 DEBUG : banana: transformed to: YmFuYW5h 2025/09/05 04:44:53 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2025/09/05 04:44:53 DEBUG : apple: transformed to: YXBwbGU= 2025/09/05 04:44:53 DEBUG : banana: transformed to: YmFuYW5h 2025/09/05 04:44:53 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2025/09/05 04:44:53 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2025/09/05 04:44:53 DEBUG : apple: transformed to: YXBwbGU= 2025/09/05 04:44:53 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2025/09/05 04:44:53 DEBUG : splitbananasplit: Need to transfer - File not found at Destination 2025/09/05 04:44:53 DEBUG : banana: transformed to: YmFuYW5h 2025/09/05 04:44:53 DEBUG : banana: Need to transfer - File not found at Destination 2025/09/05 04:44:53 DEBUG : apple: transformed to: YXBwbGU= 2025/09/05 04:44:53 DEBUG : apple: Need to transfer - File not found at Destination 2025/09/05 04:44:53 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2025/09/05 04:44:53 DEBUG : appleappleapplebanana: Need to transfer - File not found at Destination 2025/09/05 04:44:53 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2025/09/05 04:44:53 DEBUG : banana: transformed to: YmFuYW5h 2025/09/05 04:44:53 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2025/09/05 04:44:53 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2025/09/05 04:44:53 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2025/09/05 04:44:53 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2025/09/05 04:44:53 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2025/09/05 04:44:53 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2025/09/05 04:44:53 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2025/09/05 04:44:53 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2025/09/05 04:44:53 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2025/09/05 04:44:53 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2025/09/05 04:44:53 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2025/09/05 04:44:53 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2025/09/05 04:44:53 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2025/09/05 04:44:53 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2025/09/05 04:44:53 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2025/09/05 04:44:53 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2025/09/05 04:44:53 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2025/09/05 04:44:53 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2025/09/05 04:44:53 DEBUG : apple: transformed to: YXBwbGU= 2025/09/05 04:44:53 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2025/09/05 04:44:53 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2025/09/05 04:44:53 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2025/09/05 04:44:53 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2025/09/05 04:44:53 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2025/09/05 04:44:53 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2025/09/05 04:44:53 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2025/09/05 04:44:53 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2025/09/05 04:44:53 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2025/09/05 04:44:53 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2025/09/05 04:44:53 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2025/09/05 04:44:53 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2025/09/05 04:44:53 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2025/09/05 04:44:53 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2025/09/05 04:44:53 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2025/09/05 04:44:53 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2025/09/05 04:44:53 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2025/09/05 04:44:53 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2025/09/05 04:44:53 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2025/09/05 04:44:53 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2025/09/05 04:44:53 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2025/09/05 04:44:53 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2025/09/05 04:44:53 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2025/09/05 04:44:53 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2025/09/05 04:44:53 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2025/09/05 04:44:53 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2025/09/05 04:44:53 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2025/09/05 04:44:53 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2025/09/05 04:44:53 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2025/09/05 04:44:53 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2025/09/05 04:44:53 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2025/09/05 04:44:53 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2025/09/05 04:44:53 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2025/09/05 04:44:53 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2025/09/05 04:44:53 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2025/09/05 04:44:53 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2025/09/05 04:44:53 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2025/09/05 04:44:53 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2025/09/05 04:44:53 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2025/09/05 04:44:53 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2025/09/05 04:44:53 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2025/09/05 04:44:53 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2025/09/05 04:44:53 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2025/09/05 04:44:53 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2025/09/05 04:44:53 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2025/09/05 04:44:53 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2025/09/05 04:44:53 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2025/09/05 04:44:53 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2025/09/05 04:44:53 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2025/09/05 04:44:53 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2025/09/05 04:44:53 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2025/09/05 04:44:53 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2025/09/05 04:44:53 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2025/09/05 04:44:53 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2025/09/05 04:44:53 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2025/09/05 04:44:53 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2025/09/05 04:44:53 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2025/09/05 04:44:53 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2025/09/05 04:44:53 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2025/09/05 04:44:53 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2025/09/05 04:44:53 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2025/09/05 04:44:53 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2025/09/05 04:44:53 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2025/09/05 04:44:53 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2025/09/05 04:44:53 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2025/09/05 04:44:53 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2025/09/05 04:44:53 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2025/09/05 04:44:53 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2025/09/05 04:44:53 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2025/09/05 04:44:53 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2025/09/05 04:44:53 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2025/09/05 04:44:53 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2025/09/05 04:44:53 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2025/09/05 04:44:53 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2025/09/05 04:44:53 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2025/09/05 04:44:53 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2025/09/05 04:44:53 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2025/09/05 04:44:53 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2025/09/05 04:44:53 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2025/09/05 04:44:53 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2025/09/05 04:44:53 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2025/09/05 04:44:53 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2025/09/05 04:44:53 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2025/09/05 04:44:53 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2025/09/05 04:44:53 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2025/09/05 04:44:53 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2025/09/05 04:44:53 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2025/09/05 04:44:53 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2025/09/05 04:44:53 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2025/09/05 04:44:53 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2025/09/05 04:44:53 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2025/09/05 04:44:53 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2025/09/05 04:44:53 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2025/09/05 04:44:53 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2025/09/05 04:44:53 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2025/09/05 04:44:53 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2025/09/05 04:44:53 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2025/09/05 04:44:53 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2025/09/05 04:44:53 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2025/09/05 04:44:53 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2025/09/05 04:44:53 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2025/09/05 04:44:53 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2025/09/05 04:44:53 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2025/09/05 04:44:53 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2025/09/05 04:44:53 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2025/09/05 04:44:53 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2025/09/05 04:44:53 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2025/09/05 04:44:53 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2025/09/05 04:44:53 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2025/09/05 04:44:53 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2025/09/05 04:44:53 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2025/09/05 04:44:53 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2025/09/05 04:44:53 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2025/09/05 04:44:53 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2025/09/05 04:44:53 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2025/09/05 04:44:53 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2025/09/05 04:44:53 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2025/09/05 04:44:53 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2025/09/05 04:44:53 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2025/09/05 04:44:53 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2025/09/05 04:44:53 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2025/09/05 04:44:53 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2025/09/05 04:44:53 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2025/09/05 04:44:53 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2025/09/05 04:44:53 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2025/09/05 04:44:53 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2025/09/05 04:44:53 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2025/09/05 04:44:53 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2025/09/05 04:44:53 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2025/09/05 04:44:53 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2025/09/05 04:44:53 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2025/09/05 04:44:53 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2025/09/05 04:44:53 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2025/09/05 04:44:53 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2025/09/05 04:44:53 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2025/09/05 04:44:53 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2025/09/05 04:44:53 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2025/09/05 04:44:53 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2025/09/05 04:44:53 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2025/09/05 04:44:53 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2025/09/05 04:44:53 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2025/09/05 04:44:53 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2025/09/05 04:44:53 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2025/09/05 04:44:53 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2025/09/05 04:44:53 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2025/09/05 04:44:53 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2025/09/05 04:44:53 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2025/09/05 04:44:53 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2025/09/05 04:44:53 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2025/09/05 04:44:53 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2025/09/05 04:44:53 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2025/09/05 04:44:53 DEBUG : 0015-9;=.txt: transformed to: MDAxNS05Oz0udHh0 2025/09/05 04:44:53 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2025/09/05 04:44:53 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2025/09/05 04:44:54 DEBUG : dir1/0000-abcdefg.txt: Need to transfer - File not found at Destination 2025/09/05 04:44:54 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2025/09/05 04:44:54 DEBUG : dir1/0002-cdefghi.txt: Need to transfer - File not found at Destination 2025/09/05 04:44:54 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2025/09/05 04:44:54 DEBUG : dir1/0001-bcdefgh.txt: Need to transfer - File not found at Destination 2025/09/05 04:44:54 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2025/09/05 04:44:54 DEBUG : dir1/0003-defghij.txt: Need to transfer - File not found at Destination 2025/09/05 04:44:54 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2025/09/05 04:44:54 DEBUG : dir1/0004-efghijk.txt: Need to transfer - File not found at Destination 2025/09/05 04:44:54 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2025/09/05 04:44:54 DEBUG : dir1/0006-ghijklm.txt: Need to transfer - File not found at Destination 2025/09/05 04:44:54 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2025/09/05 04:44:54 DEBUG : dir1/0005-fghijkl.txt: Need to transfer - File not found at Destination 2025/09/05 04:44:54 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2025/09/05 04:44:54 DEBUG : dir1/0007-1234567.txt: Need to transfer - File not found at Destination 2025/09/05 04:44:54 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2025/09/05 04:44:54 DEBUG : dir1/0008-2345678.txt: Need to transfer - File not found at Destination 2025/09/05 04:44:54 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2025/09/05 04:44:54 DEBUG : dir1/0009-3456789.txt: Need to transfer - File not found at Destination 2025/09/05 04:44:54 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2025/09/05 04:44:54 DEBUG : dir1/0010-456789.txt: Need to transfer - File not found at Destination 2025/09/05 04:44:54 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2025/09/05 04:44:54 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2025/09/05 04:44:54 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2025/09/05 04:44:54 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination 2025/09/05 04:44:54 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2025/09/05 04:44:54 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2025/09/05 04:44:54 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2025/09/05 04:44:54 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2025/09/05 04:44:54 DEBUG : 0015-9;=.txt: transformed to: MDAxNS05Oz0udHh0 2025/09/05 04:44:54 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination 2025/09/05 04:44:54 DEBUG : sugarsync root 'Test/rclone-test-vadasov1gila': Waiting for checks to finish 2025/09/05 04:44:54 DEBUG : sugarsync root 'Test/rclone-test-vadasov1gila': Waiting for transfers to finish 2025/09/05 04:44:56 INFO : apple: Copied (new) to: YXBwbGU= 2025/09/05 04:44:56 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2025/09/05 04:44:56 INFO : appleappleapplebanana: Copied (new) to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2025/09/05 04:44:56 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2025/09/05 04:44:56 INFO : banana: Copied (new) to: YmFuYW5h 2025/09/05 04:44:56 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2025/09/05 04:44:56 INFO : splitbananasplit: Copied (new) to: c3BsaXRiYW5hbmFzcGxpdA== 2025/09/05 04:44:56 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2025/09/05 04:44:58 INFO : dir1/0002-cdefghi.txt: Copied (new) to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2025/09/05 04:44:58 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2025/09/05 04:44:58 INFO : dir1/0001-bcdefgh.txt: Copied (new) to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2025/09/05 04:44:58 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2025/09/05 04:44:58 INFO : dir1/0000-abcdefg.txt: Copied (new) to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2025/09/05 04:44:58 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2025/09/05 04:44:58 INFO : dir1/0003-defghij.txt: Copied (new) to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2025/09/05 04:44:58 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2025/09/05 04:45:00 INFO : dir1/0004-efghijk.txt: Copied (new) to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2025/09/05 04:45:00 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2025/09/05 04:45:00 INFO : dir1/0006-ghijklm.txt: Copied (new) to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2025/09/05 04:45:00 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2025/09/05 04:45:00 INFO : dir1/0005-fghijkl.txt: Copied (new) to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2025/09/05 04:45:00 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2025/09/05 04:45:00 INFO : dir1/0007-1234567.txt: Copied (new) to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2025/09/05 04:45:00 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2025/09/05 04:45:02 INFO : dir1/0010-456789.txt: Copied (new) to: dir1/MDAxMC00NTY3ODkudHh0 2025/09/05 04:45:02 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2025/09/05 04:45:02 INFO : dir1/0012-6789;.txt: Copied (new) to: dir1/MDAxMi02Nzg5Oy50eHQ= 2025/09/05 04:45:02 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2025/09/05 04:45:02 INFO : dir1/0008-2345678.txt: Copied (new) to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2025/09/05 04:45:02 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2025/09/05 04:45:03 INFO : dir1/0009-3456789.txt: Copied (new) to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2025/09/05 04:45:03 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2025/09/05 04:45:04 INFO : dir1/0013-789;=.txt: Copied (new) to: dir1/MDAxMy03ODk7PS50eHQ= 2025/09/05 04:45:04 INFO : dir1/0011-56789;.txt: Copied (new) to: dir1/MDAxMS01Njc4OTsudHh0 2025/09/05 04:45:04 INFO : dir1/0014-89;=.txt: Copied (new) to: dir1/MDAxNC04OTs9LnR4dA== 2025/09/05 04:45:05 INFO : dir1/0015-9;=.txt: Copied (new) to: dir1/MDAxNS05Oz0udHh0 2025/09/05 04:45:05 DEBUG : Waiting for deletions to finish 2025/09/05 04:45:05 INFO : dir1/0001-bcdefgh.txt: Deleted 2025/09/05 04:45:05 INFO : dir1/0006-ghijklm.txt: Deleted 2025/09/05 04:45:05 INFO : dir1/0007-1234567.txt: Deleted 2025/09/05 04:45:05 INFO : dir1/0009-3456789.txt: Deleted 2025/09/05 04:45:05 INFO : dir1/0012-6789;.txt: Deleted 2025/09/05 04:45:05 INFO : dir1/0005-fghijkl.txt: Deleted 2025/09/05 04:45:05 INFO : splitbananasplit: Deleted 2025/09/05 04:45:05 INFO : dir1/0010-456789.txt: Deleted 2025/09/05 04:45:06 INFO : dir1/0013-789;=.txt: Deleted 2025/09/05 04:45:06 INFO : dir1/0015-9;=.txt: Deleted 2025/09/05 04:45:06 INFO : appleappleapplebanana: Deleted 2025/09/05 04:45:06 INFO : banana: Deleted 2025/09/05 04:45:06 INFO : dir1/0008-2345678.txt: Deleted 2025/09/05 04:45:06 INFO : dir1/0002-cdefghi.txt: Deleted 2025/09/05 04:45:06 INFO : dir1/0000-abcdefg.txt: Deleted 2025/09/05 04:45:06 INFO : dir1/0003-defghij.txt: Deleted 2025/09/05 04:45:06 INFO : dir1/0011-56789;.txt: Deleted 2025/09/05 04:45:06 INFO : apple: Deleted 2025/09/05 04:45:06 INFO : dir1/0004-efghijk.txt: Deleted 2025/09/05 04:45:07 INFO : dir1/0014-89;=.txt: Deleted 2025/09/05 04:45:07 DEBUG : Waiting for deletions to finish 2025/09/05 04:45:08 DEBUG : YXBwbGVhcHBsZWFwcGxlYmFuYW5h: Excluded (Path Filter) 2025/09/05 04:45:08 DEBUG : YXBwbGVhcHBsZWFwcGxlYmFuYW5h: Excluded 2025/09/05 04:45:08 DEBUG : c3BsaXRiYW5hbmFzcGxpdA==: Excluded (Path Filter) 2025/09/05 04:45:08 DEBUG : c3BsaXRiYW5hbmFzcGxpdA==: Excluded 2025/09/05 04:45:08 DEBUG : YmFuYW5h: Excluded (Path Filter) 2025/09/05 04:45:08 DEBUG : YmFuYW5h: Excluded 2025/09/05 04:45:08 DEBUG : YXBwbGU=: Excluded (Path Filter) 2025/09/05 04:45:08 DEBUG : YXBwbGU=: Excluded 2025/09/05 04:45:08 DEBUG : dir1/MDAwMC1hYmNkZWZnLnR4dA==: Excluded (Path Filter) 2025/09/05 04:45:08 DEBUG : dir1/MDAwMC1hYmNkZWZnLnR4dA==: Excluded 2025/09/05 04:45:08 DEBUG : dir1/MDAwMi1jZGVmZ2hpLnR4dA==: Excluded (Path Filter) 2025/09/05 04:45:08 DEBUG : dir1/MDAwMi1jZGVmZ2hpLnR4dA==: Excluded 2025/09/05 04:45:08 DEBUG : dir1/MDAwMS1iY2RlZmdoLnR4dA==: Excluded (Path Filter) 2025/09/05 04:45:08 DEBUG : dir1/MDAwMS1iY2RlZmdoLnR4dA==: Excluded 2025/09/05 04:45:08 DEBUG : dir1/MDAwMy1kZWZnaGlqLnR4dA==: Excluded (Path Filter) 2025/09/05 04:45:08 DEBUG : dir1/MDAwMy1kZWZnaGlqLnR4dA==: Excluded 2025/09/05 04:45:08 DEBUG : dir1/MDAwNC1lZmdoaWprLnR4dA==: Excluded (Path Filter) 2025/09/05 04:45:08 DEBUG : dir1/MDAwNC1lZmdoaWprLnR4dA==: Excluded 2025/09/05 04:45:08 DEBUG : dir1/MDAwNi1naGlqa2xtLnR4dA==: Excluded (Path Filter) 2025/09/05 04:45:08 DEBUG : dir1/MDAwNi1naGlqa2xtLnR4dA==: Excluded 2025/09/05 04:45:08 DEBUG : dir1/MDAwNS1mZ2hpamtsLnR4dA==: Excluded (Path Filter) 2025/09/05 04:45:08 DEBUG : dir1/MDAwNS1mZ2hpamtsLnR4dA==: Excluded 2025/09/05 04:45:08 DEBUG : dir1/MDAwNy0xMjM0NTY3LnR4dA==: Excluded (Path Filter) 2025/09/05 04:45:08 DEBUG : dir1/MDAwNy0xMjM0NTY3LnR4dA==: Excluded 2025/09/05 04:45:08 DEBUG : dir1/MDAwOC0yMzQ1Njc4LnR4dA==: Excluded (Path Filter) 2025/09/05 04:45:08 DEBUG : dir1/MDAwOC0yMzQ1Njc4LnR4dA==: Excluded 2025/09/05 04:45:08 DEBUG : dir1/MDAwOS0zNDU2Nzg5LnR4dA==: Excluded (Path Filter) 2025/09/05 04:45:08 DEBUG : dir1/MDAwOS0zNDU2Nzg5LnR4dA==: Excluded 2025/09/05 04:45:08 DEBUG : dir1/MDAxMC00NTY3ODkudHh0: Excluded (Path Filter) 2025/09/05 04:45:08 DEBUG : dir1/MDAxMC00NTY3ODkudHh0: Excluded 2025/09/05 04:45:08 DEBUG : dir1/MDAxMi02Nzg5Oy50eHQ=: Excluded (Path Filter) 2025/09/05 04:45:08 DEBUG : dir1/MDAxMi02Nzg5Oy50eHQ=: Excluded 2025/09/05 04:45:08 DEBUG : dir1/MDAxMS01Njc4OTsudHh0: Excluded (Path Filter) 2025/09/05 04:45:08 DEBUG : dir1/MDAxMS01Njc4OTsudHh0: Excluded 2025/09/05 04:45:08 DEBUG : dir1/MDAxMy03ODk7PS50eHQ=: Excluded (Path Filter) 2025/09/05 04:45:08 DEBUG : dir1/MDAxMy03ODk7PS50eHQ=: Excluded 2025/09/05 04:45:08 DEBUG : dir1/MDAxNC04OTs9LnR4dA==: Excluded (Path Filter) 2025/09/05 04:45:08 DEBUG : dir1/MDAxNC04OTs9LnR4dA==: Excluded 2025/09/05 04:45:08 DEBUG : dir1/MDAxNS05Oz0udHh0: Excluded (Path Filter) 2025/09/05 04:45:08 DEBUG : dir1/MDAxNS05Oz0udHh0: Excluded 2025/09/05 04:45:10 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2025/09/05 04:45:10 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2025/09/05 04:45:10 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2025/09/05 04:45:10 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2025/09/05 04:45:10 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2025/09/05 04:45:10 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2025/09/05 04:45:10 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2025/09/05 04:45:10 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2025/09/05 04:45:10 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2025/09/05 04:45:10 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2025/09/05 04:45:10 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2025/09/05 04:45:10 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2025/09/05 04:45:10 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2025/09/05 04:45:10 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2025/09/05 04:45:10 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2025/09/05 04:45:10 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2025/09/05 04:45:10 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2025/09/05 04:45:10 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2025/09/05 04:45:10 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2025/09/05 04:45:10 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2025/09/05 04:45:10 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2025/09/05 04:45:10 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2025/09/05 04:45:10 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2025/09/05 04:45:10 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2025/09/05 04:45:10 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2025/09/05 04:45:10 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2025/09/05 04:45:10 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2025/09/05 04:45:10 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2025/09/05 04:45:10 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2025/09/05 04:45:10 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2025/09/05 04:45:10 DEBUG : apple: transformed to: YXBwbGU= 2025/09/05 04:45:10 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2025/09/05 04:45:10 DEBUG : apple: transformed to: YXBwbGU= 2025/09/05 04:45:10 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2025/09/05 04:45:10 DEBUG : apple: transformed to: YXBwbGU= 2025/09/05 04:45:10 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2025/09/05 04:45:10 DEBUG : apple: transformed to: YXBwbGU= 2025/09/05 04:45:10 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2025/09/05 04:45:10 DEBUG : apple: transformed to: YXBwbGU= 2025/09/05 04:45:10 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2025/09/05 04:45:10 DEBUG : apple: transformed to: YXBwbGU= 2025/09/05 04:45:10 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2025/09/05 04:45:10 DEBUG : apple: transformed to: YXBwbGU= 2025/09/05 04:45:10 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2025/09/05 04:45:10 DEBUG : apple: transformed to: YXBwbGU= 2025/09/05 04:45:10 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2025/09/05 04:45:10 DEBUG : apple: transformed to: YXBwbGU= 2025/09/05 04:45:10 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2025/09/05 04:45:10 DEBUG : apple: transformed to: YXBwbGU= 2025/09/05 04:45:10 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2025/09/05 04:45:10 DEBUG : apple: transformed to: YXBwbGU= 2025/09/05 04:45:10 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2025/09/05 04:45:10 DEBUG : apple: transformed to: YXBwbGU= 2025/09/05 04:45:10 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2025/09/05 04:45:10 DEBUG : apple: transformed to: YXBwbGU= 2025/09/05 04:45:10 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2025/09/05 04:45:10 DEBUG : apple: transformed to: YXBwbGU= 2025/09/05 04:45:10 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2025/09/05 04:45:10 DEBUG : apple: transformed to: YXBwbGU= 2025/09/05 04:45:10 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2025/09/05 04:45:10 DEBUG : apple: transformed to: YXBwbGU= 2025/09/05 04:45:10 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2025/09/05 04:45:10 DEBUG : banana: transformed to: YmFuYW5h 2025/09/05 04:45:10 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2025/09/05 04:45:10 DEBUG : banana: transformed to: YmFuYW5h 2025/09/05 04:45:10 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2025/09/05 04:45:10 DEBUG : banana: transformed to: YmFuYW5h 2025/09/05 04:45:10 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2025/09/05 04:45:10 DEBUG : banana: transformed to: YmFuYW5h 2025/09/05 04:45:10 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2025/09/05 04:45:10 DEBUG : banana: transformed to: YmFuYW5h 2025/09/05 04:45:10 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2025/09/05 04:45:10 DEBUG : banana: transformed to: YmFuYW5h 2025/09/05 04:45:10 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2025/09/05 04:45:10 DEBUG : banana: transformed to: YmFuYW5h 2025/09/05 04:45:10 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2025/09/05 04:45:10 DEBUG : banana: transformed to: YmFuYW5h 2025/09/05 04:45:10 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2025/09/05 04:45:10 DEBUG : banana: transformed to: YmFuYW5h 2025/09/05 04:45:10 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2025/09/05 04:45:10 DEBUG : banana: transformed to: YmFuYW5h 2025/09/05 04:45:10 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2025/09/05 04:45:10 DEBUG : banana: transformed to: YmFuYW5h 2025/09/05 04:45:10 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2025/09/05 04:45:10 DEBUG : banana: transformed to: YmFuYW5h 2025/09/05 04:45:10 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2025/09/05 04:45:10 DEBUG : banana: transformed to: YmFuYW5h 2025/09/05 04:45:10 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2025/09/05 04:45:10 DEBUG : banana: transformed to: YmFuYW5h 2025/09/05 04:45:10 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2025/09/05 04:45:10 DEBUG : banana: transformed to: YmFuYW5h 2025/09/05 04:45:10 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2025/09/05 04:45:10 DEBUG : banana: transformed to: YmFuYW5h 2025/09/05 04:45:10 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2025/09/05 04:45:10 DEBUG : banana: transformed to: YmFuYW5h 2025/09/05 04:45:10 DEBUG : apple: transformed to: YXBwbGU= 2025/09/05 04:45:10 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2025/09/05 04:45:10 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2025/09/05 04:45:10 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2025/09/05 04:45:10 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2025/09/05 04:45:10 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2025/09/05 04:45:10 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2025/09/05 04:45:10 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2025/09/05 04:45:10 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2025/09/05 04:45:10 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2025/09/05 04:45:10 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2025/09/05 04:45:10 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2025/09/05 04:45:10 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2025/09/05 04:45:10 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2025/09/05 04:45:10 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2025/09/05 04:45:10 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2025/09/05 04:45:10 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2025/09/05 04:45:10 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2025/09/05 04:45:10 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2025/09/05 04:45:10 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2025/09/05 04:45:10 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2025/09/05 04:45:10 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2025/09/05 04:45:10 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2025/09/05 04:45:10 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2025/09/05 04:45:10 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2025/09/05 04:45:10 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2025/09/05 04:45:10 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2025/09/05 04:45:10 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2025/09/05 04:45:10 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2025/09/05 04:45:10 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2025/09/05 04:45:10 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2025/09/05 04:45:10 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2025/09/05 04:45:10 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2025/09/05 04:45:10 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2025/09/05 04:45:10 DEBUG : banana: transformed to: YmFuYW5h 2025/09/05 04:45:10 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2025/09/05 04:45:10 DEBUG : apple: transformed to: YXBwbGU= 2025/09/05 04:45:10 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2025/09/05 04:45:10 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2025/09/05 04:45:10 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2025/09/05 04:45:10 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2025/09/05 04:45:10 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2025/09/05 04:45:10 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2025/09/05 04:45:10 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2025/09/05 04:45:10 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2025/09/05 04:45:10 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2025/09/05 04:45:10 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2025/09/05 04:45:10 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2025/09/05 04:45:10 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2025/09/05 04:45:10 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2025/09/05 04:45:10 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2025/09/05 04:45:10 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2025/09/05 04:45:10 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2025/09/05 04:45:10 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2025/09/05 04:45:10 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2025/09/05 04:45:10 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2025/09/05 04:45:10 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2025/09/05 04:45:10 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2025/09/05 04:45:10 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2025/09/05 04:45:10 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2025/09/05 04:45:10 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2025/09/05 04:45:10 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2025/09/05 04:45:10 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2025/09/05 04:45:10 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2025/09/05 04:45:10 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2025/09/05 04:45:10 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2025/09/05 04:45:10 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2025/09/05 04:45:10 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2025/09/05 04:45:10 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2025/09/05 04:45:10 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2025/09/05 04:45:10 DEBUG : banana: transformed to: YmFuYW5h 2025/09/05 04:45:10 DEBUG : apple: transformed to: YXBwbGU= 2025/09/05 04:45:10 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2025/09/05 04:45:10 DEBUG : banana: transformed to: YmFuYW5h 2025/09/05 04:45:10 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2025/09/05 04:45:10 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2025/09/05 04:45:10 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2025/09/05 04:45:10 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2025/09/05 04:45:10 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2025/09/05 04:45:10 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2025/09/05 04:45:10 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2025/09/05 04:45:10 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2025/09/05 04:45:10 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2025/09/05 04:45:10 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2025/09/05 04:45:10 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2025/09/05 04:45:10 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2025/09/05 04:45:10 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2025/09/05 04:45:10 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2025/09/05 04:45:10 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2025/09/05 04:45:10 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2025/09/05 04:45:10 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2025/09/05 04:45:10 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2025/09/05 04:45:10 DEBUG : apple: transformed to: YXBwbGU= 2025/09/05 04:45:10 DEBUG : banana: transformed to: YmFuYW5h 2025/09/05 04:45:10 DEBUG : apple: transformed to: YXBwbGU= 2025/09/05 04:45:10 DEBUG : banana: transformed to: YmFuYW5h 2025/09/05 04:45:10 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2025/09/05 04:45:10 DEBUG : apple: transformed to: YXBwbGU= 2025/09/05 04:45:10 DEBUG : banana: transformed to: YmFuYW5h 2025/09/05 04:45:10 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2025/09/05 04:45:10 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2025/09/05 04:45:10 DEBUG : apple: transformed to: YXBwbGU= 2025/09/05 04:45:10 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2025/09/05 04:45:11 DEBUG : banana: transformed to: YmFuYW5h 2025/09/05 04:45:11 DEBUG : apple: transformed to: YXBwbGU= 2025/09/05 04:45:11 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2025/09/05 04:45:11 DEBUG : splitbananasplit: Sizes identical 2025/09/05 04:45:11 DEBUG : splitbananasplit: Unchanged skipping 2025/09/05 04:45:11 DEBUG : banana: Sizes identical 2025/09/05 04:45:11 DEBUG : banana: Unchanged skipping 2025/09/05 04:45:11 DEBUG : apple: Sizes identical 2025/09/05 04:45:11 DEBUG : apple: Unchanged skipping 2025/09/05 04:45:11 DEBUG : appleappleapplebanana: Sizes identical 2025/09/05 04:45:11 DEBUG : appleappleapplebanana: Unchanged skipping 2025/09/05 04:45:11 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2025/09/05 04:45:11 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2025/09/05 04:45:11 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2025/09/05 04:45:11 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2025/09/05 04:45:11 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2025/09/05 04:45:11 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2025/09/05 04:45:11 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2025/09/05 04:45:11 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2025/09/05 04:45:11 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2025/09/05 04:45:11 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2025/09/05 04:45:11 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2025/09/05 04:45:11 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2025/09/05 04:45:11 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2025/09/05 04:45:11 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2025/09/05 04:45:11 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2025/09/05 04:45:11 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2025/09/05 04:45:11 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2025/09/05 04:45:11 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2025/09/05 04:45:11 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2025/09/05 04:45:11 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2025/09/05 04:45:11 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2025/09/05 04:45:11 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2025/09/05 04:45:11 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2025/09/05 04:45:11 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2025/09/05 04:45:11 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2025/09/05 04:45:11 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2025/09/05 04:45:11 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2025/09/05 04:45:11 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2025/09/05 04:45:11 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2025/09/05 04:45:11 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2025/09/05 04:45:11 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2025/09/05 04:45:11 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2025/09/05 04:45:11 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2025/09/05 04:45:11 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2025/09/05 04:45:11 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2025/09/05 04:45:11 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2025/09/05 04:45:11 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2025/09/05 04:45:11 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2025/09/05 04:45:11 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2025/09/05 04:45:11 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2025/09/05 04:45:11 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2025/09/05 04:45:11 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2025/09/05 04:45:11 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2025/09/05 04:45:11 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2025/09/05 04:45:11 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2025/09/05 04:45:11 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2025/09/05 04:45:11 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2025/09/05 04:45:11 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2025/09/05 04:45:11 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2025/09/05 04:45:11 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2025/09/05 04:45:11 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2025/09/05 04:45:11 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2025/09/05 04:45:11 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2025/09/05 04:45:11 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2025/09/05 04:45:11 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2025/09/05 04:45:11 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2025/09/05 04:45:11 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2025/09/05 04:45:11 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2025/09/05 04:45:11 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2025/09/05 04:45:11 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2025/09/05 04:45:11 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2025/09/05 04:45:11 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2025/09/05 04:45:11 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2025/09/05 04:45:11 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2025/09/05 04:45:11 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2025/09/05 04:45:11 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2025/09/05 04:45:11 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2025/09/05 04:45:11 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2025/09/05 04:45:11 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2025/09/05 04:45:11 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2025/09/05 04:45:11 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2025/09/05 04:45:11 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2025/09/05 04:45:11 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2025/09/05 04:45:11 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2025/09/05 04:45:11 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2025/09/05 04:45:11 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2025/09/05 04:45:11 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2025/09/05 04:45:11 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2025/09/05 04:45:11 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2025/09/05 04:45:11 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2025/09/05 04:45:11 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2025/09/05 04:45:11 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2025/09/05 04:45:11 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2025/09/05 04:45:11 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2025/09/05 04:45:11 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2025/09/05 04:45:11 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2025/09/05 04:45:11 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2025/09/05 04:45:11 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2025/09/05 04:45:11 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2025/09/05 04:45:11 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2025/09/05 04:45:11 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2025/09/05 04:45:11 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2025/09/05 04:45:11 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2025/09/05 04:45:11 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2025/09/05 04:45:11 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2025/09/05 04:45:11 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2025/09/05 04:45:11 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2025/09/05 04:45:11 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2025/09/05 04:45:11 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2025/09/05 04:45:11 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2025/09/05 04:45:11 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2025/09/05 04:45:11 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2025/09/05 04:45:11 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2025/09/05 04:45:11 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2025/09/05 04:45:11 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2025/09/05 04:45:11 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2025/09/05 04:45:11 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2025/09/05 04:45:11 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2025/09/05 04:45:11 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2025/09/05 04:45:11 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2025/09/05 04:45:11 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2025/09/05 04:45:11 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2025/09/05 04:45:11 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2025/09/05 04:45:11 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2025/09/05 04:45:11 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2025/09/05 04:45:11 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2025/09/05 04:45:11 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2025/09/05 04:45:11 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2025/09/05 04:45:11 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2025/09/05 04:45:11 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2025/09/05 04:45:11 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2025/09/05 04:45:11 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2025/09/05 04:45:11 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2025/09/05 04:45:11 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2025/09/05 04:45:11 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2025/09/05 04:45:11 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2025/09/05 04:45:11 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2025/09/05 04:45:11 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2025/09/05 04:45:11 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2025/09/05 04:45:11 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2025/09/05 04:45:11 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2025/09/05 04:45:11 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2025/09/05 04:45:11 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2025/09/05 04:45:11 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2025/09/05 04:45:11 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2025/09/05 04:45:11 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2025/09/05 04:45:11 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2025/09/05 04:45:11 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2025/09/05 04:45:11 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2025/09/05 04:45:11 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2025/09/05 04:45:11 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2025/09/05 04:45:11 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2025/09/05 04:45:11 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2025/09/05 04:45:11 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2025/09/05 04:45:11 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2025/09/05 04:45:11 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2025/09/05 04:45:11 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2025/09/05 04:45:11 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2025/09/05 04:45:11 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2025/09/05 04:45:11 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2025/09/05 04:45:11 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2025/09/05 04:45:11 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2025/09/05 04:45:11 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2025/09/05 04:45:11 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2025/09/05 04:45:11 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2025/09/05 04:45:11 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2025/09/05 04:45:11 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2025/09/05 04:45:11 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2025/09/05 04:45:11 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2025/09/05 04:45:11 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2025/09/05 04:45:11 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2025/09/05 04:45:11 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2025/09/05 04:45:11 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2025/09/05 04:45:11 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2025/09/05 04:45:11 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2025/09/05 04:45:11 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2025/09/05 04:45:11 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2025/09/05 04:45:11 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2025/09/05 04:45:11 DEBUG : 0015-9;=.txt: transformed to: MDAxNS05Oz0udHh0 2025/09/05 04:45:11 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2025/09/05 04:45:11 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2025/09/05 04:45:11 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2025/09/05 04:45:11 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2025/09/05 04:45:11 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2025/09/05 04:45:11 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2025/09/05 04:45:11 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2025/09/05 04:45:11 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2025/09/05 04:45:11 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2025/09/05 04:45:11 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2025/09/05 04:45:11 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2025/09/05 04:45:11 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2025/09/05 04:45:11 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2025/09/05 04:45:11 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2025/09/05 04:45:11 DEBUG : dir1/0000-abcdefg.txt: Sizes identical 2025/09/05 04:45:11 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2025/09/05 04:45:11 DEBUG : dir1/0003-defghij.txt: Sizes identical 2025/09/05 04:45:11 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2025/09/05 04:45:11 DEBUG : dir1/0004-efghijk.txt: Sizes identical 2025/09/05 04:45:11 DEBUG : dir1/0002-cdefghi.txt: Sizes identical 2025/09/05 04:45:11 DEBUG : dir1/0005-fghijkl.txt: Sizes identical 2025/09/05 04:45:11 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2025/09/05 04:45:11 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2025/09/05 04:45:11 DEBUG : dir1/0007-1234567.txt: Sizes identical 2025/09/05 04:45:11 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2025/09/05 04:45:11 DEBUG : dir1/0008-2345678.txt: Sizes identical 2025/09/05 04:45:11 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2025/09/05 04:45:11 DEBUG : dir1/0006-ghijklm.txt: Sizes identical 2025/09/05 04:45:11 DEBUG : dir1/0010-456789.txt: Sizes identical 2025/09/05 04:45:11 DEBUG : dir1/0012-6789;.txt: Sizes identical 2025/09/05 04:45:11 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2025/09/05 04:45:11 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2025/09/05 04:45:11 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2025/09/05 04:45:11 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2025/09/05 04:45:11 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2025/09/05 04:45:11 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2025/09/05 04:45:11 DEBUG : 0015-9;=.txt: transformed to: MDAxNS05Oz0udHh0 2025/09/05 04:45:11 DEBUG : dir1/0009-3456789.txt: Sizes identical 2025/09/05 04:45:11 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2025/09/05 04:45:11 DEBUG : dir1/0013-789;=.txt: Sizes identical 2025/09/05 04:45:11 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2025/09/05 04:45:11 DEBUG : dir1/0015-9;=.txt: Sizes identical 2025/09/05 04:45:11 DEBUG : dir1/0014-89;=.txt: Sizes identical 2025/09/05 04:45:11 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2025/09/05 04:45:11 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2025/09/05 04:45:11 DEBUG : dir1/0011-56789;.txt: Sizes identical 2025/09/05 04:45:11 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2025/09/05 04:45:11 DEBUG : dir1/0001-bcdefgh.txt: Sizes identical 2025/09/05 04:45:11 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2025/09/05 04:45:11 DEBUG : sugarsync root 'Test/rclone-test-vadasov1gila': Waiting for checks to finish 2025/09/05 04:45:11 DEBUG : sugarsync root 'Test/rclone-test-vadasov1gila': Waiting for transfers to finish 2025/09/05 04:45:11 DEBUG : Waiting for deletions to finish 2025/09/05 04:45:11 DEBUG : Waiting for deletions to finish 2025/09/05 04:45:12 DEBUG : YXBwbGVhcHBsZWFwcGxlYmFuYW5h: Excluded (Path Filter) 2025/09/05 04:45:12 DEBUG : YXBwbGVhcHBsZWFwcGxlYmFuYW5h: Excluded 2025/09/05 04:45:12 DEBUG : c3BsaXRiYW5hbmFzcGxpdA==: Excluded (Path Filter) 2025/09/05 04:45:12 DEBUG : c3BsaXRiYW5hbmFzcGxpdA==: Excluded 2025/09/05 04:45:12 DEBUG : YmFuYW5h: Excluded (Path Filter) 2025/09/05 04:45:12 DEBUG : YmFuYW5h: Excluded 2025/09/05 04:45:12 DEBUG : YXBwbGU=: Excluded (Path Filter) 2025/09/05 04:45:12 DEBUG : YXBwbGU=: Excluded 2025/09/05 04:45:13 DEBUG : dir1/MDAwMC1hYmNkZWZnLnR4dA==: Excluded (Path Filter) 2025/09/05 04:45:13 DEBUG : dir1/MDAwMC1hYmNkZWZnLnR4dA==: Excluded 2025/09/05 04:45:13 DEBUG : dir1/MDAwMi1jZGVmZ2hpLnR4dA==: Excluded (Path Filter) 2025/09/05 04:45:13 DEBUG : dir1/MDAwMi1jZGVmZ2hpLnR4dA==: Excluded 2025/09/05 04:45:13 DEBUG : dir1/MDAwMS1iY2RlZmdoLnR4dA==: Excluded (Path Filter) 2025/09/05 04:45:13 DEBUG : dir1/MDAwMS1iY2RlZmdoLnR4dA==: Excluded 2025/09/05 04:45:13 DEBUG : dir1/MDAwMy1kZWZnaGlqLnR4dA==: Excluded (Path Filter) 2025/09/05 04:45:13 DEBUG : dir1/MDAwMy1kZWZnaGlqLnR4dA==: Excluded 2025/09/05 04:45:13 DEBUG : dir1/MDAwNC1lZmdoaWprLnR4dA==: Excluded (Path Filter) 2025/09/05 04:45:13 DEBUG : dir1/MDAwNC1lZmdoaWprLnR4dA==: Excluded 2025/09/05 04:45:13 DEBUG : dir1/MDAwNi1naGlqa2xtLnR4dA==: Excluded (Path Filter) 2025/09/05 04:45:13 DEBUG : dir1/MDAwNi1naGlqa2xtLnR4dA==: Excluded 2025/09/05 04:45:13 DEBUG : dir1/MDAwNS1mZ2hpamtsLnR4dA==: Excluded (Path Filter) 2025/09/05 04:45:13 DEBUG : dir1/MDAwNS1mZ2hpamtsLnR4dA==: Excluded 2025/09/05 04:45:13 DEBUG : dir1/MDAwNy0xMjM0NTY3LnR4dA==: Excluded (Path Filter) 2025/09/05 04:45:13 DEBUG : dir1/MDAwNy0xMjM0NTY3LnR4dA==: Excluded 2025/09/05 04:45:13 DEBUG : dir1/MDAwOC0yMzQ1Njc4LnR4dA==: Excluded (Path Filter) 2025/09/05 04:45:13 DEBUG : dir1/MDAwOC0yMzQ1Njc4LnR4dA==: Excluded 2025/09/05 04:45:13 DEBUG : dir1/MDAwOS0zNDU2Nzg5LnR4dA==: Excluded (Path Filter) 2025/09/05 04:45:13 DEBUG : dir1/MDAwOS0zNDU2Nzg5LnR4dA==: Excluded 2025/09/05 04:45:13 DEBUG : dir1/MDAxMC00NTY3ODkudHh0: Excluded (Path Filter) 2025/09/05 04:45:13 DEBUG : dir1/MDAxMC00NTY3ODkudHh0: Excluded 2025/09/05 04:45:13 DEBUG : dir1/MDAxMi02Nzg5Oy50eHQ=: Excluded (Path Filter) 2025/09/05 04:45:13 DEBUG : dir1/MDAxMi02Nzg5Oy50eHQ=: Excluded 2025/09/05 04:45:13 DEBUG : dir1/MDAxMS01Njc4OTsudHh0: Excluded (Path Filter) 2025/09/05 04:45:13 DEBUG : dir1/MDAxMS01Njc4OTsudHh0: Excluded 2025/09/05 04:45:13 DEBUG : dir1/MDAxMy03ODk7PS50eHQ=: Excluded (Path Filter) 2025/09/05 04:45:13 DEBUG : dir1/MDAxMy03ODk7PS50eHQ=: Excluded 2025/09/05 04:45:13 DEBUG : dir1/MDAxNC04OTs9LnR4dA==: Excluded (Path Filter) 2025/09/05 04:45:13 DEBUG : dir1/MDAxNC04OTs9LnR4dA==: Excluded 2025/09/05 04:45:13 DEBUG : dir1/MDAxNS05Oz0udHh0: Excluded (Path Filter) 2025/09/05 04:45:13 DEBUG : dir1/MDAxNS05Oz0udHh0: Excluded 2025/09/05 04:45:14 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2025/09/05 04:45:14 DEBUG : apple: transformed to: YXBwbGU= 2025/09/05 04:45:14 DEBUG : banana: transformed to: YmFuYW5h 2025/09/05 04:45:14 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2025/09/05 04:45:14 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2025/09/05 04:45:14 DEBUG : banana: transformed to: YmFuYW5h 2025/09/05 04:45:14 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2025/09/05 04:45:14 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2025/09/05 04:45:14 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2025/09/05 04:45:14 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2025/09/05 04:45:14 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2025/09/05 04:45:14 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2025/09/05 04:45:14 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2025/09/05 04:45:14 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2025/09/05 04:45:14 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2025/09/05 04:45:14 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2025/09/05 04:45:14 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2025/09/05 04:45:14 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2025/09/05 04:45:14 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2025/09/05 04:45:14 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2025/09/05 04:45:14 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2025/09/05 04:45:14 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2025/09/05 04:45:14 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2025/09/05 04:45:14 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2025/09/05 04:45:14 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2025/09/05 04:45:14 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2025/09/05 04:45:14 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2025/09/05 04:45:14 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2025/09/05 04:45:14 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2025/09/05 04:45:14 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2025/09/05 04:45:14 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2025/09/05 04:45:14 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2025/09/05 04:45:14 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2025/09/05 04:45:14 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2025/09/05 04:45:14 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2025/09/05 04:45:14 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2025/09/05 04:45:14 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2025/09/05 04:45:14 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2025/09/05 04:45:14 DEBUG : apple: transformed to: YXBwbGU= 2025/09/05 04:45:14 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2025/09/05 04:45:14 DEBUG : banana: transformed to: YmFuYW5h 2025/09/05 04:45:14 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2025/09/05 04:45:14 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2025/09/05 04:45:14 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2025/09/05 04:45:14 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2025/09/05 04:45:14 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2025/09/05 04:45:14 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2025/09/05 04:45:14 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2025/09/05 04:45:14 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2025/09/05 04:45:14 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2025/09/05 04:45:14 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2025/09/05 04:45:14 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2025/09/05 04:45:14 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2025/09/05 04:45:14 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2025/09/05 04:45:14 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2025/09/05 04:45:14 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2025/09/05 04:45:14 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2025/09/05 04:45:14 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 === RUN TestTransform/prefix run.go:180: Remote "sugarsync root 'Test/rclone-test-vadasov1gila'", Local "Local file system at /tmp/rclone1307721151", Modify Window "876000h0m0s" 2025/09/05 04:46:25 DEBUG : Waiting for deletions to finish 2025/09/05 04:46:26 DEBUG : apple: Excluded (Path Filter) 2025/09/05 04:46:26 DEBUG : apple: Excluded 2025/09/05 04:46:26 DEBUG : banana: Excluded (Path Filter) 2025/09/05 04:46:26 DEBUG : banana: Excluded 2025/09/05 04:46:26 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2025/09/05 04:46:26 DEBUG : appleappleapplebanana: Excluded 2025/09/05 04:46:26 DEBUG : splitbananasplit: Excluded (Path Filter) 2025/09/05 04:46:26 DEBUG : splitbananasplit: Excluded 2025/09/05 04:46:27 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2025/09/05 04:46:27 DEBUG : dir1/0000-abcdefg.txt: Excluded 2025/09/05 04:46:27 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2025/09/05 04:46:27 DEBUG : dir1/0001-bcdefgh.txt: Excluded 2025/09/05 04:46:27 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2025/09/05 04:46:27 DEBUG : dir1/0002-cdefghi.txt: Excluded 2025/09/05 04:46:27 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2025/09/05 04:46:27 DEBUG : dir1/0003-defghij.txt: Excluded 2025/09/05 04:46:27 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2025/09/05 04:46:27 DEBUG : dir1/0004-efghijk.txt: Excluded 2025/09/05 04:46:27 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2025/09/05 04:46:27 DEBUG : dir1/0005-fghijkl.txt: Excluded 2025/09/05 04:46:27 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2025/09/05 04:46:27 DEBUG : dir1/0006-ghijklm.txt: Excluded 2025/09/05 04:46:27 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2025/09/05 04:46:27 DEBUG : dir1/0007-1234567.txt: Excluded 2025/09/05 04:46:27 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2025/09/05 04:46:27 DEBUG : dir1/0008-2345678.txt: Excluded 2025/09/05 04:46:27 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2025/09/05 04:46:27 DEBUG : dir1/0009-3456789.txt: Excluded 2025/09/05 04:46:27 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2025/09/05 04:46:27 DEBUG : dir1/0010-456789.txt: Excluded 2025/09/05 04:46:27 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2025/09/05 04:46:27 DEBUG : dir1/0011-56789;.txt: Excluded 2025/09/05 04:46:27 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2025/09/05 04:46:27 DEBUG : dir1/0012-6789;.txt: Excluded 2025/09/05 04:46:27 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2025/09/05 04:46:27 DEBUG : dir1/0013-789;=.txt: Excluded 2025/09/05 04:46:27 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2025/09/05 04:46:27 DEBUG : dir1/0014-89;=.txt: Excluded 2025/09/05 04:46:27 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2025/09/05 04:46:27 DEBUG : dir1/0015-9;=.txt: Excluded 2025/09/05 04:46:28 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2025/09/05 04:46:28 DEBUG : apple: transformed to: PREFIXapple 2025/09/05 04:46:28 DEBUG : banana: transformed to: PREFIXbanana 2025/09/05 04:46:28 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2025/09/05 04:46:28 DEBUG : banana: transformed to: PREFIXbanana 2025/09/05 04:46:28 DEBUG : apple: transformed to: PREFIXapple 2025/09/05 04:46:28 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2025/09/05 04:46:28 DEBUG : banana: transformed to: PREFIXbanana 2025/09/05 04:46:28 DEBUG : apple: transformed to: PREFIXapple 2025/09/05 04:46:28 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2025/09/05 04:46:28 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2025/09/05 04:46:28 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2025/09/05 04:46:28 DEBUG : banana: transformed to: PREFIXbanana 2025/09/05 04:46:28 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2025/09/05 04:46:28 DEBUG : apple: transformed to: PREFIXapple 2025/09/05 04:46:29 DEBUG : apple: transformed to: PREFIXapple 2025/09/05 04:46:29 DEBUG : apple: Need to transfer - File not found at Destination 2025/09/05 04:46:29 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2025/09/05 04:46:29 DEBUG : appleappleapplebanana: Need to transfer - File not found at Destination 2025/09/05 04:46:29 DEBUG : banana: transformed to: PREFIXbanana 2025/09/05 04:46:29 DEBUG : banana: Need to transfer - File not found at Destination 2025/09/05 04:46:29 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2025/09/05 04:46:29 DEBUG : splitbananasplit: Need to transfer - File not found at Destination 2025/09/05 04:46:29 DEBUG : apple: transformed to: PREFIXapple 2025/09/05 04:46:29 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2025/09/05 04:46:29 DEBUG : banana: transformed to: PREFIXbanana 2025/09/05 04:46:29 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2025/09/05 04:46:29 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2025/09/05 04:46:29 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2025/09/05 04:46:29 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2025/09/05 04:46:29 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2025/09/05 04:46:29 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2025/09/05 04:46:29 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2025/09/05 04:46:29 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2025/09/05 04:46:29 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2025/09/05 04:46:29 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2025/09/05 04:46:29 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2025/09/05 04:46:29 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2025/09/05 04:46:29 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2025/09/05 04:46:29 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2025/09/05 04:46:29 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2025/09/05 04:46:29 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2025/09/05 04:46:29 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2025/09/05 04:46:29 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2025/09/05 04:46:29 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2025/09/05 04:46:29 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2025/09/05 04:46:29 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2025/09/05 04:46:29 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2025/09/05 04:46:29 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2025/09/05 04:46:29 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2025/09/05 04:46:29 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2025/09/05 04:46:29 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2025/09/05 04:46:29 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2025/09/05 04:46:29 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2025/09/05 04:46:29 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2025/09/05 04:46:29 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2025/09/05 04:46:29 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2025/09/05 04:46:29 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2025/09/05 04:46:29 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2025/09/05 04:46:29 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2025/09/05 04:46:29 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2025/09/05 04:46:29 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2025/09/05 04:46:29 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2025/09/05 04:46:29 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2025/09/05 04:46:29 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2025/09/05 04:46:29 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2025/09/05 04:46:29 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2025/09/05 04:46:29 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2025/09/05 04:46:29 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2025/09/05 04:46:29 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2025/09/05 04:46:29 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2025/09/05 04:46:29 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2025/09/05 04:46:29 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2025/09/05 04:46:29 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2025/09/05 04:46:29 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2025/09/05 04:46:29 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2025/09/05 04:46:29 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2025/09/05 04:46:29 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2025/09/05 04:46:29 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2025/09/05 04:46:29 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2025/09/05 04:46:29 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2025/09/05 04:46:29 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2025/09/05 04:46:29 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2025/09/05 04:46:29 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2025/09/05 04:46:29 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2025/09/05 04:46:29 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2025/09/05 04:46:29 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2025/09/05 04:46:29 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2025/09/05 04:46:29 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2025/09/05 04:46:29 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2025/09/05 04:46:29 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2025/09/05 04:46:29 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2025/09/05 04:46:29 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2025/09/05 04:46:29 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2025/09/05 04:46:29 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2025/09/05 04:46:29 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2025/09/05 04:46:29 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2025/09/05 04:46:29 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2025/09/05 04:46:29 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2025/09/05 04:46:29 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2025/09/05 04:46:29 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2025/09/05 04:46:29 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2025/09/05 04:46:29 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2025/09/05 04:46:29 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2025/09/05 04:46:29 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2025/09/05 04:46:29 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2025/09/05 04:46:29 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2025/09/05 04:46:29 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2025/09/05 04:46:29 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2025/09/05 04:46:29 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2025/09/05 04:46:29 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2025/09/05 04:46:29 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2025/09/05 04:46:29 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2025/09/05 04:46:29 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2025/09/05 04:46:29 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2025/09/05 04:46:29 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2025/09/05 04:46:29 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2025/09/05 04:46:29 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2025/09/05 04:46:29 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2025/09/05 04:46:29 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2025/09/05 04:46:29 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2025/09/05 04:46:29 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2025/09/05 04:46:29 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2025/09/05 04:46:29 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2025/09/05 04:46:29 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2025/09/05 04:46:29 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2025/09/05 04:46:29 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2025/09/05 04:46:29 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2025/09/05 04:46:29 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2025/09/05 04:46:29 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2025/09/05 04:46:29 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2025/09/05 04:46:29 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2025/09/05 04:46:29 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2025/09/05 04:46:29 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2025/09/05 04:46:29 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2025/09/05 04:46:29 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2025/09/05 04:46:29 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2025/09/05 04:46:29 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2025/09/05 04:46:29 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2025/09/05 04:46:29 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2025/09/05 04:46:29 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2025/09/05 04:46:29 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2025/09/05 04:46:29 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2025/09/05 04:46:29 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2025/09/05 04:46:29 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2025/09/05 04:46:29 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2025/09/05 04:46:29 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2025/09/05 04:46:29 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2025/09/05 04:46:29 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2025/09/05 04:46:29 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2025/09/05 04:46:29 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2025/09/05 04:46:29 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2025/09/05 04:46:29 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2025/09/05 04:46:29 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2025/09/05 04:46:29 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2025/09/05 04:46:29 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2025/09/05 04:46:29 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2025/09/05 04:46:29 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2025/09/05 04:46:29 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2025/09/05 04:46:29 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2025/09/05 04:46:29 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2025/09/05 04:46:29 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2025/09/05 04:46:29 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2025/09/05 04:46:29 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2025/09/05 04:46:29 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2025/09/05 04:46:29 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2025/09/05 04:46:29 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2025/09/05 04:46:29 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2025/09/05 04:46:29 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2025/09/05 04:46:29 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2025/09/05 04:46:29 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2025/09/05 04:46:29 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2025/09/05 04:46:29 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2025/09/05 04:46:29 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2025/09/05 04:46:29 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2025/09/05 04:46:29 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2025/09/05 04:46:29 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2025/09/05 04:46:29 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2025/09/05 04:46:29 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2025/09/05 04:46:29 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2025/09/05 04:46:29 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2025/09/05 04:46:29 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2025/09/05 04:46:29 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2025/09/05 04:46:29 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2025/09/05 04:46:29 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2025/09/05 04:46:29 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2025/09/05 04:46:29 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2025/09/05 04:46:29 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2025/09/05 04:46:29 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2025/09/05 04:46:29 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2025/09/05 04:46:29 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2025/09/05 04:46:29 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2025/09/05 04:46:29 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2025/09/05 04:46:29 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2025/09/05 04:46:29 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2025/09/05 04:46:29 DEBUG : 0015-9;=.txt: transformed to: PREFIX0015-9;=.txt 2025/09/05 04:46:29 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2025/09/05 04:46:29 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2025/09/05 04:46:30 DEBUG : dir1/0000-abcdefg.txt: Need to transfer - File not found at Destination 2025/09/05 04:46:30 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2025/09/05 04:46:30 DEBUG : dir1/0001-bcdefgh.txt: Need to transfer - File not found at Destination 2025/09/05 04:46:30 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2025/09/05 04:46:30 DEBUG : dir1/0002-cdefghi.txt: Need to transfer - File not found at Destination 2025/09/05 04:46:30 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2025/09/05 04:46:30 DEBUG : dir1/0003-defghij.txt: Need to transfer - File not found at Destination 2025/09/05 04:46:30 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2025/09/05 04:46:30 DEBUG : dir1/0004-efghijk.txt: Need to transfer - File not found at Destination 2025/09/05 04:46:30 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2025/09/05 04:46:30 DEBUG : dir1/0005-fghijkl.txt: Need to transfer - File not found at Destination 2025/09/05 04:46:30 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2025/09/05 04:46:30 DEBUG : dir1/0006-ghijklm.txt: Need to transfer - File not found at Destination 2025/09/05 04:46:30 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2025/09/05 04:46:30 DEBUG : dir1/0007-1234567.txt: Need to transfer - File not found at Destination 2025/09/05 04:46:30 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2025/09/05 04:46:30 DEBUG : dir1/0008-2345678.txt: Need to transfer - File not found at Destination 2025/09/05 04:46:30 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2025/09/05 04:46:30 DEBUG : dir1/0009-3456789.txt: Need to transfer - File not found at Destination 2025/09/05 04:46:30 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2025/09/05 04:46:30 DEBUG : dir1/0010-456789.txt: Need to transfer - File not found at Destination 2025/09/05 04:46:30 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2025/09/05 04:46:30 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination 2025/09/05 04:46:30 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2025/09/05 04:46:30 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2025/09/05 04:46:30 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2025/09/05 04:46:30 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2025/09/05 04:46:30 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2025/09/05 04:46:30 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2025/09/05 04:46:30 DEBUG : 0015-9;=.txt: transformed to: PREFIX0015-9;=.txt 2025/09/05 04:46:30 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination 2025/09/05 04:46:30 DEBUG : sugarsync root 'Test/rclone-test-vadasov1gila': Waiting for checks to finish 2025/09/05 04:46:30 DEBUG : sugarsync root 'Test/rclone-test-vadasov1gila': Waiting for transfers to finish 2025/09/05 04:46:31 INFO : appleappleapplebanana: Copied (new) to: PREFIXappleappleapplebanana 2025/09/05 04:46:31 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt 2025/09/05 04:46:32 INFO : apple: Copied (new) to: PREFIXapple 2025/09/05 04:46:32 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2025/09/05 04:46:32 INFO : banana: Copied (new) to: PREFIXbanana 2025/09/05 04:46:32 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2025/09/05 04:46:32 INFO : splitbananasplit: Copied (new) to: PREFIXsplitbananasplit 2025/09/05 04:46:32 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2025/09/05 04:46:33 INFO : dir1/0000-abcdefg.txt: Copied (new) to: dir1/PREFIX0000-abcdefg.txt 2025/09/05 04:46:33 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2025/09/05 04:46:34 INFO : dir1/0001-bcdefgh.txt: Copied (new) to: dir1/PREFIX0001-bcdefgh.txt 2025/09/05 04:46:34 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2025/09/05 04:46:34 INFO : dir1/0002-cdefghi.txt: Copied (new) to: dir1/PREFIX0002-cdefghi.txt 2025/09/05 04:46:34 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2025/09/05 04:46:34 INFO : dir1/0003-defghij.txt: Copied (new) to: dir1/PREFIX0003-defghij.txt 2025/09/05 04:46:34 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2025/09/05 04:46:35 INFO : dir1/0004-efghijk.txt: Copied (new) to: dir1/PREFIX0004-efghijk.txt 2025/09/05 04:46:35 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2025/09/05 04:46:36 INFO : dir1/0006-ghijklm.txt: Copied (new) to: dir1/PREFIX0006-ghijklm.txt 2025/09/05 04:46:36 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2025/09/05 04:46:36 INFO : dir1/0005-fghijkl.txt: Copied (new) to: dir1/PREFIX0005-fghijkl.txt 2025/09/05 04:46:36 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2025/09/05 04:46:36 INFO : dir1/0007-1234567.txt: Copied (new) to: dir1/PREFIX0007-1234567.txt 2025/09/05 04:46:36 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2025/09/05 04:46:37 INFO : dir1/0008-2345678.txt: Copied (new) to: dir1/PREFIX0008-2345678.txt 2025/09/05 04:46:37 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2025/09/05 04:46:38 INFO : dir1/0009-3456789.txt: Copied (new) to: dir1/PREFIX0009-3456789.txt 2025/09/05 04:46:38 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2025/09/05 04:46:38 INFO : dir1/0010-456789.txt: Copied (new) to: dir1/PREFIX0010-456789.txt 2025/09/05 04:46:38 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2025/09/05 04:46:38 INFO : dir1/0011-56789;.txt: Copied (new) to: dir1/PREFIX0011-56789;.txt 2025/09/05 04:46:38 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt 2025/09/05 04:46:39 INFO : dir1/0012-6789;.txt: Copied (new) to: dir1/PREFIX0012-6789;.txt 2025/09/05 04:46:40 INFO : dir1/0013-789;=.txt: Copied (new) to: dir1/PREFIX0013-789;=.txt 2025/09/05 04:46:40 INFO : dir1/0014-89;=.txt: Copied (new) to: dir1/PREFIX0014-89;=.txt 2025/09/05 04:46:40 INFO : dir1/0015-9;=.txt: Copied (new) to: dir1/PREFIX0015-9;=.txt 2025/09/05 04:46:40 DEBUG : Waiting for deletions to finish 2025/09/05 04:46:40 INFO : dir1/0015-9;=.txt: Deleted 2025/09/05 04:46:41 INFO : splitbananasplit: Deleted 2025/09/05 04:46:41 INFO : dir1/0006-ghijklm.txt: Deleted 2025/09/05 04:46:41 INFO : banana: Deleted 2025/09/05 04:46:41 INFO : dir1/0002-cdefghi.txt: Deleted 2025/09/05 04:46:41 INFO : dir1/0008-2345678.txt: Deleted 2025/09/05 04:46:41 INFO : dir1/0004-efghijk.txt: Deleted 2025/09/05 04:46:41 INFO : dir1/0011-56789;.txt: Deleted 2025/09/05 04:46:41 INFO : dir1/0013-789;=.txt: Deleted 2025/09/05 04:46:41 INFO : dir1/0005-fghijkl.txt: Deleted 2025/09/05 04:46:41 INFO : apple: Deleted 2025/09/05 04:46:41 INFO : appleappleapplebanana: Deleted 2025/09/05 04:46:41 INFO : dir1/0000-abcdefg.txt: Deleted 2025/09/05 04:46:41 INFO : dir1/0001-bcdefgh.txt: Deleted 2025/09/05 04:46:41 INFO : dir1/0003-defghij.txt: Deleted 2025/09/05 04:46:42 INFO : dir1/0014-89;=.txt: Deleted 2025/09/05 04:46:42 INFO : dir1/0007-1234567.txt: Deleted 2025/09/05 04:46:42 INFO : dir1/0010-456789.txt: Deleted 2025/09/05 04:46:42 INFO : dir1/0009-3456789.txt: Deleted 2025/09/05 04:46:42 INFO : dir1/0012-6789;.txt: Deleted 2025/09/05 04:46:42 DEBUG : Waiting for deletions to finish 2025/09/05 04:46:43 DEBUG : PREFIXapple: Excluded (Path Filter) 2025/09/05 04:46:43 DEBUG : PREFIXapple: Excluded 2025/09/05 04:46:43 DEBUG : PREFIXsplitbananasplit: Excluded (Path Filter) 2025/09/05 04:46:43 DEBUG : PREFIXsplitbananasplit: Excluded 2025/09/05 04:46:43 DEBUG : PREFIXappleappleapplebanana: Excluded (Path Filter) 2025/09/05 04:46:43 DEBUG : PREFIXappleappleapplebanana: Excluded 2025/09/05 04:46:43 DEBUG : PREFIXbanana: Excluded (Path Filter) 2025/09/05 04:46:43 DEBUG : PREFIXbanana: Excluded 2025/09/05 04:46:44 DEBUG : dir1/PREFIX0000-abcdefg.txt: Excluded (Path Filter) 2025/09/05 04:46:44 DEBUG : dir1/PREFIX0000-abcdefg.txt: Excluded 2025/09/05 04:46:44 DEBUG : dir1/PREFIX0001-bcdefgh.txt: Excluded (Path Filter) 2025/09/05 04:46:44 DEBUG : dir1/PREFIX0001-bcdefgh.txt: Excluded 2025/09/05 04:46:44 DEBUG : dir1/PREFIX0002-cdefghi.txt: Excluded (Path Filter) 2025/09/05 04:46:44 DEBUG : dir1/PREFIX0002-cdefghi.txt: Excluded 2025/09/05 04:46:44 DEBUG : dir1/PREFIX0003-defghij.txt: Excluded (Path Filter) 2025/09/05 04:46:44 DEBUG : dir1/PREFIX0003-defghij.txt: Excluded 2025/09/05 04:46:44 DEBUG : dir1/PREFIX0004-efghijk.txt: Excluded (Path Filter) 2025/09/05 04:46:44 DEBUG : dir1/PREFIX0004-efghijk.txt: Excluded 2025/09/05 04:46:44 DEBUG : dir1/PREFIX0005-fghijkl.txt: Excluded (Path Filter) 2025/09/05 04:46:44 DEBUG : dir1/PREFIX0005-fghijkl.txt: Excluded 2025/09/05 04:46:44 DEBUG : dir1/PREFIX0006-ghijklm.txt: Excluded (Path Filter) 2025/09/05 04:46:44 DEBUG : dir1/PREFIX0006-ghijklm.txt: Excluded 2025/09/05 04:46:44 DEBUG : dir1/PREFIX0007-1234567.txt: Excluded (Path Filter) 2025/09/05 04:46:44 DEBUG : dir1/PREFIX0007-1234567.txt: Excluded 2025/09/05 04:46:44 DEBUG : dir1/PREFIX0008-2345678.txt: Excluded (Path Filter) 2025/09/05 04:46:44 DEBUG : dir1/PREFIX0008-2345678.txt: Excluded 2025/09/05 04:46:44 DEBUG : dir1/PREFIX0009-3456789.txt: Excluded (Path Filter) 2025/09/05 04:46:44 DEBUG : dir1/PREFIX0009-3456789.txt: Excluded 2025/09/05 04:46:44 DEBUG : dir1/PREFIX0010-456789.txt: Excluded (Path Filter) 2025/09/05 04:46:44 DEBUG : dir1/PREFIX0010-456789.txt: Excluded 2025/09/05 04:46:44 DEBUG : dir1/PREFIX0011-56789;.txt: Excluded (Path Filter) 2025/09/05 04:46:44 DEBUG : dir1/PREFIX0011-56789;.txt: Excluded 2025/09/05 04:46:44 DEBUG : dir1/PREFIX0012-6789;.txt: Excluded (Path Filter) 2025/09/05 04:46:44 DEBUG : dir1/PREFIX0012-6789;.txt: Excluded 2025/09/05 04:46:44 DEBUG : dir1/PREFIX0013-789;=.txt: Excluded (Path Filter) 2025/09/05 04:46:44 DEBUG : dir1/PREFIX0013-789;=.txt: Excluded 2025/09/05 04:46:44 DEBUG : dir1/PREFIX0014-89;=.txt: Excluded (Path Filter) 2025/09/05 04:46:44 DEBUG : dir1/PREFIX0014-89;=.txt: Excluded 2025/09/05 04:46:44 DEBUG : dir1/PREFIX0015-9;=.txt: Excluded (Path Filter) 2025/09/05 04:46:44 DEBUG : dir1/PREFIX0015-9;=.txt: Excluded 2025/09/05 04:46:45 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2025/09/05 04:46:45 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt 2025/09/05 04:46:45 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2025/09/05 04:46:45 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2025/09/05 04:46:45 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2025/09/05 04:46:45 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2025/09/05 04:46:45 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2025/09/05 04:46:45 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2025/09/05 04:46:45 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2025/09/05 04:46:45 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2025/09/05 04:46:45 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2025/09/05 04:46:45 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2025/09/05 04:46:45 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2025/09/05 04:46:45 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2025/09/05 04:46:45 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2025/09/05 04:46:45 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2025/09/05 04:46:45 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2025/09/05 04:46:45 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2025/09/05 04:46:45 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2025/09/05 04:46:45 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2025/09/05 04:46:45 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2025/09/05 04:46:45 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2025/09/05 04:46:45 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2025/09/05 04:46:45 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2025/09/05 04:46:45 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2025/09/05 04:46:45 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2025/09/05 04:46:45 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2025/09/05 04:46:45 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2025/09/05 04:46:45 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt 2025/09/05 04:46:45 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2025/09/05 04:46:45 DEBUG : apple: transformed to: PREFIXapple 2025/09/05 04:46:45 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt 2025/09/05 04:46:45 DEBUG : apple: transformed to: PREFIXapple 2025/09/05 04:46:45 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2025/09/05 04:46:45 DEBUG : apple: transformed to: PREFIXapple 2025/09/05 04:46:45 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2025/09/05 04:46:45 DEBUG : apple: transformed to: PREFIXapple 2025/09/05 04:46:45 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2025/09/05 04:46:45 DEBUG : apple: transformed to: PREFIXapple 2025/09/05 04:46:45 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2025/09/05 04:46:45 DEBUG : apple: transformed to: PREFIXapple 2025/09/05 04:46:45 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2025/09/05 04:46:45 DEBUG : apple: transformed to: PREFIXapple 2025/09/05 04:46:45 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2025/09/05 04:46:45 DEBUG : apple: transformed to: PREFIXapple 2025/09/05 04:46:45 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2025/09/05 04:46:45 DEBUG : apple: transformed to: PREFIXapple 2025/09/05 04:46:45 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2025/09/05 04:46:45 DEBUG : apple: transformed to: PREFIXapple 2025/09/05 04:46:45 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2025/09/05 04:46:45 DEBUG : apple: transformed to: PREFIXapple 2025/09/05 04:46:45 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2025/09/05 04:46:45 DEBUG : apple: transformed to: PREFIXapple 2025/09/05 04:46:45 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2025/09/05 04:46:45 DEBUG : apple: transformed to: PREFIXapple 2025/09/05 04:46:45 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2025/09/05 04:46:45 DEBUG : apple: transformed to: PREFIXapple 2025/09/05 04:46:45 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2025/09/05 04:46:45 DEBUG : apple: transformed to: PREFIXapple 2025/09/05 04:46:45 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2025/09/05 04:46:45 DEBUG : apple: transformed to: PREFIXapple 2025/09/05 04:46:45 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt 2025/09/05 04:46:45 DEBUG : banana: transformed to: PREFIXbanana 2025/09/05 04:46:45 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt 2025/09/05 04:46:45 DEBUG : banana: transformed to: PREFIXbanana 2025/09/05 04:46:45 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2025/09/05 04:46:45 DEBUG : banana: transformed to: PREFIXbanana 2025/09/05 04:46:45 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2025/09/05 04:46:45 DEBUG : banana: transformed to: PREFIXbanana 2025/09/05 04:46:45 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2025/09/05 04:46:45 DEBUG : banana: transformed to: PREFIXbanana 2025/09/05 04:46:45 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2025/09/05 04:46:45 DEBUG : banana: transformed to: PREFIXbanana 2025/09/05 04:46:45 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2025/09/05 04:46:45 DEBUG : banana: transformed to: PREFIXbanana 2025/09/05 04:46:45 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2025/09/05 04:46:45 DEBUG : banana: transformed to: PREFIXbanana 2025/09/05 04:46:45 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2025/09/05 04:46:45 DEBUG : banana: transformed to: PREFIXbanana 2025/09/05 04:46:45 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2025/09/05 04:46:45 DEBUG : banana: transformed to: PREFIXbanana 2025/09/05 04:46:45 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2025/09/05 04:46:45 DEBUG : banana: transformed to: PREFIXbanana 2025/09/05 04:46:45 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2025/09/05 04:46:45 DEBUG : banana: transformed to: PREFIXbanana 2025/09/05 04:46:45 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2025/09/05 04:46:45 DEBUG : banana: transformed to: PREFIXbanana 2025/09/05 04:46:45 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2025/09/05 04:46:45 DEBUG : banana: transformed to: PREFIXbanana 2025/09/05 04:46:45 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2025/09/05 04:46:45 DEBUG : banana: transformed to: PREFIXbanana 2025/09/05 04:46:45 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2025/09/05 04:46:45 DEBUG : banana: transformed to: PREFIXbanana 2025/09/05 04:46:45 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt 2025/09/05 04:46:45 DEBUG : banana: transformed to: PREFIXbanana 2025/09/05 04:46:45 DEBUG : apple: transformed to: PREFIXapple 2025/09/05 04:46:45 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2025/09/05 04:46:45 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt 2025/09/05 04:46:45 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2025/09/05 04:46:45 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2025/09/05 04:46:45 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2025/09/05 04:46:45 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2025/09/05 04:46:45 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2025/09/05 04:46:45 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2025/09/05 04:46:45 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2025/09/05 04:46:45 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2025/09/05 04:46:45 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2025/09/05 04:46:45 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2025/09/05 04:46:45 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2025/09/05 04:46:45 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2025/09/05 04:46:45 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2025/09/05 04:46:45 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2025/09/05 04:46:45 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2025/09/05 04:46:45 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2025/09/05 04:46:45 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2025/09/05 04:46:45 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2025/09/05 04:46:45 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2025/09/05 04:46:45 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2025/09/05 04:46:45 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2025/09/05 04:46:45 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2025/09/05 04:46:45 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2025/09/05 04:46:45 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2025/09/05 04:46:45 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2025/09/05 04:46:45 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2025/09/05 04:46:45 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2025/09/05 04:46:45 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2025/09/05 04:46:45 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2025/09/05 04:46:45 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt 2025/09/05 04:46:45 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2025/09/05 04:46:45 DEBUG : banana: transformed to: PREFIXbanana 2025/09/05 04:46:45 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2025/09/05 04:46:45 DEBUG : apple: transformed to: PREFIXapple 2025/09/05 04:46:45 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2025/09/05 04:46:45 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt 2025/09/05 04:46:45 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2025/09/05 04:46:45 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2025/09/05 04:46:45 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2025/09/05 04:46:45 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2025/09/05 04:46:45 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2025/09/05 04:46:45 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2025/09/05 04:46:45 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2025/09/05 04:46:45 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2025/09/05 04:46:45 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2025/09/05 04:46:45 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2025/09/05 04:46:45 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2025/09/05 04:46:45 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2025/09/05 04:46:45 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2025/09/05 04:46:45 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2025/09/05 04:46:45 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2025/09/05 04:46:45 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2025/09/05 04:46:45 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2025/09/05 04:46:45 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2025/09/05 04:46:45 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2025/09/05 04:46:45 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2025/09/05 04:46:45 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2025/09/05 04:46:45 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2025/09/05 04:46:45 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2025/09/05 04:46:45 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2025/09/05 04:46:45 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2025/09/05 04:46:45 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2025/09/05 04:46:45 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2025/09/05 04:46:45 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2025/09/05 04:46:45 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2025/09/05 04:46:45 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt 2025/09/05 04:46:45 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2025/09/05 04:46:45 DEBUG : banana: transformed to: PREFIXbanana 2025/09/05 04:46:45 DEBUG : apple: transformed to: PREFIXapple 2025/09/05 04:46:45 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2025/09/05 04:46:45 DEBUG : banana: transformed to: PREFIXbanana 2025/09/05 04:46:45 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2025/09/05 04:46:45 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt 2025/09/05 04:46:45 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2025/09/05 04:46:45 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2025/09/05 04:46:45 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2025/09/05 04:46:45 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2025/09/05 04:46:45 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2025/09/05 04:46:45 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2025/09/05 04:46:45 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2025/09/05 04:46:45 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2025/09/05 04:46:45 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2025/09/05 04:46:45 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2025/09/05 04:46:45 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2025/09/05 04:46:45 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2025/09/05 04:46:45 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2025/09/05 04:46:45 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2025/09/05 04:46:45 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt 2025/09/05 04:46:46 DEBUG : apple: Need to transfer - File not found at Destination 2025/09/05 04:46:46 DEBUG : appleappleapplebanana: Need to transfer - File not found at Destination 2025/09/05 04:46:46 DEBUG : banana: Need to transfer - File not found at Destination 2025/09/05 04:46:46 DEBUG : splitbananasplit: Need to transfer - File not found at Destination 2025/09/05 04:46:47 DEBUG : dir1/0000-abcdefg.txt: Need to transfer - File not found at Destination 2025/09/05 04:46:47 DEBUG : dir1/0001-bcdefgh.txt: Need to transfer - File not found at Destination 2025/09/05 04:46:47 DEBUG : dir1/0002-cdefghi.txt: Need to transfer - File not found at Destination 2025/09/05 04:46:47 DEBUG : dir1/0003-defghij.txt: Need to transfer - File not found at Destination 2025/09/05 04:46:47 DEBUG : dir1/0004-efghijk.txt: Need to transfer - File not found at Destination 2025/09/05 04:46:47 DEBUG : dir1/0005-fghijkl.txt: Need to transfer - File not found at Destination 2025/09/05 04:46:47 DEBUG : dir1/0006-ghijklm.txt: Need to transfer - File not found at Destination 2025/09/05 04:46:47 DEBUG : dir1/0007-1234567.txt: Need to transfer - File not found at Destination 2025/09/05 04:46:47 DEBUG : dir1/0008-2345678.txt: Need to transfer - File not found at Destination 2025/09/05 04:46:47 DEBUG : dir1/0009-3456789.txt: Need to transfer - File not found at Destination 2025/09/05 04:46:47 DEBUG : dir1/0010-456789.txt: Need to transfer - File not found at Destination 2025/09/05 04:46:47 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination 2025/09/05 04:46:47 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2025/09/05 04:46:47 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2025/09/05 04:46:47 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2025/09/05 04:46:47 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination 2025/09/05 04:46:47 DEBUG : sugarsync root 'Test/rclone-test-vadasov1gila': Waiting for checks to finish 2025/09/05 04:46:47 DEBUG : sugarsync root 'Test/rclone-test-vadasov1gila': Waiting for transfers to finish 2025/09/05 04:46:48 INFO : banana: Copied (new) 2025/09/05 04:46:48 INFO : appleappleapplebanana: Copied (new) 2025/09/05 04:46:48 INFO : apple: Copied (new) 2025/09/05 04:46:48 INFO : splitbananasplit: Copied (new) 2025/09/05 04:46:51 INFO : dir1/0002-cdefghi.txt: Copied (new) 2025/09/05 04:46:51 INFO : dir1/0000-abcdefg.txt: Copied (new) 2025/09/05 04:46:51 INFO : dir1/0003-defghij.txt: Copied (new) 2025/09/05 04:46:51 INFO : dir1/0001-bcdefgh.txt: Copied (new) 2025/09/05 04:46:53 INFO : dir1/0004-efghijk.txt: Copied (new) 2025/09/05 04:46:53 INFO : dir1/0005-fghijkl.txt: Copied (new) 2025/09/05 04:46:53 INFO : dir1/0007-1234567.txt: Copied (new) 2025/09/05 04:46:54 INFO : dir1/0006-ghijklm.txt: Copied (new) 2025/09/05 04:46:55 INFO : dir1/0008-2345678.txt: Copied (new) 2025/09/05 04:46:55 INFO : dir1/0009-3456789.txt: Copied (new) 2025/09/05 04:46:55 INFO : dir1/0010-456789.txt: Copied (new) 2025/09/05 04:46:55 INFO : dir1/0011-56789;.txt: Copied (new) 2025/09/05 04:46:57 INFO : dir1/0012-6789;.txt: Copied (new) 2025/09/05 04:46:57 INFO : dir1/0013-789;=.txt: Copied (new) 2025/09/05 04:46:57 INFO : dir1/0014-89;=.txt: Copied (new) 2025/09/05 04:46:57 INFO : dir1/0015-9;=.txt: Copied (new) 2025/09/05 04:46:57 DEBUG : Waiting for deletions to finish 2025/09/05 04:46:58 INFO : dir1/PREFIX0003-defghij.txt: Deleted 2025/09/05 04:46:58 INFO : dir1/PREFIX0009-3456789.txt: Deleted 2025/09/05 04:46:58 INFO : dir1/PREFIX0004-efghijk.txt: Deleted 2025/09/05 04:46:58 INFO : dir1/PREFIX0011-56789;.txt: Deleted 2025/09/05 04:46:58 INFO : dir1/PREFIX0002-cdefghi.txt: Deleted 2025/09/05 04:46:58 INFO : PREFIXbanana: Deleted 2025/09/05 04:46:58 INFO : dir1/PREFIX0012-6789;.txt: Deleted 2025/09/05 04:46:58 INFO : dir1/PREFIX0000-abcdefg.txt: Deleted 2025/09/05 04:46:59 INFO : dir1/PREFIX0007-1234567.txt: Deleted 2025/09/05 04:46:59 INFO : PREFIXappleappleapplebanana: Deleted 2025/09/05 04:46:59 INFO : dir1/PREFIX0005-fghijkl.txt: Deleted 2025/09/05 04:46:59 INFO : dir1/PREFIX0008-2345678.txt: Deleted 2025/09/05 04:46:59 INFO : PREFIXsplitbananasplit: Deleted 2025/09/05 04:46:59 INFO : dir1/PREFIX0010-456789.txt: Deleted 2025/09/05 04:46:59 INFO : dir1/PREFIX0006-ghijklm.txt: Deleted 2025/09/05 04:46:59 INFO : dir1/PREFIX0013-789;=.txt: Deleted 2025/09/05 04:46:59 INFO : dir1/PREFIX0014-89;=.txt: Deleted 2025/09/05 04:46:59 INFO : PREFIXapple: Deleted 2025/09/05 04:47:00 INFO : dir1/PREFIX0001-bcdefgh.txt: Deleted 2025/09/05 04:47:00 INFO : dir1/PREFIX0015-9;=.txt: Deleted 2025/09/05 04:47:00 DEBUG : Waiting for deletions to finish 2025/09/05 04:47:01 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2025/09/05 04:47:01 DEBUG : appleappleapplebanana: Excluded 2025/09/05 04:47:01 DEBUG : apple: Excluded (Path Filter) 2025/09/05 04:47:01 DEBUG : apple: Excluded 2025/09/05 04:47:01 DEBUG : banana: Excluded (Path Filter) 2025/09/05 04:47:01 DEBUG : banana: Excluded 2025/09/05 04:47:01 DEBUG : splitbananasplit: Excluded (Path Filter) 2025/09/05 04:47:01 DEBUG : splitbananasplit: Excluded 2025/09/05 04:47:01 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2025/09/05 04:47:01 DEBUG : dir1/0000-abcdefg.txt: Excluded 2025/09/05 04:47:01 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2025/09/05 04:47:01 DEBUG : dir1/0001-bcdefgh.txt: Excluded 2025/09/05 04:47:01 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2025/09/05 04:47:01 DEBUG : dir1/0002-cdefghi.txt: Excluded 2025/09/05 04:47:01 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2025/09/05 04:47:01 DEBUG : dir1/0003-defghij.txt: Excluded 2025/09/05 04:47:01 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2025/09/05 04:47:01 DEBUG : dir1/0004-efghijk.txt: Excluded 2025/09/05 04:47:01 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2025/09/05 04:47:01 DEBUG : dir1/0005-fghijkl.txt: Excluded 2025/09/05 04:47:01 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2025/09/05 04:47:01 DEBUG : dir1/0007-1234567.txt: Excluded 2025/09/05 04:47:01 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2025/09/05 04:47:01 DEBUG : dir1/0006-ghijklm.txt: Excluded 2025/09/05 04:47:01 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2025/09/05 04:47:01 DEBUG : dir1/0008-2345678.txt: Excluded 2025/09/05 04:47:01 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2025/09/05 04:47:01 DEBUG : dir1/0009-3456789.txt: Excluded 2025/09/05 04:47:01 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2025/09/05 04:47:01 DEBUG : dir1/0010-456789.txt: Excluded 2025/09/05 04:47:01 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2025/09/05 04:47:01 DEBUG : dir1/0011-56789;.txt: Excluded 2025/09/05 04:47:01 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2025/09/05 04:47:01 DEBUG : dir1/0012-6789;.txt: Excluded 2025/09/05 04:47:01 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2025/09/05 04:47:01 DEBUG : dir1/0013-789;=.txt: Excluded 2025/09/05 04:47:01 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2025/09/05 04:47:01 DEBUG : dir1/0014-89;=.txt: Excluded 2025/09/05 04:47:01 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2025/09/05 04:47:01 DEBUG : dir1/0015-9;=.txt: Excluded 2025/09/05 04:47:03 DEBUG : Waiting for deletions to finish 2025/09/05 04:47:04 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2025/09/05 04:47:04 DEBUG : appleappleapplebanana: Excluded 2025/09/05 04:47:04 DEBUG : apple: Excluded (Path Filter) 2025/09/05 04:47:04 DEBUG : apple: Excluded 2025/09/05 04:47:04 DEBUG : banana: Excluded (Path Filter) 2025/09/05 04:47:04 DEBUG : banana: Excluded 2025/09/05 04:47:04 DEBUG : splitbananasplit: Excluded (Path Filter) 2025/09/05 04:47:04 DEBUG : splitbananasplit: Excluded 2025/09/05 04:47:04 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2025/09/05 04:47:04 DEBUG : dir1/0000-abcdefg.txt: Excluded 2025/09/05 04:47:04 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2025/09/05 04:47:04 DEBUG : dir1/0001-bcdefgh.txt: Excluded 2025/09/05 04:47:04 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2025/09/05 04:47:04 DEBUG : dir1/0002-cdefghi.txt: Excluded 2025/09/05 04:47:04 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2025/09/05 04:47:04 DEBUG : dir1/0003-defghij.txt: Excluded 2025/09/05 04:47:04 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2025/09/05 04:47:04 DEBUG : dir1/0004-efghijk.txt: Excluded 2025/09/05 04:47:04 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2025/09/05 04:47:04 DEBUG : dir1/0005-fghijkl.txt: Excluded 2025/09/05 04:47:04 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2025/09/05 04:47:04 DEBUG : dir1/0007-1234567.txt: Excluded 2025/09/05 04:47:04 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2025/09/05 04:47:04 DEBUG : dir1/0006-ghijklm.txt: Excluded 2025/09/05 04:47:04 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2025/09/05 04:47:04 DEBUG : dir1/0008-2345678.txt: Excluded 2025/09/05 04:47:04 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2025/09/05 04:47:04 DEBUG : dir1/0009-3456789.txt: Excluded 2025/09/05 04:47:04 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2025/09/05 04:47:04 DEBUG : dir1/0010-456789.txt: Excluded 2025/09/05 04:47:04 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2025/09/05 04:47:04 DEBUG : dir1/0011-56789;.txt: Excluded 2025/09/05 04:47:04 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2025/09/05 04:47:04 DEBUG : dir1/0012-6789;.txt: Excluded 2025/09/05 04:47:04 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2025/09/05 04:47:04 DEBUG : dir1/0013-789;=.txt: Excluded 2025/09/05 04:47:04 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2025/09/05 04:47:04 DEBUG : dir1/0014-89;=.txt: Excluded 2025/09/05 04:47:04 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2025/09/05 04:47:04 DEBUG : dir1/0015-9;=.txt: Excluded === RUN TestTransform/suffix run.go:180: Remote "sugarsync root 'Test/rclone-test-vadasov1gila'", Local "Local file system at /tmp/rclone1307721151", Modify Window "876000h0m0s" 2025/09/05 04:48:16 DEBUG : Waiting for deletions to finish 2025/09/05 04:48:17 DEBUG : apple: Excluded (Path Filter) 2025/09/05 04:48:17 DEBUG : apple: Excluded 2025/09/05 04:48:17 DEBUG : banana: Excluded (Path Filter) 2025/09/05 04:48:17 DEBUG : banana: Excluded 2025/09/05 04:48:17 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2025/09/05 04:48:17 DEBUG : appleappleapplebanana: Excluded 2025/09/05 04:48:17 DEBUG : splitbananasplit: Excluded (Path Filter) 2025/09/05 04:48:17 DEBUG : splitbananasplit: Excluded 2025/09/05 04:48:18 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2025/09/05 04:48:18 DEBUG : dir1/0000-abcdefg.txt: Excluded 2025/09/05 04:48:18 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2025/09/05 04:48:18 DEBUG : dir1/0001-bcdefgh.txt: Excluded 2025/09/05 04:48:18 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2025/09/05 04:48:18 DEBUG : dir1/0002-cdefghi.txt: Excluded 2025/09/05 04:48:18 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2025/09/05 04:48:18 DEBUG : dir1/0003-defghij.txt: Excluded 2025/09/05 04:48:18 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2025/09/05 04:48:18 DEBUG : dir1/0004-efghijk.txt: Excluded 2025/09/05 04:48:18 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2025/09/05 04:48:18 DEBUG : dir1/0005-fghijkl.txt: Excluded 2025/09/05 04:48:18 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2025/09/05 04:48:18 DEBUG : dir1/0006-ghijklm.txt: Excluded 2025/09/05 04:48:18 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2025/09/05 04:48:18 DEBUG : dir1/0007-1234567.txt: Excluded 2025/09/05 04:48:18 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2025/09/05 04:48:18 DEBUG : dir1/0008-2345678.txt: Excluded 2025/09/05 04:48:18 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2025/09/05 04:48:18 DEBUG : dir1/0009-3456789.txt: Excluded 2025/09/05 04:48:18 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2025/09/05 04:48:18 DEBUG : dir1/0010-456789.txt: Excluded 2025/09/05 04:48:18 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2025/09/05 04:48:18 DEBUG : dir1/0011-56789;.txt: Excluded 2025/09/05 04:48:18 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2025/09/05 04:48:18 DEBUG : dir1/0012-6789;.txt: Excluded 2025/09/05 04:48:18 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2025/09/05 04:48:18 DEBUG : dir1/0013-789;=.txt: Excluded 2025/09/05 04:48:18 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2025/09/05 04:48:18 DEBUG : dir1/0014-89;=.txt: Excluded 2025/09/05 04:48:18 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2025/09/05 04:48:18 DEBUG : dir1/0015-9;=.txt: Excluded 2025/09/05 04:48:20 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2025/09/05 04:48:20 DEBUG : apple: transformed to: appleSUFFIX 2025/09/05 04:48:20 DEBUG : banana: transformed to: bananaSUFFIX 2025/09/05 04:48:20 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2025/09/05 04:48:20 DEBUG : banana: transformed to: bananaSUFFIX 2025/09/05 04:48:20 DEBUG : apple: transformed to: appleSUFFIX 2025/09/05 04:48:20 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2025/09/05 04:48:20 DEBUG : banana: transformed to: bananaSUFFIX 2025/09/05 04:48:20 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2025/09/05 04:48:20 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2025/09/05 04:48:20 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2025/09/05 04:48:20 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2025/09/05 04:48:20 DEBUG : banana: transformed to: bananaSUFFIX 2025/09/05 04:48:20 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2025/09/05 04:48:20 DEBUG : apple: transformed to: appleSUFFIX 2025/09/05 04:48:20 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2025/09/05 04:48:20 DEBUG : appleappleapplebanana: Need to transfer - File not found at Destination 2025/09/05 04:48:20 DEBUG : apple: transformed to: appleSUFFIX 2025/09/05 04:48:20 DEBUG : apple: Need to transfer - File not found at Destination 2025/09/05 04:48:20 DEBUG : banana: transformed to: bananaSUFFIX 2025/09/05 04:48:20 DEBUG : banana: Need to transfer - File not found at Destination 2025/09/05 04:48:20 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2025/09/05 04:48:20 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2025/09/05 04:48:20 DEBUG : splitbananasplit: Need to transfer - File not found at Destination 2025/09/05 04:48:20 DEBUG : apple: transformed to: appleSUFFIX 2025/09/05 04:48:20 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2025/09/05 04:48:20 DEBUG : banana: transformed to: bananaSUFFIX 2025/09/05 04:48:20 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2025/09/05 04:48:20 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2025/09/05 04:48:20 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2025/09/05 04:48:20 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2025/09/05 04:48:20 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2025/09/05 04:48:20 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2025/09/05 04:48:20 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2025/09/05 04:48:20 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2025/09/05 04:48:20 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2025/09/05 04:48:20 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2025/09/05 04:48:20 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2025/09/05 04:48:20 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2025/09/05 04:48:20 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2025/09/05 04:48:20 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2025/09/05 04:48:20 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2025/09/05 04:48:20 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2025/09/05 04:48:20 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2025/09/05 04:48:20 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2025/09/05 04:48:20 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2025/09/05 04:48:20 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2025/09/05 04:48:20 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2025/09/05 04:48:20 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2025/09/05 04:48:20 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2025/09/05 04:48:20 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2025/09/05 04:48:20 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2025/09/05 04:48:20 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2025/09/05 04:48:20 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2025/09/05 04:48:20 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2025/09/05 04:48:20 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2025/09/05 04:48:20 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2025/09/05 04:48:20 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2025/09/05 04:48:20 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2025/09/05 04:48:20 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2025/09/05 04:48:20 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2025/09/05 04:48:20 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2025/09/05 04:48:20 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2025/09/05 04:48:20 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2025/09/05 04:48:20 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2025/09/05 04:48:20 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2025/09/05 04:48:20 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2025/09/05 04:48:20 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2025/09/05 04:48:20 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2025/09/05 04:48:20 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2025/09/05 04:48:20 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2025/09/05 04:48:20 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2025/09/05 04:48:20 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2025/09/05 04:48:20 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2025/09/05 04:48:20 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2025/09/05 04:48:20 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2025/09/05 04:48:20 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2025/09/05 04:48:20 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2025/09/05 04:48:20 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2025/09/05 04:48:20 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2025/09/05 04:48:20 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2025/09/05 04:48:20 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2025/09/05 04:48:20 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2025/09/05 04:48:20 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2025/09/05 04:48:20 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2025/09/05 04:48:20 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2025/09/05 04:48:20 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2025/09/05 04:48:20 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2025/09/05 04:48:20 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2025/09/05 04:48:20 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2025/09/05 04:48:20 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2025/09/05 04:48:20 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2025/09/05 04:48:20 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2025/09/05 04:48:20 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2025/09/05 04:48:20 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2025/09/05 04:48:20 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2025/09/05 04:48:20 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2025/09/05 04:48:20 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2025/09/05 04:48:20 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2025/09/05 04:48:20 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2025/09/05 04:48:20 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2025/09/05 04:48:20 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2025/09/05 04:48:20 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2025/09/05 04:48:20 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2025/09/05 04:48:20 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2025/09/05 04:48:20 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2025/09/05 04:48:20 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2025/09/05 04:48:20 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2025/09/05 04:48:20 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2025/09/05 04:48:20 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2025/09/05 04:48:20 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2025/09/05 04:48:20 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2025/09/05 04:48:20 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2025/09/05 04:48:20 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2025/09/05 04:48:20 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2025/09/05 04:48:20 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2025/09/05 04:48:20 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2025/09/05 04:48:20 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2025/09/05 04:48:20 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2025/09/05 04:48:20 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2025/09/05 04:48:20 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2025/09/05 04:48:20 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2025/09/05 04:48:20 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2025/09/05 04:48:20 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2025/09/05 04:48:20 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2025/09/05 04:48:20 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2025/09/05 04:48:20 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2025/09/05 04:48:20 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2025/09/05 04:48:20 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2025/09/05 04:48:20 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2025/09/05 04:48:20 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2025/09/05 04:48:20 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2025/09/05 04:48:20 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2025/09/05 04:48:20 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2025/09/05 04:48:20 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2025/09/05 04:48:20 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2025/09/05 04:48:20 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2025/09/05 04:48:20 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2025/09/05 04:48:20 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2025/09/05 04:48:20 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2025/09/05 04:48:20 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2025/09/05 04:48:20 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2025/09/05 04:48:20 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2025/09/05 04:48:20 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2025/09/05 04:48:20 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2025/09/05 04:48:20 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2025/09/05 04:48:20 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2025/09/05 04:48:20 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2025/09/05 04:48:20 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2025/09/05 04:48:20 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2025/09/05 04:48:20 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2025/09/05 04:48:20 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2025/09/05 04:48:20 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2025/09/05 04:48:20 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2025/09/05 04:48:20 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2025/09/05 04:48:20 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2025/09/05 04:48:20 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2025/09/05 04:48:20 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2025/09/05 04:48:20 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2025/09/05 04:48:20 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2025/09/05 04:48:20 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2025/09/05 04:48:20 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2025/09/05 04:48:20 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2025/09/05 04:48:20 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2025/09/05 04:48:20 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2025/09/05 04:48:20 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2025/09/05 04:48:20 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2025/09/05 04:48:20 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2025/09/05 04:48:20 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2025/09/05 04:48:20 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2025/09/05 04:48:20 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2025/09/05 04:48:20 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2025/09/05 04:48:20 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2025/09/05 04:48:20 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2025/09/05 04:48:20 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2025/09/05 04:48:20 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2025/09/05 04:48:20 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2025/09/05 04:48:20 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2025/09/05 04:48:20 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2025/09/05 04:48:20 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2025/09/05 04:48:20 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2025/09/05 04:48:20 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2025/09/05 04:48:20 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2025/09/05 04:48:20 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2025/09/05 04:48:20 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2025/09/05 04:48:20 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2025/09/05 04:48:20 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2025/09/05 04:48:20 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2025/09/05 04:48:20 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2025/09/05 04:48:20 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2025/09/05 04:48:20 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2025/09/05 04:48:20 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2025/09/05 04:48:20 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2025/09/05 04:48:20 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2025/09/05 04:48:20 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2025/09/05 04:48:20 DEBUG : 0015-9;=.txt: transformed to: 0015-9;=.txtSUFFIX 2025/09/05 04:48:20 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2025/09/05 04:48:20 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2025/09/05 04:48:21 DEBUG : dir1/0000-abcdefg.txt: Need to transfer - File not found at Destination 2025/09/05 04:48:21 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2025/09/05 04:48:21 DEBUG : dir1/0001-bcdefgh.txt: Need to transfer - File not found at Destination 2025/09/05 04:48:21 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2025/09/05 04:48:21 DEBUG : dir1/0002-cdefghi.txt: Need to transfer - File not found at Destination 2025/09/05 04:48:21 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2025/09/05 04:48:21 DEBUG : dir1/0003-defghij.txt: Need to transfer - File not found at Destination 2025/09/05 04:48:21 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2025/09/05 04:48:21 DEBUG : dir1/0004-efghijk.txt: Need to transfer - File not found at Destination 2025/09/05 04:48:21 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2025/09/05 04:48:21 DEBUG : dir1/0005-fghijkl.txt: Need to transfer - File not found at Destination 2025/09/05 04:48:21 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2025/09/05 04:48:21 DEBUG : dir1/0006-ghijklm.txt: Need to transfer - File not found at Destination 2025/09/05 04:48:21 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2025/09/05 04:48:21 DEBUG : dir1/0007-1234567.txt: Need to transfer - File not found at Destination 2025/09/05 04:48:21 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2025/09/05 04:48:21 DEBUG : dir1/0008-2345678.txt: Need to transfer - File not found at Destination 2025/09/05 04:48:21 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2025/09/05 04:48:21 DEBUG : dir1/0009-3456789.txt: Need to transfer - File not found at Destination 2025/09/05 04:48:21 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2025/09/05 04:48:21 DEBUG : dir1/0010-456789.txt: Need to transfer - File not found at Destination 2025/09/05 04:48:21 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2025/09/05 04:48:21 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination 2025/09/05 04:48:21 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2025/09/05 04:48:21 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2025/09/05 04:48:21 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2025/09/05 04:48:21 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2025/09/05 04:48:21 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2025/09/05 04:48:21 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2025/09/05 04:48:21 DEBUG : 0015-9;=.txt: transformed to: 0015-9;=.txtSUFFIX 2025/09/05 04:48:21 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination 2025/09/05 04:48:21 DEBUG : sugarsync root 'Test/rclone-test-vadasov1gila': Waiting for checks to finish 2025/09/05 04:48:21 DEBUG : sugarsync root 'Test/rclone-test-vadasov1gila': Waiting for transfers to finish 2025/09/05 04:48:23 INFO : splitbananasplit: Copied (new) to: splitbananasplitSUFFIX 2025/09/05 04:48:23 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcdefg.txtSUFFIX 2025/09/05 04:48:23 INFO : apple: Copied (new) to: appleSUFFIX 2025/09/05 04:48:23 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX 2025/09/05 04:48:23 INFO : banana: Copied (new) to: bananaSUFFIX 2025/09/05 04:48:23 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX 2025/09/05 04:48:23 INFO : appleappleapplebanana: Copied (new) to: appleappleapplebananaSUFFIX 2025/09/05 04:48:23 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX 2025/09/05 04:48:25 INFO : dir1/0000-abcdefg.txt: Copied (new) to: dir1/0000-abcdefg.txtSUFFIX 2025/09/05 04:48:25 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX 2025/09/05 04:48:25 INFO : dir1/0001-bcdefgh.txt: Copied (new) to: dir1/0001-bcdefgh.txtSUFFIX 2025/09/05 04:48:25 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX 2025/09/05 04:48:25 INFO : dir1/0002-cdefghi.txt: Copied (new) to: dir1/0002-cdefghi.txtSUFFIX 2025/09/05 04:48:25 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX 2025/09/05 04:48:25 INFO : dir1/0003-defghij.txt: Copied (new) to: dir1/0003-defghij.txtSUFFIX 2025/09/05 04:48:25 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX 2025/09/05 04:48:26 INFO : dir1/0004-efghijk.txt: Copied (new) to: dir1/0004-efghijk.txtSUFFIX 2025/09/05 04:48:26 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX 2025/09/05 04:48:26 INFO : dir1/0005-fghijkl.txt: Copied (new) to: dir1/0005-fghijkl.txtSUFFIX 2025/09/05 04:48:26 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX 2025/09/05 04:48:27 INFO : dir1/0006-ghijklm.txt: Copied (new) to: dir1/0006-ghijklm.txtSUFFIX 2025/09/05 04:48:27 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX 2025/09/05 04:48:27 INFO : dir1/0007-1234567.txt: Copied (new) to: dir1/0007-1234567.txtSUFFIX 2025/09/05 04:48:27 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX 2025/09/05 04:48:28 INFO : dir1/0008-2345678.txt: Copied (new) to: dir1/0008-2345678.txtSUFFIX 2025/09/05 04:48:28 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX 2025/09/05 04:48:28 INFO : dir1/0010-456789.txt: Copied (new) to: dir1/0010-456789.txtSUFFIX 2025/09/05 04:48:28 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX 2025/09/05 04:48:28 INFO : dir1/0009-3456789.txt: Copied (new) to: dir1/0009-3456789.txtSUFFIX 2025/09/05 04:48:28 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX 2025/09/05 04:48:29 INFO : dir1/0011-56789;.txt: Copied (new) to: dir1/0011-56789;.txtSUFFIX 2025/09/05 04:48:29 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX 2025/09/05 04:48:30 INFO : dir1/0012-6789;.txt: Copied (new) to: dir1/0012-6789;.txtSUFFIX 2025/09/05 04:48:30 INFO : dir1/0013-789;=.txt: Copied (new) to: dir1/0013-789;=.txtSUFFIX 2025/09/05 04:48:30 INFO : dir1/0014-89;=.txt: Copied (new) to: dir1/0014-89;=.txtSUFFIX 2025/09/05 04:48:31 INFO : dir1/0015-9;=.txt: Copied (new) to: dir1/0015-9;=.txtSUFFIX 2025/09/05 04:48:31 DEBUG : Waiting for deletions to finish 2025/09/05 04:48:31 INFO : dir1/0003-defghij.txt: Deleted 2025/09/05 04:48:31 INFO : dir1/0005-fghijkl.txt: Deleted 2025/09/05 04:48:31 INFO : dir1/0014-89;=.txt: Deleted 2025/09/05 04:48:31 INFO : dir1/0011-56789;.txt: Deleted 2025/09/05 04:48:31 INFO : dir1/0009-3456789.txt: Deleted 2025/09/05 04:48:31 INFO : dir1/0006-ghijklm.txt: Deleted 2025/09/05 04:48:32 INFO : appleappleapplebanana: Deleted 2025/09/05 04:48:32 INFO : dir1/0002-cdefghi.txt: Deleted 2025/09/05 04:48:32 INFO : dir1/0000-abcdefg.txt: Deleted 2025/09/05 04:48:32 INFO : dir1/0008-2345678.txt: Deleted 2025/09/05 04:48:32 INFO : dir1/0004-efghijk.txt: Deleted 2025/09/05 04:48:32 INFO : dir1/0013-789;=.txt: Deleted 2025/09/05 04:48:32 INFO : banana: Deleted 2025/09/05 04:48:32 INFO : dir1/0015-9;=.txt: Deleted 2025/09/05 04:48:32 INFO : dir1/0010-456789.txt: Deleted 2025/09/05 04:48:32 INFO : splitbananasplit: Deleted 2025/09/05 04:48:33 INFO : dir1/0001-bcdefgh.txt: Deleted 2025/09/05 04:48:33 INFO : dir1/0007-1234567.txt: Deleted 2025/09/05 04:48:33 INFO : dir1/0012-6789;.txt: Deleted 2025/09/05 04:48:33 INFO : apple: Deleted 2025/09/05 04:48:33 DEBUG : Waiting for deletions to finish 2025/09/05 04:48:34 DEBUG : appleSUFFIX: Excluded (Path Filter) 2025/09/05 04:48:34 DEBUG : appleSUFFIX: Excluded 2025/09/05 04:48:34 DEBUG : appleappleapplebananaSUFFIX: Excluded (Path Filter) 2025/09/05 04:48:34 DEBUG : appleappleapplebananaSUFFIX: Excluded 2025/09/05 04:48:34 DEBUG : bananaSUFFIX: Excluded (Path Filter) 2025/09/05 04:48:34 DEBUG : bananaSUFFIX: Excluded 2025/09/05 04:48:34 DEBUG : splitbananasplitSUFFIX: Excluded (Path Filter) 2025/09/05 04:48:34 DEBUG : splitbananasplitSUFFIX: Excluded 2025/09/05 04:48:35 DEBUG : dir1/0000-abcdefg.txtSUFFIX: Excluded (Path Filter) 2025/09/05 04:48:35 DEBUG : dir1/0000-abcdefg.txtSUFFIX: Excluded 2025/09/05 04:48:35 DEBUG : dir1/0001-bcdefgh.txtSUFFIX: Excluded (Path Filter) 2025/09/05 04:48:35 DEBUG : dir1/0001-bcdefgh.txtSUFFIX: Excluded 2025/09/05 04:48:35 DEBUG : dir1/0002-cdefghi.txtSUFFIX: Excluded (Path Filter) 2025/09/05 04:48:35 DEBUG : dir1/0002-cdefghi.txtSUFFIX: Excluded 2025/09/05 04:48:35 DEBUG : dir1/0003-defghij.txtSUFFIX: Excluded (Path Filter) 2025/09/05 04:48:35 DEBUG : dir1/0003-defghij.txtSUFFIX: Excluded 2025/09/05 04:48:35 DEBUG : dir1/0004-efghijk.txtSUFFIX: Excluded (Path Filter) 2025/09/05 04:48:35 DEBUG : dir1/0004-efghijk.txtSUFFIX: Excluded 2025/09/05 04:48:35 DEBUG : dir1/0005-fghijkl.txtSUFFIX: Excluded (Path Filter) 2025/09/05 04:48:35 DEBUG : dir1/0005-fghijkl.txtSUFFIX: Excluded 2025/09/05 04:48:35 DEBUG : dir1/0006-ghijklm.txtSUFFIX: Excluded (Path Filter) 2025/09/05 04:48:35 DEBUG : dir1/0006-ghijklm.txtSUFFIX: Excluded 2025/09/05 04:48:35 DEBUG : dir1/0007-1234567.txtSUFFIX: Excluded (Path Filter) 2025/09/05 04:48:35 DEBUG : dir1/0007-1234567.txtSUFFIX: Excluded 2025/09/05 04:48:35 DEBUG : dir1/0008-2345678.txtSUFFIX: Excluded (Path Filter) 2025/09/05 04:48:35 DEBUG : dir1/0008-2345678.txtSUFFIX: Excluded 2025/09/05 04:48:35 DEBUG : dir1/0009-3456789.txtSUFFIX: Excluded (Path Filter) 2025/09/05 04:48:35 DEBUG : dir1/0009-3456789.txtSUFFIX: Excluded 2025/09/05 04:48:35 DEBUG : dir1/0010-456789.txtSUFFIX: Excluded (Path Filter) 2025/09/05 04:48:35 DEBUG : dir1/0010-456789.txtSUFFIX: Excluded 2025/09/05 04:48:35 DEBUG : dir1/0011-56789;.txtSUFFIX: Excluded (Path Filter) 2025/09/05 04:48:35 DEBUG : dir1/0011-56789;.txtSUFFIX: Excluded 2025/09/05 04:48:35 DEBUG : dir1/0012-6789;.txtSUFFIX: Excluded (Path Filter) 2025/09/05 04:48:35 DEBUG : dir1/0012-6789;.txtSUFFIX: Excluded 2025/09/05 04:48:35 DEBUG : dir1/0013-789;=.txtSUFFIX: Excluded (Path Filter) 2025/09/05 04:48:35 DEBUG : dir1/0013-789;=.txtSUFFIX: Excluded 2025/09/05 04:48:35 DEBUG : dir1/0014-89;=.txtSUFFIX: Excluded (Path Filter) 2025/09/05 04:48:35 DEBUG : dir1/0014-89;=.txtSUFFIX: Excluded 2025/09/05 04:48:35 DEBUG : dir1/0015-9;=.txtSUFFIX: Excluded (Path Filter) 2025/09/05 04:48:35 DEBUG : dir1/0015-9;=.txtSUFFIX: Excluded 2025/09/05 04:48:36 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX 2025/09/05 04:48:36 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcdefg.txtSUFFIX 2025/09/05 04:48:36 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX 2025/09/05 04:48:36 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX 2025/09/05 04:48:36 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX 2025/09/05 04:48:36 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX 2025/09/05 04:48:36 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX 2025/09/05 04:48:36 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX 2025/09/05 04:48:36 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX 2025/09/05 04:48:36 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX 2025/09/05 04:48:36 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX 2025/09/05 04:48:36 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX 2025/09/05 04:48:36 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX 2025/09/05 04:48:36 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX 2025/09/05 04:48:36 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX 2025/09/05 04:48:36 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX 2025/09/05 04:48:36 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX 2025/09/05 04:48:36 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX 2025/09/05 04:48:36 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX 2025/09/05 04:48:36 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX 2025/09/05 04:48:36 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX 2025/09/05 04:48:36 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX 2025/09/05 04:48:36 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX 2025/09/05 04:48:36 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX 2025/09/05 04:48:36 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX 2025/09/05 04:48:36 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX 2025/09/05 04:48:36 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX 2025/09/05 04:48:36 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX 2025/09/05 04:48:36 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX 2025/09/05 04:48:36 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX 2025/09/05 04:48:36 DEBUG : apple: transformed to: appleSUFFIX 2025/09/05 04:48:36 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX 2025/09/05 04:48:36 DEBUG : apple: transformed to: appleSUFFIX 2025/09/05 04:48:36 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX 2025/09/05 04:48:36 DEBUG : apple: transformed to: appleSUFFIX 2025/09/05 04:48:36 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX 2025/09/05 04:48:36 DEBUG : apple: transformed to: appleSUFFIX 2025/09/05 04:48:36 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX 2025/09/05 04:48:36 DEBUG : apple: transformed to: appleSUFFIX 2025/09/05 04:48:36 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX 2025/09/05 04:48:36 DEBUG : apple: transformed to: appleSUFFIX 2025/09/05 04:48:36 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX 2025/09/05 04:48:36 DEBUG : apple: transformed to: appleSUFFIX 2025/09/05 04:48:36 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX 2025/09/05 04:48:36 DEBUG : apple: transformed to: appleSUFFIX 2025/09/05 04:48:36 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX 2025/09/05 04:48:36 DEBUG : apple: transformed to: appleSUFFIX 2025/09/05 04:48:36 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX 2025/09/05 04:48:36 DEBUG : apple: transformed to: appleSUFFIX 2025/09/05 04:48:36 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX 2025/09/05 04:48:36 DEBUG : apple: transformed to: appleSUFFIX 2025/09/05 04:48:36 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX 2025/09/05 04:48:36 DEBUG : apple: transformed to: appleSUFFIX 2025/09/05 04:48:36 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX 2025/09/05 04:48:36 DEBUG : apple: transformed to: appleSUFFIX 2025/09/05 04:48:36 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX 2025/09/05 04:48:36 DEBUG : apple: transformed to: appleSUFFIX 2025/09/05 04:48:36 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX 2025/09/05 04:48:36 DEBUG : apple: transformed to: appleSUFFIX 2025/09/05 04:48:36 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX 2025/09/05 04:48:36 DEBUG : apple: transformed to: appleSUFFIX 2025/09/05 04:48:36 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcdefg.txtSUFFIX 2025/09/05 04:48:36 DEBUG : banana: transformed to: bananaSUFFIX 2025/09/05 04:48:36 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX 2025/09/05 04:48:36 DEBUG : banana: transformed to: bananaSUFFIX 2025/09/05 04:48:36 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX 2025/09/05 04:48:36 DEBUG : banana: transformed to: bananaSUFFIX 2025/09/05 04:48:36 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX 2025/09/05 04:48:36 DEBUG : banana: transformed to: bananaSUFFIX 2025/09/05 04:48:36 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX 2025/09/05 04:48:36 DEBUG : banana: transformed to: bananaSUFFIX 2025/09/05 04:48:36 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX 2025/09/05 04:48:36 DEBUG : banana: transformed to: bananaSUFFIX 2025/09/05 04:48:36 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX 2025/09/05 04:48:36 DEBUG : banana: transformed to: bananaSUFFIX 2025/09/05 04:48:36 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX 2025/09/05 04:48:36 DEBUG : banana: transformed to: bananaSUFFIX 2025/09/05 04:48:36 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX 2025/09/05 04:48:36 DEBUG : banana: transformed to: bananaSUFFIX 2025/09/05 04:48:36 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX 2025/09/05 04:48:36 DEBUG : banana: transformed to: bananaSUFFIX 2025/09/05 04:48:36 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX 2025/09/05 04:48:36 DEBUG : banana: transformed to: bananaSUFFIX 2025/09/05 04:48:36 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX 2025/09/05 04:48:36 DEBUG : banana: transformed to: bananaSUFFIX 2025/09/05 04:48:36 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX 2025/09/05 04:48:36 DEBUG : banana: transformed to: bananaSUFFIX 2025/09/05 04:48:36 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX 2025/09/05 04:48:36 DEBUG : banana: transformed to: bananaSUFFIX 2025/09/05 04:48:36 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX 2025/09/05 04:48:36 DEBUG : banana: transformed to: bananaSUFFIX 2025/09/05 04:48:36 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX 2025/09/05 04:48:36 DEBUG : banana: transformed to: bananaSUFFIX 2025/09/05 04:48:36 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcdefg.txtSUFFIX 2025/09/05 04:48:36 DEBUG : banana: transformed to: bananaSUFFIX 2025/09/05 04:48:36 DEBUG : apple: transformed to: appleSUFFIX 2025/09/05 04:48:36 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2025/09/05 04:48:36 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX 2025/09/05 04:48:36 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2025/09/05 04:48:36 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX 2025/09/05 04:48:36 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2025/09/05 04:48:36 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX 2025/09/05 04:48:36 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2025/09/05 04:48:36 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX 2025/09/05 04:48:36 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2025/09/05 04:48:36 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX 2025/09/05 04:48:36 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2025/09/05 04:48:36 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX 2025/09/05 04:48:36 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2025/09/05 04:48:36 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX 2025/09/05 04:48:36 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2025/09/05 04:48:36 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX 2025/09/05 04:48:36 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2025/09/05 04:48:36 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX 2025/09/05 04:48:36 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2025/09/05 04:48:36 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX 2025/09/05 04:48:36 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2025/09/05 04:48:36 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX 2025/09/05 04:48:36 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2025/09/05 04:48:36 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX 2025/09/05 04:48:36 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2025/09/05 04:48:36 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX 2025/09/05 04:48:36 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2025/09/05 04:48:36 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX 2025/09/05 04:48:36 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2025/09/05 04:48:36 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX 2025/09/05 04:48:36 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2025/09/05 04:48:36 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcdefg.txtSUFFIX 2025/09/05 04:48:36 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2025/09/05 04:48:36 DEBUG : banana: transformed to: bananaSUFFIX 2025/09/05 04:48:36 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2025/09/05 04:48:36 DEBUG : apple: transformed to: appleSUFFIX 2025/09/05 04:48:36 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2025/09/05 04:48:36 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX 2025/09/05 04:48:36 DEBUG : apple: transformed to: appleSUFFIX 2025/09/05 04:48:36 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2025/09/05 04:48:36 DEBUG : banana: transformed to: bananaSUFFIX 2025/09/05 04:48:36 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcdefg.txtSUFFIX 2025/09/05 04:48:36 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX 2025/09/05 04:48:36 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX 2025/09/05 04:48:36 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX 2025/09/05 04:48:36 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX 2025/09/05 04:48:36 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX 2025/09/05 04:48:36 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX 2025/09/05 04:48:36 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX 2025/09/05 04:48:36 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX 2025/09/05 04:48:36 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX 2025/09/05 04:48:36 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX 2025/09/05 04:48:36 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX 2025/09/05 04:48:36 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX 2025/09/05 04:48:36 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX 2025/09/05 04:48:36 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX 2025/09/05 04:48:36 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX 2025/09/05 04:48:36 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2025/09/05 04:48:37 DEBUG : apple: Need to transfer - File not found at Destination 2025/09/05 04:48:37 DEBUG : appleappleapplebanana: Need to transfer - File not found at Destination 2025/09/05 04:48:37 DEBUG : banana: Need to transfer - File not found at Destination 2025/09/05 04:48:37 DEBUG : splitbananasplit: Need to transfer - File not found at Destination 2025/09/05 04:48:38 DEBUG : dir1/0000-abcdefg.txt: Need to transfer - File not found at Destination 2025/09/05 04:48:38 DEBUG : dir1/0001-bcdefgh.txt: Need to transfer - File not found at Destination 2025/09/05 04:48:38 DEBUG : dir1/0002-cdefghi.txt: Need to transfer - File not found at Destination 2025/09/05 04:48:38 DEBUG : dir1/0003-defghij.txt: Need to transfer - File not found at Destination 2025/09/05 04:48:38 DEBUG : dir1/0004-efghijk.txt: Need to transfer - File not found at Destination 2025/09/05 04:48:38 DEBUG : dir1/0005-fghijkl.txt: Need to transfer - File not found at Destination 2025/09/05 04:48:38 DEBUG : dir1/0006-ghijklm.txt: Need to transfer - File not found at Destination 2025/09/05 04:48:38 DEBUG : dir1/0007-1234567.txt: Need to transfer - File not found at Destination 2025/09/05 04:48:38 DEBUG : dir1/0008-2345678.txt: Need to transfer - File not found at Destination 2025/09/05 04:48:38 DEBUG : dir1/0009-3456789.txt: Need to transfer - File not found at Destination 2025/09/05 04:48:38 DEBUG : dir1/0010-456789.txt: Need to transfer - File not found at Destination 2025/09/05 04:48:38 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination 2025/09/05 04:48:38 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2025/09/05 04:48:38 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2025/09/05 04:48:38 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2025/09/05 04:48:38 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination 2025/09/05 04:48:38 DEBUG : sugarsync root 'Test/rclone-test-vadasov1gila': Waiting for checks to finish 2025/09/05 04:48:38 DEBUG : sugarsync root 'Test/rclone-test-vadasov1gila': Waiting for transfers to finish 2025/09/05 04:48:39 INFO : appleappleapplebanana: Copied (new) 2025/09/05 04:48:39 INFO : splitbananasplit: Copied (new) 2025/09/05 04:48:39 INFO : banana: Copied (new) 2025/09/05 04:48:40 INFO : apple: Copied (new) 2025/09/05 04:48:41 INFO : dir1/0000-abcdefg.txt: Copied (new) 2025/09/05 04:48:41 INFO : dir1/0001-bcdefgh.txt: Copied (new) 2025/09/05 04:48:41 INFO : dir1/0002-cdefghi.txt: Copied (new) 2025/09/05 04:48:42 INFO : dir1/0003-defghij.txt: Copied (new) 2025/09/05 04:48:43 INFO : dir1/0006-ghijklm.txt: Copied (new) 2025/09/05 04:48:43 INFO : dir1/0004-efghijk.txt: Copied (new) 2025/09/05 04:48:43 INFO : dir1/0005-fghijkl.txt: Copied (new) 2025/09/05 04:48:43 INFO : dir1/0007-1234567.txt: Copied (new) 2025/09/05 04:48:45 INFO : dir1/0009-3456789.txt: Copied (new) 2025/09/05 04:48:45 INFO : dir1/0008-2345678.txt: Copied (new) 2025/09/05 04:48:45 INFO : dir1/0010-456789.txt: Copied (new) 2025/09/05 04:48:46 INFO : dir1/0011-56789;.txt: Copied (new) 2025/09/05 04:48:47 INFO : dir1/0012-6789;.txt: Copied (new) 2025/09/05 04:48:47 INFO : dir1/0013-789;=.txt: Copied (new) 2025/09/05 04:48:47 INFO : dir1/0014-89;=.txt: Copied (new) 2025/09/05 04:48:48 INFO : dir1/0015-9;=.txt: Copied (new) 2025/09/05 04:48:48 DEBUG : Waiting for deletions to finish 2025/09/05 04:48:48 INFO : appleSUFFIX: Deleted 2025/09/05 04:48:48 INFO : dir1/0001-bcdefgh.txtSUFFIX: Deleted 2025/09/05 04:48:48 INFO : dir1/0005-fghijkl.txtSUFFIX: Deleted 2025/09/05 04:48:48 INFO : dir1/0008-2345678.txtSUFFIX: Deleted 2025/09/05 04:48:48 INFO : dir1/0010-456789.txtSUFFIX: Deleted 2025/09/05 04:48:48 INFO : dir1/0011-56789;.txtSUFFIX: Deleted 2025/09/05 04:48:48 INFO : dir1/0012-6789;.txtSUFFIX: Deleted 2025/09/05 04:48:48 INFO : dir1/0014-89;=.txtSUFFIX: Deleted 2025/09/05 04:48:49 INFO : bananaSUFFIX: Deleted 2025/09/05 04:48:49 INFO : dir1/0004-efghijk.txtSUFFIX: Deleted 2025/09/05 04:48:49 INFO : dir1/0007-1234567.txtSUFFIX: Deleted 2025/09/05 04:48:49 INFO : dir1/0015-9;=.txtSUFFIX: Deleted 2025/09/05 04:48:49 INFO : splitbananasplitSUFFIX: Deleted 2025/09/05 04:48:49 INFO : appleappleapplebananaSUFFIX: Deleted 2025/09/05 04:48:49 INFO : dir1/0000-abcdefg.txtSUFFIX: Deleted 2025/09/05 04:48:49 INFO : dir1/0002-cdefghi.txtSUFFIX: Deleted 2025/09/05 04:48:49 INFO : dir1/0003-defghij.txtSUFFIX: Deleted 2025/09/05 04:48:49 INFO : dir1/0006-ghijklm.txtSUFFIX: Deleted 2025/09/05 04:48:49 INFO : dir1/0009-3456789.txtSUFFIX: Deleted 2025/09/05 04:48:50 INFO : dir1/0013-789;=.txtSUFFIX: Deleted 2025/09/05 04:48:50 DEBUG : Waiting for deletions to finish 2025/09/05 04:48:51 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2025/09/05 04:48:51 DEBUG : appleappleapplebanana: Excluded 2025/09/05 04:48:51 DEBUG : banana: Excluded (Path Filter) 2025/09/05 04:48:51 DEBUG : banana: Excluded 2025/09/05 04:48:51 DEBUG : splitbananasplit: Excluded (Path Filter) 2025/09/05 04:48:51 DEBUG : splitbananasplit: Excluded 2025/09/05 04:48:51 DEBUG : apple: Excluded (Path Filter) 2025/09/05 04:48:51 DEBUG : apple: Excluded 2025/09/05 04:48:51 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2025/09/05 04:48:51 DEBUG : dir1/0000-abcdefg.txt: Excluded 2025/09/05 04:48:51 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2025/09/05 04:48:51 DEBUG : dir1/0001-bcdefgh.txt: Excluded 2025/09/05 04:48:51 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2025/09/05 04:48:51 DEBUG : dir1/0002-cdefghi.txt: Excluded 2025/09/05 04:48:51 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2025/09/05 04:48:51 DEBUG : dir1/0003-defghij.txt: Excluded 2025/09/05 04:48:51 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2025/09/05 04:48:51 DEBUG : dir1/0004-efghijk.txt: Excluded 2025/09/05 04:48:51 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2025/09/05 04:48:51 DEBUG : dir1/0005-fghijkl.txt: Excluded 2025/09/05 04:48:51 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2025/09/05 04:48:51 DEBUG : dir1/0006-ghijklm.txt: Excluded 2025/09/05 04:48:51 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2025/09/05 04:48:51 DEBUG : dir1/0007-1234567.txt: Excluded 2025/09/05 04:48:51 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2025/09/05 04:48:51 DEBUG : dir1/0008-2345678.txt: Excluded 2025/09/05 04:48:51 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2025/09/05 04:48:51 DEBUG : dir1/0009-3456789.txt: Excluded 2025/09/05 04:48:51 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2025/09/05 04:48:51 DEBUG : dir1/0010-456789.txt: Excluded 2025/09/05 04:48:51 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2025/09/05 04:48:51 DEBUG : dir1/0011-56789;.txt: Excluded 2025/09/05 04:48:51 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2025/09/05 04:48:51 DEBUG : dir1/0012-6789;.txt: Excluded 2025/09/05 04:48:51 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2025/09/05 04:48:51 DEBUG : dir1/0013-789;=.txt: Excluded 2025/09/05 04:48:51 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2025/09/05 04:48:51 DEBUG : dir1/0014-89;=.txt: Excluded 2025/09/05 04:48:51 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2025/09/05 04:48:51 DEBUG : dir1/0015-9;=.txt: Excluded 2025/09/05 04:48:53 DEBUG : Waiting for deletions to finish 2025/09/05 04:48:54 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2025/09/05 04:48:54 DEBUG : appleappleapplebanana: Excluded 2025/09/05 04:48:54 DEBUG : banana: Excluded (Path Filter) 2025/09/05 04:48:54 DEBUG : banana: Excluded 2025/09/05 04:48:54 DEBUG : splitbananasplit: Excluded (Path Filter) 2025/09/05 04:48:54 DEBUG : splitbananasplit: Excluded 2025/09/05 04:48:54 DEBUG : apple: Excluded (Path Filter) 2025/09/05 04:48:54 DEBUG : apple: Excluded 2025/09/05 04:48:54 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2025/09/05 04:48:54 DEBUG : dir1/0000-abcdefg.txt: Excluded 2025/09/05 04:48:54 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2025/09/05 04:48:54 DEBUG : dir1/0001-bcdefgh.txt: Excluded 2025/09/05 04:48:54 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2025/09/05 04:48:54 DEBUG : dir1/0002-cdefghi.txt: Excluded 2025/09/05 04:48:54 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2025/09/05 04:48:54 DEBUG : dir1/0003-defghij.txt: Excluded 2025/09/05 04:48:54 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2025/09/05 04:48:54 DEBUG : dir1/0004-efghijk.txt: Excluded 2025/09/05 04:48:54 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2025/09/05 04:48:54 DEBUG : dir1/0005-fghijkl.txt: Excluded 2025/09/05 04:48:54 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2025/09/05 04:48:54 DEBUG : dir1/0006-ghijklm.txt: Excluded 2025/09/05 04:48:54 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2025/09/05 04:48:54 DEBUG : dir1/0007-1234567.txt: Excluded 2025/09/05 04:48:54 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2025/09/05 04:48:54 DEBUG : dir1/0008-2345678.txt: Excluded 2025/09/05 04:48:54 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2025/09/05 04:48:54 DEBUG : dir1/0009-3456789.txt: Excluded 2025/09/05 04:48:54 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2025/09/05 04:48:54 DEBUG : dir1/0010-456789.txt: Excluded 2025/09/05 04:48:54 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2025/09/05 04:48:54 DEBUG : dir1/0011-56789;.txt: Excluded 2025/09/05 04:48:54 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2025/09/05 04:48:54 DEBUG : dir1/0012-6789;.txt: Excluded 2025/09/05 04:48:54 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2025/09/05 04:48:54 DEBUG : dir1/0013-789;=.txt: Excluded 2025/09/05 04:48:54 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2025/09/05 04:48:54 DEBUG : dir1/0014-89;=.txt: Excluded 2025/09/05 04:48:54 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2025/09/05 04:48:54 DEBUG : dir1/0015-9;=.txt: Excluded === RUN TestTransform/truncate run.go:180: Remote "sugarsync root 'Test/rclone-test-vadasov1gila'", Local "Local file system at /tmp/rclone1307721151", Modify Window "876000h0m0s" 2025/09/05 04:50:07 DEBUG : Waiting for deletions to finish 2025/09/05 04:50:08 DEBUG : apple: Excluded (Path Filter) 2025/09/05 04:50:08 DEBUG : apple: Excluded 2025/09/05 04:50:08 DEBUG : banana: Excluded (Path Filter) 2025/09/05 04:50:08 DEBUG : banana: Excluded 2025/09/05 04:50:08 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2025/09/05 04:50:08 DEBUG : appleappleapplebanana: Excluded 2025/09/05 04:50:08 DEBUG : splitbananasplit: Excluded (Path Filter) 2025/09/05 04:50:08 DEBUG : splitbananasplit: Excluded 2025/09/05 04:50:08 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2025/09/05 04:50:08 DEBUG : dir1/0000-abcdefg.txt: Excluded 2025/09/05 04:50:08 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2025/09/05 04:50:08 DEBUG : dir1/0001-bcdefgh.txt: Excluded 2025/09/05 04:50:08 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2025/09/05 04:50:08 DEBUG : dir1/0002-cdefghi.txt: Excluded 2025/09/05 04:50:08 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2025/09/05 04:50:08 DEBUG : dir1/0003-defghij.txt: Excluded 2025/09/05 04:50:08 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2025/09/05 04:50:08 DEBUG : dir1/0004-efghijk.txt: Excluded 2025/09/05 04:50:08 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2025/09/05 04:50:08 DEBUG : dir1/0005-fghijkl.txt: Excluded 2025/09/05 04:50:08 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2025/09/05 04:50:08 DEBUG : dir1/0006-ghijklm.txt: Excluded 2025/09/05 04:50:08 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2025/09/05 04:50:08 DEBUG : dir1/0007-1234567.txt: Excluded 2025/09/05 04:50:08 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2025/09/05 04:50:08 DEBUG : dir1/0008-2345678.txt: Excluded 2025/09/05 04:50:08 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2025/09/05 04:50:08 DEBUG : dir1/0009-3456789.txt: Excluded 2025/09/05 04:50:08 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2025/09/05 04:50:08 DEBUG : dir1/0010-456789.txt: Excluded 2025/09/05 04:50:08 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2025/09/05 04:50:08 DEBUG : dir1/0011-56789;.txt: Excluded 2025/09/05 04:50:08 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2025/09/05 04:50:08 DEBUG : dir1/0012-6789;.txt: Excluded 2025/09/05 04:50:08 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2025/09/05 04:50:08 DEBUG : dir1/0013-789;=.txt: Excluded 2025/09/05 04:50:08 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2025/09/05 04:50:08 DEBUG : dir1/0014-89;=.txt: Excluded 2025/09/05 04:50:08 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2025/09/05 04:50:08 DEBUG : dir1/0015-9;=.txt: Excluded 2025/09/05 04:50:10 DEBUG : splitbananasplit: transformed to: splitbanan 2025/09/05 04:50:10 DEBUG : splitbananasplit: transformed to: splitbanan 2025/09/05 04:50:10 DEBUG : splitbananasplit: transformed to: splitbanan 2025/09/05 04:50:10 DEBUG : appleappleapplebanana: transformed to: appleapple 2025/09/05 04:50:10 DEBUG : splitbananasplit: transformed to: splitbanan 2025/09/05 04:50:10 DEBUG : appleappleapplebanana: transformed to: appleapple 2025/09/05 04:50:10 DEBUG : appleappleapplebanana: transformed to: appleapple 2025/09/05 04:50:10 DEBUG : appleappleapplebanana: transformed to: appleapple 2025/09/05 04:50:11 DEBUG : appleappleapplebanana: transformed to: appleapple 2025/09/05 04:50:11 DEBUG : appleappleapplebanana: Need to transfer - File not found at Destination 2025/09/05 04:50:11 DEBUG : splitbananasplit: transformed to: splitbanan 2025/09/05 04:50:11 DEBUG : splitbananasplit: Need to transfer - File not found at Destination 2025/09/05 04:50:11 DEBUG : apple: Sizes identical 2025/09/05 04:50:11 DEBUG : apple: Unchanged skipping 2025/09/05 04:50:11 DEBUG : appleappleapplebanana: transformed to: appleapple 2025/09/05 04:50:11 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2025/09/05 04:50:11 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2025/09/05 04:50:11 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2025/09/05 04:50:11 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2025/09/05 04:50:11 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2025/09/05 04:50:11 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2025/09/05 04:50:11 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2025/09/05 04:50:11 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2025/09/05 04:50:11 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2025/09/05 04:50:11 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2025/09/05 04:50:11 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2025/09/05 04:50:11 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2025/09/05 04:50:11 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2025/09/05 04:50:11 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2025/09/05 04:50:11 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2025/09/05 04:50:11 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2025/09/05 04:50:11 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2025/09/05 04:50:11 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2025/09/05 04:50:11 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2025/09/05 04:50:11 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2025/09/05 04:50:11 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2025/09/05 04:50:11 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2025/09/05 04:50:11 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2025/09/05 04:50:11 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2025/09/05 04:50:11 DEBUG : splitbananasplit: transformed to: splitbanan 2025/09/05 04:50:11 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2025/09/05 04:50:11 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2025/09/05 04:50:11 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2025/09/05 04:50:11 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2025/09/05 04:50:11 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2025/09/05 04:50:11 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2025/09/05 04:50:11 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2025/09/05 04:50:11 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2025/09/05 04:50:11 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2025/09/05 04:50:11 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2025/09/05 04:50:11 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2025/09/05 04:50:11 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2025/09/05 04:50:11 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2025/09/05 04:50:11 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2025/09/05 04:50:11 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2025/09/05 04:50:11 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2025/09/05 04:50:11 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2025/09/05 04:50:11 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2025/09/05 04:50:11 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2025/09/05 04:50:11 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2025/09/05 04:50:11 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2025/09/05 04:50:11 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2025/09/05 04:50:11 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2025/09/05 04:50:11 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2025/09/05 04:50:11 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2025/09/05 04:50:11 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2025/09/05 04:50:11 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2025/09/05 04:50:11 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2025/09/05 04:50:11 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2025/09/05 04:50:11 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2025/09/05 04:50:11 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2025/09/05 04:50:11 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2025/09/05 04:50:11 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2025/09/05 04:50:11 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2025/09/05 04:50:11 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2025/09/05 04:50:11 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2025/09/05 04:50:11 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2025/09/05 04:50:11 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2025/09/05 04:50:11 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2025/09/05 04:50:11 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2025/09/05 04:50:11 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2025/09/05 04:50:11 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2025/09/05 04:50:11 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2025/09/05 04:50:11 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2025/09/05 04:50:11 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2025/09/05 04:50:11 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2025/09/05 04:50:11 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2025/09/05 04:50:11 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2025/09/05 04:50:11 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2025/09/05 04:50:11 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2025/09/05 04:50:11 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2025/09/05 04:50:11 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2025/09/05 04:50:11 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2025/09/05 04:50:11 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2025/09/05 04:50:11 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2025/09/05 04:50:11 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2025/09/05 04:50:11 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2025/09/05 04:50:11 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2025/09/05 04:50:11 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2025/09/05 04:50:11 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2025/09/05 04:50:11 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2025/09/05 04:50:11 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2025/09/05 04:50:11 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2025/09/05 04:50:11 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2025/09/05 04:50:11 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2025/09/05 04:50:11 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2025/09/05 04:50:11 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2025/09/05 04:50:11 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2025/09/05 04:50:11 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2025/09/05 04:50:11 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2025/09/05 04:50:11 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2025/09/05 04:50:11 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2025/09/05 04:50:11 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2025/09/05 04:50:11 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2025/09/05 04:50:11 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2025/09/05 04:50:11 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2025/09/05 04:50:11 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2025/09/05 04:50:11 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2025/09/05 04:50:11 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2025/09/05 04:50:11 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2025/09/05 04:50:11 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2025/09/05 04:50:11 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2025/09/05 04:50:11 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2025/09/05 04:50:11 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2025/09/05 04:50:11 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2025/09/05 04:50:11 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2025/09/05 04:50:11 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2025/09/05 04:50:11 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2025/09/05 04:50:11 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2025/09/05 04:50:11 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2025/09/05 04:50:11 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2025/09/05 04:50:11 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2025/09/05 04:50:11 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2025/09/05 04:50:11 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2025/09/05 04:50:11 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2025/09/05 04:50:11 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2025/09/05 04:50:11 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2025/09/05 04:50:11 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2025/09/05 04:50:11 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2025/09/05 04:50:11 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2025/09/05 04:50:11 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2025/09/05 04:50:11 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2025/09/05 04:50:11 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2025/09/05 04:50:11 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2025/09/05 04:50:11 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2025/09/05 04:50:11 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2025/09/05 04:50:11 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2025/09/05 04:50:11 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2025/09/05 04:50:11 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2025/09/05 04:50:11 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2025/09/05 04:50:11 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2025/09/05 04:50:11 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2025/09/05 04:50:11 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2025/09/05 04:50:11 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2025/09/05 04:50:11 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2025/09/05 04:50:11 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2025/09/05 04:50:11 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2025/09/05 04:50:11 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2025/09/05 04:50:11 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2025/09/05 04:50:11 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2025/09/05 04:50:11 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2025/09/05 04:50:11 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2025/09/05 04:50:11 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2025/09/05 04:50:11 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2025/09/05 04:50:11 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2025/09/05 04:50:11 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2025/09/05 04:50:11 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2025/09/05 04:50:11 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2025/09/05 04:50:11 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2025/09/05 04:50:11 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2025/09/05 04:50:11 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2025/09/05 04:50:11 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2025/09/05 04:50:11 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2025/09/05 04:50:11 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2025/09/05 04:50:11 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2025/09/05 04:50:11 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2025/09/05 04:50:11 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2025/09/05 04:50:11 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2025/09/05 04:50:11 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2025/09/05 04:50:11 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2025/09/05 04:50:11 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2025/09/05 04:50:11 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2025/09/05 04:50:11 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2025/09/05 04:50:11 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2025/09/05 04:50:11 DEBUG : 0015-9;=.txt: transformed to: 0015-9;=.t 2025/09/05 04:50:11 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2025/09/05 04:50:11 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2025/09/05 04:50:11 DEBUG : banana: Sizes identical 2025/09/05 04:50:11 DEBUG : banana: Unchanged skipping 2025/09/05 04:50:11 DEBUG : dir1/0000-abcdefg.txt: Need to transfer - File not found at Destination 2025/09/05 04:50:11 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2025/09/05 04:50:11 DEBUG : dir1/0001-bcdefgh.txt: Need to transfer - File not found at Destination 2025/09/05 04:50:11 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2025/09/05 04:50:11 DEBUG : dir1/0002-cdefghi.txt: Need to transfer - File not found at Destination 2025/09/05 04:50:11 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2025/09/05 04:50:11 DEBUG : dir1/0003-defghij.txt: Need to transfer - File not found at Destination 2025/09/05 04:50:11 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2025/09/05 04:50:11 DEBUG : dir1/0004-efghijk.txt: Need to transfer - File not found at Destination 2025/09/05 04:50:11 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2025/09/05 04:50:11 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2025/09/05 04:50:11 DEBUG : dir1/0005-fghijkl.txt: Need to transfer - File not found at Destination 2025/09/05 04:50:11 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2025/09/05 04:50:11 DEBUG : dir1/0006-ghijklm.txt: Need to transfer - File not found at Destination 2025/09/05 04:50:11 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2025/09/05 04:50:11 DEBUG : dir1/0007-1234567.txt: Need to transfer - File not found at Destination 2025/09/05 04:50:11 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2025/09/05 04:50:11 DEBUG : dir1/0008-2345678.txt: Need to transfer - File not found at Destination 2025/09/05 04:50:11 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2025/09/05 04:50:11 DEBUG : dir1/0009-3456789.txt: Need to transfer - File not found at Destination 2025/09/05 04:50:11 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2025/09/05 04:50:11 DEBUG : dir1/0010-456789.txt: Need to transfer - File not found at Destination 2025/09/05 04:50:11 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2025/09/05 04:50:11 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination 2025/09/05 04:50:11 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2025/09/05 04:50:11 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2025/09/05 04:50:11 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2025/09/05 04:50:11 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2025/09/05 04:50:11 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2025/09/05 04:50:11 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2025/09/05 04:50:11 DEBUG : 0015-9;=.txt: transformed to: 0015-9;=.t 2025/09/05 04:50:11 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination 2025/09/05 04:50:11 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2025/09/05 04:50:11 DEBUG : sugarsync root 'Test/rclone-test-vadasov1gila': Waiting for checks to finish 2025/09/05 04:50:11 DEBUG : sugarsync root 'Test/rclone-test-vadasov1gila': Waiting for transfers to finish 2025/09/05 04:50:13 INFO : appleappleapplebanana: Copied (new) to: appleapple 2025/09/05 04:50:13 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2025/09/05 04:50:13 INFO : dir1/0000-abcdefg.txt: Copied (new) to: dir1/0000-abcde 2025/09/05 04:50:13 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2025/09/05 04:50:14 INFO : splitbananasplit: Copied (new) to: splitbanan 2025/09/05 04:50:14 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2025/09/05 04:50:14 INFO : dir1/0001-bcdefgh.txt: Copied (new) to: dir1/0001-bcdef 2025/09/05 04:50:14 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2025/09/05 04:50:15 INFO : dir1/0003-defghij.txt: Copied (new) to: dir1/0003-defgh 2025/09/05 04:50:15 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2025/09/05 04:50:15 INFO : dir1/0002-cdefghi.txt: Copied (new) to: dir1/0002-cdefg 2025/09/05 04:50:15 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2025/09/05 04:50:15 INFO : dir1/0004-efghijk.txt: Copied (new) to: dir1/0004-efghi 2025/09/05 04:50:15 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2025/09/05 04:50:16 INFO : dir1/0005-fghijkl.txt: Copied (new) to: dir1/0005-fghij 2025/09/05 04:50:16 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2025/09/05 04:50:17 INFO : dir1/0006-ghijklm.txt: Copied (new) to: dir1/0006-ghijk 2025/09/05 04:50:17 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2025/09/05 04:50:17 INFO : dir1/0007-1234567.txt: Copied (new) to: dir1/0007-12345 2025/09/05 04:50:17 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2025/09/05 04:50:18 INFO : dir1/0008-2345678.txt: Copied (new) to: dir1/0008-23456 2025/09/05 04:50:18 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2025/09/05 04:50:18 INFO : dir1/0009-3456789.txt: Copied (new) to: dir1/0009-34567 2025/09/05 04:50:18 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2025/09/05 04:50:18 INFO : dir1/0010-456789.txt: Copied (new) to: dir1/0010-45678 2025/09/05 04:50:18 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2025/09/05 04:50:19 INFO : dir1/0011-56789;.txt: Copied (new) to: dir1/0011-56789 2025/09/05 04:50:19 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2025/09/05 04:50:20 INFO : dir1/0012-6789;.txt: Copied (new) to: dir1/0012-6789; 2025/09/05 04:50:20 INFO : dir1/0013-789;=.txt: Copied (new) to: dir1/0013-789;= 2025/09/05 04:50:20 INFO : dir1/0014-89;=.txt: Copied (new) to: dir1/0014-89;=. 2025/09/05 04:50:21 INFO : dir1/0015-9;=.txt: Copied (new) to: dir1/0015-9;=.t 2025/09/05 04:50:21 DEBUG : Waiting for deletions to finish 2025/09/05 04:50:21 INFO : dir1/0002-cdefghi.txt: Deleted 2025/09/05 04:50:21 INFO : dir1/0003-defghij.txt: Deleted 2025/09/05 04:50:21 INFO : dir1/0001-bcdefgh.txt: Deleted 2025/09/05 04:50:21 INFO : dir1/0005-fghijkl.txt: Deleted 2025/09/05 04:50:21 INFO : dir1/0006-ghijklm.txt: Deleted 2025/09/05 04:50:21 INFO : splitbananasplit: Deleted 2025/09/05 04:50:21 INFO : dir1/0008-2345678.txt: Deleted 2025/09/05 04:50:21 INFO : dir1/0009-3456789.txt: Deleted 2025/09/05 04:50:22 INFO : appleappleapplebanana: Deleted 2025/09/05 04:50:22 INFO : dir1/0014-89;=.txt: Deleted 2025/09/05 04:50:22 INFO : dir1/0007-1234567.txt: Deleted 2025/09/05 04:50:22 INFO : dir1/0015-9;=.txt: Deleted 2025/09/05 04:50:22 INFO : dir1/0011-56789;.txt: Deleted 2025/09/05 04:50:22 INFO : dir1/0004-efghijk.txt: Deleted 2025/09/05 04:50:22 INFO : dir1/0012-6789;.txt: Deleted 2025/09/05 04:50:22 INFO : dir1/0010-456789.txt: Deleted 2025/09/05 04:50:22 INFO : dir1/0013-789;=.txt: Deleted 2025/09/05 04:50:22 INFO : dir1/0000-abcdefg.txt: Deleted 2025/09/05 04:50:22 DEBUG : Waiting for deletions to finish 2025/09/05 04:50:23 DEBUG : apple: Excluded (Path Filter) 2025/09/05 04:50:23 DEBUG : apple: Excluded 2025/09/05 04:50:23 DEBUG : banana: Excluded (Path Filter) 2025/09/05 04:50:23 DEBUG : banana: Excluded 2025/09/05 04:50:23 DEBUG : appleapple: Excluded (Path Filter) 2025/09/05 04:50:23 DEBUG : appleapple: Excluded 2025/09/05 04:50:23 DEBUG : splitbanan: Excluded (Path Filter) 2025/09/05 04:50:23 DEBUG : splitbanan: Excluded 2025/09/05 04:50:24 DEBUG : dir1/0001-bcdef: Excluded (Path Filter) 2025/09/05 04:50:24 DEBUG : dir1/0001-bcdef: Excluded 2025/09/05 04:50:24 DEBUG : dir1/0000-abcde: Excluded (Path Filter) 2025/09/05 04:50:24 DEBUG : dir1/0000-abcde: Excluded 2025/09/05 04:50:24 DEBUG : dir1/0002-cdefg: Excluded (Path Filter) 2025/09/05 04:50:24 DEBUG : dir1/0002-cdefg: Excluded 2025/09/05 04:50:24 DEBUG : dir1/0003-defgh: Excluded (Path Filter) 2025/09/05 04:50:24 DEBUG : dir1/0003-defgh: Excluded 2025/09/05 04:50:24 DEBUG : dir1/0004-efghi: Excluded (Path Filter) 2025/09/05 04:50:24 DEBUG : dir1/0004-efghi: Excluded 2025/09/05 04:50:24 DEBUG : dir1/0005-fghij: Excluded (Path Filter) 2025/09/05 04:50:24 DEBUG : dir1/0005-fghij: Excluded 2025/09/05 04:50:24 DEBUG : dir1/0006-ghijk: Excluded (Path Filter) 2025/09/05 04:50:24 DEBUG : dir1/0006-ghijk: Excluded 2025/09/05 04:50:24 DEBUG : dir1/0007-12345: Excluded (Path Filter) 2025/09/05 04:50:24 DEBUG : dir1/0007-12345: Excluded 2025/09/05 04:50:24 DEBUG : dir1/0008-23456: Excluded (Path Filter) 2025/09/05 04:50:24 DEBUG : dir1/0008-23456: Excluded 2025/09/05 04:50:24 DEBUG : dir1/0009-34567: Excluded (Path Filter) 2025/09/05 04:50:24 DEBUG : dir1/0009-34567: Excluded 2025/09/05 04:50:24 DEBUG : dir1/0010-45678: Excluded (Path Filter) 2025/09/05 04:50:24 DEBUG : dir1/0010-45678: Excluded 2025/09/05 04:50:24 DEBUG : dir1/0011-56789: Excluded (Path Filter) 2025/09/05 04:50:24 DEBUG : dir1/0011-56789: Excluded 2025/09/05 04:50:24 DEBUG : dir1/0012-6789;: Excluded (Path Filter) 2025/09/05 04:50:24 DEBUG : dir1/0012-6789;: Excluded 2025/09/05 04:50:24 DEBUG : dir1/0013-789;=: Excluded (Path Filter) 2025/09/05 04:50:24 DEBUG : dir1/0013-789;=: Excluded 2025/09/05 04:50:24 DEBUG : dir1/0014-89;=.: Excluded (Path Filter) 2025/09/05 04:50:24 DEBUG : dir1/0014-89;=.: Excluded 2025/09/05 04:50:24 DEBUG : dir1/0015-9;=.t: Excluded (Path Filter) 2025/09/05 04:50:24 DEBUG : dir1/0015-9;=.t: Excluded 2025/09/05 04:50:25 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2025/09/05 04:50:25 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2025/09/05 04:50:25 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2025/09/05 04:50:25 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2025/09/05 04:50:25 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2025/09/05 04:50:25 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2025/09/05 04:50:25 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2025/09/05 04:50:25 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2025/09/05 04:50:25 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2025/09/05 04:50:25 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2025/09/05 04:50:25 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2025/09/05 04:50:25 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2025/09/05 04:50:25 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2025/09/05 04:50:25 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2025/09/05 04:50:25 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2025/09/05 04:50:25 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2025/09/05 04:50:25 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2025/09/05 04:50:25 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2025/09/05 04:50:25 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2025/09/05 04:50:25 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2025/09/05 04:50:25 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2025/09/05 04:50:25 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2025/09/05 04:50:25 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2025/09/05 04:50:25 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2025/09/05 04:50:25 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2025/09/05 04:50:25 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2025/09/05 04:50:25 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2025/09/05 04:50:25 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2025/09/05 04:50:25 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2025/09/05 04:50:25 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2025/09/05 04:50:25 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2025/09/05 04:50:25 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2025/09/05 04:50:25 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2025/09/05 04:50:25 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2025/09/05 04:50:25 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2025/09/05 04:50:25 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2025/09/05 04:50:25 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2025/09/05 04:50:25 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2025/09/05 04:50:25 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2025/09/05 04:50:25 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2025/09/05 04:50:25 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2025/09/05 04:50:25 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2025/09/05 04:50:25 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2025/09/05 04:50:25 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2025/09/05 04:50:25 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2025/09/05 04:50:25 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2025/09/05 04:50:25 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2025/09/05 04:50:25 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2025/09/05 04:50:25 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2025/09/05 04:50:25 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2025/09/05 04:50:25 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2025/09/05 04:50:25 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2025/09/05 04:50:25 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2025/09/05 04:50:25 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2025/09/05 04:50:25 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2025/09/05 04:50:25 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2025/09/05 04:50:25 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2025/09/05 04:50:25 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2025/09/05 04:50:25 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2025/09/05 04:50:25 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2025/09/05 04:50:25 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2025/09/05 04:50:25 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2025/09/05 04:50:25 DEBUG : appleappleapplebanana: transformed to: appleapple 2025/09/05 04:50:25 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2025/09/05 04:50:25 DEBUG : appleappleapplebanana: transformed to: appleapple 2025/09/05 04:50:25 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2025/09/05 04:50:25 DEBUG : appleappleapplebanana: transformed to: appleapple 2025/09/05 04:50:25 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2025/09/05 04:50:25 DEBUG : appleappleapplebanana: transformed to: appleapple 2025/09/05 04:50:25 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2025/09/05 04:50:25 DEBUG : appleappleapplebanana: transformed to: appleapple 2025/09/05 04:50:25 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2025/09/05 04:50:25 DEBUG : appleappleapplebanana: transformed to: appleapple 2025/09/05 04:50:25 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2025/09/05 04:50:25 DEBUG : appleappleapplebanana: transformed to: appleapple 2025/09/05 04:50:25 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2025/09/05 04:50:25 DEBUG : appleappleapplebanana: transformed to: appleapple 2025/09/05 04:50:25 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2025/09/05 04:50:25 DEBUG : appleappleapplebanana: transformed to: appleapple 2025/09/05 04:50:25 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2025/09/05 04:50:25 DEBUG : appleappleapplebanana: transformed to: appleapple 2025/09/05 04:50:25 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2025/09/05 04:50:25 DEBUG : appleappleapplebanana: transformed to: appleapple 2025/09/05 04:50:25 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2025/09/05 04:50:25 DEBUG : appleappleapplebanana: transformed to: appleapple 2025/09/05 04:50:25 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2025/09/05 04:50:25 DEBUG : appleappleapplebanana: transformed to: appleapple 2025/09/05 04:50:25 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2025/09/05 04:50:25 DEBUG : appleappleapplebanana: transformed to: appleapple 2025/09/05 04:50:25 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2025/09/05 04:50:25 DEBUG : appleappleapplebanana: transformed to: appleapple 2025/09/05 04:50:25 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2025/09/05 04:50:25 DEBUG : appleappleapplebanana: transformed to: appleapple 2025/09/05 04:50:25 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2025/09/05 04:50:25 DEBUG : appleappleapplebanana: transformed to: appleapple 2025/09/05 04:50:25 DEBUG : appleappleapplebanana: transformed to: appleapple 2025/09/05 04:50:25 DEBUG : splitbananasplit: transformed to: splitbanan 2025/09/05 04:50:25 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2025/09/05 04:50:25 DEBUG : appleappleapplebanana: transformed to: appleapple 2025/09/05 04:50:25 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2025/09/05 04:50:25 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2025/09/05 04:50:25 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2025/09/05 04:50:25 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2025/09/05 04:50:25 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2025/09/05 04:50:25 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2025/09/05 04:50:25 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2025/09/05 04:50:25 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2025/09/05 04:50:25 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2025/09/05 04:50:25 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2025/09/05 04:50:25 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2025/09/05 04:50:25 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2025/09/05 04:50:25 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2025/09/05 04:50:25 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2025/09/05 04:50:25 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2025/09/05 04:50:25 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2025/09/05 04:50:25 DEBUG : splitbananasplit: transformed to: splitbanan 2025/09/05 04:50:25 DEBUG : splitbananasplit: transformed to: splitbanan 2025/09/05 04:50:25 DEBUG : splitbananasplit: transformed to: splitbanan 2025/09/05 04:50:25 DEBUG : splitbananasplit: transformed to: splitbanan 2025/09/05 04:50:25 DEBUG : appleappleapplebanana: transformed to: appleapple 2025/09/05 04:50:25 DEBUG : splitbananasplit: transformed to: splitbanan 2025/09/05 04:50:25 DEBUG : appleappleapplebanana: transformed to: appleapple 2025/09/05 04:50:25 DEBUG : appleappleapplebanana: transformed to: appleapple 2025/09/05 04:50:25 DEBUG : appleappleapplebanana: transformed to: appleapple 2025/09/05 04:50:26 DEBUG : appleappleapplebanana: transformed to: appleapple 2025/09/05 04:50:26 DEBUG : splitbananasplit: transformed to: splitbanan 2025/09/05 04:50:26 DEBUG : apple: Sizes identical 2025/09/05 04:50:26 DEBUG : apple: Unchanged skipping 2025/09/05 04:50:26 DEBUG : appleappleapplebanana: Sizes identical 2025/09/05 04:50:26 DEBUG : appleappleapplebanana: Unchanged skipping 2025/09/05 04:50:26 DEBUG : banana: Sizes identical 2025/09/05 04:50:26 DEBUG : banana: Unchanged skipping 2025/09/05 04:50:26 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2025/09/05 04:50:26 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2025/09/05 04:50:26 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2025/09/05 04:50:26 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2025/09/05 04:50:26 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2025/09/05 04:50:26 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2025/09/05 04:50:26 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2025/09/05 04:50:26 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2025/09/05 04:50:26 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2025/09/05 04:50:26 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2025/09/05 04:50:26 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2025/09/05 04:50:26 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2025/09/05 04:50:26 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2025/09/05 04:50:26 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2025/09/05 04:50:26 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2025/09/05 04:50:26 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2025/09/05 04:50:26 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2025/09/05 04:50:26 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2025/09/05 04:50:26 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2025/09/05 04:50:26 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2025/09/05 04:50:26 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2025/09/05 04:50:26 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2025/09/05 04:50:26 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2025/09/05 04:50:26 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2025/09/05 04:50:26 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2025/09/05 04:50:26 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2025/09/05 04:50:26 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2025/09/05 04:50:26 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2025/09/05 04:50:26 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2025/09/05 04:50:26 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2025/09/05 04:50:26 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2025/09/05 04:50:26 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2025/09/05 04:50:26 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2025/09/05 04:50:26 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2025/09/05 04:50:26 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2025/09/05 04:50:26 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2025/09/05 04:50:26 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2025/09/05 04:50:26 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2025/09/05 04:50:26 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2025/09/05 04:50:26 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2025/09/05 04:50:26 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2025/09/05 04:50:26 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2025/09/05 04:50:26 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2025/09/05 04:50:26 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2025/09/05 04:50:26 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2025/09/05 04:50:26 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2025/09/05 04:50:26 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2025/09/05 04:50:26 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2025/09/05 04:50:26 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2025/09/05 04:50:26 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2025/09/05 04:50:26 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2025/09/05 04:50:26 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2025/09/05 04:50:26 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2025/09/05 04:50:26 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2025/09/05 04:50:26 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2025/09/05 04:50:26 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2025/09/05 04:50:26 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2025/09/05 04:50:26 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2025/09/05 04:50:26 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2025/09/05 04:50:26 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2025/09/05 04:50:26 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2025/09/05 04:50:26 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2025/09/05 04:50:26 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2025/09/05 04:50:26 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2025/09/05 04:50:26 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2025/09/05 04:50:26 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2025/09/05 04:50:26 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2025/09/05 04:50:26 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2025/09/05 04:50:26 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2025/09/05 04:50:26 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2025/09/05 04:50:26 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2025/09/05 04:50:26 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2025/09/05 04:50:26 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2025/09/05 04:50:26 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2025/09/05 04:50:26 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2025/09/05 04:50:26 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2025/09/05 04:50:26 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2025/09/05 04:50:26 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2025/09/05 04:50:26 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2025/09/05 04:50:26 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2025/09/05 04:50:26 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2025/09/05 04:50:26 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2025/09/05 04:50:26 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2025/09/05 04:50:26 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2025/09/05 04:50:26 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2025/09/05 04:50:26 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2025/09/05 04:50:26 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2025/09/05 04:50:26 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2025/09/05 04:50:26 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2025/09/05 04:50:26 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2025/09/05 04:50:26 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2025/09/05 04:50:26 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2025/09/05 04:50:26 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2025/09/05 04:50:26 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2025/09/05 04:50:26 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2025/09/05 04:50:26 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2025/09/05 04:50:26 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2025/09/05 04:50:26 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2025/09/05 04:50:26 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2025/09/05 04:50:26 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2025/09/05 04:50:26 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2025/09/05 04:50:26 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2025/09/05 04:50:26 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2025/09/05 04:50:26 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2025/09/05 04:50:26 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2025/09/05 04:50:26 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2025/09/05 04:50:26 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2025/09/05 04:50:26 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2025/09/05 04:50:26 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2025/09/05 04:50:26 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2025/09/05 04:50:26 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2025/09/05 04:50:26 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2025/09/05 04:50:26 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2025/09/05 04:50:26 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2025/09/05 04:50:26 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2025/09/05 04:50:26 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2025/09/05 04:50:26 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2025/09/05 04:50:26 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2025/09/05 04:50:26 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2025/09/05 04:50:26 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2025/09/05 04:50:26 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2025/09/05 04:50:26 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2025/09/05 04:50:26 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2025/09/05 04:50:26 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2025/09/05 04:50:26 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2025/09/05 04:50:26 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2025/09/05 04:50:26 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2025/09/05 04:50:26 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2025/09/05 04:50:26 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2025/09/05 04:50:26 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2025/09/05 04:50:26 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2025/09/05 04:50:26 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2025/09/05 04:50:26 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2025/09/05 04:50:26 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2025/09/05 04:50:26 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2025/09/05 04:50:26 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2025/09/05 04:50:26 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2025/09/05 04:50:26 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2025/09/05 04:50:26 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2025/09/05 04:50:26 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2025/09/05 04:50:26 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2025/09/05 04:50:26 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2025/09/05 04:50:26 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2025/09/05 04:50:26 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2025/09/05 04:50:26 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2025/09/05 04:50:26 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2025/09/05 04:50:26 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2025/09/05 04:50:26 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2025/09/05 04:50:26 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2025/09/05 04:50:26 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2025/09/05 04:50:26 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2025/09/05 04:50:26 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2025/09/05 04:50:26 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2025/09/05 04:50:26 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2025/09/05 04:50:26 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2025/09/05 04:50:26 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2025/09/05 04:50:26 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2025/09/05 04:50:26 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2025/09/05 04:50:26 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2025/09/05 04:50:26 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2025/09/05 04:50:26 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2025/09/05 04:50:26 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2025/09/05 04:50:26 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2025/09/05 04:50:26 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2025/09/05 04:50:26 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2025/09/05 04:50:26 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2025/09/05 04:50:26 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2025/09/05 04:50:26 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2025/09/05 04:50:26 DEBUG : 0015-9;=.txt: transformed to: 0015-9;=.t 2025/09/05 04:50:26 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2025/09/05 04:50:26 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2025/09/05 04:50:26 DEBUG : splitbananasplit: Sizes identical 2025/09/05 04:50:26 DEBUG : splitbananasplit: Unchanged skipping 2025/09/05 04:50:27 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2025/09/05 04:50:27 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2025/09/05 04:50:27 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2025/09/05 04:50:27 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2025/09/05 04:50:27 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2025/09/05 04:50:27 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2025/09/05 04:50:27 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2025/09/05 04:50:27 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2025/09/05 04:50:27 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2025/09/05 04:50:27 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2025/09/05 04:50:27 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2025/09/05 04:50:27 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2025/09/05 04:50:27 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2025/09/05 04:50:27 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2025/09/05 04:50:27 DEBUG : 0015-9;=.txt: transformed to: 0015-9;=.t 2025/09/05 04:50:27 DEBUG : dir1/0000-abcdefg.txt: Sizes identical 2025/09/05 04:50:27 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2025/09/05 04:50:27 DEBUG : dir1/0001-bcdefgh.txt: Sizes identical 2025/09/05 04:50:27 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2025/09/05 04:50:27 DEBUG : dir1/0002-cdefghi.txt: Sizes identical 2025/09/05 04:50:27 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2025/09/05 04:50:27 DEBUG : dir1/0003-defghij.txt: Sizes identical 2025/09/05 04:50:27 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2025/09/05 04:50:27 DEBUG : dir1/0004-efghijk.txt: Sizes identical 2025/09/05 04:50:27 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2025/09/05 04:50:27 DEBUG : dir1/0005-fghijkl.txt: Sizes identical 2025/09/05 04:50:27 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2025/09/05 04:50:27 DEBUG : dir1/0006-ghijklm.txt: Sizes identical 2025/09/05 04:50:27 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2025/09/05 04:50:27 DEBUG : dir1/0007-1234567.txt: Sizes identical 2025/09/05 04:50:27 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2025/09/05 04:50:27 DEBUG : dir1/0008-2345678.txt: Sizes identical 2025/09/05 04:50:27 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2025/09/05 04:50:27 DEBUG : dir1/0009-3456789.txt: Sizes identical 2025/09/05 04:50:27 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2025/09/05 04:50:27 DEBUG : dir1/0010-456789.txt: Sizes identical 2025/09/05 04:50:27 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2025/09/05 04:50:27 DEBUG : dir1/0011-56789;.txt: Sizes identical 2025/09/05 04:50:27 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2025/09/05 04:50:27 DEBUG : dir1/0012-6789;.txt: Sizes identical 2025/09/05 04:50:27 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2025/09/05 04:50:27 DEBUG : dir1/0013-789;=.txt: Sizes identical 2025/09/05 04:50:27 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2025/09/05 04:50:27 DEBUG : dir1/0014-89;=.txt: Sizes identical 2025/09/05 04:50:27 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2025/09/05 04:50:27 DEBUG : dir1/0015-9;=.txt: Sizes identical 2025/09/05 04:50:27 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2025/09/05 04:50:27 DEBUG : sugarsync root 'Test/rclone-test-vadasov1gila': Waiting for checks to finish 2025/09/05 04:50:27 DEBUG : sugarsync root 'Test/rclone-test-vadasov1gila': Waiting for transfers to finish 2025/09/05 04:50:27 DEBUG : Waiting for deletions to finish 2025/09/05 04:50:27 DEBUG : Waiting for deletions to finish 2025/09/05 04:50:28 DEBUG : apple: Excluded (Path Filter) 2025/09/05 04:50:28 DEBUG : apple: Excluded 2025/09/05 04:50:28 DEBUG : banana: Excluded (Path Filter) 2025/09/05 04:50:28 DEBUG : banana: Excluded 2025/09/05 04:50:28 DEBUG : appleapple: Excluded (Path Filter) 2025/09/05 04:50:28 DEBUG : appleapple: Excluded 2025/09/05 04:50:28 DEBUG : splitbanan: Excluded (Path Filter) 2025/09/05 04:50:28 DEBUG : splitbanan: Excluded 2025/09/05 04:50:28 DEBUG : dir1/0001-bcdef: Excluded (Path Filter) 2025/09/05 04:50:28 DEBUG : dir1/0001-bcdef: Excluded 2025/09/05 04:50:28 DEBUG : dir1/0000-abcde: Excluded (Path Filter) 2025/09/05 04:50:28 DEBUG : dir1/0000-abcde: Excluded 2025/09/05 04:50:28 DEBUG : dir1/0002-cdefg: Excluded (Path Filter) 2025/09/05 04:50:28 DEBUG : dir1/0002-cdefg: Excluded 2025/09/05 04:50:28 DEBUG : dir1/0003-defgh: Excluded (Path Filter) 2025/09/05 04:50:28 DEBUG : dir1/0003-defgh: Excluded 2025/09/05 04:50:28 DEBUG : dir1/0004-efghi: Excluded (Path Filter) 2025/09/05 04:50:28 DEBUG : dir1/0004-efghi: Excluded 2025/09/05 04:50:28 DEBUG : dir1/0005-fghij: Excluded (Path Filter) 2025/09/05 04:50:28 DEBUG : dir1/0005-fghij: Excluded 2025/09/05 04:50:28 DEBUG : dir1/0006-ghijk: Excluded (Path Filter) 2025/09/05 04:50:28 DEBUG : dir1/0006-ghijk: Excluded 2025/09/05 04:50:28 DEBUG : dir1/0007-12345: Excluded (Path Filter) 2025/09/05 04:50:28 DEBUG : dir1/0007-12345: Excluded 2025/09/05 04:50:28 DEBUG : dir1/0008-23456: Excluded (Path Filter) 2025/09/05 04:50:28 DEBUG : dir1/0008-23456: Excluded 2025/09/05 04:50:28 DEBUG : dir1/0009-34567: Excluded (Path Filter) 2025/09/05 04:50:28 DEBUG : dir1/0009-34567: Excluded 2025/09/05 04:50:28 DEBUG : dir1/0010-45678: Excluded (Path Filter) 2025/09/05 04:50:28 DEBUG : dir1/0010-45678: Excluded 2025/09/05 04:50:28 DEBUG : dir1/0011-56789: Excluded (Path Filter) 2025/09/05 04:50:28 DEBUG : dir1/0011-56789: Excluded 2025/09/05 04:50:28 DEBUG : dir1/0012-6789;: Excluded (Path Filter) 2025/09/05 04:50:28 DEBUG : dir1/0012-6789;: Excluded 2025/09/05 04:50:28 DEBUG : dir1/0013-789;=: Excluded (Path Filter) 2025/09/05 04:50:28 DEBUG : dir1/0013-789;=: Excluded 2025/09/05 04:50:28 DEBUG : dir1/0014-89;=.: Excluded (Path Filter) 2025/09/05 04:50:28 DEBUG : dir1/0014-89;=.: Excluded 2025/09/05 04:50:28 DEBUG : dir1/0015-9;=.t: Excluded (Path Filter) 2025/09/05 04:50:28 DEBUG : dir1/0015-9;=.t: Excluded 2025/09/05 04:50:30 DEBUG : appleappleapplebanana: transformed to: appleapple 2025/09/05 04:50:30 DEBUG : appleappleapplebanana: transformed to: appleapple 2025/09/05 04:50:30 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2025/09/05 04:50:30 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2025/09/05 04:50:30 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2025/09/05 04:50:30 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2025/09/05 04:50:30 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2025/09/05 04:50:30 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2025/09/05 04:50:30 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2025/09/05 04:50:30 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2025/09/05 04:50:30 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2025/09/05 04:50:30 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2025/09/05 04:50:30 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2025/09/05 04:50:30 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2025/09/05 04:50:30 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2025/09/05 04:50:30 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2025/09/05 04:50:30 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2025/09/05 04:50:30 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2025/09/05 04:50:30 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2025/09/05 04:50:30 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2025/09/05 04:50:30 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2025/09/05 04:50:30 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2025/09/05 04:50:30 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2025/09/05 04:50:30 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2025/09/05 04:50:30 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2025/09/05 04:50:30 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2025/09/05 04:50:30 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2025/09/05 04:50:30 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2025/09/05 04:50:30 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2025/09/05 04:50:30 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2025/09/05 04:50:30 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2025/09/05 04:50:30 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2025/09/05 04:50:30 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2025/09/05 04:50:30 DEBUG : splitbananasplit: transformed to: splitbanan 2025/09/05 04:50:30 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2025/09/05 04:50:30 DEBUG : appleappleapplebanana: transformed to: appleapple 2025/09/05 04:50:30 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2025/09/05 04:50:30 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2025/09/05 04:50:30 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2025/09/05 04:50:30 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2025/09/05 04:50:30 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2025/09/05 04:50:30 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2025/09/05 04:50:30 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2025/09/05 04:50:30 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2025/09/05 04:50:30 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2025/09/05 04:50:30 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2025/09/05 04:50:30 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2025/09/05 04:50:30 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2025/09/05 04:50:30 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2025/09/05 04:50:30 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2025/09/05 04:50:30 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2025/09/05 04:50:30 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2025/09/05 04:50:30 DEBUG : splitbananasplit: transformed to: splitbanan === RUN TestTransform/encoder run.go:180: Remote "sugarsync root 'Test/rclone-test-vadasov1gila'", Local "Local file system at /tmp/rclone1307721151", Modify Window "876000h0m0s" 2025/09/05 04:51:41 DEBUG : Waiting for deletions to finish 2025/09/05 04:51:41 DEBUG : apple: Excluded (Path Filter) 2025/09/05 04:51:41 DEBUG : apple: Excluded 2025/09/05 04:51:41 DEBUG : banana: Excluded (Path Filter) 2025/09/05 04:51:41 DEBUG : banana: Excluded 2025/09/05 04:51:41 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2025/09/05 04:51:41 DEBUG : appleappleapplebanana: Excluded 2025/09/05 04:51:41 DEBUG : splitbananasplit: Excluded (Path Filter) 2025/09/05 04:51:41 DEBUG : splitbananasplit: Excluded 2025/09/05 04:51:42 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2025/09/05 04:51:42 DEBUG : dir1/0000-abcdefg.txt: Excluded 2025/09/05 04:51:42 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2025/09/05 04:51:42 DEBUG : dir1/0001-bcdefgh.txt: Excluded 2025/09/05 04:51:42 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2025/09/05 04:51:42 DEBUG : dir1/0002-cdefghi.txt: Excluded 2025/09/05 04:51:42 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2025/09/05 04:51:42 DEBUG : dir1/0003-defghij.txt: Excluded 2025/09/05 04:51:42 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2025/09/05 04:51:42 DEBUG : dir1/0004-efghijk.txt: Excluded 2025/09/05 04:51:42 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2025/09/05 04:51:42 DEBUG : dir1/0005-fghijkl.txt: Excluded 2025/09/05 04:51:42 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2025/09/05 04:51:42 DEBUG : dir1/0006-ghijklm.txt: Excluded 2025/09/05 04:51:42 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2025/09/05 04:51:42 DEBUG : dir1/0007-1234567.txt: Excluded 2025/09/05 04:51:42 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2025/09/05 04:51:42 DEBUG : dir1/0008-2345678.txt: Excluded 2025/09/05 04:51:42 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2025/09/05 04:51:42 DEBUG : dir1/0009-3456789.txt: Excluded 2025/09/05 04:51:42 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2025/09/05 04:51:42 DEBUG : dir1/0010-456789.txt: Excluded 2025/09/05 04:51:42 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2025/09/05 04:51:42 DEBUG : dir1/0011-56789;.txt: Excluded 2025/09/05 04:51:42 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2025/09/05 04:51:42 DEBUG : dir1/0012-6789;.txt: Excluded 2025/09/05 04:51:42 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2025/09/05 04:51:42 DEBUG : dir1/0013-789;=.txt: Excluded 2025/09/05 04:51:42 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2025/09/05 04:51:42 DEBUG : dir1/0014-89;=.txt: Excluded 2025/09/05 04:51:42 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2025/09/05 04:51:42 DEBUG : dir1/0015-9;=.txt: Excluded 2025/09/05 04:51:44 DEBUG : apple: Sizes identical 2025/09/05 04:51:44 DEBUG : apple: Unchanged skipping 2025/09/05 04:51:44 DEBUG : appleappleapplebanana: Sizes identical 2025/09/05 04:51:44 DEBUG : appleappleapplebanana: Unchanged skipping 2025/09/05 04:51:44 DEBUG : banana: Sizes identical 2025/09/05 04:51:44 DEBUG : banana: Unchanged skipping 2025/09/05 04:51:44 DEBUG : splitbananasplit: Sizes identical 2025/09/05 04:51:44 DEBUG : splitbananasplit: Unchanged skipping 2025/09/05 04:51:45 DEBUG : dir1/0000-abcdefg.txt: Sizes identical 2025/09/05 04:51:45 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2025/09/05 04:51:45 DEBUG : dir1/0001-bcdefgh.txt: Sizes identical 2025/09/05 04:51:45 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2025/09/05 04:51:45 DEBUG : sugarsync root 'Test/rclone-test-vadasov1gila': Waiting for checks to finish 2025/09/05 04:51:45 DEBUG : dir1/0003-defghij.txt: Sizes identical 2025/09/05 04:51:45 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2025/09/05 04:51:45 DEBUG : dir1/0002-cdefghi.txt: Sizes identical 2025/09/05 04:51:45 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2025/09/05 04:51:45 DEBUG : dir1/0006-ghijklm.txt: Sizes identical 2025/09/05 04:51:45 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2025/09/05 04:51:45 DEBUG : dir1/0005-fghijkl.txt: Sizes identical 2025/09/05 04:51:45 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2025/09/05 04:51:45 DEBUG : dir1/0007-1234567.txt: Sizes identical 2025/09/05 04:51:45 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2025/09/05 04:51:45 DEBUG : dir1/0008-2345678.txt: Sizes identical 2025/09/05 04:51:45 DEBUG : dir1/0009-3456789.txt: Sizes identical 2025/09/05 04:51:45 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2025/09/05 04:51:45 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2025/09/05 04:51:45 DEBUG : dir1/0004-efghijk.txt: Sizes identical 2025/09/05 04:51:45 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2025/09/05 04:51:45 DEBUG : dir1/0010-456789.txt: Sizes identical 2025/09/05 04:51:45 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2025/09/05 04:51:45 DEBUG : dir1/0011-56789;.txt: Sizes identical 2025/09/05 04:51:45 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2025/09/05 04:51:45 DEBUG : dir1/0012-6789;.txt: Sizes identical 2025/09/05 04:51:45 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2025/09/05 04:51:45 DEBUG : dir1/0013-789;=.txt: Sizes identical 2025/09/05 04:51:45 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2025/09/05 04:51:45 DEBUG : dir1/0014-89;=.txt: Sizes identical 2025/09/05 04:51:45 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2025/09/05 04:51:45 DEBUG : dir1/0015-9;=.txt: Sizes identical 2025/09/05 04:51:45 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2025/09/05 04:51:45 DEBUG : sugarsync root 'Test/rclone-test-vadasov1gila': Waiting for transfers to finish 2025/09/05 04:51:45 DEBUG : Waiting for deletions to finish 2025/09/05 04:51:45 DEBUG : Waiting for deletions to finish 2025/09/05 04:51:46 DEBUG : apple: Excluded (Path Filter) 2025/09/05 04:51:46 DEBUG : apple: Excluded 2025/09/05 04:51:46 DEBUG : banana: Excluded (Path Filter) 2025/09/05 04:51:46 DEBUG : banana: Excluded 2025/09/05 04:51:46 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2025/09/05 04:51:46 DEBUG : appleappleapplebanana: Excluded 2025/09/05 04:51:46 DEBUG : splitbananasplit: Excluded (Path Filter) 2025/09/05 04:51:46 DEBUG : splitbananasplit: Excluded 2025/09/05 04:51:47 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2025/09/05 04:51:47 DEBUG : dir1/0000-abcdefg.txt: Excluded 2025/09/05 04:51:47 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2025/09/05 04:51:47 DEBUG : dir1/0001-bcdefgh.txt: Excluded 2025/09/05 04:51:47 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2025/09/05 04:51:47 DEBUG : dir1/0002-cdefghi.txt: Excluded 2025/09/05 04:51:47 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2025/09/05 04:51:47 DEBUG : dir1/0003-defghij.txt: Excluded 2025/09/05 04:51:47 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2025/09/05 04:51:47 DEBUG : dir1/0004-efghijk.txt: Excluded 2025/09/05 04:51:47 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2025/09/05 04:51:47 DEBUG : dir1/0005-fghijkl.txt: Excluded 2025/09/05 04:51:47 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2025/09/05 04:51:47 DEBUG : dir1/0006-ghijklm.txt: Excluded 2025/09/05 04:51:47 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2025/09/05 04:51:47 DEBUG : dir1/0007-1234567.txt: Excluded 2025/09/05 04:51:47 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2025/09/05 04:51:47 DEBUG : dir1/0008-2345678.txt: Excluded 2025/09/05 04:51:47 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2025/09/05 04:51:47 DEBUG : dir1/0009-3456789.txt: Excluded 2025/09/05 04:51:47 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2025/09/05 04:51:47 DEBUG : dir1/0010-456789.txt: Excluded 2025/09/05 04:51:47 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2025/09/05 04:51:47 DEBUG : dir1/0011-56789;.txt: Excluded 2025/09/05 04:51:47 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2025/09/05 04:51:47 DEBUG : dir1/0012-6789;.txt: Excluded 2025/09/05 04:51:47 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2025/09/05 04:51:47 DEBUG : dir1/0013-789;=.txt: Excluded 2025/09/05 04:51:47 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2025/09/05 04:51:47 DEBUG : dir1/0014-89;=.txt: Excluded 2025/09/05 04:51:47 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2025/09/05 04:51:47 DEBUG : dir1/0015-9;=.txt: Excluded 2025/09/05 04:51:49 DEBUG : apple: Sizes identical 2025/09/05 04:51:49 DEBUG : apple: Unchanged skipping 2025/09/05 04:51:49 DEBUG : appleappleapplebanana: Sizes identical 2025/09/05 04:51:49 DEBUG : appleappleapplebanana: Unchanged skipping 2025/09/05 04:51:49 DEBUG : banana: Sizes identical 2025/09/05 04:51:49 DEBUG : banana: Unchanged skipping 2025/09/05 04:51:49 DEBUG : splitbananasplit: Sizes identical 2025/09/05 04:51:49 DEBUG : splitbananasplit: Unchanged skipping 2025/09/05 04:51:50 DEBUG : dir1/0000-abcdefg.txt: Sizes identical 2025/09/05 04:51:50 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2025/09/05 04:51:50 DEBUG : dir1/0001-bcdefgh.txt: Sizes identical 2025/09/05 04:51:50 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2025/09/05 04:51:50 DEBUG : dir1/0002-cdefghi.txt: Sizes identical 2025/09/05 04:51:50 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2025/09/05 04:51:50 DEBUG : dir1/0003-defghij.txt: Sizes identical 2025/09/05 04:51:50 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2025/09/05 04:51:50 DEBUG : dir1/0004-efghijk.txt: Sizes identical 2025/09/05 04:51:50 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2025/09/05 04:51:50 DEBUG : dir1/0007-1234567.txt: Sizes identical 2025/09/05 04:51:50 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2025/09/05 04:51:50 DEBUG : dir1/0005-fghijkl.txt: Sizes identical 2025/09/05 04:51:50 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2025/09/05 04:51:50 DEBUG : dir1/0009-3456789.txt: Sizes identical 2025/09/05 04:51:50 DEBUG : dir1/0010-456789.txt: Sizes identical 2025/09/05 04:51:50 DEBUG : dir1/0011-56789;.txt: Sizes identical 2025/09/05 04:51:50 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2025/09/05 04:51:50 DEBUG : dir1/0013-789;=.txt: Sizes identical 2025/09/05 04:51:50 DEBUG : dir1/0014-89;=.txt: Sizes identical 2025/09/05 04:51:50 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2025/09/05 04:51:50 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2025/09/05 04:51:50 DEBUG : dir1/0015-9;=.txt: Sizes identical 2025/09/05 04:51:50 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2025/09/05 04:51:50 DEBUG : dir1/0012-6789;.txt: Sizes identical 2025/09/05 04:51:50 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2025/09/05 04:51:50 DEBUG : dir1/0006-ghijklm.txt: Sizes identical 2025/09/05 04:51:50 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2025/09/05 04:51:50 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2025/09/05 04:51:50 DEBUG : sugarsync root 'Test/rclone-test-vadasov1gila': Waiting for checks to finish 2025/09/05 04:51:50 DEBUG : dir1/0008-2345678.txt: Sizes identical 2025/09/05 04:51:50 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2025/09/05 04:51:50 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2025/09/05 04:51:50 DEBUG : sugarsync root 'Test/rclone-test-vadasov1gila': Waiting for transfers to finish 2025/09/05 04:51:50 DEBUG : Waiting for deletions to finish 2025/09/05 04:51:50 DEBUG : Waiting for deletions to finish 2025/09/05 04:51:50 DEBUG : apple: Excluded (Path Filter) 2025/09/05 04:51:50 DEBUG : apple: Excluded 2025/09/05 04:51:50 DEBUG : banana: Excluded (Path Filter) 2025/09/05 04:51:50 DEBUG : banana: Excluded 2025/09/05 04:51:50 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2025/09/05 04:51:50 DEBUG : appleappleapplebanana: Excluded 2025/09/05 04:51:50 DEBUG : splitbananasplit: Excluded (Path Filter) 2025/09/05 04:51:50 DEBUG : splitbananasplit: Excluded 2025/09/05 04:51:51 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2025/09/05 04:51:51 DEBUG : dir1/0000-abcdefg.txt: Excluded 2025/09/05 04:51:51 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2025/09/05 04:51:51 DEBUG : dir1/0001-bcdefgh.txt: Excluded 2025/09/05 04:51:51 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2025/09/05 04:51:51 DEBUG : dir1/0002-cdefghi.txt: Excluded 2025/09/05 04:51:51 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2025/09/05 04:51:51 DEBUG : dir1/0003-defghij.txt: Excluded 2025/09/05 04:51:51 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2025/09/05 04:51:51 DEBUG : dir1/0004-efghijk.txt: Excluded 2025/09/05 04:51:51 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2025/09/05 04:51:51 DEBUG : dir1/0005-fghijkl.txt: Excluded 2025/09/05 04:51:51 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2025/09/05 04:51:51 DEBUG : dir1/0006-ghijklm.txt: Excluded 2025/09/05 04:51:51 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2025/09/05 04:51:51 DEBUG : dir1/0007-1234567.txt: Excluded 2025/09/05 04:51:51 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2025/09/05 04:51:51 DEBUG : dir1/0008-2345678.txt: Excluded 2025/09/05 04:51:51 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2025/09/05 04:51:51 DEBUG : dir1/0009-3456789.txt: Excluded 2025/09/05 04:51:51 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2025/09/05 04:51:51 DEBUG : dir1/0010-456789.txt: Excluded 2025/09/05 04:51:51 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2025/09/05 04:51:51 DEBUG : dir1/0011-56789;.txt: Excluded 2025/09/05 04:51:51 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2025/09/05 04:51:51 DEBUG : dir1/0012-6789;.txt: Excluded 2025/09/05 04:51:51 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2025/09/05 04:51:51 DEBUG : dir1/0013-789;=.txt: Excluded 2025/09/05 04:51:51 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2025/09/05 04:51:51 DEBUG : dir1/0014-89;=.txt: Excluded 2025/09/05 04:51:51 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2025/09/05 04:51:51 DEBUG : dir1/0015-9;=.txt: Excluded 2025/09/05 04:51:53 DEBUG : Waiting for deletions to finish 2025/09/05 04:51:53 DEBUG : apple: Excluded (Path Filter) 2025/09/05 04:51:53 DEBUG : apple: Excluded 2025/09/05 04:51:53 DEBUG : banana: Excluded (Path Filter) 2025/09/05 04:51:53 DEBUG : banana: Excluded 2025/09/05 04:51:53 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2025/09/05 04:51:53 DEBUG : appleappleapplebanana: Excluded 2025/09/05 04:51:53 DEBUG : splitbananasplit: Excluded (Path Filter) 2025/09/05 04:51:53 DEBUG : splitbananasplit: Excluded 2025/09/05 04:51:54 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2025/09/05 04:51:54 DEBUG : dir1/0000-abcdefg.txt: Excluded 2025/09/05 04:51:54 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2025/09/05 04:51:54 DEBUG : dir1/0001-bcdefgh.txt: Excluded 2025/09/05 04:51:54 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2025/09/05 04:51:54 DEBUG : dir1/0002-cdefghi.txt: Excluded 2025/09/05 04:51:54 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2025/09/05 04:51:54 DEBUG : dir1/0003-defghij.txt: Excluded 2025/09/05 04:51:54 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2025/09/05 04:51:54 DEBUG : dir1/0004-efghijk.txt: Excluded 2025/09/05 04:51:54 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2025/09/05 04:51:54 DEBUG : dir1/0005-fghijkl.txt: Excluded 2025/09/05 04:51:54 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2025/09/05 04:51:54 DEBUG : dir1/0006-ghijklm.txt: Excluded 2025/09/05 04:51:54 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2025/09/05 04:51:54 DEBUG : dir1/0007-1234567.txt: Excluded 2025/09/05 04:51:54 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2025/09/05 04:51:54 DEBUG : dir1/0008-2345678.txt: Excluded 2025/09/05 04:51:54 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2025/09/05 04:51:54 DEBUG : dir1/0009-3456789.txt: Excluded 2025/09/05 04:51:54 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2025/09/05 04:51:54 DEBUG : dir1/0010-456789.txt: Excluded 2025/09/05 04:51:54 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2025/09/05 04:51:54 DEBUG : dir1/0011-56789;.txt: Excluded 2025/09/05 04:51:54 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2025/09/05 04:51:54 DEBUG : dir1/0012-6789;.txt: Excluded 2025/09/05 04:51:54 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2025/09/05 04:51:54 DEBUG : dir1/0013-789;=.txt: Excluded 2025/09/05 04:51:54 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2025/09/05 04:51:54 DEBUG : dir1/0014-89;=.txt: Excluded 2025/09/05 04:51:54 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2025/09/05 04:51:54 DEBUG : dir1/0015-9;=.txt: Excluded === RUN TestTransform/ISO-8859-1 run.go:180: Remote "sugarsync root 'Test/rclone-test-vadasov1gila'", Local "Local file system at /tmp/rclone1307721151", Modify Window "876000h0m0s" panic: test timed out after 1h0m0s running tests: TestTransform (11m8s) TestTransform/ISO-8859-1 (6s) goroutine 44781 [running]: testing.(*M).startAlarm.func1() /usr/local/go/src/testing/testing.go:2484 +0x394 created by time.goFunc /usr/local/go/src/time/sleep.go:215 +0x2d goroutine 1 [chan receive, 11 minutes]: testing.(*T).Run(0xc000503880, {0x275ba4c?, 0xc00006dad8?}, 0x288a0d0) /usr/local/go/src/testing/testing.go:1859 +0x431 testing.runTests.func1(0xc000503880) /usr/local/go/src/testing/testing.go:2279 +0x37 testing.tRunner(0xc000503880, 0xc00006dc18) /usr/local/go/src/testing/testing.go:1792 +0xf4 testing.runTests(0xc000a0ff68, {0x3fafdc0, 0x6c, 0x6c}, {0x845ca0?, 0x3fe9a80?, 0x3fc5f40?}) /usr/local/go/src/testing/testing.go:2277 +0x4b4 testing.(*M).Run(0xc00067a320) /usr/local/go/src/testing/testing.go:2142 +0x64a github.com/rclone/rclone/fstest.TestMain(0xc00067a320) /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:69 +0xa5 github.com/rclone/rclone/fs/sync.TestMain(...) /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:45 main.main() _testmain.go:261 +0xa9 goroutine 24 [syscall, 60 minutes]: os/signal.signal_recv() /usr/local/go/src/runtime/sigqueue.go:152 +0x29 os/signal.loop() /usr/local/go/src/os/signal/signal_unix.go:23 +0x13 created by os/signal.Notify.func1.1 in goroutine 1 /usr/local/go/src/os/signal/signal.go:152 +0x1f goroutine 25 [chan receive, 60 minutes]: github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler.func1() /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:24 +0x27 created by github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler in goroutine 1 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 31175 [chan receive]: testing.(*T).Run(0xc000b17dc0, {0x2753724?, 0x3fc2f00?}, 0xc000520ff0) /usr/local/go/src/testing/testing.go:1859 +0x431 github.com/rclone/rclone/fs/sync.TestTransform(0xc000b17dc0) /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:95 +0x62a testing.tRunner(0xc000b17dc0, 0x288a0d0) /usr/local/go/src/testing/testing.go:1792 +0xf4 created by testing.(*T).Run in goroutine 1 /usr/local/go/src/testing/testing.go:1851 +0x413 goroutine 44664 [select]: net/http.(*persistConn).roundTrip(0xc000440120, 0xc00083a1e0) /usr/local/go/src/net/http/transport.go:2826 +0x785 net/http.(*Transport).roundTrip(0xc0000df1e0, 0xc0000d0c80) /usr/local/go/src/net/http/transport.go:696 +0xb9a net/http.(*Transport).RoundTrip(...) /usr/local/go/src/net/http/roundtrip.go:30 github.com/rclone/rclone/fs/fshttp.(*Transport).RoundTrip(0xc0002e5560, 0xc0000d0c80) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/http.go:496 +0x345 net/http.send(0xc0000d0c80, {0x2badda0, 0xc0002e5560}, {0x15000000006fbe01?, 0x7870137e0c18?, 0x0?}) /usr/local/go/src/net/http/client.go:259 +0x5e2 net/http.(*Client).send(0xc00052d050, 0xc0000d0c80, {0x148?, 0x23a3fa0?, 0x0?}) /usr/local/go/src/net/http/client.go:180 +0x91 net/http.(*Client).do(0xc00052d050, 0xc0000d0c80) /usr/local/go/src/net/http/client.go:728 +0x989 net/http.(*Client).Do(...) /usr/local/go/src/net/http/client.go:587 github.com/rclone/rclone/lib/rest.(*Client).Call(0xc0000cc000, {0x2bd50e8, 0x3fe9520}, 0xc0000d0b40) /home/rclone/go/src/github.com/rclone/rclone/lib/rest/rest.go:353 +0xd67 github.com/rclone/rclone/backend/sugarsync.(*Object).Update.func2() /home/rclone/go/src/github.com/rclone/rclone/backend/sugarsync/sugarsync.go:1294 +0x4d github.com/rclone/rclone/fs.pacerInvoker(0x1, 0x1, 0x0?) /home/rclone/go/src/github.com/rclone/rclone/fs/pacer.go:86 +0x32 github.com/rclone/rclone/lib/pacer.(*Pacer).call(0xc0002e55c0, 0xc0006aedc0, 0x1) /home/rclone/go/src/github.com/rclone/rclone/lib/pacer/pacer.go:199 +0x7c github.com/rclone/rclone/lib/pacer.(*Pacer).CallNoRetry(...) /home/rclone/go/src/github.com/rclone/rclone/lib/pacer/pacer.go:227 github.com/rclone/rclone/backend/sugarsync.(*Object).Update(0xc000a0b130, {0x2bd50e8, 0x3fe9520}, {0x2bac200, 0xc000814600}, {0x2be0310, 0xc000336a80}, {0x0, 0x0, 0x0}) /home/rclone/go/src/github.com/rclone/rclone/backend/sugarsync/sugarsync.go:1293 +0x3bd github.com/rclone/rclone/backend/sugarsync.(*Fs).PutUnchecked(0xc0004b6d80, {0x2bd50e8, 0x3fe9520}, {0x2bac200, 0xc000814600}, {0x2be0310, 0xc000336a80}, {0x0, 0x0, 0x0}) /home/rclone/go/src/github.com/rclone/rclone/backend/sugarsync/sugarsync.go:781 +0x14c github.com/rclone/rclone/backend/sugarsync.(*Fs).Put(0xc0004b6d80, {0x2bd50e8, 0x3fe9520}, {0x2bac200, 0xc000814600}, {0x2be0310, 0xc000336a80}, {0x0, 0x0, 0x0}) /home/rclone/go/src/github.com/rclone/rclone/backend/sugarsync/sugarsync.go:754 +0x12c github.com/rclone/rclone/fstest.(*Run).WriteObjectTo(0xc000429110, {0x2bd50e8, 0x3fe9520}, {0x2beccb0, 0xc0004b6d80}, {0xc000b805e8, 0x15}, {0xc000b805e8, 0x15}, {0x1dcd64ff, ...}, ...) /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:275 +0x3f2 github.com/rclone/rclone/fstest.(*Run).WriteObject(...) /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:292 github.com/rclone/rclone/fs/sync.makeTestFiles(0xc000429110?, 0xc000429110, {0x2740d92, 0x4}) /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:150 +0x425 github.com/rclone/rclone/fs/sync.TestTransform.func1(0xc000ab61c0) /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:102 +0xd3 testing.tRunner(0xc000ab61c0, 0xc000520ff0) /usr/local/go/src/testing/testing.go:1792 +0xf4 created by testing.(*T).Run in goroutine 31175 /usr/local/go/src/testing/testing.go:1851 +0x413 goroutine 44779 [IO wait]: internal/poll.runtime_pollWait(0x7870291cb5d8, 0x72) /usr/local/go/src/runtime/netpoll.go:351 +0x85 internal/poll.(*pollDesc).wait(0xc0001e5380?, 0xc0008b7800?, 0x0) /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 internal/poll.(*pollDesc).waitRead(...) /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 internal/poll.(*FD).Read(0xc0001e5380, {0xc0008b7800, 0x1800, 0x1800}) /usr/local/go/src/internal/poll/fd_unix.go:165 +0x27a net.(*netFD).Read(0xc0001e5380, {0xc0008b7800?, 0x17f3?, 0xc000a58400?}) /usr/local/go/src/net/fd_posix.go:55 +0x25 net.(*conn).Read(0xc000148ba8, {0xc0008b7800?, 0xc000689350?, 0xd?}) /usr/local/go/src/net/net.go:194 +0x45 github.com/rclone/rclone/fs/fshttp.(*timeoutConn).Read(0xc000b01dd0, {0xc0008b7800?, 0x7870137de4b8?, 0x7870716b85c0?}) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/dialer.go:111 +0x29 crypto/tls.(*atLeastReader).Read(0xc000c1d998, {0xc0008b7800?, 0x17f3?, 0xa5befc?}) /usr/local/go/src/crypto/tls/conn.go:809 +0x3b bytes.(*Buffer).ReadFrom(0xc000689438, {0x2baf340, 0xc000c1d998}) /usr/local/go/src/bytes/buffer.go:211 +0x98 crypto/tls.(*Conn).readFromUntil(0xc000689188, {0x787012eabc18, 0xc000b01dd0}, 0x4426d4?) /usr/local/go/src/crypto/tls/conn.go:831 +0xde crypto/tls.(*Conn).readRecordOrCCS(0xc000689188, 0x0) /usr/local/go/src/crypto/tls/conn.go:629 +0x3cf crypto/tls.(*Conn).readRecord(...) /usr/local/go/src/crypto/tls/conn.go:591 crypto/tls.(*Conn).Read(0xc000689188, {0xc000aac000, 0x1000, 0xc00052d620?}) /usr/local/go/src/crypto/tls/conn.go:1385 +0x145 net/http.(*persistConn).Read(0xc000440120, {0xc000aac000?, 0x80d2e5?, 0x2bac100?}) /usr/local/go/src/net/http/transport.go:2122 +0x47 bufio.(*Reader).fill(0xc000aa7200) /usr/local/go/src/bufio/bufio.go:113 +0x103 bufio.(*Reader).Peek(0xc000aa7200, 0x1) /usr/local/go/src/bufio/bufio.go:152 +0x53 net/http.(*persistConn).readLoop(0xc000440120) /usr/local/go/src/net/http/transport.go:2275 +0x172 created by net/http.(*Transport).dialConn in goroutine 44773 /usr/local/go/src/net/http/transport.go:1944 +0x174f goroutine 44780 [select]: net/http.(*persistConn).writeLoop(0xc000440120) /usr/local/go/src/net/http/transport.go:2590 +0xe7 created by net/http.(*Transport).dialConn in goroutine 44773 /usr/local/go/src/net/http/transport.go:1945 +0x17a5 goroutine 5351 [chan receive, 49 minutes]: github.com/rclone/rclone/lib/atexit.Register.func1.1() /home/rclone/go/src/github.com/rclone/rclone/lib/atexit/atexit.go:45 +0x29 created by github.com/rclone/rclone/lib/atexit.Register.func1 in goroutine 5303 /home/rclone/go/src/github.com/rclone/rclone/lib/atexit/atexit.go:44 +0x68 "./sync.test -test.v -test.timeout 1h0m0s -remote TestSugarSync:Test -verbose" - Finished ERROR in 1h0m3.430877072s (try 3/5): exit status 2: Failed []