"./sync.test -test.v -test.timeout 1h0m0s -remote TestMega: -verbose -test.run '^(TestAllTag|TestBase64|TestConflicting|TestDirTag|TestDoubleTransform|TestError|TestFileTag|TestManualTransformFile|TestMove|TestMoveWithDeleteEmptySrcDirs|TestMoveWithIgnoreExisting|TestMoveWithoutDeleteEmptySrcDirs|TestNoTag|TestNothingToTransferWithEmptyDirs|TestNothingToTransferWithoutEmptyDirs|TestRunTwice|TestServerSideMove|TestServerSideMoveDeleteEmptySourceDirs|TestServerSideMoveWithFilter|TestSyncBackupDir|TestSyncBackupDirSuffixOnly|TestSyncBackupDirWithSuffix|TestSyncBackupDirWithSuffixKeepExtension|TestSyncCompareDest|TestSyncMultipleCompareDest|TestSyncOverlapWithFilter|TestSyncReplaceDirModTime|TestSyncReplaceDirModTimeWithEmptyDirs|TestSyncSuffix|TestSyncSuffixKeepExtension|TestSyncWithTrackRenamesStrategyLeaf|TestTransformCopy|TestTransformFile)$|^TestTransform$/^(ISO-8859-1|NFC|NFD|ascii|base64|charmap|encoder|lowercase|prefix|suffix|truncate)$'" - Starting (try 4/5) 2025/10/01 02:57:22 DEBUG : Creating backend with remote "TestMega:rclone-test-safoyug7yeka" 2025/10/01 02:57:22 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/10/01 02:57:38 DEBUG : Creating backend with remote "/tmp/rclone3761812659" === RUN TestSyncWithTrackRenamesStrategyLeaf run.go:180: Remote "mega root 'rclone-test-safoyug7yeka'", Local "Local file system at /tmp/rclone3761812659", Modify Window "876000h0m0s" sync_test.go:1679: Can track renames: false 2025/10/01 02:57:38 INFO : mega root 'rclone-test-safoyug7yeka': Making map for --track-renames 2025/10/01 02:57:38 INFO : mega root 'rclone-test-safoyug7yeka': Finished making map for --track-renames 2025/10/01 02:57:38 DEBUG : mega root 'rclone-test-safoyug7yeka': Waiting for checks to finish 2025/10/01 02:57:38 DEBUG : potato: Need to transfer - No matching file found at Destination 2025/10/01 02:57:38 DEBUG : mega root 'rclone-test-safoyug7yeka': Waiting for renames to finish 2025/10/01 02:57:38 DEBUG : sub/yam: Need to transfer - No matching file found at Destination 2025/10/01 02:57:38 DEBUG : mega root 'rclone-test-safoyug7yeka': Waiting for transfers to finish 2025/10/01 02:57:39 INFO : potato: Copied (new) 2025/10/01 02:57:39 INFO : sub/yam: Copied (new) 2025/10/01 02:57:39 DEBUG : Waiting for deletions to finish 2025/10/01 02:57:39 DEBUG : potato: Sizes identical 2025/10/01 02:57:39 DEBUG : potato: Unchanged skipping 2025/10/01 02:57:39 INFO : mega root 'rclone-test-safoyug7yeka': Making map for --track-renames 2025/10/01 02:57:39 INFO : mega root 'rclone-test-safoyug7yeka': Finished making map for --track-renames 2025/10/01 02:57:39 DEBUG : mega root 'rclone-test-safoyug7yeka': Waiting for checks to finish 2025/10/01 02:57:39 DEBUG : mega root 'rclone-test-safoyug7yeka': Waiting for renames to finish 2025/10/01 02:57:40 INFO : sub/yam: Moved (server-side) to: yam 2025/10/01 02:57:40 INFO : yam: Renamed from "sub/yam" 2025/10/01 02:57:40 DEBUG : mega root 'rclone-test-safoyug7yeka': Waiting for transfers to finish 2025/10/01 02:57:40 DEBUG : Waiting for deletions to finish 2025/10/01 02:57:40 INFO : There was nothing to transfer --- PASS: TestSyncWithTrackRenamesStrategyLeaf (2.26s) === RUN TestMoveWithDeleteEmptySrcDirs run.go:180: Remote "mega root 'rclone-test-safoyug7yeka'", Local "Local file system at /tmp/rclone3761812659", Modify Window "876000h0m0s" 2025/10/01 02:57:41 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/10/01 02:57:41 DEBUG : nested/sub dir/file: Need to transfer - File not found at Destination 2025/10/01 02:57:41 DEBUG : mega root 'rclone-test-safoyug7yeka': Waiting for checks to finish 2025/10/01 02:57:41 DEBUG : mega root 'rclone-test-safoyug7yeka': Waiting for transfers to finish 2025/10/01 02:57:41 INFO : sub dir/hello world: Copied (new) 2025/10/01 02:57:41 INFO : sub dir/hello world: Deleted 2025/10/01 02:57:42 INFO : nested/sub dir/file: Copied (new) 2025/10/01 02:57:42 INFO : nested/sub dir/file: Deleted 2025/10/01 02:57:42 INFO : sub dir: Removing directory 2025/10/01 02:57:42 INFO : nested/sub dir: Removing directory 2025/10/01 02:57:42 INFO : nested: Removing directory 2025/10/01 02:57:42 DEBUG : Local file system at /tmp/rclone3761812659: deleted 3 directories --- PASS: TestMoveWithDeleteEmptySrcDirs (2.07s) === RUN TestMoveWithoutDeleteEmptySrcDirs run.go:180: Remote "mega root 'rclone-test-safoyug7yeka'", Local "Local file system at /tmp/rclone3761812659", Modify Window "876000h0m0s" 2025/10/01 02:57:43 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/10/01 02:57:43 DEBUG : nested/sub dir/file: Need to transfer - File not found at Destination 2025/10/01 02:57:43 DEBUG : mega root 'rclone-test-safoyug7yeka': Waiting for checks to finish 2025/10/01 02:57:43 DEBUG : mega root 'rclone-test-safoyug7yeka': Waiting for transfers to finish 2025/10/01 02:57:43 INFO : sub dir/hello world: Copied (new) 2025/10/01 02:57:43 INFO : sub dir/hello world: Deleted 2025/10/01 02:57:43 INFO : nested/sub dir/file: Copied (new) 2025/10/01 02:57:43 INFO : nested/sub dir/file: Deleted --- PASS: TestMoveWithoutDeleteEmptySrcDirs (1.36s) === RUN TestMoveWithIgnoreExisting run.go:180: Remote "mega root 'rclone-test-safoyug7yeka'", Local "Local file system at /tmp/rclone3761812659", Modify Window "876000h0m0s" 2025/10/01 02:57:44 DEBUG : existing-b: Need to transfer - File not found at Destination 2025/10/01 02:57:44 DEBUG : existing: Need to transfer - File not found at Destination 2025/10/01 02:57:44 DEBUG : mega root 'rclone-test-safoyug7yeka': Waiting for checks to finish 2025/10/01 02:57:44 DEBUG : mega root 'rclone-test-safoyug7yeka': Waiting for transfers to finish 2025/10/01 02:57:44 INFO : existing-b: Copied (new) 2025/10/01 02:57:44 INFO : existing-b: Deleted 2025/10/01 02:57:44 INFO : existing: Copied (new) 2025/10/01 02:57:44 INFO : existing: Deleted 2025/10/01 02:57:44 DEBUG : existing: Destination exists, skipping 2025/10/01 02:57:44 DEBUG : existing: Not removing source file as destination file exists and --ignore-existing is set 2025/10/01 02:57:44 DEBUG : mega root 'rclone-test-safoyug7yeka': Waiting for checks to finish 2025/10/01 02:57:44 DEBUG : mega root 'rclone-test-safoyug7yeka': Waiting for transfers to finish 2025/10/01 02:57:44 INFO : There was nothing to transfer fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:292: Sleeping for 6s just to make sure --- PASS: TestMoveWithIgnoreExisting (7.52s) === RUN TestServerSideMove run.go:180: Remote "mega root 'rclone-test-safoyug7yeka'", Local "Local file system at /tmp/rclone3761812659", Modify Window "876000h0m0s" 2025/10/01 02:57:52 DEBUG : Creating backend with remote "TestMega:rclone-test-qatalex2teza" sync_test.go:1735: Server side move (if possible) mega root 'rclone-test-safoyug7yeka' -> mega root 'rclone-test-qatalex2teza' 2025/10/01 02:57:53 DEBUG : mega root 'rclone-test-qatalex2teza': Using server-side directory move 2025/10/01 02:57:53 INFO : mega root 'rclone-test-qatalex2teza': Server side directory move failed - fallback to file moves: can't copy directory - destination already exists 2025/10/01 02:57:53 DEBUG : potato2: Need to transfer - File not found at Destination 2025/10/01 02:57:53 DEBUG : empty space: Sizes identical 2025/10/01 02:57:53 DEBUG : empty space: Unchanged skipping 2025/10/01 02:57:53 INFO : empty space: Deleted 2025/10/01 02:57:53 DEBUG : mega root 'rclone-test-qatalex2teza': Waiting for checks to finish 2025/10/01 02:57:53 DEBUG : potato3: Sizes differ (src 68 vs dst 60) 2025/10/01 02:57:53 DEBUG : mega root 'rclone-test-qatalex2teza': Waiting for transfers to finish 2025/10/01 02:57:53 INFO : potato3: Deleted 2025/10/01 02:57:53 INFO : potato3: Moved (server-side) 2025/10/01 02:57:53 INFO : potato2: Moved (server-side) 2025/10/01 02:57:53 DEBUG : Creating backend with remote "TestMega:rclone-test-pedised8ruta" 2025/10/01 02:57:53 DEBUG : mega root 'rclone-test-pedised8ruta': Using server-side directory move 2025/10/01 02:57:54 INFO : mega root 'rclone-test-pedised8ruta': Server side directory move succeeded 2025/10/01 02:57:54 ERROR : error listing: directory not found 2025/10/01 02:57:54 DEBUG : mega root 'rclone-test-pedised8ruta': Purge remote 2025/10/01 02:57:54 DEBUG : mega root 'rclone-test-qatalex2teza': Purge remote 2025/10/01 02:57:54 NOTICE: purge failed: directory not found --- PASS: TestServerSideMove (2.04s) === RUN TestServerSideMoveWithFilter run.go:180: Remote "mega root 'rclone-test-safoyug7yeka'", Local "Local file system at /tmp/rclone3761812659", Modify Window "876000h0m0s" 2025/10/01 02:57:54 DEBUG : Creating backend with remote "TestMega:rclone-test-vozorob6toce" sync_test.go:1735: Server side move (if possible) mega root 'rclone-test-safoyug7yeka' -> mega root 'rclone-test-vozorob6toce' 2025/10/01 02:57:55 DEBUG : empty space: Excluded (Size Filter) 2025/10/01 02:57:55 DEBUG : empty space: Excluded 2025/10/01 02:57:55 DEBUG : empty space: Excluded (Size Filter) 2025/10/01 02:57:55 DEBUG : empty space: Excluded 2025/10/01 02:57:55 DEBUG : potato2: Need to transfer - File not found at Destination 2025/10/01 02:57:55 DEBUG : potato3: Sizes differ (src 68 vs dst 60) 2025/10/01 02:57:55 DEBUG : mega root 'rclone-test-vozorob6toce': Waiting for checks to finish 2025/10/01 02:57:55 DEBUG : mega root 'rclone-test-vozorob6toce': Waiting for transfers to finish 2025/10/01 02:57:55 INFO : potato3: Deleted 2025/10/01 02:57:56 INFO : potato2: Moved (server-side) 2025/10/01 02:57:56 INFO : potato3: Moved (server-side) 2025/10/01 02:57:56 DEBUG : Creating backend with remote "TestMega:rclone-test-fiyuhem8muga" 2025/10/01 02:57:56 DEBUG : empty space: Excluded (Size Filter) 2025/10/01 02:57:56 DEBUG : empty space: Excluded 2025/10/01 02:57:56 DEBUG : potato2: Need to transfer - File not found at Destination 2025/10/01 02:57:56 DEBUG : potato3: Need to transfer - File not found at Destination 2025/10/01 02:57:56 DEBUG : mega root 'rclone-test-fiyuhem8muga': Waiting for checks to finish 2025/10/01 02:57:56 DEBUG : mega root 'rclone-test-fiyuhem8muga': Waiting for transfers to finish 2025/10/01 02:57:56 INFO : potato2: Moved (server-side) 2025/10/01 02:57:56 INFO : potato3: Moved (server-side) 2025/10/01 02:57:56 DEBUG : mega root 'rclone-test-fiyuhem8muga': Purge remote 2025/10/01 02:57:57 DEBUG : mega root 'rclone-test-vozorob6toce': Purge remote --- PASS: TestServerSideMoveWithFilter (3.26s) === RUN TestServerSideMoveDeleteEmptySourceDirs run.go:180: Remote "mega root 'rclone-test-safoyug7yeka'", Local "Local file system at /tmp/rclone3761812659", Modify Window "876000h0m0s" 2025/10/01 02:57:57 DEBUG : Creating backend with remote "TestMega:rclone-test-yadasuq3pubi" 2025/10/01 02:57:58 INFO : tomatoDir: Making directory sync_test.go:1735: Server side move (if possible) mega root 'rclone-test-safoyug7yeka' -> mega root 'rclone-test-yadasuq3pubi' 2025/10/01 02:57:59 DEBUG : mega root 'rclone-test-yadasuq3pubi': Using server-side directory move 2025/10/01 02:57:59 INFO : mega root 'rclone-test-yadasuq3pubi': Server side directory move failed - fallback to file moves: can't copy directory - destination already exists 2025/10/01 02:57:59 DEBUG : potato2: Need to transfer - File not found at Destination 2025/10/01 02:57:59 DEBUG : empty space: Sizes identical 2025/10/01 02:57:59 DEBUG : empty space: Unchanged skipping 2025/10/01 02:57:59 INFO : empty space: Deleted 2025/10/01 02:57:59 DEBUG : potato3: Sizes differ (src 68 vs dst 60) 2025/10/01 02:57:59 DEBUG : mega root 'rclone-test-yadasuq3pubi': Waiting for checks to finish 2025/10/01 02:57:59 DEBUG : mega root 'rclone-test-yadasuq3pubi': Waiting for transfers to finish 2025/10/01 02:57:59 INFO : potato3: Deleted 2025/10/01 02:57:59 INFO : potato2: Moved (server-side) 2025/10/01 02:57:59 INFO : potato3: Moved (server-side) 2025/10/01 02:57:59 INFO : tomatoDir: Removing directory 2025/10/01 02:58:00 DEBUG : mega root 'rclone-test-safoyug7yeka': deleted 1 directories 2025/10/01 02:58:00 DEBUG : Creating backend with remote "TestMega:rclone-test-qunavir1jemi" 2025/10/01 02:58:00 INFO : tomatoDir: Making directory 2025/10/01 02:58:00 DEBUG : mega root 'rclone-test-qunavir1jemi': Using server-side directory move 2025/10/01 02:58:00 INFO : mega root 'rclone-test-qunavir1jemi': Server side directory move succeeded 2025/10/01 02:58:00 ERROR : error listing: directory not found 2025/10/01 02:58:00 ERROR : error listing: directory not found 2025/10/01 02:58:00 DEBUG : mega root 'rclone-test-qunavir1jemi': Purge remote 2025/10/01 02:58:00 DEBUG : mega root 'rclone-test-yadasuq3pubi': Purge remote 2025/10/01 02:58:00 NOTICE: purge failed: directory not found --- PASS: TestServerSideMoveDeleteEmptySourceDirs (3.46s) === RUN TestSyncOverlapWithFilter run.go:180: Remote "mega root 'rclone-test-safoyug7yeka'", Local "Local file system at /tmp/rclone3761812659", Modify Window "876000h0m0s" 2025/10/01 02:58:00 DEBUG : Creating backend with remote "TestMega:rclone-test-safoyug7yeka/rclone-sync-test" 2025/10/01 02:58:01 DEBUG : Creating backend with remote "TestMega:rclone-test-safoyug7yeka/rclone-sync-test-include/layer2" 2025/10/01 02:58:01 DEBUG : Creating backend with remote "TestMega:rclone-test-safoyug7yeka/rclone-sync-test-ignore-file" 2025/10/01 02:58:02 DEBUG : rclone-sync-test-ignore-file: Excluded 2025/10/01 02:58:02 DEBUG : rclone-sync-test: Excluded 2025/10/01 02:58:02 DEBUG : rclone-sync-test-include/layer2: Excluded 2025/10/01 02:58:02 DEBUG : mega root 'rclone-test-safoyug7yeka/rclone-sync-test': Waiting for checks to finish 2025/10/01 02:58:02 DEBUG : mega root 'rclone-test-safoyug7yeka/rclone-sync-test': Waiting for transfers to finish 2025/10/01 02:58:02 DEBUG : Waiting for deletions to finish 2025/10/01 02:58:02 INFO : There was nothing to transfer 2025/10/01 02:58:02 DEBUG : rclone-sync-test-ignore-file: Excluded 2025/10/01 02:58:02 DEBUG : rclone-sync-test: Excluded 2025/10/01 02:58:02 DEBUG : rclone-sync-test-include/layer2: Excluded 2025/10/01 02:58:02 DEBUG : mega root 'rclone-test-safoyug7yeka': Waiting for checks to finish 2025/10/01 02:58:02 DEBUG : mega root 'rclone-test-safoyug7yeka': Waiting for transfers to finish 2025/10/01 02:58:02 DEBUG : Waiting for deletions to finish 2025/10/01 02:58:02 INFO : rclone-sync-test-include: Removing directory 2025/10/01 02:58:02 DEBUG : rclone-sync-test-include: Failed to Rmdir: directory not empty 2025/10/01 02:58:02 DEBUG : mega root 'rclone-test-safoyug7yeka': failed to delete 1 directories 2025/10/01 02:58:02 INFO : There was nothing to transfer 2025/10/01 02:58:02 DEBUG : rclone-sync-test-ignore-file: Excluded 2025/10/01 02:58:02 DEBUG : rclone-sync-test: Excluded 2025/10/01 02:58:02 DEBUG : rclone-sync-test-include/layer2: Excluded 2025/10/01 02:58:02 DEBUG : mega root 'rclone-test-safoyug7yeka/rclone-sync-test-include/layer2': Waiting for checks to finish 2025/10/01 02:58:02 DEBUG : mega root 'rclone-test-safoyug7yeka/rclone-sync-test-include/layer2': Waiting for transfers to finish 2025/10/01 02:58:02 DEBUG : Waiting for deletions to finish 2025/10/01 02:58:02 INFO : There was nothing to transfer 2025/10/01 02:58:02 DEBUG : rclone-sync-test-ignore-file: Excluded 2025/10/01 02:58:02 DEBUG : rclone-sync-test: Excluded 2025/10/01 02:58:02 DEBUG : rclone-sync-test-include/layer2: Excluded 2025/10/01 02:58:02 DEBUG : mega root 'rclone-test-safoyug7yeka': Waiting for checks to finish 2025/10/01 02:58:02 DEBUG : mega root 'rclone-test-safoyug7yeka': Waiting for transfers to finish 2025/10/01 02:58:02 DEBUG : Waiting for deletions to finish 2025/10/01 02:58:02 INFO : rclone-sync-test-include: Removing directory 2025/10/01 02:58:02 DEBUG : rclone-sync-test-include: Failed to Rmdir: directory not empty 2025/10/01 02:58:02 DEBUG : mega root 'rclone-test-safoyug7yeka': failed to delete 1 directories 2025/10/01 02:58:02 INFO : There was nothing to transfer 2025/10/01 02:58:02 DEBUG : Excluded 2025/10/01 02:58:02 DEBUG : rclone-sync-test-ignore-file: Excluded 2025/10/01 02:58:02 DEBUG : rclone-sync-test: Excluded 2025/10/01 02:58:02 DEBUG : rclone-sync-test-include/layer2: Excluded 2025/10/01 02:58:02 DEBUG : mega root 'rclone-test-safoyug7yeka/rclone-sync-test-ignore-file': Waiting for checks to finish 2025/10/01 02:58:02 DEBUG : mega root 'rclone-test-safoyug7yeka/rclone-sync-test-ignore-file': Waiting for transfers to finish 2025/10/01 02:58:02 DEBUG : Waiting for deletions to finish 2025/10/01 02:58:02 INFO : There was nothing to transfer --- PASS: TestSyncOverlapWithFilter (1.97s) === RUN TestSyncCompareDest run.go:180: Remote "mega root 'rclone-test-safoyug7yeka'", Local "Local file system at /tmp/rclone3761812659", Modify Window "876000h0m0s" 2025/10/01 02:58:02 DEBUG : Creating backend with remote "TestMega:rclone-test-safoyug7yeka/dst" 2025/10/01 02:58:02 DEBUG : Creating backend with remote "TestMega:rclone-test-safoyug7yeka/CompareDest" 2025/10/01 02:58:02 DEBUG : one: Need to transfer - File not found at Destination 2025/10/01 02:58:02 DEBUG : mega root 'rclone-test-safoyug7yeka/dst': Waiting for checks to finish 2025/10/01 02:58:02 DEBUG : mega root 'rclone-test-safoyug7yeka/dst': Waiting for transfers to finish 2025/10/01 02:58:03 INFO : one: Copied (new) 2025/10/01 02:58:03 DEBUG : Waiting for deletions to finish 2025/10/01 02:58:03 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/10/01 02:58:03 DEBUG : mega root 'rclone-test-safoyug7yeka/dst': Waiting for checks to finish 2025/10/01 02:58:03 DEBUG : mega root 'rclone-test-safoyug7yeka/dst': Waiting for transfers to finish 2025/10/01 02:58:03 INFO : one: Copied (replaced existing) 2025/10/01 02:58:03 DEBUG : Waiting for deletions to finish 2025/10/01 02:58:04 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/10/01 02:58:04 DEBUG : mega root 'rclone-test-safoyug7yeka/dst': Waiting for checks to finish 2025/10/01 02:58:04 DEBUG : one: Sizes identical 2025/10/01 02:58:04 DEBUG : one: Destination found in --compare-dest, skipping 2025/10/01 02:58:04 DEBUG : mega root 'rclone-test-safoyug7yeka/dst': Waiting for transfers to finish 2025/10/01 02:58:04 DEBUG : Waiting for deletions to finish 2025/10/01 02:58:04 INFO : There was nothing to transfer 2025/10/01 02:58:04 DEBUG : two: Sizes identical 2025/10/01 02:58:04 DEBUG : two: Destination found in --compare-dest, skipping 2025/10/01 02:58:04 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/10/01 02:58:04 DEBUG : one: Sizes identical 2025/10/01 02:58:04 DEBUG : one: Destination found in --compare-dest, skipping 2025/10/01 02:58:04 DEBUG : mega root 'rclone-test-safoyug7yeka/dst': Waiting for checks to finish 2025/10/01 02:58:04 DEBUG : mega root 'rclone-test-safoyug7yeka/dst': Waiting for transfers to finish 2025/10/01 02:58:04 DEBUG : Waiting for deletions to finish 2025/10/01 02:58:04 INFO : There was nothing to transfer 2025/10/01 02:58:04 DEBUG : two: Sizes identical 2025/10/01 02:58:04 DEBUG : two: Destination found in --compare-dest, skipping 2025/10/01 02:58:04 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/10/01 02:58:04 DEBUG : one: Sizes identical 2025/10/01 02:58:04 DEBUG : one: Destination found in --compare-dest, skipping 2025/10/01 02:58:04 DEBUG : mega root 'rclone-test-safoyug7yeka/dst': Waiting for checks to finish 2025/10/01 02:58:04 DEBUG : mega root 'rclone-test-safoyug7yeka/dst': Waiting for transfers to finish 2025/10/01 02:58:04 DEBUG : Waiting for deletions to finish 2025/10/01 02:58:04 INFO : There was nothing to transfer sync_test.go:2205: No hash on uploaded file so skipping compare timestamp test 2025/10/01 02:58:04 DEBUG : two: Sizes differ (src 5 vs dst 3) 2025/10/01 02:58:04 DEBUG : two: Need to transfer - File not found at Destination 2025/10/01 02:58:04 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/10/01 02:58:04 DEBUG : one: Sizes identical 2025/10/01 02:58:04 DEBUG : one: Destination found in --compare-dest, skipping 2025/10/01 02:58:04 DEBUG : mega root 'rclone-test-safoyug7yeka/dst': Waiting for checks to finish 2025/10/01 02:58:04 DEBUG : mega root 'rclone-test-safoyug7yeka/dst': Waiting for transfers to finish 2025/10/01 02:58:04 INFO : two: Copied (new) 2025/10/01 02:58:04 DEBUG : Waiting for deletions to finish run.go:125: removing dir "dst" failed - try 1/3: directory not empty --- PASS: TestSyncCompareDest (3.61s) === RUN TestSyncMultipleCompareDest run.go:180: Remote "mega root 'rclone-test-safoyug7yeka'", Local "Local file system at /tmp/rclone3761812659", Modify Window "876000h0m0s" 2025/10/01 02:58:09 DEBUG : Creating backend with remote "TestMega:rclone-test-safoyug7yeka/dest" 2025/10/01 02:58:09 DEBUG : Creating backend with remote "TestMega:rclone-test-safoyug7yeka/pre-dest1" 2025/10/01 02:58:09 DEBUG : Creating backend with remote "TestMega:rclone-test-safoyug7yeka/pre-dest2" 2025/10/01 02:58:09 DEBUG : 1: Sizes identical 2025/10/01 02:58:09 DEBUG : 1: Destination found in --compare-dest, skipping 2025/10/01 02:58:09 DEBUG : 2: Sizes identical 2025/10/01 02:58:09 DEBUG : 2: Destination found in --compare-dest, skipping 2025/10/01 02:58:09 DEBUG : 3: Need to transfer - File not found at Destination 2025/10/01 02:58:09 DEBUG : mega root 'rclone-test-safoyug7yeka/dest': Waiting for checks to finish 2025/10/01 02:58:09 DEBUG : mega root 'rclone-test-safoyug7yeka/dest': Waiting for transfers to finish 2025/10/01 02:58:09 INFO : 3: Copied (new) 2025/10/01 02:58:09 DEBUG : Waiting for deletions to finish --- PASS: TestSyncMultipleCompareDest (3.71s) === RUN TestSyncBackupDir run.go:180: Remote "mega root 'rclone-test-safoyug7yeka'", Local "Local file system at /tmp/rclone3761812659", Modify Window "876000h0m0s" 2025/10/01 02:58:10 DEBUG : Creating backend with remote "TestMega:rclone-test-safoyug7yeka/dst" 2025/10/01 02:58:10 DEBUG : Creating backend with remote "TestMega:rclone-test-safoyug7yeka/backup" 2025/10/01 02:58:10 DEBUG : one: Sizes differ (src 4 vs dst 3) 2025/10/01 02:58:10 DEBUG : two: Sizes identical 2025/10/01 02:58:10 DEBUG : two: Unchanged skipping 2025/10/01 02:58:10 DEBUG : mega root 'rclone-test-safoyug7yeka/dst': Waiting for checks to finish 2025/10/01 02:58:11 INFO : one: Moved (server-side) 2025/10/01 02:58:11 DEBUG : mega root 'rclone-test-safoyug7yeka/dst': Waiting for transfers to finish 2025/10/01 02:58:11 INFO : one: Copied (new) 2025/10/01 02:58:11 DEBUG : Waiting for deletions to finish 2025/10/01 02:58:12 INFO : three.txt: Moved (server-side) 2025/10/01 02:58:12 INFO : three.txt: Moved into backup dir 2025/10/01 02:58:12 DEBUG : one: Sizes differ (src 5 vs dst 4) 2025/10/01 02:58:12 DEBUG : two: Sizes identical 2025/10/01 02:58:12 DEBUG : two: Unchanged skipping 2025/10/01 02:58:12 DEBUG : mega root 'rclone-test-safoyug7yeka/dst': Waiting for checks to finish 2025/10/01 02:58:12 INFO : one: Deleted 2025/10/01 02:58:12 INFO : one: Moved (server-side) 2025/10/01 02:58:12 DEBUG : mega root 'rclone-test-safoyug7yeka/dst': Waiting for transfers to finish 2025/10/01 02:58:13 INFO : one: Copied (new) 2025/10/01 02:58:13 DEBUG : Waiting for deletions to finish 2025/10/01 02:58:13 INFO : three.txt: Deleted 2025/10/01 02:58:13 INFO : three.txt: Moved (server-side) 2025/10/01 02:58:13 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDir (4.25s) === RUN TestSyncBackupDirWithSuffix run.go:180: Remote "mega root 'rclone-test-safoyug7yeka'", Local "Local file system at /tmp/rclone3761812659", Modify Window "876000h0m0s" 2025/10/01 02:58:15 DEBUG : Creating backend with remote "TestMega:rclone-test-safoyug7yeka/dst" 2025/10/01 02:58:15 DEBUG : Creating backend with remote "TestMega:rclone-test-safoyug7yeka/backup" 2025/10/01 02:58:15 DEBUG : one: Sizes differ (src 4 vs dst 3) 2025/10/01 02:58:15 DEBUG : mega root 'rclone-test-safoyug7yeka/dst': Waiting for checks to finish 2025/10/01 02:58:15 DEBUG : two: Sizes identical 2025/10/01 02:58:15 DEBUG : two: Unchanged skipping 2025/10/01 02:58:16 INFO : one: Moved (server-side) to: one.bak 2025/10/01 02:58:16 DEBUG : mega root 'rclone-test-safoyug7yeka/dst': Waiting for transfers to finish 2025/10/01 02:58:16 INFO : one: Copied (new) 2025/10/01 02:58:16 DEBUG : Waiting for deletions to finish 2025/10/01 02:58:16 INFO : three.txt: Moved (server-side) to: three.txt.bak 2025/10/01 02:58:16 INFO : three.txt: Moved into backup dir fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:340 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2428 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2461 /usr/local/go/src/runtime/asm_amd64.s:1700 Error: Should be true Test: TestSyncBackupDirWithSuffix Messages: listing wrong, want backup/one.bak (3), backup/three.txt.bak (5), dst/one (4), dst/two (3) got backup/one (3), backup/one.bak (3), backup/three.txt.bak (5), dst/one (4), dst/two (3) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:340 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2428 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2461 Error: Should be true Test: TestSyncBackupDirWithSuffix Messages: Unexpected file "backup/one" fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:340 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2434 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2461 /usr/local/go/src/runtime/asm_amd64.s:1700 Error: Should be true Test: TestSyncBackupDirWithSuffix Messages: listing wrong, want backup/one.bak (3), backup/three.txt.bak (5), dst/one (4), dst/three.txt (6), dst/two (3) got backup/one (3), backup/one.bak (3), backup/three.txt.bak (5), dst/one (4), dst/three.txt (6), dst/two (3) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:340 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2434 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2461 Error: Should be true Test: TestSyncBackupDirWithSuffix Messages: Unexpected file "backup/one" 2025/10/01 02:58:30 DEBUG : one: Sizes differ (src 5 vs dst 4) 2025/10/01 02:58:30 DEBUG : mega root 'rclone-test-safoyug7yeka/dst': Waiting for checks to finish 2025/10/01 02:58:30 INFO : one.bak: Deleted 2025/10/01 02:58:31 DEBUG : two: Sizes identical 2025/10/01 02:58:31 DEBUG : two: Unchanged skipping 2025/10/01 02:58:31 INFO : one: Moved (server-side) to: one.bak 2025/10/01 02:58:31 DEBUG : mega root 'rclone-test-safoyug7yeka/dst': Waiting for transfers to finish 2025/10/01 02:58:31 INFO : one: Copied (new) 2025/10/01 02:58:31 DEBUG : Waiting for deletions to finish 2025/10/01 02:58:31 INFO : three.txt.bak: Deleted 2025/10/01 02:58:32 INFO : three.txt: Moved (server-side) to: three.txt.bak 2025/10/01 02:58:32 INFO : three.txt: Moved into backup dir fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:340 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2453 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2461 /usr/local/go/src/runtime/asm_amd64.s:1700 Error: Should be true Test: TestSyncBackupDirWithSuffix Messages: listing wrong, want backup/one.bak (4), backup/three.txt.bak (6), dst/one (5), dst/two (3) got backup/one.bak (3), backup/one.bak (4), backup/three.txt.bak (6), dst/one (5), dst/two (3) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:340 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2453 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2461 Error: Should be true Test: TestSyncBackupDirWithSuffix Messages: Unexpected file "backup/one.bak" run.go:125: removing dir "backup" failed - try 1/3: directory not empty run.go:125: removing dir "backup" failed - try 2/3: directory not empty run.go:125: removing dir "backup" failed - try 3/3: directory not empty run.go:128: removing dir "backup" failed: directory not empty fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:173 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 Error: Should be true Test: TestSyncBackupDirWithSuffix Messages: listing wrong, want got backup/one.bak (3) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:173 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 Error: Should be true Test: TestSyncBackupDirWithSuffix Messages: Unexpected file "backup/one.bak" fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:173 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 Error: Not equal: expected: []string{} actual : []string{"backup"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=6) "backup" } Test: TestSyncBackupDirWithSuffix Messages: directories --- FAIL: TestSyncBackupDirWithSuffix (35.51s) === RUN TestSyncBackupDirWithSuffixKeepExtension run.go:180: Remote "mega root 'rclone-test-safoyug7yeka'", Local "Local file system at /tmp/rclone3761812659", Modify Window "876000h0m0s" fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:340 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2407 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2465 /usr/local/go/src/runtime/asm_amd64.s:1700 Error: Should be true Test: TestSyncBackupDirWithSuffixKeepExtension Messages: listing wrong, want dst/one (3), dst/three.txt (5), dst/two (3) got backup/one.bak (3), dst/one (3), dst/three.txt (5), dst/two (3) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:340 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2407 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2465 Error: Should be true Test: TestSyncBackupDirWithSuffixKeepExtension Messages: Unexpected file "backup/one.bak" 2025/10/01 02:58:57 DEBUG : Creating backend with remote "TestMega:rclone-test-safoyug7yeka/dst" 2025/10/01 02:58:57 DEBUG : Creating backend with remote "TestMega:rclone-test-safoyug7yeka/backup" 2025/10/01 02:58:57 DEBUG : mega root 'rclone-test-safoyug7yeka/dst': Waiting for checks to finish 2025/10/01 02:58:57 DEBUG : one: Sizes differ (src 4 vs dst 3) 2025/10/01 02:58:57 DEBUG : two: Sizes identical 2025/10/01 02:58:57 DEBUG : two: Unchanged skipping 2025/10/01 02:58:59 INFO : one: Moved (server-side) to: one-2019-01-01 2025/10/01 02:58:59 DEBUG : mega root 'rclone-test-safoyug7yeka/dst': Waiting for transfers to finish 2025/10/01 02:58:59 INFO : one: Copied (new) 2025/10/01 02:58:59 DEBUG : Waiting for deletions to finish 2025/10/01 02:58:59 INFO : three.txt: Moved (server-side) to: three-2019-01-01.txt 2025/10/01 02:58:59 INFO : three.txt: Moved into backup dir fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:340 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2428 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2465 /usr/local/go/src/runtime/asm_amd64.s:1700 Error: Should be true Test: TestSyncBackupDirWithSuffixKeepExtension Messages: listing wrong, want backup/one-2019-01-01 (3), backup/three-2019-01-01.txt (5), dst/one (4), dst/two (3) got backup/one-2019-01-01 (3), backup/one.bak (3), backup/three-2019-01-01.txt (5), dst/one (4), dst/two (3) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:340 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2428 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2465 Error: Should be true Test: TestSyncBackupDirWithSuffixKeepExtension Messages: Unexpected file "backup/one.bak" fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:340 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2434 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2465 /usr/local/go/src/runtime/asm_amd64.s:1700 Error: Should be true Test: TestSyncBackupDirWithSuffixKeepExtension Messages: listing wrong, want backup/one-2019-01-01 (3), backup/three-2019-01-01.txt (5), dst/one (4), dst/three.txt (6), dst/two (3) got backup/one-2019-01-01 (3), backup/one.bak (3), backup/three-2019-01-01.txt (5), dst/one (4), dst/three.txt (6), dst/two (3) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:340 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2434 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2465 Error: Should be true Test: TestSyncBackupDirWithSuffixKeepExtension Messages: Unexpected file "backup/one.bak" 2025/10/01 02:59:14 DEBUG : one: Sizes differ (src 5 vs dst 4) 2025/10/01 02:59:14 DEBUG : two: Sizes identical 2025/10/01 02:59:14 DEBUG : two: Unchanged skipping 2025/10/01 02:59:14 DEBUG : mega root 'rclone-test-safoyug7yeka/dst': Waiting for checks to finish 2025/10/01 02:59:14 INFO : one-2019-01-01: Deleted 2025/10/01 02:59:14 INFO : one: Moved (server-side) to: one-2019-01-01 2025/10/01 02:59:14 DEBUG : mega root 'rclone-test-safoyug7yeka/dst': Waiting for transfers to finish 2025/10/01 02:59:14 INFO : one: Copied (new) 2025/10/01 02:59:14 DEBUG : Waiting for deletions to finish 2025/10/01 02:59:14 INFO : three-2019-01-01.txt: Deleted 2025/10/01 02:59:15 INFO : three.txt: Moved (server-side) to: three-2019-01-01.txt 2025/10/01 02:59:15 INFO : three.txt: Moved into backup dir fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:340 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2453 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2465 /usr/local/go/src/runtime/asm_amd64.s:1700 Error: Should be true Test: TestSyncBackupDirWithSuffixKeepExtension Messages: listing wrong, want backup/one-2019-01-01 (4), backup/three-2019-01-01.txt (6), dst/one (5), dst/two (3) got backup/one-2019-01-01 (4), backup/one.bak (3), backup/three-2019-01-01.txt (6), dst/one (5), dst/two (3) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:340 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2453 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2465 Error: Should be true Test: TestSyncBackupDirWithSuffixKeepExtension Messages: Unexpected file "backup/one.bak" run.go:125: removing dir "backup" failed - try 1/3: directory not empty run.go:125: removing dir "backup" failed - try 2/3: directory not empty run.go:125: removing dir "backup" failed - try 3/3: directory not empty run.go:128: removing dir "backup" failed: directory not empty fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:173 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 Error: Should be true Test: TestSyncBackupDirWithSuffixKeepExtension Messages: listing wrong, want got backup/one.bak (3) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:173 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 Error: Should be true Test: TestSyncBackupDirWithSuffixKeepExtension Messages: Unexpected file "backup/one.bak" fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:173 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 Error: Not equal: expected: []string{} actual : []string{"backup"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=6) "backup" } Test: TestSyncBackupDirWithSuffixKeepExtension Messages: directories --- FAIL: TestSyncBackupDirWithSuffixKeepExtension (43.24s) === RUN TestSyncBackupDirSuffixOnly run.go:180: Remote "mega root 'rclone-test-safoyug7yeka'", Local "Local file system at /tmp/rclone3761812659", Modify Window "876000h0m0s" fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:340 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2407 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2469 /usr/local/go/src/runtime/asm_amd64.s:1700 Error: Should be true Test: TestSyncBackupDirSuffixOnly Messages: listing wrong, want dst/one (3), dst/three.txt (5), dst/two (3) got backup/one.bak (3), dst/one (3), dst/three.txt (5), dst/two (3) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:340 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2407 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2469 Error: Should be true Test: TestSyncBackupDirSuffixOnly Messages: Unexpected file "backup/one.bak" 2025/10/01 02:59:41 DEBUG : Creating backend with remote "TestMega:rclone-test-safoyug7yeka/dst" 2025/10/01 02:59:41 DEBUG : Config file has changed externally - reloading 2025/10/01 02:59:41 DEBUG : one: Sizes differ (src 4 vs dst 3) 2025/10/01 02:59:41 DEBUG : two: Sizes identical 2025/10/01 02:59:41 DEBUG : two: Unchanged skipping 2025/10/01 02:59:41 DEBUG : mega root 'rclone-test-safoyug7yeka/dst': Waiting for checks to finish 2025/10/01 02:59:41 INFO : one: Moved (server-side) to: one.bak 2025/10/01 02:59:41 DEBUG : mega root 'rclone-test-safoyug7yeka/dst': Waiting for transfers to finish 2025/10/01 02:59:42 INFO : one: Copied (new) 2025/10/01 02:59:42 DEBUG : Waiting for deletions to finish 2025/10/01 02:59:42 INFO : three.txt: Moved (server-side) to: three.txt.bak 2025/10/01 02:59:42 INFO : three.txt: Moved into backup dir fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:340 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2428 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2469 /usr/local/go/src/runtime/asm_amd64.s:1700 Error: Should be true Test: TestSyncBackupDirSuffixOnly Messages: listing wrong, want dst/one (4), dst/one.bak (3), dst/three.txt.bak (5), dst/two (3) got backup/one.bak (3), dst/one (4), dst/one.bak (3), dst/three.txt.bak (5), dst/two (3) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:340 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2428 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2469 Error: Should be true Test: TestSyncBackupDirSuffixOnly Messages: Unexpected file "backup/one.bak" fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:340 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2434 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2469 /usr/local/go/src/runtime/asm_amd64.s:1700 Error: Should be true Test: TestSyncBackupDirSuffixOnly Messages: listing wrong, want dst/one (4), dst/one.bak (3), dst/three.txt (6), dst/three.txt.bak (5), dst/two (3) got backup/one.bak (3), dst/one (4), dst/one.bak (3), dst/three.txt (6), dst/three.txt.bak (5), dst/two (3) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:340 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2434 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2469 Error: Should be true Test: TestSyncBackupDirSuffixOnly Messages: Unexpected file "backup/one.bak" 2025/10/01 02:59:56 DEBUG : one.bak: Excluded (Path Filter) 2025/10/01 02:59:56 DEBUG : one.bak: Excluded 2025/10/01 02:59:56 DEBUG : three.txt.bak: Excluded (Path Filter) 2025/10/01 02:59:56 DEBUG : three.txt.bak: Excluded 2025/10/01 02:59:56 DEBUG : two: Sizes identical 2025/10/01 02:59:56 DEBUG : two: Unchanged skipping 2025/10/01 02:59:56 DEBUG : mega root 'rclone-test-safoyug7yeka/dst': Waiting for checks to finish 2025/10/01 02:59:56 DEBUG : one: Sizes differ (src 5 vs dst 4) 2025/10/01 02:59:56 INFO : one.bak: Deleted 2025/10/01 02:59:56 INFO : one: Moved (server-side) to: one.bak 2025/10/01 02:59:56 DEBUG : mega root 'rclone-test-safoyug7yeka/dst': Waiting for transfers to finish 2025/10/01 02:59:57 INFO : one: Copied (new) 2025/10/01 02:59:57 DEBUG : Waiting for deletions to finish 2025/10/01 02:59:57 INFO : three.txt.bak: Deleted 2025/10/01 02:59:57 INFO : three.txt: Moved (server-side) to: three.txt.bak 2025/10/01 02:59:57 INFO : three.txt: Moved into backup dir fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:340 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2453 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2469 /usr/local/go/src/runtime/asm_amd64.s:1700 Error: Should be true Test: TestSyncBackupDirSuffixOnly Messages: listing wrong, want dst/one (5), dst/one.bak (4), dst/three.txt.bak (6), dst/two (3) got backup/one.bak (3), dst/one (5), dst/one.bak (4), dst/three.txt.bak (6), dst/two (3) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:340 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2453 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2469 Error: Should be true Test: TestSyncBackupDirSuffixOnly Messages: Unexpected file "backup/one.bak" run.go:125: removing dir "backup" failed - try 1/3: directory not empty run.go:125: removing dir "backup" failed - try 2/3: directory not empty run.go:125: removing dir "backup" failed - try 3/3: directory not empty run.go:128: removing dir "backup" failed: directory not empty fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:173 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 Error: Should be true Test: TestSyncBackupDirSuffixOnly Messages: listing wrong, want got backup/one.bak (3) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:173 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 Error: Should be true Test: TestSyncBackupDirSuffixOnly Messages: Unexpected file "backup/one.bak" fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:173 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 Error: Not equal: expected: []string{} actual : []string{"backup"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=6) "backup" } Test: TestSyncBackupDirSuffixOnly Messages: directories --- FAIL: TestSyncBackupDirSuffixOnly (43.36s) === RUN TestSyncSuffix run.go:180: Remote "mega root 'rclone-test-safoyug7yeka'", Local "Local file system at /tmp/rclone3761812659", Modify Window "876000h0m0s" fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:340 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2495 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2553 /usr/local/go/src/runtime/asm_amd64.s:1700 Error: Should be true Test: TestSyncSuffix Messages: listing wrong, want dst/one (3), dst/three.txt (5), dst/two (3) got backup/one.bak (3), dst/one (3), dst/three.txt (5), dst/two (3) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:340 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2495 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2553 Error: Should be true Test: TestSyncSuffix Messages: Unexpected file "backup/one.bak" 2025/10/01 03:00:24 DEBUG : Creating backend with remote "TestMega:rclone-test-safoyug7yeka/dst" 2025/10/01 03:00:24 DEBUG : one: Sizes differ (src 4 vs dst 3) 2025/10/01 03:00:25 INFO : one: Moved (server-side) to: one.bak 2025/10/01 03:00:25 INFO : one: Copied (new) 2025/10/01 03:00:25 DEBUG : two: Sizes identical 2025/10/01 03:00:25 DEBUG : two: Unchanged skipping 2025/10/01 03:00:25 DEBUG : three.txt: Sizes differ (src 6 vs dst 5) 2025/10/01 03:00:25 INFO : three.txt: Moved (server-side) to: three.txt.bak 2025/10/01 03:00:26 INFO : three.txt: Copied (new) fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:340 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2521 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2553 /usr/local/go/src/runtime/asm_amd64.s:1700 Error: Should be true Test: TestSyncSuffix Messages: listing wrong, want dst/one (4), dst/one.bak (3), dst/three.txt (6), dst/three.txt.bak (5), dst/two (3) got backup/one.bak (3), dst/one (4), dst/one.bak (3), dst/three.txt (6), dst/three.txt.bak (5), dst/two (3) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:340 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2521 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2553 Error: Should be true Test: TestSyncSuffix Messages: Unexpected file "backup/one.bak" fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:340 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2527 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2553 /usr/local/go/src/runtime/asm_amd64.s:1700 Error: Should be true Test: TestSyncSuffix Messages: listing wrong, want dst/one (4), dst/one.bak (3), dst/three.txt (6), dst/three.txt.bak (5), dst/two (3) got backup/one.bak (3), dst/one (4), dst/one.bak (3), dst/three.txt (6), dst/three.txt.bak (5), dst/two (3) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:340 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2527 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2553 Error: Should be true Test: TestSyncSuffix Messages: Unexpected file "backup/one.bak" 2025/10/01 03:00:40 DEBUG : one: Sizes differ (src 5 vs dst 4) 2025/10/01 03:00:40 INFO : one.bak: Deleted 2025/10/01 03:00:41 INFO : one: Moved (server-side) to: one.bak 2025/10/01 03:00:41 INFO : one: Copied (new) 2025/10/01 03:00:41 DEBUG : two: Sizes identical 2025/10/01 03:00:41 DEBUG : two: Unchanged skipping 2025/10/01 03:00:41 DEBUG : three.txt: Sizes differ (src 19 vs dst 6) 2025/10/01 03:00:41 INFO : three.txt.bak: Deleted 2025/10/01 03:00:41 INFO : three.txt: Moved (server-side) to: three.txt.bak 2025/10/01 03:00:41 INFO : three.txt: Copied (new) fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:340 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2551 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2553 /usr/local/go/src/runtime/asm_amd64.s:1700 Error: Should be true Test: TestSyncSuffix Messages: listing wrong, want dst/one (5), dst/one.bak (4), dst/three.txt (19), dst/three.txt.bak (6), dst/two (3) got backup/one.bak (3), dst/one (5), dst/one.bak (4), dst/three.txt (19), dst/three.txt.bak (6), dst/two (3) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:340 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2551 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2553 Error: Should be true Test: TestSyncSuffix Messages: Unexpected file "backup/one.bak" run.go:125: removing dir "backup" failed - try 1/3: directory not empty run.go:125: removing dir "backup" failed - try 2/3: directory not empty run.go:125: removing dir "backup" failed - try 3/3: directory not empty run.go:128: removing dir "backup" failed: directory not empty fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:173 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 Error: Should be true Test: TestSyncSuffix Messages: listing wrong, want got backup/one.bak (3) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:173 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 Error: Should be true Test: TestSyncSuffix Messages: Unexpected file "backup/one.bak" fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:173 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 Error: Not equal: expected: []string{} actual : []string{"backup"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=6) "backup" } Test: TestSyncSuffix Messages: directories --- FAIL: TestSyncSuffix (43.38s) === RUN TestSyncSuffixKeepExtension run.go:180: Remote "mega root 'rclone-test-safoyug7yeka'", Local "Local file system at /tmp/rclone3761812659", Modify Window "876000h0m0s" fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:340 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2495 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2554 /usr/local/go/src/runtime/asm_amd64.s:1700 Error: Should be true Test: TestSyncSuffixKeepExtension Messages: listing wrong, want dst/one (3), dst/three.txt (5), dst/two (3) got backup/one.bak (3), dst/one (3), dst/three.txt (5), dst/two (3) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:340 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2495 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2554 Error: Should be true Test: TestSyncSuffixKeepExtension Messages: Unexpected file "backup/one.bak" 2025/10/01 03:01:07 DEBUG : Creating backend with remote "TestMega:rclone-test-safoyug7yeka/dst" 2025/10/01 03:01:07 DEBUG : Config file has changed externally - reloading 2025/10/01 03:01:07 DEBUG : one: Sizes differ (src 4 vs dst 3) 2025/10/01 03:01:08 INFO : one: Moved (server-side) to: one-2019-01-01 2025/10/01 03:01:08 INFO : one: Copied (new) 2025/10/01 03:01:08 DEBUG : two: Sizes identical 2025/10/01 03:01:08 DEBUG : two: Unchanged skipping 2025/10/01 03:01:08 DEBUG : three.txt: Sizes differ (src 6 vs dst 5) 2025/10/01 03:01:08 INFO : three.txt: Moved (server-side) to: three-2019-01-01.txt 2025/10/01 03:01:08 INFO : three.txt: Copied (new) fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:340 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2521 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2554 /usr/local/go/src/runtime/asm_amd64.s:1700 Error: Should be true Test: TestSyncSuffixKeepExtension Messages: listing wrong, want dst/one (4), dst/one-2019-01-01 (3), dst/three-2019-01-01.txt (5), dst/three.txt (6), dst/two (3) got backup/one.bak (3), dst/one (4), dst/one-2019-01-01 (3), dst/three-2019-01-01.txt (5), dst/three.txt (6), dst/two (3) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:340 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2521 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2554 Error: Should be true Test: TestSyncSuffixKeepExtension Messages: Unexpected file "backup/one.bak" fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:340 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2527 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2554 /usr/local/go/src/runtime/asm_amd64.s:1700 Error: Should be true Test: TestSyncSuffixKeepExtension Messages: listing wrong, want dst/one (4), dst/one-2019-01-01 (3), dst/three-2019-01-01.txt (5), dst/three.txt (6), dst/two (3) got backup/one.bak (3), dst/one (4), dst/one-2019-01-01 (3), dst/three-2019-01-01.txt (5), dst/three.txt (6), dst/two (3) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:340 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2527 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2554 Error: Should be true Test: TestSyncSuffixKeepExtension Messages: Unexpected file "backup/one.bak" 2025/10/01 03:01:22 DEBUG : one: Sizes differ (src 5 vs dst 4) 2025/10/01 03:01:23 INFO : one-2019-01-01: Deleted 2025/10/01 03:01:23 INFO : one: Moved (server-side) to: one-2019-01-01 2025/10/01 03:01:23 INFO : one: Copied (new) 2025/10/01 03:01:23 DEBUG : two: Sizes identical 2025/10/01 03:01:23 DEBUG : two: Unchanged skipping 2025/10/01 03:01:23 DEBUG : three.txt: Sizes differ (src 19 vs dst 6) 2025/10/01 03:01:23 INFO : three-2019-01-01.txt: Deleted 2025/10/01 03:01:23 INFO : three.txt: Moved (server-side) to: three-2019-01-01.txt 2025/10/01 03:01:23 INFO : three.txt: Copied (new) fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:340 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2551 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2554 /usr/local/go/src/runtime/asm_amd64.s:1700 Error: Should be true Test: TestSyncSuffixKeepExtension Messages: listing wrong, want dst/one (5), dst/one-2019-01-01 (4), dst/three-2019-01-01.txt (6), dst/three.txt (19), dst/two (3) got backup/one.bak (3), dst/one (5), dst/one-2019-01-01 (4), dst/three-2019-01-01.txt (6), dst/three.txt (19), dst/two (3) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:340 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2551 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2554 Error: Should be true Test: TestSyncSuffixKeepExtension Messages: Unexpected file "backup/one.bak" run.go:125: removing dir "backup" failed - try 1/3: directory not empty run.go:125: removing dir "backup" failed - try 2/3: directory not empty run.go:125: removing dir "backup" failed - try 3/3: directory not empty run.go:128: removing dir "backup" failed: directory not empty fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:173 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 Error: Should be true Test: TestSyncSuffixKeepExtension Messages: listing wrong, want got backup/one.bak (3) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:173 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 Error: Should be true Test: TestSyncSuffixKeepExtension Messages: Unexpected file "backup/one.bak" fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:173 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 Error: Not equal: expected: []string{} actual : []string{"backup"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=6) "backup" } Test: TestSyncSuffixKeepExtension Messages: directories --- FAIL: TestSyncSuffixKeepExtension (42.39s) === RUN TestSyncReplaceDirModTime run.go:180: Remote "mega root 'rclone-test-safoyug7yeka'", Local "Local file system at /tmp/rclone3761812659", Modify Window "876000h0m0s" 2025/10/01 03:01:42 DEBUG : empty_dir: Making directory with metadata 2025/10/01 03:01:42 INFO : empty_dir: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2025/10/01 03:01:42 DEBUG : empty_on_remote: Making directory with metadata 2025/10/01 03:01:42 INFO : empty_on_remote: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2025/10/01 03:01:42 INFO : empty_on_remote: Making directory 2025/10/01 03:01:42 INFO : empty_on_remote: Made directory with modification time 2011-12-25 12:59:59.123456789 +0000 UTC 2025/10/01 03:01:44 INFO : test_dir1: Set directory modification time (using DirSetModTime) 2025/10/01 03:01:44 INFO : test_dir2: Set directory modification time (using DirSetModTime) 2025/10/01 03:01:44 INFO : test_dir2/sub_dir: Set directory modification time (using DirSetModTime) 2025/10/01 03:01:44 INFO : empty_on_remote: Set directory modification time (using DirSetModTime) fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:340 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2856 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2863 /usr/local/go/src/runtime/asm_amd64.s:1700 Error: Should be true Test: TestSyncReplaceDirModTime Messages: listing wrong, want file1 (5), test_dir1/file2 (5), test_dir2/sub_dir/file3 (5) got backup/one.bak (3), file1 (5), test_dir1/file2 (5), test_dir2/sub_dir/file3 (5) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:340 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2856 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2863 Error: Should be true Test: TestSyncReplaceDirModTime Messages: Unexpected file "backup/one.bak" run.go:125: removing dir "backup" failed - try 1/3: directory not empty run.go:125: removing dir "backup" failed - try 2/3: directory not empty run.go:125: removing dir "backup" failed - try 3/3: directory not empty run.go:128: removing dir "backup" failed: directory not empty fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:173 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 Error: Should be true Test: TestSyncReplaceDirModTime Messages: listing wrong, want got backup/one.bak (3) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:173 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 Error: Should be true Test: TestSyncReplaceDirModTime Messages: Unexpected file "backup/one.bak" fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:173 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 Error: Not equal: expected: []string{} actual : []string{"backup"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=6) "backup" } Test: TestSyncReplaceDirModTime Messages: directories --- FAIL: TestSyncReplaceDirModTime (20.45s) === RUN TestSyncReplaceDirModTimeWithEmptyDirs run.go:180: Remote "mega root 'rclone-test-safoyug7yeka'", Local "Local file system at /tmp/rclone3761812659", Modify Window "876000h0m0s" 2025/10/01 03:02:02 DEBUG : empty_dir: Making directory with metadata 2025/10/01 03:02:02 INFO : empty_dir: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2025/10/01 03:02:02 DEBUG : empty_on_remote: Making directory with metadata 2025/10/01 03:02:02 INFO : empty_on_remote: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2025/10/01 03:02:02 INFO : empty_on_remote: Making directory 2025/10/01 03:02:02 INFO : empty_on_remote: Made directory with modification time 2011-12-25 12:59:59.123456789 +0000 UTC 2025/10/01 03:02:03 INFO : test_dir1: Set directory modification time (using DirSetModTime) 2025/10/01 03:02:03 INFO : test_dir2: Set directory modification time (using DirSetModTime) 2025/10/01 03:02:03 INFO : test_dir2/sub_dir: Set directory modification time (using DirSetModTime) 2025/10/01 03:02:03 INFO : empty_on_remote: Set directory modification time (using DirSetModTime) 2025/10/01 03:02:03 INFO : empty_dir: Set directory modification time (using DirSetModTime) fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:340 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2856 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2867 /usr/local/go/src/runtime/asm_amd64.s:1700 Error: Should be true Test: TestSyncReplaceDirModTimeWithEmptyDirs Messages: listing wrong, want file1 (5), test_dir1/file2 (5), test_dir2/sub_dir/file3 (5) got backup/one.bak (3), file1 (5), test_dir1/file2 (5), test_dir2/sub_dir/file3 (5) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:340 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2856 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2867 Error: Should be true Test: TestSyncReplaceDirModTimeWithEmptyDirs Messages: Unexpected file "backup/one.bak" run.go:125: removing dir "backup" failed - try 1/3: directory not empty run.go:125: removing dir "backup" failed - try 2/3: directory not empty run.go:125: removing dir "backup" failed - try 3/3: directory not empty run.go:128: removing dir "backup" failed: directory not empty fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:173 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 Error: Should be true Test: TestSyncReplaceDirModTimeWithEmptyDirs Messages: listing wrong, want got backup/one.bak (3) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:173 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 Error: Should be true Test: TestSyncReplaceDirModTimeWithEmptyDirs Messages: Unexpected file "backup/one.bak" fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:173 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 Error: Not equal: expected: []string{} actual : []string{"backup"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=6) "backup" } Test: TestSyncReplaceDirModTimeWithEmptyDirs Messages: directories --- FAIL: TestSyncReplaceDirModTimeWithEmptyDirs (19.49s) === RUN TestNothingToTransferWithEmptyDirs run.go:180: Remote "mega root 'rclone-test-safoyug7yeka'", Local "Local file system at /tmp/rclone3761812659", Modify Window "876000h0m0s" 2025/10/01 03:02:22 INFO : sub dir: Set directory modification time (using DirSetModTime) 2025/10/01 03:02:22 INFO : sub dir: Making directory 2025/10/01 03:02:22 INFO : sub dir: Made directory with modification time 2011-12-30 12:59:59 +0000 UTC fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:340 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2903 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2976 /usr/local/go/src/runtime/asm_amd64.s:1700 Error: Should be true Test: TestNothingToTransferWithEmptyDirs Messages: listing wrong, want sub dir/hello world (11), sub dir2/very/very/very/very/very/nested/subdir/hello world (11) got backup/one.bak (3), sub dir/hello world (11), sub dir2/very/very/very/very/very/nested/subdir/hello world (11) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:340 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2903 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2976 Error: Should be true Test: TestNothingToTransferWithEmptyDirs Messages: Unexpected file "backup/one.bak" fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:340 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2925 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2976 /usr/local/go/src/runtime/asm_amd64.s:1700 Error: Should be true Test: TestNothingToTransferWithEmptyDirs Messages: listing wrong, want sub dir/hello world (11), sub dir2/very/very/very/very/very/nested/subdir/hello world (11) got backup/one.bak (3), sub dir/hello world (11), sub dir2/very/very/very/very/very/nested/subdir/hello world (11) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:340 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2925 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2976 Error: Should be true Test: TestNothingToTransferWithEmptyDirs Messages: Unexpected file "backup/one.bak" run.go:125: removing dir "backup" failed - try 1/3: directory not empty run.go:125: removing dir "backup" failed - try 2/3: directory not empty run.go:125: removing dir "backup" failed - try 3/3: directory not empty run.go:128: removing dir "backup" failed: directory not empty fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:173 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 Error: Should be true Test: TestNothingToTransferWithEmptyDirs Messages: listing wrong, want got backup/one.bak (3) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:173 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 Error: Should be true Test: TestNothingToTransferWithEmptyDirs Messages: Unexpected file "backup/one.bak" fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:173 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 Error: Not equal: expected: []string{} actual : []string{"backup"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=6) "backup" } Test: TestNothingToTransferWithEmptyDirs Messages: directories --- FAIL: TestNothingToTransferWithEmptyDirs (28.56s) === RUN TestNothingToTransferWithoutEmptyDirs run.go:180: Remote "mega root 'rclone-test-safoyug7yeka'", Local "Local file system at /tmp/rclone3761812659", Modify Window "876000h0m0s" 2025/10/01 03:02:50 INFO : sub dir: Set directory modification time (using DirSetModTime) 2025/10/01 03:02:50 INFO : sub dir: Making directory 2025/10/01 03:03:01 INFO : sub dir: Made directory with modification time 2011-12-30 12:59:59 +0000 UTC fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:340 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2903 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2980 /usr/local/go/src/runtime/asm_amd64.s:1700 Error: Should be true Test: TestNothingToTransferWithoutEmptyDirs Messages: listing wrong, want sub dir/hello world (11), sub dir2/very/very/very/very/very/nested/subdir/hello world (11) got backup/one.bak (3), sub dir/hello world (11), sub dir2/very/very/very/very/very/nested/subdir/hello world (11) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:340 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2903 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2980 Error: Should be true Test: TestNothingToTransferWithoutEmptyDirs Messages: Unexpected file "backup/one.bak" fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:340 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2925 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2980 /usr/local/go/src/runtime/asm_amd64.s:1700 Error: Should be true Test: TestNothingToTransferWithoutEmptyDirs Messages: listing wrong, want sub dir/hello world (11), sub dir2/very/very/very/very/very/nested/subdir/hello world (11) got backup/one.bak (3), sub dir/hello world (11), sub dir2/very/very/very/very/very/nested/subdir/hello world (11) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:340 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2925 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2980 Error: Should be true Test: TestNothingToTransferWithoutEmptyDirs Messages: Unexpected file "backup/one.bak" run.go:125: removing dir "backup" failed - try 1/3: directory not empty run.go:125: removing dir "backup" failed - try 2/3: directory not empty run.go:125: removing dir "backup" failed - try 3/3: directory not empty run.go:128: removing dir "backup" failed: directory not empty fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:173 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 Error: Should be true Test: TestNothingToTransferWithoutEmptyDirs Messages: listing wrong, want got backup/one.bak (3) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:173 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 Error: Should be true Test: TestNothingToTransferWithoutEmptyDirs Messages: Unexpected file "backup/one.bak" fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:173 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 Error: Not equal: expected: []string{} actual : []string{"backup"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=6) "backup" } Test: TestNothingToTransferWithoutEmptyDirs Messages: directories --- FAIL: TestNothingToTransferWithoutEmptyDirs (50.54s) === RUN TestTransform === RUN TestTransform/NFC run.go:180: Remote "mega root 'rclone-test-safoyug7yeka'", Local "Local file system at /tmp/rclone3761812659", Modify Window "876000h0m0s" run.go:285: Failed to put "dir1/0013-789;=.txt" to "mega root 'rclone-test-safoyug7yeka'": failed to finish upload: Try again run.go:125: removing dir "backup" failed - try 1/3: directory not empty run.go:125: removing dir "backup" failed - try 2/3: directory not empty run.go:125: removing dir "backup" failed - try 3/3: directory not empty run.go:128: removing dir "backup" failed: directory not empty fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:173 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388 /usr/local/go/src/runtime/panic.go:636 /usr/local/go/src/testing/testing.go:1041 /usr/local/go/src/testing/testing.go:1125 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:285 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:292 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:150 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:102 Error: Should be true Test: TestTransform/NFC Messages: listing wrong, want got backup/one.bak (3) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:173 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388 /usr/local/go/src/runtime/panic.go:636 /usr/local/go/src/testing/testing.go:1041 /usr/local/go/src/testing/testing.go:1125 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:285 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:292 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:150 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:102 Error: Should be true Test: TestTransform/NFC Messages: Unexpected file "backup/one.bak" fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:173 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388 /usr/local/go/src/runtime/panic.go:636 /usr/local/go/src/testing/testing.go:1041 /usr/local/go/src/testing/testing.go:1125 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:285 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:292 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:150 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:102 Error: Not equal: expected: []string{} actual : []string{"backup"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=6) "backup" } Test: TestTransform/NFC Messages: directories run.go:125: removing dir "backup" failed - try 1/3: directory not empty run.go:125: removing dir "backup" failed - try 2/3: directory not empty run.go:125: removing dir "backup" failed - try 3/3: directory not empty run.go:128: removing dir "backup" failed: directory not empty fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:173 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 /usr/local/go/src/runtime/panic.go:636 /usr/local/go/src/testing/testing.go:1041 /usr/local/go/src/testing/testing.go:1125 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:285 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:292 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:150 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:102 Error: Should be true Test: TestTransform/NFC Messages: listing wrong, want got backup/one.bak (3) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:173 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 /usr/local/go/src/runtime/panic.go:636 /usr/local/go/src/testing/testing.go:1041 /usr/local/go/src/testing/testing.go:1125 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:285 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:292 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:150 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:102 Error: Should be true Test: TestTransform/NFC Messages: Unexpected file "backup/one.bak" fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:173 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 /usr/local/go/src/runtime/panic.go:636 /usr/local/go/src/testing/testing.go:1041 /usr/local/go/src/testing/testing.go:1125 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:285 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:292 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:150 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:102 Error: Not equal: expected: []string{} actual : []string{"backup"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=6) "backup" } Test: TestTransform/NFC Messages: directories === RUN TestTransform/NFD run.go:180: Remote "mega root 'rclone-test-safoyug7yeka'", Local "Local file system at /tmp/rclone3761812659", Modify Window "876000h0m0s" 2025/10/01 03:04:27 DEBUG : apple: Excluded (Path Filter) 2025/10/01 03:04:27 DEBUG : apple: Excluded 2025/10/01 03:04:27 DEBUG : banana: Excluded (Path Filter) 2025/10/01 03:04:27 DEBUG : banana: Excluded 2025/10/01 03:04:27 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2025/10/01 03:04:27 DEBUG : appleappleapplebanana: Excluded 2025/10/01 03:04:27 DEBUG : Waiting for deletions to finish 2025/10/01 03:04:27 DEBUG : splitbananasplit: Excluded (Path Filter) 2025/10/01 03:04:27 DEBUG : splitbananasplit: Excluded 2025/10/01 03:04:27 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2025/10/01 03:04:27 DEBUG : dir1/0000-abcdefg.txt: Excluded 2025/10/01 03:04:27 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2025/10/01 03:04:27 DEBUG : dir1/0001-bcdefgh.txt: Excluded 2025/10/01 03:04:27 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2025/10/01 03:04:27 DEBUG : dir1/0003-defghij.txt: Excluded 2025/10/01 03:04:27 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2025/10/01 03:04:27 DEBUG : dir1/0002-cdefghi.txt: Excluded 2025/10/01 03:04:27 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2025/10/01 03:04:27 DEBUG : dir1/0004-efghijk.txt: Excluded 2025/10/01 03:04:27 DEBUG : backup/one.bak: Excluded (Path Filter) 2025/10/01 03:04:27 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2025/10/01 03:04:27 DEBUG : backup/one.bak: Excluded 2025/10/01 03:04:27 DEBUG : dir1/0005-fghijkl.txt: Excluded 2025/10/01 03:04:27 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2025/10/01 03:04:27 DEBUG : dir1/0006-ghijklm.txt: Excluded 2025/10/01 03:04:27 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2025/10/01 03:04:27 DEBUG : dir1/0007-1234567.txt: Excluded 2025/10/01 03:04:27 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2025/10/01 03:04:27 DEBUG : dir1/0008-2345678.txt: Excluded 2025/10/01 03:04:27 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2025/10/01 03:04:27 DEBUG : dir1/0009-3456789.txt: Excluded 2025/10/01 03:04:27 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2025/10/01 03:04:27 DEBUG : dir1/0010-456789.txt: Excluded 2025/10/01 03:04:27 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2025/10/01 03:04:27 DEBUG : dir1/0011-56789;.txt: Excluded 2025/10/01 03:04:27 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2025/10/01 03:04:27 DEBUG : dir1/0012-6789;.txt: Excluded 2025/10/01 03:04:27 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2025/10/01 03:04:27 DEBUG : dir1/0013-789;=.txt: Excluded 2025/10/01 03:04:27 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2025/10/01 03:04:27 DEBUG : dir1/0014-89;=.txt: Excluded 2025/10/01 03:04:27 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2025/10/01 03:04:27 DEBUG : dir1/0015-9;=.txt: Excluded fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:360 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:104 Error: Should be true Test: TestTransform/NFD Messages: listing wrong, want apple (5), appleappleapplebanana (21), banana (6), dir1/0000-abcdefg.txt (21), dir1/0001-bcdefgh.txt (21), dir1/0002-cdefghi.txt (21), dir1/0003-defghij.txt (21), dir1/0004-efghijk.txt (21), dir1/0005-fghijkl.txt (21), dir1/0006-ghijklm.txt (21), dir1/0007-1234567.txt (21), dir1/0008-2345678.txt (21), dir1/0009-3456789.txt (21), dir1/0010-456789.txt (20), dir1/0011-56789;.txt (20), dir1/0012-6789;.txt (19), dir1/0013-789;=.txt (19), dir1/0014-89;=.txt (18), dir1/0015-9;=.txt (17), splitbananasplit (16) got apple (5), appleappleapplebanana (21), backup/one.bak (3), banana (6), dir1/0000-abcdefg.txt (21), dir1/0001-bcdefgh.txt (21), dir1/0002-cdefghi.txt (21), dir1/0003-defghij.txt (21), dir1/0004-efghijk.txt (21), dir1/0005-fghijkl.txt (21), dir1/0006-ghijklm.txt (21), dir1/0007-1234567.txt (21), dir1/0008-2345678.txt (21), dir1/0009-3456789.txt (21), dir1/0010-456789.txt (20), dir1/0011-56789;.txt (20), dir1/0012-6789;.txt (19), dir1/0013-789;=.txt (19), dir1/0014-89;=.txt (18), dir1/0015-9;=.txt (17), splitbananasplit (16) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:360 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:104 Error: Should be true Test: TestTransform/NFD Messages: Unexpected file "backup/one.bak" 2025/10/01 03:04:34 DEBUG : apple: Sizes identical 2025/10/01 03:04:34 DEBUG : appleappleapplebanana: Sizes identical 2025/10/01 03:04:34 DEBUG : apple: Unchanged skipping 2025/10/01 03:04:34 DEBUG : appleappleapplebanana: Unchanged skipping 2025/10/01 03:04:34 DEBUG : banana: Sizes identical 2025/10/01 03:04:34 DEBUG : banana: Unchanged skipping 2025/10/01 03:04:34 DEBUG : splitbananasplit: Sizes identical 2025/10/01 03:04:34 DEBUG : splitbananasplit: Unchanged skipping 2025/10/01 03:04:34 DEBUG : dir1/0001-bcdefgh.txt: Sizes identical 2025/10/01 03:04:34 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2025/10/01 03:04:34 DEBUG : dir1/0002-cdefghi.txt: Sizes identical 2025/10/01 03:04:34 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2025/10/01 03:04:34 DEBUG : dir1/0003-defghij.txt: Sizes identical 2025/10/01 03:04:34 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2025/10/01 03:04:34 DEBUG : dir1/0004-efghijk.txt: Sizes identical 2025/10/01 03:04:34 DEBUG : dir1/0000-abcdefg.txt: Sizes identical 2025/10/01 03:04:34 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2025/10/01 03:04:34 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2025/10/01 03:04:34 DEBUG : dir1/0006-ghijklm.txt: Sizes identical 2025/10/01 03:04:34 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2025/10/01 03:04:34 DEBUG : mega root 'rclone-test-safoyug7yeka': Waiting for checks to finish 2025/10/01 03:04:34 DEBUG : dir1/0009-3456789.txt: Sizes identical 2025/10/01 03:04:34 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2025/10/01 03:04:34 DEBUG : dir1/0010-456789.txt: Sizes identical 2025/10/01 03:04:34 DEBUG : dir1/0012-6789;.txt: Sizes identical 2025/10/01 03:04:34 DEBUG : dir1/0011-56789;.txt: Sizes identical 2025/10/01 03:04:34 DEBUG : dir1/0013-789;=.txt: Sizes identical 2025/10/01 03:04:34 DEBUG : dir1/0014-89;=.txt: Sizes identical 2025/10/01 03:04:34 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2025/10/01 03:04:34 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2025/10/01 03:04:34 DEBUG : dir1/0005-fghijkl.txt: Sizes identical 2025/10/01 03:04:34 DEBUG : dir1/0015-9;=.txt: Sizes identical 2025/10/01 03:04:34 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2025/10/01 03:04:34 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2025/10/01 03:04:34 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2025/10/01 03:04:34 DEBUG : dir1/0008-2345678.txt: Sizes identical 2025/10/01 03:04:34 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2025/10/01 03:04:34 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2025/10/01 03:04:34 DEBUG : dir1/0007-1234567.txt: Sizes identical 2025/10/01 03:04:34 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2025/10/01 03:04:34 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2025/10/01 03:04:34 DEBUG : mega root 'rclone-test-safoyug7yeka': Waiting for transfers to finish 2025/10/01 03:04:34 DEBUG : Waiting for deletions to finish 2025/10/01 03:04:34 INFO : backup/one.bak: Deleted 2025/10/01 03:04:34 INFO : backup: Removing directory 2025/10/01 03:04:34 DEBUG : backup: Failed to Rmdir: directory not empty 2025/10/01 03:04:34 DEBUG : mega root 'rclone-test-safoyug7yeka': failed to delete 1 directories 2025/10/01 03:04:34 INFO : There was nothing to transfer 2025/10/01 03:04:34 DEBUG : apple: Excluded (Path Filter) 2025/10/01 03:04:34 DEBUG : apple: Excluded 2025/10/01 03:04:34 DEBUG : banana: Excluded (Path Filter) 2025/10/01 03:04:34 DEBUG : banana: Excluded 2025/10/01 03:04:34 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2025/10/01 03:04:34 DEBUG : appleappleapplebanana: Excluded 2025/10/01 03:04:34 DEBUG : splitbananasplit: Excluded (Path Filter) 2025/10/01 03:04:34 DEBUG : splitbananasplit: Excluded 2025/10/01 03:04:34 DEBUG : backup/one.bak: Excluded (Path Filter) 2025/10/01 03:04:34 DEBUG : backup/one.bak: Excluded 2025/10/01 03:04:34 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2025/10/01 03:04:34 DEBUG : dir1/0000-abcdefg.txt: Excluded 2025/10/01 03:04:34 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2025/10/01 03:04:34 DEBUG : dir1/0001-bcdefgh.txt: Excluded 2025/10/01 03:04:34 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2025/10/01 03:04:34 DEBUG : dir1/0003-defghij.txt: Excluded 2025/10/01 03:04:34 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2025/10/01 03:04:34 DEBUG : dir1/0002-cdefghi.txt: Excluded 2025/10/01 03:04:34 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2025/10/01 03:04:34 DEBUG : dir1/0004-efghijk.txt: Excluded 2025/10/01 03:04:34 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2025/10/01 03:04:34 DEBUG : dir1/0005-fghijkl.txt: Excluded 2025/10/01 03:04:34 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2025/10/01 03:04:34 DEBUG : dir1/0006-ghijklm.txt: Excluded 2025/10/01 03:04:34 DEBUG : Waiting for deletions to finish 2025/10/01 03:04:34 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2025/10/01 03:04:34 DEBUG : dir1/0007-1234567.txt: Excluded 2025/10/01 03:04:34 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2025/10/01 03:04:34 DEBUG : dir1/0008-2345678.txt: Excluded 2025/10/01 03:04:34 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2025/10/01 03:04:34 DEBUG : dir1/0009-3456789.txt: Excluded 2025/10/01 03:04:34 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2025/10/01 03:04:34 DEBUG : dir1/0010-456789.txt: Excluded 2025/10/01 03:04:34 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2025/10/01 03:04:34 DEBUG : dir1/0011-56789;.txt: Excluded 2025/10/01 03:04:34 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2025/10/01 03:04:34 DEBUG : dir1/0012-6789;.txt: Excluded 2025/10/01 03:04:34 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2025/10/01 03:04:34 DEBUG : dir1/0013-789;=.txt: Excluded 2025/10/01 03:04:34 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2025/10/01 03:04:34 DEBUG : dir1/0014-89;=.txt: Excluded 2025/10/01 03:04:34 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2025/10/01 03:04:34 DEBUG : dir1/0015-9;=.txt: Excluded sync_transform_test.go:196: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:196 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:112 Error: Not equal: expected: 20 actual : 21 Test: TestTransform/NFD run.go:125: removing dir "backup" failed - try 1/3: directory not empty run.go:125: removing dir "backup" failed - try 2/3: directory not empty run.go:125: removing dir "backup" failed - try 3/3: directory not empty run.go:128: removing dir "backup" failed: directory not empty fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:173 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388 /usr/local/go/src/runtime/panic.go:636 /usr/local/go/src/testing/testing.go:1041 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:196 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:112 Error: Should be true Test: TestTransform/NFD Messages: listing wrong, want got backup/one.bak (3) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:173 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388 /usr/local/go/src/runtime/panic.go:636 /usr/local/go/src/testing/testing.go:1041 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:196 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:112 Error: Should be true Test: TestTransform/NFD Messages: Unexpected file "backup/one.bak" fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:173 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388 /usr/local/go/src/runtime/panic.go:636 /usr/local/go/src/testing/testing.go:1041 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:196 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:112 Error: Not equal: expected: []string{} actual : []string{"backup"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=6) "backup" } Test: TestTransform/NFD Messages: directories run.go:125: removing dir "backup" failed - try 1/3: directory not empty run.go:125: removing dir "backup" failed - try 2/3: directory not empty run.go:125: removing dir "backup" failed - try 3/3: directory not empty run.go:128: removing dir "backup" failed: directory not empty fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:173 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 /usr/local/go/src/runtime/panic.go:636 /usr/local/go/src/testing/testing.go:1041 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:196 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:112 Error: Should be true Test: TestTransform/NFD Messages: listing wrong, want got backup/one.bak (3) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:173 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 /usr/local/go/src/runtime/panic.go:636 /usr/local/go/src/testing/testing.go:1041 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:196 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:112 Error: Should be true Test: TestTransform/NFD Messages: Unexpected file "backup/one.bak" fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:173 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 /usr/local/go/src/runtime/panic.go:636 /usr/local/go/src/testing/testing.go:1041 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:196 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:112 Error: Not equal: expected: []string{} actual : []string{"backup"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=6) "backup" } Test: TestTransform/NFD Messages: directories === RUN TestTransform/base64 run.go:180: Remote "mega root 'rclone-test-safoyug7yeka'", Local "Local file system at /tmp/rclone3761812659", Modify Window "876000h0m0s" 2025/10/01 03:05:12 DEBUG : apple: Excluded (Path Filter) 2025/10/01 03:05:12 DEBUG : apple: Excluded 2025/10/01 03:05:12 DEBUG : banana: Excluded (Path Filter) 2025/10/01 03:05:12 DEBUG : banana: Excluded 2025/10/01 03:05:12 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2025/10/01 03:05:12 DEBUG : appleappleapplebanana: Excluded 2025/10/01 03:05:12 DEBUG : splitbananasplit: Excluded (Path Filter) 2025/10/01 03:05:12 DEBUG : splitbananasplit: Excluded 2025/10/01 03:05:12 DEBUG : backup/one.bak: Excluded (Path Filter) 2025/10/01 03:05:12 DEBUG : backup/one.bak: Excluded 2025/10/01 03:05:12 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2025/10/01 03:05:12 DEBUG : dir1/0002-cdefghi.txt: Excluded 2025/10/01 03:05:12 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2025/10/01 03:05:12 DEBUG : dir1/0003-defghij.txt: Excluded 2025/10/01 03:05:12 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2025/10/01 03:05:12 DEBUG : dir1/0001-bcdefgh.txt: Excluded 2025/10/01 03:05:12 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2025/10/01 03:05:12 DEBUG : dir1/0000-abcdefg.txt: Excluded 2025/10/01 03:05:12 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2025/10/01 03:05:12 DEBUG : dir1/0004-efghijk.txt: Excluded 2025/10/01 03:05:12 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2025/10/01 03:05:12 DEBUG : dir1/0005-fghijkl.txt: Excluded 2025/10/01 03:05:12 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2025/10/01 03:05:12 DEBUG : dir1/0006-ghijklm.txt: Excluded 2025/10/01 03:05:12 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2025/10/01 03:05:12 DEBUG : dir1/0007-1234567.txt: Excluded 2025/10/01 03:05:12 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2025/10/01 03:05:12 DEBUG : dir1/0008-2345678.txt: Excluded 2025/10/01 03:05:12 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2025/10/01 03:05:12 DEBUG : dir1/0009-3456789.txt: Excluded 2025/10/01 03:05:12 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2025/10/01 03:05:12 DEBUG : dir1/0010-456789.txt: Excluded 2025/10/01 03:05:12 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2025/10/01 03:05:12 DEBUG : dir1/0011-56789;.txt: Excluded 2025/10/01 03:05:12 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2025/10/01 03:05:12 DEBUG : dir1/0012-6789;.txt: Excluded 2025/10/01 03:05:12 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2025/10/01 03:05:12 DEBUG : dir1/0013-789;=.txt: Excluded 2025/10/01 03:05:12 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2025/10/01 03:05:12 DEBUG : dir1/0014-89;=.txt: Excluded 2025/10/01 03:05:12 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2025/10/01 03:05:12 DEBUG : dir1/0015-9;=.txt: Excluded 2025/10/01 03:05:12 DEBUG : Waiting for deletions to finish fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:360 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:104 Error: Should be true Test: TestTransform/base64 Messages: listing wrong, want apple (5), appleappleapplebanana (21), banana (6), dir1/0000-abcdefg.txt (21), dir1/0001-bcdefgh.txt (21), dir1/0002-cdefghi.txt (21), dir1/0003-defghij.txt (21), dir1/0004-efghijk.txt (21), dir1/0005-fghijkl.txt (21), dir1/0006-ghijklm.txt (21), dir1/0007-1234567.txt (21), dir1/0008-2345678.txt (21), dir1/0009-3456789.txt (21), dir1/0010-456789.txt (20), dir1/0011-56789;.txt (20), dir1/0012-6789;.txt (19), dir1/0013-789;=.txt (19), dir1/0014-89;=.txt (18), dir1/0015-9;=.txt (17), splitbananasplit (16) got apple (5), appleappleapplebanana (21), backup/one.bak (3), banana (6), dir1/0000-abcdefg.txt (21), dir1/0001-bcdefgh.txt (21), dir1/0002-cdefghi.txt (21), dir1/0003-defghij.txt (21), dir1/0004-efghijk.txt (21), dir1/0005-fghijkl.txt (21), dir1/0006-ghijklm.txt (21), dir1/0007-1234567.txt (21), dir1/0008-2345678.txt (21), dir1/0009-3456789.txt (21), dir1/0010-456789.txt (20), dir1/0011-56789;.txt (20), dir1/0012-6789;.txt (19), dir1/0013-789;=.txt (19), dir1/0014-89;=.txt (18), dir1/0015-9;=.txt (17), splitbananasplit (16) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:360 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:104 Error: Should be true Test: TestTransform/base64 Messages: Unexpected file "backup/one.bak" 2025/10/01 03:05:19 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2025/10/01 03:05:19 DEBUG : apple: transformed to: YXBwbGU= 2025/10/01 03:05:19 DEBUG : banana: transformed to: YmFuYW5h 2025/10/01 03:05:19 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2025/10/01 03:05:19 DEBUG : banana: transformed to: YmFuYW5h 2025/10/01 03:05:19 DEBUG : apple: transformed to: YXBwbGU= 2025/10/01 03:05:19 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2025/10/01 03:05:19 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2025/10/01 03:05:19 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2025/10/01 03:05:19 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2025/10/01 03:05:19 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2025/10/01 03:05:19 DEBUG : banana: transformed to: YmFuYW5h 2025/10/01 03:05:19 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2025/10/01 03:05:19 DEBUG : apple: transformed to: YXBwbGU= 2025/10/01 03:05:19 DEBUG : apple: transformed to: YXBwbGU= 2025/10/01 03:05:19 DEBUG : apple: Need to transfer - File not found at Destination 2025/10/01 03:05:19 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2025/10/01 03:05:19 DEBUG : appleappleapplebanana: Need to transfer - File not found at Destination 2025/10/01 03:05:19 DEBUG : banana: transformed to: YmFuYW5h 2025/10/01 03:05:19 DEBUG : banana: Need to transfer - File not found at Destination 2025/10/01 03:05:19 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2025/10/01 03:05:19 DEBUG : splitbananasplit: Need to transfer - File not found at Destination 2025/10/01 03:05:19 DEBUG : apple: transformed to: YXBwbGU= 2025/10/01 03:05:19 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2025/10/01 03:05:19 DEBUG : banana: transformed to: YmFuYW5h 2025/10/01 03:05:19 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2025/10/01 03:05:19 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2025/10/01 03:05:19 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2025/10/01 03:05:19 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2025/10/01 03:05:19 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2025/10/01 03:05:19 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2025/10/01 03:05:19 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2025/10/01 03:05:19 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2025/10/01 03:05:19 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2025/10/01 03:05:19 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2025/10/01 03:05:19 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2025/10/01 03:05:19 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2025/10/01 03:05:19 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2025/10/01 03:05:19 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2025/10/01 03:05:19 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2025/10/01 03:05:19 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2025/10/01 03:05:19 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2025/10/01 03:05:19 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2025/10/01 03:05:19 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2025/10/01 03:05:19 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2025/10/01 03:05:19 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2025/10/01 03:05:19 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2025/10/01 03:05:19 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2025/10/01 03:05:19 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2025/10/01 03:05:19 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2025/10/01 03:05:19 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2025/10/01 03:05:19 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2025/10/01 03:05:19 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2025/10/01 03:05:19 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2025/10/01 03:05:19 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2025/10/01 03:05:19 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2025/10/01 03:05:19 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2025/10/01 03:05:19 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2025/10/01 03:05:19 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2025/10/01 03:05:19 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2025/10/01 03:05:19 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2025/10/01 03:05:19 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2025/10/01 03:05:19 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2025/10/01 03:05:19 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2025/10/01 03:05:19 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2025/10/01 03:05:19 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2025/10/01 03:05:19 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2025/10/01 03:05:19 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2025/10/01 03:05:19 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2025/10/01 03:05:19 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2025/10/01 03:05:19 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2025/10/01 03:05:19 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2025/10/01 03:05:19 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2025/10/01 03:05:19 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2025/10/01 03:05:19 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2025/10/01 03:05:19 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2025/10/01 03:05:19 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2025/10/01 03:05:19 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2025/10/01 03:05:19 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2025/10/01 03:05:19 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2025/10/01 03:05:19 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2025/10/01 03:05:19 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2025/10/01 03:05:19 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2025/10/01 03:05:19 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2025/10/01 03:05:19 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2025/10/01 03:05:19 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2025/10/01 03:05:19 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2025/10/01 03:05:19 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2025/10/01 03:05:19 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2025/10/01 03:05:19 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2025/10/01 03:05:19 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2025/10/01 03:05:19 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2025/10/01 03:05:19 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2025/10/01 03:05:19 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2025/10/01 03:05:19 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2025/10/01 03:05:19 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2025/10/01 03:05:19 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2025/10/01 03:05:19 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2025/10/01 03:05:19 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2025/10/01 03:05:19 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2025/10/01 03:05:19 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2025/10/01 03:05:19 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2025/10/01 03:05:19 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2025/10/01 03:05:19 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2025/10/01 03:05:19 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2025/10/01 03:05:19 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2025/10/01 03:05:19 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2025/10/01 03:05:19 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2025/10/01 03:05:19 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2025/10/01 03:05:19 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2025/10/01 03:05:19 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2025/10/01 03:05:19 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2025/10/01 03:05:19 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2025/10/01 03:05:19 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2025/10/01 03:05:19 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2025/10/01 03:05:19 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2025/10/01 03:05:19 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2025/10/01 03:05:19 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2025/10/01 03:05:19 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2025/10/01 03:05:19 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2025/10/01 03:05:19 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2025/10/01 03:05:19 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2025/10/01 03:05:19 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2025/10/01 03:05:19 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2025/10/01 03:05:19 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2025/10/01 03:05:19 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2025/10/01 03:05:19 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2025/10/01 03:05:19 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2025/10/01 03:05:19 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2025/10/01 03:05:19 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2025/10/01 03:05:19 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2025/10/01 03:05:19 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2025/10/01 03:05:19 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2025/10/01 03:05:19 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2025/10/01 03:05:19 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2025/10/01 03:05:19 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2025/10/01 03:05:19 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2025/10/01 03:05:19 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2025/10/01 03:05:19 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2025/10/01 03:05:19 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2025/10/01 03:05:19 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2025/10/01 03:05:19 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2025/10/01 03:05:19 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2025/10/01 03:05:19 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2025/10/01 03:05:19 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2025/10/01 03:05:19 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2025/10/01 03:05:19 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2025/10/01 03:05:19 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2025/10/01 03:05:19 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2025/10/01 03:05:19 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2025/10/01 03:05:19 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2025/10/01 03:05:19 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2025/10/01 03:05:19 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2025/10/01 03:05:19 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2025/10/01 03:05:19 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2025/10/01 03:05:19 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2025/10/01 03:05:19 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2025/10/01 03:05:19 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2025/10/01 03:05:19 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2025/10/01 03:05:19 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2025/10/01 03:05:19 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2025/10/01 03:05:19 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2025/10/01 03:05:19 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2025/10/01 03:05:19 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2025/10/01 03:05:19 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2025/10/01 03:05:19 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2025/10/01 03:05:19 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2025/10/01 03:05:19 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2025/10/01 03:05:19 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2025/10/01 03:05:19 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2025/10/01 03:05:19 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2025/10/01 03:05:19 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2025/10/01 03:05:19 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2025/10/01 03:05:19 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2025/10/01 03:05:19 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2025/10/01 03:05:19 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2025/10/01 03:05:19 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2025/10/01 03:05:19 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2025/10/01 03:05:19 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2025/10/01 03:05:19 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2025/10/01 03:05:19 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2025/10/01 03:05:19 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2025/10/01 03:05:19 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2025/10/01 03:05:19 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2025/10/01 03:05:19 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2025/10/01 03:05:19 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2025/10/01 03:05:19 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2025/10/01 03:05:19 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2025/10/01 03:05:19 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2025/10/01 03:05:19 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2025/10/01 03:05:19 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2025/10/01 03:05:19 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2025/10/01 03:05:19 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2025/10/01 03:05:19 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2025/10/01 03:05:19 DEBUG : 0015-9;=.txt: transformed to: MDAxNS05Oz0udHh0 2025/10/01 03:05:19 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2025/10/01 03:05:19 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2025/10/01 03:05:19 DEBUG : dir1/0000-abcdefg.txt: Need to transfer - File not found at Destination 2025/10/01 03:05:19 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2025/10/01 03:05:19 DEBUG : dir1/0001-bcdefgh.txt: Need to transfer - File not found at Destination 2025/10/01 03:05:19 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2025/10/01 03:05:19 DEBUG : dir1/0002-cdefghi.txt: Need to transfer - File not found at Destination 2025/10/01 03:05:19 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2025/10/01 03:05:19 DEBUG : dir1/0003-defghij.txt: Need to transfer - File not found at Destination 2025/10/01 03:05:19 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2025/10/01 03:05:19 DEBUG : dir1/0004-efghijk.txt: Need to transfer - File not found at Destination 2025/10/01 03:05:19 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2025/10/01 03:05:19 DEBUG : dir1/0005-fghijkl.txt: Need to transfer - File not found at Destination 2025/10/01 03:05:19 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2025/10/01 03:05:19 DEBUG : dir1/0006-ghijklm.txt: Need to transfer - File not found at Destination 2025/10/01 03:05:19 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2025/10/01 03:05:19 DEBUG : dir1/0007-1234567.txt: Need to transfer - File not found at Destination 2025/10/01 03:05:19 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2025/10/01 03:05:19 DEBUG : dir1/0008-2345678.txt: Need to transfer - File not found at Destination 2025/10/01 03:05:19 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2025/10/01 03:05:19 DEBUG : dir1/0009-3456789.txt: Need to transfer - File not found at Destination 2025/10/01 03:05:19 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2025/10/01 03:05:19 DEBUG : dir1/0010-456789.txt: Need to transfer - File not found at Destination 2025/10/01 03:05:19 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2025/10/01 03:05:19 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination 2025/10/01 03:05:19 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2025/10/01 03:05:19 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2025/10/01 03:05:19 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2025/10/01 03:05:19 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2025/10/01 03:05:19 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2025/10/01 03:05:19 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2025/10/01 03:05:19 DEBUG : 0015-9;=.txt: transformed to: MDAxNS05Oz0udHh0 2025/10/01 03:05:19 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination 2025/10/01 03:05:19 DEBUG : mega root 'rclone-test-safoyug7yeka': Waiting for checks to finish 2025/10/01 03:05:19 DEBUG : mega root 'rclone-test-safoyug7yeka': Waiting for transfers to finish 2025/10/01 03:05:20 INFO : apple: Copied (new) to: YXBwbGU= 2025/10/01 03:05:20 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2025/10/01 03:05:20 INFO : appleappleapplebanana: Copied (new) to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2025/10/01 03:05:20 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2025/10/01 03:05:21 INFO : banana: Copied (new) to: YmFuYW5h 2025/10/01 03:05:21 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2025/10/01 03:05:21 INFO : splitbananasplit: Copied (new) to: c3BsaXRiYW5hbmFzcGxpdA== 2025/10/01 03:05:21 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2025/10/01 03:05:21 INFO : dir1/0001-bcdefgh.txt: Copied (new) to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2025/10/01 03:05:21 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2025/10/01 03:05:21 INFO : dir1/0000-abcdefg.txt: Copied (new) to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2025/10/01 03:05:21 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2025/10/01 03:05:21 INFO : dir1/0002-cdefghi.txt: Copied (new) to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2025/10/01 03:05:21 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2025/10/01 03:05:22 INFO : dir1/0003-defghij.txt: Copied (new) to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2025/10/01 03:05:22 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2025/10/01 03:05:22 INFO : dir1/0004-efghijk.txt: Copied (new) to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2025/10/01 03:05:22 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2025/10/01 03:05:22 INFO : dir1/0005-fghijkl.txt: Copied (new) to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2025/10/01 03:05:22 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2025/10/01 03:05:23 INFO : dir1/0006-ghijklm.txt: Copied (new) to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2025/10/01 03:05:23 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2025/10/01 03:05:23 INFO : dir1/0007-1234567.txt: Copied (new) to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2025/10/01 03:05:23 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2025/10/01 03:05:23 INFO : dir1/0008-2345678.txt: Copied (new) to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2025/10/01 03:05:23 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2025/10/01 03:05:24 INFO : dir1/0009-3456789.txt: Copied (new) to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2025/10/01 03:05:24 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2025/10/01 03:05:24 INFO : dir1/0010-456789.txt: Copied (new) to: dir1/MDAxMC00NTY3ODkudHh0 2025/10/01 03:05:24 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2025/10/01 03:05:24 INFO : dir1/0011-56789;.txt: Copied (new) to: dir1/MDAxMS01Njc4OTsudHh0 2025/10/01 03:05:24 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2025/10/01 03:05:24 INFO : dir1/0012-6789;.txt: Copied (new) to: dir1/MDAxMi02Nzg5Oy50eHQ= 2025/10/01 03:05:25 INFO : dir1/0013-789;=.txt: Copied (new) to: dir1/MDAxMy03ODk7PS50eHQ= 2025/10/01 03:05:25 INFO : dir1/0014-89;=.txt: Copied (new) to: dir1/MDAxNC04OTs9LnR4dA== 2025/10/01 03:05:26 INFO : dir1/0015-9;=.txt: Copied (new) to: dir1/MDAxNS05Oz0udHh0 2025/10/01 03:05:26 DEBUG : Waiting for deletions to finish 2025/10/01 03:05:26 INFO : dir1/0002-cdefghi.txt: Deleted 2025/10/01 03:05:26 INFO : dir1/0009-3456789.txt: Deleted 2025/10/01 03:05:26 INFO : dir1/0010-456789.txt: Deleted 2025/10/01 03:05:27 INFO : dir1/0012-6789;.txt: Deleted 2025/10/01 03:05:29 INFO : dir1/0013-789;=.txt: Deleted 2025/10/01 03:05:29 INFO : dir1/0005-fghijkl.txt: Deleted 2025/10/01 03:05:29 INFO : apple: Deleted 2025/10/01 03:05:29 INFO : dir1/0011-56789;.txt: Deleted 2025/10/01 03:05:29 INFO : dir1/0003-defghij.txt: Deleted 2025/10/01 03:05:29 INFO : splitbananasplit: Deleted 2025/10/01 03:05:29 INFO : dir1/0008-2345678.txt: Deleted 2025/10/01 03:05:29 INFO : dir1/0015-9;=.txt: Deleted 2025/10/01 03:05:30 INFO : dir1/0004-efghijk.txt: Deleted 2025/10/01 03:05:30 INFO : dir1/0001-bcdefgh.txt: Deleted 2025/10/01 03:05:30 INFO : appleappleapplebanana: Deleted 2025/10/01 03:05:30 INFO : banana: Deleted 2025/10/01 03:05:30 INFO : dir1/0000-abcdefg.txt: Deleted 2025/10/01 03:05:30 INFO : dir1/0014-89;=.txt: Deleted 2025/10/01 03:05:31 INFO : dir1/0007-1234567.txt: Deleted 2025/10/01 03:05:31 INFO : dir1/0006-ghijklm.txt: Deleted 2025/10/01 03:05:31 INFO : backup/one.bak: Deleted 2025/10/01 03:05:31 INFO : backup: Removing directory 2025/10/01 03:05:31 DEBUG : backup: Failed to Rmdir: directory not empty 2025/10/01 03:05:31 DEBUG : mega root 'rclone-test-safoyug7yeka': failed to delete 1 directories 2025/10/01 03:05:31 DEBUG : Waiting for deletions to finish 2025/10/01 03:05:31 DEBUG : c3BsaXRiYW5hbmFzcGxpdA==: Excluded (Path Filter) 2025/10/01 03:05:31 DEBUG : c3BsaXRiYW5hbmFzcGxpdA==: Excluded 2025/10/01 03:05:31 DEBUG : YXBwbGVhcHBsZWFwcGxlYmFuYW5h: Excluded (Path Filter) 2025/10/01 03:05:31 DEBUG : YXBwbGVhcHBsZWFwcGxlYmFuYW5h: Excluded 2025/10/01 03:05:31 DEBUG : YXBwbGU=: Excluded (Path Filter) 2025/10/01 03:05:31 DEBUG : YXBwbGU=: Excluded 2025/10/01 03:05:31 DEBUG : YmFuYW5h: Excluded (Path Filter) 2025/10/01 03:05:31 DEBUG : YmFuYW5h: Excluded 2025/10/01 03:05:31 DEBUG : dir1/MDAxMy03ODk7PS50eHQ=: Excluded (Path Filter) 2025/10/01 03:05:31 DEBUG : dir1/MDAxMy03ODk7PS50eHQ=: Excluded 2025/10/01 03:05:31 DEBUG : backup/one.bak: Excluded (Path Filter) 2025/10/01 03:05:31 DEBUG : dir1/MDAwOC0yMzQ1Njc4LnR4dA==: Excluded (Path Filter) 2025/10/01 03:05:31 DEBUG : backup/one.bak: Excluded 2025/10/01 03:05:31 DEBUG : dir1/MDAwOC0yMzQ1Njc4LnR4dA==: Excluded 2025/10/01 03:05:31 DEBUG : dir1/MDAwNC1lZmdoaWprLnR4dA==: Excluded (Path Filter) 2025/10/01 03:05:31 DEBUG : dir1/MDAwNC1lZmdoaWprLnR4dA==: Excluded 2025/10/01 03:05:31 DEBUG : dir1/MDAwMy1kZWZnaGlqLnR4dA==: Excluded (Path Filter) 2025/10/01 03:05:31 DEBUG : dir1/MDAwMy1kZWZnaGlqLnR4dA==: Excluded 2025/10/01 03:05:31 DEBUG : dir1/MDAwNS1mZ2hpamtsLnR4dA==: Excluded (Path Filter) 2025/10/01 03:05:31 DEBUG : dir1/MDAwNS1mZ2hpamtsLnR4dA==: Excluded 2025/10/01 03:05:31 DEBUG : dir1/MDAxMC00NTY3ODkudHh0: Excluded (Path Filter) 2025/10/01 03:05:31 DEBUG : dir1/MDAxMC00NTY3ODkudHh0: Excluded 2025/10/01 03:05:31 DEBUG : dir1/MDAwMS1iY2RlZmdoLnR4dA==: Excluded (Path Filter) 2025/10/01 03:05:31 DEBUG : dir1/MDAwMS1iY2RlZmdoLnR4dA==: Excluded 2025/10/01 03:05:31 DEBUG : dir1/MDAwMC1hYmNkZWZnLnR4dA==: Excluded (Path Filter) 2025/10/01 03:05:31 DEBUG : dir1/MDAwMC1hYmNkZWZnLnR4dA==: Excluded 2025/10/01 03:05:31 DEBUG : dir1/MDAwNy0xMjM0NTY3LnR4dA==: Excluded (Path Filter) 2025/10/01 03:05:31 DEBUG : dir1/MDAwNy0xMjM0NTY3LnR4dA==: Excluded 2025/10/01 03:05:31 DEBUG : dir1/MDAxNC04OTs9LnR4dA==: Excluded (Path Filter) 2025/10/01 03:05:31 DEBUG : dir1/MDAxNC04OTs9LnR4dA==: Excluded 2025/10/01 03:05:31 DEBUG : dir1/MDAxNS05Oz0udHh0: Excluded (Path Filter) 2025/10/01 03:05:31 DEBUG : dir1/MDAxNS05Oz0udHh0: Excluded 2025/10/01 03:05:31 DEBUG : dir1/MDAwOS0zNDU2Nzg5LnR4dA==: Excluded (Path Filter) 2025/10/01 03:05:31 DEBUG : dir1/MDAwOS0zNDU2Nzg5LnR4dA==: Excluded 2025/10/01 03:05:31 DEBUG : dir1/MDAxMi02Nzg5Oy50eHQ=: Excluded (Path Filter) 2025/10/01 03:05:31 DEBUG : dir1/MDAxMi02Nzg5Oy50eHQ=: Excluded 2025/10/01 03:05:31 DEBUG : dir1/MDAxMS01Njc4OTsudHh0: Excluded (Path Filter) 2025/10/01 03:05:31 DEBUG : dir1/MDAxMS01Njc4OTsudHh0: Excluded 2025/10/01 03:05:31 DEBUG : dir1/MDAwMi1jZGVmZ2hpLnR4dA==: Excluded (Path Filter) 2025/10/01 03:05:31 DEBUG : dir1/MDAwMi1jZGVmZ2hpLnR4dA==: Excluded 2025/10/01 03:05:31 DEBUG : dir1/MDAwNi1naGlqa2xtLnR4dA==: Excluded (Path Filter) 2025/10/01 03:05:31 DEBUG : dir1/MDAwNi1naGlqa2xtLnR4dA==: Excluded sync_transform_test.go:196: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:196 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:112 Error: Not equal: expected: 20 actual : 21 Test: TestTransform/base64 run.go:125: removing dir "backup" failed - try 1/3: directory not empty run.go:125: removing dir "backup" failed - try 2/3: directory not empty run.go:125: removing dir "backup" failed - try 3/3: directory not empty run.go:128: removing dir "backup" failed: directory not empty fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:173 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388 /usr/local/go/src/runtime/panic.go:636 /usr/local/go/src/testing/testing.go:1041 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:196 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:112 Error: Should be true Test: TestTransform/base64 Messages: listing wrong, want got backup/one.bak (3) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:173 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388 /usr/local/go/src/runtime/panic.go:636 /usr/local/go/src/testing/testing.go:1041 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:196 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:112 Error: Should be true Test: TestTransform/base64 Messages: Unexpected file "backup/one.bak" fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:173 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388 /usr/local/go/src/runtime/panic.go:636 /usr/local/go/src/testing/testing.go:1041 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:196 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:112 Error: Not equal: expected: []string{} actual : []string{"backup"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=6) "backup" } Test: TestTransform/base64 Messages: directories run.go:125: removing dir "backup" failed - try 1/3: directory not empty run.go:125: removing dir "backup" failed - try 2/3: directory not empty run.go:125: removing dir "backup" failed - try 3/3: directory not empty run.go:128: removing dir "backup" failed: directory not empty fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:173 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 /usr/local/go/src/runtime/panic.go:636 /usr/local/go/src/testing/testing.go:1041 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:196 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:112 Error: Should be true Test: TestTransform/base64 Messages: listing wrong, want got backup/one.bak (3) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:173 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 /usr/local/go/src/runtime/panic.go:636 /usr/local/go/src/testing/testing.go:1041 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:196 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:112 Error: Should be true Test: TestTransform/base64 Messages: Unexpected file "backup/one.bak" fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:173 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 /usr/local/go/src/runtime/panic.go:636 /usr/local/go/src/testing/testing.go:1041 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:196 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:112 Error: Not equal: expected: []string{} actual : []string{"backup"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=6) "backup" } Test: TestTransform/base64 Messages: directories === RUN TestTransform/prefix run.go:180: Remote "mega root 'rclone-test-safoyug7yeka'", Local "Local file system at /tmp/rclone3761812659", Modify Window "876000h0m0s" 2025/10/01 03:06:21 DEBUG : Waiting for deletions to finish 2025/10/01 03:06:21 DEBUG : apple: Excluded (Path Filter) 2025/10/01 03:06:21 DEBUG : apple: Excluded 2025/10/01 03:06:21 DEBUG : banana: Excluded (Path Filter) 2025/10/01 03:06:21 DEBUG : banana: Excluded 2025/10/01 03:06:21 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2025/10/01 03:06:21 DEBUG : appleappleapplebanana: Excluded 2025/10/01 03:06:21 DEBUG : splitbananasplit: Excluded (Path Filter) 2025/10/01 03:06:21 DEBUG : splitbananasplit: Excluded 2025/10/01 03:06:21 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2025/10/01 03:06:21 DEBUG : dir1/0000-abcdefg.txt: Excluded 2025/10/01 03:06:21 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2025/10/01 03:06:21 DEBUG : dir1/0001-bcdefgh.txt: Excluded 2025/10/01 03:06:21 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2025/10/01 03:06:21 DEBUG : dir1/0002-cdefghi.txt: Excluded 2025/10/01 03:06:21 DEBUG : backup/one.bak: Excluded (Path Filter) 2025/10/01 03:06:21 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2025/10/01 03:06:21 DEBUG : backup/one.bak: Excluded 2025/10/01 03:06:21 DEBUG : dir1/0003-defghij.txt: Excluded 2025/10/01 03:06:21 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2025/10/01 03:06:21 DEBUG : dir1/0004-efghijk.txt: Excluded 2025/10/01 03:06:21 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2025/10/01 03:06:21 DEBUG : dir1/0005-fghijkl.txt: Excluded 2025/10/01 03:06:21 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2025/10/01 03:06:21 DEBUG : dir1/0006-ghijklm.txt: Excluded 2025/10/01 03:06:21 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2025/10/01 03:06:21 DEBUG : dir1/0007-1234567.txt: Excluded 2025/10/01 03:06:21 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2025/10/01 03:06:21 DEBUG : dir1/0008-2345678.txt: Excluded 2025/10/01 03:06:21 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2025/10/01 03:06:21 DEBUG : dir1/0009-3456789.txt: Excluded 2025/10/01 03:06:21 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2025/10/01 03:06:21 DEBUG : dir1/0010-456789.txt: Excluded 2025/10/01 03:06:21 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2025/10/01 03:06:21 DEBUG : dir1/0011-56789;.txt: Excluded 2025/10/01 03:06:21 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2025/10/01 03:06:21 DEBUG : dir1/0012-6789;.txt: Excluded 2025/10/01 03:06:21 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2025/10/01 03:06:21 DEBUG : dir1/0013-789;=.txt: Excluded 2025/10/01 03:06:21 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2025/10/01 03:06:21 DEBUG : dir1/0014-89;=.txt: Excluded 2025/10/01 03:06:21 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2025/10/01 03:06:21 DEBUG : dir1/0015-9;=.txt: Excluded fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:360 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:104 Error: Should be true Test: TestTransform/prefix Messages: listing wrong, want apple (5), appleappleapplebanana (21), banana (6), dir1/0000-abcdefg.txt (21), dir1/0001-bcdefgh.txt (21), dir1/0002-cdefghi.txt (21), dir1/0003-defghij.txt (21), dir1/0004-efghijk.txt (21), dir1/0005-fghijkl.txt (21), dir1/0006-ghijklm.txt (21), dir1/0007-1234567.txt (21), dir1/0008-2345678.txt (21), dir1/0009-3456789.txt (21), dir1/0010-456789.txt (20), dir1/0011-56789;.txt (20), dir1/0012-6789;.txt (19), dir1/0013-789;=.txt (19), dir1/0014-89;=.txt (18), dir1/0015-9;=.txt (17), splitbananasplit (16) got apple (5), appleappleapplebanana (21), backup/one.bak (3), banana (6), dir1/0000-abcdefg.txt (21), dir1/0001-bcdefgh.txt (21), dir1/0002-cdefghi.txt (21), dir1/0003-defghij.txt (21), dir1/0004-efghijk.txt (21), dir1/0005-fghijkl.txt (21), dir1/0006-ghijklm.txt (21), dir1/0007-1234567.txt (21), dir1/0008-2345678.txt (21), dir1/0009-3456789.txt (21), dir1/0010-456789.txt (20), dir1/0011-56789;.txt (20), dir1/0012-6789;.txt (19), dir1/0013-789;=.txt (19), dir1/0014-89;=.txt (18), dir1/0015-9;=.txt (17), splitbananasplit (16) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:360 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:104 Error: Should be true Test: TestTransform/prefix Messages: Unexpected file "backup/one.bak" 2025/10/01 03:06:29 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2025/10/01 03:06:29 DEBUG : apple: transformed to: PREFIXapple 2025/10/01 03:06:29 DEBUG : banana: transformed to: PREFIXbanana 2025/10/01 03:06:29 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2025/10/01 03:06:29 DEBUG : banana: transformed to: PREFIXbanana 2025/10/01 03:06:29 DEBUG : apple: transformed to: PREFIXapple 2025/10/01 03:06:29 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2025/10/01 03:06:29 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2025/10/01 03:06:29 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2025/10/01 03:06:29 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2025/10/01 03:06:29 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2025/10/01 03:06:29 DEBUG : banana: transformed to: PREFIXbanana 2025/10/01 03:06:29 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2025/10/01 03:06:29 DEBUG : apple: transformed to: PREFIXapple 2025/10/01 03:06:29 DEBUG : apple: transformed to: PREFIXapple 2025/10/01 03:06:29 DEBUG : apple: Need to transfer - File not found at Destination 2025/10/01 03:06:29 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2025/10/01 03:06:29 DEBUG : appleappleapplebanana: Need to transfer - File not found at Destination 2025/10/01 03:06:29 DEBUG : banana: transformed to: PREFIXbanana 2025/10/01 03:06:29 DEBUG : banana: Need to transfer - File not found at Destination 2025/10/01 03:06:29 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2025/10/01 03:06:29 DEBUG : splitbananasplit: Need to transfer - File not found at Destination 2025/10/01 03:06:29 DEBUG : apple: transformed to: PREFIXapple 2025/10/01 03:06:29 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2025/10/01 03:06:29 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2025/10/01 03:06:29 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2025/10/01 03:06:29 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2025/10/01 03:06:29 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2025/10/01 03:06:29 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2025/10/01 03:06:29 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2025/10/01 03:06:29 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2025/10/01 03:06:29 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2025/10/01 03:06:29 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2025/10/01 03:06:29 DEBUG : banana: transformed to: PREFIXbanana 2025/10/01 03:06:29 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2025/10/01 03:06:29 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2025/10/01 03:06:29 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2025/10/01 03:06:29 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2025/10/01 03:06:29 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2025/10/01 03:06:29 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2025/10/01 03:06:29 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2025/10/01 03:06:29 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2025/10/01 03:06:29 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2025/10/01 03:06:29 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2025/10/01 03:06:29 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2025/10/01 03:06:29 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2025/10/01 03:06:29 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2025/10/01 03:06:29 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2025/10/01 03:06:29 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2025/10/01 03:06:29 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2025/10/01 03:06:29 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2025/10/01 03:06:29 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2025/10/01 03:06:29 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2025/10/01 03:06:29 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2025/10/01 03:06:29 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2025/10/01 03:06:29 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2025/10/01 03:06:29 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2025/10/01 03:06:29 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2025/10/01 03:06:29 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2025/10/01 03:06:29 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2025/10/01 03:06:29 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2025/10/01 03:06:29 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2025/10/01 03:06:29 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2025/10/01 03:06:29 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2025/10/01 03:06:29 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2025/10/01 03:06:29 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2025/10/01 03:06:29 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2025/10/01 03:06:29 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2025/10/01 03:06:29 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2025/10/01 03:06:29 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2025/10/01 03:06:29 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2025/10/01 03:06:29 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2025/10/01 03:06:29 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2025/10/01 03:06:29 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2025/10/01 03:06:29 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2025/10/01 03:06:29 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2025/10/01 03:06:29 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2025/10/01 03:06:29 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2025/10/01 03:06:29 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2025/10/01 03:06:29 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2025/10/01 03:06:29 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2025/10/01 03:06:29 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2025/10/01 03:06:29 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2025/10/01 03:06:29 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2025/10/01 03:06:29 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2025/10/01 03:06:29 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2025/10/01 03:06:29 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2025/10/01 03:06:29 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2025/10/01 03:06:29 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2025/10/01 03:06:29 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2025/10/01 03:06:29 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2025/10/01 03:06:29 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2025/10/01 03:06:29 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2025/10/01 03:06:29 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2025/10/01 03:06:29 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2025/10/01 03:06:29 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2025/10/01 03:06:29 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2025/10/01 03:06:29 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2025/10/01 03:06:29 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2025/10/01 03:06:29 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2025/10/01 03:06:29 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2025/10/01 03:06:29 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2025/10/01 03:06:29 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2025/10/01 03:06:29 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2025/10/01 03:06:29 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2025/10/01 03:06:29 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2025/10/01 03:06:29 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2025/10/01 03:06:29 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2025/10/01 03:06:29 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2025/10/01 03:06:29 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2025/10/01 03:06:29 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2025/10/01 03:06:29 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2025/10/01 03:06:29 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2025/10/01 03:06:29 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2025/10/01 03:06:29 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2025/10/01 03:06:29 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2025/10/01 03:06:29 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2025/10/01 03:06:29 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2025/10/01 03:06:29 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2025/10/01 03:06:29 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2025/10/01 03:06:29 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2025/10/01 03:06:29 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2025/10/01 03:06:29 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2025/10/01 03:06:29 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2025/10/01 03:06:29 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2025/10/01 03:06:29 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2025/10/01 03:06:29 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2025/10/01 03:06:29 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2025/10/01 03:06:29 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2025/10/01 03:06:29 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2025/10/01 03:06:29 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2025/10/01 03:06:29 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2025/10/01 03:06:29 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2025/10/01 03:06:29 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2025/10/01 03:06:29 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2025/10/01 03:06:29 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2025/10/01 03:06:29 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2025/10/01 03:06:29 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2025/10/01 03:06:29 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2025/10/01 03:06:29 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2025/10/01 03:06:29 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2025/10/01 03:06:29 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2025/10/01 03:06:29 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2025/10/01 03:06:29 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2025/10/01 03:06:29 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2025/10/01 03:06:29 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2025/10/01 03:06:29 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2025/10/01 03:06:29 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2025/10/01 03:06:29 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2025/10/01 03:06:29 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2025/10/01 03:06:29 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2025/10/01 03:06:29 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2025/10/01 03:06:29 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2025/10/01 03:06:29 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2025/10/01 03:06:29 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2025/10/01 03:06:29 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2025/10/01 03:06:29 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2025/10/01 03:06:29 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2025/10/01 03:06:29 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2025/10/01 03:06:29 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2025/10/01 03:06:29 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2025/10/01 03:06:29 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2025/10/01 03:06:29 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2025/10/01 03:06:29 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2025/10/01 03:06:29 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2025/10/01 03:06:29 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2025/10/01 03:06:29 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2025/10/01 03:06:29 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2025/10/01 03:06:29 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2025/10/01 03:06:29 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2025/10/01 03:06:29 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2025/10/01 03:06:29 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2025/10/01 03:06:29 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2025/10/01 03:06:29 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2025/10/01 03:06:29 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2025/10/01 03:06:29 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2025/10/01 03:06:29 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2025/10/01 03:06:29 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2025/10/01 03:06:29 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2025/10/01 03:06:29 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2025/10/01 03:06:29 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2025/10/01 03:06:29 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2025/10/01 03:06:29 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2025/10/01 03:06:29 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2025/10/01 03:06:29 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2025/10/01 03:06:29 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2025/10/01 03:06:29 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2025/10/01 03:06:29 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2025/10/01 03:06:29 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2025/10/01 03:06:29 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2025/10/01 03:06:29 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2025/10/01 03:06:29 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2025/10/01 03:06:29 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2025/10/01 03:06:29 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2025/10/01 03:06:29 DEBUG : 0015-9;=.txt: transformed to: PREFIX0015-9;=.txt 2025/10/01 03:06:29 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2025/10/01 03:06:29 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2025/10/01 03:06:29 DEBUG : dir1/0000-abcdefg.txt: Need to transfer - File not found at Destination 2025/10/01 03:06:29 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2025/10/01 03:06:29 DEBUG : dir1/0001-bcdefgh.txt: Need to transfer - File not found at Destination 2025/10/01 03:06:29 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2025/10/01 03:06:29 DEBUG : dir1/0002-cdefghi.txt: Need to transfer - File not found at Destination 2025/10/01 03:06:29 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2025/10/01 03:06:29 DEBUG : dir1/0003-defghij.txt: Need to transfer - File not found at Destination 2025/10/01 03:06:29 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2025/10/01 03:06:29 DEBUG : dir1/0004-efghijk.txt: Need to transfer - File not found at Destination 2025/10/01 03:06:29 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2025/10/01 03:06:29 DEBUG : dir1/0005-fghijkl.txt: Need to transfer - File not found at Destination 2025/10/01 03:06:29 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2025/10/01 03:06:29 DEBUG : dir1/0006-ghijklm.txt: Need to transfer - File not found at Destination 2025/10/01 03:06:29 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2025/10/01 03:06:29 DEBUG : dir1/0007-1234567.txt: Need to transfer - File not found at Destination 2025/10/01 03:06:29 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2025/10/01 03:06:29 DEBUG : dir1/0008-2345678.txt: Need to transfer - File not found at Destination 2025/10/01 03:06:29 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2025/10/01 03:06:29 DEBUG : dir1/0009-3456789.txt: Need to transfer - File not found at Destination 2025/10/01 03:06:29 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2025/10/01 03:06:29 DEBUG : dir1/0010-456789.txt: Need to transfer - File not found at Destination 2025/10/01 03:06:29 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2025/10/01 03:06:29 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination 2025/10/01 03:06:29 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2025/10/01 03:06:29 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2025/10/01 03:06:29 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2025/10/01 03:06:29 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2025/10/01 03:06:29 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2025/10/01 03:06:29 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2025/10/01 03:06:29 DEBUG : 0015-9;=.txt: transformed to: PREFIX0015-9;=.txt 2025/10/01 03:06:29 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination 2025/10/01 03:06:29 DEBUG : mega root 'rclone-test-safoyug7yeka': Waiting for checks to finish 2025/10/01 03:06:29 DEBUG : mega root 'rclone-test-safoyug7yeka': Waiting for transfers to finish 2025/10/01 03:06:40 INFO : apple: Copied (new) to: PREFIXapple 2025/10/01 03:06:40 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt 2025/10/01 03:06:41 INFO : appleappleapplebanana: Copied (new) to: PREFIXappleappleapplebanana 2025/10/01 03:06:41 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2025/10/01 03:06:41 INFO : banana: Copied (new) to: PREFIXbanana 2025/10/01 03:06:41 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2025/10/01 03:06:41 INFO : splitbananasplit: Copied (new) to: PREFIXsplitbananasplit 2025/10/01 03:06:41 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2025/10/01 03:06:41 INFO : dir1/0000-abcdefg.txt: Copied (new) to: dir1/PREFIX0000-abcdefg.txt 2025/10/01 03:06:41 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2025/10/01 03:06:41 INFO : dir1/0001-bcdefgh.txt: Copied (new) to: dir1/PREFIX0001-bcdefgh.txt 2025/10/01 03:06:41 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2025/10/01 03:06:42 INFO : dir1/0002-cdefghi.txt: Copied (new) to: dir1/PREFIX0002-cdefghi.txt 2025/10/01 03:06:42 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2025/10/01 03:06:42 INFO : dir1/0003-defghij.txt: Copied (new) to: dir1/PREFIX0003-defghij.txt 2025/10/01 03:06:42 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2025/10/01 03:06:43 INFO : dir1/0005-fghijkl.txt: Copied (new) to: dir1/PREFIX0005-fghijkl.txt 2025/10/01 03:06:43 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2025/10/01 03:06:43 INFO : dir1/0004-efghijk.txt: Copied (new) to: dir1/PREFIX0004-efghijk.txt 2025/10/01 03:06:43 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2025/10/01 03:06:43 INFO : dir1/0006-ghijklm.txt: Copied (new) to: dir1/PREFIX0006-ghijklm.txt 2025/10/01 03:06:43 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2025/10/01 03:06:43 INFO : dir1/0007-1234567.txt: Copied (new) to: dir1/PREFIX0007-1234567.txt 2025/10/01 03:06:43 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2025/10/01 03:06:44 INFO : dir1/0008-2345678.txt: Copied (new) to: dir1/PREFIX0008-2345678.txt 2025/10/01 03:06:44 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2025/10/01 03:06:44 INFO : dir1/0009-3456789.txt: Copied (new) to: dir1/PREFIX0009-3456789.txt 2025/10/01 03:06:44 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2025/10/01 03:06:44 INFO : dir1/0010-456789.txt: Copied (new) to: dir1/PREFIX0010-456789.txt 2025/10/01 03:06:44 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2025/10/01 03:06:44 INFO : dir1/0011-56789;.txt: Copied (new) to: dir1/PREFIX0011-56789;.txt 2025/10/01 03:06:44 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt 2025/10/01 03:06:44 INFO : dir1/0012-6789;.txt: Copied (new) to: dir1/PREFIX0012-6789;.txt 2025/10/01 03:06:44 INFO : dir1/0013-789;=.txt: Copied (new) to: dir1/PREFIX0013-789;=.txt 2025/10/01 03:06:44 INFO : dir1/0015-9;=.txt: Copied (new) to: dir1/PREFIX0015-9;=.txt 2025/10/01 03:06:44 INFO : dir1/0014-89;=.txt: Copied (new) to: dir1/PREFIX0014-89;=.txt 2025/10/01 03:06:44 DEBUG : Waiting for deletions to finish 2025/10/01 03:06:44 INFO : banana: Deleted 2025/10/01 03:06:45 INFO : dir1/0009-3456789.txt: Deleted 2025/10/01 03:06:45 INFO : splitbananasplit: Deleted 2025/10/01 03:06:45 INFO : dir1/0000-abcdefg.txt: Deleted 2025/10/01 03:06:45 INFO : dir1/0003-defghij.txt: Deleted 2025/10/01 03:06:46 INFO : dir1/0004-efghijk.txt: Deleted 2025/10/01 03:06:46 INFO : dir1/0005-fghijkl.txt: Deleted 2025/10/01 03:06:46 INFO : backup/one.bak: Deleted 2025/10/01 03:06:46 INFO : dir1/0008-2345678.txt: Deleted 2025/10/01 03:06:46 INFO : dir1/0013-789;=.txt: Deleted 2025/10/01 03:06:46 INFO : dir1/0011-56789;.txt: Deleted 2025/10/01 03:06:46 INFO : dir1/0012-6789;.txt: Deleted 2025/10/01 03:06:46 INFO : dir1/0015-9;=.txt: Deleted 2025/10/01 03:06:46 INFO : dir1/0007-1234567.txt: Deleted 2025/10/01 03:06:47 INFO : dir1/0002-cdefghi.txt: Deleted 2025/10/01 03:06:47 INFO : appleappleapplebanana: Deleted 2025/10/01 03:06:47 INFO : dir1/0001-bcdefgh.txt: Deleted 2025/10/01 03:06:47 INFO : dir1/0006-ghijklm.txt: Deleted 2025/10/01 03:06:47 INFO : dir1/0010-456789.txt: Deleted 2025/10/01 03:06:47 INFO : dir1/0014-89;=.txt: Deleted 2025/10/01 03:06:47 INFO : apple: Deleted 2025/10/01 03:06:47 INFO : backup: Removing directory 2025/10/01 03:06:47 DEBUG : backup: Failed to Rmdir: directory not empty 2025/10/01 03:06:47 DEBUG : mega root 'rclone-test-safoyug7yeka': failed to delete 1 directories 2025/10/01 03:06:47 DEBUG : Waiting for deletions to finish 2025/10/01 03:06:47 DEBUG : PREFIXapple: Excluded (Path Filter) 2025/10/01 03:06:47 DEBUG : PREFIXapple: Excluded 2025/10/01 03:06:47 DEBUG : PREFIXsplitbananasplit: Excluded (Path Filter) 2025/10/01 03:06:47 DEBUG : PREFIXsplitbananasplit: Excluded 2025/10/01 03:06:47 DEBUG : PREFIXappleappleapplebanana: Excluded (Path Filter) 2025/10/01 03:06:47 DEBUG : PREFIXappleappleapplebanana: Excluded 2025/10/01 03:06:47 DEBUG : PREFIXbanana: Excluded (Path Filter) 2025/10/01 03:06:47 DEBUG : PREFIXbanana: Excluded 2025/10/01 03:06:47 DEBUG : dir1/PREFIX0015-9;=.txt: Excluded (Path Filter) 2025/10/01 03:06:47 DEBUG : dir1/PREFIX0015-9;=.txt: Excluded 2025/10/01 03:06:47 DEBUG : dir1/PREFIX0003-defghij.txt: Excluded (Path Filter) 2025/10/01 03:06:47 DEBUG : dir1/PREFIX0003-defghij.txt: Excluded 2025/10/01 03:06:47 DEBUG : dir1/PREFIX0005-fghijkl.txt: Excluded (Path Filter) 2025/10/01 03:06:47 DEBUG : dir1/PREFIX0005-fghijkl.txt: Excluded 2025/10/01 03:06:47 DEBUG : dir1/PREFIX0014-89;=.txt: Excluded (Path Filter) 2025/10/01 03:06:47 DEBUG : dir1/PREFIX0014-89;=.txt: Excluded 2025/10/01 03:06:47 DEBUG : dir1/PREFIX0013-789;=.txt: Excluded (Path Filter) 2025/10/01 03:06:47 DEBUG : dir1/PREFIX0013-789;=.txt: Excluded 2025/10/01 03:06:47 DEBUG : dir1/PREFIX0011-56789;.txt: Excluded (Path Filter) 2025/10/01 03:06:47 DEBUG : dir1/PREFIX0011-56789;.txt: Excluded 2025/10/01 03:06:47 DEBUG : backup/one.bak: Excluded (Path Filter) 2025/10/01 03:06:47 DEBUG : backup/one.bak: Excluded 2025/10/01 03:06:47 DEBUG : dir1/PREFIX0002-cdefghi.txt: Excluded (Path Filter) 2025/10/01 03:06:47 DEBUG : dir1/PREFIX0002-cdefghi.txt: Excluded 2025/10/01 03:06:47 DEBUG : dir1/PREFIX0004-efghijk.txt: Excluded (Path Filter) 2025/10/01 03:06:47 DEBUG : dir1/PREFIX0004-efghijk.txt: Excluded 2025/10/01 03:06:47 DEBUG : dir1/PREFIX0010-456789.txt: Excluded (Path Filter) 2025/10/01 03:06:47 DEBUG : dir1/PREFIX0010-456789.txt: Excluded 2025/10/01 03:06:47 DEBUG : dir1/PREFIX0012-6789;.txt: Excluded (Path Filter) 2025/10/01 03:06:47 DEBUG : dir1/PREFIX0012-6789;.txt: Excluded 2025/10/01 03:06:47 DEBUG : dir1/PREFIX0001-bcdefgh.txt: Excluded (Path Filter) 2025/10/01 03:06:47 DEBUG : dir1/PREFIX0001-bcdefgh.txt: Excluded 2025/10/01 03:06:47 DEBUG : dir1/PREFIX0008-2345678.txt: Excluded (Path Filter) 2025/10/01 03:06:47 DEBUG : dir1/PREFIX0008-2345678.txt: Excluded 2025/10/01 03:06:47 DEBUG : dir1/PREFIX0007-1234567.txt: Excluded (Path Filter) 2025/10/01 03:06:47 DEBUG : dir1/PREFIX0007-1234567.txt: Excluded 2025/10/01 03:06:47 DEBUG : dir1/PREFIX0009-3456789.txt: Excluded (Path Filter) 2025/10/01 03:06:47 DEBUG : dir1/PREFIX0009-3456789.txt: Excluded 2025/10/01 03:06:47 DEBUG : dir1/PREFIX0000-abcdefg.txt: Excluded (Path Filter) 2025/10/01 03:06:47 DEBUG : dir1/PREFIX0000-abcdefg.txt: Excluded 2025/10/01 03:06:47 DEBUG : dir1/PREFIX0006-ghijklm.txt: Excluded (Path Filter) 2025/10/01 03:06:47 DEBUG : dir1/PREFIX0006-ghijklm.txt: Excluded sync_transform_test.go:196: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:196 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:112 Error: Not equal: expected: 20 actual : 21 Test: TestTransform/prefix run.go:125: removing dir "backup" failed - try 1/3: directory not empty run.go:125: removing dir "backup" failed - try 2/3: directory not empty run.go:125: removing dir "backup" failed - try 3/3: directory not empty run.go:128: removing dir "backup" failed: directory not empty fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:173 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388 /usr/local/go/src/runtime/panic.go:636 /usr/local/go/src/testing/testing.go:1041 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:196 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:112 Error: Should be true Test: TestTransform/prefix Messages: listing wrong, want got backup/one.bak (3) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:173 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388 /usr/local/go/src/runtime/panic.go:636 /usr/local/go/src/testing/testing.go:1041 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:196 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:112 Error: Should be true Test: TestTransform/prefix Messages: Unexpected file "backup/one.bak" fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:173 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388 /usr/local/go/src/runtime/panic.go:636 /usr/local/go/src/testing/testing.go:1041 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:196 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:112 Error: Not equal: expected: []string{} actual : []string{"backup"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=6) "backup" } Test: TestTransform/prefix Messages: directories run.go:125: removing dir "backup" failed - try 1/3: directory not empty run.go:125: removing dir "backup" failed - try 2/3: directory not empty run.go:125: removing dir "backup" failed - try 3/3: directory not empty run.go:128: removing dir "backup" failed: directory not empty fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:173 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 /usr/local/go/src/runtime/panic.go:636 /usr/local/go/src/testing/testing.go:1041 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:196 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:112 Error: Should be true Test: TestTransform/prefix Messages: listing wrong, want got backup/one.bak (3) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:173 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 /usr/local/go/src/runtime/panic.go:636 /usr/local/go/src/testing/testing.go:1041 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:196 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:112 Error: Should be true Test: TestTransform/prefix Messages: Unexpected file "backup/one.bak" fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:173 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 /usr/local/go/src/runtime/panic.go:636 /usr/local/go/src/testing/testing.go:1041 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:196 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:112 Error: Not equal: expected: []string{} actual : []string{"backup"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=6) "backup" } Test: TestTransform/prefix Messages: directories === RUN TestTransform/suffix run.go:180: Remote "mega root 'rclone-test-safoyug7yeka'", Local "Local file system at /tmp/rclone3761812659", Modify Window "876000h0m0s" 2025/10/01 03:07:16 DEBUG : apple: Excluded (Path Filter) 2025/10/01 03:07:16 DEBUG : apple: Excluded 2025/10/01 03:07:16 DEBUG : banana: Excluded (Path Filter) 2025/10/01 03:07:16 DEBUG : banana: Excluded 2025/10/01 03:07:16 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2025/10/01 03:07:16 DEBUG : appleappleapplebanana: Excluded 2025/10/01 03:07:16 DEBUG : splitbananasplit: Excluded (Path Filter) 2025/10/01 03:07:16 DEBUG : splitbananasplit: Excluded 2025/10/01 03:07:16 DEBUG : Waiting for deletions to finish 2025/10/01 03:07:16 DEBUG : backup/one.bak: Excluded (Path Filter) 2025/10/01 03:07:16 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2025/10/01 03:07:16 DEBUG : backup/one.bak: Excluded 2025/10/01 03:07:16 DEBUG : dir1/0000-abcdefg.txt: Excluded 2025/10/01 03:07:16 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2025/10/01 03:07:16 DEBUG : dir1/0001-bcdefgh.txt: Excluded 2025/10/01 03:07:16 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2025/10/01 03:07:16 DEBUG : dir1/0002-cdefghi.txt: Excluded 2025/10/01 03:07:16 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2025/10/01 03:07:16 DEBUG : dir1/0003-defghij.txt: Excluded 2025/10/01 03:07:16 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2025/10/01 03:07:16 DEBUG : dir1/0005-fghijkl.txt: Excluded 2025/10/01 03:07:16 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2025/10/01 03:07:16 DEBUG : dir1/0004-efghijk.txt: Excluded 2025/10/01 03:07:16 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2025/10/01 03:07:16 DEBUG : dir1/0006-ghijklm.txt: Excluded 2025/10/01 03:07:16 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2025/10/01 03:07:16 DEBUG : dir1/0007-1234567.txt: Excluded 2025/10/01 03:07:16 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2025/10/01 03:07:16 DEBUG : dir1/0008-2345678.txt: Excluded 2025/10/01 03:07:16 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2025/10/01 03:07:16 DEBUG : dir1/0009-3456789.txt: Excluded 2025/10/01 03:07:16 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2025/10/01 03:07:16 DEBUG : dir1/0011-56789;.txt: Excluded 2025/10/01 03:07:16 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2025/10/01 03:07:16 DEBUG : dir1/0010-456789.txt: Excluded 2025/10/01 03:07:16 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2025/10/01 03:07:16 DEBUG : dir1/0012-6789;.txt: Excluded 2025/10/01 03:07:16 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2025/10/01 03:07:16 DEBUG : dir1/0013-789;=.txt: Excluded 2025/10/01 03:07:16 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2025/10/01 03:07:16 DEBUG : dir1/0014-89;=.txt: Excluded 2025/10/01 03:07:16 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2025/10/01 03:07:16 DEBUG : dir1/0015-9;=.txt: Excluded fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:360 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:104 Error: Should be true Test: TestTransform/suffix Messages: listing wrong, want apple (5), appleappleapplebanana (21), banana (6), dir1/0000-abcdefg.txt (21), dir1/0001-bcdefgh.txt (21), dir1/0002-cdefghi.txt (21), dir1/0003-defghij.txt (21), dir1/0004-efghijk.txt (21), dir1/0005-fghijkl.txt (21), dir1/0006-ghijklm.txt (21), dir1/0007-1234567.txt (21), dir1/0008-2345678.txt (21), dir1/0009-3456789.txt (21), dir1/0010-456789.txt (20), dir1/0011-56789;.txt (20), dir1/0012-6789;.txt (19), dir1/0013-789;=.txt (19), dir1/0014-89;=.txt (18), dir1/0015-9;=.txt (17), splitbananasplit (16) got apple (5), appleappleapplebanana (21), backup/one.bak (3), banana (6), dir1/0000-abcdefg.txt (21), dir1/0001-bcdefgh.txt (21), dir1/0002-cdefghi.txt (21), dir1/0003-defghij.txt (21), dir1/0004-efghijk.txt (21), dir1/0005-fghijkl.txt (21), dir1/0006-ghijklm.txt (21), dir1/0007-1234567.txt (21), dir1/0008-2345678.txt (21), dir1/0009-3456789.txt (21), dir1/0010-456789.txt (20), dir1/0011-56789;.txt (20), dir1/0012-6789;.txt (19), dir1/0013-789;=.txt (19), dir1/0014-89;=.txt (18), dir1/0015-9;=.txt (17), splitbananasplit (16) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:360 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:104 Error: Should be true Test: TestTransform/suffix Messages: Unexpected file "backup/one.bak" 2025/10/01 03:07:23 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2025/10/01 03:07:23 DEBUG : apple: transformed to: appleSUFFIX 2025/10/01 03:07:23 DEBUG : banana: transformed to: bananaSUFFIX 2025/10/01 03:07:23 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2025/10/01 03:07:23 DEBUG : banana: transformed to: bananaSUFFIX 2025/10/01 03:07:23 DEBUG : apple: transformed to: appleSUFFIX 2025/10/01 03:07:23 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2025/10/01 03:07:23 DEBUG : banana: transformed to: bananaSUFFIX 2025/10/01 03:07:23 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2025/10/01 03:07:23 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2025/10/01 03:07:23 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2025/10/01 03:07:23 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2025/10/01 03:07:23 DEBUG : banana: transformed to: bananaSUFFIX 2025/10/01 03:07:23 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2025/10/01 03:07:23 DEBUG : apple: transformed to: appleSUFFIX 2025/10/01 03:07:23 DEBUG : apple: transformed to: appleSUFFIX 2025/10/01 03:07:23 DEBUG : apple: Need to transfer - File not found at Destination 2025/10/01 03:07:23 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2025/10/01 03:07:23 DEBUG : appleappleapplebanana: Need to transfer - File not found at Destination 2025/10/01 03:07:23 DEBUG : banana: transformed to: bananaSUFFIX 2025/10/01 03:07:23 DEBUG : banana: Need to transfer - File not found at Destination 2025/10/01 03:07:23 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2025/10/01 03:07:23 DEBUG : splitbananasplit: Need to transfer - File not found at Destination 2025/10/01 03:07:23 DEBUG : apple: transformed to: appleSUFFIX 2025/10/01 03:07:23 DEBUG : banana: transformed to: bananaSUFFIX 2025/10/01 03:07:23 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2025/10/01 03:07:23 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2025/10/01 03:07:23 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2025/10/01 03:07:23 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2025/10/01 03:07:23 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2025/10/01 03:07:23 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2025/10/01 03:07:23 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2025/10/01 03:07:23 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2025/10/01 03:07:23 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2025/10/01 03:07:23 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2025/10/01 03:07:23 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2025/10/01 03:07:23 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2025/10/01 03:07:23 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2025/10/01 03:07:23 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2025/10/01 03:07:23 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2025/10/01 03:07:23 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2025/10/01 03:07:23 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2025/10/01 03:07:23 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2025/10/01 03:07:23 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2025/10/01 03:07:23 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2025/10/01 03:07:23 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2025/10/01 03:07:23 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2025/10/01 03:07:23 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2025/10/01 03:07:23 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2025/10/01 03:07:23 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2025/10/01 03:07:23 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2025/10/01 03:07:23 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2025/10/01 03:07:23 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2025/10/01 03:07:23 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2025/10/01 03:07:23 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2025/10/01 03:07:23 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2025/10/01 03:07:23 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2025/10/01 03:07:23 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2025/10/01 03:07:23 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2025/10/01 03:07:23 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2025/10/01 03:07:23 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2025/10/01 03:07:23 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2025/10/01 03:07:23 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2025/10/01 03:07:23 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2025/10/01 03:07:23 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2025/10/01 03:07:23 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2025/10/01 03:07:23 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2025/10/01 03:07:23 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2025/10/01 03:07:23 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2025/10/01 03:07:23 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2025/10/01 03:07:23 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2025/10/01 03:07:23 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2025/10/01 03:07:23 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2025/10/01 03:07:23 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2025/10/01 03:07:23 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2025/10/01 03:07:23 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2025/10/01 03:07:23 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2025/10/01 03:07:23 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2025/10/01 03:07:23 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2025/10/01 03:07:23 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2025/10/01 03:07:23 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2025/10/01 03:07:23 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2025/10/01 03:07:23 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2025/10/01 03:07:23 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2025/10/01 03:07:23 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2025/10/01 03:07:23 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2025/10/01 03:07:23 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2025/10/01 03:07:23 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2025/10/01 03:07:23 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2025/10/01 03:07:23 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2025/10/01 03:07:23 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2025/10/01 03:07:23 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2025/10/01 03:07:23 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2025/10/01 03:07:23 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2025/10/01 03:07:23 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2025/10/01 03:07:23 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2025/10/01 03:07:23 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2025/10/01 03:07:23 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2025/10/01 03:07:23 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2025/10/01 03:07:23 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2025/10/01 03:07:23 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2025/10/01 03:07:23 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2025/10/01 03:07:23 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2025/10/01 03:07:23 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2025/10/01 03:07:23 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2025/10/01 03:07:23 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2025/10/01 03:07:23 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2025/10/01 03:07:23 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2025/10/01 03:07:23 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2025/10/01 03:07:23 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2025/10/01 03:07:23 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2025/10/01 03:07:23 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2025/10/01 03:07:23 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2025/10/01 03:07:23 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2025/10/01 03:07:23 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2025/10/01 03:07:23 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2025/10/01 03:07:23 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2025/10/01 03:07:23 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2025/10/01 03:07:23 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2025/10/01 03:07:23 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2025/10/01 03:07:23 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2025/10/01 03:07:23 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2025/10/01 03:07:23 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2025/10/01 03:07:23 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2025/10/01 03:07:23 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2025/10/01 03:07:23 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2025/10/01 03:07:23 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2025/10/01 03:07:23 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2025/10/01 03:07:23 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2025/10/01 03:07:23 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2025/10/01 03:07:23 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2025/10/01 03:07:23 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2025/10/01 03:07:23 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2025/10/01 03:07:23 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2025/10/01 03:07:23 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2025/10/01 03:07:23 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2025/10/01 03:07:23 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2025/10/01 03:07:23 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2025/10/01 03:07:23 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2025/10/01 03:07:23 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2025/10/01 03:07:23 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2025/10/01 03:07:23 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2025/10/01 03:07:23 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2025/10/01 03:07:23 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2025/10/01 03:07:23 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2025/10/01 03:07:23 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2025/10/01 03:07:23 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2025/10/01 03:07:23 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2025/10/01 03:07:23 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2025/10/01 03:07:23 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2025/10/01 03:07:23 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2025/10/01 03:07:23 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2025/10/01 03:07:23 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2025/10/01 03:07:23 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2025/10/01 03:07:23 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2025/10/01 03:07:23 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2025/10/01 03:07:23 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2025/10/01 03:07:23 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2025/10/01 03:07:23 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2025/10/01 03:07:23 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2025/10/01 03:07:23 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2025/10/01 03:07:23 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2025/10/01 03:07:23 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2025/10/01 03:07:23 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2025/10/01 03:07:23 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2025/10/01 03:07:23 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2025/10/01 03:07:23 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2025/10/01 03:07:23 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2025/10/01 03:07:23 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2025/10/01 03:07:23 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2025/10/01 03:07:23 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2025/10/01 03:07:23 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2025/10/01 03:07:23 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2025/10/01 03:07:23 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2025/10/01 03:07:23 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2025/10/01 03:07:23 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2025/10/01 03:07:23 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2025/10/01 03:07:23 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2025/10/01 03:07:23 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2025/10/01 03:07:23 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2025/10/01 03:07:23 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2025/10/01 03:07:23 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2025/10/01 03:07:23 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2025/10/01 03:07:23 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2025/10/01 03:07:23 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2025/10/01 03:07:23 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2025/10/01 03:07:23 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2025/10/01 03:07:23 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2025/10/01 03:07:23 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2025/10/01 03:07:23 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2025/10/01 03:07:23 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2025/10/01 03:07:23 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2025/10/01 03:07:23 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2025/10/01 03:07:23 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2025/10/01 03:07:23 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2025/10/01 03:07:23 DEBUG : 0015-9;=.txt: transformed to: 0015-9;=.txtSUFFIX 2025/10/01 03:07:23 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2025/10/01 03:07:23 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2025/10/01 03:07:23 DEBUG : dir1/0000-abcdefg.txt: Need to transfer - File not found at Destination 2025/10/01 03:07:23 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2025/10/01 03:07:23 DEBUG : dir1/0001-bcdefgh.txt: Need to transfer - File not found at Destination 2025/10/01 03:07:23 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2025/10/01 03:07:23 DEBUG : dir1/0002-cdefghi.txt: Need to transfer - File not found at Destination 2025/10/01 03:07:23 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2025/10/01 03:07:23 DEBUG : dir1/0003-defghij.txt: Need to transfer - File not found at Destination 2025/10/01 03:07:23 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2025/10/01 03:07:23 DEBUG : dir1/0004-efghijk.txt: Need to transfer - File not found at Destination 2025/10/01 03:07:23 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2025/10/01 03:07:23 DEBUG : dir1/0005-fghijkl.txt: Need to transfer - File not found at Destination 2025/10/01 03:07:23 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2025/10/01 03:07:23 DEBUG : dir1/0006-ghijklm.txt: Need to transfer - File not found at Destination 2025/10/01 03:07:23 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2025/10/01 03:07:23 DEBUG : dir1/0007-1234567.txt: Need to transfer - File not found at Destination 2025/10/01 03:07:23 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2025/10/01 03:07:23 DEBUG : dir1/0008-2345678.txt: Need to transfer - File not found at Destination 2025/10/01 03:07:23 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2025/10/01 03:07:23 DEBUG : dir1/0009-3456789.txt: Need to transfer - File not found at Destination 2025/10/01 03:07:23 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2025/10/01 03:07:23 DEBUG : dir1/0010-456789.txt: Need to transfer - File not found at Destination 2025/10/01 03:07:23 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2025/10/01 03:07:23 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination 2025/10/01 03:07:23 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2025/10/01 03:07:23 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2025/10/01 03:07:23 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2025/10/01 03:07:23 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2025/10/01 03:07:23 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2025/10/01 03:07:23 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2025/10/01 03:07:23 DEBUG : 0015-9;=.txt: transformed to: 0015-9;=.txtSUFFIX 2025/10/01 03:07:23 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination 2025/10/01 03:07:23 DEBUG : mega root 'rclone-test-safoyug7yeka': Waiting for checks to finish 2025/10/01 03:07:23 DEBUG : mega root 'rclone-test-safoyug7yeka': Waiting for transfers to finish 2025/10/01 03:07:23 INFO : apple: Copied (new) to: appleSUFFIX 2025/10/01 03:07:23 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcdefg.txtSUFFIX 2025/10/01 03:07:24 INFO : splitbananasplit: Copied (new) to: splitbananasplitSUFFIX 2025/10/01 03:07:24 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX 2025/10/01 03:07:24 INFO : appleappleapplebanana: Copied (new) to: appleappleapplebananaSUFFIX 2025/10/01 03:07:24 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX 2025/10/01 03:07:24 INFO : banana: Copied (new) to: bananaSUFFIX 2025/10/01 03:07:24 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX 2025/10/01 03:07:24 INFO : dir1/0000-abcdefg.txt: Copied (new) to: dir1/0000-abcdefg.txtSUFFIX 2025/10/01 03:07:24 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX 2025/10/01 03:07:24 INFO : dir1/0001-bcdefgh.txt: Copied (new) to: dir1/0001-bcdefgh.txtSUFFIX 2025/10/01 03:07:24 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX 2025/10/01 03:07:24 INFO : dir1/0002-cdefghi.txt: Copied (new) to: dir1/0002-cdefghi.txtSUFFIX 2025/10/01 03:07:24 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX 2025/10/01 03:07:24 INFO : dir1/0003-defghij.txt: Copied (new) to: dir1/0003-defghij.txtSUFFIX 2025/10/01 03:07:24 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX 2025/10/01 03:07:25 INFO : dir1/0004-efghijk.txt: Copied (new) to: dir1/0004-efghijk.txtSUFFIX 2025/10/01 03:07:25 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX 2025/10/01 03:07:25 INFO : dir1/0005-fghijkl.txt: Copied (new) to: dir1/0005-fghijkl.txtSUFFIX 2025/10/01 03:07:25 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX 2025/10/01 03:07:25 INFO : dir1/0006-ghijklm.txt: Copied (new) to: dir1/0006-ghijklm.txtSUFFIX 2025/10/01 03:07:25 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX 2025/10/01 03:07:25 INFO : dir1/0007-1234567.txt: Copied (new) to: dir1/0007-1234567.txtSUFFIX 2025/10/01 03:07:25 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX 2025/10/01 03:07:28 INFO : dir1/0008-2345678.txt: Copied (new) to: dir1/0008-2345678.txtSUFFIX 2025/10/01 03:07:28 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX 2025/10/01 03:07:28 INFO : dir1/0009-3456789.txt: Copied (new) to: dir1/0009-3456789.txtSUFFIX 2025/10/01 03:07:28 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX 2025/10/01 03:07:28 INFO : dir1/0010-456789.txt: Copied (new) to: dir1/0010-456789.txtSUFFIX 2025/10/01 03:07:28 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX 2025/10/01 03:07:28 INFO : dir1/0011-56789;.txt: Copied (new) to: dir1/0011-56789;.txtSUFFIX 2025/10/01 03:07:28 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX 2025/10/01 03:07:29 INFO : dir1/0012-6789;.txt: Copied (new) to: dir1/0012-6789;.txtSUFFIX 2025/10/01 03:07:29 INFO : dir1/0013-789;=.txt: Copied (new) to: dir1/0013-789;=.txtSUFFIX 2025/10/01 03:07:29 INFO : dir1/0014-89;=.txt: Copied (new) to: dir1/0014-89;=.txtSUFFIX 2025/10/01 03:07:29 INFO : dir1/0015-9;=.txt: Copied (new) to: dir1/0015-9;=.txtSUFFIX 2025/10/01 03:07:29 DEBUG : Waiting for deletions to finish 2025/10/01 03:07:29 INFO : dir1/0004-efghijk.txt: Deleted 2025/10/01 03:07:29 INFO : dir1/0008-2345678.txt: Deleted 2025/10/01 03:07:29 INFO : dir1/0007-1234567.txt: Deleted 2025/10/01 03:07:29 INFO : dir1/0011-56789;.txt: Deleted 2025/10/01 03:07:29 INFO : dir1/0001-bcdefgh.txt: Deleted 2025/10/01 03:07:29 INFO : splitbananasplit: Deleted 2025/10/01 03:07:29 INFO : dir1/0015-9;=.txt: Deleted 2025/10/01 03:07:30 INFO : dir1/0000-abcdefg.txt: Deleted 2025/10/01 03:07:30 INFO : banana: Deleted 2025/10/01 03:07:30 INFO : dir1/0013-789;=.txt: Deleted 2025/10/01 03:07:30 INFO : appleappleapplebanana: Deleted 2025/10/01 03:07:31 INFO : dir1/0010-456789.txt: Deleted 2025/10/01 03:07:31 INFO : dir1/0014-89;=.txt: Deleted 2025/10/01 03:07:31 INFO : dir1/0003-defghij.txt: Deleted 2025/10/01 03:07:31 INFO : apple: Deleted 2025/10/01 03:07:31 INFO : backup/one.bak: Deleted 2025/10/01 03:07:31 INFO : dir1/0005-fghijkl.txt: Deleted 2025/10/01 03:07:31 INFO : dir1/0002-cdefghi.txt: Deleted 2025/10/01 03:07:32 INFO : dir1/0009-3456789.txt: Deleted 2025/10/01 03:07:32 INFO : dir1/0006-ghijklm.txt: Deleted 2025/10/01 03:07:32 INFO : dir1/0012-6789;.txt: Deleted 2025/10/01 03:07:32 INFO : backup: Removing directory 2025/10/01 03:07:32 DEBUG : backup: Failed to Rmdir: directory not empty 2025/10/01 03:07:32 DEBUG : mega root 'rclone-test-safoyug7yeka': failed to delete 1 directories 2025/10/01 03:07:32 DEBUG : Waiting for deletions to finish 2025/10/01 03:07:32 DEBUG : appleSUFFIX: Excluded (Path Filter) 2025/10/01 03:07:32 DEBUG : appleSUFFIX: Excluded 2025/10/01 03:07:32 DEBUG : appleappleapplebananaSUFFIX: Excluded (Path Filter) 2025/10/01 03:07:32 DEBUG : appleappleapplebananaSUFFIX: Excluded 2025/10/01 03:07:32 DEBUG : splitbananasplitSUFFIX: Excluded (Path Filter) 2025/10/01 03:07:32 DEBUG : splitbananasplitSUFFIX: Excluded 2025/10/01 03:07:32 DEBUG : bananaSUFFIX: Excluded (Path Filter) 2025/10/01 03:07:32 DEBUG : bananaSUFFIX: Excluded 2025/10/01 03:07:32 DEBUG : backup/one.bak: Excluded (Path Filter) 2025/10/01 03:07:32 DEBUG : backup/one.bak: Excluded 2025/10/01 03:07:32 DEBUG : dir1/0009-3456789.txtSUFFIX: Excluded (Path Filter) 2025/10/01 03:07:32 DEBUG : dir1/0009-3456789.txtSUFFIX: Excluded 2025/10/01 03:07:32 DEBUG : dir1/0011-56789;.txtSUFFIX: Excluded (Path Filter) 2025/10/01 03:07:32 DEBUG : dir1/0011-56789;.txtSUFFIX: Excluded 2025/10/01 03:07:32 DEBUG : dir1/0003-defghij.txtSUFFIX: Excluded (Path Filter) 2025/10/01 03:07:32 DEBUG : dir1/0003-defghij.txtSUFFIX: Excluded 2025/10/01 03:07:32 DEBUG : dir1/0005-fghijkl.txtSUFFIX: Excluded (Path Filter) 2025/10/01 03:07:32 DEBUG : dir1/0005-fghijkl.txtSUFFIX: Excluded 2025/10/01 03:07:32 DEBUG : dir1/0014-89;=.txtSUFFIX: Excluded (Path Filter) 2025/10/01 03:07:32 DEBUG : dir1/0014-89;=.txtSUFFIX: Excluded 2025/10/01 03:07:32 DEBUG : dir1/0010-456789.txtSUFFIX: Excluded (Path Filter) 2025/10/01 03:07:32 DEBUG : dir1/0010-456789.txtSUFFIX: Excluded 2025/10/01 03:07:32 DEBUG : dir1/0001-bcdefgh.txtSUFFIX: Excluded (Path Filter) 2025/10/01 03:07:32 DEBUG : dir1/0001-bcdefgh.txtSUFFIX: Excluded 2025/10/01 03:07:32 DEBUG : dir1/0004-efghijk.txtSUFFIX: Excluded (Path Filter) 2025/10/01 03:07:32 DEBUG : dir1/0004-efghijk.txtSUFFIX: Excluded 2025/10/01 03:07:32 DEBUG : dir1/0013-789;=.txtSUFFIX: Excluded (Path Filter) 2025/10/01 03:07:32 DEBUG : dir1/0013-789;=.txtSUFFIX: Excluded 2025/10/01 03:07:32 DEBUG : dir1/0002-cdefghi.txtSUFFIX: Excluded (Path Filter) 2025/10/01 03:07:32 DEBUG : dir1/0002-cdefghi.txtSUFFIX: Excluded 2025/10/01 03:07:32 DEBUG : dir1/0006-ghijklm.txtSUFFIX: Excluded (Path Filter) 2025/10/01 03:07:32 DEBUG : dir1/0006-ghijklm.txtSUFFIX: Excluded 2025/10/01 03:07:32 DEBUG : dir1/0007-1234567.txtSUFFIX: Excluded (Path Filter) 2025/10/01 03:07:32 DEBUG : dir1/0007-1234567.txtSUFFIX: Excluded 2025/10/01 03:07:32 DEBUG : dir1/0000-abcdefg.txtSUFFIX: Excluded (Path Filter) 2025/10/01 03:07:32 DEBUG : dir1/0000-abcdefg.txtSUFFIX: Excluded 2025/10/01 03:07:32 DEBUG : dir1/0008-2345678.txtSUFFIX: Excluded (Path Filter) 2025/10/01 03:07:32 DEBUG : dir1/0008-2345678.txtSUFFIX: Excluded 2025/10/01 03:07:32 DEBUG : dir1/0012-6789;.txtSUFFIX: Excluded (Path Filter) 2025/10/01 03:07:32 DEBUG : dir1/0012-6789;.txtSUFFIX: Excluded 2025/10/01 03:07:32 DEBUG : dir1/0015-9;=.txtSUFFIX: Excluded (Path Filter) 2025/10/01 03:07:32 DEBUG : dir1/0015-9;=.txtSUFFIX: Excluded sync_transform_test.go:196: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:196 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:112 Error: Not equal: expected: 20 actual : 21 Test: TestTransform/suffix run.go:125: removing dir "backup" failed - try 1/3: directory not empty run.go:125: removing dir "backup" failed - try 2/3: directory not empty run.go:125: removing dir "backup" failed - try 3/3: directory not empty run.go:128: removing dir "backup" failed: directory not empty fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:173 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388 /usr/local/go/src/runtime/panic.go:636 /usr/local/go/src/testing/testing.go:1041 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:196 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:112 Error: Should be true Test: TestTransform/suffix Messages: listing wrong, want got backup/one.bak (3) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:173 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388 /usr/local/go/src/runtime/panic.go:636 /usr/local/go/src/testing/testing.go:1041 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:196 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:112 Error: Should be true Test: TestTransform/suffix Messages: Unexpected file "backup/one.bak" fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:173 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388 /usr/local/go/src/runtime/panic.go:636 /usr/local/go/src/testing/testing.go:1041 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:196 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:112 Error: Not equal: expected: []string{} actual : []string{"backup"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=6) "backup" } Test: TestTransform/suffix Messages: directories run.go:125: removing dir "backup" failed - try 1/3: directory not empty run.go:125: removing dir "backup" failed - try 2/3: directory not empty run.go:125: removing dir "backup" failed - try 3/3: directory not empty run.go:128: removing dir "backup" failed: directory not empty fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:173 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 /usr/local/go/src/runtime/panic.go:636 /usr/local/go/src/testing/testing.go:1041 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:196 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:112 Error: Should be true Test: TestTransform/suffix Messages: listing wrong, want got backup/one.bak (3) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:173 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 /usr/local/go/src/runtime/panic.go:636 /usr/local/go/src/testing/testing.go:1041 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:196 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:112 Error: Should be true Test: TestTransform/suffix Messages: Unexpected file "backup/one.bak" fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:173 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 /usr/local/go/src/runtime/panic.go:636 /usr/local/go/src/testing/testing.go:1041 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:196 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:112 Error: Not equal: expected: []string{} actual : []string{"backup"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=6) "backup" } Test: TestTransform/suffix Messages: directories === RUN TestTransform/truncate run.go:180: Remote "mega root 'rclone-test-safoyug7yeka'", Local "Local file system at /tmp/rclone3761812659", Modify Window "876000h0m0s" 2025/10/01 03:08:00 DEBUG : apple: Excluded (Path Filter) 2025/10/01 03:08:00 DEBUG : apple: Excluded 2025/10/01 03:08:00 DEBUG : banana: Excluded (Path Filter) 2025/10/01 03:08:00 DEBUG : banana: Excluded 2025/10/01 03:08:00 DEBUG : Waiting for deletions to finish 2025/10/01 03:08:00 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2025/10/01 03:08:00 DEBUG : appleappleapplebanana: Excluded 2025/10/01 03:08:00 DEBUG : splitbananasplit: Excluded (Path Filter) 2025/10/01 03:08:00 DEBUG : splitbananasplit: Excluded 2025/10/01 03:08:00 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2025/10/01 03:08:00 DEBUG : dir1/0000-abcdefg.txt: Excluded 2025/10/01 03:08:00 DEBUG : backup/one.bak: Excluded (Path Filter) 2025/10/01 03:08:00 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2025/10/01 03:08:00 DEBUG : backup/one.bak: Excluded 2025/10/01 03:08:00 DEBUG : dir1/0001-bcdefgh.txt: Excluded 2025/10/01 03:08:00 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2025/10/01 03:08:00 DEBUG : dir1/0002-cdefghi.txt: Excluded 2025/10/01 03:08:00 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2025/10/01 03:08:00 DEBUG : dir1/0003-defghij.txt: Excluded 2025/10/01 03:08:00 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2025/10/01 03:08:00 DEBUG : dir1/0004-efghijk.txt: Excluded 2025/10/01 03:08:00 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2025/10/01 03:08:00 DEBUG : dir1/0005-fghijkl.txt: Excluded 2025/10/01 03:08:00 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2025/10/01 03:08:00 DEBUG : dir1/0006-ghijklm.txt: Excluded 2025/10/01 03:08:00 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2025/10/01 03:08:00 DEBUG : dir1/0007-1234567.txt: Excluded 2025/10/01 03:08:00 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2025/10/01 03:08:00 DEBUG : dir1/0008-2345678.txt: Excluded 2025/10/01 03:08:00 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2025/10/01 03:08:00 DEBUG : dir1/0009-3456789.txt: Excluded 2025/10/01 03:08:00 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2025/10/01 03:08:00 DEBUG : dir1/0010-456789.txt: Excluded 2025/10/01 03:08:00 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2025/10/01 03:08:00 DEBUG : dir1/0011-56789;.txt: Excluded 2025/10/01 03:08:00 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2025/10/01 03:08:00 DEBUG : dir1/0012-6789;.txt: Excluded 2025/10/01 03:08:00 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2025/10/01 03:08:00 DEBUG : dir1/0013-789;=.txt: Excluded 2025/10/01 03:08:00 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2025/10/01 03:08:00 DEBUG : dir1/0014-89;=.txt: Excluded 2025/10/01 03:08:00 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2025/10/01 03:08:00 DEBUG : dir1/0015-9;=.txt: Excluded fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:360 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:104 Error: Should be true Test: TestTransform/truncate Messages: listing wrong, want apple (5), appleappleapplebanana (21), banana (6), dir1/0000-abcdefg.txt (21), dir1/0001-bcdefgh.txt (21), dir1/0002-cdefghi.txt (21), dir1/0003-defghij.txt (21), dir1/0004-efghijk.txt (21), dir1/0005-fghijkl.txt (21), dir1/0006-ghijklm.txt (21), dir1/0007-1234567.txt (21), dir1/0008-2345678.txt (21), dir1/0009-3456789.txt (21), dir1/0010-456789.txt (20), dir1/0011-56789;.txt (20), dir1/0012-6789;.txt (19), dir1/0013-789;=.txt (19), dir1/0014-89;=.txt (18), dir1/0015-9;=.txt (17), splitbananasplit (16) got apple (5), appleappleapplebanana (21), backup/one.bak (3), banana (6), dir1/0000-abcdefg.txt (21), dir1/0001-bcdefgh.txt (21), dir1/0002-cdefghi.txt (21), dir1/0003-defghij.txt (21), dir1/0004-efghijk.txt (21), dir1/0005-fghijkl.txt (21), dir1/0006-ghijklm.txt (21), dir1/0007-1234567.txt (21), dir1/0008-2345678.txt (21), dir1/0009-3456789.txt (21), dir1/0010-456789.txt (20), dir1/0011-56789;.txt (20), dir1/0012-6789;.txt (19), dir1/0013-789;=.txt (19), dir1/0014-89;=.txt (18), dir1/0015-9;=.txt (17), splitbananasplit (16) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:360 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:104 Error: Should be true Test: TestTransform/truncate Messages: Unexpected file "backup/one.bak" 2025/10/01 03:08:07 DEBUG : splitbananasplit: transformed to: splitbanan 2025/10/01 03:08:07 DEBUG : splitbananasplit: transformed to: splitbanan 2025/10/01 03:08:07 DEBUG : splitbananasplit: transformed to: splitbanan 2025/10/01 03:08:07 DEBUG : appleappleapplebanana: transformed to: appleapple 2025/10/01 03:08:07 DEBUG : splitbananasplit: transformed to: splitbanan 2025/10/01 03:08:07 DEBUG : appleappleapplebanana: transformed to: appleapple 2025/10/01 03:08:07 DEBUG : appleappleapplebanana: transformed to: appleapple 2025/10/01 03:08:07 DEBUG : appleappleapplebanana: transformed to: appleapple 2025/10/01 03:08:07 DEBUG : appleappleapplebanana: transformed to: appleapple 2025/10/01 03:08:07 DEBUG : appleappleapplebanana: Need to transfer - File not found at Destination 2025/10/01 03:08:07 DEBUG : splitbananasplit: transformed to: splitbanan 2025/10/01 03:08:07 DEBUG : splitbananasplit: Need to transfer - File not found at Destination 2025/10/01 03:08:07 DEBUG : apple: Sizes identical 2025/10/01 03:08:07 DEBUG : apple: Unchanged skipping 2025/10/01 03:08:07 DEBUG : appleappleapplebanana: transformed to: appleapple 2025/10/01 03:08:07 DEBUG : banana: Sizes identical 2025/10/01 03:08:07 DEBUG : banana: Unchanged skipping 2025/10/01 03:08:07 DEBUG : splitbananasplit: transformed to: splitbanan 2025/10/01 03:08:07 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2025/10/01 03:08:07 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2025/10/01 03:08:07 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2025/10/01 03:08:07 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2025/10/01 03:08:07 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2025/10/01 03:08:07 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2025/10/01 03:08:07 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2025/10/01 03:08:07 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2025/10/01 03:08:07 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2025/10/01 03:08:07 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2025/10/01 03:08:07 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2025/10/01 03:08:07 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2025/10/01 03:08:07 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2025/10/01 03:08:07 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2025/10/01 03:08:07 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2025/10/01 03:08:07 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2025/10/01 03:08:07 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2025/10/01 03:08:07 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2025/10/01 03:08:07 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2025/10/01 03:08:07 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2025/10/01 03:08:07 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2025/10/01 03:08:07 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2025/10/01 03:08:07 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2025/10/01 03:08:07 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2025/10/01 03:08:07 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2025/10/01 03:08:07 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2025/10/01 03:08:07 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2025/10/01 03:08:07 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2025/10/01 03:08:07 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2025/10/01 03:08:07 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2025/10/01 03:08:07 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2025/10/01 03:08:07 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2025/10/01 03:08:07 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2025/10/01 03:08:07 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2025/10/01 03:08:07 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2025/10/01 03:08:07 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2025/10/01 03:08:07 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2025/10/01 03:08:07 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2025/10/01 03:08:07 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2025/10/01 03:08:07 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2025/10/01 03:08:07 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2025/10/01 03:08:07 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2025/10/01 03:08:07 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2025/10/01 03:08:07 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2025/10/01 03:08:07 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2025/10/01 03:08:07 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2025/10/01 03:08:07 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2025/10/01 03:08:07 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2025/10/01 03:08:07 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2025/10/01 03:08:07 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2025/10/01 03:08:07 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2025/10/01 03:08:07 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2025/10/01 03:08:07 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2025/10/01 03:08:07 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2025/10/01 03:08:07 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2025/10/01 03:08:07 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2025/10/01 03:08:07 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2025/10/01 03:08:07 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2025/10/01 03:08:07 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2025/10/01 03:08:07 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2025/10/01 03:08:07 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2025/10/01 03:08:07 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2025/10/01 03:08:07 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2025/10/01 03:08:07 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2025/10/01 03:08:07 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2025/10/01 03:08:07 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2025/10/01 03:08:07 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2025/10/01 03:08:07 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2025/10/01 03:08:07 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2025/10/01 03:08:07 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2025/10/01 03:08:07 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2025/10/01 03:08:07 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2025/10/01 03:08:07 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2025/10/01 03:08:07 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2025/10/01 03:08:07 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2025/10/01 03:08:07 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2025/10/01 03:08:07 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2025/10/01 03:08:07 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2025/10/01 03:08:07 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2025/10/01 03:08:07 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2025/10/01 03:08:07 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2025/10/01 03:08:07 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2025/10/01 03:08:07 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2025/10/01 03:08:07 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2025/10/01 03:08:07 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2025/10/01 03:08:07 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2025/10/01 03:08:07 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2025/10/01 03:08:07 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2025/10/01 03:08:07 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2025/10/01 03:08:07 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2025/10/01 03:08:07 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2025/10/01 03:08:07 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2025/10/01 03:08:07 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2025/10/01 03:08:07 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2025/10/01 03:08:07 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2025/10/01 03:08:07 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2025/10/01 03:08:07 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2025/10/01 03:08:07 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2025/10/01 03:08:07 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2025/10/01 03:08:07 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2025/10/01 03:08:07 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2025/10/01 03:08:07 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2025/10/01 03:08:07 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2025/10/01 03:08:07 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2025/10/01 03:08:07 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2025/10/01 03:08:07 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2025/10/01 03:08:07 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2025/10/01 03:08:07 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2025/10/01 03:08:07 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2025/10/01 03:08:07 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2025/10/01 03:08:07 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2025/10/01 03:08:07 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2025/10/01 03:08:07 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2025/10/01 03:08:07 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2025/10/01 03:08:07 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2025/10/01 03:08:07 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2025/10/01 03:08:07 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2025/10/01 03:08:07 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2025/10/01 03:08:07 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2025/10/01 03:08:07 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2025/10/01 03:08:07 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2025/10/01 03:08:07 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2025/10/01 03:08:07 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2025/10/01 03:08:07 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2025/10/01 03:08:07 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2025/10/01 03:08:07 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2025/10/01 03:08:07 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2025/10/01 03:08:07 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2025/10/01 03:08:07 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2025/10/01 03:08:07 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2025/10/01 03:08:07 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2025/10/01 03:08:07 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2025/10/01 03:08:07 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2025/10/01 03:08:07 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2025/10/01 03:08:07 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2025/10/01 03:08:07 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2025/10/01 03:08:07 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2025/10/01 03:08:07 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2025/10/01 03:08:07 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2025/10/01 03:08:07 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2025/10/01 03:08:07 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2025/10/01 03:08:07 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2025/10/01 03:08:07 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2025/10/01 03:08:07 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2025/10/01 03:08:07 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2025/10/01 03:08:07 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2025/10/01 03:08:07 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2025/10/01 03:08:07 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2025/10/01 03:08:07 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2025/10/01 03:08:07 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2025/10/01 03:08:07 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2025/10/01 03:08:07 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2025/10/01 03:08:07 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2025/10/01 03:08:07 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2025/10/01 03:08:07 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2025/10/01 03:08:07 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2025/10/01 03:08:07 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2025/10/01 03:08:07 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2025/10/01 03:08:07 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2025/10/01 03:08:07 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2025/10/01 03:08:07 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2025/10/01 03:08:07 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2025/10/01 03:08:07 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2025/10/01 03:08:07 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2025/10/01 03:08:07 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2025/10/01 03:08:07 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2025/10/01 03:08:07 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2025/10/01 03:08:07 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2025/10/01 03:08:07 DEBUG : 0015-9;=.txt: transformed to: 0015-9;=.t 2025/10/01 03:08:07 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2025/10/01 03:08:07 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2025/10/01 03:08:07 DEBUG : dir1/0000-abcdefg.txt: Need to transfer - File not found at Destination 2025/10/01 03:08:07 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2025/10/01 03:08:07 DEBUG : dir1/0001-bcdefgh.txt: Need to transfer - File not found at Destination 2025/10/01 03:08:07 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2025/10/01 03:08:07 DEBUG : dir1/0002-cdefghi.txt: Need to transfer - File not found at Destination 2025/10/01 03:08:07 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2025/10/01 03:08:07 DEBUG : dir1/0003-defghij.txt: Need to transfer - File not found at Destination 2025/10/01 03:08:07 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2025/10/01 03:08:07 DEBUG : dir1/0004-efghijk.txt: Need to transfer - File not found at Destination 2025/10/01 03:08:07 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2025/10/01 03:08:07 DEBUG : dir1/0005-fghijkl.txt: Need to transfer - File not found at Destination 2025/10/01 03:08:07 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2025/10/01 03:08:07 DEBUG : dir1/0006-ghijklm.txt: Need to transfer - File not found at Destination 2025/10/01 03:08:07 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2025/10/01 03:08:07 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2025/10/01 03:08:07 DEBUG : dir1/0007-1234567.txt: Need to transfer - File not found at Destination 2025/10/01 03:08:07 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2025/10/01 03:08:07 DEBUG : dir1/0008-2345678.txt: Need to transfer - File not found at Destination 2025/10/01 03:08:07 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2025/10/01 03:08:07 DEBUG : dir1/0009-3456789.txt: Need to transfer - File not found at Destination 2025/10/01 03:08:07 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2025/10/01 03:08:07 DEBUG : dir1/0010-456789.txt: Need to transfer - File not found at Destination 2025/10/01 03:08:07 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2025/10/01 03:08:07 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2025/10/01 03:08:07 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination 2025/10/01 03:08:07 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2025/10/01 03:08:07 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2025/10/01 03:08:07 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2025/10/01 03:08:07 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2025/10/01 03:08:07 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2025/10/01 03:08:07 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2025/10/01 03:08:07 DEBUG : 0015-9;=.txt: transformed to: 0015-9;=.t 2025/10/01 03:08:07 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination 2025/10/01 03:08:07 DEBUG : mega root 'rclone-test-safoyug7yeka': Waiting for checks to finish 2025/10/01 03:08:07 DEBUG : mega root 'rclone-test-safoyug7yeka': Waiting for transfers to finish 2025/10/01 03:08:07 INFO : appleappleapplebanana: Copied (new) to: appleapple 2025/10/01 03:08:07 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2025/10/01 03:08:07 INFO : dir1/0001-bcdefgh.txt: Copied (new) to: dir1/0001-bcdef 2025/10/01 03:08:07 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2025/10/01 03:08:07 INFO : splitbananasplit: Copied (new) to: splitbanan 2025/10/01 03:08:07 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2025/10/01 03:08:07 INFO : dir1/0000-abcdefg.txt: Copied (new) to: dir1/0000-abcde 2025/10/01 03:08:07 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2025/10/01 03:08:07 INFO : dir1/0002-cdefghi.txt: Copied (new) to: dir1/0002-cdefg 2025/10/01 03:08:07 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2025/10/01 03:08:08 INFO : dir1/0003-defghij.txt: Copied (new) to: dir1/0003-defgh 2025/10/01 03:08:08 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2025/10/01 03:08:08 INFO : dir1/0004-efghijk.txt: Copied (new) to: dir1/0004-efghi 2025/10/01 03:08:08 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2025/10/01 03:08:08 INFO : dir1/0005-fghijkl.txt: Copied (new) to: dir1/0005-fghij 2025/10/01 03:08:08 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2025/10/01 03:08:09 INFO : dir1/0006-ghijklm.txt: Copied (new) to: dir1/0006-ghijk 2025/10/01 03:08:09 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2025/10/01 03:08:09 INFO : dir1/0007-1234567.txt: Copied (new) to: dir1/0007-12345 2025/10/01 03:08:09 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2025/10/01 03:08:09 INFO : dir1/0008-2345678.txt: Copied (new) to: dir1/0008-23456 2025/10/01 03:08:09 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2025/10/01 03:08:09 INFO : dir1/0009-3456789.txt: Copied (new) to: dir1/0009-34567 2025/10/01 03:08:09 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2025/10/01 03:08:09 INFO : dir1/0010-456789.txt: Copied (new) to: dir1/0010-45678 2025/10/01 03:08:09 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2025/10/01 03:08:09 INFO : dir1/0011-56789;.txt: Copied (new) to: dir1/0011-56789 2025/10/01 03:08:09 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2025/10/01 03:08:09 INFO : dir1/0012-6789;.txt: Copied (new) to: dir1/0012-6789; 2025/10/01 03:08:09 INFO : dir1/0013-789;=.txt: Copied (new) to: dir1/0013-789;= 2025/10/01 03:08:10 INFO : dir1/0014-89;=.txt: Copied (new) to: dir1/0014-89;=. 2025/10/01 03:08:10 INFO : dir1/0015-9;=.txt: Copied (new) to: dir1/0015-9;=.t 2025/10/01 03:08:10 DEBUG : Waiting for deletions to finish 2025/10/01 03:08:12 INFO : dir1/0000-abcdefg.txt: Deleted 2025/10/01 03:08:12 INFO : appleappleapplebanana: Deleted 2025/10/01 03:08:12 INFO : dir1/0006-ghijklm.txt: Deleted 2025/10/01 03:08:12 INFO : dir1/0008-2345678.txt: Deleted 2025/10/01 03:08:12 INFO : dir1/0014-89;=.txt: Deleted 2025/10/01 03:08:13 INFO : dir1/0009-3456789.txt: Deleted 2025/10/01 03:08:13 INFO : dir1/0010-456789.txt: Deleted 2025/10/01 03:08:13 INFO : dir1/0011-56789;.txt: Deleted 2025/10/01 03:08:13 INFO : dir1/0001-bcdefgh.txt: Deleted 2025/10/01 03:08:13 INFO : dir1/0007-1234567.txt: Deleted 2025/10/01 03:08:13 INFO : dir1/0004-efghijk.txt: Deleted 2025/10/01 03:08:13 INFO : dir1/0013-789;=.txt: Deleted 2025/10/01 03:08:13 INFO : splitbananasplit: Deleted 2025/10/01 03:08:13 INFO : dir1/0002-cdefghi.txt: Deleted 2025/10/01 03:08:13 INFO : dir1/0012-6789;.txt: Deleted 2025/10/01 03:08:13 INFO : dir1/0005-fghijkl.txt: Deleted 2025/10/01 03:08:14 INFO : dir1/0015-9;=.txt: Deleted 2025/10/01 03:08:14 INFO : dir1/0003-defghij.txt: Deleted 2025/10/01 03:08:14 INFO : backup/one.bak: Deleted 2025/10/01 03:08:14 INFO : backup: Removing directory 2025/10/01 03:08:14 DEBUG : backup: Failed to Rmdir: directory not empty 2025/10/01 03:08:14 DEBUG : mega root 'rclone-test-safoyug7yeka': failed to delete 1 directories 2025/10/01 03:08:14 DEBUG : Waiting for deletions to finish 2025/10/01 03:08:14 DEBUG : apple: Excluded (Path Filter) 2025/10/01 03:08:14 DEBUG : apple: Excluded 2025/10/01 03:08:14 DEBUG : banana: Excluded (Path Filter) 2025/10/01 03:08:14 DEBUG : banana: Excluded 2025/10/01 03:08:14 DEBUG : splitbanan: Excluded (Path Filter) 2025/10/01 03:08:14 DEBUG : splitbanan: Excluded 2025/10/01 03:08:14 DEBUG : appleapple: Excluded (Path Filter) 2025/10/01 03:08:14 DEBUG : appleapple: Excluded 2025/10/01 03:08:14 DEBUG : dir1/0010-45678: Excluded (Path Filter) 2025/10/01 03:08:14 DEBUG : dir1/0010-45678: Excluded 2025/10/01 03:08:14 DEBUG : backup/one.bak: Excluded (Path Filter) 2025/10/01 03:08:14 DEBUG : dir1/0007-12345: Excluded (Path Filter) 2025/10/01 03:08:14 DEBUG : backup/one.bak: Excluded 2025/10/01 03:08:14 DEBUG : dir1/0007-12345: Excluded 2025/10/01 03:08:14 DEBUG : dir1/0004-efghi: Excluded (Path Filter) 2025/10/01 03:08:14 DEBUG : dir1/0004-efghi: Excluded 2025/10/01 03:08:14 DEBUG : dir1/0001-bcdef: Excluded (Path Filter) 2025/10/01 03:08:14 DEBUG : dir1/0001-bcdef: Excluded 2025/10/01 03:08:14 DEBUG : dir1/0012-6789;: Excluded (Path Filter) 2025/10/01 03:08:14 DEBUG : dir1/0012-6789;: Excluded 2025/10/01 03:08:14 DEBUG : dir1/0002-cdefg: Excluded (Path Filter) 2025/10/01 03:08:14 DEBUG : dir1/0002-cdefg: Excluded 2025/10/01 03:08:14 DEBUG : dir1/0013-789;=: Excluded (Path Filter) 2025/10/01 03:08:14 DEBUG : dir1/0013-789;=: Excluded 2025/10/01 03:08:14 DEBUG : dir1/0006-ghijk: Excluded (Path Filter) 2025/10/01 03:08:14 DEBUG : dir1/0006-ghijk: Excluded 2025/10/01 03:08:14 DEBUG : dir1/0014-89;=.: Excluded (Path Filter) 2025/10/01 03:08:14 DEBUG : dir1/0014-89;=.: Excluded 2025/10/01 03:08:14 DEBUG : dir1/0015-9;=.t: Excluded (Path Filter) 2025/10/01 03:08:14 DEBUG : dir1/0015-9;=.t: Excluded 2025/10/01 03:08:14 DEBUG : dir1/0009-34567: Excluded (Path Filter) 2025/10/01 03:08:14 DEBUG : dir1/0009-34567: Excluded 2025/10/01 03:08:14 DEBUG : dir1/0008-23456: Excluded (Path Filter) 2025/10/01 03:08:14 DEBUG : dir1/0008-23456: Excluded 2025/10/01 03:08:14 DEBUG : dir1/0003-defgh: Excluded (Path Filter) 2025/10/01 03:08:14 DEBUG : dir1/0003-defgh: Excluded 2025/10/01 03:08:14 DEBUG : dir1/0005-fghij: Excluded (Path Filter) 2025/10/01 03:08:14 DEBUG : dir1/0005-fghij: Excluded 2025/10/01 03:08:14 DEBUG : dir1/0011-56789: Excluded (Path Filter) 2025/10/01 03:08:14 DEBUG : dir1/0011-56789: Excluded 2025/10/01 03:08:14 DEBUG : dir1/0000-abcde: Excluded (Path Filter) 2025/10/01 03:08:14 DEBUG : dir1/0000-abcde: Excluded sync_transform_test.go:196: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:196 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:112 Error: Not equal: expected: 20 actual : 21 Test: TestTransform/truncate run.go:125: removing dir "backup" failed - try 1/3: directory not empty run.go:125: removing dir "backup" failed - try 2/3: directory not empty run.go:125: removing dir "backup" failed - try 3/3: directory not empty run.go:128: removing dir "backup" failed: directory not empty fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:173 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388 /usr/local/go/src/runtime/panic.go:636 /usr/local/go/src/testing/testing.go:1041 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:196 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:112 Error: Should be true Test: TestTransform/truncate Messages: listing wrong, want got backup/one.bak (3) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:173 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388 /usr/local/go/src/runtime/panic.go:636 /usr/local/go/src/testing/testing.go:1041 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:196 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:112 Error: Should be true Test: TestTransform/truncate Messages: Unexpected file "backup/one.bak" fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:173 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388 /usr/local/go/src/runtime/panic.go:636 /usr/local/go/src/testing/testing.go:1041 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:196 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:112 Error: Not equal: expected: []string{} actual : []string{"backup"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=6) "backup" } Test: TestTransform/truncate Messages: directories run.go:125: removing dir "backup" failed - try 1/3: directory not empty run.go:125: removing dir "backup" failed - try 2/3: directory not empty run.go:125: removing dir "backup" failed - try 3/3: directory not empty run.go:128: removing dir "backup" failed: directory not empty fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:173 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 /usr/local/go/src/runtime/panic.go:636 /usr/local/go/src/testing/testing.go:1041 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:196 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:112 Error: Should be true Test: TestTransform/truncate Messages: listing wrong, want got backup/one.bak (3) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:173 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 /usr/local/go/src/runtime/panic.go:636 /usr/local/go/src/testing/testing.go:1041 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:196 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:112 Error: Should be true Test: TestTransform/truncate Messages: Unexpected file "backup/one.bak" fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:173 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 /usr/local/go/src/runtime/panic.go:636 /usr/local/go/src/testing/testing.go:1041 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:196 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:112 Error: Not equal: expected: []string{} actual : []string{"backup"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=6) "backup" } Test: TestTransform/truncate Messages: directories === RUN TestTransform/encoder run.go:180: Remote "mega root 'rclone-test-safoyug7yeka'", Local "Local file system at /tmp/rclone3761812659", Modify Window "876000h0m0s" 2025/10/01 03:08:44 DEBUG : apple: Excluded (Path Filter) 2025/10/01 03:08:44 DEBUG : apple: Excluded 2025/10/01 03:08:44 DEBUG : banana: Excluded (Path Filter) 2025/10/01 03:08:44 DEBUG : banana: Excluded 2025/10/01 03:08:44 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2025/10/01 03:08:44 DEBUG : Waiting for deletions to finish 2025/10/01 03:08:44 DEBUG : appleappleapplebanana: Excluded 2025/10/01 03:08:44 DEBUG : splitbananasplit: Excluded (Path Filter) 2025/10/01 03:08:44 DEBUG : splitbananasplit: Excluded 2025/10/01 03:08:44 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2025/10/01 03:08:44 DEBUG : dir1/0000-abcdefg.txt: Excluded 2025/10/01 03:08:44 DEBUG : backup/one.bak: Excluded (Path Filter) 2025/10/01 03:08:44 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2025/10/01 03:08:44 DEBUG : backup/one.bak: Excluded 2025/10/01 03:08:44 DEBUG : dir1/0001-bcdefgh.txt: Excluded 2025/10/01 03:08:44 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2025/10/01 03:08:44 DEBUG : dir1/0004-efghijk.txt: Excluded 2025/10/01 03:08:44 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2025/10/01 03:08:44 DEBUG : dir1/0002-cdefghi.txt: Excluded 2025/10/01 03:08:44 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2025/10/01 03:08:44 DEBUG : dir1/0003-defghij.txt: Excluded 2025/10/01 03:08:44 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2025/10/01 03:08:44 DEBUG : dir1/0005-fghijkl.txt: Excluded 2025/10/01 03:08:44 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2025/10/01 03:08:44 DEBUG : dir1/0007-1234567.txt: Excluded 2025/10/01 03:08:44 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2025/10/01 03:08:44 DEBUG : dir1/0006-ghijklm.txt: Excluded 2025/10/01 03:08:44 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2025/10/01 03:08:44 DEBUG : dir1/0008-2345678.txt: Excluded 2025/10/01 03:08:44 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2025/10/01 03:08:44 DEBUG : dir1/0009-3456789.txt: Excluded 2025/10/01 03:08:44 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2025/10/01 03:08:44 DEBUG : dir1/0010-456789.txt: Excluded 2025/10/01 03:08:44 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2025/10/01 03:08:44 DEBUG : dir1/0011-56789;.txt: Excluded 2025/10/01 03:08:44 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2025/10/01 03:08:44 DEBUG : dir1/0012-6789;.txt: Excluded 2025/10/01 03:08:44 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2025/10/01 03:08:44 DEBUG : dir1/0013-789;=.txt: Excluded 2025/10/01 03:08:44 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2025/10/01 03:08:44 DEBUG : dir1/0014-89;=.txt: Excluded 2025/10/01 03:08:44 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2025/10/01 03:08:44 DEBUG : dir1/0015-9;=.txt: Excluded fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:360 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:104 Error: Should be true Test: TestTransform/encoder Messages: listing wrong, want apple (5), appleappleapplebanana (21), banana (6), dir1/0000-abcdefg.txt (21), dir1/0001-bcdefgh.txt (21), dir1/0002-cdefghi.txt (21), dir1/0003-defghij.txt (21), dir1/0004-efghijk.txt (21), dir1/0005-fghijkl.txt (21), dir1/0006-ghijklm.txt (21), dir1/0007-1234567.txt (21), dir1/0008-2345678.txt (21), dir1/0009-3456789.txt (21), dir1/0010-456789.txt (20), dir1/0011-56789;.txt (20), dir1/0012-6789;.txt (19), dir1/0013-789;=.txt (19), dir1/0014-89;=.txt (18), dir1/0015-9;=.txt (17), splitbananasplit (16) got apple (5), appleappleapplebanana (21), backup/one.bak (3), banana (6), dir1/0000-abcdefg.txt (21), dir1/0001-bcdefgh.txt (21), dir1/0002-cdefghi.txt (21), dir1/0003-defghij.txt (21), dir1/0004-efghijk.txt (21), dir1/0005-fghijkl.txt (21), dir1/0006-ghijklm.txt (21), dir1/0007-1234567.txt (21), dir1/0008-2345678.txt (21), dir1/0009-3456789.txt (21), dir1/0010-456789.txt (20), dir1/0011-56789;.txt (20), dir1/0012-6789;.txt (19), dir1/0013-789;=.txt (19), dir1/0014-89;=.txt (18), dir1/0015-9;=.txt (17), splitbananasplit (16) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:360 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:104 Error: Should be true Test: TestTransform/encoder Messages: Unexpected file "backup/one.bak" 2025/10/01 03:08:51 DEBUG : apple: Sizes identical 2025/10/01 03:08:51 DEBUG : appleappleapplebanana: Sizes identical 2025/10/01 03:08:51 DEBUG : apple: Unchanged skipping 2025/10/01 03:08:51 DEBUG : appleappleapplebanana: Unchanged skipping 2025/10/01 03:08:51 DEBUG : banana: Sizes identical 2025/10/01 03:08:51 DEBUG : banana: Unchanged skipping 2025/10/01 03:08:51 DEBUG : splitbananasplit: Sizes identical 2025/10/01 03:08:51 DEBUG : splitbananasplit: Unchanged skipping 2025/10/01 03:08:51 DEBUG : dir1/0001-bcdefgh.txt: Sizes identical 2025/10/01 03:08:51 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2025/10/01 03:08:51 DEBUG : dir1/0000-abcdefg.txt: Sizes identical 2025/10/01 03:08:51 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2025/10/01 03:08:51 DEBUG : dir1/0003-defghij.txt: Sizes identical 2025/10/01 03:08:51 DEBUG : dir1/0002-cdefghi.txt: Sizes identical 2025/10/01 03:08:51 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2025/10/01 03:08:51 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2025/10/01 03:08:51 DEBUG : dir1/0004-efghijk.txt: Sizes identical 2025/10/01 03:08:51 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2025/10/01 03:08:51 DEBUG : dir1/0005-fghijkl.txt: Sizes identical 2025/10/01 03:08:51 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2025/10/01 03:08:51 DEBUG : dir1/0006-ghijklm.txt: Sizes identical 2025/10/01 03:08:51 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2025/10/01 03:08:51 DEBUG : dir1/0008-2345678.txt: Sizes identical 2025/10/01 03:08:51 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2025/10/01 03:08:51 DEBUG : dir1/0007-1234567.txt: Sizes identical 2025/10/01 03:08:51 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2025/10/01 03:08:51 DEBUG : dir1/0009-3456789.txt: Sizes identical 2025/10/01 03:08:51 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2025/10/01 03:08:51 DEBUG : dir1/0010-456789.txt: Sizes identical 2025/10/01 03:08:51 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2025/10/01 03:08:51 DEBUG : dir1/0011-56789;.txt: Sizes identical 2025/10/01 03:08:51 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2025/10/01 03:08:51 DEBUG : dir1/0012-6789;.txt: Sizes identical 2025/10/01 03:08:51 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2025/10/01 03:08:51 DEBUG : dir1/0013-789;=.txt: Sizes identical 2025/10/01 03:08:51 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2025/10/01 03:08:51 DEBUG : dir1/0014-89;=.txt: Sizes identical 2025/10/01 03:08:51 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2025/10/01 03:08:51 DEBUG : dir1/0015-9;=.txt: Sizes identical 2025/10/01 03:08:51 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2025/10/01 03:08:51 DEBUG : mega root 'rclone-test-safoyug7yeka': Waiting for checks to finish 2025/10/01 03:08:51 DEBUG : mega root 'rclone-test-safoyug7yeka': Waiting for transfers to finish 2025/10/01 03:08:51 DEBUG : Waiting for deletions to finish 2025/10/01 03:08:51 INFO : backup/one.bak: Deleted 2025/10/01 03:08:51 INFO : backup: Removing directory 2025/10/01 03:08:51 DEBUG : backup: Failed to Rmdir: directory not empty 2025/10/01 03:08:51 DEBUG : mega root 'rclone-test-safoyug7yeka': failed to delete 1 directories 2025/10/01 03:08:51 DEBUG : apple: Excluded (Path Filter) 2025/10/01 03:08:51 DEBUG : apple: Excluded 2025/10/01 03:08:51 DEBUG : banana: Excluded (Path Filter) 2025/10/01 03:08:51 DEBUG : banana: Excluded 2025/10/01 03:08:51 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2025/10/01 03:08:51 DEBUG : appleappleapplebanana: Excluded 2025/10/01 03:08:51 DEBUG : splitbananasplit: Excluded (Path Filter) 2025/10/01 03:08:51 DEBUG : splitbananasplit: Excluded 2025/10/01 03:08:51 DEBUG : Waiting for deletions to finish 2025/10/01 03:08:51 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2025/10/01 03:08:51 DEBUG : dir1/0000-abcdefg.txt: Excluded 2025/10/01 03:08:51 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2025/10/01 03:08:51 DEBUG : dir1/0001-bcdefgh.txt: Excluded 2025/10/01 03:08:51 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2025/10/01 03:08:51 DEBUG : dir1/0004-efghijk.txt: Excluded 2025/10/01 03:08:51 DEBUG : backup/one.bak: Excluded (Path Filter) 2025/10/01 03:08:51 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2025/10/01 03:08:51 DEBUG : backup/one.bak: Excluded 2025/10/01 03:08:51 DEBUG : dir1/0002-cdefghi.txt: Excluded 2025/10/01 03:08:51 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2025/10/01 03:08:51 DEBUG : dir1/0003-defghij.txt: Excluded 2025/10/01 03:08:51 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2025/10/01 03:08:51 DEBUG : dir1/0005-fghijkl.txt: Excluded 2025/10/01 03:08:51 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2025/10/01 03:08:51 DEBUG : dir1/0007-1234567.txt: Excluded 2025/10/01 03:08:51 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2025/10/01 03:08:51 DEBUG : dir1/0006-ghijklm.txt: Excluded 2025/10/01 03:08:51 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2025/10/01 03:08:51 DEBUG : dir1/0008-2345678.txt: Excluded 2025/10/01 03:08:51 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2025/10/01 03:08:51 DEBUG : dir1/0009-3456789.txt: Excluded 2025/10/01 03:08:51 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2025/10/01 03:08:51 DEBUG : dir1/0010-456789.txt: Excluded 2025/10/01 03:08:51 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2025/10/01 03:08:51 DEBUG : dir1/0011-56789;.txt: Excluded 2025/10/01 03:08:51 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2025/10/01 03:08:51 DEBUG : dir1/0012-6789;.txt: Excluded 2025/10/01 03:08:51 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2025/10/01 03:08:51 DEBUG : dir1/0013-789;=.txt: Excluded 2025/10/01 03:08:51 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2025/10/01 03:08:51 DEBUG : dir1/0014-89;=.txt: Excluded 2025/10/01 03:08:51 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2025/10/01 03:08:51 DEBUG : dir1/0015-9;=.txt: Excluded sync_transform_test.go:196: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:196 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:112 Error: Not equal: expected: 20 actual : 21 Test: TestTransform/encoder run.go:125: removing dir "backup" failed - try 1/3: directory not empty run.go:125: removing dir "backup" failed - try 2/3: directory not empty run.go:125: removing dir "backup" failed - try 3/3: directory not empty run.go:128: removing dir "backup" failed: directory not empty fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:173 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388 /usr/local/go/src/runtime/panic.go:636 /usr/local/go/src/testing/testing.go:1041 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:196 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:112 Error: Should be true Test: TestTransform/encoder Messages: listing wrong, want got backup/one.bak (3) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:173 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388 /usr/local/go/src/runtime/panic.go:636 /usr/local/go/src/testing/testing.go:1041 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:196 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:112 Error: Should be true Test: TestTransform/encoder Messages: Unexpected file "backup/one.bak" fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:173 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388 /usr/local/go/src/runtime/panic.go:636 /usr/local/go/src/testing/testing.go:1041 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:196 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:112 Error: Not equal: expected: []string{} actual : []string{"backup"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=6) "backup" } Test: TestTransform/encoder Messages: directories run.go:125: removing dir "backup" failed - try 1/3: directory not empty run.go:125: removing dir "backup" failed - try 2/3: directory not empty run.go:125: removing dir "backup" failed - try 3/3: directory not empty run.go:128: removing dir "backup" failed: directory not empty fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:173 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 /usr/local/go/src/runtime/panic.go:636 /usr/local/go/src/testing/testing.go:1041 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:196 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:112 Error: Should be true Test: TestTransform/encoder Messages: listing wrong, want got backup/one.bak (3) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:173 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 /usr/local/go/src/runtime/panic.go:636 /usr/local/go/src/testing/testing.go:1041 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:196 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:112 Error: Should be true Test: TestTransform/encoder Messages: Unexpected file "backup/one.bak" fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:173 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 /usr/local/go/src/runtime/panic.go:636 /usr/local/go/src/testing/testing.go:1041 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:196 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:112 Error: Not equal: expected: []string{} actual : []string{"backup"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=6) "backup" } Test: TestTransform/encoder Messages: directories === RUN TestTransform/ISO-8859-1 run.go:180: Remote "mega root 'rclone-test-safoyug7yeka'", Local "Local file system at /tmp/rclone3761812659", Modify Window "876000h0m0s" 2025/10/01 03:09:20 DEBUG : Waiting for deletions to finish 2025/10/01 03:09:20 DEBUG : apple: Excluded (Path Filter) 2025/10/01 03:09:20 DEBUG : apple: Excluded 2025/10/01 03:09:20 DEBUG : banana: Excluded (Path Filter) 2025/10/01 03:09:20 DEBUG : banana: Excluded 2025/10/01 03:09:20 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2025/10/01 03:09:20 DEBUG : appleappleapplebanana: Excluded 2025/10/01 03:09:20 DEBUG : splitbananasplit: Excluded (Path Filter) 2025/10/01 03:09:20 DEBUG : splitbananasplit: Excluded 2025/10/01 03:09:20 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2025/10/01 03:09:20 DEBUG : dir1/0000-abcdefg.txt: Excluded 2025/10/01 03:09:20 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2025/10/01 03:09:20 DEBUG : dir1/0001-bcdefgh.txt: Excluded 2025/10/01 03:09:20 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2025/10/01 03:09:20 DEBUG : backup/one.bak: Excluded (Path Filter) 2025/10/01 03:09:20 DEBUG : dir1/0002-cdefghi.txt: Excluded 2025/10/01 03:09:20 DEBUG : backup/one.bak: Excluded 2025/10/01 03:09:20 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2025/10/01 03:09:20 DEBUG : dir1/0003-defghij.txt: Excluded 2025/10/01 03:09:20 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2025/10/01 03:09:20 DEBUG : dir1/0004-efghijk.txt: Excluded 2025/10/01 03:09:20 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2025/10/01 03:09:20 DEBUG : dir1/0006-ghijklm.txt: Excluded 2025/10/01 03:09:20 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2025/10/01 03:09:20 DEBUG : dir1/0005-fghijkl.txt: Excluded 2025/10/01 03:09:20 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2025/10/01 03:09:20 DEBUG : dir1/0007-1234567.txt: Excluded 2025/10/01 03:09:20 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2025/10/01 03:09:20 DEBUG : dir1/0008-2345678.txt: Excluded 2025/10/01 03:09:20 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2025/10/01 03:09:20 DEBUG : dir1/0009-3456789.txt: Excluded 2025/10/01 03:09:20 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2025/10/01 03:09:20 DEBUG : dir1/0010-456789.txt: Excluded 2025/10/01 03:09:20 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2025/10/01 03:09:20 DEBUG : dir1/0011-56789;.txt: Excluded 2025/10/01 03:09:20 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2025/10/01 03:09:20 DEBUG : dir1/0012-6789;.txt: Excluded 2025/10/01 03:09:20 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2025/10/01 03:09:20 DEBUG : dir1/0013-789;=.txt: Excluded 2025/10/01 03:09:20 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2025/10/01 03:09:20 DEBUG : dir1/0014-89;=.txt: Excluded 2025/10/01 03:09:20 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2025/10/01 03:09:20 DEBUG : dir1/0015-9;=.txt: Excluded fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:360 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:104 Error: Should be true Test: TestTransform/ISO-8859-1 Messages: listing wrong, want apple (5), appleappleapplebanana (21), banana (6), dir1/0000-abcdefg.txt (21), dir1/0001-bcdefgh.txt (21), dir1/0002-cdefghi.txt (21), dir1/0003-defghij.txt (21), dir1/0004-efghijk.txt (21), dir1/0005-fghijkl.txt (21), dir1/0006-ghijklm.txt (21), dir1/0007-1234567.txt (21), dir1/0008-2345678.txt (21), dir1/0009-3456789.txt (21), dir1/0010-456789.txt (20), dir1/0011-56789;.txt (20), dir1/0012-6789;.txt (19), dir1/0013-789;=.txt (19), dir1/0014-89;=.txt (18), dir1/0015-9;=.txt (17), splitbananasplit (16) got apple (5), appleappleapplebanana (21), backup/one.bak (3), banana (6), dir1/0000-abcdefg.txt (21), dir1/0001-bcdefgh.txt (21), dir1/0002-cdefghi.txt (21), dir1/0003-defghij.txt (21), dir1/0004-efghijk.txt (21), dir1/0005-fghijkl.txt (21), dir1/0006-ghijklm.txt (21), dir1/0007-1234567.txt (21), dir1/0008-2345678.txt (21), dir1/0009-3456789.txt (21), dir1/0010-456789.txt (20), dir1/0011-56789;.txt (20), dir1/0012-6789;.txt (19), dir1/0013-789;=.txt (19), dir1/0014-89;=.txt (18), dir1/0015-9;=.txt (17), splitbananasplit (16) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:360 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:104 Error: Should be true Test: TestTransform/ISO-8859-1 Messages: Unexpected file "backup/one.bak" 2025/10/01 03:09:27 DEBUG : apple: Sizes identical 2025/10/01 03:09:27 DEBUG : apple: Unchanged skipping 2025/10/01 03:09:27 DEBUG : banana: Sizes identical 2025/10/01 03:09:27 DEBUG : appleappleapplebanana: Sizes identical 2025/10/01 03:09:27 DEBUG : banana: Unchanged skipping 2025/10/01 03:09:27 DEBUG : appleappleapplebanana: Unchanged skipping 2025/10/01 03:09:27 DEBUG : splitbananasplit: Sizes identical 2025/10/01 03:09:27 DEBUG : splitbananasplit: Unchanged skipping 2025/10/01 03:09:27 DEBUG : dir1/0000-abcdefg.txt: Sizes identical 2025/10/01 03:09:27 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2025/10/01 03:09:27 DEBUG : dir1/0002-cdefghi.txt: Sizes identical 2025/10/01 03:09:27 DEBUG : dir1/0001-bcdefgh.txt: Sizes identical 2025/10/01 03:09:27 DEBUG : dir1/0004-efghijk.txt: Sizes identical 2025/10/01 03:09:27 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2025/10/01 03:09:27 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2025/10/01 03:09:27 DEBUG : dir1/0003-defghij.txt: Sizes identical 2025/10/01 03:09:27 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2025/10/01 03:09:27 DEBUG : dir1/0005-fghijkl.txt: Sizes identical 2025/10/01 03:09:27 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2025/10/01 03:09:27 DEBUG : dir1/0006-ghijklm.txt: Sizes identical 2025/10/01 03:09:27 DEBUG : dir1/0008-2345678.txt: Sizes identical 2025/10/01 03:09:27 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2025/10/01 03:09:27 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2025/10/01 03:09:27 DEBUG : dir1/0009-3456789.txt: Sizes identical 2025/10/01 03:09:27 DEBUG : dir1/0010-456789.txt: Sizes identical 2025/10/01 03:09:27 DEBUG : dir1/0007-1234567.txt: Sizes identical 2025/10/01 03:09:27 DEBUG : dir1/0012-6789;.txt: Sizes identical 2025/10/01 03:09:27 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2025/10/01 03:09:27 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2025/10/01 03:09:27 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2025/10/01 03:09:27 DEBUG : dir1/0013-789;=.txt: Sizes identical 2025/10/01 03:09:27 DEBUG : dir1/0011-56789;.txt: Sizes identical 2025/10/01 03:09:27 DEBUG : mega root 'rclone-test-safoyug7yeka': Waiting for checks to finish 2025/10/01 03:09:27 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2025/10/01 03:09:27 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2025/10/01 03:09:27 DEBUG : dir1/0014-89;=.txt: Sizes identical 2025/10/01 03:09:27 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2025/10/01 03:09:27 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2025/10/01 03:09:27 DEBUG : dir1/0015-9;=.txt: Sizes identical 2025/10/01 03:09:27 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2025/10/01 03:09:27 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2025/10/01 03:09:27 DEBUG : mega root 'rclone-test-safoyug7yeka': Waiting for transfers to finish 2025/10/01 03:09:27 DEBUG : Waiting for deletions to finish 2025/10/01 03:09:27 INFO : backup/one.bak: Deleted 2025/10/01 03:09:27 INFO : backup: Removing directory 2025/10/01 03:09:27 DEBUG : backup: Failed to Rmdir: directory not empty 2025/10/01 03:09:27 DEBUG : mega root 'rclone-test-safoyug7yeka': failed to delete 1 directories 2025/10/01 03:09:27 DEBUG : Waiting for deletions to finish 2025/10/01 03:09:27 DEBUG : apple: Excluded (Path Filter) 2025/10/01 03:09:27 DEBUG : apple: Excluded 2025/10/01 03:09:27 DEBUG : banana: Excluded (Path Filter) 2025/10/01 03:09:27 DEBUG : banana: Excluded 2025/10/01 03:09:27 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2025/10/01 03:09:27 DEBUG : appleappleapplebanana: Excluded 2025/10/01 03:09:27 DEBUG : splitbananasplit: Excluded (Path Filter) 2025/10/01 03:09:27 DEBUG : splitbananasplit: Excluded 2025/10/01 03:09:27 DEBUG : backup/one.bak: Excluded (Path Filter) 2025/10/01 03:09:27 DEBUG : backup/one.bak: Excluded 2025/10/01 03:09:27 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2025/10/01 03:09:27 DEBUG : dir1/0000-abcdefg.txt: Excluded 2025/10/01 03:09:27 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2025/10/01 03:09:27 DEBUG : dir1/0001-bcdefgh.txt: Excluded 2025/10/01 03:09:27 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2025/10/01 03:09:27 DEBUG : dir1/0002-cdefghi.txt: Excluded 2025/10/01 03:09:27 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2025/10/01 03:09:27 DEBUG : dir1/0003-defghij.txt: Excluded 2025/10/01 03:09:27 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2025/10/01 03:09:27 DEBUG : dir1/0004-efghijk.txt: Excluded 2025/10/01 03:09:27 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2025/10/01 03:09:27 DEBUG : dir1/0006-ghijklm.txt: Excluded 2025/10/01 03:09:27 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2025/10/01 03:09:27 DEBUG : dir1/0005-fghijkl.txt: Excluded 2025/10/01 03:09:27 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2025/10/01 03:09:27 DEBUG : dir1/0007-1234567.txt: Excluded 2025/10/01 03:09:27 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2025/10/01 03:09:27 DEBUG : dir1/0008-2345678.txt: Excluded 2025/10/01 03:09:27 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2025/10/01 03:09:27 DEBUG : dir1/0009-3456789.txt: Excluded 2025/10/01 03:09:27 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2025/10/01 03:09:27 DEBUG : dir1/0010-456789.txt: Excluded 2025/10/01 03:09:27 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2025/10/01 03:09:27 DEBUG : dir1/0011-56789;.txt: Excluded 2025/10/01 03:09:27 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2025/10/01 03:09:27 DEBUG : dir1/0012-6789;.txt: Excluded 2025/10/01 03:09:27 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2025/10/01 03:09:27 DEBUG : dir1/0013-789;=.txt: Excluded 2025/10/01 03:09:27 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2025/10/01 03:09:27 DEBUG : dir1/0014-89;=.txt: Excluded 2025/10/01 03:09:27 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2025/10/01 03:09:27 DEBUG : dir1/0015-9;=.txt: Excluded sync_transform_test.go:196: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:196 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:112 Error: Not equal: expected: 20 actual : 21 Test: TestTransform/ISO-8859-1 run.go:125: removing dir "backup" failed - try 1/3: directory not empty run.go:125: removing dir "backup" failed - try 2/3: directory not empty run.go:125: removing dir "backup" failed - try 3/3: directory not empty run.go:128: removing dir "backup" failed: directory not empty fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:173 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388 /usr/local/go/src/runtime/panic.go:636 /usr/local/go/src/testing/testing.go:1041 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:196 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:112 Error: Should be true Test: TestTransform/ISO-8859-1 Messages: listing wrong, want got backup/one.bak (3) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:173 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388 /usr/local/go/src/runtime/panic.go:636 /usr/local/go/src/testing/testing.go:1041 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:196 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:112 Error: Should be true Test: TestTransform/ISO-8859-1 Messages: Unexpected file "backup/one.bak" fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:173 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388 /usr/local/go/src/runtime/panic.go:636 /usr/local/go/src/testing/testing.go:1041 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:196 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:112 Error: Not equal: expected: []string{} actual : []string{"backup"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=6) "backup" } Test: TestTransform/ISO-8859-1 Messages: directories run.go:125: removing dir "backup" failed - try 1/3: directory not empty run.go:125: removing dir "backup" failed - try 2/3: directory not empty run.go:125: removing dir "backup" failed - try 3/3: directory not empty run.go:128: removing dir "backup" failed: directory not empty fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:173 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 /usr/local/go/src/runtime/panic.go:636 /usr/local/go/src/testing/testing.go:1041 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:196 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:112 Error: Should be true Test: TestTransform/ISO-8859-1 Messages: listing wrong, want got backup/one.bak (3) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:173 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 /usr/local/go/src/runtime/panic.go:636 /usr/local/go/src/testing/testing.go:1041 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:196 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:112 Error: Should be true Test: TestTransform/ISO-8859-1 Messages: Unexpected file "backup/one.bak" fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:173 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 /usr/local/go/src/runtime/panic.go:636 /usr/local/go/src/testing/testing.go:1041 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:196 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:112 Error: Not equal: expected: []string{} actual : []string{"backup"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=6) "backup" } Test: TestTransform/ISO-8859-1 Messages: directories === RUN TestTransform/charmap run.go:180: Remote "mega root 'rclone-test-safoyug7yeka'", Local "Local file system at /tmp/rclone3761812659", Modify Window "876000h0m0s" 2025/10/01 03:09:57 DEBUG : apple: Excluded (Path Filter) 2025/10/01 03:09:57 DEBUG : apple: Excluded 2025/10/01 03:09:57 DEBUG : banana: Excluded (Path Filter) 2025/10/01 03:09:57 DEBUG : banana: Excluded 2025/10/01 03:09:57 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2025/10/01 03:09:57 DEBUG : appleappleapplebanana: Excluded 2025/10/01 03:09:57 DEBUG : splitbananasplit: Excluded (Path Filter) 2025/10/01 03:09:57 DEBUG : splitbananasplit: Excluded 2025/10/01 03:09:57 DEBUG : Waiting for deletions to finish 2025/10/01 03:09:57 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2025/10/01 03:09:57 DEBUG : dir1/0000-abcdefg.txt: Excluded 2025/10/01 03:09:57 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2025/10/01 03:09:57 DEBUG : dir1/0001-bcdefgh.txt: Excluded 2025/10/01 03:09:57 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2025/10/01 03:09:57 DEBUG : dir1/0002-cdefghi.txt: Excluded 2025/10/01 03:09:57 DEBUG : backup/one.bak: Excluded (Path Filter) 2025/10/01 03:09:57 DEBUG : backup/one.bak: Excluded 2025/10/01 03:09:57 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2025/10/01 03:09:57 DEBUG : dir1/0003-defghij.txt: Excluded 2025/10/01 03:09:57 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2025/10/01 03:09:57 DEBUG : dir1/0004-efghijk.txt: Excluded 2025/10/01 03:09:57 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2025/10/01 03:09:57 DEBUG : dir1/0005-fghijkl.txt: Excluded 2025/10/01 03:09:57 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2025/10/01 03:09:57 DEBUG : dir1/0006-ghijklm.txt: Excluded 2025/10/01 03:09:57 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2025/10/01 03:09:57 DEBUG : dir1/0007-1234567.txt: Excluded 2025/10/01 03:09:57 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2025/10/01 03:09:57 DEBUG : dir1/0008-2345678.txt: Excluded 2025/10/01 03:09:57 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2025/10/01 03:09:57 DEBUG : dir1/0009-3456789.txt: Excluded 2025/10/01 03:09:57 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2025/10/01 03:09:57 DEBUG : dir1/0010-456789.txt: Excluded 2025/10/01 03:09:57 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2025/10/01 03:09:57 DEBUG : dir1/0012-6789;.txt: Excluded 2025/10/01 03:09:57 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2025/10/01 03:09:57 DEBUG : dir1/0011-56789;.txt: Excluded 2025/10/01 03:09:57 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2025/10/01 03:09:57 DEBUG : dir1/0013-789;=.txt: Excluded 2025/10/01 03:09:57 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2025/10/01 03:09:57 DEBUG : dir1/0014-89;=.txt: Excluded 2025/10/01 03:09:57 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2025/10/01 03:09:57 DEBUG : dir1/0015-9;=.txt: Excluded fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:360 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:104 Error: Should be true Test: TestTransform/charmap Messages: listing wrong, want apple (5), appleappleapplebanana (21), banana (6), dir1/0000-abcdefg.txt (21), dir1/0001-bcdefgh.txt (21), dir1/0002-cdefghi.txt (21), dir1/0003-defghij.txt (21), dir1/0004-efghijk.txt (21), dir1/0005-fghijkl.txt (21), dir1/0006-ghijklm.txt (21), dir1/0007-1234567.txt (21), dir1/0008-2345678.txt (21), dir1/0009-3456789.txt (21), dir1/0010-456789.txt (20), dir1/0011-56789;.txt (20), dir1/0012-6789;.txt (19), dir1/0013-789;=.txt (19), dir1/0014-89;=.txt (18), dir1/0015-9;=.txt (17), splitbananasplit (16) got apple (5), appleappleapplebanana (21), backup/one.bak (3), banana (6), dir1/0000-abcdefg.txt (21), dir1/0001-bcdefgh.txt (21), dir1/0002-cdefghi.txt (21), dir1/0003-defghij.txt (21), dir1/0004-efghijk.txt (21), dir1/0005-fghijkl.txt (21), dir1/0006-ghijklm.txt (21), dir1/0007-1234567.txt (21), dir1/0008-2345678.txt (21), dir1/0009-3456789.txt (21), dir1/0010-456789.txt (20), dir1/0011-56789;.txt (20), dir1/0012-6789;.txt (19), dir1/0013-789;=.txt (19), dir1/0014-89;=.txt (18), dir1/0015-9;=.txt (17), splitbananasplit (16) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:360 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:104 Error: Should be true Test: TestTransform/charmap Messages: Unexpected file "backup/one.bak" 2025/10/01 03:10:04 DEBUG : apple: Sizes identical 2025/10/01 03:10:04 DEBUG : apple: Unchanged skipping 2025/10/01 03:10:04 DEBUG : appleappleapplebanana: Sizes identical 2025/10/01 03:10:04 DEBUG : appleappleapplebanana: Unchanged skipping 2025/10/01 03:10:04 DEBUG : banana: Sizes identical 2025/10/01 03:10:04 DEBUG : banana: Unchanged skipping 2025/10/01 03:10:04 DEBUG : splitbananasplit: Sizes identical 2025/10/01 03:10:04 DEBUG : splitbananasplit: Unchanged skipping 2025/10/01 03:10:04 DEBUG : dir1/0000-abcdefg.txt: Sizes identical 2025/10/01 03:10:04 DEBUG : dir1/0003-defghij.txt: Sizes identical 2025/10/01 03:10:04 DEBUG : mega root 'rclone-test-safoyug7yeka': Waiting for checks to finish 2025/10/01 03:10:04 DEBUG : dir1/0006-ghijklm.txt: Sizes identical 2025/10/01 03:10:04 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2025/10/01 03:10:04 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2025/10/01 03:10:04 DEBUG : dir1/0002-cdefghi.txt: Sizes identical 2025/10/01 03:10:04 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2025/10/01 03:10:04 DEBUG : dir1/0009-3456789.txt: Sizes identical 2025/10/01 03:10:04 DEBUG : dir1/0007-1234567.txt: Sizes identical 2025/10/01 03:10:04 DEBUG : dir1/0008-2345678.txt: Sizes identical 2025/10/01 03:10:04 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2025/10/01 03:10:04 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2025/10/01 03:10:04 DEBUG : dir1/0010-456789.txt: Sizes identical 2025/10/01 03:10:04 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2025/10/01 03:10:04 DEBUG : dir1/0012-6789;.txt: Sizes identical 2025/10/01 03:10:04 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2025/10/01 03:10:04 DEBUG : dir1/0013-789;=.txt: Sizes identical 2025/10/01 03:10:04 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2025/10/01 03:10:04 DEBUG : dir1/0014-89;=.txt: Sizes identical 2025/10/01 03:10:04 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2025/10/01 03:10:04 DEBUG : dir1/0015-9;=.txt: Sizes identical 2025/10/01 03:10:04 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2025/10/01 03:10:04 DEBUG : dir1/0011-56789;.txt: Sizes identical 2025/10/01 03:10:04 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2025/10/01 03:10:04 DEBUG : dir1/0001-bcdefgh.txt: Sizes identical 2025/10/01 03:10:04 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2025/10/01 03:10:04 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2025/10/01 03:10:04 DEBUG : dir1/0005-fghijkl.txt: Sizes identical 2025/10/01 03:10:04 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2025/10/01 03:10:04 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2025/10/01 03:10:04 DEBUG : dir1/0004-efghijk.txt: Sizes identical 2025/10/01 03:10:04 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2025/10/01 03:10:04 DEBUG : mega root 'rclone-test-safoyug7yeka': Waiting for transfers to finish 2025/10/01 03:10:04 DEBUG : Waiting for deletions to finish 2025/10/01 03:10:04 INFO : backup/one.bak: Deleted 2025/10/01 03:10:04 INFO : backup: Removing directory 2025/10/01 03:10:04 DEBUG : backup: Failed to Rmdir: directory not empty 2025/10/01 03:10:04 DEBUG : mega root 'rclone-test-safoyug7yeka': failed to delete 1 directories 2025/10/01 03:10:04 DEBUG : Waiting for deletions to finish 2025/10/01 03:10:04 DEBUG : apple: Excluded (Path Filter) 2025/10/01 03:10:04 DEBUG : apple: Excluded 2025/10/01 03:10:04 DEBUG : banana: Excluded (Path Filter) 2025/10/01 03:10:04 DEBUG : banana: Excluded 2025/10/01 03:10:04 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2025/10/01 03:10:04 DEBUG : appleappleapplebanana: Excluded 2025/10/01 03:10:04 DEBUG : splitbananasplit: Excluded (Path Filter) 2025/10/01 03:10:04 DEBUG : splitbananasplit: Excluded 2025/10/01 03:10:04 DEBUG : backup/one.bak: Excluded (Path Filter) 2025/10/01 03:10:04 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2025/10/01 03:10:04 DEBUG : backup/one.bak: Excluded 2025/10/01 03:10:04 DEBUG : dir1/0000-abcdefg.txt: Excluded 2025/10/01 03:10:04 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2025/10/01 03:10:04 DEBUG : dir1/0001-bcdefgh.txt: Excluded 2025/10/01 03:10:04 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2025/10/01 03:10:04 DEBUG : dir1/0002-cdefghi.txt: Excluded 2025/10/01 03:10:04 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2025/10/01 03:10:04 DEBUG : dir1/0003-defghij.txt: Excluded 2025/10/01 03:10:04 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2025/10/01 03:10:04 DEBUG : dir1/0004-efghijk.txt: Excluded 2025/10/01 03:10:04 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2025/10/01 03:10:04 DEBUG : dir1/0005-fghijkl.txt: Excluded 2025/10/01 03:10:04 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2025/10/01 03:10:04 DEBUG : dir1/0006-ghijklm.txt: Excluded 2025/10/01 03:10:04 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2025/10/01 03:10:04 DEBUG : dir1/0007-1234567.txt: Excluded 2025/10/01 03:10:04 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2025/10/01 03:10:04 DEBUG : dir1/0008-2345678.txt: Excluded 2025/10/01 03:10:04 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2025/10/01 03:10:04 DEBUG : dir1/0009-3456789.txt: Excluded 2025/10/01 03:10:04 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2025/10/01 03:10:04 DEBUG : dir1/0010-456789.txt: Excluded 2025/10/01 03:10:04 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2025/10/01 03:10:04 DEBUG : dir1/0012-6789;.txt: Excluded 2025/10/01 03:10:04 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2025/10/01 03:10:04 DEBUG : dir1/0011-56789;.txt: Excluded 2025/10/01 03:10:04 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2025/10/01 03:10:04 DEBUG : dir1/0013-789;=.txt: Excluded 2025/10/01 03:10:04 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2025/10/01 03:10:04 DEBUG : dir1/0014-89;=.txt: Excluded 2025/10/01 03:10:04 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2025/10/01 03:10:04 DEBUG : dir1/0015-9;=.txt: Excluded sync_transform_test.go:196: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:196 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:112 Error: Not equal: expected: 20 actual : 21 Test: TestTransform/charmap run.go:125: removing dir "backup" failed - try 1/3: directory not empty run.go:125: removing dir "backup" failed - try 2/3: directory not empty run.go:125: removing dir "backup" failed - try 3/3: directory not empty run.go:128: removing dir "backup" failed: directory not empty fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:173 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388 /usr/local/go/src/runtime/panic.go:636 /usr/local/go/src/testing/testing.go:1041 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:196 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:112 Error: Should be true Test: TestTransform/charmap Messages: listing wrong, want got backup/one.bak (3) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:173 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388 /usr/local/go/src/runtime/panic.go:636 /usr/local/go/src/testing/testing.go:1041 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:196 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:112 Error: Should be true Test: TestTransform/charmap Messages: Unexpected file "backup/one.bak" fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:173 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388 /usr/local/go/src/runtime/panic.go:636 /usr/local/go/src/testing/testing.go:1041 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:196 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:112 Error: Not equal: expected: []string{} actual : []string{"backup"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=6) "backup" } Test: TestTransform/charmap Messages: directories run.go:125: removing dir "backup" failed - try 1/3: directory not empty run.go:125: removing dir "backup" failed - try 2/3: directory not empty run.go:125: removing dir "backup" failed - try 3/3: directory not empty run.go:128: removing dir "backup" failed: directory not empty fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:173 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 /usr/local/go/src/runtime/panic.go:636 /usr/local/go/src/testing/testing.go:1041 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:196 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:112 Error: Should be true Test: TestTransform/charmap Messages: listing wrong, want got backup/one.bak (3) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:173 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 /usr/local/go/src/runtime/panic.go:636 /usr/local/go/src/testing/testing.go:1041 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:196 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:112 Error: Should be true Test: TestTransform/charmap Messages: Unexpected file "backup/one.bak" fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:173 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 /usr/local/go/src/runtime/panic.go:636 /usr/local/go/src/testing/testing.go:1041 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:196 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:112 Error: Not equal: expected: []string{} actual : []string{"backup"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=6) "backup" } Test: TestTransform/charmap Messages: directories === RUN TestTransform/lowercase run.go:180: Remote "mega root 'rclone-test-safoyug7yeka'", Local "Local file system at /tmp/rclone3761812659", Modify Window "876000h0m0s" 2025/10/01 03:10:37 DEBUG : apple: Excluded (Path Filter) 2025/10/01 03:10:37 DEBUG : apple: Excluded 2025/10/01 03:10:37 DEBUG : banana: Excluded (Path Filter) 2025/10/01 03:10:37 DEBUG : banana: Excluded 2025/10/01 03:10:37 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2025/10/01 03:10:37 DEBUG : appleappleapplebanana: Excluded 2025/10/01 03:10:37 DEBUG : Waiting for deletions to finish 2025/10/01 03:10:37 DEBUG : splitbananasplit: Excluded (Path Filter) 2025/10/01 03:10:37 DEBUG : splitbananasplit: Excluded 2025/10/01 03:10:37 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2025/10/01 03:10:37 DEBUG : dir1/0000-abcdefg.txt: Excluded 2025/10/01 03:10:37 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2025/10/01 03:10:37 DEBUG : backup/one.bak: Excluded (Path Filter) 2025/10/01 03:10:37 DEBUG : dir1/0001-bcdefgh.txt: Excluded 2025/10/01 03:10:37 DEBUG : backup/one.bak: Excluded 2025/10/01 03:10:37 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2025/10/01 03:10:37 DEBUG : dir1/0002-cdefghi.txt: Excluded 2025/10/01 03:10:37 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2025/10/01 03:10:37 DEBUG : dir1/0003-defghij.txt: Excluded 2025/10/01 03:10:37 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2025/10/01 03:10:37 DEBUG : dir1/0004-efghijk.txt: Excluded 2025/10/01 03:10:37 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2025/10/01 03:10:37 DEBUG : dir1/0005-fghijkl.txt: Excluded 2025/10/01 03:10:37 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2025/10/01 03:10:37 DEBUG : dir1/0006-ghijklm.txt: Excluded 2025/10/01 03:10:37 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2025/10/01 03:10:37 DEBUG : dir1/0007-1234567.txt: Excluded 2025/10/01 03:10:37 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2025/10/01 03:10:37 DEBUG : dir1/0008-2345678.txt: Excluded 2025/10/01 03:10:37 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2025/10/01 03:10:37 DEBUG : dir1/0009-3456789.txt: Excluded 2025/10/01 03:10:37 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2025/10/01 03:10:37 DEBUG : dir1/0010-456789.txt: Excluded 2025/10/01 03:10:37 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2025/10/01 03:10:37 DEBUG : dir1/0011-56789;.txt: Excluded 2025/10/01 03:10:37 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2025/10/01 03:10:37 DEBUG : dir1/0012-6789;.txt: Excluded 2025/10/01 03:10:37 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2025/10/01 03:10:37 DEBUG : dir1/0013-789;=.txt: Excluded 2025/10/01 03:10:37 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2025/10/01 03:10:37 DEBUG : dir1/0014-89;=.txt: Excluded 2025/10/01 03:10:37 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2025/10/01 03:10:37 DEBUG : dir1/0015-9;=.txt: Excluded fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:360 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:104 Error: Should be true Test: TestTransform/lowercase Messages: listing wrong, want apple (5), appleappleapplebanana (21), banana (6), dir1/0000-abcdefg.txt (21), dir1/0001-bcdefgh.txt (21), dir1/0002-cdefghi.txt (21), dir1/0003-defghij.txt (21), dir1/0004-efghijk.txt (21), dir1/0005-fghijkl.txt (21), dir1/0006-ghijklm.txt (21), dir1/0007-1234567.txt (21), dir1/0008-2345678.txt (21), dir1/0009-3456789.txt (21), dir1/0010-456789.txt (20), dir1/0011-56789;.txt (20), dir1/0012-6789;.txt (19), dir1/0013-789;=.txt (19), dir1/0014-89;=.txt (18), dir1/0015-9;=.txt (17), splitbananasplit (16) got apple (5), appleappleapplebanana (21), backup/one.bak (3), banana (6), dir1/0000-abcdefg.txt (21), dir1/0001-bcdefgh.txt (21), dir1/0002-cdefghi.txt (21), dir1/0003-defghij.txt (21), dir1/0004-efghijk.txt (21), dir1/0005-fghijkl.txt (21), dir1/0006-ghijklm.txt (21), dir1/0007-1234567.txt (21), dir1/0008-2345678.txt (21), dir1/0009-3456789.txt (21), dir1/0010-456789.txt (20), dir1/0011-56789;.txt (20), dir1/0012-6789;.txt (19), dir1/0013-789;=.txt (19), dir1/0014-89;=.txt (18), dir1/0015-9;=.txt (17), splitbananasplit (16) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:360 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:104 Error: Should be true Test: TestTransform/lowercase Messages: Unexpected file "backup/one.bak" 2025/10/01 03:10:44 DEBUG : apple: Sizes identical 2025/10/01 03:10:44 DEBUG : apple: Unchanged skipping 2025/10/01 03:10:44 DEBUG : appleappleapplebanana: Sizes identical 2025/10/01 03:10:44 DEBUG : banana: Sizes identical 2025/10/01 03:10:44 DEBUG : appleappleapplebanana: Unchanged skipping 2025/10/01 03:10:44 DEBUG : banana: Unchanged skipping 2025/10/01 03:10:44 DEBUG : splitbananasplit: Sizes identical 2025/10/01 03:10:44 DEBUG : splitbananasplit: Unchanged skipping 2025/10/01 03:10:44 DEBUG : dir1/0001-bcdefgh.txt: Sizes identical 2025/10/01 03:10:44 DEBUG : dir1/0003-defghij.txt: Sizes identical 2025/10/01 03:10:44 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2025/10/01 03:10:44 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2025/10/01 03:10:44 DEBUG : dir1/0000-abcdefg.txt: Sizes identical 2025/10/01 03:10:44 DEBUG : dir1/0005-fghijkl.txt: Sizes identical 2025/10/01 03:10:44 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2025/10/01 03:10:44 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2025/10/01 03:10:44 DEBUG : dir1/0004-efghijk.txt: Sizes identical 2025/10/01 03:10:44 DEBUG : dir1/0002-cdefghi.txt: Sizes identical 2025/10/01 03:10:44 DEBUG : mega root 'rclone-test-safoyug7yeka': Waiting for checks to finish 2025/10/01 03:10:44 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2025/10/01 03:10:44 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2025/10/01 03:10:44 DEBUG : dir1/0006-ghijklm.txt: Sizes identical 2025/10/01 03:10:44 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2025/10/01 03:10:44 DEBUG : dir1/0008-2345678.txt: Sizes identical 2025/10/01 03:10:44 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2025/10/01 03:10:44 DEBUG : dir1/0010-456789.txt: Sizes identical 2025/10/01 03:10:44 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2025/10/01 03:10:44 DEBUG : dir1/0007-1234567.txt: Sizes identical 2025/10/01 03:10:44 DEBUG : dir1/0011-56789;.txt: Sizes identical 2025/10/01 03:10:44 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2025/10/01 03:10:44 DEBUG : dir1/0012-6789;.txt: Sizes identical 2025/10/01 03:10:44 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2025/10/01 03:10:44 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2025/10/01 03:10:44 DEBUG : dir1/0009-3456789.txt: Sizes identical 2025/10/01 03:10:44 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2025/10/01 03:10:44 DEBUG : dir1/0013-789;=.txt: Sizes identical 2025/10/01 03:10:44 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2025/10/01 03:10:44 DEBUG : dir1/0014-89;=.txt: Sizes identical 2025/10/01 03:10:44 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2025/10/01 03:10:44 DEBUG : dir1/0015-9;=.txt: Sizes identical 2025/10/01 03:10:44 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2025/10/01 03:10:44 DEBUG : mega root 'rclone-test-safoyug7yeka': Waiting for transfers to finish 2025/10/01 03:10:44 DEBUG : Waiting for deletions to finish 2025/10/01 03:10:44 INFO : backup/one.bak: Deleted 2025/10/01 03:10:44 INFO : backup: Removing directory 2025/10/01 03:10:44 DEBUG : backup: Failed to Rmdir: directory not empty 2025/10/01 03:10:44 DEBUG : mega root 'rclone-test-safoyug7yeka': failed to delete 1 directories 2025/10/01 03:10:44 DEBUG : Waiting for deletions to finish 2025/10/01 03:10:44 DEBUG : apple: Excluded (Path Filter) 2025/10/01 03:10:44 DEBUG : apple: Excluded 2025/10/01 03:10:44 DEBUG : banana: Excluded (Path Filter) 2025/10/01 03:10:44 DEBUG : banana: Excluded 2025/10/01 03:10:44 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2025/10/01 03:10:44 DEBUG : appleappleapplebanana: Excluded 2025/10/01 03:10:44 DEBUG : splitbananasplit: Excluded (Path Filter) 2025/10/01 03:10:44 DEBUG : splitbananasplit: Excluded 2025/10/01 03:10:44 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2025/10/01 03:10:44 DEBUG : dir1/0000-abcdefg.txt: Excluded 2025/10/01 03:10:44 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2025/10/01 03:10:44 DEBUG : dir1/0001-bcdefgh.txt: Excluded 2025/10/01 03:10:44 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2025/10/01 03:10:44 DEBUG : dir1/0002-cdefghi.txt: Excluded 2025/10/01 03:10:44 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2025/10/01 03:10:44 DEBUG : dir1/0003-defghij.txt: Excluded 2025/10/01 03:10:44 DEBUG : backup/one.bak: Excluded (Path Filter) 2025/10/01 03:10:44 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2025/10/01 03:10:44 DEBUG : backup/one.bak: Excluded 2025/10/01 03:10:44 DEBUG : dir1/0004-efghijk.txt: Excluded 2025/10/01 03:10:44 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2025/10/01 03:10:44 DEBUG : dir1/0005-fghijkl.txt: Excluded 2025/10/01 03:10:44 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2025/10/01 03:10:44 DEBUG : dir1/0006-ghijklm.txt: Excluded 2025/10/01 03:10:44 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2025/10/01 03:10:44 DEBUG : dir1/0007-1234567.txt: Excluded 2025/10/01 03:10:44 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2025/10/01 03:10:44 DEBUG : dir1/0008-2345678.txt: Excluded 2025/10/01 03:10:44 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2025/10/01 03:10:44 DEBUG : dir1/0009-3456789.txt: Excluded 2025/10/01 03:10:44 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2025/10/01 03:10:44 DEBUG : dir1/0010-456789.txt: Excluded 2025/10/01 03:10:44 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2025/10/01 03:10:44 DEBUG : dir1/0011-56789;.txt: Excluded 2025/10/01 03:10:44 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2025/10/01 03:10:44 DEBUG : dir1/0012-6789;.txt: Excluded 2025/10/01 03:10:44 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2025/10/01 03:10:44 DEBUG : dir1/0013-789;=.txt: Excluded 2025/10/01 03:10:44 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2025/10/01 03:10:44 DEBUG : dir1/0014-89;=.txt: Excluded 2025/10/01 03:10:44 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2025/10/01 03:10:44 DEBUG : dir1/0015-9;=.txt: Excluded sync_transform_test.go:196: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:196 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:112 Error: Not equal: expected: 20 actual : 21 Test: TestTransform/lowercase run.go:125: removing dir "backup" failed - try 1/3: directory not empty run.go:125: removing dir "backup" failed - try 2/3: directory not empty run.go:125: removing dir "backup" failed - try 3/3: directory not empty run.go:128: removing dir "backup" failed: directory not empty fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:173 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388 /usr/local/go/src/runtime/panic.go:636 /usr/local/go/src/testing/testing.go:1041 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:196 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:112 Error: Should be true Test: TestTransform/lowercase Messages: listing wrong, want got backup/one.bak (3) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:173 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388 /usr/local/go/src/runtime/panic.go:636 /usr/local/go/src/testing/testing.go:1041 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:196 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:112 Error: Should be true Test: TestTransform/lowercase Messages: Unexpected file "backup/one.bak" fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:173 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388 /usr/local/go/src/runtime/panic.go:636 /usr/local/go/src/testing/testing.go:1041 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:196 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:112 Error: Not equal: expected: []string{} actual : []string{"backup"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=6) "backup" } Test: TestTransform/lowercase Messages: directories run.go:125: removing dir "backup" failed - try 1/3: directory not empty run.go:125: removing dir "backup" failed - try 2/3: directory not empty run.go:125: removing dir "backup" failed - try 3/3: directory not empty run.go:128: removing dir "backup" failed: directory not empty fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:173 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 /usr/local/go/src/runtime/panic.go:636 /usr/local/go/src/testing/testing.go:1041 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:196 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:112 Error: Should be true Test: TestTransform/lowercase Messages: listing wrong, want got backup/one.bak (3) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:173 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 /usr/local/go/src/runtime/panic.go:636 /usr/local/go/src/testing/testing.go:1041 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:196 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:112 Error: Should be true Test: TestTransform/lowercase Messages: Unexpected file "backup/one.bak" fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:173 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 /usr/local/go/src/runtime/panic.go:636 /usr/local/go/src/testing/testing.go:1041 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:196 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:112 Error: Not equal: expected: []string{} actual : []string{"backup"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=6) "backup" } Test: TestTransform/lowercase Messages: directories === RUN TestTransform/ascii run.go:180: Remote "mega root 'rclone-test-safoyug7yeka'", Local "Local file system at /tmp/rclone3761812659", Modify Window "876000h0m0s" 2025/10/01 03:11:12 DEBUG : apple: Excluded (Path Filter) 2025/10/01 03:11:12 DEBUG : apple: Excluded 2025/10/01 03:11:12 DEBUG : banana: Excluded (Path Filter) 2025/10/01 03:11:12 DEBUG : Waiting for deletions to finish 2025/10/01 03:11:12 DEBUG : banana: Excluded 2025/10/01 03:11:12 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2025/10/01 03:11:12 DEBUG : appleappleapplebanana: Excluded 2025/10/01 03:11:12 DEBUG : splitbananasplit: Excluded (Path Filter) 2025/10/01 03:11:12 DEBUG : splitbananasplit: Excluded 2025/10/01 03:11:12 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2025/10/01 03:11:12 DEBUG : dir1/0000-abcdefg.txt: Excluded 2025/10/01 03:11:12 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2025/10/01 03:11:12 DEBUG : dir1/0001-bcdefgh.txt: Excluded 2025/10/01 03:11:12 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2025/10/01 03:11:12 DEBUG : dir1/0002-cdefghi.txt: Excluded 2025/10/01 03:11:12 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2025/10/01 03:11:12 DEBUG : dir1/0003-defghij.txt: Excluded 2025/10/01 03:11:12 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2025/10/01 03:11:12 DEBUG : backup/one.bak: Excluded (Path Filter) 2025/10/01 03:11:12 DEBUG : backup/one.bak: Excluded 2025/10/01 03:11:12 DEBUG : dir1/0004-efghijk.txt: Excluded 2025/10/01 03:11:12 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2025/10/01 03:11:12 DEBUG : dir1/0005-fghijkl.txt: Excluded 2025/10/01 03:11:12 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2025/10/01 03:11:12 DEBUG : dir1/0006-ghijklm.txt: Excluded 2025/10/01 03:11:12 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2025/10/01 03:11:12 DEBUG : dir1/0007-1234567.txt: Excluded 2025/10/01 03:11:12 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2025/10/01 03:11:12 DEBUG : dir1/0008-2345678.txt: Excluded 2025/10/01 03:11:12 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2025/10/01 03:11:12 DEBUG : dir1/0009-3456789.txt: Excluded 2025/10/01 03:11:12 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2025/10/01 03:11:12 DEBUG : dir1/0010-456789.txt: Excluded 2025/10/01 03:11:12 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2025/10/01 03:11:12 DEBUG : dir1/0011-56789;.txt: Excluded 2025/10/01 03:11:12 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2025/10/01 03:11:12 DEBUG : dir1/0012-6789;.txt: Excluded 2025/10/01 03:11:12 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2025/10/01 03:11:12 DEBUG : dir1/0013-789;=.txt: Excluded 2025/10/01 03:11:12 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2025/10/01 03:11:12 DEBUG : dir1/0014-89;=.txt: Excluded 2025/10/01 03:11:12 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2025/10/01 03:11:12 DEBUG : dir1/0015-9;=.txt: Excluded fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:360 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:104 Error: Should be true Test: TestTransform/ascii Messages: listing wrong, want apple (5), appleappleapplebanana (21), banana (6), dir1/0000-abcdefg.txt (21), dir1/0001-bcdefgh.txt (21), dir1/0002-cdefghi.txt (21), dir1/0003-defghij.txt (21), dir1/0004-efghijk.txt (21), dir1/0005-fghijkl.txt (21), dir1/0006-ghijklm.txt (21), dir1/0007-1234567.txt (21), dir1/0008-2345678.txt (21), dir1/0009-3456789.txt (21), dir1/0010-456789.txt (20), dir1/0011-56789;.txt (20), dir1/0012-6789;.txt (19), dir1/0013-789;=.txt (19), dir1/0014-89;=.txt (18), dir1/0015-9;=.txt (17), splitbananasplit (16) got apple (5), appleappleapplebanana (21), backup/one.bak (3), banana (6), dir1/0000-abcdefg.txt (21), dir1/0001-bcdefgh.txt (21), dir1/0002-cdefghi.txt (21), dir1/0003-defghij.txt (21), dir1/0004-efghijk.txt (21), dir1/0005-fghijkl.txt (21), dir1/0006-ghijklm.txt (21), dir1/0007-1234567.txt (21), dir1/0008-2345678.txt (21), dir1/0009-3456789.txt (21), dir1/0010-456789.txt (20), dir1/0011-56789;.txt (20), dir1/0012-6789;.txt (19), dir1/0013-789;=.txt (19), dir1/0014-89;=.txt (18), dir1/0015-9;=.txt (17), splitbananasplit (16) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:360 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:104 Error: Should be true Test: TestTransform/ascii Messages: Unexpected file "backup/one.bak" 2025/10/01 03:11:19 DEBUG : apple: Sizes identical 2025/10/01 03:11:19 DEBUG : apple: Unchanged skipping 2025/10/01 03:11:19 DEBUG : appleappleapplebanana: Sizes identical 2025/10/01 03:11:19 DEBUG : appleappleapplebanana: Unchanged skipping 2025/10/01 03:11:19 DEBUG : banana: Sizes identical 2025/10/01 03:11:19 DEBUG : banana: Unchanged skipping 2025/10/01 03:11:19 DEBUG : splitbananasplit: Sizes identical 2025/10/01 03:11:19 DEBUG : splitbananasplit: Unchanged skipping 2025/10/01 03:11:19 DEBUG : dir1/0000-abcdefg.txt: Sizes identical 2025/10/01 03:11:19 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2025/10/01 03:11:19 DEBUG : dir1/0001-bcdefgh.txt: Sizes identical 2025/10/01 03:11:19 DEBUG : dir1/0002-cdefghi.txt: Sizes identical 2025/10/01 03:11:19 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2025/10/01 03:11:19 DEBUG : dir1/0004-efghijk.txt: Sizes identical 2025/10/01 03:11:19 DEBUG : dir1/0003-defghij.txt: Sizes identical 2025/10/01 03:11:19 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2025/10/01 03:11:19 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2025/10/01 03:11:19 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2025/10/01 03:11:19 DEBUG : dir1/0005-fghijkl.txt: Sizes identical 2025/10/01 03:11:19 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2025/10/01 03:11:19 DEBUG : mega root 'rclone-test-safoyug7yeka': Waiting for checks to finish 2025/10/01 03:11:19 DEBUG : dir1/0006-ghijklm.txt: Sizes identical 2025/10/01 03:11:19 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2025/10/01 03:11:19 DEBUG : dir1/0007-1234567.txt: Sizes identical 2025/10/01 03:11:19 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2025/10/01 03:11:19 DEBUG : dir1/0008-2345678.txt: Sizes identical 2025/10/01 03:11:19 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2025/10/01 03:11:19 DEBUG : dir1/0009-3456789.txt: Sizes identical 2025/10/01 03:11:19 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2025/10/01 03:11:19 DEBUG : dir1/0010-456789.txt: Sizes identical 2025/10/01 03:11:19 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2025/10/01 03:11:19 DEBUG : dir1/0011-56789;.txt: Sizes identical 2025/10/01 03:11:19 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2025/10/01 03:11:19 DEBUG : dir1/0012-6789;.txt: Sizes identical 2025/10/01 03:11:19 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2025/10/01 03:11:19 DEBUG : dir1/0013-789;=.txt: Sizes identical 2025/10/01 03:11:19 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2025/10/01 03:11:19 DEBUG : dir1/0014-89;=.txt: Sizes identical 2025/10/01 03:11:19 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2025/10/01 03:11:19 DEBUG : dir1/0015-9;=.txt: Sizes identical 2025/10/01 03:11:19 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2025/10/01 03:11:19 DEBUG : mega root 'rclone-test-safoyug7yeka': Waiting for transfers to finish 2025/10/01 03:11:19 DEBUG : Waiting for deletions to finish 2025/10/01 03:11:19 INFO : backup/one.bak: Deleted 2025/10/01 03:11:19 INFO : backup: Removing directory 2025/10/01 03:11:19 DEBUG : backup: Failed to Rmdir: directory not empty 2025/10/01 03:11:19 DEBUG : mega root 'rclone-test-safoyug7yeka': failed to delete 1 directories 2025/10/01 03:11:19 DEBUG : Waiting for deletions to finish 2025/10/01 03:11:19 DEBUG : apple: Excluded (Path Filter) 2025/10/01 03:11:19 DEBUG : apple: Excluded 2025/10/01 03:11:19 DEBUG : banana: Excluded (Path Filter) 2025/10/01 03:11:19 DEBUG : banana: Excluded 2025/10/01 03:11:19 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2025/10/01 03:11:19 DEBUG : appleappleapplebanana: Excluded 2025/10/01 03:11:19 DEBUG : splitbananasplit: Excluded (Path Filter) 2025/10/01 03:11:19 DEBUG : splitbananasplit: Excluded 2025/10/01 03:11:19 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2025/10/01 03:11:19 DEBUG : backup/one.bak: Excluded (Path Filter) 2025/10/01 03:11:19 DEBUG : dir1/0000-abcdefg.txt: Excluded 2025/10/01 03:11:19 DEBUG : backup/one.bak: Excluded 2025/10/01 03:11:19 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2025/10/01 03:11:19 DEBUG : dir1/0001-bcdefgh.txt: Excluded 2025/10/01 03:11:19 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2025/10/01 03:11:19 DEBUG : dir1/0002-cdefghi.txt: Excluded 2025/10/01 03:11:19 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2025/10/01 03:11:19 DEBUG : dir1/0003-defghij.txt: Excluded 2025/10/01 03:11:19 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2025/10/01 03:11:19 DEBUG : dir1/0004-efghijk.txt: Excluded 2025/10/01 03:11:19 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2025/10/01 03:11:19 DEBUG : dir1/0005-fghijkl.txt: Excluded 2025/10/01 03:11:19 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2025/10/01 03:11:19 DEBUG : dir1/0006-ghijklm.txt: Excluded 2025/10/01 03:11:19 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2025/10/01 03:11:19 DEBUG : dir1/0007-1234567.txt: Excluded 2025/10/01 03:11:19 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2025/10/01 03:11:19 DEBUG : dir1/0008-2345678.txt: Excluded 2025/10/01 03:11:19 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2025/10/01 03:11:19 DEBUG : dir1/0009-3456789.txt: Excluded 2025/10/01 03:11:19 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2025/10/01 03:11:19 DEBUG : dir1/0010-456789.txt: Excluded 2025/10/01 03:11:19 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2025/10/01 03:11:19 DEBUG : dir1/0011-56789;.txt: Excluded 2025/10/01 03:11:19 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2025/10/01 03:11:19 DEBUG : dir1/0012-6789;.txt: Excluded 2025/10/01 03:11:19 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2025/10/01 03:11:19 DEBUG : dir1/0013-789;=.txt: Excluded 2025/10/01 03:11:19 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2025/10/01 03:11:19 DEBUG : dir1/0014-89;=.txt: Excluded 2025/10/01 03:11:19 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2025/10/01 03:11:19 DEBUG : dir1/0015-9;=.txt: Excluded sync_transform_test.go:196: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:196 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:112 Error: Not equal: expected: 20 actual : 21 Test: TestTransform/ascii run.go:125: removing dir "backup" failed - try 1/3: directory not empty run.go:125: removing dir "backup" failed - try 2/3: directory not empty run.go:125: removing dir "backup" failed - try 3/3: directory not empty run.go:128: removing dir "backup" failed: directory not empty fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:173 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388 /usr/local/go/src/runtime/panic.go:636 /usr/local/go/src/testing/testing.go:1041 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:196 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:112 Error: Should be true Test: TestTransform/ascii Messages: listing wrong, want got backup/one.bak (3) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:173 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388 /usr/local/go/src/runtime/panic.go:636 /usr/local/go/src/testing/testing.go:1041 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:196 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:112 Error: Should be true Test: TestTransform/ascii Messages: Unexpected file "backup/one.bak" fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:173 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388 /usr/local/go/src/runtime/panic.go:636 /usr/local/go/src/testing/testing.go:1041 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:196 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:112 Error: Not equal: expected: []string{} actual : []string{"backup"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=6) "backup" } Test: TestTransform/ascii Messages: directories run.go:125: removing dir "backup" failed - try 1/3: directory not empty run.go:125: removing dir "backup" failed - try 2/3: directory not empty run.go:125: removing dir "backup" failed - try 3/3: directory not empty run.go:128: removing dir "backup" failed: directory not empty fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:173 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 /usr/local/go/src/runtime/panic.go:636 /usr/local/go/src/testing/testing.go:1041 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:196 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:112 Error: Should be true Test: TestTransform/ascii Messages: listing wrong, want got backup/one.bak (3) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:173 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 /usr/local/go/src/runtime/panic.go:636 /usr/local/go/src/testing/testing.go:1041 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:196 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:112 Error: Should be true Test: TestTransform/ascii Messages: Unexpected file "backup/one.bak" fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:173 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 /usr/local/go/src/runtime/panic.go:636 /usr/local/go/src/testing/testing.go:1041 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:196 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:112 Error: Not equal: expected: []string{} actual : []string{"backup"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=6) "backup" } Test: TestTransform/ascii Messages: directories --- FAIL: TestTransform (480.23s) --- FAIL: TestTransform/NFC (40.96s) --- FAIL: TestTransform/NFD (40.84s) --- FAIL: TestTransform/base64 (61.80s) --- FAIL: TestTransform/prefix (65.31s) --- FAIL: TestTransform/suffix (44.93s) --- FAIL: TestTransform/truncate (44.11s) --- FAIL: TestTransform/encoder (37.22s) --- FAIL: TestTransform/ISO-8859-1 (36.12s) --- FAIL: TestTransform/charmap (37.81s) --- FAIL: TestTransform/lowercase (37.16s) --- FAIL: TestTransform/ascii (33.96s) === RUN TestTransformCopy run.go:180: Remote "mega root 'rclone-test-safoyug7yeka'", Local "Local file system at /tmp/rclone3761812659", Modify Window "876000h0m0s" 2025/10/01 03:11:41 DEBUG : sub dir: transformed to: sub dir_somesuffix 2025/10/01 03:11:41 DEBUG : sub dir: transformed to: sub dir_somesuffix 2025/10/01 03:11:41 INFO : sub dir_somesuffix: Making directory 2025/10/01 03:11:41 DEBUG : sub dir: transformed to: sub dir_somesuffix 2025/10/01 03:11:41 DEBUG : hello world.txt: transformed to: hello world_somesuffix.txt 2025/10/01 03:11:41 DEBUG : sub dir/hello world.txt: transformed to: sub dir_somesuffix/hello world_somesuffix.txt 2025/10/01 03:11:41 DEBUG : sub dir/hello world.txt: Need to transfer - File not found at Destination 2025/10/01 03:11:41 DEBUG : sub dir/hello world.txt: transformed to: sub dir_somesuffix/hello world_somesuffix.txt 2025/10/01 03:11:41 DEBUG : mega root 'rclone-test-safoyug7yeka': Waiting for checks to finish 2025/10/01 03:11:41 DEBUG : mega root 'rclone-test-safoyug7yeka': Waiting for transfers to finish 2025/10/01 03:11:42 INFO : sub dir/hello world.txt: Copied (new) to: sub dir_somesuffix/hello world_somesuffix.txt 2025/10/01 03:11:42 DEBUG : Waiting for deletions to finish 2025/10/01 03:11:42 INFO : backup/one.bak: Deleted 2025/10/01 03:11:42 INFO : backup: Removing directory 2025/10/01 03:11:42 DEBUG : backup: Failed to Rmdir: directory not empty 2025/10/01 03:11:42 DEBUG : mega root 'rclone-test-safoyug7yeka': failed to delete 1 directories fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:340 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:242 Error: Should be true Test: TestTransformCopy Messages: listing wrong, want sub dir_somesuffix/hello world_somesuffix.txt (11) got backup/one.bak (3), sub dir_somesuffix/hello world_somesuffix.txt (11) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:340 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:242 /usr/local/go/src/runtime/asm_amd64.s:1700 Error: Should be true Test: TestTransformCopy Messages: Unexpected file "backup/one.bak" run.go:125: removing dir "backup" failed - try 1/3: directory not empty run.go:125: removing dir "backup" failed - try 2/3: directory not empty run.go:125: removing dir "backup" failed - try 3/3: directory not empty run.go:128: removing dir "backup" failed: directory not empty fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:173 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 Error: Should be true Test: TestTransformCopy Messages: listing wrong, want got backup/one.bak (3) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:173 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 Error: Should be true Test: TestTransformCopy Messages: Unexpected file "backup/one.bak" fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:173 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 Error: Not equal: expected: []string{} actual : []string{"backup"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=6) "backup" } Test: TestTransformCopy Messages: directories --- FAIL: TestTransformCopy (17.78s) === RUN TestDoubleTransform run.go:180: Remote "mega root 'rclone-test-safoyug7yeka'", Local "Local file system at /tmp/rclone3761812659", Modify Window "876000h0m0s" 2025/10/01 03:11:59 DEBUG : toe: transformed to: tictactoe 2025/10/01 03:11:59 DEBUG : toe: transformed to: tictactoe 2025/10/01 03:11:59 INFO : tictactoe: Making directory 2025/10/01 03:11:59 DEBUG : toe: transformed to: tictactoe 2025/10/01 03:11:59 DEBUG : toe: transformed to: tictactoe 2025/10/01 03:11:59 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2025/10/01 03:11:59 DEBUG : toe/toe: Need to transfer - File not found at Destination 2025/10/01 03:11:59 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2025/10/01 03:11:59 DEBUG : mega root 'rclone-test-safoyug7yeka': Waiting for checks to finish 2025/10/01 03:11:59 DEBUG : mega root 'rclone-test-safoyug7yeka': Waiting for transfers to finish 2025/10/01 03:11:59 INFO : toe/toe: Copied (new) to: tictactoe/tictactoe 2025/10/01 03:11:59 DEBUG : Waiting for deletions to finish 2025/10/01 03:11:59 INFO : backup/one.bak: Deleted 2025/10/01 03:11:59 INFO : backup: Removing directory 2025/10/01 03:11:59 DEBUG : backup: Failed to Rmdir: directory not empty 2025/10/01 03:11:59 DEBUG : mega root 'rclone-test-safoyug7yeka': failed to delete 1 directories fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:340 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:259 Error: Should be true Test: TestDoubleTransform Messages: listing wrong, want tictactoe/tictactoe (11) got backup/one.bak (3), tictactoe/tictactoe (11) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:340 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:259 /usr/local/go/src/runtime/asm_amd64.s:1700 Error: Should be true Test: TestDoubleTransform Messages: Unexpected file "backup/one.bak" run.go:125: removing dir "backup" failed - try 1/3: directory not empty run.go:125: removing dir "backup" failed - try 2/3: directory not empty run.go:125: removing dir "backup" failed - try 3/3: directory not empty run.go:128: removing dir "backup" failed: directory not empty fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:173 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 Error: Should be true Test: TestDoubleTransform Messages: listing wrong, want got backup/one.bak (3) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:173 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 Error: Should be true Test: TestDoubleTransform Messages: Unexpected file "backup/one.bak" fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:173 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 Error: Not equal: expected: []string{} actual : []string{"backup"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=6) "backup" } Test: TestDoubleTransform Messages: directories --- FAIL: TestDoubleTransform (18.21s) === RUN TestFileTag run.go:180: Remote "mega root 'rclone-test-safoyug7yeka'", Local "Local file system at /tmp/rclone3761812659", Modify Window "876000h0m0s" 2025/10/01 03:12:17 INFO : toe: Making directory 2025/10/01 03:12:17 INFO : toe/toe: Making directory 2025/10/01 03:12:17 DEBUG : toe: transformed to: tictactoe 2025/10/01 03:12:17 DEBUG : toe/toe/toe: transformed to: toe/toe/tictactoe 2025/10/01 03:12:17 DEBUG : toe/toe/toe: Need to transfer - File not found at Destination 2025/10/01 03:12:17 DEBUG : toe/toe/toe: transformed to: toe/toe/tictactoe 2025/10/01 03:12:17 DEBUG : mega root 'rclone-test-safoyug7yeka': Waiting for checks to finish 2025/10/01 03:12:17 DEBUG : mega root 'rclone-test-safoyug7yeka': Waiting for transfers to finish 2025/10/01 03:12:18 INFO : toe/toe/toe: Copied (new) to: toe/toe/tictactoe 2025/10/01 03:12:18 DEBUG : Waiting for deletions to finish 2025/10/01 03:12:18 INFO : backup/one.bak: Deleted 2025/10/01 03:12:18 INFO : backup: Removing directory 2025/10/01 03:12:18 DEBUG : backup: Failed to Rmdir: directory not empty 2025/10/01 03:12:18 DEBUG : mega root 'rclone-test-safoyug7yeka': failed to delete 1 directories fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:340 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:276 Error: Should be true Test: TestFileTag Messages: listing wrong, want toe/toe/tictactoe (11) got backup/one.bak (3), toe/toe/tictactoe (11) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:340 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:276 /usr/local/go/src/runtime/asm_amd64.s:1700 Error: Should be true Test: TestFileTag Messages: Unexpected file "backup/one.bak" run.go:125: removing dir "backup" failed - try 1/3: directory not empty run.go:125: removing dir "backup" failed - try 2/3: directory not empty run.go:125: removing dir "backup" failed - try 3/3: directory not empty run.go:128: removing dir "backup" failed: directory not empty fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:173 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 Error: Should be true Test: TestFileTag Messages: listing wrong, want got backup/one.bak (3) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:173 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 Error: Should be true Test: TestFileTag Messages: Unexpected file "backup/one.bak" fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:173 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 Error: Not equal: expected: []string{} actual : []string{"backup"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=6) "backup" } Test: TestFileTag Messages: directories --- FAIL: TestFileTag (18.14s) === RUN TestNoTag run.go:180: Remote "mega root 'rclone-test-safoyug7yeka'", Local "Local file system at /tmp/rclone3761812659", Modify Window "876000h0m0s" 2025/10/01 03:12:35 INFO : toe: Making directory 2025/10/01 03:12:35 INFO : toe/toe: Making directory 2025/10/01 03:12:36 DEBUG : toe: transformed to: tictactoe 2025/10/01 03:12:36 DEBUG : toe/toe/toe: transformed to: toe/toe/tictactoe 2025/10/01 03:12:36 DEBUG : toe/toe/toe: Need to transfer - File not found at Destination 2025/10/01 03:12:36 DEBUG : toe/toe/toe: transformed to: toe/toe/tictactoe 2025/10/01 03:12:36 DEBUG : mega root 'rclone-test-safoyug7yeka': Waiting for checks to finish 2025/10/01 03:12:36 DEBUG : mega root 'rclone-test-safoyug7yeka': Waiting for transfers to finish 2025/10/01 03:12:36 INFO : toe/toe/toe: Copied (new) to: toe/toe/tictactoe 2025/10/01 03:12:36 DEBUG : Waiting for deletions to finish 2025/10/01 03:12:36 INFO : backup/one.bak: Deleted 2025/10/01 03:12:36 INFO : backup: Removing directory 2025/10/01 03:12:36 DEBUG : backup: Failed to Rmdir: directory not empty 2025/10/01 03:12:36 DEBUG : mega root 'rclone-test-safoyug7yeka': failed to delete 1 directories fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:340 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:293 Error: Should be true Test: TestNoTag Messages: listing wrong, want toe/toe/tictactoe (11) got backup/one.bak (3), toe/toe/tictactoe (11) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:340 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:293 /usr/local/go/src/runtime/asm_amd64.s:1700 Error: Should be true Test: TestNoTag Messages: Unexpected file "backup/one.bak" run.go:125: removing dir "backup" failed - try 1/3: directory not empty run.go:125: removing dir "backup" failed - try 2/3: directory not empty run.go:125: removing dir "backup" failed - try 3/3: directory not empty run.go:128: removing dir "backup" failed: directory not empty fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:173 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 Error: Should be true Test: TestNoTag Messages: listing wrong, want got backup/one.bak (3) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:173 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 Error: Should be true Test: TestNoTag Messages: Unexpected file "backup/one.bak" fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:173 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 Error: Not equal: expected: []string{} actual : []string{"backup"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=6) "backup" } Test: TestNoTag Messages: directories --- FAIL: TestNoTag (18.62s) === RUN TestDirTag run.go:180: Remote "mega root 'rclone-test-safoyug7yeka'", Local "Local file system at /tmp/rclone3761812659", Modify Window "876000h0m0s" 2025/10/01 03:12:54 DEBUG : empty_dir: Making directory with metadata 2025/10/01 03:12:54 INFO : empty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/10/01 03:12:54 DEBUG : toe: transformed to: tictactoe 2025/10/01 03:12:54 DEBUG : empty_dir: transformed to: tictacempty_dir 2025/10/01 03:12:54 DEBUG : empty_dir: transformed to: tictacempty_dir 2025/10/01 03:12:54 DEBUG : empty_dir: transformed to: tictacempty_dir 2025/10/01 03:12:54 INFO : tictacempty_dir: Making directory 2025/10/01 03:12:54 DEBUG : empty_dir: transformed to: tictacempty_dir 2025/10/01 03:12:54 DEBUG : toe: transformed to: tictactoe 2025/10/01 03:12:54 DEBUG : toe: transformed to: tictactoe 2025/10/01 03:12:54 INFO : tictactoe: Making directory 2025/10/01 03:12:54 DEBUG : toe: transformed to: tictactoe 2025/10/01 03:12:54 DEBUG : toe: transformed to: tictactoe 2025/10/01 03:12:54 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2025/10/01 03:12:54 INFO : tictactoe/tictactoe: Making directory 2025/10/01 03:12:54 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2025/10/01 03:12:54 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/toe.txt 2025/10/01 03:12:54 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2025/10/01 03:12:54 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/toe.txt 2025/10/01 03:12:54 DEBUG : mega root 'rclone-test-safoyug7yeka': Waiting for checks to finish 2025/10/01 03:12:54 DEBUG : mega root 'rclone-test-safoyug7yeka': Waiting for transfers to finish 2025/10/01 03:12:55 INFO : toe/toe/toe.txt: Copied (new) to: tictactoe/tictactoe/toe.txt 2025/10/01 03:12:55 DEBUG : Waiting for deletions to finish 2025/10/01 03:12:55 INFO : backup/one.bak: Deleted 2025/10/01 03:12:55 INFO : backup: Removing directory 2025/10/01 03:12:55 DEBUG : backup: Failed to Rmdir: directory not empty 2025/10/01 03:12:55 DEBUG : mega root 'rclone-test-safoyug7yeka': failed to delete 1 directories fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:360 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:312 Error: Should be true Test: TestDirTag Messages: listing wrong, want tictactoe/tictactoe/toe.txt (11) got backup/one.bak (3), tictactoe/tictactoe/toe.txt (11) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:360 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:312 Error: Should be true Test: TestDirTag Messages: Unexpected file "backup/one.bak" fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:360 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:312 Error: Not equal: expected: []string{"tictacempty_dir", "tictactoe", "tictactoe/tictactoe"} actual : []string{"backup", "tictacempty_dir", "tictactoe", "tictactoe/tictactoe"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) (len=3) { +([]string) (len=4) { + (string) (len=6) "backup", (string) (len=15) "tictacempty_dir", Test: TestDirTag Messages: directories run.go:125: removing dir "backup" failed - try 1/3: directory not empty run.go:125: removing dir "backup" failed - try 2/3: directory not empty run.go:125: removing dir "backup" failed - try 3/3: directory not empty run.go:128: removing dir "backup" failed: directory not empty fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:173 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 Error: Should be true Test: TestDirTag Messages: listing wrong, want got backup/one.bak (3) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:173 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 Error: Should be true Test: TestDirTag Messages: Unexpected file "backup/one.bak" fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:173 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 Error: Not equal: expected: []string{} actual : []string{"backup"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=6) "backup" } Test: TestDirTag Messages: directories --- FAIL: TestDirTag (18.99s) === RUN TestAllTag run.go:180: Remote "mega root 'rclone-test-safoyug7yeka'", Local "Local file system at /tmp/rclone3761812659", Modify Window "876000h0m0s" 2025/10/01 03:13:13 DEBUG : empty_dir: Making directory with metadata 2025/10/01 03:13:13 INFO : empty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/10/01 03:13:13 DEBUG : toe: transformed to: tictactoe 2025/10/01 03:13:13 DEBUG : empty_dir: transformed to: tictacempty_dir 2025/10/01 03:13:13 DEBUG : empty_dir: transformed to: tictacempty_dir 2025/10/01 03:13:13 DEBUG : empty_dir: transformed to: tictacempty_dir 2025/10/01 03:13:13 INFO : tictacempty_dir: Making directory 2025/10/01 03:13:13 DEBUG : empty_dir: transformed to: tictacempty_dir 2025/10/01 03:13:13 DEBUG : toe: transformed to: tictactoe 2025/10/01 03:13:13 DEBUG : toe: transformed to: tictactoe 2025/10/01 03:13:13 INFO : tictactoe: Making directory 2025/10/01 03:13:13 DEBUG : toe: transformed to: tictactoe 2025/10/01 03:13:13 DEBUG : toe: transformed to: tictactoe 2025/10/01 03:13:13 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2025/10/01 03:13:13 INFO : tictactoe/tictactoe: Making directory 2025/10/01 03:13:14 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2025/10/01 03:13:14 DEBUG : toe.txt: transformed to: tictactoe.txt 2025/10/01 03:13:14 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2025/10/01 03:13:14 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2025/10/01 03:13:14 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2025/10/01 03:13:14 DEBUG : mega root 'rclone-test-safoyug7yeka': Waiting for checks to finish 2025/10/01 03:13:14 DEBUG : mega root 'rclone-test-safoyug7yeka': Waiting for transfers to finish 2025/10/01 03:13:14 INFO : toe/toe/toe.txt: Copied (new) to: tictactoe/tictactoe/tictactoe.txt 2025/10/01 03:13:14 DEBUG : Waiting for deletions to finish 2025/10/01 03:13:14 INFO : backup/one.bak: Deleted 2025/10/01 03:13:14 INFO : backup: Removing directory 2025/10/01 03:13:14 DEBUG : backup: Failed to Rmdir: directory not empty 2025/10/01 03:13:14 DEBUG : mega root 'rclone-test-safoyug7yeka': failed to delete 1 directories fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:360 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:331 Error: Should be true Test: TestAllTag Messages: listing wrong, want tictactoe/tictactoe/tictactoe.txt (11) got backup/one.bak (3), tictactoe/tictactoe/tictactoe.txt (11) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:360 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:331 Error: Should be true Test: TestAllTag Messages: Unexpected file "backup/one.bak" fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:360 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:331 Error: Not equal: expected: []string{"tictacempty_dir", "tictactoe", "tictactoe/tictactoe"} actual : []string{"backup", "tictacempty_dir", "tictactoe", "tictactoe/tictactoe"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) (len=3) { +([]string) (len=4) { + (string) (len=6) "backup", (string) (len=15) "tictacempty_dir", Test: TestAllTag Messages: directories 2025/10/01 03:13:21 DEBUG : mega root 'rclone-test-safoyug7yeka': Waiting for checks to finish 2025/10/01 03:13:21 DEBUG : toe: transformed to: tictactoe 2025/10/01 03:13:21 DEBUG : empty_dir: transformed to: tictacempty_dir 2025/10/01 03:13:21 DEBUG : empty_dir: transformed to: tictacempty_dir 2025/10/01 03:13:21 DEBUG : toe: transformed to: tictactoe 2025/10/01 03:13:21 DEBUG : toe: transformed to: tictactoe 2025/10/01 03:13:21 ERROR : backup/one.bak: file not in Local file system at /tmp/rclone3761812659 2025/10/01 03:13:21 DEBUG : toe.txt: transformed to: tictactoe.txt 2025/10/01 03:13:21 DEBUG : tictactoe/tictactoe/tictactoe.txt: OK - could not check hash 2025/10/01 03:13:21 NOTICE: Local file system at /tmp/rclone3761812659: 1 files missing 2025/10/01 03:13:21 NOTICE: mega root 'rclone-test-safoyug7yeka': 1 differences found 2025/10/01 03:13:21 NOTICE: mega root 'rclone-test-safoyug7yeka': 1 errors while checking 2025/10/01 03:13:21 NOTICE: mega root 'rclone-test-safoyug7yeka': 1 hashes could not be checked 2025/10/01 03:13:21 NOTICE: mega root 'rclone-test-safoyug7yeka': 1 matching files sync_transform_test.go:333: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:333 Error: Received unexpected error: 1 differences found Test: TestAllTag run.go:125: removing dir "backup" failed - try 1/3: directory not empty run.go:125: removing dir "backup" failed - try 2/3: directory not empty run.go:125: removing dir "backup" failed - try 3/3: directory not empty run.go:128: removing dir "backup" failed: directory not empty fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:173 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 Error: Should be true Test: TestAllTag Messages: listing wrong, want got backup/one.bak (3) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:173 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 Error: Should be true Test: TestAllTag Messages: Unexpected file "backup/one.bak" fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:173 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 Error: Not equal: expected: []string{} actual : []string{"backup"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=6) "backup" } Test: TestAllTag Messages: directories --- FAIL: TestAllTag (19.80s) === RUN TestRunTwice run.go:180: Remote "mega root 'rclone-test-safoyug7yeka'", Local "Local file system at /tmp/rclone3761812659", Modify Window "876000h0m0s" 2025/10/01 03:13:33 DEBUG : toe: transformed to: tictactoe 2025/10/01 03:13:33 DEBUG : toe: transformed to: tictactoe 2025/10/01 03:13:33 INFO : tictactoe: Making directory 2025/10/01 03:13:33 DEBUG : toe: transformed to: tictactoe 2025/10/01 03:13:33 DEBUG : toe: transformed to: tictactoe 2025/10/01 03:13:33 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2025/10/01 03:13:33 INFO : tictactoe/tictactoe: Making directory 2025/10/01 03:13:33 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2025/10/01 03:13:33 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/toe.txt 2025/10/01 03:13:33 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2025/10/01 03:13:33 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/toe.txt 2025/10/01 03:13:33 DEBUG : mega root 'rclone-test-safoyug7yeka': Waiting for checks to finish 2025/10/01 03:13:33 DEBUG : mega root 'rclone-test-safoyug7yeka': Waiting for transfers to finish 2025/10/01 03:13:33 INFO : toe/toe/toe.txt: Copied (new) to: tictactoe/tictactoe/toe.txt 2025/10/01 03:13:33 ERROR : mega root 'rclone-test-safoyug7yeka': not deleting files as there were IO errors 2025/10/01 03:13:33 DEBUG : backup/one.bak: transformed to: tictacbackup/one.bak 2025/10/01 03:13:33 ERROR : mega root 'rclone-test-safoyug7yeka': not deleting directories as there were IO errors sync_transform_test.go:347: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:347 Error: Received unexpected error: not deleting files as there were IO errors Test: TestRunTwice run.go:125: removing dir "tictactoe/tictactoe" failed - try 1/3: directory not empty run.go:125: removing dir "backup" failed - try 1/3: directory not empty run.go:125: removing dir "backup" failed - try 2/3: directory not empty run.go:125: removing dir "backup" failed - try 3/3: directory not empty run.go:128: removing dir "backup" failed: directory not empty fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:173 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 /usr/local/go/src/runtime/panic.go:636 /usr/local/go/src/testing/testing.go:1041 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:347 Error: Should be true Test: TestRunTwice Messages: listing wrong, want got backup/one.bak (3) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:173 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 /usr/local/go/src/runtime/panic.go:636 /usr/local/go/src/testing/testing.go:1041 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:347 Error: Should be true Test: TestRunTwice Messages: Unexpected file "backup/one.bak" fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:173 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 /usr/local/go/src/runtime/panic.go:636 /usr/local/go/src/testing/testing.go:1041 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:347 Error: Not equal: expected: []string{} actual : []string{"backup"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=6) "backup" } Test: TestRunTwice Messages: directories --- FAIL: TestRunTwice (12.17s) === RUN TestConflicting run.go:180: Remote "mega root 'rclone-test-safoyug7yeka'", Local "Local file system at /tmp/rclone3761812659", Modify Window "876000h0m0s" 2025/10/01 03:13:45 INFO : toe: Making directory 2025/10/01 03:13:45 INFO : toe/toe: Making directory 2025/10/01 03:13:45 DEBUG : toe/toe/toe: Need to transfer - File not found at Destination 2025/10/01 03:13:45 DEBUG : mega root 'rclone-test-safoyug7yeka': Waiting for checks to finish 2025/10/01 03:13:45 DEBUG : mega root 'rclone-test-safoyug7yeka': Waiting for transfers to finish 2025/10/01 03:13:45 INFO : toe/toe/toe: Copied (new) 2025/10/01 03:13:45 ERROR : mega root 'rclone-test-safoyug7yeka': not deleting files as there were IO errors 2025/10/01 03:13:45 ERROR : mega root 'rclone-test-safoyug7yeka': not deleting directories as there were IO errors sync_transform_test.go:388: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:388 Error: Received unexpected error: not deleting files as there were IO errors Test: TestConflicting run.go:125: removing dir "toe/toe" failed - try 1/3: directory not empty run.go:125: removing dir "backup" failed - try 1/3: directory not empty run.go:125: removing dir "backup" failed - try 2/3: directory not empty run.go:125: removing dir "backup" failed - try 3/3: directory not empty run.go:128: removing dir "backup" failed: directory not empty fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:173 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 /usr/local/go/src/runtime/panic.go:636 /usr/local/go/src/testing/testing.go:1041 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:388 Error: Should be true Test: TestConflicting Messages: listing wrong, want got backup/one.bak (3) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:173 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 /usr/local/go/src/runtime/panic.go:636 /usr/local/go/src/testing/testing.go:1041 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:388 Error: Should be true Test: TestConflicting Messages: Unexpected file "backup/one.bak" fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:173 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 /usr/local/go/src/runtime/panic.go:636 /usr/local/go/src/testing/testing.go:1041 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:388 Error: Not equal: expected: []string{} actual : []string{"backup"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=6) "backup" } Test: TestConflicting Messages: directories --- FAIL: TestConflicting (12.01s) === RUN TestMove run.go:180: Remote "mega root 'rclone-test-safoyug7yeka'", Local "Local file system at /tmp/rclone3761812659", Modify Window "876000h0m0s" 2025/10/01 03:13:57 DEBUG : empty_dir: Making directory with metadata 2025/10/01 03:13:57 INFO : empty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/10/01 03:13:57 DEBUG : toe: transformed to: tictactoe 2025/10/01 03:13:57 DEBUG : empty_dir: transformed to: tictacempty_dir 2025/10/01 03:13:57 DEBUG : empty_dir: transformed to: tictacempty_dir 2025/10/01 03:13:57 DEBUG : empty_dir: transformed to: tictacempty_dir 2025/10/01 03:13:57 INFO : tictacempty_dir: Making directory 2025/10/01 03:13:57 DEBUG : empty_dir: transformed to: tictacempty_dir 2025/10/01 03:13:57 DEBUG : toe: transformed to: tictactoe 2025/10/01 03:13:57 DEBUG : toe: transformed to: tictactoe 2025/10/01 03:13:57 INFO : tictactoe: Making directory 2025/10/01 03:13:57 DEBUG : toe: transformed to: tictactoe 2025/10/01 03:13:57 DEBUG : toe: transformed to: tictactoe 2025/10/01 03:13:57 DEBUG : backup/one.bak: transformed to: tictacbackup/tictacone.bak 2025/10/01 03:13:57 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2025/10/01 03:13:57 INFO : tictactoe/tictactoe: Making directory 2025/10/01 03:13:57 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2025/10/01 03:13:57 DEBUG : toe.txt: transformed to: tictactoe.txt 2025/10/01 03:13:57 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2025/10/01 03:13:57 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2025/10/01 03:13:57 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2025/10/01 03:13:57 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2025/10/01 03:13:57 DEBUG : mega root 'rclone-test-safoyug7yeka': Waiting for checks to finish 2025/10/01 03:13:57 DEBUG : mega root 'rclone-test-safoyug7yeka': Waiting for transfers to finish 2025/10/01 03:13:58 INFO : toe/toe/toe.txt: Copied (new) to: tictactoe/tictactoe/tictactoe.txt 2025/10/01 03:13:58 INFO : toe/toe/toe.txt: Deleted 2025/10/01 03:13:58 ERROR : Local file system at /tmp/rclone3761812659: not deleting directories as there were IO errors sync_transform_test.go:408: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:408 Error: Received unexpected error: not deleting directories as there were IO errors Test: TestMove run.go:125: removing dir "tictactoe/tictactoe" failed - try 1/3: directory not empty run.go:125: removing dir "backup" failed - try 1/3: directory not empty run.go:125: removing dir "backup" failed - try 2/3: directory not empty run.go:125: removing dir "backup" failed - try 3/3: directory not empty run.go:128: removing dir "backup" failed: directory not empty fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:173 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 /usr/local/go/src/runtime/panic.go:636 /usr/local/go/src/testing/testing.go:1041 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:408 Error: Should be true Test: TestMove Messages: listing wrong, want got backup/one.bak (3) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:173 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 /usr/local/go/src/runtime/panic.go:636 /usr/local/go/src/testing/testing.go:1041 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:408 Error: Should be true Test: TestMove Messages: Unexpected file "backup/one.bak" fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:173 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 /usr/local/go/src/runtime/panic.go:636 /usr/local/go/src/testing/testing.go:1041 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:408 Error: Not equal: expected: []string{} actual : []string{"backup"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=6) "backup" } Test: TestMove Messages: directories --- FAIL: TestMove (12.73s) === RUN TestTransformFile run.go:180: Remote "mega root 'rclone-test-safoyug7yeka'", Local "Local file system at /tmp/rclone3761812659", Modify Window "876000h0m0s" 2025/10/01 03:14:10 DEBUG : empty_dir: Making directory with metadata 2025/10/01 03:14:10 INFO : empty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/10/01 03:14:10 DEBUG : toe: transformed to: tictactoe 2025/10/01 03:14:10 DEBUG : empty_dir: transformed to: tictacempty_dir 2025/10/01 03:14:10 DEBUG : empty_dir: transformed to: tictacempty_dir 2025/10/01 03:14:10 DEBUG : empty_dir: transformed to: tictacempty_dir 2025/10/01 03:14:10 INFO : tictacempty_dir: Making directory 2025/10/01 03:14:10 DEBUG : empty_dir: transformed to: tictacempty_dir 2025/10/01 03:14:10 DEBUG : toe: transformed to: tictactoe 2025/10/01 03:14:10 DEBUG : toe: transformed to: tictactoe 2025/10/01 03:14:10 INFO : tictactoe: Making directory 2025/10/01 03:14:10 DEBUG : toe: transformed to: tictactoe 2025/10/01 03:14:10 DEBUG : backup/one.bak: transformed to: tictacbackup/tictacone.bak 2025/10/01 03:14:10 DEBUG : toe: transformed to: tictactoe 2025/10/01 03:14:10 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2025/10/01 03:14:10 INFO : tictactoe/tictactoe: Making directory 2025/10/01 03:14:10 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2025/10/01 03:14:10 DEBUG : toe.txt: transformed to: tictactoe.txt 2025/10/01 03:14:10 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2025/10/01 03:14:10 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2025/10/01 03:14:10 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2025/10/01 03:14:10 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2025/10/01 03:14:10 DEBUG : mega root 'rclone-test-safoyug7yeka': Waiting for checks to finish 2025/10/01 03:14:10 DEBUG : mega root 'rclone-test-safoyug7yeka': Waiting for transfers to finish 2025/10/01 03:14:10 INFO : toe/toe/toe.txt: Copied (new) to: tictactoe/tictactoe/tictactoe.txt 2025/10/01 03:14:10 INFO : toe/toe/toe.txt: Deleted 2025/10/01 03:14:10 ERROR : Local file system at /tmp/rclone3761812659: not deleting directories as there were IO errors sync_transform_test.go:427: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:427 Error: Received unexpected error: not deleting directories as there were IO errors Test: TestTransformFile run.go:125: removing dir "tictactoe/tictactoe" failed - try 1/3: directory not empty run.go:125: removing dir "backup" failed - try 1/3: directory not empty run.go:125: removing dir "backup" failed - try 2/3: directory not empty run.go:125: removing dir "backup" failed - try 3/3: directory not empty run.go:128: removing dir "backup" failed: directory not empty fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:173 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 /usr/local/go/src/runtime/panic.go:636 /usr/local/go/src/testing/testing.go:1041 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:427 Error: Should be true Test: TestTransformFile Messages: listing wrong, want got backup/one.bak (3) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:173 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 /usr/local/go/src/runtime/panic.go:636 /usr/local/go/src/testing/testing.go:1041 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:427 Error: Should be true Test: TestTransformFile Messages: Unexpected file "backup/one.bak" fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:173 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 /usr/local/go/src/runtime/panic.go:636 /usr/local/go/src/testing/testing.go:1041 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:427 Error: Not equal: expected: []string{} actual : []string{"backup"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=6) "backup" } Test: TestTransformFile Messages: directories --- FAIL: TestTransformFile (12.14s) === RUN TestManualTransformFile run.go:180: Remote "mega root 'rclone-test-safoyug7yeka'", Local "Local file system at /tmp/rclone3761812659", Modify Window "876000h0m0s" 2025/10/01 03:14:22 DEBUG : Reset feature "Copy" 2025/10/01 03:14:22 DEBUG : Reset feature "Move" 2025/10/01 03:14:22 DEBUG : Reset feature "Copy" 2025/10/01 03:14:22 DEBUG : Reset feature "Move" 2025/10/01 03:14:22 DEBUG : empty_dir: Making directory with metadata 2025/10/01 03:14:22 INFO : empty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/10/01 03:14:22 DEBUG : toe: transformed to: tictactoe 2025/10/01 03:14:22 DEBUG : empty_dir: transformed to: tictacempty_dir 2025/10/01 03:14:22 DEBUG : empty_dir: transformed to: tictacempty_dir 2025/10/01 03:14:22 DEBUG : empty_dir: transformed to: tictacempty_dir 2025/10/01 03:14:22 INFO : tictacempty_dir: Making directory 2025/10/01 03:14:22 DEBUG : empty_dir: transformed to: tictacempty_dir 2025/10/01 03:14:22 DEBUG : toe: transformed to: tictactoe 2025/10/01 03:14:22 DEBUG : toe: transformed to: tictactoe 2025/10/01 03:14:22 INFO : tictactoe: Making directory 2025/10/01 03:14:22 DEBUG : toe: transformed to: tictactoe 2025/10/01 03:14:22 DEBUG : toe: transformed to: tictactoe 2025/10/01 03:14:22 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2025/10/01 03:14:22 INFO : tictactoe/tictactoe: Making directory 2025/10/01 03:14:22 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2025/10/01 03:14:22 DEBUG : toe.txt: transformed to: tictactoe.txt 2025/10/01 03:14:22 DEBUG : backup/one.bak: transformed to: tictacbackup/tictacone.bak 2025/10/01 03:14:22 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2025/10/01 03:14:22 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2025/10/01 03:14:22 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2025/10/01 03:14:22 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2025/10/01 03:14:22 DEBUG : mega root 'rclone-test-safoyug7yeka': Waiting for checks to finish 2025/10/01 03:14:22 DEBUG : mega root 'rclone-test-safoyug7yeka': Waiting for transfers to finish 2025/10/01 03:14:22 INFO : toe/toe/toe.txt: Copied (new) to: tictactoe/tictactoe/tictactoe.txt 2025/10/01 03:14:22 INFO : toe/toe/toe.txt: Deleted 2025/10/01 03:14:22 ERROR : Local file system at /tmp/rclone3761812659: not deleting directories as there were IO errors sync_transform_test.go:457: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:457 Error: Received unexpected error: not deleting directories as there were IO errors Test: TestManualTransformFile run.go:125: removing dir "tictactoe/tictactoe" failed - try 1/3: directory not empty run.go:125: removing dir "backup" failed - try 1/3: directory not empty run.go:125: removing dir "backup" failed - try 2/3: directory not empty run.go:125: removing dir "backup" failed - try 3/3: directory not empty run.go:128: removing dir "backup" failed: directory not empty fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:173 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 /usr/local/go/src/runtime/panic.go:636 /usr/local/go/src/testing/testing.go:1041 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:457 Error: Should be true Test: TestManualTransformFile Messages: listing wrong, want got backup/one.bak (3) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:173 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 /usr/local/go/src/runtime/panic.go:636 /usr/local/go/src/testing/testing.go:1041 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:457 Error: Should be true Test: TestManualTransformFile Messages: Unexpected file "backup/one.bak" fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:173 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 /usr/local/go/src/runtime/panic.go:636 /usr/local/go/src/testing/testing.go:1041 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:457 Error: Not equal: expected: []string{} actual : []string{"backup"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=6) "backup" } Test: TestManualTransformFile Messages: directories --- FAIL: TestManualTransformFile (13.71s) === RUN TestBase64 run.go:180: Remote "mega root 'rclone-test-safoyug7yeka'", Local "Local file system at /tmp/rclone3761812659", Modify Window "876000h0m0s" 2025/10/01 03:14:35 DEBUG : toe: transformed to: dG9l 2025/10/01 03:14:35 DEBUG : toe: transformed to: dG9l 2025/10/01 03:14:35 INFO : dG9l: Making directory 2025/10/01 03:14:35 DEBUG : toe: transformed to: dG9l 2025/10/01 03:14:35 DEBUG : toe: transformed to: dG9l 2025/10/01 03:14:35 DEBUG : toe/toe: transformed to: dG9l/dG9l 2025/10/01 03:14:35 INFO : dG9l/dG9l: Making directory 2025/10/01 03:14:36 DEBUG : toe/toe: transformed to: dG9l/dG9l 2025/10/01 03:14:36 DEBUG : toe.txt: transformed to: dG9lLnR4dA== 2025/10/01 03:14:36 DEBUG : toe/toe/toe.txt: transformed to: dG9l/dG9l/dG9lLnR4dA== 2025/10/01 03:14:36 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2025/10/01 03:14:36 DEBUG : toe/toe/toe.txt: transformed to: dG9l/dG9l/dG9lLnR4dA== 2025/10/01 03:14:36 DEBUG : mega root 'rclone-test-safoyug7yeka': Waiting for checks to finish 2025/10/01 03:14:36 DEBUG : mega root 'rclone-test-safoyug7yeka': Waiting for transfers to finish 2025/10/01 03:14:36 INFO : toe/toe/toe.txt: Copied (new) to: dG9l/dG9l/dG9lLnR4dA== 2025/10/01 03:14:36 ERROR : mega root 'rclone-test-safoyug7yeka': not deleting files as there were IO errors 2025/10/01 03:14:36 DEBUG : backup/one.bak: transformed to: YmFja3Vw/b25lLmJhaw== 2025/10/01 03:14:36 ERROR : mega root 'rclone-test-safoyug7yeka': not deleting directories as there were IO errors sync_transform_test.go:481: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:481 Error: Received unexpected error: not deleting files as there were IO errors Test: TestBase64 run.go:125: removing dir "dG9l/dG9l" failed - try 1/3: directory not empty run.go:125: removing dir "backup" failed - try 1/3: directory not empty run.go:125: removing dir "backup" failed - try 2/3: directory not empty run.go:125: removing dir "backup" failed - try 3/3: directory not empty run.go:128: removing dir "backup" failed: directory not empty fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:173 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 /usr/local/go/src/runtime/panic.go:636 /usr/local/go/src/testing/testing.go:1041 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:481 Error: Should be true Test: TestBase64 Messages: listing wrong, want got backup/one.bak (3) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:173 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 /usr/local/go/src/runtime/panic.go:636 /usr/local/go/src/testing/testing.go:1041 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:481 Error: Should be true Test: TestBase64 Messages: Unexpected file "backup/one.bak" fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:173 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 /usr/local/go/src/runtime/panic.go:636 /usr/local/go/src/testing/testing.go:1041 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:481 Error: Not equal: expected: []string{} actual : []string{"backup"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=6) "backup" } Test: TestBase64 Messages: directories --- FAIL: TestBase64 (12.02s) === RUN TestError run.go:180: Remote "mega root 'rclone-test-safoyug7yeka'", Local "Local file system at /tmp/rclone3761812659", Modify Window "876000h0m0s" 2025/10/01 03:14:47 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2025/10/01 03:14:47 DEBUG : toe: transformed to: 2025/10/01 03:14:47 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2025/10/01 03:14:47 DEBUG : toe: transformed to: 2025/10/01 03:14:47 INFO : mega root 'rclone-test-safoyug7yeka': Making directory 2025/10/01 03:14:47 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2025/10/01 03:14:47 DEBUG : toe: transformed to: 2025/10/01 03:14:47 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2025/10/01 03:14:47 DEBUG : toe: transformed to: 2025/10/01 03:14:47 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2025/10/01 03:14:47 DEBUG : toe/toe: transformed to: 2025/10/01 03:14:47 ERROR : toe/toe: number of path segments must match: toe/toe (1), (0) 2025/10/01 03:14:47 INFO : toe/toe: Making directory 2025/10/01 03:14:48 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2025/10/01 03:14:48 DEBUG : toe/toe: transformed to: 2025/10/01 03:14:48 ERROR : toe/toe: number of path segments must match: toe/toe (1), (0) 2025/10/01 03:14:48 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2025/10/01 03:14:48 DEBUG : toe: transformed to: 2025/10/01 03:14:48 DEBUG : toe/toe/toe: Need to transfer - File not found at Destination 2025/10/01 03:14:48 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2025/10/01 03:14:48 DEBUG : toe/toe/toe: transformed to: 2025/10/01 03:14:48 ERROR : toe/toe/toe: number of path segments must match: toe/toe/toe (2), (0) 2025/10/01 03:14:48 DEBUG : mega root 'rclone-test-safoyug7yeka': Waiting for checks to finish 2025/10/01 03:14:48 DEBUG : mega root 'rclone-test-safoyug7yeka': Waiting for transfers to finish 2025/10/01 03:14:48 INFO : toe/toe/toe: Copied (new) 2025/10/01 03:14:48 ERROR : mega root 'rclone-test-safoyug7yeka': not deleting files as there were IO errors 2025/10/01 03:14:48 ERROR : mega root 'rclone-test-safoyug7yeka': not deleting directories as there were IO errors fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:360 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:512 Error: Should be true Test: TestError Messages: listing wrong, want toe/toe/toe (11) got backup/one.bak (3), toe/toe/toe (11) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:360 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:512 Error: Should be true Test: TestError Messages: Unexpected file "backup/one.bak" fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:360 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:512 Error: Not equal: expected: []string{"toe", "toe/toe"} actual : []string{"backup", "toe", "toe/toe"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) (len=2) { +([]string) (len=3) { + (string) (len=6) "backup", (string) (len=3) "toe", Test: TestError Messages: directories run.go:125: removing dir "backup" failed - try 1/3: directory not empty run.go:125: removing dir "backup" failed - try 2/3: directory not empty run.go:125: removing dir "backup" failed - try 3/3: directory not empty run.go:128: removing dir "backup" failed: directory not empty fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:173 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 Error: Should be true Test: TestError Messages: listing wrong, want got backup/one.bak (3) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:173 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 Error: Should be true Test: TestError Messages: Unexpected file "backup/one.bak" fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:173 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 Error: Not equal: expected: []string{} actual : []string{"backup"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=6) "backup" } Test: TestError Messages: directories --- FAIL: TestError (18.08s) FAIL 2025/10/01 03:15:06 DEBUG : mega root 'rclone-test-safoyug7yeka': Purge remote "./sync.test -test.v -test.timeout 1h0m0s -remote TestMega: -verbose -test.run '^(TestAllTag|TestBase64|TestConflicting|TestDirTag|TestDoubleTransform|TestError|TestFileTag|TestManualTransformFile|TestMove|TestMoveWithDeleteEmptySrcDirs|TestMoveWithIgnoreExisting|TestMoveWithoutDeleteEmptySrcDirs|TestNoTag|TestNothingToTransferWithEmptyDirs|TestNothingToTransferWithoutEmptyDirs|TestRunTwice|TestServerSideMove|TestServerSideMoveDeleteEmptySourceDirs|TestServerSideMoveWithFilter|TestSyncBackupDir|TestSyncBackupDirSuffixOnly|TestSyncBackupDirWithSuffix|TestSyncBackupDirWithSuffixKeepExtension|TestSyncCompareDest|TestSyncMultipleCompareDest|TestSyncOverlapWithFilter|TestSyncReplaceDirModTime|TestSyncReplaceDirModTimeWithEmptyDirs|TestSyncSuffix|TestSyncSuffixKeepExtension|TestSyncWithTrackRenamesStrategyLeaf|TestTransformCopy|TestTransformFile)$|^TestTransform$/^(ISO-8859-1|NFC|NFD|ascii|base64|charmap|encoder|lowercase|prefix|suffix|truncate)$'" - Finished ERROR in 17m43.99734048s (try 4/5): exit status 1: Failed [TestSyncBackupDirWithSuffix TestSyncBackupDirWithSuffixKeepExtension TestSyncBackupDirSuffixOnly TestSyncSuffix TestSyncSuffixKeepExtension TestSyncReplaceDirModTime TestSyncReplaceDirModTimeWithEmptyDirs TestNothingToTransferWithEmptyDirs TestNothingToTransferWithoutEmptyDirs TestTransform/NFC TestTransform/NFD TestTransform/base64 TestTransform/prefix TestTransform/suffix TestTransform/truncate TestTransform/encoder TestTransform/ISO-8859-1 TestTransform/charmap TestTransform/lowercase TestTransform/ascii TestTransformCopy TestDoubleTransform TestFileTag TestNoTag TestDirTag TestAllTag TestRunTwice TestConflicting TestMove TestTransformFile TestManualTransformFile TestBase64 TestError]