"./sync.test -test.v -test.timeout 1h0m0s -remote TestZoho: -verbose" - Starting (try 1/5) 2022/03/03 06:43:05 DEBUG : Creating backend with remote "TestZoho:rclone-test-cirixoq2juqoruc5yizupez8" 2022/03/03 06:43:05 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2022/03/03 06:43:05 DEBUG : TestZoho: Loaded invalid token from config file - ignoring 2022/03/03 06:43:05 DEBUG : Saving config "token" in section "TestZoho" of the config file 2022/03/03 06:43:05 DEBUG : TestZoho: Saved new token in config file 2022/03/03 06:43:06 DEBUG : Creating backend with remote "/tmp/rclone3206061335" === RUN TestPipe --- PASS: TestPipe (0.00s) === RUN TestPipeConcurrent --- PASS: TestPipeConcurrent (0.03s) === RUN TestPipeOrderBy === RUN TestPipeOrderBy/#00 === RUN TestPipeOrderBy/size === RUN TestPipeOrderBy/name === RUN TestPipeOrderBy/modtime === RUN TestPipeOrderBy/size,ascending === RUN TestPipeOrderBy/name,asc === RUN TestPipeOrderBy/modtime,ascending === RUN TestPipeOrderBy/size,descending === RUN TestPipeOrderBy/name,desc === RUN TestPipeOrderBy/modtime,descending === RUN TestPipeOrderBy/size,mixed,50 === RUN TestPipeOrderBy/size,mixed,51 --- PASS: TestPipeOrderBy (0.00s) --- PASS: TestPipeOrderBy/#00 (0.00s) --- PASS: TestPipeOrderBy/size (0.00s) --- PASS: TestPipeOrderBy/name (0.00s) --- PASS: TestPipeOrderBy/modtime (0.00s) --- PASS: TestPipeOrderBy/size,ascending (0.00s) --- PASS: TestPipeOrderBy/name,asc (0.00s) --- PASS: TestPipeOrderBy/modtime,ascending (0.00s) --- PASS: TestPipeOrderBy/size,descending (0.00s) --- PASS: TestPipeOrderBy/name,desc (0.00s) --- PASS: TestPipeOrderBy/modtime,descending (0.00s) --- PASS: TestPipeOrderBy/size,mixed,50 (0.00s) --- PASS: TestPipeOrderBy/size,mixed,51 (0.00s) === RUN TestNewLess === RUN TestNewLess/blankOK === RUN TestNewLess/tooManyParts === RUN TestNewLess/tooManyParts2 === RUN TestNewLess/badMixed === RUN TestNewLess/unknownComparison === RUN TestNewLess/unknownSortDirection === RUN TestNewLess/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-cirixoq2juqoruc5yizupez8'", Local "Local file system at /tmp/rclone3206061335", Modify Window "876000h0m0s" 2022/03/03 06:43:07 DEBUG : zoho root 'rclone-test-cirixoq2juqoruc5yizupez8': Waiting for checks to finish 2022/03/03 06:43:07 NOTICE: sub dir/hello world: Skipped copy as --dry-run is set (size 11) 2022/03/03 06:43:07 DEBUG : zoho root 'rclone-test-cirixoq2juqoruc5yizupez8': Waiting for transfers to finish --- PASS: TestCopyWithDryRun (0.97s) === RUN TestCopy run.go:181: Remote "zoho root 'rclone-test-cirixoq2juqoruc5yizupez8'", Local "Local file system at /tmp/rclone3206061335", Modify Window "876000h0m0s" 2022/03/03 06:43:07 DEBUG : zoho root 'rclone-test-cirixoq2juqoruc5yizupez8': Waiting for checks to finish 2022/03/03 06:43:07 DEBUG : zoho root 'rclone-test-cirixoq2juqoruc5yizupez8': Waiting for transfers to finish 2022/03/03 06:43:08 INFO : sub dir/hello world: Copied (new) --- PASS: TestCopy (2.12s) === RUN TestCopyMissingDirectory run.go:181: Remote "zoho root 'rclone-test-cirixoq2juqoruc5yizupez8'", Local "Local file system at /tmp/rclone3206061335", Modify Window "876000h0m0s" 2022/03/03 06:43:09 DEBUG : Creating backend with remote "/non-existing" 2022/03/03 06:43:09 ERROR : Local file system at /non-existing: error reading source root directory: directory not found 2022/03/03 06:43:09 DEBUG : zoho root 'rclone-test-cirixoq2juqoruc5yizupez8': Waiting for checks to finish 2022/03/03 06:43:09 DEBUG : zoho root 'rclone-test-cirixoq2juqoruc5yizupez8': Waiting for transfers to finish --- PASS: TestCopyMissingDirectory (0.24s) === RUN TestCopyNoTraverse run.go:181: Remote "zoho root 'rclone-test-cirixoq2juqoruc5yizupez8'", Local "Local file system at /tmp/rclone3206061335", Modify Window "876000h0m0s" 2022/03/03 06:43:09 DEBUG : zoho root 'rclone-test-cirixoq2juqoruc5yizupez8': Waiting for checks to finish 2022/03/03 06:43:09 DEBUG : zoho root 'rclone-test-cirixoq2juqoruc5yizupez8': Waiting for transfers to finish 2022/03/03 06:43:10 INFO : sub dir/hello world: Copied (new) --- PASS: TestCopyNoTraverse (2.38s) === RUN TestCopyCheckFirst run.go:181: Remote "zoho root 'rclone-test-cirixoq2juqoruc5yizupez8'", Local "Local file system at /tmp/rclone3206061335", Modify Window "876000h0m0s" 2022/03/03 06:43:12 INFO : zoho root 'rclone-test-cirixoq2juqoruc5yizupez8': Running all checks before starting transfers 2022/03/03 06:43:12 DEBUG : zoho root 'rclone-test-cirixoq2juqoruc5yizupez8': Waiting for checks to finish 2022/03/03 06:43:12 INFO : zoho root 'rclone-test-cirixoq2juqoruc5yizupez8': Checks finished, now starting transfers 2022/03/03 06:43:12 DEBUG : zoho root 'rclone-test-cirixoq2juqoruc5yizupez8': Waiting for transfers to finish 2022/03/03 06:43:12 INFO : sub dir/hello world: Copied (new) --- PASS: TestCopyCheckFirst (2.28s) === RUN TestSyncNoTraverse run.go:181: Remote "zoho root 'rclone-test-cirixoq2juqoruc5yizupez8'", Local "Local file system at /tmp/rclone3206061335", Modify Window "876000h0m0s" 2022/03/03 06:43:14 ERROR : Ignoring --no-traverse with sync 2022/03/03 06:43:14 DEBUG : zoho root 'rclone-test-cirixoq2juqoruc5yizupez8': Waiting for checks to finish 2022/03/03 06:43:14 DEBUG : zoho root 'rclone-test-cirixoq2juqoruc5yizupez8': Waiting for transfers to finish 2022/03/03 06:43:15 INFO : sub dir/hello world: Copied (new) 2022/03/03 06:43:15 DEBUG : Waiting for deletions to finish --- PASS: TestSyncNoTraverse (2.18s) === RUN TestCopyWithDepth run.go:181: Remote "zoho root 'rclone-test-cirixoq2juqoruc5yizupez8'", Local "Local file system at /tmp/rclone3206061335", Modify Window "876000h0m0s" 2022/03/03 06:43:16 DEBUG : zoho root 'rclone-test-cirixoq2juqoruc5yizupez8': Waiting for checks to finish 2022/03/03 06:43:16 DEBUG : zoho root 'rclone-test-cirixoq2juqoruc5yizupez8': Waiting for transfers to finish 2022/03/03 06:43:17 INFO : hello world2: Copied (new) --- PASS: TestCopyWithDepth (1.44s) === RUN TestCopyWithFilesFrom run.go:181: Remote "zoho root 'rclone-test-cirixoq2juqoruc5yizupez8'", Local "Local file system at /tmp/rclone3206061335", Modify Window "876000h0m0s" 2022/03/03 06:43:17 DEBUG : hello world2: Excluded 2022/03/03 06:43:18 DEBUG : zoho root 'rclone-test-cirixoq2juqoruc5yizupez8': Waiting for checks to finish 2022/03/03 06:43:18 DEBUG : zoho root 'rclone-test-cirixoq2juqoruc5yizupez8': Waiting for transfers to finish 2022/03/03 06:43:18 INFO : potato2: Copied (new) --- PASS: TestCopyWithFilesFrom (1.22s) === RUN TestCopyWithFilesFromAndNoTraverse run.go:181: Remote "zoho root 'rclone-test-cirixoq2juqoruc5yizupez8'", Local "Local file system at /tmp/rclone3206061335", Modify Window "876000h0m0s" 2022/03/03 06:43:19 DEBUG : zoho root 'rclone-test-cirixoq2juqoruc5yizupez8': Waiting for checks to finish 2022/03/03 06:43:19 DEBUG : zoho root 'rclone-test-cirixoq2juqoruc5yizupez8': Waiting for transfers to finish 2022/03/03 06:43:19 INFO : potato2: Copied (new) --- PASS: TestCopyWithFilesFromAndNoTraverse (1.20s) === RUN TestCopyEmptyDirectories run.go:181: Remote "zoho root 'rclone-test-cirixoq2juqoruc5yizupez8'", Local "Local file system at /tmp/rclone3206061335", Modify Window "876000h0m0s" 2022/03/03 06:43:20 DEBUG : sub dir2: Making directory 2022/03/03 06:43:20 DEBUG : zoho root 'rclone-test-cirixoq2juqoruc5yizupez8': Waiting for checks to finish 2022/03/03 06:43:20 DEBUG : zoho root 'rclone-test-cirixoq2juqoruc5yizupez8': Waiting for transfers to finish 2022/03/03 06:43:21 INFO : sub dir/hello world: Copied (new) 2022/03/03 06:43:21 DEBUG : sub dir2: Making directory 2022/03/03 06:43:21 DEBUG : zoho root 'rclone-test-cirixoq2juqoruc5yizupez8': copied 1 directories --- PASS: TestCopyEmptyDirectories (2.59s) === RUN TestMoveEmptyDirectories run.go:181: Remote "zoho root 'rclone-test-cirixoq2juqoruc5yizupez8'", Local "Local file system at /tmp/rclone3206061335", Modify Window "876000h0m0s" 2022/03/03 06:43:22 DEBUG : sub dir2: Making directory 2022/03/03 06:43:23 DEBUG : zoho root 'rclone-test-cirixoq2juqoruc5yizupez8': Waiting for checks to finish 2022/03/03 06:43:23 DEBUG : zoho root 'rclone-test-cirixoq2juqoruc5yizupez8': Waiting for transfers to finish 2022/03/03 06:43:23 INFO : sub dir/hello world: Copied (new) 2022/03/03 06:43:23 INFO : sub dir/hello world: Deleted 2022/03/03 06:43:23 DEBUG : sub dir: Making directory 2022/03/03 06:43:23 DEBUG : sub dir2: Making directory 2022/03/03 06:43:24 DEBUG : zoho root 'rclone-test-cirixoq2juqoruc5yizupez8': copied 2 directories --- PASS: TestMoveEmptyDirectories (2.68s) === RUN TestSyncEmptyDirectories run.go:181: Remote "zoho root 'rclone-test-cirixoq2juqoruc5yizupez8'", Local "Local file system at /tmp/rclone3206061335", Modify Window "876000h0m0s" 2022/03/03 06:43:25 DEBUG : sub dir2: Making directory 2022/03/03 06:43:25 DEBUG : zoho root 'rclone-test-cirixoq2juqoruc5yizupez8': Waiting for checks to finish 2022/03/03 06:43:25 DEBUG : zoho root 'rclone-test-cirixoq2juqoruc5yizupez8': Waiting for transfers to finish 2022/03/03 06:43:26 INFO : sub dir/hello world: Copied (new) 2022/03/03 06:43:26 DEBUG : sub dir2: Making directory 2022/03/03 06:43:26 DEBUG : zoho root 'rclone-test-cirixoq2juqoruc5yizupez8': copied 1 directories 2022/03/03 06:43:26 DEBUG : Waiting for deletions to finish --- PASS: TestSyncEmptyDirectories (2.84s) === RUN TestServerSideCopy run.go:181: Remote "zoho root 'rclone-test-cirixoq2juqoruc5yizupez8'", Local "Local file system at /tmp/rclone3206061335", Modify Window "876000h0m0s" 2022/03/03 06:43:29 DEBUG : Creating backend with remote "TestZoho:rclone-test-wokorij4nerosox1noyizay8" sync_test.go:275: Server side copy (if possible) zoho root 'rclone-test-cirixoq2juqoruc5yizupez8' -> zoho root 'rclone-test-wokorij4nerosox1noyizay8' 2022/03/03 06:43:30 DEBUG : zoho root 'rclone-test-wokorij4nerosox1noyizay8': Waiting for checks to finish 2022/03/03 06:43:30 DEBUG : zoho root 'rclone-test-wokorij4nerosox1noyizay8': Waiting for transfers to finish 2022/03/03 06:43:32 INFO : sub dir/hello world: Copied (server-side copy) 2022/03/03 06:43:32 DEBUG : zoho root 'rclone-test-wokorij4nerosox1noyizay8': Purge remote --- PASS: TestServerSideCopy (5.16s) === RUN TestCopyAfterDelete run.go:181: Remote "zoho root 'rclone-test-cirixoq2juqoruc5yizupez8'", Local "Local file system at /tmp/rclone3206061335", Modify Window "876000h0m0s" 2022/03/03 06:43:34 ERROR : : error listing: directory not found 2022/03/03 06:43:34 DEBUG : Local file system at /tmp/rclone3206061335: Making directory 2022/03/03 06:43:34 DEBUG : zoho root 'rclone-test-cirixoq2juqoruc5yizupez8': Waiting for checks to finish 2022/03/03 06:43:34 DEBUG : zoho root 'rclone-test-cirixoq2juqoruc5yizupez8': Waiting for transfers to finish --- PASS: TestCopyAfterDelete (2.64s) === RUN TestCopyRedownload run.go:181: Remote "zoho root 'rclone-test-cirixoq2juqoruc5yizupez8'", Local "Local file system at /tmp/rclone3206061335", Modify Window "876000h0m0s" 2022/03/03 06:43:37 DEBUG : Local file system at /tmp/rclone3206061335: Waiting for checks to finish 2022/03/03 06:43:37 DEBUG : Local file system at /tmp/rclone3206061335: Waiting for transfers to finish 2022/03/03 06:43:37 INFO : sub dir/hello world: Copied (new) --- PASS: TestCopyRedownload (2.40s) === RUN TestSyncBasedOnCheckSum run.go:181: Remote "zoho root 'rclone-test-cirixoq2juqoruc5yizupez8'", Local "Local file system at /tmp/rclone3206061335", Modify Window "876000h0m0s" 2022/03/03 06:43:38 DEBUG : zoho root 'rclone-test-cirixoq2juqoruc5yizupez8': Waiting for checks to finish 2022/03/03 06:43:38 DEBUG : zoho root 'rclone-test-cirixoq2juqoruc5yizupez8': Waiting for transfers to finish 2022/03/03 06:43:39 INFO : check sum: Copied (new) 2022/03/03 06:43:39 DEBUG : Waiting for deletions to finish 2022/03/03 06:43:39 DEBUG : zoho root 'rclone-test-cirixoq2juqoruc5yizupez8': Waiting for checks to finish 2022/03/03 06:43:39 NOTICE: zoho root 'rclone-test-cirixoq2juqoruc5yizupez8': --checksum is in use but the source and destination have no hashes in common; falling back to --size-only 2022/03/03 06:43:39 DEBUG : check sum: Size of src and dst objects identical 2022/03/03 06:43:39 DEBUG : check sum: Unchanged skipping 2022/03/03 06:43:39 DEBUG : zoho root 'rclone-test-cirixoq2juqoruc5yizupez8': Waiting for transfers to finish 2022/03/03 06:43:39 DEBUG : Waiting for deletions to finish 2022/03/03 06:43:39 INFO : There was nothing to transfer --- PASS: TestSyncBasedOnCheckSum (1.45s) === RUN TestSyncSizeOnly run.go:181: Remote "zoho root 'rclone-test-cirixoq2juqoruc5yizupez8'", Local "Local file system at /tmp/rclone3206061335", Modify Window "876000h0m0s" 2022/03/03 06:43:40 DEBUG : zoho root 'rclone-test-cirixoq2juqoruc5yizupez8': Waiting for checks to finish 2022/03/03 06:43:40 DEBUG : zoho root 'rclone-test-cirixoq2juqoruc5yizupez8': Waiting for transfers to finish 2022/03/03 06:43:40 INFO : sizeonly: Copied (new) 2022/03/03 06:43:40 DEBUG : Waiting for deletions to finish 2022/03/03 06:43:40 DEBUG : zoho root 'rclone-test-cirixoq2juqoruc5yizupez8': Waiting for checks to finish 2022/03/03 06:43:40 DEBUG : sizeonly: Sizes identical 2022/03/03 06:43:40 DEBUG : sizeonly: Unchanged skipping 2022/03/03 06:43:40 DEBUG : zoho root 'rclone-test-cirixoq2juqoruc5yizupez8': Waiting for transfers to finish 2022/03/03 06:43:40 DEBUG : Waiting for deletions to finish 2022/03/03 06:43:40 INFO : There was nothing to transfer --- PASS: TestSyncSizeOnly (1.31s) === RUN TestSyncIgnoreSize run.go:181: Remote "zoho root 'rclone-test-cirixoq2juqoruc5yizupez8'", Local "Local file system at /tmp/rclone3206061335", Modify Window "876000h0m0s" 2022/03/03 06:43:41 DEBUG : zoho root 'rclone-test-cirixoq2juqoruc5yizupez8': Waiting for checks to finish 2022/03/03 06:43:41 DEBUG : zoho root 'rclone-test-cirixoq2juqoruc5yizupez8': Waiting for transfers to finish 2022/03/03 06:43:42 INFO : ignore-size: Copied (new) 2022/03/03 06:43:42 DEBUG : Waiting for deletions to finish 2022/03/03 06:43:42 DEBUG : ignore-size: Sizes identical 2022/03/03 06:43:42 DEBUG : ignore-size: Unchanged skipping 2022/03/03 06:43:42 DEBUG : zoho root 'rclone-test-cirixoq2juqoruc5yizupez8': Waiting for checks to finish 2022/03/03 06:43:42 DEBUG : zoho root 'rclone-test-cirixoq2juqoruc5yizupez8': Waiting for transfers to finish 2022/03/03 06:43:42 DEBUG : Waiting for deletions to finish 2022/03/03 06:43:42 INFO : There was nothing to transfer --- PASS: TestSyncIgnoreSize (1.58s) === RUN TestSyncIgnoreTimes run.go:181: Remote "zoho root 'rclone-test-cirixoq2juqoruc5yizupez8'", Local "Local file system at /tmp/rclone3206061335", Modify Window "876000h0m0s" 2022/03/03 06:43:43 DEBUG : zoho root 'rclone-test-cirixoq2juqoruc5yizupez8': Waiting for checks to finish 2022/03/03 06:43:43 DEBUG : existing: Sizes identical 2022/03/03 06:43:43 DEBUG : existing: Unchanged skipping 2022/03/03 06:43:43 DEBUG : zoho root 'rclone-test-cirixoq2juqoruc5yizupez8': Waiting for transfers to finish 2022/03/03 06:43:43 DEBUG : Waiting for deletions to finish 2022/03/03 06:43:43 INFO : There was nothing to transfer 2022/03/03 06:43:43 DEBUG : zoho root 'rclone-test-cirixoq2juqoruc5yizupez8': Waiting for checks to finish 2022/03/03 06:43:43 DEBUG : existing: Transferring unconditionally as --ignore-times is in use 2022/03/03 06:43:43 DEBUG : zoho root 'rclone-test-cirixoq2juqoruc5yizupez8': Waiting for transfers to finish 2022/03/03 06:43:44 INFO : existing: Copied (replaced existing) 2022/03/03 06:43:44 DEBUG : Waiting for deletions to finish --- PASS: TestSyncIgnoreTimes (1.70s) === RUN TestSyncIgnoreExisting run.go:181: Remote "zoho root 'rclone-test-cirixoq2juqoruc5yizupez8'", Local "Local file system at /tmp/rclone3206061335", Modify Window "876000h0m0s" 2022/03/03 06:43:44 DEBUG : zoho root 'rclone-test-cirixoq2juqoruc5yizupez8': Waiting for checks to finish 2022/03/03 06:43:44 DEBUG : zoho root 'rclone-test-cirixoq2juqoruc5yizupez8': Waiting for transfers to finish 2022/03/03 06:43:45 INFO : existing: Copied (new) 2022/03/03 06:43:45 DEBUG : Waiting for deletions to finish 2022/03/03 06:43:45 DEBUG : zoho root 'rclone-test-cirixoq2juqoruc5yizupez8': Waiting for checks to finish 2022/03/03 06:43:45 DEBUG : existing: Destination exists, skipping 2022/03/03 06:43:45 DEBUG : zoho root 'rclone-test-cirixoq2juqoruc5yizupez8': Waiting for transfers to finish 2022/03/03 06:43:45 DEBUG : Waiting for deletions to finish 2022/03/03 06:43:45 INFO : There was nothing to transfer --- PASS: TestSyncIgnoreExisting (1.38s) === RUN TestSyncIgnoreErrors run.go:181: Remote "zoho root 'rclone-test-cirixoq2juqoruc5yizupez8'", Local "Local file system at /tmp/rclone3206061335", Modify Window "876000h0m0s" 2022/03/03 06:43:47 DEBUG : d: Making directory 2022/03/03 06:43:48 DEBUG : c/non empty space: Sizes identical 2022/03/03 06:43:48 DEBUG : c/non empty space: Unchanged skipping 2022/03/03 06:43:49 DEBUG : zoho root 'rclone-test-cirixoq2juqoruc5yizupez8': Waiting for checks to finish 2022/03/03 06:43:49 DEBUG : zoho root 'rclone-test-cirixoq2juqoruc5yizupez8': Waiting for transfers to finish 2022/03/03 06:43:50 INFO : a/potato2: Copied (new) 2022/03/03 06:43:50 DEBUG : Waiting for deletions to finish 2022/03/03 06:43:50 INFO : b/potato: Deleted 2022/03/03 06:43:50 INFO : d: Removing directory 2022/03/03 06:43:50 INFO : b: Removing directory 2022/03/03 06:43:50 DEBUG : zoho root 'rclone-test-cirixoq2juqoruc5yizupez8': deleted 2 directories --- PASS: TestSyncIgnoreErrors (6.43s) === RUN TestSyncAfterChangingModtimeOnly run.go:181: Remote "zoho root 'rclone-test-cirixoq2juqoruc5yizupez8'", Local "Local file system at /tmp/rclone3206061335", Modify Window "876000h0m0s" 2022/03/03 06:43:53 DEBUG : zoho root 'rclone-test-cirixoq2juqoruc5yizupez8': Waiting for checks to finish 2022/03/03 06:43:53 DEBUG : empty space: Sizes identical 2022/03/03 06:43:53 DEBUG : empty space: Unchanged skipping 2022/03/03 06:43:53 DEBUG : zoho root 'rclone-test-cirixoq2juqoruc5yizupez8': Waiting for transfers to finish 2022/03/03 06:43:53 DEBUG : Waiting for deletions to finish 2022/03/03 06:43:53 INFO : There was nothing to transfer 2022/03/03 06:43:53 DEBUG : zoho root 'rclone-test-cirixoq2juqoruc5yizupez8': Waiting for checks to finish 2022/03/03 06:43:53 DEBUG : empty space: Sizes identical 2022/03/03 06:43:53 DEBUG : empty space: Unchanged skipping 2022/03/03 06:43:53 DEBUG : zoho root 'rclone-test-cirixoq2juqoruc5yizupez8': Waiting for transfers to finish 2022/03/03 06:43:53 DEBUG : Waiting for deletions to finish 2022/03/03 06:43:53 INFO : There was nothing to transfer --- PASS: TestSyncAfterChangingModtimeOnly (1.88s) === RUN TestSyncAfterChangingModtimeOnlyWithNoUpdateModTime run.go:181: Remote "zoho root 'rclone-test-cirixoq2juqoruc5yizupez8'", Local "Local file system at /tmp/rclone3206061335", 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-cirixoq2juqoruc5yizupez8'", Local "Local file system at /tmp/rclone3206061335", Modify Window "876000h0m0s" sync_test.go:602: Can't run this test on fs which doesn't support mod time --- SKIP: TestSyncDoesntUpdateModtime (0.16s) === RUN TestSyncAfterAddingAFile run.go:181: Remote "zoho root 'rclone-test-cirixoq2juqoruc5yizupez8'", Local "Local file system at /tmp/rclone3206061335", Modify Window "876000h0m0s" 2022/03/03 06:43:55 DEBUG : empty space: Sizes identical 2022/03/03 06:43:55 DEBUG : empty space: Unchanged skipping 2022/03/03 06:43:55 DEBUG : zoho root 'rclone-test-cirixoq2juqoruc5yizupez8': Waiting for checks to finish 2022/03/03 06:43:55 DEBUG : zoho root 'rclone-test-cirixoq2juqoruc5yizupez8': Waiting for transfers to finish 2022/03/03 06:43:56 ERROR : potato: corrupted on transfer: sizes differ 60 vs 0 2022/03/03 06:43:56 INFO : potato: Removing failed copy 2022/03/03 06:43:56 ERROR : zoho root 'rclone-test-cirixoq2juqoruc5yizupez8': not deleting files as there were IO errors 2022/03/03 06:43:56 ERROR : zoho root 'rclone-test-cirixoq2juqoruc5yizupez8': not deleting directories as there were IO errors sync_test.go:634: Error Trace: sync_test.go:634 Error: Received unexpected error: corrupted on transfer: sizes differ 60 vs 0 Test: TestSyncAfterAddingAFile --- FAIL: TestSyncAfterAddingAFile (1.86s) === RUN TestSyncAfterChangingFilesSizeOnly run.go:181: Remote "zoho root 'rclone-test-cirixoq2juqoruc5yizupez8'", Local "Local file system at /tmp/rclone3206061335", Modify Window "876000h0m0s" 2022/03/03 06:43:57 DEBUG : zoho root 'rclone-test-cirixoq2juqoruc5yizupez8': Waiting for checks to finish 2022/03/03 06:43:57 DEBUG : potato: Sizes differ (src 21 vs dst 60) 2022/03/03 06:43:57 DEBUG : zoho root 'rclone-test-cirixoq2juqoruc5yizupez8': Waiting for transfers to finish 2022/03/03 06:43:57 INFO : potato: Copied (replaced existing) 2022/03/03 06:43:57 DEBUG : Waiting for deletions to finish --- PASS: TestSyncAfterChangingFilesSizeOnly (1.66s) === RUN TestSyncAfterChangingContentsOnly run.go:181: Remote "zoho root 'rclone-test-cirixoq2juqoruc5yizupez8'", Local "Local file system at /tmp/rclone3206061335", Modify Window "876000h0m0s" sync_test.go:663: ModTimeNotSupported so forcing file to be a different size 2022/03/03 06:43:59 DEBUG : potato: Sizes differ (src 21 vs dst 36) 2022/03/03 06:43:59 DEBUG : zoho root 'rclone-test-cirixoq2juqoruc5yizupez8': Waiting for checks to finish 2022/03/03 06:43:59 DEBUG : zoho root 'rclone-test-cirixoq2juqoruc5yizupez8': Waiting for transfers to finish 2022/03/03 06:43:59 INFO : potato: Copied (replaced existing) 2022/03/03 06:43:59 DEBUG : Waiting for deletions to finish --- PASS: TestSyncAfterChangingContentsOnly (2.07s) === RUN TestSyncAfterRemovingAFileAndAddingAFileDryRun run.go:181: Remote "zoho root 'rclone-test-cirixoq2juqoruc5yizupez8'", Local "Local file system at /tmp/rclone3206061335", Modify Window "876000h0m0s" 2022/03/03 06:44:01 NOTICE: potato2: Skipped copy as --dry-run is set (size 60) 2022/03/03 06:44:01 DEBUG : empty space: Sizes identical 2022/03/03 06:44:01 DEBUG : empty space: Unchanged skipping 2022/03/03 06:44:01 DEBUG : zoho root 'rclone-test-cirixoq2juqoruc5yizupez8': Waiting for checks to finish 2022/03/03 06:44:01 DEBUG : zoho root 'rclone-test-cirixoq2juqoruc5yizupez8': Waiting for transfers to finish 2022/03/03 06:44:01 DEBUG : Waiting for deletions to finish 2022/03/03 06:44:01 NOTICE: potato: Skipped delete as --dry-run is set (size 21) --- PASS: TestSyncAfterRemovingAFileAndAddingAFileDryRun (1.88s) === RUN TestSyncAfterRemovingAFileAndAddingAFile run.go:181: Remote "zoho root 'rclone-test-cirixoq2juqoruc5yizupez8'", Local "Local file system at /tmp/rclone3206061335", Modify Window "876000h0m0s" 2022/03/03 06:44:03 DEBUG : empty space: Sizes identical 2022/03/03 06:44:03 DEBUG : empty space: Unchanged skipping 2022/03/03 06:44:03 DEBUG : zoho root 'rclone-test-cirixoq2juqoruc5yizupez8': Waiting for checks to finish 2022/03/03 06:44:03 DEBUG : zoho root 'rclone-test-cirixoq2juqoruc5yizupez8': Waiting for transfers to finish 2022/03/03 06:44:04 INFO : potato2: Copied (new) 2022/03/03 06:44:04 DEBUG : Waiting for deletions to finish 2022/03/03 06:44:04 INFO : potato: Deleted --- PASS: TestSyncAfterRemovingAFileAndAddingAFile (2.84s) === RUN TestSyncAfterRemovingAFileAndAddingAFileSubDir run.go:181: Remote "zoho root 'rclone-test-cirixoq2juqoruc5yizupez8'", Local "Local file system at /tmp/rclone3206061335", Modify Window "876000h0m0s" 2022/03/03 06:44:06 DEBUG : d: Making directory 2022/03/03 06:44:06 DEBUG : d/e: Making directory 2022/03/03 06:44:08 DEBUG : c/non empty space: Sizes identical 2022/03/03 06:44:08 DEBUG : c/non empty space: Unchanged skipping 2022/03/03 06:44:08 DEBUG : zoho root 'rclone-test-cirixoq2juqoruc5yizupez8': Waiting for checks to finish 2022/03/03 06:44:08 DEBUG : zoho root 'rclone-test-cirixoq2juqoruc5yizupez8': Waiting for transfers to finish 2022/03/03 06:44:09 INFO : a/potato2: Copied (new) 2022/03/03 06:44:09 DEBUG : Waiting for deletions to finish 2022/03/03 06:44:09 INFO : b/potato: Deleted 2022/03/03 06:44:09 INFO : d/e: Removing directory 2022/03/03 06:44:09 INFO : d: Removing directory 2022/03/03 06:44:09 INFO : b: Removing directory 2022/03/03 06:44:10 DEBUG : zoho root 'rclone-test-cirixoq2juqoruc5yizupez8': deleted 3 directories --- PASS: TestSyncAfterRemovingAFileAndAddingAFileSubDir (6.57s) === RUN TestSyncAfterRemovingAFileAndAddingAFileSubDirWithErrors run.go:181: Remote "zoho root 'rclone-test-cirixoq2juqoruc5yizupez8'", Local "Local file system at /tmp/rclone3206061335", Modify Window "876000h0m0s" 2022/03/03 06:44:13 DEBUG : d: Making directory 2022/03/03 06:44:14 DEBUG : zoho root 'rclone-test-cirixoq2juqoruc5yizupez8': Waiting for checks to finish 2022/03/03 06:44:14 DEBUG : c/non empty space: Sizes identical 2022/03/03 06:44:14 DEBUG : c/non empty space: Unchanged skipping 2022/03/03 06:44:14 DEBUG : zoho root 'rclone-test-cirixoq2juqoruc5yizupez8': Waiting for transfers to finish 2022/03/03 06:44:15 INFO : a/potato2: Copied (new) 2022/03/03 06:44:15 ERROR : zoho root 'rclone-test-cirixoq2juqoruc5yizupez8': not deleting files as there were IO errors 2022/03/03 06:44:15 ERROR : zoho root 'rclone-test-cirixoq2juqoruc5yizupez8': not deleting directories as there were IO errors --- PASS: TestSyncAfterRemovingAFileAndAddingAFileSubDirWithErrors (5.90s) === RUN TestSyncDeleteAfter --- PASS: TestSyncDeleteAfter (0.00s) === RUN TestSyncDeleteDuring run.go:181: Remote "zoho root 'rclone-test-cirixoq2juqoruc5yizupez8'", Local "Local file system at /tmp/rclone3206061335", Modify Window "876000h0m0s" 2022/03/03 06:44:18 DEBUG : Waiting for deletions to finish 2022/03/03 06:44:18 DEBUG : zoho root 'rclone-test-cirixoq2juqoruc5yizupez8': Waiting for checks to finish 2022/03/03 06:44:18 DEBUG : empty space: Sizes identical 2022/03/03 06:44:18 DEBUG : empty space: Unchanged skipping 2022/03/03 06:44:18 DEBUG : zoho root 'rclone-test-cirixoq2juqoruc5yizupez8': Waiting for transfers to finish 2022/03/03 06:44:19 INFO : potato: Deleted 2022/03/03 06:44:19 INFO : potato2: Copied (new) --- PASS: TestSyncDeleteDuring (2.69s) === RUN TestSyncDeleteBefore run.go:181: Remote "zoho root 'rclone-test-cirixoq2juqoruc5yizupez8'", Local "Local file system at /tmp/rclone3206061335", Modify Window "876000h0m0s" 2022/03/03 06:44:21 DEBUG : Waiting for deletions to finish 2022/03/03 06:44:21 DEBUG : zoho root 'rclone-test-cirixoq2juqoruc5yizupez8': Waiting for checks to finish 2022/03/03 06:44:21 DEBUG : zoho root 'rclone-test-cirixoq2juqoruc5yizupez8': Waiting for transfers to finish 2022/03/03 06:44:21 INFO : potato: Deleted 2022/03/03 06:44:21 DEBUG : empty space: Sizes identical 2022/03/03 06:44:21 DEBUG : empty space: Unchanged skipping 2022/03/03 06:44:21 DEBUG : zoho root 'rclone-test-cirixoq2juqoruc5yizupez8': Waiting for checks to finish 2022/03/03 06:44:21 DEBUG : zoho root 'rclone-test-cirixoq2juqoruc5yizupez8': Waiting for transfers to finish 2022/03/03 06:44:22 INFO : potato2: Copied (new) --- PASS: TestSyncDeleteBefore (3.01s) === RUN TestCopyDeleteBefore run.go:181: Remote "zoho root 'rclone-test-cirixoq2juqoruc5yizupez8'", Local "Local file system at /tmp/rclone3206061335", Modify Window "876000h0m0s" 2022/03/03 06:44:23 DEBUG : zoho root 'rclone-test-cirixoq2juqoruc5yizupez8': Waiting for checks to finish 2022/03/03 06:44:23 DEBUG : zoho root 'rclone-test-cirixoq2juqoruc5yizupez8': Waiting for transfers to finish 2022/03/03 06:44:24 INFO : potato2: Copied (new) --- PASS: TestCopyDeleteBefore (2.10s) === RUN TestSyncWithExclude run.go:181: Remote "zoho root 'rclone-test-cirixoq2juqoruc5yizupez8'", Local "Local file system at /tmp/rclone3206061335", Modify Window "876000h0m0s" 2022/03/03 06:44:26 DEBUG : enormous: Excluded 2022/03/03 06:44:26 DEBUG : potato2: Excluded 2022/03/03 06:44:26 DEBUG : potato2: Excluded 2022/03/03 06:44:26 DEBUG : zoho root 'rclone-test-cirixoq2juqoruc5yizupez8': Waiting for checks to finish 2022/03/03 06:44:26 DEBUG : empty space: Sizes identical 2022/03/03 06:44:26 DEBUG : empty space: Unchanged skipping 2022/03/03 06:44:26 DEBUG : zoho root 'rclone-test-cirixoq2juqoruc5yizupez8': Waiting for transfers to finish 2022/03/03 06:44:26 DEBUG : Waiting for deletions to finish 2022/03/03 06:44:26 INFO : There was nothing to transfer 2022/03/03 06:44:27 DEBUG : enormous: Excluded 2022/03/03 06:44:27 DEBUG : potato2: Excluded 2022/03/03 06:44:27 DEBUG : potato2: Excluded 2022/03/03 06:44:27 DEBUG : empty space: Sizes identical 2022/03/03 06:44:27 DEBUG : empty space: Unchanged skipping 2022/03/03 06:44:27 DEBUG : Local file system at /tmp/rclone3206061335: Waiting for checks to finish 2022/03/03 06:44:27 DEBUG : Local file system at /tmp/rclone3206061335: Waiting for transfers to finish 2022/03/03 06:44:27 DEBUG : Waiting for deletions to finish 2022/03/03 06:44:27 INFO : There was nothing to transfer --- PASS: TestSyncWithExclude (2.40s) === RUN TestSyncWithExcludeAndDeleteExcluded run.go:181: Remote "zoho root 'rclone-test-cirixoq2juqoruc5yizupez8'", Local "Local file system at /tmp/rclone3206061335", Modify Window "876000h0m0s" 2022/03/03 06:44:29 DEBUG : enormous: Excluded 2022/03/03 06:44:29 DEBUG : potato2: Excluded 2022/03/03 06:44:29 DEBUG : zoho root 'rclone-test-cirixoq2juqoruc5yizupez8': Waiting for checks to finish 2022/03/03 06:44:29 DEBUG : empty space: Sizes identical 2022/03/03 06:44:29 DEBUG : empty space: Unchanged skipping 2022/03/03 06:44:29 DEBUG : zoho root 'rclone-test-cirixoq2juqoruc5yizupez8': Waiting for transfers to finish 2022/03/03 06:44:29 DEBUG : Waiting for deletions to finish 2022/03/03 06:44:29 INFO : potato2: Deleted 2022/03/03 06:44:30 INFO : enormous: Deleted 2022/03/03 06:44:30 INFO : There was nothing to transfer 2022/03/03 06:44:30 DEBUG : empty space: Sizes identical 2022/03/03 06:44:30 DEBUG : empty space: Unchanged skipping 2022/03/03 06:44:30 DEBUG : Local file system at /tmp/rclone3206061335: Waiting for checks to finish 2022/03/03 06:44:30 DEBUG : Local file system at /tmp/rclone3206061335: Waiting for transfers to finish 2022/03/03 06:44:30 DEBUG : Waiting for deletions to finish 2022/03/03 06:44:30 INFO : potato2: Deleted 2022/03/03 06:44:30 INFO : enormous: Deleted 2022/03/03 06:44:30 INFO : There was nothing to transfer --- PASS: TestSyncWithExcludeAndDeleteExcluded (3.14s) === RUN TestSyncWithUpdateOlder run.go:181: Remote "zoho root 'rclone-test-cirixoq2juqoruc5yizupez8'", Local "Local file system at /tmp/rclone3206061335", 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-cirixoq2juqoruc5yizupez8'", Local "Local file system at /tmp/rclone3206061335", Modify Window "876000h0m0s" sync_test.go:1058: Can track renames: false 2022/03/03 06:44:30 ERROR : zoho root 'rclone-test-cirixoq2juqoruc5yizupez8': Ignoring --track-renames as the source and destination do not have a common hash 2022/03/03 06:44:31 DEBUG : zoho root 'rclone-test-cirixoq2juqoruc5yizupez8': Waiting for checks to finish 2022/03/03 06:44:31 DEBUG : zoho root 'rclone-test-cirixoq2juqoruc5yizupez8': Waiting for transfers to finish 2022/03/03 06:44:31 INFO : potato: Copied (new) 2022/03/03 06:44:31 INFO : yam: Copied (new) 2022/03/03 06:44:31 DEBUG : Waiting for deletions to finish 2022/03/03 06:44:31 ERROR : zoho root 'rclone-test-cirixoq2juqoruc5yizupez8': Ignoring --track-renames as the source and destination do not have a common hash 2022/03/03 06:44:31 DEBUG : zoho root 'rclone-test-cirixoq2juqoruc5yizupez8': Waiting for checks to finish 2022/03/03 06:44:31 DEBUG : potato: Sizes identical 2022/03/03 06:44:31 DEBUG : potato: Unchanged skipping 2022/03/03 06:44:31 DEBUG : zoho root 'rclone-test-cirixoq2juqoruc5yizupez8': Waiting for transfers to finish 2022/03/03 06:44:32 INFO : yaml: Copied (new) 2022/03/03 06:44:32 DEBUG : Waiting for deletions to finish 2022/03/03 06:44:32 INFO : yam: Deleted --- PASS: TestSyncWithTrackRenames (2.12s) === RUN TestParseRenamesStrategyModtime --- PASS: TestParseRenamesStrategyModtime (0.00s) === RUN TestRenamesStrategyModtime --- PASS: TestRenamesStrategyModtime (0.00s) === RUN TestSyncWithTrackRenamesStrategyModtime run.go:181: Remote "zoho root 'rclone-test-cirixoq2juqoruc5yizupez8'", Local "Local file system at /tmp/rclone3206061335", Modify Window "876000h0m0s" sync_test.go:1127: Can track renames: false 2022/03/03 06:44:33 ERROR : zoho root 'rclone-test-cirixoq2juqoruc5yizupez8': Ignoring --track-renames as either the source or destination do not support modtime 2022/03/03 06:44:33 DEBUG : zoho root 'rclone-test-cirixoq2juqoruc5yizupez8': Waiting for checks to finish 2022/03/03 06:44:33 DEBUG : zoho root 'rclone-test-cirixoq2juqoruc5yizupez8': Waiting for transfers to finish 2022/03/03 06:44:33 INFO : potato: Copied (new) 2022/03/03 06:44:33 INFO : yam: Copied (new) 2022/03/03 06:44:33 DEBUG : Waiting for deletions to finish 2022/03/03 06:44:34 ERROR : zoho root 'rclone-test-cirixoq2juqoruc5yizupez8': Ignoring --track-renames as either the source or destination do not support modtime 2022/03/03 06:44:34 DEBUG : zoho root 'rclone-test-cirixoq2juqoruc5yizupez8': Waiting for checks to finish 2022/03/03 06:44:34 DEBUG : potato: Sizes identical 2022/03/03 06:44:34 DEBUG : potato: Unchanged skipping 2022/03/03 06:44:34 DEBUG : zoho root 'rclone-test-cirixoq2juqoruc5yizupez8': Waiting for transfers to finish 2022/03/03 06:44:34 INFO : yaml: Copied (new) 2022/03/03 06:44:34 DEBUG : Waiting for deletions to finish 2022/03/03 06:44:35 INFO : yam: Deleted --- PASS: TestSyncWithTrackRenamesStrategyModtime (2.67s) === RUN TestSyncWithTrackRenamesStrategyLeaf run.go:181: Remote "zoho root 'rclone-test-cirixoq2juqoruc5yizupez8'", Local "Local file system at /tmp/rclone3206061335", Modify Window "876000h0m0s" sync_test.go:1163: Can track renames: false 2022/03/03 06:44:35 INFO : zoho root 'rclone-test-cirixoq2juqoruc5yizupez8': Making map for --track-renames 2022/03/03 06:44:35 INFO : zoho root 'rclone-test-cirixoq2juqoruc5yizupez8': Finished making map for --track-renames 2022/03/03 06:44:35 DEBUG : zoho root 'rclone-test-cirixoq2juqoruc5yizupez8': Waiting for checks to finish 2022/03/03 06:44:35 DEBUG : zoho root 'rclone-test-cirixoq2juqoruc5yizupez8': Waiting for renames to finish 2022/03/03 06:44:35 DEBUG : zoho root 'rclone-test-cirixoq2juqoruc5yizupez8': Waiting for transfers to finish 2022/03/03 06:44:36 INFO : sub/yam: Copied (new) 2022/03/03 06:44:36 INFO : potato: Copied (new) 2022/03/03 06:44:36 DEBUG : Waiting for deletions to finish 2022/03/03 06:44:36 DEBUG : potato: Sizes identical 2022/03/03 06:44:36 DEBUG : potato: Unchanged skipping 2022/03/03 06:44:37 INFO : zoho root 'rclone-test-cirixoq2juqoruc5yizupez8': Making map for --track-renames 2022/03/03 06:44:37 INFO : zoho root 'rclone-test-cirixoq2juqoruc5yizupez8': Finished making map for --track-renames 2022/03/03 06:44:37 DEBUG : zoho root 'rclone-test-cirixoq2juqoruc5yizupez8': Waiting for checks to finish 2022/03/03 06:44:37 DEBUG : zoho root 'rclone-test-cirixoq2juqoruc5yizupez8': Waiting for renames to finish 2022/03/03 06:44:37 INFO : sub/yam: Moved (server-side) to: yam 2022/03/03 06:44:37 INFO : yam: Renamed from "sub/yam" 2022/03/03 06:44:37 DEBUG : zoho root 'rclone-test-cirixoq2juqoruc5yizupez8': Waiting for transfers to finish 2022/03/03 06:44:37 DEBUG : Waiting for deletions to finish 2022/03/03 06:44:37 INFO : There was nothing to transfer --- PASS: TestSyncWithTrackRenamesStrategyLeaf (3.20s) === RUN TestMoveWithDeleteEmptySrcDirs run.go:181: Remote "zoho root 'rclone-test-cirixoq2juqoruc5yizupez8'", Local "Local file system at /tmp/rclone3206061335", Modify Window "876000h0m0s" 2022/03/03 06:44:39 DEBUG : zoho root 'rclone-test-cirixoq2juqoruc5yizupez8': Waiting for checks to finish 2022/03/03 06:44:39 DEBUG : zoho root 'rclone-test-cirixoq2juqoruc5yizupez8': Waiting for transfers to finish 2022/03/03 06:44:39 INFO : sub dir/hello world: Copied (new) 2022/03/03 06:44:39 INFO : sub dir/hello world: Deleted 2022/03/03 06:44:40 INFO : nested/sub dir/file: Copied (new) 2022/03/03 06:44:40 INFO : nested/sub dir/file: Deleted 2022/03/03 06:44:40 INFO : sub dir: Removing directory 2022/03/03 06:44:40 INFO : nested/sub dir: Removing directory 2022/03/03 06:44:40 INFO : nested: Removing directory 2022/03/03 06:44:40 DEBUG : Local file system at /tmp/rclone3206061335: deleted 3 directories --- PASS: TestMoveWithDeleteEmptySrcDirs (3.97s) === RUN TestMoveWithoutDeleteEmptySrcDirs run.go:181: Remote "zoho root 'rclone-test-cirixoq2juqoruc5yizupez8'", Local "Local file system at /tmp/rclone3206061335", Modify Window "876000h0m0s" 2022/03/03 06:44:43 DEBUG : zoho root 'rclone-test-cirixoq2juqoruc5yizupez8': Waiting for checks to finish 2022/03/03 06:44:43 DEBUG : zoho root 'rclone-test-cirixoq2juqoruc5yizupez8': Waiting for transfers to finish 2022/03/03 06:44:43 INFO : sub dir/hello world: Copied (new) 2022/03/03 06:44:43 INFO : sub dir/hello world: Deleted 2022/03/03 06:44:44 INFO : nested/sub dir/file: Copied (new) 2022/03/03 06:44:44 INFO : nested/sub dir/file: Deleted --- PASS: TestMoveWithoutDeleteEmptySrcDirs (3.90s) === RUN TestMoveWithIgnoreExisting run.go:181: Remote "zoho root 'rclone-test-cirixoq2juqoruc5yizupez8'", Local "Local file system at /tmp/rclone3206061335", Modify Window "876000h0m0s" 2022/03/03 06:44:46 DEBUG : zoho root 'rclone-test-cirixoq2juqoruc5yizupez8': Waiting for checks to finish 2022/03/03 06:44:46 DEBUG : zoho root 'rclone-test-cirixoq2juqoruc5yizupez8': Waiting for transfers to finish 2022/03/03 06:44:47 INFO : existing: Copied (new) 2022/03/03 06:44:47 INFO : existing: Deleted 2022/03/03 06:44:47 INFO : existing-b: Copied (new) 2022/03/03 06:44:47 INFO : existing-b: Deleted 2022/03/03 06:44:47 DEBUG : existing: Destination exists, skipping 2022/03/03 06:44:47 DEBUG : existing: Not removing source file as destination file exists and --ignore-existing is set 2022/03/03 06:44:47 DEBUG : zoho root 'rclone-test-cirixoq2juqoruc5yizupez8': Waiting for checks to finish 2022/03/03 06:44:47 DEBUG : zoho root 'rclone-test-cirixoq2juqoruc5yizupez8': Waiting for transfers to finish 2022/03/03 06:44:47 INFO : There was nothing to transfer --- PASS: TestMoveWithIgnoreExisting (1.64s) === RUN TestServerSideMove run.go:181: Remote "zoho root 'rclone-test-cirixoq2juqoruc5yizupez8'", Local "Local file system at /tmp/rclone3206061335", Modify Window "876000h0m0s" 2022/03/03 06:44:48 DEBUG : Creating backend with remote "TestZoho:rclone-test-qamijox4luzujem0fesogir0" sync_test.go:1215: Server side move (if possible) zoho root 'rclone-test-cirixoq2juqoruc5yizupez8' -> zoho root 'rclone-test-qamijox4luzujem0fesogir0' 2022/03/03 06:44:53 DEBUG : zoho root 'rclone-test-qamijox4luzujem0fesogir0': Using server-side directory move 2022/03/03 06:44:53 INFO : zoho root 'rclone-test-qamijox4luzujem0fesogir0': Server side directory move failed - fallback to file moves: can't copy directory - destination already exists 2022/03/03 06:44:53 DEBUG : empty space: Sizes identical 2022/03/03 06:44:53 DEBUG : empty space: Unchanged skipping 2022/03/03 06:44:53 DEBUG : potato3: Sizes differ (src 68 vs dst 60) 2022/03/03 06:44:53 DEBUG : zoho root 'rclone-test-qamijox4luzujem0fesogir0': Waiting for checks to finish 2022/03/03 06:44:53 INFO : potato3: Deleted 2022/03/03 06:44:53 INFO : potato2: Moved (server-side) 2022/03/03 06:44:53 INFO : empty space: Deleted 2022/03/03 06:44:53 DEBUG : zoho root 'rclone-test-qamijox4luzujem0fesogir0': Waiting for transfers to finish 2022/03/03 06:44:54 INFO : potato3: Moved (server-side) 2022/03/03 06:44:54 INFO : There was nothing to transfer 2022/03/03 06:44:54 DEBUG : Creating backend with remote "TestZoho:rclone-test-todaref6tobewoq5doseles5" 2022/03/03 06:44:55 DEBUG : zoho root 'rclone-test-todaref6tobewoq5doseles5': Using server-side directory move 2022/03/03 06:44:56 INFO : zoho root 'rclone-test-todaref6tobewoq5doseles5': 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/03/03 06:44:58 ERROR : : error listing: directory not found fstest.go:293: Sleeping for 6s just to make sure 2022/03/03 06:45:04 DEBUG : zoho root 'rclone-test-todaref6tobewoq5doseles5': Purge remote 2022/03/03 06:45:04 DEBUG : zoho root 'rclone-test-qamijox4luzujem0fesogir0': Purge remote 2022/03/03 06:45:04 purge failed: directory not found --- PASS: TestServerSideMove (16.40s) === RUN TestServerSideMoveWithFilter run.go:181: Remote "zoho root 'rclone-test-cirixoq2juqoruc5yizupez8'", Local "Local file system at /tmp/rclone3206061335", Modify Window "876000h0m0s" 2022/03/03 06:45:04 DEBUG : Creating backend with remote "TestZoho:rclone-test-labuvev7vuzineb9dumijid1" sync_test.go:1215: Server side move (if possible) zoho root 'rclone-test-cirixoq2juqoruc5yizupez8' -> zoho root 'rclone-test-labuvev7vuzineb9dumijid1' 2022/03/03 06:45:09 DEBUG : empty space: Excluded 2022/03/03 06:45:09 DEBUG : empty space: Excluded 2022/03/03 06:45:09 DEBUG : zoho root 'rclone-test-labuvev7vuzineb9dumijid1': Waiting for checks to finish 2022/03/03 06:45:09 DEBUG : potato3: Sizes differ (src 68 vs dst 60) 2022/03/03 06:45:09 DEBUG : zoho root 'rclone-test-labuvev7vuzineb9dumijid1': Waiting for transfers to finish 2022/03/03 06:45:10 INFO : potato3: Deleted 2022/03/03 06:45:10 INFO : potato2: Moved (server-side) 2022/03/03 06:45:10 INFO : potato3: Moved (server-side) 2022/03/03 06:45:10 INFO : There was nothing to transfer 2022/03/03 06:45:10 DEBUG : Creating backend with remote "TestZoho:rclone-test-wisubub3pevewer2vusilem4" 2022/03/03 06:45:11 DEBUG : empty space: Excluded 2022/03/03 06:45:12 DEBUG : zoho root 'rclone-test-wisubub3pevewer2vusilem4': Waiting for checks to finish 2022/03/03 06:45:12 DEBUG : zoho root 'rclone-test-wisubub3pevewer2vusilem4': Waiting for transfers to finish 2022/03/03 06:45:12 INFO : potato2: Moved (server-side) 2022/03/03 06:45:12 INFO : potato3: Moved (server-side) 2022/03/03 06:45:13 INFO : There was nothing to transfer 2022/03/03 06:45:13 DEBUG : zoho root 'rclone-test-wisubub3pevewer2vusilem4': Purge remote 2022/03/03 06:45:13 DEBUG : zoho root 'rclone-test-labuvev7vuzineb9dumijid1': Purge remote --- PASS: TestServerSideMoveWithFilter (9.44s) === RUN TestServerSideMoveDeleteEmptySourceDirs run.go:181: Remote "zoho root 'rclone-test-cirixoq2juqoruc5yizupez8'", Local "Local file system at /tmp/rclone3206061335", Modify Window "876000h0m0s" 2022/03/03 06:45:14 DEBUG : Creating backend with remote "TestZoho:rclone-test-xeqisah1tokerur5sinujal8" 2022/03/03 06:45:16 DEBUG : tomatoDir: Making directory sync_test.go:1215: Server side move (if possible) zoho root 'rclone-test-cirixoq2juqoruc5yizupez8' -> zoho root 'rclone-test-xeqisah1tokerur5sinujal8' 2022/03/03 06:45:19 DEBUG : zoho root 'rclone-test-xeqisah1tokerur5sinujal8': Using server-side directory move 2022/03/03 06:45:19 INFO : zoho root 'rclone-test-xeqisah1tokerur5sinujal8': Server side directory move failed - fallback to file moves: can't copy directory - destination already exists 2022/03/03 06:45:19 DEBUG : empty space: Sizes identical 2022/03/03 06:45:19 DEBUG : empty space: Unchanged skipping 2022/03/03 06:45:19 DEBUG : potato3: Sizes differ (src 68 vs dst 60) 2022/03/03 06:45:19 DEBUG : zoho root 'rclone-test-xeqisah1tokerur5sinujal8': Waiting for checks to finish 2022/03/03 06:45:19 INFO : empty space: Deleted 2022/03/03 06:45:19 DEBUG : zoho root 'rclone-test-xeqisah1tokerur5sinujal8': Waiting for transfers to finish 2022/03/03 06:45:19 INFO : potato3: Deleted 2022/03/03 06:45:19 INFO : potato2: Moved (server-side) 2022/03/03 06:45:20 INFO : potato3: Moved (server-side) 2022/03/03 06:45:20 INFO : tomatoDir: Removing directory 2022/03/03 06:45:20 DEBUG : zoho root 'rclone-test-cirixoq2juqoruc5yizupez8': deleted 1 directories 2022/03/03 06:45:20 INFO : There was nothing to transfer 2022/03/03 06:45:20 DEBUG : Creating backend with remote "TestZoho:rclone-test-sijinev2supojow4zomuwit1" 2022/03/03 06:45:21 DEBUG : tomatoDir: Making directory 2022/03/03 06:45:21 DEBUG : zoho root 'rclone-test-sijinev2supojow4zomuwit1': Using server-side directory move 2022/03/03 06:45:22 INFO : zoho root 'rclone-test-sijinev2supojow4zomuwit1': 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/03/03 06:45:24 ERROR : : error listing: directory not found fstest.go:293: Sleeping for 6s just to make sure 2022/03/03 06:45:30 ERROR : : error listing: directory not found 2022/03/03 06:45:30 DEBUG : zoho root 'rclone-test-sijinev2supojow4zomuwit1': Purge remote 2022/03/03 06:45:31 DEBUG : zoho root 'rclone-test-xeqisah1tokerur5sinujal8': Purge remote 2022/03/03 06:45:31 purge failed: directory not found --- PASS: TestServerSideMoveDeleteEmptySourceDirs (17.17s) === RUN TestServerSideMoveOverlap run.go:181: Remote "zoho root 'rclone-test-cirixoq2juqoruc5yizupez8'", Local "Local file system at /tmp/rclone3206061335", Modify Window "876000h0m0s" sync_test.go:1399: Skipping test as remote supports DirMove --- SKIP: TestServerSideMoveOverlap (0.18s) === RUN TestSyncOverlap run.go:181: Remote "zoho root 'rclone-test-cirixoq2juqoruc5yizupez8'", Local "Local file system at /tmp/rclone3206061335", Modify Window "876000h0m0s" 2022/03/03 06:45:31 DEBUG : Creating backend with remote "TestZoho:rclone-test-cirixoq2juqoruc5yizupez8/rclone-sync-test" --- PASS: TestSyncOverlap (0.58s) === RUN TestSyncCompareDest run.go:181: Remote "zoho root 'rclone-test-cirixoq2juqoruc5yizupez8'", Local "Local file system at /tmp/rclone3206061335", Modify Window "876000h0m0s" 2022/03/03 06:45:32 DEBUG : Creating backend with remote "TestZoho:rclone-test-cirixoq2juqoruc5yizupez8/dst" 2022/03/03 06:45:32 DEBUG : Creating backend with remote "TestZoho:rclone-test-cirixoq2juqoruc5yizupez8/CompareDest" 2022/03/03 06:45:33 DEBUG : zoho root 'rclone-test-cirixoq2juqoruc5yizupez8/dst': Waiting for checks to finish 2022/03/03 06:45:33 DEBUG : zoho root 'rclone-test-cirixoq2juqoruc5yizupez8/dst': Waiting for transfers to finish 2022/03/03 06:45:34 INFO : one: Copied (new) 2022/03/03 06:45:34 DEBUG : Waiting for deletions to finish 2022/03/03 06:45:35 DEBUG : zoho root 'rclone-test-cirixoq2juqoruc5yizupez8/dst': Waiting for checks to finish 2022/03/03 06:45:35 DEBUG : one: Sizes differ (src 5 vs dst 3) 2022/03/03 06:45:35 DEBUG : zoho root 'rclone-test-cirixoq2juqoruc5yizupez8/dst': Waiting for transfers to finish 2022/03/03 06:45:35 INFO : one: Copied (replaced existing) 2022/03/03 06:45:35 DEBUG : Waiting for deletions to finish 2022/03/03 06:45:37 DEBUG : zoho root 'rclone-test-cirixoq2juqoruc5yizupez8/dst': Waiting for checks to finish 2022/03/03 06:45:38 DEBUG : one: Sizes identical 2022/03/03 06:45:38 DEBUG : one: Destination found in --compare-dest, skipping 2022/03/03 06:45:38 DEBUG : zoho root 'rclone-test-cirixoq2juqoruc5yizupez8/dst': Waiting for transfers to finish 2022/03/03 06:45:38 DEBUG : Waiting for deletions to finish 2022/03/03 06:45:38 INFO : There was nothing to transfer 2022/03/03 06:45:39 DEBUG : two: Sizes identical 2022/03/03 06:45:39 DEBUG : two: Destination found in --compare-dest, skipping 2022/03/03 06:45:39 DEBUG : zoho root 'rclone-test-cirixoq2juqoruc5yizupez8/dst': Waiting for checks to finish 2022/03/03 06:45:39 DEBUG : one: Sizes identical 2022/03/03 06:45:39 DEBUG : one: Destination found in --compare-dest, skipping 2022/03/03 06:45:39 DEBUG : zoho root 'rclone-test-cirixoq2juqoruc5yizupez8/dst': Waiting for transfers to finish 2022/03/03 06:45:39 DEBUG : Waiting for deletions to finish 2022/03/03 06:45:39 INFO : There was nothing to transfer 2022/03/03 06:45:40 DEBUG : two: Sizes identical 2022/03/03 06:45:40 DEBUG : two: Destination found in --compare-dest, skipping 2022/03/03 06:45:40 DEBUG : zoho root 'rclone-test-cirixoq2juqoruc5yizupez8/dst': Waiting for checks to finish 2022/03/03 06:45:40 DEBUG : one: Sizes identical 2022/03/03 06:45:40 DEBUG : one: Destination found in --compare-dest, skipping 2022/03/03 06:45:40 DEBUG : zoho root 'rclone-test-cirixoq2juqoruc5yizupez8/dst': Waiting for transfers to finish 2022/03/03 06:45:40 DEBUG : Waiting for deletions to finish 2022/03/03 06:45:40 INFO : There was nothing to transfer sync_test.go:1543: No hash on uploaded file so skipping compare timestamp test 2022/03/03 06:45:41 DEBUG : two: Sizes differ (src 5 vs dst 3) 2022/03/03 06:45:41 DEBUG : zoho root 'rclone-test-cirixoq2juqoruc5yizupez8/dst': Waiting for checks to finish 2022/03/03 06:45:42 DEBUG : one: Sizes identical 2022/03/03 06:45:42 DEBUG : one: Destination found in --compare-dest, skipping 2022/03/03 06:45:42 DEBUG : zoho root 'rclone-test-cirixoq2juqoruc5yizupez8/dst': Waiting for transfers to finish 2022/03/03 06:45:42 INFO : two: Copied (new) 2022/03/03 06:45:42 DEBUG : Waiting for deletions to finish --- PASS: TestSyncCompareDest (12.29s) === RUN TestSyncMultipleCompareDest run.go:181: Remote "zoho root 'rclone-test-cirixoq2juqoruc5yizupez8'", Local "Local file system at /tmp/rclone3206061335", Modify Window "876000h0m0s" 2022/03/03 06:45:47 DEBUG : Creating backend with remote "TestZoho:rclone-test-cirixoq2juqoruc5yizupez8/dest" 2022/03/03 06:45:47 DEBUG : Creating backend with remote "TestZoho:rclone-test-cirixoq2juqoruc5yizupez8/pre-dest1" 2022/03/03 06:45:47 DEBUG : Creating backend with remote "TestZoho:rclone-test-cirixoq2juqoruc5yizupez8/pre-dest2" 2022/03/03 06:45:48 DEBUG : 1: Sizes identical 2022/03/03 06:45:48 DEBUG : 1: Destination found in --compare-dest, skipping 2022/03/03 06:45:48 DEBUG : 2: Sizes identical 2022/03/03 06:45:48 DEBUG : 2: Destination found in --compare-dest, skipping 2022/03/03 06:45:49 DEBUG : zoho root 'rclone-test-cirixoq2juqoruc5yizupez8/dest': Waiting for checks to finish 2022/03/03 06:45:49 DEBUG : zoho root 'rclone-test-cirixoq2juqoruc5yizupez8/dest': Waiting for transfers to finish 2022/03/03 06:45:50 INFO : 3: Copied (new) 2022/03/03 06:45:50 DEBUG : Waiting for deletions to finish --- PASS: TestSyncMultipleCompareDest (8.16s) === RUN TestSyncCopyDest run.go:181: Remote "zoho root 'rclone-test-cirixoq2juqoruc5yizupez8'", Local "Local file system at /tmp/rclone3206061335", Modify Window "876000h0m0s" 2022/03/03 06:45:52 DEBUG : Creating backend with remote "TestZoho:rclone-test-cirixoq2juqoruc5yizupez8/dst" 2022/03/03 06:45:53 DEBUG : Creating backend with remote "TestZoho:rclone-test-cirixoq2juqoruc5yizupez8/CopyDest" 2022/03/03 06:45:53 DEBUG : zoho root 'rclone-test-cirixoq2juqoruc5yizupez8/dst': Waiting for checks to finish 2022/03/03 06:45:53 DEBUG : zoho root 'rclone-test-cirixoq2juqoruc5yizupez8/dst': Waiting for transfers to finish 2022/03/03 06:45:54 INFO : one: Copied (new) 2022/03/03 06:45:54 DEBUG : Waiting for deletions to finish 2022/03/03 06:45:55 DEBUG : zoho root 'rclone-test-cirixoq2juqoruc5yizupez8/dst': Waiting for checks to finish 2022/03/03 06:45:55 DEBUG : one: Sizes differ (src 5 vs dst 3) 2022/03/03 06:45:55 DEBUG : zoho root 'rclone-test-cirixoq2juqoruc5yizupez8/dst': Waiting for transfers to finish 2022/03/03 06:45:55 INFO : one: Copied (replaced existing) 2022/03/03 06:45:55 DEBUG : Waiting for deletions to finish 2022/03/03 06:45:57 DEBUG : Creating backend with remote "TestZoho:rclone-test-cirixoq2juqoruc5yizupez8/BackupDir" 2022/03/03 06:45:58 DEBUG : zoho root 'rclone-test-cirixoq2juqoruc5yizupez8/dst': Waiting for checks to finish 2022/03/03 06:45:58 DEBUG : one: Sizes identical 2022/03/03 06:45:58 DEBUG : one: Sizes differ (src 5 vs dst 3) 2022/03/03 06:45:59 INFO : one: Moved (server-side) 2022/03/03 06:46:00 INFO : one: Copied (server-side copy) 2022/03/03 06:46:00 DEBUG : one: Destination found in --copy-dest, using server-side copy 2022/03/03 06:46:00 DEBUG : zoho root 'rclone-test-cirixoq2juqoruc5yizupez8/dst': Waiting for transfers to finish 2022/03/03 06:46:00 DEBUG : Waiting for deletions to finish 2022/03/03 06:46:01 DEBUG : two: Sizes identical 2022/03/03 06:46:02 INFO : two: Copied (server-side copy) 2022/03/03 06:46:02 DEBUG : two: Destination found in --copy-dest, using server-side copy 2022/03/03 06:46:02 DEBUG : zoho root 'rclone-test-cirixoq2juqoruc5yizupez8/dst': Waiting for checks to finish 2022/03/03 06:46:02 DEBUG : one: Sizes identical 2022/03/03 06:46:02 DEBUG : one: Sizes identical 2022/03/03 06:46:02 DEBUG : one: Unchanged skipping 2022/03/03 06:46:02 DEBUG : zoho root 'rclone-test-cirixoq2juqoruc5yizupez8/dst': Waiting for transfers to finish 2022/03/03 06:46:02 DEBUG : Waiting for deletions to finish 2022/03/03 06:46:03 DEBUG : zoho root 'rclone-test-cirixoq2juqoruc5yizupez8/dst': Waiting for checks to finish 2022/03/03 06:46:03 DEBUG : one: Sizes identical 2022/03/03 06:46:03 DEBUG : one: Sizes identical 2022/03/03 06:46:03 DEBUG : one: Unchanged skipping 2022/03/03 06:46:03 DEBUG : two: Sizes identical 2022/03/03 06:46:03 DEBUG : two: Sizes identical 2022/03/03 06:46:03 DEBUG : two: Unchanged skipping 2022/03/03 06:46:03 DEBUG : zoho root 'rclone-test-cirixoq2juqoruc5yizupez8/dst': Waiting for transfers to finish 2022/03/03 06:46:03 DEBUG : Waiting for deletions to finish 2022/03/03 06:46:03 INFO : There was nothing to transfer 2022/03/03 06:46:05 DEBUG : three: Sizes differ (src 7 vs dst 5) 2022/03/03 06:46:05 DEBUG : three: Destination not found in --copy-dest 2022/03/03 06:46:05 DEBUG : zoho root 'rclone-test-cirixoq2juqoruc5yizupez8/dst': Waiting for checks to finish 2022/03/03 06:46:05 DEBUG : two: Sizes identical 2022/03/03 06:46:05 DEBUG : two: Sizes identical 2022/03/03 06:46:05 DEBUG : two: Unchanged skipping 2022/03/03 06:46:05 DEBUG : one: Sizes identical 2022/03/03 06:46:05 DEBUG : one: Sizes identical 2022/03/03 06:46:05 DEBUG : one: Unchanged skipping 2022/03/03 06:46:05 DEBUG : zoho root 'rclone-test-cirixoq2juqoruc5yizupez8/dst': Waiting for transfers to finish 2022/03/03 06:46:05 INFO : three: Copied (new) 2022/03/03 06:46:05 DEBUG : Waiting for deletions to finish --- PASS: TestSyncCopyDest (15.67s) === RUN TestSyncBackupDir run.go:181: Remote "zoho root 'rclone-test-cirixoq2juqoruc5yizupez8'", Local "Local file system at /tmp/rclone3206061335", Modify Window "876000h0m0s" 2022/03/03 06:46:10 DEBUG : Creating backend with remote "TestZoho:rclone-test-cirixoq2juqoruc5yizupez8/dst" 2022/03/03 06:46:11 DEBUG : Creating backend with remote "TestZoho:rclone-test-cirixoq2juqoruc5yizupez8/backup" 2022/03/03 06:46:12 DEBUG : one: Sizes differ (src 4 vs dst 3) 2022/03/03 06:46:12 DEBUG : two: Sizes identical 2022/03/03 06:46:12 DEBUG : two: Unchanged skipping 2022/03/03 06:46:12 DEBUG : zoho root 'rclone-test-cirixoq2juqoruc5yizupez8/dst': Waiting for checks to finish 2022/03/03 06:46:12 INFO : one: Moved (server-side) 2022/03/03 06:46:12 DEBUG : zoho root 'rclone-test-cirixoq2juqoruc5yizupez8/dst': Waiting for transfers to finish 2022/03/03 06:46:13 INFO : one: Copied (new) 2022/03/03 06:46:13 DEBUG : Waiting for deletions to finish 2022/03/03 06:46:13 INFO : three.txt: Moved (server-side) 2022/03/03 06:46:13 INFO : three.txt: Moved into backup dir 2022/03/03 06:46:15 DEBUG : one: Sizes differ (src 5 vs dst 4) 2022/03/03 06:46:15 DEBUG : zoho root 'rclone-test-cirixoq2juqoruc5yizupez8/dst': Waiting for checks to finish 2022/03/03 06:46:15 DEBUG : two: Sizes identical 2022/03/03 06:46:15 DEBUG : two: Unchanged skipping 2022/03/03 06:46:16 INFO : one: Deleted 2022/03/03 06:46:16 INFO : one: Moved (server-side) 2022/03/03 06:46:16 DEBUG : zoho root 'rclone-test-cirixoq2juqoruc5yizupez8/dst': Waiting for transfers to finish 2022/03/03 06:46:17 INFO : one: Copied (new) 2022/03/03 06:46:17 DEBUG : Waiting for deletions to finish 2022/03/03 06:46:17 INFO : three.txt: Deleted 2022/03/03 06:46:17 INFO : three.txt: Moved (server-side) 2022/03/03 06:46:17 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDir (11.40s) === RUN TestSyncBackupDirWithSuffix run.go:181: Remote "zoho root 'rclone-test-cirixoq2juqoruc5yizupez8'", Local "Local file system at /tmp/rclone3206061335", Modify Window "876000h0m0s" 2022/03/03 06:46:21 DEBUG : Creating backend with remote "TestZoho:rclone-test-cirixoq2juqoruc5yizupez8/dst" 2022/03/03 06:46:22 DEBUG : Creating backend with remote "TestZoho:rclone-test-cirixoq2juqoruc5yizupez8/backup" 2022/03/03 06:46:23 DEBUG : one: Sizes differ (src 4 vs dst 3) 2022/03/03 06:46:23 DEBUG : zoho root 'rclone-test-cirixoq2juqoruc5yizupez8/dst': Waiting for checks to finish 2022/03/03 06:46:23 DEBUG : two: Sizes identical 2022/03/03 06:46:23 DEBUG : two: Unchanged skipping 2022/03/03 06:46:24 INFO : one: Moved (server-side) to: one.bak 2022/03/03 06:46:24 DEBUG : zoho root 'rclone-test-cirixoq2juqoruc5yizupez8/dst': Waiting for transfers to finish 2022/03/03 06:46:24 INFO : one: Copied (new) 2022/03/03 06:46:24 DEBUG : Waiting for deletions to finish 2022/03/03 06:46:25 INFO : three.txt: Moved (server-side) to: three.txt.bak 2022/03/03 06:46:25 INFO : three.txt: Moved into backup dir 2022/03/03 06:46:27 DEBUG : one: Sizes differ (src 5 vs dst 4) 2022/03/03 06:46:27 DEBUG : zoho root 'rclone-test-cirixoq2juqoruc5yizupez8/dst': Waiting for checks to finish 2022/03/03 06:46:27 DEBUG : two: Sizes identical 2022/03/03 06:46:27 DEBUG : two: Unchanged skipping 2022/03/03 06:46:27 INFO : one.bak: Deleted 2022/03/03 06:46:27 INFO : one: Moved (server-side) to: one.bak 2022/03/03 06:46:27 DEBUG : zoho root 'rclone-test-cirixoq2juqoruc5yizupez8/dst': Waiting for transfers to finish 2022/03/03 06:46:28 INFO : one: Copied (new) 2022/03/03 06:46:28 DEBUG : Waiting for deletions to finish 2022/03/03 06:46:28 INFO : three.txt.bak: Deleted 2022/03/03 06:46:29 INFO : three.txt: Moved (server-side) to: three.txt.bak 2022/03/03 06:46:29 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDirWithSuffix (11.88s) === RUN TestSyncBackupDirWithSuffixKeepExtension run.go:181: Remote "zoho root 'rclone-test-cirixoq2juqoruc5yizupez8'", Local "Local file system at /tmp/rclone3206061335", Modify Window "876000h0m0s" 2022/03/03 06:46:34 DEBUG : Creating backend with remote "TestZoho:rclone-test-cirixoq2juqoruc5yizupez8/dst" 2022/03/03 06:46:34 DEBUG : Creating backend with remote "TestZoho:rclone-test-cirixoq2juqoruc5yizupez8/backup" 2022/03/03 06:46:35 DEBUG : zoho root 'rclone-test-cirixoq2juqoruc5yizupez8/dst': Waiting for checks to finish 2022/03/03 06:46:35 DEBUG : one: Sizes differ (src 4 vs dst 3) 2022/03/03 06:46:35 DEBUG : two: Sizes identical 2022/03/03 06:46:35 DEBUG : two: Unchanged skipping 2022/03/03 06:46:36 INFO : one: Moved (server-side) to: one-2019-01-01 2022/03/03 06:46:36 DEBUG : zoho root 'rclone-test-cirixoq2juqoruc5yizupez8/dst': Waiting for transfers to finish 2022/03/03 06:46:37 INFO : one: Copied (new) 2022/03/03 06:46:37 DEBUG : Waiting for deletions to finish 2022/03/03 06:46:37 INFO : three.txt: Moved (server-side) to: three-2019-01-01.txt 2022/03/03 06:46:37 INFO : three.txt: Moved into backup dir 2022/03/03 06:46:39 DEBUG : one: Sizes differ (src 5 vs dst 4) 2022/03/03 06:46:39 DEBUG : two: Sizes identical 2022/03/03 06:46:39 DEBUG : two: Unchanged skipping 2022/03/03 06:46:39 DEBUG : zoho root 'rclone-test-cirixoq2juqoruc5yizupez8/dst': Waiting for checks to finish 2022/03/03 06:46:39 INFO : one-2019-01-01: Deleted 2022/03/03 06:46:40 INFO : one: Moved (server-side) to: one-2019-01-01 2022/03/03 06:46:40 DEBUG : zoho root 'rclone-test-cirixoq2juqoruc5yizupez8/dst': Waiting for transfers to finish 2022/03/03 06:46:40 INFO : one: Copied (new) 2022/03/03 06:46:40 DEBUG : Waiting for deletions to finish 2022/03/03 06:46:41 INFO : three-2019-01-01.txt: Deleted 2022/03/03 06:46:41 INFO : three.txt: Moved (server-side) to: three-2019-01-01.txt 2022/03/03 06:46:41 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDirWithSuffixKeepExtension (11.99s) === RUN TestSyncBackupDirSuffixOnly run.go:181: Remote "zoho root 'rclone-test-cirixoq2juqoruc5yizupez8'", Local "Local file system at /tmp/rclone3206061335", Modify Window "876000h0m0s" 2022/03/03 06:46:45 DEBUG : Creating backend with remote "TestZoho:rclone-test-cirixoq2juqoruc5yizupez8/dst" 2022/03/03 06:46:46 DEBUG : zoho root 'rclone-test-cirixoq2juqoruc5yizupez8/dst': Waiting for checks to finish 2022/03/03 06:46:46 DEBUG : two: Sizes identical 2022/03/03 06:46:46 DEBUG : two: Unchanged skipping 2022/03/03 06:46:46 DEBUG : one: Sizes differ (src 4 vs dst 3) 2022/03/03 06:46:46 INFO : one: Moved (server-side) to: one.bak 2022/03/03 06:46:46 DEBUG : zoho root 'rclone-test-cirixoq2juqoruc5yizupez8/dst': Waiting for transfers to finish 2022/03/03 06:46:46 INFO : one: Copied (new) 2022/03/03 06:46:46 DEBUG : Waiting for deletions to finish 2022/03/03 06:46:47 INFO : three.txt: Moved (server-side) to: three.txt.bak 2022/03/03 06:46:47 INFO : three.txt: Moved into backup dir 2022/03/03 06:46:48 DEBUG : three.txt.bak: Excluded 2022/03/03 06:46:48 DEBUG : one.bak: Excluded 2022/03/03 06:46:48 DEBUG : one: Sizes differ (src 5 vs dst 4) 2022/03/03 06:46:48 DEBUG : two: Sizes identical 2022/03/03 06:46:48 DEBUG : two: Unchanged skipping 2022/03/03 06:46:48 DEBUG : zoho root 'rclone-test-cirixoq2juqoruc5yizupez8/dst': Waiting for checks to finish 2022/03/03 06:46:49 INFO : one.bak: Deleted 2022/03/03 06:46:49 INFO : one: Moved (server-side) to: one.bak 2022/03/03 06:46:49 DEBUG : zoho root 'rclone-test-cirixoq2juqoruc5yizupez8/dst': Waiting for transfers to finish 2022/03/03 06:46:49 INFO : one: Copied (new) 2022/03/03 06:46:49 DEBUG : Waiting for deletions to finish 2022/03/03 06:46:50 INFO : three.txt.bak: Deleted 2022/03/03 06:46:50 INFO : three.txt: Moved (server-side) to: three.txt.bak 2022/03/03 06:46:50 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDirSuffixOnly (8.41s) === RUN TestSyncSuffix run.go:181: Remote "zoho root 'rclone-test-cirixoq2juqoruc5yizupez8'", Local "Local file system at /tmp/rclone3206061335", Modify Window "876000h0m0s" 2022/03/03 06:46:54 DEBUG : Creating backend with remote "TestZoho:rclone-test-cirixoq2juqoruc5yizupez8/dst" 2022/03/03 06:46:54 DEBUG : Config file has changed externaly - reloading 2022/03/03 06:46:54 DEBUG : one: Sizes differ (src 4 vs dst 3) 2022/03/03 06:46:54 INFO : one: Moved (server-side) to: one.bak 2022/03/03 06:46:55 INFO : one: Copied (new) 2022/03/03 06:46:55 DEBUG : two: Sizes identical 2022/03/03 06:46:55 DEBUG : two: Unchanged skipping 2022/03/03 06:46:55 DEBUG : three.txt: Sizes differ (src 6 vs dst 5) 2022/03/03 06:46:56 INFO : three.txt: Moved (server-side) to: three.txt.bak 2022/03/03 06:46:56 INFO : three.txt: Copied (new) 2022/03/03 06:46:57 DEBUG : one: Sizes differ (src 5 vs dst 4) 2022/03/03 06:46:58 INFO : one.bak: Deleted 2022/03/03 06:46:58 INFO : one: Moved (server-side) to: one.bak 2022/03/03 06:46:59 INFO : one: Copied (new) 2022/03/03 06:46:59 DEBUG : two: Sizes identical 2022/03/03 06:46:59 DEBUG : two: Unchanged skipping 2022/03/03 06:46:59 DEBUG : three.txt: Sizes differ (src 19 vs dst 6) 2022/03/03 06:46:59 INFO : three.txt.bak: Deleted 2022/03/03 06:46:59 INFO : three.txt: Moved (server-side) to: three.txt.bak 2022/03/03 06:47:00 INFO : three.txt: Copied (new) --- PASS: TestSyncSuffix (10.55s) === RUN TestSyncSuffixKeepExtension run.go:181: Remote "zoho root 'rclone-test-cirixoq2juqoruc5yizupez8'", Local "Local file system at /tmp/rclone3206061335", Modify Window "876000h0m0s" 2022/03/03 06:47:04 DEBUG : Creating backend with remote "TestZoho:rclone-test-cirixoq2juqoruc5yizupez8/dst" 2022/03/03 06:47:05 DEBUG : one: Sizes differ (src 4 vs dst 3) 2022/03/03 06:47:05 INFO : one: Moved (server-side) to: one-2019-01-01 2022/03/03 06:47:05 INFO : one: Copied (new) 2022/03/03 06:47:06 DEBUG : two: Sizes identical 2022/03/03 06:47:06 DEBUG : two: Unchanged skipping 2022/03/03 06:47:06 DEBUG : three.txt: Sizes differ (src 6 vs dst 5) 2022/03/03 06:47:06 INFO : three.txt: Moved (server-side) to: three-2019-01-01.txt 2022/03/03 06:47:07 INFO : three.txt: Copied (new) 2022/03/03 06:47:08 DEBUG : one: Sizes differ (src 5 vs dst 4) 2022/03/03 06:47:08 INFO : one-2019-01-01: Deleted 2022/03/03 06:47:08 INFO : one: Moved (server-side) to: one-2019-01-01 2022/03/03 06:47:09 INFO : one: Copied (new) 2022/03/03 06:47:09 DEBUG : two: Sizes identical 2022/03/03 06:47:09 DEBUG : two: Unchanged skipping 2022/03/03 06:47:09 DEBUG : three.txt: Sizes differ (src 19 vs dst 6) 2022/03/03 06:47:10 INFO : three-2019-01-01.txt: Deleted 2022/03/03 06:47:10 INFO : three.txt: Moved (server-side) to: three-2019-01-01.txt 2022/03/03 06:47:10 INFO : three.txt: Copied (new) --- PASS: TestSyncSuffixKeepExtension (10.19s) === RUN TestSyncUTFNorm run.go:181: Remote "zoho root 'rclone-test-cirixoq2juqoruc5yizupez8'", Local "Local file system at /tmp/rclone3206061335", Modify Window "876000h0m0s" 2022/03/03 06:47:13 DEBUG : Testêé: Sizes differ (src 14 vs dst 18) 2022/03/03 06:47:13 DEBUG : zoho root 'rclone-test-cirixoq2juqoruc5yizupez8': Waiting for checks to finish 2022/03/03 06:47:13 DEBUG : zoho root 'rclone-test-cirixoq2juqoruc5yizupez8': Waiting for transfers to finish 2022/03/03 06:47:14 INFO : Testêé: Copied (replaced existing) to: Testêé 2022/03/03 06:47:14 DEBUG : Waiting for deletions to finish --- PASS: TestSyncUTFNorm (2.11s) === RUN TestSyncImmutable run.go:181: Remote "zoho root 'rclone-test-cirixoq2juqoruc5yizupez8'", Local "Local file system at /tmp/rclone3206061335", Modify Window "876000h0m0s" 2022/03/03 06:47:15 DEBUG : zoho root 'rclone-test-cirixoq2juqoruc5yizupez8': Waiting for checks to finish 2022/03/03 06:47:15 DEBUG : zoho root 'rclone-test-cirixoq2juqoruc5yizupez8': Waiting for transfers to finish 2022/03/03 06:47:15 INFO : existing: Copied (new) 2022/03/03 06:47:15 DEBUG : Waiting for deletions to finish 2022/03/03 06:47:15 DEBUG : zoho root 'rclone-test-cirixoq2juqoruc5yizupez8': Waiting for checks to finish 2022/03/03 06:47:15 DEBUG : existing: Sizes differ (src 8 vs dst 6) 2022/03/03 06:47:15 ERROR : existing: Source and destination exist but do not match: immutable file modified 2022/03/03 06:47:15 DEBUG : zoho root 'rclone-test-cirixoq2juqoruc5yizupez8': Waiting for transfers to finish 2022/03/03 06:47:15 ERROR : zoho root 'rclone-test-cirixoq2juqoruc5yizupez8': not deleting files as there were IO errors 2022/03/03 06:47:15 ERROR : zoho root 'rclone-test-cirixoq2juqoruc5yizupez8': not deleting directories as there were IO errors --- PASS: TestSyncImmutable (1.71s) === RUN TestSyncIgnoreCase run.go:181: Remote "zoho root 'rclone-test-cirixoq2juqoruc5yizupez8'", Local "Local file system at /tmp/rclone3206061335", Modify Window "876000h0m0s" 2022/03/03 06:47:17 DEBUG : zoho root 'rclone-test-cirixoq2juqoruc5yizupez8': Waiting for checks to finish 2022/03/03 06:47:17 DEBUG : existing: Sizes identical 2022/03/03 06:47:17 DEBUG : existing: Unchanged skipping 2022/03/03 06:47:17 DEBUG : zoho root 'rclone-test-cirixoq2juqoruc5yizupez8': Waiting for transfers to finish 2022/03/03 06:47:17 DEBUG : Waiting for deletions to finish 2022/03/03 06:47:17 INFO : There was nothing to transfer --- PASS: TestSyncIgnoreCase (1.34s) === RUN TestMaxTransfer === RUN TestMaxTransfer/Hard run.go:181: Remote "zoho root 'rclone-test-cirixoq2juqoruc5yizupez8'", Local "Local file system at /tmp/rclone3206061335", Modify Window "876000h0m0s" sync_test.go:1989: This test only runs on local === RUN TestMaxTransfer/Soft run.go:181: Remote "zoho root 'rclone-test-cirixoq2juqoruc5yizupez8'", Local "Local file system at /tmp/rclone3206061335", Modify Window "876000h0m0s" sync_test.go:1989: This test only runs on local === RUN TestMaxTransfer/Cautious run.go:181: Remote "zoho root 'rclone-test-cirixoq2juqoruc5yizupez8'", Local "Local file system at /tmp/rclone3206061335", Modify Window "876000h0m0s" sync_test.go:1989: This test only runs on local --- PASS: TestMaxTransfer (0.46s) --- SKIP: TestMaxTransfer/Hard (0.17s) --- SKIP: TestMaxTransfer/Soft (0.14s) --- SKIP: TestMaxTransfer/Cautious (0.15s) === RUN TestSyncConcurrentDelete run.go:181: Remote "zoho root 'rclone-test-cirixoq2juqoruc5yizupez8'", Local "Local file system at /tmp/rclone3206061335", Modify Window "876000h0m0s" 2022/03/03 06:48:00 DEBUG : both0: Sizes identical 2022/03/03 06:48:00 DEBUG : both0: Unchanged skipping 2022/03/03 06:48:00 DEBUG : both11: Sizes identical 2022/03/03 06:48:00 DEBUG : both11: Unchanged skipping 2022/03/03 06:48:00 DEBUG : both12: Sizes identical 2022/03/03 06:48:00 DEBUG : both12: Unchanged skipping 2022/03/03 06:48:00 DEBUG : both13: Sizes identical 2022/03/03 06:48:00 DEBUG : both13: Unchanged skipping 2022/03/03 06:48:00 DEBUG : both10: Sizes identical 2022/03/03 06:48:00 DEBUG : both10: Unchanged skipping 2022/03/03 06:48:00 DEBUG : both16: Sizes identical 2022/03/03 06:48:00 DEBUG : both16: Unchanged skipping 2022/03/03 06:48:00 DEBUG : both17: Sizes identical 2022/03/03 06:48:00 DEBUG : both17: Unchanged skipping 2022/03/03 06:48:00 DEBUG : both18: Sizes identical 2022/03/03 06:48:00 DEBUG : both18: Unchanged skipping 2022/03/03 06:48:00 DEBUG : both19: Sizes identical 2022/03/03 06:48:00 DEBUG : both15: Sizes identical 2022/03/03 06:48:00 DEBUG : both19: Unchanged skipping 2022/03/03 06:48:00 DEBUG : both15: Unchanged skipping 2022/03/03 06:48:00 DEBUG : both3: Sizes identical 2022/03/03 06:48:00 DEBUG : both3: Unchanged skipping 2022/03/03 06:48:00 DEBUG : both4: Sizes identical 2022/03/03 06:48:00 DEBUG : both4: Unchanged skipping 2022/03/03 06:48:00 DEBUG : both5: Sizes identical 2022/03/03 06:48:00 DEBUG : both5: Unchanged skipping 2022/03/03 06:48:00 DEBUG : both6: Sizes identical 2022/03/03 06:48:00 DEBUG : both6: Unchanged skipping 2022/03/03 06:48:00 DEBUG : both7: Sizes identical 2022/03/03 06:48:00 DEBUG : both7: Unchanged skipping 2022/03/03 06:48:00 DEBUG : both8: Sizes identical 2022/03/03 06:48:00 DEBUG : both8: Unchanged skipping 2022/03/03 06:48:00 DEBUG : both9: Sizes identical 2022/03/03 06:48:00 DEBUG : both9: Unchanged skipping 2022/03/03 06:48:00 DEBUG : both2: Sizes identical 2022/03/03 06:48:00 DEBUG : both2: Unchanged skipping 2022/03/03 06:48:00 DEBUG : zoho root 'rclone-test-cirixoq2juqoruc5yizupez8': Waiting for checks to finish 2022/03/03 06:48:00 DEBUG : both14: Sizes identical 2022/03/03 06:48:00 DEBUG : both14: Unchanged skipping 2022/03/03 06:48:00 DEBUG : both1: Sizes identical 2022/03/03 06:48:00 DEBUG : both1: Unchanged skipping 2022/03/03 06:48:00 DEBUG : zoho root 'rclone-test-cirixoq2juqoruc5yizupez8': Waiting for transfers to finish 2022/03/03 06:48:00 DEBUG : Waiting for deletions to finish 2022/03/03 06:48:01 INFO : only8: Deleted 2022/03/03 06:48:01 INFO : only10: Deleted 2022/03/03 06:48:01 INFO : only4: Deleted 2022/03/03 06:48:01 INFO : only0: Deleted 2022/03/03 06:48:01 INFO : only2: Deleted 2022/03/03 06:48:01 INFO : only11: Deleted 2022/03/03 06:48:01 INFO : only6: Deleted 2022/03/03 06:48:01 INFO : only5: Deleted 2022/03/03 06:48:01 INFO : only12: Deleted 2022/03/03 06:48:01 INFO : only9: Deleted 2022/03/03 06:48:01 INFO : only16: Deleted 2022/03/03 06:48:01 INFO : only13: Deleted 2022/03/03 06:48:01 INFO : only7: Deleted 2022/03/03 06:48:01 INFO : only14: Deleted 2022/03/03 06:48:01 INFO : only17: Deleted 2022/03/03 06:48:01 INFO : only1: Deleted 2022/03/03 06:48:01 INFO : only3: Deleted 2022/03/03 06:48:01 INFO : only15: Deleted 2022/03/03 06:48:01 INFO : only19: Deleted 2022/03/03 06:48:01 INFO : only18: Deleted 2022/03/03 06:48:01 INFO : There was nothing to transfer --- PASS: TestSyncConcurrentDelete (47.14s) === RUN TestSyncConcurrentTruncate run.go:181: Remote "zoho root 'rclone-test-cirixoq2juqoruc5yizupez8'", Local "Local file system at /tmp/rclone3206061335", Modify Window "876000h0m0s" 2022/03/03 06:48:47 DEBUG : both1: Sizes identical 2022/03/03 06:48:47 DEBUG : both1: Unchanged skipping 2022/03/03 06:48:47 DEBUG : both10: Sizes identical 2022/03/03 06:48:47 DEBUG : both10: Unchanged skipping 2022/03/03 06:48:47 DEBUG : both12: Sizes identical 2022/03/03 06:48:47 DEBUG : both13: Sizes identical 2022/03/03 06:48:47 DEBUG : both13: Unchanged skipping 2022/03/03 06:48:47 DEBUG : both14: Sizes identical 2022/03/03 06:48:47 DEBUG : both14: Unchanged skipping 2022/03/03 06:48:47 DEBUG : zoho root 'rclone-test-cirixoq2juqoruc5yizupez8': Waiting for checks to finish 2022/03/03 06:48:47 DEBUG : both15: Sizes identical 2022/03/03 06:48:47 DEBUG : both15: Unchanged skipping 2022/03/03 06:48:47 DEBUG : both11: Sizes identical 2022/03/03 06:48:47 DEBUG : both16: Sizes identical 2022/03/03 06:48:47 DEBUG : both11: Unchanged skipping 2022/03/03 06:48:47 DEBUG : both12: Unchanged skipping 2022/03/03 06:48:47 DEBUG : both17: Sizes identical 2022/03/03 06:48:47 DEBUG : both18: Sizes identical 2022/03/03 06:48:47 DEBUG : both18: Unchanged skipping 2022/03/03 06:48:47 DEBUG : both19: Sizes identical 2022/03/03 06:48:47 DEBUG : both19: Unchanged skipping 2022/03/03 06:48:47 DEBUG : both2: Sizes identical 2022/03/03 06:48:47 DEBUG : both2: Unchanged skipping 2022/03/03 06:48:47 DEBUG : both3: Sizes identical 2022/03/03 06:48:47 DEBUG : both3: Unchanged skipping 2022/03/03 06:48:47 DEBUG : both4: Sizes identical 2022/03/03 06:48:47 DEBUG : both4: Unchanged skipping 2022/03/03 06:48:47 DEBUG : both5: Sizes identical 2022/03/03 06:48:47 DEBUG : both5: Unchanged skipping 2022/03/03 06:48:47 DEBUG : both6: Sizes identical 2022/03/03 06:48:47 DEBUG : both6: Unchanged skipping 2022/03/03 06:48:47 DEBUG : both7: Sizes identical 2022/03/03 06:48:47 DEBUG : both7: Unchanged skipping 2022/03/03 06:48:47 DEBUG : both8: Sizes identical 2022/03/03 06:48:47 DEBUG : both8: Unchanged skipping 2022/03/03 06:48:47 DEBUG : both9: Sizes identical 2022/03/03 06:48:47 DEBUG : both9: Unchanged skipping 2022/03/03 06:48:47 DEBUG : only0: Sizes differ (src 0 vs dst 6) 2022/03/03 06:48:47 DEBUG : both16: Unchanged skipping 2022/03/03 06:48:47 DEBUG : only1: Sizes differ (src 0 vs dst 6) 2022/03/03 06:48:47 DEBUG : only11: Sizes differ (src 0 vs dst 6) 2022/03/03 06:48:47 DEBUG : both17: Unchanged skipping 2022/03/03 06:48:47 DEBUG : only13: Sizes differ (src 0 vs dst 6) 2022/03/03 06:48:47 DEBUG : only14: Sizes differ (src 0 vs dst 6) 2022/03/03 06:48:47 DEBUG : only15: Sizes differ (src 0 vs dst 6) 2022/03/03 06:48:47 DEBUG : only16: Sizes differ (src 0 vs dst 6) 2022/03/03 06:48:47 DEBUG : only17: Sizes differ (src 0 vs dst 6) 2022/03/03 06:48:47 DEBUG : only12: Sizes differ (src 0 vs dst 6) 2022/03/03 06:48:47 DEBUG : only19: Sizes differ (src 0 vs dst 6) 2022/03/03 06:48:47 DEBUG : only2: Sizes differ (src 0 vs dst 6) 2022/03/03 06:48:47 DEBUG : only3: Sizes differ (src 0 vs dst 6) 2022/03/03 06:48:47 DEBUG : only4: Sizes differ (src 0 vs dst 6) 2022/03/03 06:48:47 DEBUG : only5: Sizes differ (src 0 vs dst 6) 2022/03/03 06:48:47 DEBUG : only6: Sizes differ (src 0 vs dst 6) 2022/03/03 06:48:47 DEBUG : only7: Sizes differ (src 0 vs dst 6) 2022/03/03 06:48:47 DEBUG : only8: Sizes differ (src 0 vs dst 6) 2022/03/03 06:48:47 DEBUG : only9: Sizes differ (src 0 vs dst 6) 2022/03/03 06:48:47 DEBUG : only10: Sizes differ (src 0 vs dst 6) 2022/03/03 06:48:47 DEBUG : both0: Sizes identical 2022/03/03 06:48:47 DEBUG : both0: Unchanged skipping 2022/03/03 06:48:47 DEBUG : only18: Sizes differ (src 0 vs dst 6) 2022/03/03 06:48:47 DEBUG : zoho root 'rclone-test-cirixoq2juqoruc5yizupez8': Waiting for transfers to finish 2022/03/03 06:48:48 INFO : only0: Copied (replaced existing) 2022/03/03 06:48:48 INFO : only1: Copied (replaced existing) 2022/03/03 06:48:48 INFO : only11: Copied (replaced existing) 2022/03/03 06:48:48 INFO : only13: Copied (replaced existing) 2022/03/03 06:48:49 INFO : only14: Copied (replaced existing) 2022/03/03 06:48:49 INFO : only15: Copied (replaced existing) 2022/03/03 06:48:49 INFO : only16: Copied (replaced existing) 2022/03/03 06:48:49 INFO : only17: Copied (replaced existing) 2022/03/03 06:48:49 INFO : only19: Copied (replaced existing) 2022/03/03 06:48:49 INFO : only12: Copied (replaced existing) 2022/03/03 06:48:49 INFO : only2: Copied (replaced existing) 2022/03/03 06:48:49 INFO : only3: Copied (replaced existing) 2022/03/03 06:48:50 INFO : only4: Copied (replaced existing) 2022/03/03 06:48:50 INFO : only5: Copied (replaced existing) 2022/03/03 06:48:50 INFO : only7: Copied (replaced existing) 2022/03/03 06:48:50 INFO : only6: Copied (replaced existing) 2022/03/03 06:48:50 INFO : only9: Copied (replaced existing) 2022/03/03 06:48:50 INFO : only8: Copied (replaced existing) 2022/03/03 06:48:50 INFO : only10: Copied (replaced existing) 2022/03/03 06:48:51 INFO : only18: Copied (replaced existing) 2022/03/03 06:48:51 DEBUG : Waiting for deletions to finish --- PASS: TestSyncConcurrentTruncate (53.49s) FAIL 2022/03/03 06:48:59 DEBUG : zoho root 'rclone-test-cirixoq2juqoruc5yizupez8': Purge remote "./sync.test -test.v -test.timeout 1h0m0s -remote TestZoho: -verbose" - Finished ERROR in 5m54.030859401s (try 1/5): exit status 1: Failed [TestSyncAfterAddingAFile]