"./sync.test -test.v -test.timeout 1h0m0s -remote TestZoho: -verbose" - Starting (try 1/5) 2022/04/15 05:02:23 DEBUG : Creating backend with remote "TestZoho:rclone-test-fapawej5qizohoj0vixexoy4" 2022/04/15 05:02:23 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2022/04/15 05:02:23 DEBUG : TestZoho: Loaded invalid token from config file - ignoring 2022/04/15 05:02:24 DEBUG : Saving config "token" in section "TestZoho" of the config file 2022/04/15 05:02:24 DEBUG : TestZoho: Saved new token in config file 2022/04/15 05:02:25 DEBUG : Creating backend with remote "/tmp/rclone1072214047" === RUN TestPipe --- PASS: TestPipe (0.00s) === RUN TestPipeConcurrent --- PASS: TestPipeConcurrent (0.07s) === RUN TestPipeOrderBy === RUN TestPipeOrderBy/#00 === RUN TestPipeOrderBy/size === RUN TestPipeOrderBy/name === RUN TestPipeOrderBy/modtime === RUN TestPipeOrderBy/size,ascending === RUN TestPipeOrderBy/name,asc === RUN TestPipeOrderBy/modtime,ascending === RUN TestPipeOrderBy/size,descending === RUN TestPipeOrderBy/name,desc === RUN TestPipeOrderBy/modtime,descending === RUN TestPipeOrderBy/size,mixed,50 === RUN TestPipeOrderBy/size,mixed,51 --- PASS: TestPipeOrderBy (0.00s) --- PASS: TestPipeOrderBy/#00 (0.00s) --- PASS: TestPipeOrderBy/size (0.00s) --- PASS: TestPipeOrderBy/name (0.00s) --- PASS: TestPipeOrderBy/modtime (0.00s) --- PASS: TestPipeOrderBy/size,ascending (0.00s) --- PASS: TestPipeOrderBy/name,asc (0.00s) --- PASS: TestPipeOrderBy/modtime,ascending (0.00s) --- PASS: TestPipeOrderBy/size,descending (0.00s) --- PASS: TestPipeOrderBy/name,desc (0.00s) --- PASS: TestPipeOrderBy/modtime,descending (0.00s) --- PASS: TestPipeOrderBy/size,mixed,50 (0.00s) --- PASS: TestPipeOrderBy/size,mixed,51 (0.00s) === RUN TestNewLess === RUN TestNewLess/blankOK === RUN TestNewLess/tooManyParts === RUN TestNewLess/tooManyParts2 === RUN TestNewLess/badMixed === RUN TestNewLess/unknownComparison === RUN TestNewLess/unknownSortDirection === RUN TestNewLess/size === RUN TestNewLess/name === RUN TestNewLess/modtime === RUN TestNewLess/size,ascending === RUN TestNewLess/name,asc === RUN TestNewLess/modtime,ascending === RUN TestNewLess/size,descending === RUN TestNewLess/name,desc === RUN TestNewLess/modtime,descending === RUN TestNewLess/modtime,mixed === RUN TestNewLess/modtime,mixed,30 --- PASS: TestNewLess (0.00s) --- PASS: TestNewLess/blankOK (0.00s) --- PASS: TestNewLess/tooManyParts (0.00s) --- PASS: TestNewLess/tooManyParts2 (0.00s) --- PASS: TestNewLess/badMixed (0.00s) --- PASS: TestNewLess/unknownComparison (0.00s) --- PASS: TestNewLess/unknownSortDirection (0.00s) --- PASS: TestNewLess/size (0.00s) --- PASS: TestNewLess/name (0.00s) --- PASS: TestNewLess/modtime (0.00s) --- PASS: TestNewLess/size,ascending (0.00s) --- PASS: TestNewLess/name,asc (0.00s) --- PASS: TestNewLess/modtime,ascending (0.00s) --- PASS: TestNewLess/size,descending (0.00s) --- PASS: TestNewLess/name,desc (0.00s) --- PASS: TestNewLess/modtime,descending (0.00s) --- PASS: TestNewLess/modtime,mixed (0.00s) --- PASS: TestNewLess/modtime,mixed,30 (0.00s) === RUN TestRcCopy rc_test.go:16: Skipping test on non local remote --- SKIP: TestRcCopy (0.00s) === RUN TestRcMove rc_test.go:16: Skipping test on non local remote --- SKIP: TestRcMove (0.00s) === RUN TestRcSync rc_test.go:16: Skipping test on non local remote --- SKIP: TestRcSync (0.00s) === RUN TestCopyWithDryRun run.go:181: Remote "zoho root 'rclone-test-fapawej5qizohoj0vixexoy4'", Local "Local file system at /tmp/rclone1072214047", Modify Window "876000h0m0s" 2022/04/15 05:02:25 NOTICE: sub dir/hello world: Skipped copy as --dry-run is set (size 11) 2022/04/15 05:02:25 DEBUG : zoho root 'rclone-test-fapawej5qizohoj0vixexoy4': Waiting for checks to finish 2022/04/15 05:02:25 DEBUG : zoho root 'rclone-test-fapawej5qizohoj0vixexoy4': Waiting for transfers to finish --- PASS: TestCopyWithDryRun (1.03s) === RUN TestCopy run.go:181: Remote "zoho root 'rclone-test-fapawej5qizohoj0vixexoy4'", Local "Local file system at /tmp/rclone1072214047", Modify Window "876000h0m0s" 2022/04/15 05:02:26 DEBUG : zoho root 'rclone-test-fapawej5qizohoj0vixexoy4': Waiting for checks to finish 2022/04/15 05:02:26 DEBUG : zoho root 'rclone-test-fapawej5qizohoj0vixexoy4': Waiting for transfers to finish 2022/04/15 05:02:27 INFO : sub dir/hello world: Copied (new) --- PASS: TestCopy (2.27s) === RUN TestCopyMissingDirectory run.go:181: Remote "zoho root 'rclone-test-fapawej5qizohoj0vixexoy4'", Local "Local file system at /tmp/rclone1072214047", Modify Window "876000h0m0s" 2022/04/15 05:02:28 DEBUG : Creating backend with remote "/non-existing" 2022/04/15 05:02:28 ERROR : Local file system at /non-existing: error reading source root directory: directory not found 2022/04/15 05:02:28 DEBUG : zoho root 'rclone-test-fapawej5qizohoj0vixexoy4': Waiting for checks to finish 2022/04/15 05:02:28 DEBUG : zoho root 'rclone-test-fapawej5qizohoj0vixexoy4': Waiting for transfers to finish --- PASS: TestCopyMissingDirectory (0.23s) === RUN TestCopyNoTraverse run.go:181: Remote "zoho root 'rclone-test-fapawej5qizohoj0vixexoy4'", Local "Local file system at /tmp/rclone1072214047", Modify Window "876000h0m0s" 2022/04/15 05:02:28 DEBUG : zoho root 'rclone-test-fapawej5qizohoj0vixexoy4': Waiting for checks to finish 2022/04/15 05:02:28 DEBUG : zoho root 'rclone-test-fapawej5qizohoj0vixexoy4': Waiting for transfers to finish 2022/04/15 05:02:29 INFO : sub dir/hello world: Copied (new) --- PASS: TestCopyNoTraverse (2.19s) === RUN TestCopyCheckFirst run.go:181: Remote "zoho root 'rclone-test-fapawej5qizohoj0vixexoy4'", Local "Local file system at /tmp/rclone1072214047", Modify Window "876000h0m0s" 2022/04/15 05:02:30 INFO : zoho root 'rclone-test-fapawej5qizohoj0vixexoy4': Running all checks before starting transfers 2022/04/15 05:02:31 DEBUG : zoho root 'rclone-test-fapawej5qizohoj0vixexoy4': Waiting for checks to finish 2022/04/15 05:02:31 INFO : zoho root 'rclone-test-fapawej5qizohoj0vixexoy4': Checks finished, now starting transfers 2022/04/15 05:02:31 DEBUG : zoho root 'rclone-test-fapawej5qizohoj0vixexoy4': Waiting for transfers to finish 2022/04/15 05:02:31 INFO : sub dir/hello world: Copied (new) --- PASS: TestCopyCheckFirst (2.29s) === RUN TestSyncNoTraverse run.go:181: Remote "zoho root 'rclone-test-fapawej5qizohoj0vixexoy4'", Local "Local file system at /tmp/rclone1072214047", Modify Window "876000h0m0s" 2022/04/15 05:02:33 ERROR : Ignoring --no-traverse with sync 2022/04/15 05:02:33 DEBUG : zoho root 'rclone-test-fapawej5qizohoj0vixexoy4': Waiting for checks to finish 2022/04/15 05:02:33 DEBUG : zoho root 'rclone-test-fapawej5qizohoj0vixexoy4': Waiting for transfers to finish 2022/04/15 05:02:34 INFO : sub dir/hello world: Copied (new) 2022/04/15 05:02:34 DEBUG : Waiting for deletions to finish --- PASS: TestSyncNoTraverse (2.22s) === RUN TestCopyWithDepth run.go:181: Remote "zoho root 'rclone-test-fapawej5qizohoj0vixexoy4'", Local "Local file system at /tmp/rclone1072214047", Modify Window "876000h0m0s" 2022/04/15 05:02:35 DEBUG : zoho root 'rclone-test-fapawej5qizohoj0vixexoy4': Waiting for checks to finish 2022/04/15 05:02:35 DEBUG : zoho root 'rclone-test-fapawej5qizohoj0vixexoy4': Waiting for transfers to finish 2022/04/15 05:02:36 INFO : hello world2: Copied (new) --- PASS: TestCopyWithDepth (1.25s) === RUN TestCopyWithFilesFrom run.go:181: Remote "zoho root 'rclone-test-fapawej5qizohoj0vixexoy4'", Local "Local file system at /tmp/rclone1072214047", Modify Window "876000h0m0s" 2022/04/15 05:02:36 DEBUG : hello world2: Excluded 2022/04/15 05:02:36 DEBUG : zoho root 'rclone-test-fapawej5qizohoj0vixexoy4': Waiting for checks to finish 2022/04/15 05:02:36 DEBUG : zoho root 'rclone-test-fapawej5qizohoj0vixexoy4': Waiting for transfers to finish 2022/04/15 05:02:37 INFO : potato2: Copied (new) --- PASS: TestCopyWithFilesFrom (1.29s) === RUN TestCopyWithFilesFromAndNoTraverse run.go:181: Remote "zoho root 'rclone-test-fapawej5qizohoj0vixexoy4'", Local "Local file system at /tmp/rclone1072214047", Modify Window "876000h0m0s" 2022/04/15 05:02:38 DEBUG : zoho root 'rclone-test-fapawej5qizohoj0vixexoy4': Waiting for checks to finish 2022/04/15 05:02:38 DEBUG : zoho root 'rclone-test-fapawej5qizohoj0vixexoy4': Waiting for transfers to finish 2022/04/15 05:02:38 INFO : potato2: Copied (new) --- PASS: TestCopyWithFilesFromAndNoTraverse (1.21s) === RUN TestCopyEmptyDirectories run.go:181: Remote "zoho root 'rclone-test-fapawej5qizohoj0vixexoy4'", Local "Local file system at /tmp/rclone1072214047", Modify Window "876000h0m0s" 2022/04/15 05:02:39 DEBUG : sub dir2: Making directory 2022/04/15 05:02:39 DEBUG : zoho root 'rclone-test-fapawej5qizohoj0vixexoy4': Waiting for checks to finish 2022/04/15 05:02:39 DEBUG : zoho root 'rclone-test-fapawej5qizohoj0vixexoy4': Waiting for transfers to finish 2022/04/15 05:02:40 INFO : sub dir/hello world: Copied (new) 2022/04/15 05:02:40 DEBUG : sub dir2: Making directory 2022/04/15 05:02:40 DEBUG : zoho root 'rclone-test-fapawej5qizohoj0vixexoy4': copied 1 directories --- PASS: TestCopyEmptyDirectories (2.68s) === RUN TestMoveEmptyDirectories run.go:181: Remote "zoho root 'rclone-test-fapawej5qizohoj0vixexoy4'", Local "Local file system at /tmp/rclone1072214047", Modify Window "876000h0m0s" 2022/04/15 05:02:41 DEBUG : sub dir2: Making directory 2022/04/15 05:02:41 DEBUG : zoho root 'rclone-test-fapawej5qizohoj0vixexoy4': Waiting for checks to finish 2022/04/15 05:02:41 DEBUG : zoho root 'rclone-test-fapawej5qizohoj0vixexoy4': Waiting for transfers to finish 2022/04/15 05:02:42 INFO : sub dir/hello world: Copied (new) 2022/04/15 05:02:42 INFO : sub dir/hello world: Deleted 2022/04/15 05:02:42 DEBUG : sub dir: Making directory 2022/04/15 05:02:42 DEBUG : sub dir2: Making directory 2022/04/15 05:02:43 DEBUG : zoho root 'rclone-test-fapawej5qizohoj0vixexoy4': copied 2 directories --- PASS: TestMoveEmptyDirectories (2.65s) === RUN TestSyncEmptyDirectories run.go:181: Remote "zoho root 'rclone-test-fapawej5qizohoj0vixexoy4'", Local "Local file system at /tmp/rclone1072214047", Modify Window "876000h0m0s" 2022/04/15 05:02:44 DEBUG : sub dir2: Making directory 2022/04/15 05:02:44 DEBUG : zoho root 'rclone-test-fapawej5qizohoj0vixexoy4': Waiting for checks to finish 2022/04/15 05:02:44 DEBUG : zoho root 'rclone-test-fapawej5qizohoj0vixexoy4': Waiting for transfers to finish 2022/04/15 05:02:45 INFO : sub dir/hello world: Copied (new) 2022/04/15 05:02:45 DEBUG : sub dir2: Making directory 2022/04/15 05:02:45 DEBUG : zoho root 'rclone-test-fapawej5qizohoj0vixexoy4': copied 1 directories 2022/04/15 05:02:45 DEBUG : Waiting for deletions to finish --- PASS: TestSyncEmptyDirectories (2.68s) === RUN TestServerSideCopy run.go:181: Remote "zoho root 'rclone-test-fapawej5qizohoj0vixexoy4'", Local "Local file system at /tmp/rclone1072214047", Modify Window "876000h0m0s" 2022/04/15 05:02:48 DEBUG : Creating backend with remote "TestZoho:rclone-test-focobeb8wanemep6mutiziz3" sync_test.go:275: Server side copy (if possible) zoho root 'rclone-test-fapawej5qizohoj0vixexoy4' -> zoho root 'rclone-test-focobeb8wanemep6mutiziz3' 2022/04/15 05:02:49 DEBUG : zoho root 'rclone-test-focobeb8wanemep6mutiziz3': Waiting for checks to finish 2022/04/15 05:02:49 DEBUG : zoho root 'rclone-test-focobeb8wanemep6mutiziz3': Waiting for transfers to finish 2022/04/15 05:02:50 INFO : sub dir/hello world: Copied (server-side copy) 2022/04/15 05:02:51 DEBUG : zoho root 'rclone-test-focobeb8wanemep6mutiziz3': Purge remote --- PASS: TestServerSideCopy (4.90s) === RUN TestCopyAfterDelete run.go:181: Remote "zoho root 'rclone-test-fapawej5qizohoj0vixexoy4'", Local "Local file system at /tmp/rclone1072214047", Modify Window "876000h0m0s" 2022/04/15 05:02:52 ERROR : : error listing: directory not found 2022/04/15 05:02:53 DEBUG : Local file system at /tmp/rclone1072214047: Making directory 2022/04/15 05:02:53 DEBUG : zoho root 'rclone-test-fapawej5qizohoj0vixexoy4': Waiting for checks to finish 2022/04/15 05:02:53 DEBUG : zoho root 'rclone-test-fapawej5qizohoj0vixexoy4': Waiting for transfers to finish --- PASS: TestCopyAfterDelete (2.55s) === RUN TestCopyRedownload run.go:181: Remote "zoho root 'rclone-test-fapawej5qizohoj0vixexoy4'", Local "Local file system at /tmp/rclone1072214047", Modify Window "876000h0m0s" 2022/04/15 05:02:57 DEBUG : Local file system at /tmp/rclone1072214047: Waiting for checks to finish 2022/04/15 05:02:57 DEBUG : Local file system at /tmp/rclone1072214047: Waiting for transfers to finish 2022/04/15 05:02:57 INFO : sub dir/hello world: Copied (new) --- PASS: TestCopyRedownload (3.31s) === RUN TestSyncBasedOnCheckSum run.go:181: Remote "zoho root 'rclone-test-fapawej5qizohoj0vixexoy4'", Local "Local file system at /tmp/rclone1072214047", Modify Window "876000h0m0s" 2022/04/15 05:02:57 DEBUG : zoho root 'rclone-test-fapawej5qizohoj0vixexoy4': Waiting for checks to finish 2022/04/15 05:02:57 DEBUG : zoho root 'rclone-test-fapawej5qizohoj0vixexoy4': Waiting for transfers to finish 2022/04/15 05:02:58 INFO : check sum: Copied (new) 2022/04/15 05:02:58 DEBUG : Waiting for deletions to finish 2022/04/15 05:02:58 NOTICE: zoho root 'rclone-test-fapawej5qizohoj0vixexoy4': --checksum is in use but the source and destination have no hashes in common; falling back to --size-only 2022/04/15 05:02:58 DEBUG : check sum: Size of src and dst objects identical 2022/04/15 05:02:58 DEBUG : check sum: Unchanged skipping 2022/04/15 05:02:58 DEBUG : zoho root 'rclone-test-fapawej5qizohoj0vixexoy4': Waiting for checks to finish 2022/04/15 05:02:58 DEBUG : zoho root 'rclone-test-fapawej5qizohoj0vixexoy4': Waiting for transfers to finish 2022/04/15 05:02:58 DEBUG : Waiting for deletions to finish 2022/04/15 05:02:58 INFO : There was nothing to transfer --- PASS: TestSyncBasedOnCheckSum (1.40s) === RUN TestSyncSizeOnly run.go:181: Remote "zoho root 'rclone-test-fapawej5qizohoj0vixexoy4'", Local "Local file system at /tmp/rclone1072214047", Modify Window "876000h0m0s" 2022/04/15 05:02:59 DEBUG : zoho root 'rclone-test-fapawej5qizohoj0vixexoy4': Waiting for checks to finish 2022/04/15 05:02:59 DEBUG : zoho root 'rclone-test-fapawej5qizohoj0vixexoy4': Waiting for transfers to finish 2022/04/15 05:02:59 INFO : sizeonly: Copied (new) 2022/04/15 05:02:59 DEBUG : Waiting for deletions to finish 2022/04/15 05:03:00 DEBUG : zoho root 'rclone-test-fapawej5qizohoj0vixexoy4': Waiting for checks to finish 2022/04/15 05:03:00 DEBUG : sizeonly: Sizes identical 2022/04/15 05:03:00 DEBUG : sizeonly: Unchanged skipping 2022/04/15 05:03:00 DEBUG : zoho root 'rclone-test-fapawej5qizohoj0vixexoy4': Waiting for transfers to finish 2022/04/15 05:03:00 DEBUG : Waiting for deletions to finish 2022/04/15 05:03:00 INFO : There was nothing to transfer --- PASS: TestSyncSizeOnly (1.40s) === RUN TestSyncIgnoreSize run.go:181: Remote "zoho root 'rclone-test-fapawej5qizohoj0vixexoy4'", Local "Local file system at /tmp/rclone1072214047", Modify Window "876000h0m0s" 2022/04/15 05:03:00 DEBUG : zoho root 'rclone-test-fapawej5qizohoj0vixexoy4': Waiting for checks to finish 2022/04/15 05:03:00 DEBUG : zoho root 'rclone-test-fapawej5qizohoj0vixexoy4': Waiting for transfers to finish 2022/04/15 05:03:01 INFO : ignore-size: Copied (new) 2022/04/15 05:03:01 DEBUG : Waiting for deletions to finish 2022/04/15 05:03:01 DEBUG : zoho root 'rclone-test-fapawej5qizohoj0vixexoy4': Waiting for checks to finish 2022/04/15 05:03:01 DEBUG : ignore-size: Sizes identical 2022/04/15 05:03:01 DEBUG : ignore-size: Unchanged skipping 2022/04/15 05:03:01 DEBUG : zoho root 'rclone-test-fapawej5qizohoj0vixexoy4': Waiting for transfers to finish 2022/04/15 05:03:01 DEBUG : Waiting for deletions to finish 2022/04/15 05:03:01 INFO : There was nothing to transfer --- PASS: TestSyncIgnoreSize (1.59s) === RUN TestSyncIgnoreTimes run.go:181: Remote "zoho root 'rclone-test-fapawej5qizohoj0vixexoy4'", Local "Local file system at /tmp/rclone1072214047", Modify Window "876000h0m0s" 2022/04/15 05:03:03 DEBUG : existing: Sizes identical 2022/04/15 05:03:03 DEBUG : existing: Unchanged skipping 2022/04/15 05:03:03 DEBUG : zoho root 'rclone-test-fapawej5qizohoj0vixexoy4': Waiting for checks to finish 2022/04/15 05:03:03 DEBUG : zoho root 'rclone-test-fapawej5qizohoj0vixexoy4': Waiting for transfers to finish 2022/04/15 05:03:03 DEBUG : Waiting for deletions to finish 2022/04/15 05:03:03 INFO : There was nothing to transfer 2022/04/15 05:03:03 DEBUG : existing: Transferring unconditionally as --ignore-times is in use 2022/04/15 05:03:03 DEBUG : zoho root 'rclone-test-fapawej5qizohoj0vixexoy4': Waiting for checks to finish 2022/04/15 05:03:03 DEBUG : zoho root 'rclone-test-fapawej5qizohoj0vixexoy4': Waiting for transfers to finish 2022/04/15 05:03:03 INFO : existing: Copied (replaced existing) 2022/04/15 05:03:03 DEBUG : Waiting for deletions to finish --- PASS: TestSyncIgnoreTimes (1.73s) === RUN TestSyncIgnoreExisting run.go:181: Remote "zoho root 'rclone-test-fapawej5qizohoj0vixexoy4'", Local "Local file system at /tmp/rclone1072214047", Modify Window "876000h0m0s" 2022/04/15 05:03:04 DEBUG : zoho root 'rclone-test-fapawej5qizohoj0vixexoy4': Waiting for checks to finish 2022/04/15 05:03:04 DEBUG : zoho root 'rclone-test-fapawej5qizohoj0vixexoy4': Waiting for transfers to finish 2022/04/15 05:03:04 INFO : existing: Copied (new) 2022/04/15 05:03:04 DEBUG : Waiting for deletions to finish 2022/04/15 05:03:04 DEBUG : existing: Destination exists, skipping 2022/04/15 05:03:04 DEBUG : zoho root 'rclone-test-fapawej5qizohoj0vixexoy4': Waiting for checks to finish 2022/04/15 05:03:04 DEBUG : zoho root 'rclone-test-fapawej5qizohoj0vixexoy4': Waiting for transfers to finish 2022/04/15 05:03:04 DEBUG : Waiting for deletions to finish 2022/04/15 05:03:04 INFO : There was nothing to transfer --- PASS: TestSyncIgnoreExisting (1.34s) === RUN TestSyncIgnoreErrors run.go:181: Remote "zoho root 'rclone-test-fapawej5qizohoj0vixexoy4'", Local "Local file system at /tmp/rclone1072214047", Modify Window "876000h0m0s" 2022/04/15 05:03:07 DEBUG : d: Making directory 2022/04/15 05:03:08 DEBUG : c/non empty space: Sizes identical 2022/04/15 05:03:08 DEBUG : c/non empty space: Unchanged skipping 2022/04/15 05:03:08 DEBUG : zoho root 'rclone-test-fapawej5qizohoj0vixexoy4': Waiting for checks to finish 2022/04/15 05:03:08 DEBUG : zoho root 'rclone-test-fapawej5qizohoj0vixexoy4': Waiting for transfers to finish 2022/04/15 05:03:09 INFO : a/potato2: Copied (new) 2022/04/15 05:03:09 DEBUG : Waiting for deletions to finish 2022/04/15 05:03:09 INFO : b/potato: Deleted 2022/04/15 05:03:09 INFO : d: Removing directory 2022/04/15 05:03:09 INFO : b: Removing directory 2022/04/15 05:03:09 DEBUG : zoho root 'rclone-test-fapawej5qizohoj0vixexoy4': deleted 2 directories --- PASS: TestSyncIgnoreErrors (5.88s) === RUN TestSyncAfterChangingModtimeOnly run.go:181: Remote "zoho root 'rclone-test-fapawej5qizohoj0vixexoy4'", Local "Local file system at /tmp/rclone1072214047", Modify Window "876000h0m0s" 2022/04/15 05:03:12 DEBUG : empty space: Sizes identical 2022/04/15 05:03:12 DEBUG : empty space: Unchanged skipping 2022/04/15 05:03:12 DEBUG : zoho root 'rclone-test-fapawej5qizohoj0vixexoy4': Waiting for checks to finish 2022/04/15 05:03:12 DEBUG : zoho root 'rclone-test-fapawej5qizohoj0vixexoy4': Waiting for transfers to finish 2022/04/15 05:03:12 DEBUG : Waiting for deletions to finish 2022/04/15 05:03:12 INFO : There was nothing to transfer 2022/04/15 05:03:12 DEBUG : empty space: Sizes identical 2022/04/15 05:03:12 DEBUG : empty space: Unchanged skipping 2022/04/15 05:03:12 DEBUG : zoho root 'rclone-test-fapawej5qizohoj0vixexoy4': Waiting for checks to finish 2022/04/15 05:03:12 DEBUG : zoho root 'rclone-test-fapawej5qizohoj0vixexoy4': Waiting for transfers to finish 2022/04/15 05:03:12 DEBUG : Waiting for deletions to finish 2022/04/15 05:03:12 INFO : There was nothing to transfer --- PASS: TestSyncAfterChangingModtimeOnly (1.85s) === RUN TestSyncAfterChangingModtimeOnlyWithNoUpdateModTime run.go:181: Remote "zoho root 'rclone-test-fapawej5qizohoj0vixexoy4'", Local "Local file system at /tmp/rclone1072214047", Modify Window "876000h0m0s" sync_test.go:577: Can't check this if no hashes supported --- PASS: TestSyncAfterChangingModtimeOnlyWithNoUpdateModTime (0.14s) === RUN TestSyncDoesntUpdateModtime run.go:181: Remote "zoho root 'rclone-test-fapawej5qizohoj0vixexoy4'", Local "Local file system at /tmp/rclone1072214047", Modify Window "876000h0m0s" sync_test.go:602: Can't run this test on fs which doesn't support mod time --- SKIP: TestSyncDoesntUpdateModtime (0.13s) === RUN TestSyncAfterAddingAFile run.go:181: Remote "zoho root 'rclone-test-fapawej5qizohoj0vixexoy4'", Local "Local file system at /tmp/rclone1072214047", Modify Window "876000h0m0s" 2022/04/15 05:03:14 DEBUG : empty space: Sizes identical 2022/04/15 05:03:14 DEBUG : empty space: Unchanged skipping 2022/04/15 05:03:14 DEBUG : zoho root 'rclone-test-fapawej5qizohoj0vixexoy4': Waiting for checks to finish 2022/04/15 05:03:14 DEBUG : zoho root 'rclone-test-fapawej5qizohoj0vixexoy4': Waiting for transfers to finish 2022/04/15 05:03:14 INFO : potato: Copied (new) 2022/04/15 05:03:14 DEBUG : Waiting for deletions to finish --- PASS: TestSyncAfterAddingAFile (2.14s) === RUN TestSyncAfterChangingFilesSizeOnly run.go:181: Remote "zoho root 'rclone-test-fapawej5qizohoj0vixexoy4'", Local "Local file system at /tmp/rclone1072214047", Modify Window "876000h0m0s" 2022/04/15 05:03:16 DEBUG : zoho root 'rclone-test-fapawej5qizohoj0vixexoy4': Waiting for checks to finish 2022/04/15 05:03:16 DEBUG : potato: Sizes differ (src 21 vs dst 60) 2022/04/15 05:03:16 DEBUG : zoho root 'rclone-test-fapawej5qizohoj0vixexoy4': Waiting for transfers to finish 2022/04/15 05:03:16 INFO : potato: Copied (replaced existing) 2022/04/15 05:03:16 DEBUG : Waiting for deletions to finish --- PASS: TestSyncAfterChangingFilesSizeOnly (1.56s) === RUN TestSyncAfterChangingContentsOnly run.go:181: Remote "zoho root 'rclone-test-fapawej5qizohoj0vixexoy4'", Local "Local file system at /tmp/rclone1072214047", Modify Window "876000h0m0s" sync_test.go:663: ModTimeNotSupported so forcing file to be a different size 2022/04/15 05:03:17 DEBUG : zoho root 'rclone-test-fapawej5qizohoj0vixexoy4': Waiting for checks to finish 2022/04/15 05:03:17 DEBUG : potato: Sizes differ (src 21 vs dst 36) 2022/04/15 05:03:17 DEBUG : zoho root 'rclone-test-fapawej5qizohoj0vixexoy4': Waiting for transfers to finish 2022/04/15 05:03:18 INFO : potato: Copied (replaced existing) 2022/04/15 05:03:18 DEBUG : Waiting for deletions to finish --- PASS: TestSyncAfterChangingContentsOnly (1.61s) === RUN TestSyncAfterRemovingAFileAndAddingAFileDryRun run.go:181: Remote "zoho root 'rclone-test-fapawej5qizohoj0vixexoy4'", Local "Local file system at /tmp/rclone1072214047", Modify Window "876000h0m0s" 2022/04/15 05:03:19 NOTICE: potato2: Skipped copy as --dry-run is set (size 60) 2022/04/15 05:03:19 DEBUG : empty space: Sizes identical 2022/04/15 05:03:19 DEBUG : empty space: Unchanged skipping 2022/04/15 05:03:19 DEBUG : zoho root 'rclone-test-fapawej5qizohoj0vixexoy4': Waiting for checks to finish 2022/04/15 05:03:19 DEBUG : zoho root 'rclone-test-fapawej5qizohoj0vixexoy4': Waiting for transfers to finish 2022/04/15 05:03:19 DEBUG : Waiting for deletions to finish 2022/04/15 05:03:19 NOTICE: potato: Skipped delete as --dry-run is set (size 21) --- PASS: TestSyncAfterRemovingAFileAndAddingAFileDryRun (1.90s) === RUN TestSyncAfterRemovingAFileAndAddingAFile run.go:181: Remote "zoho root 'rclone-test-fapawej5qizohoj0vixexoy4'", Local "Local file system at /tmp/rclone1072214047", Modify Window "876000h0m0s" 2022/04/15 05:03:22 DEBUG : empty space: Sizes identical 2022/04/15 05:03:22 DEBUG : empty space: Unchanged skipping 2022/04/15 05:03:22 DEBUG : zoho root 'rclone-test-fapawej5qizohoj0vixexoy4': Waiting for checks to finish 2022/04/15 05:03:22 DEBUG : zoho root 'rclone-test-fapawej5qizohoj0vixexoy4': Waiting for transfers to finish 2022/04/15 05:03:22 INFO : potato2: Copied (new) 2022/04/15 05:03:22 DEBUG : Waiting for deletions to finish 2022/04/15 05:03:22 INFO : potato: Deleted --- PASS: TestSyncAfterRemovingAFileAndAddingAFile (2.92s) === RUN TestSyncAfterRemovingAFileAndAddingAFileSubDir run.go:181: Remote "zoho root 'rclone-test-fapawej5qizohoj0vixexoy4'", Local "Local file system at /tmp/rclone1072214047", Modify Window "876000h0m0s" 2022/04/15 05:03:25 DEBUG : d: Making directory 2022/04/15 05:03:25 DEBUG : d/e: Making directory 2022/04/15 05:03:27 DEBUG : c/non empty space: Sizes identical 2022/04/15 05:03:27 DEBUG : c/non empty space: Unchanged skipping 2022/04/15 05:03:27 DEBUG : zoho root 'rclone-test-fapawej5qizohoj0vixexoy4': Waiting for checks to finish 2022/04/15 05:03:27 DEBUG : zoho root 'rclone-test-fapawej5qizohoj0vixexoy4': Waiting for transfers to finish 2022/04/15 05:03:27 INFO : a/potato2: Copied (new) 2022/04/15 05:03:27 DEBUG : Waiting for deletions to finish 2022/04/15 05:03:27 INFO : b/potato: Deleted 2022/04/15 05:03:27 INFO : d/e: Removing directory 2022/04/15 05:03:28 INFO : d: Removing directory 2022/04/15 05:03:28 INFO : b: Removing directory 2022/04/15 05:03:28 DEBUG : zoho root 'rclone-test-fapawej5qizohoj0vixexoy4': deleted 3 directories --- PASS: TestSyncAfterRemovingAFileAndAddingAFileSubDir (6.68s) === RUN TestSyncAfterRemovingAFileAndAddingAFileSubDirWithErrors run.go:181: Remote "zoho root 'rclone-test-fapawej5qizohoj0vixexoy4'", Local "Local file system at /tmp/rclone1072214047", Modify Window "876000h0m0s" 2022/04/15 05:03:31 DEBUG : d: Making directory 2022/04/15 05:03:32 DEBUG : c/non empty space: Sizes identical 2022/04/15 05:03:32 DEBUG : c/non empty space: Unchanged skipping 2022/04/15 05:03:33 DEBUG : zoho root 'rclone-test-fapawej5qizohoj0vixexoy4': Waiting for checks to finish 2022/04/15 05:03:33 DEBUG : zoho root 'rclone-test-fapawej5qizohoj0vixexoy4': Waiting for transfers to finish 2022/04/15 05:03:33 INFO : a/potato2: Copied (new) 2022/04/15 05:03:33 ERROR : zoho root 'rclone-test-fapawej5qizohoj0vixexoy4': not deleting files as there were IO errors 2022/04/15 05:03:33 ERROR : zoho root 'rclone-test-fapawej5qizohoj0vixexoy4': not deleting directories as there were IO errors --- PASS: TestSyncAfterRemovingAFileAndAddingAFileSubDirWithErrors (5.98s) === RUN TestSyncDeleteAfter --- PASS: TestSyncDeleteAfter (0.00s) === RUN TestSyncDeleteDuring run.go:181: Remote "zoho root 'rclone-test-fapawej5qizohoj0vixexoy4'", Local "Local file system at /tmp/rclone1072214047", Modify Window "876000h0m0s" 2022/04/15 05:03:37 DEBUG : Waiting for deletions to finish 2022/04/15 05:03:37 DEBUG : empty space: Sizes identical 2022/04/15 05:03:37 DEBUG : empty space: Unchanged skipping 2022/04/15 05:03:37 DEBUG : zoho root 'rclone-test-fapawej5qizohoj0vixexoy4': Waiting for checks to finish 2022/04/15 05:03:37 DEBUG : zoho root 'rclone-test-fapawej5qizohoj0vixexoy4': Waiting for transfers to finish 2022/04/15 05:03:37 INFO : potato: Deleted 2022/04/15 05:03:38 INFO : potato2: Copied (new) --- PASS: TestSyncDeleteDuring (2.79s) === RUN TestSyncDeleteBefore run.go:181: Remote "zoho root 'rclone-test-fapawej5qizohoj0vixexoy4'", Local "Local file system at /tmp/rclone1072214047", Modify Window "876000h0m0s" 2022/04/15 05:03:40 DEBUG : Waiting for deletions to finish 2022/04/15 05:03:40 DEBUG : zoho root 'rclone-test-fapawej5qizohoj0vixexoy4': Waiting for checks to finish 2022/04/15 05:03:40 DEBUG : zoho root 'rclone-test-fapawej5qizohoj0vixexoy4': Waiting for transfers to finish 2022/04/15 05:03:40 INFO : potato: Deleted 2022/04/15 05:03:40 DEBUG : empty space: Sizes identical 2022/04/15 05:03:40 DEBUG : empty space: Unchanged skipping 2022/04/15 05:03:40 DEBUG : zoho root 'rclone-test-fapawej5qizohoj0vixexoy4': Waiting for checks to finish 2022/04/15 05:03:40 DEBUG : zoho root 'rclone-test-fapawej5qizohoj0vixexoy4': Waiting for transfers to finish 2022/04/15 05:03:41 INFO : potato2: Copied (new) --- PASS: TestSyncDeleteBefore (3.26s) === RUN TestCopyDeleteBefore run.go:181: Remote "zoho root 'rclone-test-fapawej5qizohoj0vixexoy4'", Local "Local file system at /tmp/rclone1072214047", Modify Window "876000h0m0s" 2022/04/15 05:03:42 DEBUG : zoho root 'rclone-test-fapawej5qizohoj0vixexoy4': Waiting for checks to finish 2022/04/15 05:03:42 DEBUG : zoho root 'rclone-test-fapawej5qizohoj0vixexoy4': Waiting for transfers to finish 2022/04/15 05:03:43 INFO : potato2: Copied (new) --- PASS: TestCopyDeleteBefore (2.02s) === RUN TestSyncWithExclude run.go:181: Remote "zoho root 'rclone-test-fapawej5qizohoj0vixexoy4'", Local "Local file system at /tmp/rclone1072214047", Modify Window "876000h0m0s" 2022/04/15 05:03:45 DEBUG : enormous: Excluded 2022/04/15 05:03:45 DEBUG : potato2: Excluded 2022/04/15 05:03:45 DEBUG : potato2: Excluded 2022/04/15 05:03:45 DEBUG : empty space: Sizes identical 2022/04/15 05:03:45 DEBUG : empty space: Unchanged skipping 2022/04/15 05:03:45 DEBUG : zoho root 'rclone-test-fapawej5qizohoj0vixexoy4': Waiting for checks to finish 2022/04/15 05:03:45 DEBUG : zoho root 'rclone-test-fapawej5qizohoj0vixexoy4': Waiting for transfers to finish 2022/04/15 05:03:45 DEBUG : Waiting for deletions to finish 2022/04/15 05:03:45 INFO : There was nothing to transfer 2022/04/15 05:03:46 DEBUG : enormous: Excluded 2022/04/15 05:03:46 DEBUG : potato2: Excluded 2022/04/15 05:03:46 DEBUG : potato2: Excluded 2022/04/15 05:03:46 DEBUG : empty space: Sizes identical 2022/04/15 05:03:46 DEBUG : empty space: Unchanged skipping 2022/04/15 05:03:46 DEBUG : Local file system at /tmp/rclone1072214047: Waiting for checks to finish 2022/04/15 05:03:46 DEBUG : Local file system at /tmp/rclone1072214047: Waiting for transfers to finish 2022/04/15 05:03:46 DEBUG : Waiting for deletions to finish 2022/04/15 05:03:46 INFO : There was nothing to transfer --- PASS: TestSyncWithExclude (2.48s) === RUN TestSyncWithExcludeAndDeleteExcluded run.go:181: Remote "zoho root 'rclone-test-fapawej5qizohoj0vixexoy4'", Local "Local file system at /tmp/rclone1072214047", Modify Window "876000h0m0s" 2022/04/15 05:03:48 DEBUG : enormous: Excluded 2022/04/15 05:03:48 DEBUG : potato2: Excluded 2022/04/15 05:03:48 DEBUG : empty space: Sizes identical 2022/04/15 05:03:48 DEBUG : empty space: Unchanged skipping 2022/04/15 05:03:48 DEBUG : zoho root 'rclone-test-fapawej5qizohoj0vixexoy4': Waiting for checks to finish 2022/04/15 05:03:48 DEBUG : zoho root 'rclone-test-fapawej5qizohoj0vixexoy4': Waiting for transfers to finish 2022/04/15 05:03:48 DEBUG : Waiting for deletions to finish 2022/04/15 05:03:48 INFO : enormous: Deleted 2022/04/15 05:03:48 INFO : potato2: Deleted 2022/04/15 05:03:48 INFO : There was nothing to transfer 2022/04/15 05:03:49 DEBUG : empty space: Sizes identical 2022/04/15 05:03:49 DEBUG : empty space: Unchanged skipping 2022/04/15 05:03:49 DEBUG : Local file system at /tmp/rclone1072214047: Waiting for checks to finish 2022/04/15 05:03:49 DEBUG : Local file system at /tmp/rclone1072214047: Waiting for transfers to finish 2022/04/15 05:03:49 DEBUG : Waiting for deletions to finish 2022/04/15 05:03:49 INFO : potato2: Deleted 2022/04/15 05:03:49 INFO : enormous: Deleted 2022/04/15 05:03:49 INFO : There was nothing to transfer --- PASS: TestSyncWithExcludeAndDeleteExcluded (2.89s) === RUN TestSyncWithUpdateOlder run.go:181: Remote "zoho root 'rclone-test-fapawej5qizohoj0vixexoy4'", Local "Local file system at /tmp/rclone1072214047", Modify Window "876000h0m0s" sync_test.go:968: Can't run this test on fs which doesn't support mod time --- SKIP: TestSyncWithUpdateOlder (0.14s) === RUN TestSyncWithMaxDuration sync_test.go:1009: Skipping test on non local remote --- SKIP: TestSyncWithMaxDuration (0.00s) === RUN TestSyncWithTrackRenames run.go:181: Remote "zoho root 'rclone-test-fapawej5qizohoj0vixexoy4'", Local "Local file system at /tmp/rclone1072214047", Modify Window "876000h0m0s" sync_test.go:1058: Can track renames: false 2022/04/15 05:03:49 ERROR : zoho root 'rclone-test-fapawej5qizohoj0vixexoy4': Ignoring --track-renames as the source and destination do not have a common hash 2022/04/15 05:03:49 DEBUG : zoho root 'rclone-test-fapawej5qizohoj0vixexoy4': Waiting for checks to finish 2022/04/15 05:03:49 DEBUG : zoho root 'rclone-test-fapawej5qizohoj0vixexoy4': Waiting for transfers to finish 2022/04/15 05:03:50 INFO : potato: Copied (new) 2022/04/15 05:03:50 INFO : yam: Copied (new) 2022/04/15 05:03:50 DEBUG : Waiting for deletions to finish 2022/04/15 05:03:50 ERROR : zoho root 'rclone-test-fapawej5qizohoj0vixexoy4': Ignoring --track-renames as the source and destination do not have a common hash 2022/04/15 05:03:50 DEBUG : potato: Sizes identical 2022/04/15 05:03:50 DEBUG : potato: Unchanged skipping 2022/04/15 05:03:50 DEBUG : zoho root 'rclone-test-fapawej5qizohoj0vixexoy4': Waiting for checks to finish 2022/04/15 05:03:50 DEBUG : zoho root 'rclone-test-fapawej5qizohoj0vixexoy4': Waiting for transfers to finish 2022/04/15 05:03:51 INFO : yaml: Copied (new) 2022/04/15 05:03:51 DEBUG : Waiting for deletions to finish 2022/04/15 05:03:51 INFO : yam: Deleted --- PASS: TestSyncWithTrackRenames (2.08s) === RUN TestParseRenamesStrategyModtime --- PASS: TestParseRenamesStrategyModtime (0.00s) === RUN TestRenamesStrategyModtime --- PASS: TestRenamesStrategyModtime (0.00s) === RUN TestSyncWithTrackRenamesStrategyModtime run.go:181: Remote "zoho root 'rclone-test-fapawej5qizohoj0vixexoy4'", Local "Local file system at /tmp/rclone1072214047", Modify Window "876000h0m0s" sync_test.go:1127: Can track renames: false 2022/04/15 05:03:51 ERROR : zoho root 'rclone-test-fapawej5qizohoj0vixexoy4': Ignoring --track-renames as either the source or destination do not support modtime 2022/04/15 05:03:51 DEBUG : zoho root 'rclone-test-fapawej5qizohoj0vixexoy4': Waiting for checks to finish 2022/04/15 05:03:51 DEBUG : zoho root 'rclone-test-fapawej5qizohoj0vixexoy4': Waiting for transfers to finish 2022/04/15 05:03:52 INFO : potato: Copied (new) 2022/04/15 05:03:52 INFO : yam: Copied (new) 2022/04/15 05:03:52 DEBUG : Waiting for deletions to finish 2022/04/15 05:03:52 ERROR : zoho root 'rclone-test-fapawej5qizohoj0vixexoy4': Ignoring --track-renames as either the source or destination do not support modtime 2022/04/15 05:03:52 DEBUG : potato: Sizes identical 2022/04/15 05:03:52 DEBUG : potato: Unchanged skipping 2022/04/15 05:03:52 DEBUG : zoho root 'rclone-test-fapawej5qizohoj0vixexoy4': Waiting for checks to finish 2022/04/15 05:03:52 DEBUG : zoho root 'rclone-test-fapawej5qizohoj0vixexoy4': Waiting for transfers to finish 2022/04/15 05:03:53 INFO : yaml: Copied (new) 2022/04/15 05:03:53 DEBUG : Waiting for deletions to finish 2022/04/15 05:03:53 INFO : yam: Deleted --- PASS: TestSyncWithTrackRenamesStrategyModtime (2.08s) === RUN TestSyncWithTrackRenamesStrategyLeaf run.go:181: Remote "zoho root 'rclone-test-fapawej5qizohoj0vixexoy4'", Local "Local file system at /tmp/rclone1072214047", Modify Window "876000h0m0s" sync_test.go:1163: Can track renames: false 2022/04/15 05:03:54 INFO : zoho root 'rclone-test-fapawej5qizohoj0vixexoy4': Making map for --track-renames 2022/04/15 05:03:54 INFO : zoho root 'rclone-test-fapawej5qizohoj0vixexoy4': Finished making map for --track-renames 2022/04/15 05:03:54 DEBUG : zoho root 'rclone-test-fapawej5qizohoj0vixexoy4': Waiting for checks to finish 2022/04/15 05:03:54 DEBUG : zoho root 'rclone-test-fapawej5qizohoj0vixexoy4': Waiting for renames to finish 2022/04/15 05:03:54 DEBUG : zoho root 'rclone-test-fapawej5qizohoj0vixexoy4': Waiting for transfers to finish 2022/04/15 05:03:54 INFO : potato: Copied (new) 2022/04/15 05:03:54 INFO : sub/yam: Copied (new) 2022/04/15 05:03:54 DEBUG : Waiting for deletions to finish 2022/04/15 05:03:55 DEBUG : potato: Sizes identical 2022/04/15 05:03:55 DEBUG : potato: Unchanged skipping 2022/04/15 05:03:55 INFO : zoho root 'rclone-test-fapawej5qizohoj0vixexoy4': Making map for --track-renames 2022/04/15 05:03:55 INFO : zoho root 'rclone-test-fapawej5qizohoj0vixexoy4': Finished making map for --track-renames 2022/04/15 05:03:55 DEBUG : zoho root 'rclone-test-fapawej5qizohoj0vixexoy4': Waiting for checks to finish 2022/04/15 05:03:55 DEBUG : zoho root 'rclone-test-fapawej5qizohoj0vixexoy4': Waiting for renames to finish 2022/04/15 05:03:55 INFO : sub/yam: Moved (server-side) to: yam 2022/04/15 05:03:55 INFO : yam: Renamed from "sub/yam" 2022/04/15 05:03:55 DEBUG : zoho root 'rclone-test-fapawej5qizohoj0vixexoy4': Waiting for transfers to finish 2022/04/15 05:03:55 DEBUG : Waiting for deletions to finish 2022/04/15 05:03:55 INFO : There was nothing to transfer --- PASS: TestSyncWithTrackRenamesStrategyLeaf (3.00s) === RUN TestMoveWithDeleteEmptySrcDirs run.go:181: Remote "zoho root 'rclone-test-fapawej5qizohoj0vixexoy4'", Local "Local file system at /tmp/rclone1072214047", Modify Window "876000h0m0s" 2022/04/15 05:03:57 DEBUG : zoho root 'rclone-test-fapawej5qizohoj0vixexoy4': Waiting for checks to finish 2022/04/15 05:03:57 DEBUG : zoho root 'rclone-test-fapawej5qizohoj0vixexoy4': Waiting for transfers to finish 2022/04/15 05:03:57 INFO : sub dir/hello world: Copied (new) 2022/04/15 05:03:57 INFO : sub dir/hello world: Deleted 2022/04/15 05:03:58 INFO : nested/sub dir/file: Copied (new) 2022/04/15 05:03:58 INFO : nested/sub dir/file: Deleted 2022/04/15 05:03:58 INFO : sub dir: Removing directory 2022/04/15 05:03:58 INFO : nested/sub dir: Removing directory 2022/04/15 05:03:58 INFO : nested: Removing directory 2022/04/15 05:03:58 DEBUG : Local file system at /tmp/rclone1072214047: deleted 3 directories --- PASS: TestMoveWithDeleteEmptySrcDirs (3.43s) === RUN TestMoveWithoutDeleteEmptySrcDirs run.go:181: Remote "zoho root 'rclone-test-fapawej5qizohoj0vixexoy4'", Local "Local file system at /tmp/rclone1072214047", Modify Window "876000h0m0s" 2022/04/15 05:04:00 DEBUG : zoho root 'rclone-test-fapawej5qizohoj0vixexoy4': Waiting for checks to finish 2022/04/15 05:04:00 DEBUG : zoho root 'rclone-test-fapawej5qizohoj0vixexoy4': Waiting for transfers to finish 2022/04/15 05:04:01 INFO : sub dir/hello world: Copied (new) 2022/04/15 05:04:01 INFO : sub dir/hello world: Deleted 2022/04/15 05:04:01 INFO : nested/sub dir/file: Copied (new) 2022/04/15 05:04:01 INFO : nested/sub dir/file: Deleted --- PASS: TestMoveWithoutDeleteEmptySrcDirs (3.83s) === RUN TestMoveWithIgnoreExisting run.go:181: Remote "zoho root 'rclone-test-fapawej5qizohoj0vixexoy4'", Local "Local file system at /tmp/rclone1072214047", Modify Window "876000h0m0s" 2022/04/15 05:04:04 DEBUG : zoho root 'rclone-test-fapawej5qizohoj0vixexoy4': Waiting for checks to finish 2022/04/15 05:04:04 DEBUG : zoho root 'rclone-test-fapawej5qizohoj0vixexoy4': Waiting for transfers to finish 2022/04/15 05:04:04 INFO : existing: Copied (new) 2022/04/15 05:04:04 INFO : existing: Deleted 2022/04/15 05:04:04 INFO : existing-b: Copied (new) 2022/04/15 05:04:04 INFO : existing-b: Deleted 2022/04/15 05:04:05 DEBUG : existing: Destination exists, skipping 2022/04/15 05:04:05 DEBUG : existing: Not removing source file as destination file exists and --ignore-existing is set 2022/04/15 05:04:05 DEBUG : zoho root 'rclone-test-fapawej5qizohoj0vixexoy4': Waiting for checks to finish 2022/04/15 05:04:05 DEBUG : zoho root 'rclone-test-fapawej5qizohoj0vixexoy4': Waiting for transfers to finish 2022/04/15 05:04:05 INFO : There was nothing to transfer --- PASS: TestMoveWithIgnoreExisting (1.72s) === RUN TestServerSideMove run.go:181: Remote "zoho root 'rclone-test-fapawej5qizohoj0vixexoy4'", Local "Local file system at /tmp/rclone1072214047", Modify Window "876000h0m0s" 2022/04/15 05:04:05 DEBUG : Creating backend with remote "TestZoho:rclone-test-qibidul3kukahov0viyasik0" sync_test.go:1215: Server side move (if possible) zoho root 'rclone-test-fapawej5qizohoj0vixexoy4' -> zoho root 'rclone-test-qibidul3kukahov0viyasik0' 2022/04/15 05:04:10 DEBUG : zoho root 'rclone-test-qibidul3kukahov0viyasik0': Using server-side directory move 2022/04/15 05:04:10 INFO : zoho root 'rclone-test-qibidul3kukahov0viyasik0': Server side directory move failed - fallback to file moves: can't copy directory - destination already exists 2022/04/15 05:04:10 DEBUG : empty space: Sizes identical 2022/04/15 05:04:10 DEBUG : empty space: Unchanged skipping 2022/04/15 05:04:10 DEBUG : potato3: Sizes differ (src 68 vs dst 60) 2022/04/15 05:04:10 DEBUG : zoho root 'rclone-test-qibidul3kukahov0viyasik0': Waiting for checks to finish 2022/04/15 05:04:10 INFO : empty space: Deleted 2022/04/15 05:04:10 DEBUG : zoho root 'rclone-test-qibidul3kukahov0viyasik0': Waiting for transfers to finish 2022/04/15 05:04:10 INFO : potato3: Deleted 2022/04/15 05:04:10 INFO : potato2: Moved (server-side) 2022/04/15 05:04:11 INFO : potato3: Moved (server-side) 2022/04/15 05:04:11 INFO : There was nothing to transfer 2022/04/15 05:04:11 DEBUG : Creating backend with remote "TestZoho:rclone-test-sukomaj1siwitow1corurus1" 2022/04/15 05:04:11 DEBUG : zoho root 'rclone-test-sukomaj1siwitow1corurus1': Using server-side directory move 2022/04/15 05:04:12 INFO : zoho root 'rclone-test-sukomaj1siwitow1corurus1': Server side directory move succeeded fstest.go:299: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:302: Flushing the directory cache 2022/04/15 05:04:14 ERROR : : error listing: directory not found fstest.go:293: Sleeping for 6s just to make sure 2022/04/15 05:04:20 DEBUG : zoho root 'rclone-test-sukomaj1siwitow1corurus1': Purge remote 2022/04/15 05:04:20 DEBUG : zoho root 'rclone-test-qibidul3kukahov0viyasik0': Purge remote 2022/04/15 05:04:20 purge failed: directory not found --- PASS: TestServerSideMove (14.91s) === RUN TestServerSideMoveWithFilter run.go:181: Remote "zoho root 'rclone-test-fapawej5qizohoj0vixexoy4'", Local "Local file system at /tmp/rclone1072214047", Modify Window "876000h0m0s" 2022/04/15 05:04:20 DEBUG : Creating backend with remote "TestZoho:rclone-test-gohayih6xagavex4sudilas4" sync_test.go:1215: Server side move (if possible) zoho root 'rclone-test-fapawej5qizohoj0vixexoy4' -> zoho root 'rclone-test-gohayih6xagavex4sudilas4' 2022/04/15 05:04:25 DEBUG : empty space: Excluded 2022/04/15 05:04:25 DEBUG : empty space: Excluded 2022/04/15 05:04:25 DEBUG : potato3: Sizes differ (src 68 vs dst 60) 2022/04/15 05:04:25 DEBUG : zoho root 'rclone-test-gohayih6xagavex4sudilas4': Waiting for checks to finish 2022/04/15 05:04:25 DEBUG : zoho root 'rclone-test-gohayih6xagavex4sudilas4': Waiting for transfers to finish 2022/04/15 05:04:25 INFO : potato3: Deleted 2022/04/15 05:04:25 INFO : potato2: Moved (server-side) 2022/04/15 05:04:25 INFO : potato3: Moved (server-side) 2022/04/15 05:04:26 INFO : There was nothing to transfer 2022/04/15 05:04:26 DEBUG : Creating backend with remote "TestZoho:rclone-test-kigefuh2rapojex7hofeqix4" 2022/04/15 05:04:27 DEBUG : empty space: Excluded 2022/04/15 05:04:27 DEBUG : zoho root 'rclone-test-kigefuh2rapojex7hofeqix4': Waiting for checks to finish 2022/04/15 05:04:27 DEBUG : zoho root 'rclone-test-kigefuh2rapojex7hofeqix4': Waiting for transfers to finish 2022/04/15 05:04:27 INFO : potato3: Moved (server-side) 2022/04/15 05:04:28 INFO : potato2: Moved (server-side) 2022/04/15 05:04:28 INFO : There was nothing to transfer 2022/04/15 05:04:28 DEBUG : zoho root 'rclone-test-kigefuh2rapojex7hofeqix4': Purge remote 2022/04/15 05:04:28 DEBUG : zoho root 'rclone-test-gohayih6xagavex4sudilas4': Purge remote --- PASS: TestServerSideMoveWithFilter (8.60s) === RUN TestServerSideMoveDeleteEmptySourceDirs run.go:181: Remote "zoho root 'rclone-test-fapawej5qizohoj0vixexoy4'", Local "Local file system at /tmp/rclone1072214047", Modify Window "876000h0m0s" 2022/04/15 05:04:29 DEBUG : Creating backend with remote "TestZoho:rclone-test-bebipik6lumecup7woruvub1" 2022/04/15 05:04:32 DEBUG : tomatoDir: Making directory sync_test.go:1215: Server side move (if possible) zoho root 'rclone-test-fapawej5qizohoj0vixexoy4' -> zoho root 'rclone-test-bebipik6lumecup7woruvub1' 2022/04/15 05:04:34 DEBUG : zoho root 'rclone-test-bebipik6lumecup7woruvub1': Using server-side directory move 2022/04/15 05:04:34 INFO : zoho root 'rclone-test-bebipik6lumecup7woruvub1': Server side directory move failed - fallback to file moves: can't copy directory - destination already exists 2022/04/15 05:04:34 DEBUG : empty space: Sizes identical 2022/04/15 05:04:34 DEBUG : empty space: Unchanged skipping 2022/04/15 05:04:34 DEBUG : potato3: Sizes differ (src 68 vs dst 60) 2022/04/15 05:04:34 DEBUG : zoho root 'rclone-test-bebipik6lumecup7woruvub1': Waiting for checks to finish 2022/04/15 05:04:34 INFO : potato3: Deleted 2022/04/15 05:04:34 INFO : empty space: Deleted 2022/04/15 05:04:34 DEBUG : zoho root 'rclone-test-bebipik6lumecup7woruvub1': Waiting for transfers to finish 2022/04/15 05:04:34 INFO : potato3: Moved (server-side) 2022/04/15 05:04:35 INFO : potato2: Moved (server-side) 2022/04/15 05:04:35 INFO : tomatoDir: Removing directory 2022/04/15 05:04:35 DEBUG : zoho root 'rclone-test-fapawej5qizohoj0vixexoy4': deleted 1 directories 2022/04/15 05:04:35 INFO : There was nothing to transfer 2022/04/15 05:04:35 DEBUG : Creating backend with remote "TestZoho:rclone-test-kavoyaq2siromek6fobopey5" 2022/04/15 05:04:36 DEBUG : tomatoDir: Making directory 2022/04/15 05:04:36 DEBUG : zoho root 'rclone-test-kavoyaq2siromek6fobopey5': Using server-side directory move 2022/04/15 05:04:37 INFO : zoho root 'rclone-test-kavoyaq2siromek6fobopey5': Server side directory move succeeded fstest.go:299: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:302: Flushing the directory cache 2022/04/15 05:04:39 ERROR : : error listing: directory not found fstest.go:293: Sleeping for 6s just to make sure 2022/04/15 05:04:45 ERROR : : error listing: directory not found 2022/04/15 05:04:45 DEBUG : zoho root 'rclone-test-kavoyaq2siromek6fobopey5': Purge remote 2022/04/15 05:04:45 DEBUG : zoho root 'rclone-test-bebipik6lumecup7woruvub1': Purge remote 2022/04/15 05:04:46 purge failed: directory not found --- PASS: TestServerSideMoveDeleteEmptySourceDirs (16.84s) === RUN TestServerSideMoveOverlap run.go:181: Remote "zoho root 'rclone-test-fapawej5qizohoj0vixexoy4'", Local "Local file system at /tmp/rclone1072214047", Modify Window "876000h0m0s" sync_test.go:1399: Skipping test as remote supports DirMove --- SKIP: TestServerSideMoveOverlap (0.14s) === RUN TestSyncOverlap run.go:181: Remote "zoho root 'rclone-test-fapawej5qizohoj0vixexoy4'", Local "Local file system at /tmp/rclone1072214047", Modify Window "876000h0m0s" 2022/04/15 05:04:46 DEBUG : Creating backend with remote "TestZoho:rclone-test-fapawej5qizohoj0vixexoy4/rclone-sync-test" --- PASS: TestSyncOverlap (0.55s) === RUN TestSyncCompareDest run.go:181: Remote "zoho root 'rclone-test-fapawej5qizohoj0vixexoy4'", Local "Local file system at /tmp/rclone1072214047", Modify Window "876000h0m0s" 2022/04/15 05:04:46 DEBUG : Creating backend with remote "TestZoho:rclone-test-fapawej5qizohoj0vixexoy4/dst" 2022/04/15 05:04:47 DEBUG : Creating backend with remote "TestZoho:rclone-test-fapawej5qizohoj0vixexoy4/CompareDest" 2022/04/15 05:04:47 DEBUG : zoho root 'rclone-test-fapawej5qizohoj0vixexoy4/dst': Waiting for checks to finish 2022/04/15 05:04:47 DEBUG : zoho root 'rclone-test-fapawej5qizohoj0vixexoy4/dst': Waiting for transfers to finish 2022/04/15 05:04:48 INFO : one: Copied (new) 2022/04/15 05:04:48 DEBUG : Waiting for deletions to finish 2022/04/15 05:04:49 DEBUG : zoho root 'rclone-test-fapawej5qizohoj0vixexoy4/dst': Waiting for checks to finish 2022/04/15 05:04:49 DEBUG : one: Sizes differ (src 5 vs dst 3) 2022/04/15 05:04:49 DEBUG : zoho root 'rclone-test-fapawej5qizohoj0vixexoy4/dst': Waiting for transfers to finish 2022/04/15 05:04:49 INFO : one: Copied (replaced existing) 2022/04/15 05:04:49 DEBUG : Waiting for deletions to finish 2022/04/15 05:04:51 DEBUG : zoho root 'rclone-test-fapawej5qizohoj0vixexoy4/dst': Waiting for checks to finish 2022/04/15 05:04:52 DEBUG : one: Sizes identical 2022/04/15 05:04:52 DEBUG : one: Destination found in --compare-dest, skipping 2022/04/15 05:04:52 DEBUG : zoho root 'rclone-test-fapawej5qizohoj0vixexoy4/dst': Waiting for transfers to finish 2022/04/15 05:04:52 DEBUG : Waiting for deletions to finish 2022/04/15 05:04:52 INFO : There was nothing to transfer 2022/04/15 05:04:53 DEBUG : two: Sizes identical 2022/04/15 05:04:53 DEBUG : two: Destination found in --compare-dest, skipping 2022/04/15 05:04:53 DEBUG : zoho root 'rclone-test-fapawej5qizohoj0vixexoy4/dst': Waiting for checks to finish 2022/04/15 05:04:53 DEBUG : one: Sizes identical 2022/04/15 05:04:53 DEBUG : one: Destination found in --compare-dest, skipping 2022/04/15 05:04:53 DEBUG : zoho root 'rclone-test-fapawej5qizohoj0vixexoy4/dst': Waiting for transfers to finish 2022/04/15 05:04:53 DEBUG : Waiting for deletions to finish 2022/04/15 05:04:53 INFO : There was nothing to transfer 2022/04/15 05:04:54 DEBUG : two: Sizes identical 2022/04/15 05:04:54 DEBUG : two: Destination found in --compare-dest, skipping 2022/04/15 05:04:54 DEBUG : zoho root 'rclone-test-fapawej5qizohoj0vixexoy4/dst': Waiting for checks to finish 2022/04/15 05:04:54 DEBUG : one: Sizes identical 2022/04/15 05:04:54 DEBUG : one: Destination found in --compare-dest, skipping 2022/04/15 05:04:54 DEBUG : zoho root 'rclone-test-fapawej5qizohoj0vixexoy4/dst': Waiting for transfers to finish 2022/04/15 05:04:54 DEBUG : Waiting for deletions to finish 2022/04/15 05:04:54 INFO : There was nothing to transfer sync_test.go:1543: No hash on uploaded file so skipping compare timestamp test 2022/04/15 05:04:55 DEBUG : two: Sizes differ (src 5 vs dst 3) 2022/04/15 05:04:55 DEBUG : zoho root 'rclone-test-fapawej5qizohoj0vixexoy4/dst': Waiting for checks to finish 2022/04/15 05:04:55 DEBUG : one: Sizes identical 2022/04/15 05:04:55 DEBUG : one: Destination found in --compare-dest, skipping 2022/04/15 05:04:55 DEBUG : zoho root 'rclone-test-fapawej5qizohoj0vixexoy4/dst': Waiting for transfers to finish 2022/04/15 05:04:56 INFO : two: Copied (new) 2022/04/15 05:04:56 DEBUG : Waiting for deletions to finish --- PASS: TestSyncCompareDest (10.92s) === RUN TestSyncMultipleCompareDest run.go:181: Remote "zoho root 'rclone-test-fapawej5qizohoj0vixexoy4'", Local "Local file system at /tmp/rclone1072214047", Modify Window "876000h0m0s" 2022/04/15 05:04:59 DEBUG : Creating backend with remote "TestZoho:rclone-test-fapawej5qizohoj0vixexoy4/dest" 2022/04/15 05:05:00 DEBUG : Creating backend with remote "TestZoho:rclone-test-fapawej5qizohoj0vixexoy4/pre-dest1" 2022/04/15 05:05:00 DEBUG : Creating backend with remote "TestZoho:rclone-test-fapawej5qizohoj0vixexoy4/pre-dest2" 2022/04/15 05:05:01 DEBUG : 1: Sizes identical 2022/04/15 05:05:01 DEBUG : 1: Destination found in --compare-dest, skipping 2022/04/15 05:05:01 DEBUG : 2: Sizes identical 2022/04/15 05:05:01 DEBUG : 2: Destination found in --compare-dest, skipping 2022/04/15 05:05:01 DEBUG : zoho root 'rclone-test-fapawej5qizohoj0vixexoy4/dest': Waiting for checks to finish 2022/04/15 05:05:01 DEBUG : zoho root 'rclone-test-fapawej5qizohoj0vixexoy4/dest': Waiting for transfers to finish 2022/04/15 05:05:02 INFO : 3: Copied (new) 2022/04/15 05:05:02 DEBUG : Waiting for deletions to finish --- PASS: TestSyncMultipleCompareDest (7.05s) === RUN TestSyncCopyDest run.go:181: Remote "zoho root 'rclone-test-fapawej5qizohoj0vixexoy4'", Local "Local file system at /tmp/rclone1072214047", Modify Window "876000h0m0s" 2022/04/15 05:05:04 DEBUG : Creating backend with remote "TestZoho:rclone-test-fapawej5qizohoj0vixexoy4/dst" 2022/04/15 05:05:05 DEBUG : Creating backend with remote "TestZoho:rclone-test-fapawej5qizohoj0vixexoy4/CopyDest" 2022/04/15 05:05:06 DEBUG : zoho root 'rclone-test-fapawej5qizohoj0vixexoy4/dst': Waiting for checks to finish 2022/04/15 05:05:06 DEBUG : zoho root 'rclone-test-fapawej5qizohoj0vixexoy4/dst': Waiting for transfers to finish 2022/04/15 05:05:06 INFO : one: Copied (new) 2022/04/15 05:05:06 DEBUG : Waiting for deletions to finish 2022/04/15 05:05:07 DEBUG : zoho root 'rclone-test-fapawej5qizohoj0vixexoy4/dst': Waiting for checks to finish 2022/04/15 05:05:07 DEBUG : one: Sizes differ (src 5 vs dst 3) 2022/04/15 05:05:07 DEBUG : zoho root 'rclone-test-fapawej5qizohoj0vixexoy4/dst': Waiting for transfers to finish 2022/04/15 05:05:08 INFO : one: Copied (replaced existing) 2022/04/15 05:05:08 DEBUG : Waiting for deletions to finish 2022/04/15 05:05:10 DEBUG : Creating backend with remote "TestZoho:rclone-test-fapawej5qizohoj0vixexoy4/BackupDir" 2022/04/15 05:05:10 DEBUG : Config file has changed externaly - reloading 2022/04/15 05:05:10 DEBUG : zoho root 'rclone-test-fapawej5qizohoj0vixexoy4/dst': Waiting for checks to finish 2022/04/15 05:05:11 DEBUG : one: Sizes identical 2022/04/15 05:05:11 DEBUG : one: Sizes differ (src 5 vs dst 3) 2022/04/15 05:05:11 INFO : one: Moved (server-side) 2022/04/15 05:05:12 INFO : one: Copied (server-side copy) 2022/04/15 05:05:12 DEBUG : one: Destination found in --copy-dest, using server-side copy 2022/04/15 05:05:12 DEBUG : zoho root 'rclone-test-fapawej5qizohoj0vixexoy4/dst': Waiting for transfers to finish 2022/04/15 05:05:12 DEBUG : Waiting for deletions to finish 2022/04/15 05:05:13 DEBUG : two: Sizes identical 2022/04/15 05:05:14 INFO : two: Copied (server-side copy) 2022/04/15 05:05:14 DEBUG : two: Destination found in --copy-dest, using server-side copy 2022/04/15 05:05:14 DEBUG : zoho root 'rclone-test-fapawej5qizohoj0vixexoy4/dst': Waiting for checks to finish 2022/04/15 05:05:14 DEBUG : one: Sizes identical 2022/04/15 05:05:14 DEBUG : one: Sizes identical 2022/04/15 05:05:14 DEBUG : one: Unchanged skipping 2022/04/15 05:05:14 DEBUG : zoho root 'rclone-test-fapawej5qizohoj0vixexoy4/dst': Waiting for transfers to finish 2022/04/15 05:05:14 DEBUG : Waiting for deletions to finish 2022/04/15 05:05:15 DEBUG : zoho root 'rclone-test-fapawej5qizohoj0vixexoy4/dst': Waiting for checks to finish 2022/04/15 05:05:15 DEBUG : one: Sizes identical 2022/04/15 05:05:15 DEBUG : one: Sizes identical 2022/04/15 05:05:15 DEBUG : one: Unchanged skipping 2022/04/15 05:05:15 DEBUG : two: Sizes identical 2022/04/15 05:05:15 DEBUG : two: Sizes identical 2022/04/15 05:05:15 DEBUG : two: Unchanged skipping 2022/04/15 05:05:15 DEBUG : zoho root 'rclone-test-fapawej5qizohoj0vixexoy4/dst': Waiting for transfers to finish 2022/04/15 05:05:15 DEBUG : Waiting for deletions to finish 2022/04/15 05:05:15 INFO : There was nothing to transfer 2022/04/15 05:05:16 DEBUG : three: Sizes differ (src 7 vs dst 5) 2022/04/15 05:05:16 DEBUG : three: Destination not found in --copy-dest 2022/04/15 05:05:16 DEBUG : zoho root 'rclone-test-fapawej5qizohoj0vixexoy4/dst': Waiting for checks to finish 2022/04/15 05:05:17 DEBUG : two: Sizes identical 2022/04/15 05:05:17 DEBUG : two: Sizes identical 2022/04/15 05:05:17 DEBUG : two: Unchanged skipping 2022/04/15 05:05:17 DEBUG : one: Sizes identical 2022/04/15 05:05:17 DEBUG : one: Sizes identical 2022/04/15 05:05:17 DEBUG : one: Unchanged skipping 2022/04/15 05:05:17 DEBUG : zoho root 'rclone-test-fapawej5qizohoj0vixexoy4/dst': Waiting for transfers to finish 2022/04/15 05:05:17 INFO : three: Copied (new) 2022/04/15 05:05:17 DEBUG : Waiting for deletions to finish --- PASS: TestSyncCopyDest (15.06s) === RUN TestSyncBackupDir run.go:181: Remote "zoho root 'rclone-test-fapawej5qizohoj0vixexoy4'", Local "Local file system at /tmp/rclone1072214047", Modify Window "876000h0m0s" 2022/04/15 05:05:22 DEBUG : Creating backend with remote "TestZoho:rclone-test-fapawej5qizohoj0vixexoy4/dst" 2022/04/15 05:05:22 DEBUG : Creating backend with remote "TestZoho:rclone-test-fapawej5qizohoj0vixexoy4/backup" 2022/04/15 05:05:23 DEBUG : one: Sizes differ (src 4 vs dst 3) 2022/04/15 05:05:23 DEBUG : two: Sizes identical 2022/04/15 05:05:23 DEBUG : two: Unchanged skipping 2022/04/15 05:05:23 DEBUG : zoho root 'rclone-test-fapawej5qizohoj0vixexoy4/dst': Waiting for checks to finish 2022/04/15 05:05:24 INFO : one: Moved (server-side) 2022/04/15 05:05:24 DEBUG : zoho root 'rclone-test-fapawej5qizohoj0vixexoy4/dst': Waiting for transfers to finish 2022/04/15 05:05:24 INFO : one: Copied (new) 2022/04/15 05:05:24 DEBUG : Waiting for deletions to finish 2022/04/15 05:05:25 INFO : three.txt: Moved (server-side) 2022/04/15 05:05:25 INFO : three.txt: Moved into backup dir 2022/04/15 05:05:26 DEBUG : one: Sizes differ (src 5 vs dst 4) 2022/04/15 05:05:26 DEBUG : two: Sizes identical 2022/04/15 05:05:26 DEBUG : two: Unchanged skipping 2022/04/15 05:05:26 DEBUG : zoho root 'rclone-test-fapawej5qizohoj0vixexoy4/dst': Waiting for checks to finish 2022/04/15 05:05:27 INFO : one: Deleted 2022/04/15 05:05:27 INFO : one: Moved (server-side) 2022/04/15 05:05:27 DEBUG : zoho root 'rclone-test-fapawej5qizohoj0vixexoy4/dst': Waiting for transfers to finish 2022/04/15 05:05:27 INFO : one: Copied (new) 2022/04/15 05:05:27 DEBUG : Waiting for deletions to finish 2022/04/15 05:05:28 INFO : three.txt: Deleted 2022/04/15 05:05:28 INFO : three.txt: Moved (server-side) 2022/04/15 05:05:28 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDir (10.38s) === RUN TestSyncBackupDirWithSuffix run.go:181: Remote "zoho root 'rclone-test-fapawej5qizohoj0vixexoy4'", Local "Local file system at /tmp/rclone1072214047", Modify Window "876000h0m0s" 2022/04/15 05:05:32 DEBUG : Creating backend with remote "TestZoho:rclone-test-fapawej5qizohoj0vixexoy4/dst" 2022/04/15 05:05:32 DEBUG : Creating backend with remote "TestZoho:rclone-test-fapawej5qizohoj0vixexoy4/backup" 2022/04/15 05:05:33 DEBUG : one: Sizes differ (src 4 vs dst 3) 2022/04/15 05:05:33 DEBUG : two: Sizes identical 2022/04/15 05:05:33 DEBUG : two: Unchanged skipping 2022/04/15 05:05:33 DEBUG : zoho root 'rclone-test-fapawej5qizohoj0vixexoy4/dst': Waiting for checks to finish 2022/04/15 05:05:34 INFO : one: Moved (server-side) to: one.bak 2022/04/15 05:05:34 DEBUG : zoho root 'rclone-test-fapawej5qizohoj0vixexoy4/dst': Waiting for transfers to finish 2022/04/15 05:05:35 INFO : one: Copied (new) 2022/04/15 05:05:35 DEBUG : Waiting for deletions to finish 2022/04/15 05:05:35 INFO : three.txt: Moved (server-side) to: three.txt.bak 2022/04/15 05:05:35 INFO : three.txt: Moved into backup dir 2022/04/15 05:05:37 DEBUG : one: Sizes differ (src 5 vs dst 4) 2022/04/15 05:05:37 DEBUG : two: Sizes identical 2022/04/15 05:05:37 DEBUG : two: Unchanged skipping 2022/04/15 05:05:37 DEBUG : zoho root 'rclone-test-fapawej5qizohoj0vixexoy4/dst': Waiting for checks to finish 2022/04/15 05:05:37 INFO : one.bak: Deleted 2022/04/15 05:05:37 INFO : one: Moved (server-side) to: one.bak 2022/04/15 05:05:37 DEBUG : zoho root 'rclone-test-fapawej5qizohoj0vixexoy4/dst': Waiting for transfers to finish 2022/04/15 05:05:38 INFO : one: Copied (new) 2022/04/15 05:05:38 DEBUG : Waiting for deletions to finish 2022/04/15 05:05:38 INFO : three.txt.bak: Deleted 2022/04/15 05:05:39 INFO : three.txt: Moved (server-side) to: three.txt.bak 2022/04/15 05:05:39 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDirWithSuffix (10.99s) === RUN TestSyncBackupDirWithSuffixKeepExtension run.go:181: Remote "zoho root 'rclone-test-fapawej5qizohoj0vixexoy4'", Local "Local file system at /tmp/rclone1072214047", Modify Window "876000h0m0s" 2022/04/15 05:05:43 DEBUG : Creating backend with remote "TestZoho:rclone-test-fapawej5qizohoj0vixexoy4/dst" 2022/04/15 05:05:43 DEBUG : Creating backend with remote "TestZoho:rclone-test-fapawej5qizohoj0vixexoy4/backup" 2022/04/15 05:05:44 DEBUG : one: Sizes differ (src 4 vs dst 3) 2022/04/15 05:05:44 DEBUG : two: Sizes identical 2022/04/15 05:05:44 DEBUG : two: Unchanged skipping 2022/04/15 05:05:44 DEBUG : zoho root 'rclone-test-fapawej5qizohoj0vixexoy4/dst': Waiting for checks to finish 2022/04/15 05:05:45 INFO : one: Moved (server-side) to: one-2019-01-01 2022/04/15 05:05:45 DEBUG : zoho root 'rclone-test-fapawej5qizohoj0vixexoy4/dst': Waiting for transfers to finish 2022/04/15 05:05:46 INFO : one: Copied (new) 2022/04/15 05:05:46 DEBUG : Waiting for deletions to finish 2022/04/15 05:05:46 INFO : three.txt: Moved (server-side) to: three-2019-01-01.txt 2022/04/15 05:05:46 INFO : three.txt: Moved into backup dir 2022/04/15 05:05:48 DEBUG : one: Sizes differ (src 5 vs dst 4) 2022/04/15 05:05:48 DEBUG : two: Sizes identical 2022/04/15 05:05:48 DEBUG : two: Unchanged skipping 2022/04/15 05:05:48 DEBUG : zoho root 'rclone-test-fapawej5qizohoj0vixexoy4/dst': Waiting for checks to finish 2022/04/15 05:05:48 INFO : one-2019-01-01: Deleted 2022/04/15 05:05:49 INFO : one: Moved (server-side) to: one-2019-01-01 2022/04/15 05:05:49 DEBUG : zoho root 'rclone-test-fapawej5qizohoj0vixexoy4/dst': Waiting for transfers to finish 2022/04/15 05:05:50 INFO : one: Copied (new) 2022/04/15 05:05:50 DEBUG : Waiting for deletions to finish 2022/04/15 05:05:50 INFO : three-2019-01-01.txt: Deleted 2022/04/15 05:05:50 INFO : three.txt: Moved (server-side) to: three-2019-01-01.txt 2022/04/15 05:05:50 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDirWithSuffixKeepExtension (11.41s) === RUN TestSyncBackupDirSuffixOnly run.go:181: Remote "zoho root 'rclone-test-fapawej5qizohoj0vixexoy4'", Local "Local file system at /tmp/rclone1072214047", Modify Window "876000h0m0s" 2022/04/15 05:05:54 DEBUG : Creating backend with remote "TestZoho:rclone-test-fapawej5qizohoj0vixexoy4/dst" 2022/04/15 05:05:55 DEBUG : one: Sizes differ (src 4 vs dst 3) 2022/04/15 05:05:55 DEBUG : two: Sizes identical 2022/04/15 05:05:55 DEBUG : two: Unchanged skipping 2022/04/15 05:05:55 DEBUG : zoho root 'rclone-test-fapawej5qizohoj0vixexoy4/dst': Waiting for checks to finish 2022/04/15 05:05:55 INFO : one: Moved (server-side) to: one.bak 2022/04/15 05:05:55 DEBUG : zoho root 'rclone-test-fapawej5qizohoj0vixexoy4/dst': Waiting for transfers to finish 2022/04/15 05:05:56 INFO : one: Copied (new) 2022/04/15 05:05:56 DEBUG : Waiting for deletions to finish 2022/04/15 05:05:56 INFO : three.txt: Moved (server-side) to: three.txt.bak 2022/04/15 05:05:56 INFO : three.txt: Moved into backup dir 2022/04/15 05:05:58 DEBUG : three.txt.bak: Excluded 2022/04/15 05:05:58 DEBUG : one.bak: Excluded 2022/04/15 05:05:58 DEBUG : one: Sizes differ (src 5 vs dst 4) 2022/04/15 05:05:58 DEBUG : two: Sizes identical 2022/04/15 05:05:58 DEBUG : two: Unchanged skipping 2022/04/15 05:05:58 DEBUG : zoho root 'rclone-test-fapawej5qizohoj0vixexoy4/dst': Waiting for checks to finish 2022/04/15 05:05:58 INFO : one.bak: Deleted 2022/04/15 05:05:58 INFO : one: Moved (server-side) to: one.bak 2022/04/15 05:05:58 DEBUG : zoho root 'rclone-test-fapawej5qizohoj0vixexoy4/dst': Waiting for transfers to finish 2022/04/15 05:05:59 INFO : one: Copied (new) 2022/04/15 05:05:59 DEBUG : Waiting for deletions to finish 2022/04/15 05:05:59 INFO : three.txt.bak: Deleted 2022/04/15 05:05:59 INFO : three.txt: Moved (server-side) to: three.txt.bak 2022/04/15 05:05:59 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDirSuffixOnly (8.47s) === RUN TestSyncSuffix run.go:181: Remote "zoho root 'rclone-test-fapawej5qizohoj0vixexoy4'", Local "Local file system at /tmp/rclone1072214047", Modify Window "876000h0m0s" 2022/04/15 05:06:03 DEBUG : Creating backend with remote "TestZoho:rclone-test-fapawej5qizohoj0vixexoy4/dst" 2022/04/15 05:06:04 DEBUG : one: Sizes differ (src 4 vs dst 3) 2022/04/15 05:06:04 INFO : one: Moved (server-side) to: one.bak 2022/04/15 05:06:05 INFO : one: Copied (new) 2022/04/15 05:06:05 DEBUG : two: Sizes identical 2022/04/15 05:06:05 DEBUG : two: Unchanged skipping 2022/04/15 05:06:05 DEBUG : three.txt: Sizes differ (src 6 vs dst 5) 2022/04/15 05:06:05 INFO : three.txt: Moved (server-side) to: three.txt.bak 2022/04/15 05:06:06 INFO : three.txt: Copied (new) 2022/04/15 05:06:07 DEBUG : one: Sizes differ (src 5 vs dst 4) 2022/04/15 05:06:07 INFO : one.bak: Deleted 2022/04/15 05:06:07 INFO : one: Moved (server-side) to: one.bak 2022/04/15 05:06:08 INFO : one: Copied (new) 2022/04/15 05:06:08 DEBUG : two: Sizes identical 2022/04/15 05:06:08 DEBUG : two: Unchanged skipping 2022/04/15 05:06:08 DEBUG : three.txt: Sizes differ (src 19 vs dst 6) 2022/04/15 05:06:08 INFO : three.txt.bak: Deleted 2022/04/15 05:06:09 INFO : three.txt: Moved (server-side) to: three.txt.bak 2022/04/15 05:06:09 INFO : three.txt: Copied (new) --- PASS: TestSyncSuffix (10.51s) === RUN TestSyncSuffixKeepExtension run.go:181: Remote "zoho root 'rclone-test-fapawej5qizohoj0vixexoy4'", Local "Local file system at /tmp/rclone1072214047", Modify Window "876000h0m0s" fstest.go:299: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:302: Flushing the directory cache fstest.go:299: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:302: Flushing the directory cache fstest.go:299: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:302: Flushing the directory cache fstest.go:306: Error Trace: fstest.go:306 fstest.go:339 fstest.go:351 run.go:342 sync_test.go:1817 sync_test.go:1876 Error: Should be true Test: TestSyncSuffixKeepExtension Messages: listing wrong, want dst/one (3), dst/three.txt (5), dst/two (3) got dst/one (0), dst/three.txt (5), dst/two (3) fstest.go:151: Error Trace: fstest.go:151 fstest.go:196 fstest.go:309 fstest.go:339 fstest.go:351 run.go:342 sync_test.go:1817 sync_test.go:1876 Error: Not equal: expected: 3 actual : 0 Test: TestSyncSuffixKeepExtension Messages: dst/one: size incorrect file=3 vs obj=0 2022/04/15 05:06:21 DEBUG : Creating backend with remote "TestZoho:rclone-test-fapawej5qizohoj0vixexoy4/dst" 2022/04/15 05:06:22 DEBUG : one: Sizes differ (src 4 vs dst 0) 2022/04/15 05:06:22 INFO : one: Moved (server-side) to: one-2019-01-01 2022/04/15 05:06:23 INFO : one: Copied (new) 2022/04/15 05:06:23 DEBUG : two: Sizes identical 2022/04/15 05:06:23 DEBUG : two: Unchanged skipping 2022/04/15 05:06:23 DEBUG : three.txt: Sizes differ (src 6 vs dst 5) 2022/04/15 05:06:24 INFO : three.txt: Moved (server-side) to: three-2019-01-01.txt 2022/04/15 05:06:24 INFO : three.txt: Copied (new) fstest.go:299: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:302: Flushing the directory cache fstest.go:299: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:302: Flushing the directory cache fstest.go:299: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:302: Flushing the directory cache fstest.go:306: Error Trace: fstest.go:306 fstest.go:339 fstest.go:351 run.go:342 sync_test.go:1843 sync_test.go:1876 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 dst/one (4), dst/one-2019-01-01 (0), dst/three-2019-01-01.txt (5), dst/three.txt (6), dst/two (3) fstest.go:151: Error Trace: fstest.go:151 fstest.go:196 fstest.go:309 fstest.go:339 fstest.go:351 run.go:342 sync_test.go:1843 sync_test.go:1876 Error: Not equal: expected: 3 actual : 0 Test: TestSyncSuffixKeepExtension Messages: dst/one-2019-01-01: size incorrect file=3 vs obj=0 fstest.go:299: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:302: Flushing the directory cache fstest.go:299: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:302: Flushing the directory cache fstest.go:299: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:302: Flushing the directory cache fstest.go:306: Error Trace: fstest.go:306 fstest.go:339 fstest.go:351 run.go:342 sync_test.go:1849 sync_test.go:1876 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 dst/one (4), dst/one-2019-01-01 (0), dst/three-2019-01-01.txt (5), dst/three.txt (6), dst/two (3) fstest.go:151: Error Trace: fstest.go:151 fstest.go:196 fstest.go:309 fstest.go:339 fstest.go:351 run.go:342 sync_test.go:1849 sync_test.go:1876 Error: Not equal: expected: 3 actual : 0 Test: TestSyncSuffixKeepExtension Messages: dst/one-2019-01-01: size incorrect file=3 vs obj=0 2022/04/15 05:06:42 DEBUG : one: Sizes differ (src 5 vs dst 4) 2022/04/15 05:06:42 INFO : one-2019-01-01: Deleted 2022/04/15 05:06:42 INFO : one: Moved (server-side) to: one-2019-01-01 2022/04/15 05:06:43 INFO : one: Copied (new) 2022/04/15 05:06:43 DEBUG : two: Sizes identical 2022/04/15 05:06:43 DEBUG : two: Unchanged skipping 2022/04/15 05:06:43 DEBUG : three.txt: Sizes differ (src 19 vs dst 6) 2022/04/15 05:06:44 INFO : three-2019-01-01.txt: Deleted 2022/04/15 05:06:44 INFO : three.txt: Moved (server-side) to: three-2019-01-01.txt 2022/04/15 05:06:45 INFO : three.txt: Copied (new) run.go:126: removing dir "dst" failed - try 1/3: directory not empty run.go:126: removing dir "dst" failed - try 2/3: directory not empty run.go:126: removing dir "dst" failed - try 3/3: directory not empty run.go:129: removing dir "dst" failed: directory not empty fstest.go:299: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:302: Flushing the directory cache fstest.go:299: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:302: Flushing the directory cache fstest.go:299: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:302: Flushing the directory cache fstest.go:328: Error Trace: fstest.go:328 fstest.go:339 run.go:174 run.go:376 sync_test.go:1874 sync_test.go:1876 Error: Not equal: expected: []string{} actual : []string{"dst"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=3) "dst" } Test: TestSyncSuffixKeepExtension Messages: directories --- FAIL: TestSyncSuffixKeepExtension (46.61s) === RUN TestSyncUTFNorm run.go:181: Remote "zoho root 'rclone-test-fapawej5qizohoj0vixexoy4'", Local "Local file system at /tmp/rclone1072214047", Modify Window "876000h0m0s" 2022/04/15 05:06:59 DEBUG : Testêé: Sizes differ (src 14 vs dst 18) 2022/04/15 05:06:59 DEBUG : zoho root 'rclone-test-fapawej5qizohoj0vixexoy4': Waiting for checks to finish 2022/04/15 05:06:59 DEBUG : zoho root 'rclone-test-fapawej5qizohoj0vixexoy4': Waiting for transfers to finish 2022/04/15 05:07:00 INFO : Testêé: Copied (replaced existing) to: Testêé 2022/04/15 05:07:00 DEBUG : Waiting for deletions to finish 2022/04/15 05:07:00 INFO : dst: Removing directory 2022/04/15 05:07:00 DEBUG : dst: Failed to Rmdir: directory not empty 2022/04/15 05:07:00 DEBUG : zoho root 'rclone-test-fapawej5qizohoj0vixexoy4': failed to delete 1 directories run.go:126: removing dir "dst" failed - try 1/3: directory not empty run.go:126: removing dir "dst" failed - try 2/3: directory not empty run.go:126: removing dir "dst" failed - try 3/3: directory not empty run.go:129: removing dir "dst" failed: directory not empty fstest.go:299: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:302: Flushing the directory cache fstest.go:299: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:302: Flushing the directory cache fstest.go:299: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:302: Flushing the directory cache fstest.go:328: Error Trace: fstest.go:328 fstest.go:339 run.go:174 run.go:376 sync_test.go:1910 Error: Not equal: expected: []string{} actual : []string{"dst"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=3) "dst" } Test: TestSyncUTFNorm Messages: directories --- FAIL: TestSyncUTFNorm (14.27s) === RUN TestSyncImmutable run.go:181: Remote "zoho root 'rclone-test-fapawej5qizohoj0vixexoy4'", Local "Local file system at /tmp/rclone1072214047", Modify Window "876000h0m0s" 2022/04/15 05:07:13 DEBUG : zoho root 'rclone-test-fapawej5qizohoj0vixexoy4': Waiting for checks to finish 2022/04/15 05:07:13 DEBUG : zoho root 'rclone-test-fapawej5qizohoj0vixexoy4': Waiting for transfers to finish 2022/04/15 05:07:13 INFO : existing: Copied (new) 2022/04/15 05:07:13 DEBUG : Waiting for deletions to finish 2022/04/15 05:07:13 INFO : dst: Removing directory 2022/04/15 05:07:13 DEBUG : dst: Failed to Rmdir: directory not empty 2022/04/15 05:07:13 DEBUG : zoho root 'rclone-test-fapawej5qizohoj0vixexoy4': failed to delete 1 directories 2022/04/15 05:07:14 DEBUG : existing: Sizes differ (src 8 vs dst 6) 2022/04/15 05:07:14 ERROR : existing: Source and destination exist but do not match: immutable file modified 2022/04/15 05:07:14 DEBUG : zoho root 'rclone-test-fapawej5qizohoj0vixexoy4': Waiting for checks to finish 2022/04/15 05:07:14 DEBUG : zoho root 'rclone-test-fapawej5qizohoj0vixexoy4': Waiting for transfers to finish 2022/04/15 05:07:14 ERROR : zoho root 'rclone-test-fapawej5qizohoj0vixexoy4': not deleting files as there were IO errors 2022/04/15 05:07:14 ERROR : zoho root 'rclone-test-fapawej5qizohoj0vixexoy4': not deleting directories as there were IO errors run.go:126: removing dir "dst" failed - try 1/3: directory not empty run.go:126: removing dir "dst" failed - try 2/3: directory not empty run.go:126: removing dir "dst" failed - try 3/3: directory not empty run.go:129: removing dir "dst" failed: directory not empty fstest.go:299: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:302: Flushing the directory cache fstest.go:299: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:302: Flushing the directory cache fstest.go:299: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:302: Flushing the directory cache fstest.go:328: Error Trace: fstest.go:328 fstest.go:339 run.go:174 run.go:376 sync_test.go:1944 Error: Not equal: expected: []string{} actual : []string{"dst"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=3) "dst" } Test: TestSyncImmutable Messages: directories --- FAIL: TestSyncImmutable (14.00s) === RUN TestSyncIgnoreCase run.go:181: Remote "zoho root 'rclone-test-fapawej5qizohoj0vixexoy4'", Local "Local file system at /tmp/rclone1072214047", Modify Window "876000h0m0s" 2022/04/15 05:07:27 DEBUG : existing: Sizes identical 2022/04/15 05:07:27 DEBUG : existing: Unchanged skipping 2022/04/15 05:07:27 DEBUG : zoho root 'rclone-test-fapawej5qizohoj0vixexoy4': Waiting for checks to finish 2022/04/15 05:07:27 DEBUG : zoho root 'rclone-test-fapawej5qizohoj0vixexoy4': Waiting for transfers to finish 2022/04/15 05:07:27 DEBUG : Waiting for deletions to finish 2022/04/15 05:07:27 INFO : dst: Removing directory 2022/04/15 05:07:27 DEBUG : dst: Failed to Rmdir: directory not empty 2022/04/15 05:07:27 DEBUG : zoho root 'rclone-test-fapawej5qizohoj0vixexoy4': failed to delete 1 directories 2022/04/15 05:07:27 INFO : There was nothing to transfer run.go:126: removing dir "dst" failed - try 1/3: directory not empty run.go:126: removing dir "dst" failed - try 2/3: directory not empty run.go:126: removing dir "dst" failed - try 3/3: directory not empty run.go:129: removing dir "dst" failed: directory not empty fstest.go:299: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:302: Flushing the directory cache fstest.go:299: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:302: Flushing the directory cache fstest.go:299: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:302: Flushing the directory cache fstest.go:328: Error Trace: fstest.go:328 fstest.go:339 run.go:174 run.go:376 sync_test.go:1972 Error: Not equal: expected: []string{} actual : []string{"dst"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=3) "dst" } Test: TestSyncIgnoreCase Messages: directories --- FAIL: TestSyncIgnoreCase (13.51s) === RUN TestMaxTransfer === RUN TestMaxTransfer/Hard run.go:181: Remote "zoho root 'rclone-test-fapawej5qizohoj0vixexoy4'", Local "Local file system at /tmp/rclone1072214047", Modify Window "876000h0m0s" sync_test.go:1989: This test only runs on local run.go:126: removing dir "dst" failed - try 1/3: directory not empty run.go:126: removing dir "dst" failed - try 2/3: directory not empty run.go:126: removing dir "dst" failed - try 3/3: directory not empty run.go:129: removing dir "dst" failed: directory not empty fstest.go:299: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:302: Flushing the directory cache fstest.go:299: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:302: Flushing the directory cache fstest.go:299: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:302: Flushing the directory cache fstest.go:328: Error Trace: fstest.go:328 fstest.go:339 run.go:174 run.go:376 panic.go:642 testing.go:858 testing.go:836 sync_test.go:1989 sync_test.go:2010 Error: Not equal: expected: []string{} actual : []string{"dst"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=3) "dst" } Test: TestMaxTransfer/Hard Messages: directories === RUN TestMaxTransfer/Soft run.go:181: Remote "zoho root 'rclone-test-fapawej5qizohoj0vixexoy4'", Local "Local file system at /tmp/rclone1072214047", Modify Window "876000h0m0s" sync_test.go:1989: This test only runs on local run.go:126: removing dir "dst" failed - try 1/3: directory not empty run.go:126: removing dir "dst" failed - try 2/3: directory not empty run.go:126: removing dir "dst" failed - try 3/3: directory not empty run.go:129: removing dir "dst" failed: directory not empty fstest.go:299: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:302: Flushing the directory cache fstest.go:299: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:302: Flushing the directory cache fstest.go:299: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:302: Flushing the directory cache fstest.go:328: Error Trace: fstest.go:328 fstest.go:339 run.go:174 run.go:376 panic.go:642 testing.go:858 testing.go:836 sync_test.go:1989 sync_test.go:2011 Error: Not equal: expected: []string{} actual : []string{"dst"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=3) "dst" } Test: TestMaxTransfer/Soft Messages: directories === RUN TestMaxTransfer/Cautious run.go:181: Remote "zoho root 'rclone-test-fapawej5qizohoj0vixexoy4'", Local "Local file system at /tmp/rclone1072214047", Modify Window "876000h0m0s" sync_test.go:1989: This test only runs on local run.go:126: removing dir "dst" failed - try 1/3: directory not empty run.go:126: removing dir "dst" failed - try 2/3: directory not empty run.go:126: removing dir "dst" failed - try 3/3: directory not empty run.go:129: removing dir "dst" failed: directory not empty fstest.go:299: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:302: Flushing the directory cache fstest.go:299: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:302: Flushing the directory cache fstest.go:299: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:302: Flushing the directory cache fstest.go:328: Error Trace: fstest.go:328 fstest.go:339 run.go:174 run.go:376 panic.go:642 testing.go:858 testing.go:836 sync_test.go:1989 sync_test.go:2012 Error: Not equal: expected: []string{} actual : []string{"dst"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=3) "dst" } Test: TestMaxTransfer/Cautious Messages: directories --- FAIL: TestMaxTransfer (35.74s) --- FAIL: TestMaxTransfer/Hard (11.84s) --- FAIL: TestMaxTransfer/Soft (11.99s) --- FAIL: TestMaxTransfer/Cautious (11.90s) === RUN TestSyncConcurrentDelete run.go:181: Remote "zoho root 'rclone-test-fapawej5qizohoj0vixexoy4'", Local "Local file system at /tmp/rclone1072214047", Modify Window "876000h0m0s" 2022/04/15 05:09:01 DEBUG : both0: Sizes identical 2022/04/15 05:09:01 DEBUG : both0: Unchanged skipping 2022/04/15 05:09:01 DEBUG : both1: Sizes identical 2022/04/15 05:09:01 DEBUG : both1: Unchanged skipping 2022/04/15 05:09:01 DEBUG : both10: Sizes identical 2022/04/15 05:09:01 DEBUG : both10: Unchanged skipping 2022/04/15 05:09:01 DEBUG : both11: Sizes identical 2022/04/15 05:09:01 DEBUG : both11: Unchanged skipping 2022/04/15 05:09:01 DEBUG : both12: Sizes identical 2022/04/15 05:09:01 DEBUG : both12: Unchanged skipping 2022/04/15 05:09:01 DEBUG : both13: Sizes identical 2022/04/15 05:09:01 DEBUG : both13: Unchanged skipping 2022/04/15 05:09:01 DEBUG : both14: Sizes identical 2022/04/15 05:09:01 DEBUG : both14: Unchanged skipping 2022/04/15 05:09:01 DEBUG : both15: Sizes identical 2022/04/15 05:09:01 DEBUG : both15: Unchanged skipping 2022/04/15 05:09:01 DEBUG : both16: Sizes identical 2022/04/15 05:09:01 DEBUG : both16: Unchanged skipping 2022/04/15 05:09:01 DEBUG : both17: Sizes identical 2022/04/15 05:09:01 DEBUG : both17: Unchanged skipping 2022/04/15 05:09:01 DEBUG : both18: Sizes identical 2022/04/15 05:09:01 DEBUG : both18: Unchanged skipping 2022/04/15 05:09:01 DEBUG : both19: Sizes identical 2022/04/15 05:09:01 DEBUG : both19: Unchanged skipping 2022/04/15 05:09:01 DEBUG : both2: Sizes identical 2022/04/15 05:09:01 DEBUG : both2: Unchanged skipping 2022/04/15 05:09:01 DEBUG : both3: Sizes identical 2022/04/15 05:09:01 DEBUG : both3: Unchanged skipping 2022/04/15 05:09:01 DEBUG : both4: Sizes identical 2022/04/15 05:09:01 DEBUG : both4: Unchanged skipping 2022/04/15 05:09:01 DEBUG : both5: Sizes identical 2022/04/15 05:09:01 DEBUG : both5: Unchanged skipping 2022/04/15 05:09:01 DEBUG : both6: Sizes identical 2022/04/15 05:09:01 DEBUG : both6: Unchanged skipping 2022/04/15 05:09:01 DEBUG : both7: Sizes identical 2022/04/15 05:09:01 DEBUG : both7: Unchanged skipping 2022/04/15 05:09:01 DEBUG : both8: Sizes identical 2022/04/15 05:09:01 DEBUG : both8: Unchanged skipping 2022/04/15 05:09:01 DEBUG : both9: Sizes identical 2022/04/15 05:09:01 DEBUG : both9: Unchanged skipping 2022/04/15 05:09:01 DEBUG : zoho root 'rclone-test-fapawej5qizohoj0vixexoy4': Waiting for checks to finish 2022/04/15 05:09:01 DEBUG : zoho root 'rclone-test-fapawej5qizohoj0vixexoy4': Waiting for transfers to finish 2022/04/15 05:09:01 DEBUG : Waiting for deletions to finish 2022/04/15 05:09:01 INFO : only8: Deleted 2022/04/15 05:09:01 INFO : only16: Deleted 2022/04/15 05:09:01 INFO : only18: Deleted 2022/04/15 05:09:01 INFO : only9: Deleted 2022/04/15 05:09:01 INFO : only4: Deleted 2022/04/15 05:09:01 INFO : only3: Deleted 2022/04/15 05:09:01 INFO : only7: Deleted 2022/04/15 05:09:01 INFO : only11: Deleted 2022/04/15 05:09:01 INFO : only0: Deleted 2022/04/15 05:09:01 INFO : only17: Deleted 2022/04/15 05:09:01 INFO : only12: Deleted 2022/04/15 05:09:01 INFO : only2: Deleted 2022/04/15 05:09:01 INFO : only15: Deleted 2022/04/15 05:09:01 INFO : only1: Deleted 2022/04/15 05:09:01 INFO : only5: Deleted 2022/04/15 05:09:01 INFO : only10: Deleted 2022/04/15 05:09:01 INFO : only13: Deleted 2022/04/15 05:09:01 INFO : only19: Deleted 2022/04/15 05:09:01 INFO : only14: Deleted 2022/04/15 05:09:04 INFO : only6: Deleted 2022/04/15 05:09:04 INFO : dst: Removing directory 2022/04/15 05:09:04 DEBUG : dst: Failed to Rmdir: directory not empty 2022/04/15 05:09:04 DEBUG : zoho root 'rclone-test-fapawej5qizohoj0vixexoy4': failed to delete 1 directories 2022/04/15 05:09:04 INFO : There was nothing to transfer run.go:126: removing dir "dst" failed - try 1/3: directory not empty run.go:126: removing dir "dst" failed - try 2/3: directory not empty run.go:126: removing dir "dst" failed - try 3/3: directory not empty run.go:129: removing dir "dst" failed: directory not empty fstest.go:299: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:302: Flushing the directory cache fstest.go:299: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:302: Flushing the directory cache fstest.go:299: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:302: Flushing the directory cache fstest.go:328: Error Trace: fstest.go:328 fstest.go:339 run.go:174 run.go:376 sync_test.go:2059 sync_test.go:2062 Error: Not equal: expected: []string{} actual : []string{"dst"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=3) "dst" } Test: TestSyncConcurrentDelete Messages: directories --- FAIL: TestSyncConcurrentDelete (63.98s) === RUN TestSyncConcurrentTruncate run.go:181: Remote "zoho root 'rclone-test-fapawej5qizohoj0vixexoy4'", Local "Local file system at /tmp/rclone1072214047", Modify Window "876000h0m0s" 2022/04/15 05:10:05 DEBUG : both0: Sizes identical 2022/04/15 05:10:05 DEBUG : both0: Unchanged skipping 2022/04/15 05:10:05 DEBUG : both1: Sizes identical 2022/04/15 05:10:05 DEBUG : both1: Unchanged skipping 2022/04/15 05:10:05 DEBUG : both10: Sizes identical 2022/04/15 05:10:05 DEBUG : both10: Unchanged skipping 2022/04/15 05:10:05 DEBUG : both11: Sizes identical 2022/04/15 05:10:05 DEBUG : both11: Unchanged skipping 2022/04/15 05:10:05 DEBUG : both12: Sizes identical 2022/04/15 05:10:05 DEBUG : both12: Unchanged skipping 2022/04/15 05:10:05 DEBUG : both13: Sizes identical 2022/04/15 05:10:05 DEBUG : both13: Unchanged skipping 2022/04/15 05:10:05 DEBUG : both14: Sizes identical 2022/04/15 05:10:05 DEBUG : both14: Unchanged skipping 2022/04/15 05:10:05 DEBUG : both15: Sizes identical 2022/04/15 05:10:05 DEBUG : both15: Unchanged skipping 2022/04/15 05:10:05 DEBUG : both16: Sizes identical 2022/04/15 05:10:05 DEBUG : both16: Unchanged skipping 2022/04/15 05:10:05 DEBUG : both17: Sizes identical 2022/04/15 05:10:05 DEBUG : both17: Unchanged skipping 2022/04/15 05:10:05 DEBUG : both18: Sizes identical 2022/04/15 05:10:05 DEBUG : both18: Unchanged skipping 2022/04/15 05:10:05 DEBUG : both19: Sizes identical 2022/04/15 05:10:05 DEBUG : both19: Unchanged skipping 2022/04/15 05:10:05 DEBUG : both2: Sizes identical 2022/04/15 05:10:05 DEBUG : both2: Unchanged skipping 2022/04/15 05:10:05 DEBUG : both3: Sizes identical 2022/04/15 05:10:05 DEBUG : both3: Unchanged skipping 2022/04/15 05:10:05 DEBUG : both4: Sizes identical 2022/04/15 05:10:05 DEBUG : both4: Unchanged skipping 2022/04/15 05:10:05 DEBUG : both5: Sizes identical 2022/04/15 05:10:05 DEBUG : both5: Unchanged skipping 2022/04/15 05:10:05 DEBUG : both6: Sizes identical 2022/04/15 05:10:05 DEBUG : both6: Unchanged skipping 2022/04/15 05:10:05 DEBUG : both7: Sizes identical 2022/04/15 05:10:05 DEBUG : both7: Unchanged skipping 2022/04/15 05:10:05 DEBUG : both8: Sizes identical 2022/04/15 05:10:05 DEBUG : both8: Unchanged skipping 2022/04/15 05:10:05 DEBUG : both9: Sizes identical 2022/04/15 05:10:05 DEBUG : both9: Unchanged skipping 2022/04/15 05:10:05 DEBUG : only0: Sizes differ (src 0 vs dst 6) 2022/04/15 05:10:05 DEBUG : only1: Sizes differ (src 0 vs dst 6) 2022/04/15 05:10:05 DEBUG : only10: Sizes differ (src 0 vs dst 6) 2022/04/15 05:10:05 DEBUG : only11: Sizes differ (src 0 vs dst 6) 2022/04/15 05:10:05 DEBUG : only12: Sizes differ (src 0 vs dst 6) 2022/04/15 05:10:05 DEBUG : only13: Sizes differ (src 0 vs dst 6) 2022/04/15 05:10:05 DEBUG : only14: Sizes differ (src 0 vs dst 6) 2022/04/15 05:10:05 DEBUG : only15: Sizes differ (src 0 vs dst 6) 2022/04/15 05:10:05 DEBUG : only16: Sizes differ (src 0 vs dst 6) 2022/04/15 05:10:05 DEBUG : only17: Sizes differ (src 0 vs dst 6) 2022/04/15 05:10:05 DEBUG : only18: Sizes differ (src 0 vs dst 6) 2022/04/15 05:10:05 DEBUG : only19: Sizes differ (src 0 vs dst 6) 2022/04/15 05:10:05 DEBUG : only2: Sizes differ (src 0 vs dst 6) 2022/04/15 05:10:05 DEBUG : only3: Sizes differ (src 0 vs dst 6) 2022/04/15 05:10:05 DEBUG : only4: Sizes differ (src 0 vs dst 6) 2022/04/15 05:10:05 DEBUG : only5: Sizes differ (src 0 vs dst 6) 2022/04/15 05:10:05 DEBUG : only6: Sizes differ (src 0 vs dst 6) 2022/04/15 05:10:05 DEBUG : only7: Sizes differ (src 0 vs dst 6) 2022/04/15 05:10:05 DEBUG : only8: Sizes differ (src 0 vs dst 6) 2022/04/15 05:10:05 DEBUG : only9: Sizes differ (src 0 vs dst 6) 2022/04/15 05:10:05 DEBUG : zoho root 'rclone-test-fapawej5qizohoj0vixexoy4': Waiting for checks to finish 2022/04/15 05:10:05 DEBUG : zoho root 'rclone-test-fapawej5qizohoj0vixexoy4': Waiting for transfers to finish 2022/04/15 05:10:05 INFO : only1: Copied (replaced existing) 2022/04/15 05:10:05 INFO : only11: Copied (replaced existing) 2022/04/15 05:10:05 INFO : only0: Copied (replaced existing) 2022/04/15 05:10:05 INFO : only10: Copied (replaced existing) 2022/04/15 05:10:06 INFO : only12: Copied (replaced existing) 2022/04/15 05:10:06 INFO : only14: Copied (replaced existing) 2022/04/15 05:10:06 INFO : only15: Copied (replaced existing) 2022/04/15 05:10:06 INFO : only13: Copied (replaced existing) 2022/04/15 05:10:06 INFO : only18: Copied (replaced existing) 2022/04/15 05:10:06 INFO : only16: Copied (replaced existing) 2022/04/15 05:10:06 INFO : only17: Copied (replaced existing) 2022/04/15 05:10:07 INFO : only19: Copied (replaced existing) 2022/04/15 05:10:07 INFO : only3: Copied (replaced existing) 2022/04/15 05:10:07 INFO : only2: Copied (replaced existing) 2022/04/15 05:10:07 INFO : only5: Copied (replaced existing) 2022/04/15 05:10:07 INFO : only4: Copied (replaced existing) 2022/04/15 05:10:07 INFO : only6: Copied (replaced existing) 2022/04/15 05:10:08 INFO : only8: Copied (replaced existing) 2022/04/15 05:10:08 INFO : only9: Copied (replaced existing) 2022/04/15 05:10:08 INFO : only7: Copied (replaced existing) 2022/04/15 05:10:08 DEBUG : Waiting for deletions to finish 2022/04/15 05:10:08 INFO : dst: Removing directory 2022/04/15 05:10:08 DEBUG : dst: Failed to Rmdir: directory not empty 2022/04/15 05:10:08 DEBUG : zoho root 'rclone-test-fapawej5qizohoj0vixexoy4': failed to delete 1 directories run.go:126: removing dir "dst" failed - try 1/3: directory not empty run.go:126: removing dir "dst" failed - try 2/3: directory not empty run.go:126: removing dir "dst" failed - try 3/3: directory not empty run.go:129: removing dir "dst" failed: directory not empty fstest.go:299: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:302: Flushing the directory cache fstest.go:299: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:302: Flushing the directory cache fstest.go:299: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:302: Flushing the directory cache fstest.go:328: Error Trace: fstest.go:328 fstest.go:339 run.go:174 run.go:376 sync_test.go:2059 sync_test.go:2066 Error: Not equal: expected: []string{} actual : []string{"dst"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=3) "dst" } Test: TestSyncConcurrentTruncate Messages: directories --- FAIL: TestSyncConcurrentTruncate (67.63s) FAIL 2022/04/15 05:10:27 DEBUG : zoho root 'rclone-test-fapawej5qizohoj0vixexoy4': Purge remote "./sync.test -test.v -test.timeout 1h0m0s -remote TestZoho: -verbose" - Finished ERROR in 8m3.948301498s (try 1/5): exit status 1: Failed [TestSyncSuffixKeepExtension TestSyncUTFNorm TestSyncImmutable TestSyncIgnoreCase TestMaxTransfer/Hard TestMaxTransfer/Soft TestMaxTransfer/Cautious TestSyncConcurrentDelete TestSyncConcurrentTruncate]